
  
/* import other css files */
@import "normalize.css";
@import "font-awesome.css";
@import "font-awesome-7.min.html";
@import "demo-switcher.css";

@font-face {
	/*font-weight: normal;
	font-style: normal;*/
	font-family:'Showcard Gothic';
	src:url('../../Fonts/244567872-showcard-gothic-1361547721.eot');
	src:url('../../Fonts/244567872-showcard-gothic-1361547721.eot?#iefix') format('embedded-opentype'),
		url('../../Fonts/244567872-showcard-gothic-1361547721.woff') format('woff'),
		url('../../Fonts/244567872-showcard-gothic-1361547721.ttf') format('truetype'),
		url('../../Fonts/244567872-showcard-gothic-1361547721.svg#Showcard Gothic') format('svg');
}


/* Main Styles starts */
/*body {
  background-color: transparent;
  background-repeat: repeat, no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: auto, cover;
  -moz-background-size: auto, cover;
  -o-background-size: auto, cover;
  background-size: auto, cover;
  background-image: url(../img/tr_pt_3.png), url(../img/9.jpg);
  font-family: 'Goudy Bookletter 1911', Georgia, Times, serif;
}*/

h1, h3, h4, h5, h6 {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
}

/* Circle Menu(cm) Container */
.cm-container {
  width: 960px;
  margin: 0 auto;
}

/* Large Circle */
.cm-large-circle {
  position: relative;
  margin: 150px auto;
  width: 350px;
  height: 350px;
  background: rgba(0, 0, 0, .6);
  border: 8px solid rgb(255, 255, 255);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-shadow: 0 0 13px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 13px rgba(0,0,0,.1);
}

/* Dashed Inner Border */
/*.cm-large-circle:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  border: 1px dashed white;
  width: 340px;
  height: 340px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}*/

/* 6 Small Circles */
ul.cm-small-circle {
  list-style: none;
}

ul.cm-small-circle li {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  border: 3px solid rgb(255, 255, 255);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
}

/* Hover On One Link Will Decrease The Opacity Of Other Links */
ul.cm-small-circle:hover li{ 
    opacity: .5;
  background: #fff;
  box-shadow: 0 0 50px #fff;
  -webkit-box-shadow: 0 0 50px #fff;
  -moz-box-shadow: 0 0 50px #fff;
  -ms-box-shadow: 0 0 50px #fff;
  -o-box-shadow: 0 0 50px #fff;
}

ul.cm-small-circle li:hover{ 
  opacity: 1;
}

/* Logo */
ul.cm-small-circle div.logo{
  position: absolute;
  text-align: center;
  top: 0px;
  left: 0px;
  padding: 40px 50px 21px 50px;
  font-size: 30px;
  color: #fff;
  z-index: 599;
  text-shadow: 0 1px 0 rgb(100, 100, 100);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family:'Showcard Gothic';
}

/* Hide The Logo, When Each Menu Link Is Hovered */
ul.cm-small-circle li:hover ~ div.logo{
  opacity: 0;
}

ul.cm-small-circle li:hover{
  background: rgb(255, 255, 255);
  border: 3px solid rgba(0, 0, 0, 0.6);
}

/* Icon */
ul.cm-small-circle li a{
  text-decoration: none;
  color: gainsboro;
  line-height: 50px;
  padding: 0px 10px;
  font-size: 24px;
}

ul.cm-small-circle li:hover a{
  color: rgb(80,80,80);
}

/* Big Circle Texts */
ul.cm-small-circle li .cm-description {
  position: relative;
  opacity: 0;
  width: 340px;
  height: 340px;
  padding: 44px 0;
  text-align: center;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
}

ul.cm-small-circle .cm-description h2{
  font-size: 55px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
}

/*ul.cm-small-circle .cm-description p{
  color: rgb(220, 220, 220);
  font-size: 16px;
  padding: 0 50px;
}*/

/* 1ST MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(1){ 
  top: 22px;
  left: -55px;
}

ul.cm-small-circle li:nth-child(1) .cm-description {
  top: -71px;
  left: 58px;
}

ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
  opacity: 1;
}

/* 2ND MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -85px;
  left: 146px;
}

ul.cm-small-circle li:nth-child(2) .cm-description {
  left: -142px;
  top: 36px;
}

ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
  opacity: 1;
}

/* 3RD MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 23px;
  left: 350px;
}

ul.cm-small-circle li:nth-child(3) .cm-description {
  left: -347px;
  top: -71px;
}

ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
  opacity: 1;
}

/* 4TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(4){ 
  top: 263px;
  left: 349px;
}

ul.cm-small-circle li:nth-child(4) .cm-description {
  left: -345px;
  top: -312px;
}

ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
  opacity: 1;
}

/* 5TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 380px;
  left: 147px;
}

ul.cm-small-circle li:nth-child(5) .cm-description {
  left: -143px;
  top: -429px;
}

ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
  opacity: 1;
}

/* 6TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 266px;
  left: -56px;
}

ul.cm-small-circle li:nth-child(6) .cm-description {
  left: 59px;
  top: -314px;
}

ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
  opacity: 1;
}

/* Media - Responsive Settings ========================= */

/* Large desktop */
@media (min-width: 1200px) { 
  
}
 
/* Tablet (e.g. Apple iPad 2-3rd, mini) */
@media (min-width: 768px) and (max-width: 979px) {
  .cm-container {
    width: 768px;
  }
}
 
/* Small Tablet Size: 600x800 (Portrait) */
@media (max-width: 767px) { 
  .cm-container {
    width: 600px;
  }  
}

/* Apple iPhone 5 Size: 320x568 (Portrait) */
@media (max-width: 568px) { 
  .cm-container {
    width: 362px;
  }  
  
/* Large Circle */
  .cm-large-circle {
    margin: 55px auto;
    width: 200px;
    height: 200px;
    border: 4px solid rgb(255, 255, 255);
  }

  /* Dashed Inner Border */
  /*.cm-large-circle:before {
    left: 4px;
    top: 4px;
    border: 1px dashed white;
    width: 190px;
    height: 190px;
  }*/

  /* 6 Small Circles */
  ul.cm-small-circle {
    list-style: none;
  }

  ul.cm-small-circle li {
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
  }

  /* Logo */
  ul.cm-small-circle div.logo{
    padding: 24px 18px 4px 26px;
    font-size: 18px;
  }
  
  ul.cm-small-circle li:hover{
    border: 2px solid rgba(0, 0, 0, 0.6);
  }

  /* Icon */
  ul.cm-small-circle li a{
    line-height: 30px;
    padding: 0px 6px;
    font-size: 15px;
  }

  ul.cm-small-circle li:hover a{
    color: rgb(80,80,80);
  }

  /* Big Circle Texts */
  ul.cm-small-circle li .cm-description {
    width: 190px;
    height: 190px;
    padding: 15px 9px;
  }

  ul.cm-small-circle .cm-description h2{
    font-size: 29px;
  }

  /*ul.cm-small-circle .cm-description p{
    font-size: 11px;
    padding: 0 10px;
  }*/
  
  /* 1ST MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(1){ 
    top: 22px;
    left: -39px;
  }

  ul.cm-small-circle li:nth-child(1) .cm-description {
    top: -50px;
    left: 43px;
  }

  ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
    opacity: 1;
  }

  /* 2ND MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(2){ 
    top: -51px;
    left: 85px;
  }

  ul.cm-small-circle li:nth-child(2) .cm-description {
    left: -81px;
    top: 23px;
  }

  ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
    opacity: 1;
  }

  /* 3RD MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(3){ 
    top: 23px;
    left: 203px;
  }

  ul.cm-small-circle li:nth-child(3) .cm-description {
    left: -199px;
    top: -51px;
  }

  ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
    opacity: 1;
  }

  /* 4TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(4){ 
    top: 158px;
    left: 194px;
  }

  ul.cm-small-circle li:nth-child(4) .cm-description {
    left: -190px;
    top: -186px;
  }

  ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
    opacity: 1;
  }

  /* 5TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(5){ 
    top: 217px;
    left: 86px;
  }

  ul.cm-small-circle li:nth-child(5) .cm-description {
    left: -82px;
    top: -245px;
  }

  ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
    opacity: 1;
  }

  /* 6TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(6){ 
    left: -28px;
    top: 158px;
  }

  ul.cm-small-circle li:nth-child(6) .cm-description {
    left: 32px;
    top: -186px;
  }

  ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
    opacity: 1;
  }


}

/* Mobile (e.g. Apple iPhone) Size: 480x320 (Landscape) */
@media (max-width: 480px) { 
  .cm-container {
    width: 480px;
  }  
}

/* Mobile (e.g. Apple iPhone) Size: 320x480 (Portrait) */
@media (max-width: 320px) { 
  /* Container */
  .cm-container {
    width: 320px;
  }  
  
  /* Large Circle */
  .cm-large-circle {
    margin: 150px auto;
    width: 200px;
    height: 200px;
    border: 4px solid rgb(255, 255, 255);
  }

  /* Dashed Inner Border */
  /*.cm-large-circle:before {
    left: 4px;
    top: 4px;
    border: 1px dashed white;
    width: 190px;
    height: 190px;
  }*/

  /* 6 Small Circles */
  ul.cm-small-circle {
    list-style: none;
  }

  ul.cm-small-circle li {
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
  }

  /* Logo */
  ul.cm-small-circle div.logo{
    padding: 24px 18px 4px 26px;
    font-size: 18px;
  }
  
  ul.cm-small-circle li:hover{
    border: 2px solid rgba(0, 0, 0, 0.6);
  }

  /* Icon */
  ul.cm-small-circle li a{
    line-height: 30px;
    padding: 0px 6px;
    font-size: 15px;
  }

  ul.cm-small-circle li:hover a{
    color: rgb(80,80,80);
  }

  /* Big Circle Texts */
  ul.cm-small-circle li .cm-description {
    width: 190px;
    height: 190px;
    padding: 15px 9px;
  }

  ul.cm-small-circle .cm-description h2{
    font-size: 29px;
  }

  /*ul.cm-small-circle .cm-description p{
    font-size: 11px;
    padding: 0 10px;
  }*/
  
  /* 1ST MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(1){ 
    top: 22px;
    left: -39px;
  }

  ul.cm-small-circle li:nth-child(1) .cm-description {
    top: -50px;
    left: 43px;
  }

  ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
    opacity: 1;
  }

  /* 2ND MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(2){ 
    top: -51px;
    left: 85px;
  }

  ul.cm-small-circle li:nth-child(2) .cm-description {
    left: -81px;
    top: 23px;
  }

  ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
    opacity: 1;
  }

  /* 3RD MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(3){ 
    top: 23px;
    left: 203px;
  }

  ul.cm-small-circle li:nth-child(3) .cm-description {
    left: -199px;
    top: -51px;
  }

  ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
    opacity: 1;
  }

  /* 4TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(4){ 
    top: 158px;
    left: 194px;
  }

  ul.cm-small-circle li:nth-child(4) .cm-description {
    left: -190px;
    top: -186px;
  }

  ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
    opacity: 1;
  }

  /* 5TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(5){ 
    top: 217px;
    left: 86px;
  }

  ul.cm-small-circle li:nth-child(5) .cm-description {
    left: -82px;
    top: -245px;
  }

  ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
    opacity: 1;
  }

  /* 6TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(6){ 
    left: -28px;
    top: 158px;
  }

  ul.cm-small-circle li:nth-child(6) .cm-description {
    left: 32px;
    top: -186px;
  }

  ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
    opacity: 1;
  }

}


@media handheld and (min-width: 160px), screen and (min-width: 160px) {
    .divfbtwt {
    width: 100%; position: absolute; padding-top: 10px; text-align:right;margin-top:-92px
    }

    .fbtwt {
        width: 25px; height: 25px;cursor:pointer
    }


    .Comeback {
    font-family:'Showcard Gothic';
    font-size:30px;
    color:#ffcd12;   
  padding: 50px 50px 0px 50px;
    }
   .BottomHeading {
padding-left:50px;font-family:'Showcard Gothic';font-size:20px;color:#ffcd12;
position:fixed;
bottom:6%;
width:47%;
}

   .cm-container {
    width: 362px;
  }  
  
/* Large Circle */
  .cm-large-circle {
    margin: 90px auto;
    width: 200px;
    height: 200px;
    border: 4px solid rgb(255, 255, 255);
  }

  /* Dashed Inner Border */
  /*.cm-large-circle:before {
    left: 4px;
    top: 4px;
    border: 1px dashed white;
    width: 190px;
    height: 190px;
  }*/

  /* 6 Small Circles */
  ul.cm-small-circle {
    list-style: none;
  }

  ul.cm-small-circle li {
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
  }

  /* Logo */
  ul.cm-small-circle div.logo{
    padding: 24px 18px 4px 26px;
    font-size: 18px;
    font-family:'Showcard Gothic';
  }
  
  ul.cm-small-circle li:hover{
    border: 2px solid rgba(0, 0, 0, 0.6);
  }

  /* Icon */
  ul.cm-small-circle li a{
    line-height: 30px;
    padding: 0px 6px;
    font-size: 15px;
  }

  ul.cm-small-circle li:hover a{
    color: rgb(80,80,80);
  }

  /* Big Circle Texts */
  ul.cm-small-circle li .cm-description {
    width: 190px;
    height: 190px;
    padding: 1px 9px;
  }

  ul.cm-small-circle .cm-description h2{
    font-size: 20px;
  }

  /*ul.cm-small-circle .cm-description p{
    font-size: 11px;
    padding: 0 10px;
  }*/

  ul.cm-small-circle .cm-description .pclass{
  color: rgb(220, 220, 220);
  font-size: 17px;
  padding: 0 13px;
  font-weight:bold;
             font-family:'Flamenco',Arial,sans-serif;
}

  .Comeback {
    font-family:'Showcard Gothic';
    font-size:15px;
    color:#ffcd12;   
  padding: 43px 50px 0px 50px;
    }
  /* 1ST MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(1){ 
    top: 22px;
    left: -39px;
  }

  ul.cm-small-circle li:nth-child(1) .cm-description {
    top: -50px;
    left: 43px;
  }

  ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
    opacity: 1;
  }

  /* 2ND MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(2){ 
    top: -51px;
    left: 85px;
  }

  ul.cm-small-circle li:nth-child(2) .cm-description {
    left: -81px;
    top: 23px;
  }

  ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
    opacity: 1;
  }

  /* 3RD MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(3){ 
    top: 23px;
    left: 203px;
  }

  ul.cm-small-circle li:nth-child(3) .cm-description {
    left: -199px;
    top: -51px;
  }

  ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
    opacity: 1;
  }

  /* 4TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(4){ 
    top: 158px;
    left: 194px;
  }

  ul.cm-small-circle li:nth-child(4) .cm-description {
    left: -190px;
    top: -186px;
  }

  ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
    opacity: 1;
  }

  /* 5TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(5){ 
    top: 217px;
    left: 86px;
  }

  ul.cm-small-circle li:nth-child(5) .cm-description {
    left: -82px;
    top: -245px;
  }

  ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
    opacity: 1;
  }

  /* 6TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(6){ 
    left: -28px;
    top: 158px;
  }

  ul.cm-small-circle li:nth-child(6) .cm-description {
    left: 32px;
    top: -186px;
  }

  ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
    opacity: 1;
  }
}


/*For Apple Special*/

@media handheld and (min-width: 320px), screen and (min-width: 320px) {

     .divfbtwt {
    width: 100%; position: absolute; padding-top: 10px; text-align:right;margin-top:-84px
    }

    .fbtwt {
        width: 30px; height: 30px;cursor:pointer
    }
   .Comeback {
    font-family:'Showcard Gothic';
    font-size:30px;
    color:#ffcd12;   
  padding: 50px 50px 0px 50px;
    }
   .BottomHeading {
padding-left:50px;font-family:'Showcard Gothic';font-size:20px;color:#ffcd12;
position:fixed;
bottom:6%;
width:47%;
}

   .cm-container {
    width: 362px;
  }  
  
/* Large Circle */
  .cm-large-circle {
    margin: 90px auto;
    width: 200px;
    height: 200px;
    border: 4px solid rgb(255, 255, 255);
  }

  /* Dashed Inner Border */
  /*.cm-large-circle:before {
    left: 4px;
    top: 4px;
    border: 1px dashed white;
    width: 190px;
    height: 190px;
  }*/

  /* 6 Small Circles */
  ul.cm-small-circle {
    list-style: none;
  }

  ul.cm-small-circle li {
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
  }

  /* Logo */
  ul.cm-small-circle div.logo{
    padding: 24px 18px 4px 26px;
    font-size: 18px;
    font-family:'Showcard Gothic';
  }
  
  ul.cm-small-circle li:hover{
    border: 2px solid rgba(0, 0, 0, 0.6);
  }

  /* Icon */
  ul.cm-small-circle li a{
    line-height: 30px;
    padding: 0px 6px;
    font-size: 15px;
  }

  ul.cm-small-circle li:hover a{
    color: rgb(80,80,80);
  }

  /* Big Circle Texts */
  ul.cm-small-circle li .cm-description {
    width: 190px;
    height: 190px;
    padding: 1px 9px;
  }

  ul.cm-small-circle .cm-description h2{
    font-size: 20px;
  }

  /*ul.cm-small-circle .cm-description p{
    font-size: 11px;
    padding: 0 10px;
  }*/

  ul.cm-small-circle .cm-description .pclass{
  color: rgb(220, 220, 220);
  font-size: 17px;
  padding: 0 13px;
  font-weight:bold;
             font-family:'Flamenco',Arial,sans-serif;
}

  .Comeback {
    font-family:'Showcard Gothic';
    font-size:15px;
    color:#ffcd12;   
  padding: 43px 50px 0px 50px;
    }
  /* 1ST MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(1){ 
    top: 22px;
    left: -39px;
  }

  ul.cm-small-circle li:nth-child(1) .cm-description {
    top: -50px;
    left: 43px;
  }

  ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
    opacity: 1;
  }

  /* 2ND MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(2){ 
    top: -51px;
    left: 85px;
  }

  ul.cm-small-circle li:nth-child(2) .cm-description {
    left: -81px;
    top: 23px;
  }

  ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
    opacity: 1;
  }

  /* 3RD MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(3){ 
    top: 23px;
    left: 203px;
  }

  ul.cm-small-circle li:nth-child(3) .cm-description {
    left: -199px;
    top: -51px;
  }

  ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
    opacity: 1;
  }

  /* 4TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(4){ 
    top: 158px;
    left: 194px;
  }

  ul.cm-small-circle li:nth-child(4) .cm-description {
    left: -190px;
    top: -186px;
  }

  ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
    opacity: 1;
  }

  /* 5TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(5){ 
    top: 217px;
    left: 86px;
  }

  ul.cm-small-circle li:nth-child(5) .cm-description {
    left: -82px;
    top: -245px;
  }

  ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
    opacity: 1;
  }

  /* 6TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(6){ 
    left: -28px;
    top: 158px;
  }

  ul.cm-small-circle li:nth-child(6) .cm-description {
    left: 32px;
    top: -186px;
  }

  ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
    opacity: 1;
  }
}

@media handheld and (min-width: 321px), screen and (min-width: 321px) {

    .divfbtwt {
    width: 100%; position: absolute; padding-top: 10px; text-align:right;margin-top:-84px
    }

    .fbtwt {
        width: 30px; height: 30px;cursor:pointer
    }
     .Comeback {
    font-family:'Showcard Gothic';
    font-size:30px;
    color:#ffcd12;   
  padding: 50px 50px 0px 50px;
    }
   .BottomHeading {
padding-left:50px;font-family:'Showcard Gothic';font-size:20px;color:#ffcd12;
position:fixed;
bottom:6%;
width:47%;
}

   .cm-container {
    width: 362px;
  }  
  
/* Large Circle */
  .cm-large-circle {
    margin: 90px auto;
    width: 200px;
    height: 200px;
    border: 4px solid rgb(255, 255, 255);
  }

  /* Dashed Inner Border */
  /*.cm-large-circle:before {
    left: 4px;
    top: 4px;
    border: 1px dashed white;
    width: 190px;
    height: 190px;
  }*/

  /* 6 Small Circles */
  ul.cm-small-circle {
    list-style: none;
  }

  ul.cm-small-circle li {
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
  }

  /* Logo */
  ul.cm-small-circle div.logo{
    padding: 24px 18px 4px 26px;
    font-size: 18px;
    font-family:'Showcard Gothic';
  }
  
  ul.cm-small-circle li:hover{
    border: 2px solid rgba(0, 0, 0, 0.6);
  }

  /* Icon */
  ul.cm-small-circle li a{
    line-height: 30px;
    padding: 0px 6px;
    font-size: 15px;
  }

  ul.cm-small-circle li:hover a{
    color: rgb(80,80,80);
  }

  /* Big Circle Texts */
  ul.cm-small-circle li .cm-description {
    width: 190px;
    height: 190px;
    padding: 1px 9px;
  }

  ul.cm-small-circle .cm-description h2{
    font-size: 20px;
  }

  /*ul.cm-small-circle .cm-description p{
    font-size: 11px;
    padding: 0 10px;
  }*/

  ul.cm-small-circle .cm-description .pclass{
  color: rgb(220, 220, 220);
  font-size: 17px;
  padding: 0 13px;
  font-weight:bold;
             font-family:'Flamenco',Arial,sans-serif;
}

  .Comeback {
    font-family:'Showcard Gothic';
    font-size:15px;
    color:#ffcd12;   
  padding: 43px 50px 0px 50px;
    }
  /* 1ST MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(1){ 
    top: 22px;
    left: -39px;
  }

  ul.cm-small-circle li:nth-child(1) .cm-description {
    top: -50px;
    left: 43px;
  }

  ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
    opacity: 1;
  }

  /* 2ND MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(2){ 
    top: -51px;
    left: 85px;
  }

  ul.cm-small-circle li:nth-child(2) .cm-description {
    left: -81px;
    top: 23px;
  }

  ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
    opacity: 1;
  }

  /* 3RD MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(3){ 
    top: 23px;
    left: 203px;
  }

  ul.cm-small-circle li:nth-child(3) .cm-description {
    left: -199px;
    top: -51px;
  }

  ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
    opacity: 1;
  }

  /* 4TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(4){ 
    top: 158px;
    left: 194px;
  }

  ul.cm-small-circle li:nth-child(4) .cm-description {
    left: -190px;
    top: -186px;
  }

  ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
    opacity: 1;
  }

  /* 5TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(5){ 
    top: 217px;
    left: 86px;
  }

  ul.cm-small-circle li:nth-child(5) .cm-description {
    left: -82px;
    top: -245px;
  }

  ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
    opacity: 1;
  }

  /* 6TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(6){ 
    left: -28px;
    top: 158px;
  }

  ul.cm-small-circle li:nth-child(6) .cm-description {
    left: 32px;
    top: -186px;
  }

  ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
    opacity: 1;
  }
}



@media handheld and (min-width: 480px), screen and (min-width: 480px) {

    .divfbtwt {
    width: 100%; position: absolute; padding-top: 10px; text-align:right;margin-top:-83px
    }

    .fbtwt {
        width: 38px; height: 38px;cursor:pointer
    }
      .Comeback {
    font-family:'Showcard Gothic';
    font-size:22px;
    color:#ffcd12;   
  padding: 50px 50px 0px 50px;
    }
   .BottomHeading {
padding-left:50px;font-family:'Showcard Gothic';font-size:25px;color:#ffcd12;
position:fixed;
bottom:6%;
width:47%;
}

   .cm-container {
    width: 362px;
  }  
  
/* Large Circle */
  .cm-large-circle {
    margin: 90px auto;
    width: 200px;
    height: 200px;
    border: 4px solid rgb(255, 255, 255);
  }

  /* Dashed Inner Border */
  /*.cm-large-circle:before {
    left: 4px;
    top: 4px;
    border: 1px dashed white;
    width: 190px;
    height: 190px;
  }*/

  /* 6 Small Circles */
  ul.cm-small-circle {
    list-style: none;
  }

  ul.cm-small-circle li {
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
  }

  /* Logo */
  ul.cm-small-circle div.logo{
    padding: 24px 18px 4px 26px;
    font-size: 18px;
    font-family:'Showcard Gothic';
  }
  
  ul.cm-small-circle li:hover{
    border: 2px solid rgba(0, 0, 0, 0.6);
  }

  /* Icon */
  ul.cm-small-circle li a{
    line-height: 30px;
    padding: 0px 6px;
    font-size: 15px;
  }

  ul.cm-small-circle li:hover a{
    color: rgb(80,80,80);
  }

  /* Big Circle Texts */
  ul.cm-small-circle li .cm-description {
    width: 190px;
    height: 190px;
    padding: 1px 9px;
  }

  ul.cm-small-circle .cm-description h2{
    font-size: 20px;
  }

  /*ul.cm-small-circle .cm-description p{
    font-size: 11px;
    padding: 0 10px;
  }*/

  ul.cm-small-circle .cm-description .pclass{
  color: rgb(220, 220, 220);
  font-size: 17px;
  padding: 0 13px;
  font-weight:bold;
             font-family:'Flamenco',Arial,sans-serif;
}

  .Comeback {
    font-family:'Showcard Gothic';
    font-size:15px;
    color:#ffcd12;   
  padding: 43px 50px 0px 50px;
    }
  /* 1ST MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(1){ 
    top: 22px;
    left: -39px;
  }

  ul.cm-small-circle li:nth-child(1) .cm-description {
    top: -50px;
    left: 43px;
  }

  ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
    opacity: 1;
  }

  /* 2ND MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(2){ 
    top: -51px;
    left: 85px;
  }

  ul.cm-small-circle li:nth-child(2) .cm-description {
    left: -81px;
    top: 23px;
  }

  ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
    opacity: 1;
  }

  /* 3RD MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(3){ 
    top: 23px;
    left: 203px;
  }

  ul.cm-small-circle li:nth-child(3) .cm-description {
    left: -199px;
    top: -51px;
  }

  ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
    opacity: 1;
  }

  /* 4TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(4){ 
    top: 158px;
    left: 194px;
  }

  ul.cm-small-circle li:nth-child(4) .cm-description {
    left: -190px;
    top: -186px;
  }

  ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
    opacity: 1;
  }

  /* 5TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(5){ 
    top: 217px;
    left: 86px;
  }

  ul.cm-small-circle li:nth-child(5) .cm-description {
    left: -82px;
    top: -245px;
  }

  ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
    opacity: 1;
  }

  /* 6TH MENU LINK ======================================== */
  ul.cm-small-circle li:nth-child(6){ 
    left: -28px;
    top: 158px;
  }

  ul.cm-small-circle li:nth-child(6) .cm-description {
    left: 32px;
    top: -186px;
  }

  ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
    opacity: 1;
  }
}


@media handheld and (min-width: 760px), screen and (min-width: 760px) {

    .divfbtwt {
    width: 100%; position: absolute; padding-top: 10px; text-align:right;margin-top:-116px
    }

    .fbtwt {
        width: 40px; height: 40px;cursor:pointer
    }
   .Comeback {
    font-family:'Showcard Gothic';
    font-size:25px;
    color:#ffcd12;   
  padding: 30px 50px 0px 50px;
    }
   .BottomHeading {
padding-left:50px;font-family:'Showcard Gothic';font-size:35px;color:#ffcd12;
position:fixed;
bottom:6%;
width:47%;
}

  
   /* Circle Menu(cm) Container */
.cm-container {
  width: 660px;
  margin: 0 auto;
}

/* Large Circle */
.cm-large-circle {
  position: relative;
  margin: 120px auto;
  width: 280px;
  height: 280px;
  background: rgba(0, 0, 0, .6);
  border: 8px solid rgb(255, 255, 255);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-shadow: 0 0 13px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 13px rgba(0,0,0,.1);
}

/* Dashed Inner Border */
/*.cm-large-circle:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  border: 1px dashed white;
  width: 340px;
  height: 340px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}*/

/* 6 Small Circles */
ul.cm-small-circle {
  list-style: none;
}

ul.cm-small-circle li {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border: 3px solid rgb(255, 255, 255);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  cursor:pointer;
}

/* Hover On One Link Will Decrease The Opacity Of Other Links */
ul.cm-small-circle:hover li{ 
    opacity: .5;
  background: #ffcd12;
  box-shadow: 0 0 50px #ffcd12;
  -webkit-box-shadow: 0 0 50px #000000;
  -moz-box-shadow: 0 0 50px #000000;
  -ms-box-shadow: 0 0 50px #000000;
  -o-box-shadow: 0 0 50px #000000;
}

ul.cm-small-circle li:hover{ 
  opacity: 1;
}

/* Logo */
ul.cm-small-circle div.logo{
  position: absolute;
  text-align: center;
  top: 0px;
  left: 0px;
  padding: 85px 50px 21px 50px;
  font-size:20px;
  color: #fff;
  z-index: 599;
  text-shadow: 0 1px 0 rgb(100, 100, 100);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family:'Showcard Gothic';
}

/* Hide The Logo, When Each Menu Link Is Hovered */
ul.cm-small-circle li:hover ~ div.logo{
  opacity: 0;
}

ul.cm-small-circle li:hover{
  background: rgb(255, 255, 255);
  border: 3px solid rgba(0, 0, 0, 0.6);
}

/* Icon */
ul.cm-small-circle li a{
  text-decoration: none;
  color: gainsboro;
  line-height: 42px;
  padding: 0px 7px;
  font-size: 20px;
}

ul.cm-small-circle li:hover a{
  color: rgb(80,80,80);
}

/* Big Circle Texts */
ul.cm-small-circle li .cm-description {
  
  width: 270px;
  height: 270px;
  padding: 44px 0;


}

ul.cm-small-circle .cm-description h2{
  font-size: 28px;
  color: #ffcd12;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  font-family:'Showcard Gothic';
}

ul.cm-small-circle .cm-description .pclass{
  color: rgb(220, 220, 220);
  font-size: 20px;
  padding: 0 50px;
  font-weight:bold;
             font-family:'Flamenco',Arial,sans-serif;
}

/* 1ST MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(1){ 
  top: 28px;
  left: -68px;
}

ul.cm-small-circle li:nth-child(1) .cm-description {
  top: -67px;
  left: 70px;
}

ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
  opacity: 1;

}

/* 2ND MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -85px;
  left: 118px;
}

ul.cm-small-circle li:nth-child(2) .cm-description {
  left: -116px;
  top: 45px;
}

ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
  opacity: 1;
}


/* 3RD MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 29px;
  left: 301px;
}

ul.cm-small-circle li:nth-child(3) .cm-description {
  left: -299px;
  top: -69px;
}

ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
  opacity: 1;
}

/* 4TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(4){ 
  top: 221px;
  left: 302px;
}

ul.cm-small-circle li:nth-child(4) .cm-description {
  left: -299px;
  top: -261px;
}

ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
  opacity: 1;
}

/* 5TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 318px;
  left: 118px;
}

ul.cm-small-circle li:nth-child(5) .cm-description {
  left: -116px;
  top: -358px;
}

ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
  opacity: 1;
}

/* 6TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 220px;
  left: -68px;
}

ul.cm-small-circle li:nth-child(6) .cm-description {
  left: 70px;
  top: -260px;
}

ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
  opacity: 1;
}
    

}




/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {

    .divfbtwt {
    width: 100%; position: absolute; padding-top: 10px; text-align:right;margin-top:-140px
    }

    .fbtwt {
        width: 50px; height: 50px;cursor:pointer
    }
     .Comeback {
    font-family:'Showcard Gothic';
    font-size:30px;
    color:#ffcd12;   
  padding: 50px 50px 0px 50px;
    }
   .BottomHeading {
padding-left:50px;font-family:'Showcard Gothic';font-size:45px;color:#ffcd12;
position:fixed;
bottom:6%;
width:47%;
}

   /* Circle Menu(cm) Container */
.cm-container {
  width: 960px;
  margin: 0 auto;
}

/* Large Circle */
.cm-large-circle {
  position: relative;
  margin: 150px auto;
  width: 350px;
  height: 350px;
  background: rgba(0, 0, 0, .6);
  border: 8px solid rgb(255, 255, 255);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-shadow: 0 0 13px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 13px rgba(0,0,0,.1);
}

/* Dashed Inner Border */
/*.cm-large-circle:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  border: 1px dashed white;
  width: 340px;
  height: 340px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}*/

/* 6 Small Circles */
ul.cm-small-circle {
  list-style: none;
}

ul.cm-small-circle li {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  border: 3px solid rgb(255, 255, 255);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  cursor:pointer;
}

/* Hover On One Link Will Decrease The Opacity Of Other Links */
ul.cm-small-circle:hover li{ 
    opacity: .5;
  background: #ffcd12;
  box-shadow: 0 0 50px #ffcd12;
  -webkit-box-shadow: 0 0 50px #000000;
  -moz-box-shadow: 0 0 50px #000000;
  -ms-box-shadow: 0 0 50px #000000;
  -o-box-shadow: 0 0 50px #000000;
}

ul.cm-small-circle li:hover{ 
  opacity: 1;
}

/* Logo */
ul.cm-small-circle div.logo{
  position: absolute;
  text-align: center;
  top: 0px;
  left: 0px;
  padding: 85px 50px 21px 50px;
  font-size:20px;
  color: #fff;
  z-index: 599;
  text-shadow: 0 1px 0 rgb(100, 100, 100);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family:'Showcard Gothic';
}

/* Hide The Logo, When Each Menu Link Is Hovered */
ul.cm-small-circle li:hover ~ div.logo{
  opacity: 0;
}

ul.cm-small-circle li:hover{
  background: rgb(255, 255, 255);
  border: 3px solid rgba(0, 0, 0, 0.6);
}

/* Icon */
ul.cm-small-circle li a{
  text-decoration: none;
  color: gainsboro;
  line-height: 50px;
  padding: 0px 10px;
  font-size: 24px;
}

ul.cm-small-circle li:hover a{
  color: rgb(80,80,80);
}

/* Big Circle Texts */
ul.cm-small-circle li .cm-description {

  width: 340px;
  height: 340px;
  padding: 44px 0;


}

ul.cm-small-circle .cm-description h2{
  font-size: 30px;
  color: #ffcd12;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  font-family:'Showcard Gothic';
}

ul.cm-small-circle .cm-description .pclass{
  color: rgb(220, 220, 220);
  font-size: 22px;
  padding: 0 50px;
  font-weight:bold;
             font-family:'Flamenco',Arial,sans-serif;
}

/* 1ST MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(1){ 
  top: 22px;
  left: -55px;
}

ul.cm-small-circle li:nth-child(1) .cm-description {
  top: -71px;
  left: 58px;
}

ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
  opacity: 1;

}

/* 2ND MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -85px;
  left: 146px;
}

ul.cm-small-circle li:nth-child(2) .cm-description {
  left: -142px;
  top: 36px;
}

ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
  opacity: 1;
}


/* 3RD MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 23px;
  left: 350px;
}

ul.cm-small-circle li:nth-child(3) .cm-description {
  left: -347px;
  top: -71px;
}

ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
  opacity: 1;
}

/* 4TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(4){ 
  top: 263px;
  left: 349px;
}

ul.cm-small-circle li:nth-child(4) .cm-description {
  left: -345px;
  top: -312px;
}

ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
  opacity: 1;
}

/* 5TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 380px;
  left: 147px;
}

ul.cm-small-circle li:nth-child(5) .cm-description {
  left: -143px;
  top: -429px;
}

ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
  opacity: 1;
}

/* 6TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 266px;
  left: -56px;
}

ul.cm-small-circle li:nth-child(6) .cm-description {
  left: 59px;
  top: -314px;
}

ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
  opacity: 1;
}

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {

    .divfbtwt {
    width: 100%; position: absolute; padding-top: 10px; text-align:right;margin-top:-140px
    }

    .fbtwt {
        width: 50px; height: 50px;cursor:pointer
    }
     .Comeback {
    font-family:'Showcard Gothic';
    font-size:30px;
    color:#ffcd12;   
  padding: 50px 50px 0px 50px;
    }
   .BottomHeading {
padding-left:50px;font-family:'Showcard Gothic';font-size:45px;color:#ffcd12;
position:fixed;
bottom:6%;
width:47%;
}

   /* Circle Menu(cm) Container */
.cm-container {
  width: 960px;
  margin: 0 auto;
}

/* Large Circle */
.cm-large-circle {
  position: relative;
  margin: 150px auto;
  width: 350px;
  height: 350px;
  background: rgba(0, 0, 0, .6);
  border: 8px solid rgb(255, 255, 255);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-shadow: 0 0 13px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 13px rgba(0,0,0,.1);
}

/* Dashed Inner Border */
/*.cm-large-circle:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  border: 1px dashed white;
  width: 340px;
  height: 340px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}*/

/* 6 Small Circles */
ul.cm-small-circle {
  list-style: none;
}

ul.cm-small-circle li {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  border: 3px solid rgb(255, 255, 255);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  cursor:pointer;
}

/* Hover On One Link Will Decrease The Opacity Of Other Links */
ul.cm-small-circle:hover li{ 
    opacity: .5;
  background: #ffcd12;
  box-shadow: 0 0 50px #ffcd12;
  -webkit-box-shadow: 0 0 50px #000000;
  -moz-box-shadow: 0 0 50px #000000;
  -ms-box-shadow: 0 0 50px #000000;
  -o-box-shadow: 0 0 50px #000000;
}

ul.cm-small-circle li:hover{ 
  opacity: 1;
}

/* Logo */
ul.cm-small-circle div.logo{
  position: absolute;
  text-align: center;
  top: 0px;
  left: 0px;
  padding: 85px 50px 21px 50px;
  font-size:20px;
  color: #fff;
  z-index: 599;
  text-shadow: 0 1px 0 rgb(100, 100, 100);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family:'Showcard Gothic';
}

/* Hide The Logo, When Each Menu Link Is Hovered */
ul.cm-small-circle li:hover ~ div.logo{
  opacity: 0;
}

ul.cm-small-circle li:hover{
  background: rgb(255, 255, 255);
  border: 3px solid rgba(0, 0, 0, 0.6);
}

/* Icon */
ul.cm-small-circle li a{
  text-decoration: none;
  color: gainsboro;
  line-height: 50px;
  padding: 0px 10px;
  font-size: 24px;
}

ul.cm-small-circle li:hover a{
  color: rgb(80,80,80);
}

/* Big Circle Texts */
ul.cm-small-circle li .cm-description {

  width: 340px;
  height: 340px;
  padding: 44px 0;


}

ul.cm-small-circle .cm-description h2{
  font-size: 30px;
  color: #ffcd12;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  font-family:'Showcard Gothic';
}

ul.cm-small-circle .cm-description .pclass{
  color: rgb(220, 220, 220);
  font-size: 22px;
  padding: 0 50px;
  font-weight:bold;
             font-family:'Flamenco',Arial,sans-serif;
}

/* 1ST MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(1){ 
  top: 22px;
  left: -55px;
}

ul.cm-small-circle li:nth-child(1) .cm-description {
  top: -71px;
  left: 58px;
}

ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
  opacity: 1;

}

/* 2ND MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -85px;
  left: 146px;
}

ul.cm-small-circle li:nth-child(2) .cm-description {
  left: -142px;
  top: 36px;
}

ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
  opacity: 1;
}


/* 3RD MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 23px;
  left: 350px;
}

ul.cm-small-circle li:nth-child(3) .cm-description {
  left: -347px;
  top: -71px;
}

ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
  opacity: 1;
}

/* 4TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(4){ 
  top: 263px;
  left: 349px;
}

ul.cm-small-circle li:nth-child(4) .cm-description {
  left: -345px;
  top: -312px;
}

ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
  opacity: 1;
}

/* 5TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 380px;
  left: 147px;
}

ul.cm-small-circle li:nth-child(5) .cm-description {
  left: -143px;
  top: -429px;
}

ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
  opacity: 1;
}

/* 6TH MENU LINK ======================================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 266px;
  left: -56px;
}

ul.cm-small-circle li:nth-child(6) .cm-description {
  left: 59px;
  top: -314px;
}

ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
  opacity: 1;
}

}



	