@font-face {
  font-family: 'merge_oneregular';
  src: url('fonts/mergeone-regular-webfont.eot');
  src: url('fonts/mergeone-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/mergeone-regular-webfont.woff2') format('woff2'),
  url('fonts/mergeone-regular-webfont.woff') format('woff'),
  url('fonts/mergeone-regular-webfont.svg#merge_oneregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'appetiteitalic';
  src: url('fonts/appetite-italic-webfont.eot');
  src: url('fonts/appetite-italic-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/appetite-italic-webfont.woff2') format('woff2'),
  url('fonts/appetite-italic-webfont.woff') format('woff'),
  url('fonts/appetite-italic-webfont.svg#appetiteitalic') format('svg');
  font-weight: normal;
  font-style: normal;

}



body{font-family: 'Roboto', sans-serif; background-color: #fff; overflow-x:hidden; }

/*--heading fontsize---*/
h1,.h1 {  font-size: 42px;font-family: 'Raleway';    font-weight: 600;}
h2,.h2 {  font-size: 36px;font-family: 'Open Sans';}
h3,.h3 {  font-size: 28px; font-family: 'Open Sans';}
h4,.h4 {  font-size: 24px; }
h5,.h5 {  font-size: 19px;}
h6,.h6 {  font-size: 18px;}

 p {
     font-size: 17px;    line-height: 1.8;
     font-weight: 400;    font-family: 'Open Sans';
}
img {    max-width: 100%;    height: auto;    border: 0;}
a {        color: #16a085;   text-decoration: none;}
a:hover,a:focus,a:active {    text-decoration: none;}






.header-top {
    padding: 20px 0
}
.header-top .our_logo {    color: #e2b7b7;    width: 105px;}
.our_logo {    outline: none !important;}
.our_logo span {    font-size: 0;}
.our_logo:hover,
.our_logo:focus {    color: #e2b7b7 !important;}

.nav-btn {
    float: right;    position: relative;
    margin-top: 10px;    width: 26px;    height: 22px;
}
.nav-btn .menu-line {
    width: 26px;    height: 4px;    display: block;
    background-color: #e2b7b7;    -moz-transition: all, .2s, ease-in;
    -o-transition: all, .2s, ease-in;    -webkit-transition: all, .2s, ease-in;
    transition: all, .2s, ease-in;
}
.nav-btn .menu-line:after,
.nav-btn .menu-line:before {
    content: "";    position: relative;    -moz-transition: all, .2s, ease-in;
    -o-transition: all, .2s, ease-in;    -webkit-transition: all, .2s, ease-in;
    transition: all, .2s, ease-in; width: 80%; height: 4px; background-color: #e2b7b7;    display: block;    left: 0
}
.nav-btn .menu-line:before {    top: -8px;}
.nav-btn .menu-line:after {    bottom: -4px;}
.nav-btn:hover .menu-line:before {    top: -7px;    width: 100%;}
.nav-btn:hover .menu-line:after {    bottom: -3px;    width: 100%;}




@media (min-width: 768px) {
    .header-top ul {        width: 785px;    }
    .header-top .our_logo,
    .header-top .nav-btn,
    .header-top ul {        position: fixed;        z-index: 1002;    }
    .header-top ul {        z-index: 1001;    }
    .header-top .our_logo { left: 50%; margin-left: -360px; }
    .header-top .nav-btn { left: 50%; margin-left: 334px; }
    .header-top {
        padding: 0; position: absolute !important;
        height: 87px; z-index: 100;    width: 100%;
    }
    .header-top .our_logo {
        font-size: 25px; float: left;
        margin-top: 0; position: fixed; top: 41px
    }
    .header-top .nav-btn { top: 23px; position: fixed; }
    .header-top ul {
        left: 0; right: 0; margin: 0 auto;
        top: 50px; text-align: right;
        -moz-transition: all .1s linear; -o-transition: all .1s linear;
        -webkit-transition: all .1s linear; transition: all .1s linear;
        -moz-transition-property: background, opacity, top;
        -o-transition-property: background, opacity, top;
        -webkit-transition-property: background, opacity, top;
        transition-property: background, opacity, top;
         display: block !important; left: initial; padding: 0px 4% 0 0;
    }
    .header-top ul li {
        float: none; margin: 0 15px; display: inline-block;
    }
    .header-top ul li:last-child { margin-right: 50px; }
    .header-top ul li a {
        font-weight: 400; font-size: 14px;padding: 0;
        cursor: pointer; position: relative;
        color: #fff; text-transform: uppercase;display: block; 
        -moz-transition: all .5s ease; -o-transition: all .5s ease;
        -webkit-transition: all .5s ease; transition: all .5s ease;  
    }
    .header-top ul li a:hover:before { max-width: 100%;    }
    .header-top ul li.active a:before { max-width: 100%;    }
    .header-top:hover ul { opacity: 1;    }
    .header-top .header_inner {
        -moz-transition: all .5s ease; -o-transition: all .5s ease;
        -webkit-transition: all .5s ease; transition: all .5s ease
    }
    .header-top.myscroll { z-index: auto; }
    .header-top.myscroll .header_inner { width: 100%; }

    .header-top .nav-btn {display: none; }

    .header-top.myscroll .nav-btn {
        -moz-transition: all .3s linear; -o-transition: all .3s linear;
        -webkit-transition: all .3s linear; transition: all .3s linear;
        left: 97%; margin-left: -26px; top: 32px;
         display: block; border: none;    background: transparent;
    }
    .header-top.myscroll .our_logo {
        left: 3%; margin-left: 0; top: 23px;
    }
    .header-top.myscroll ul {
        width: 100%; padding: 45px 4% 0 0;top: -80px; 
        height: 80px; opacity: 0; background: #252931;
        -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
    }
    .header-top.myscroll:hover ul { top: 0; opacity: 1;    }
    .header-top.myscroll:hover .our_logo { color: #fff;    }
    .header-top.myscroll:hover .menu-line,
    .header-top.myscroll:hover .menu-line:after,
    .header-top.myscroll:hover .menu-line:before { background: #fff;    }

    .header-top ul li a:after {
        position: absolute;   left: 50%;
        right: 50%; height: 3px; height: 2px;
        bottom: -5px; content: ""; background-color: #fff;
        -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
    }
    .header-top ul li a:hover:after {  left: 0;  right: 0;}

    .myscroll .top_list1{display: none;}
     .top_list2{display: none;}
    .myscroll .top_list2{display: block;    top: 0;}

    .header-top.myscroll .our_logo  img{opacity: 0;}
    .header-top:hover .our_logo  img{opacity: 1;}


}

@media (min-width: 992px){
  .header-top .our_logo {    left: 50%;    margin-left: -470px;}
  .header-top .nav-btn {    left: 50%;    margin-left: 444px;}
}

@media (min-width: 1200px){
  .header-top .our_logo {    left: 50%;    margin-left: -507px;}
  .header-top .nav-btn {    left: 50%;    margin-left: 481px;}
}


@media(max-width:991px){
  .header-top ul li {    margin: 0 10px !important;}
  .header-top ul li:last-child {    margin-right: 20px !important;}

}




.header-top .nav-btn.btn:focus{    outline: none !important;}
section.wp_dev {    overflow: hidden;}


/*------btn section--------*/
.btn-md{font-weight: 800; font-size: 14px; color: #fff; text-transform: uppercase; padding: 19px 30px; border-radius: 3px; display: inline-block; border: none; box-shadow: none; outline: none;}
.bg-dark-green.btn-md:hover, .bg-dark-green.btn-md:focus{background-color: #025343; color: #fff;}
.read-more{background-color: #16a085; font-size: 14px; color: #fff;  text-transform: uppercase; font-weight: 700; padding: 11px 45px; border-radius: 3px; display: inline-block;} 
.read-more:hover, .read-more:focus{background-color: #0f8770; color: #fff;}
/*------end btn section--------*/


/*------backgrond color classes--------*/
.bg-green{background-color: #16a085;}
.bg-dark-green{background-color: #046653;}
.bg-light-purple{background-color: #2c3e50;}
.bg-navygrey {background-color: #2c3e50;}
/*------end backgrond color classes--------*/




/*------ navbar------*/
/*.navbar-default{background: #081019; border-radius: 0; box-shadow: none; min-height:inherit; margin-bottom: 0; border: none; padding: 11px 65px 0 85px;}*/
/*.navbar-brand{height: auto;}*/
.social-icons{padding:5px 0 0; display: inline-block; margin:0;}
.social-icons li {    display: inline-block; padding-left: 4px;}
.top_list span, .top_list span a{color: #cdcdcd; font-family: 'Open Sans', sans-serif; font-weight: 400;  line-height: 23px; display: inline-block;}
.social-icons li a{display: inline-block; background-image: url(img/social-sprit.png); background-repeat: no-repeat; background-position: 0 0; width: 25px; height: 20px;  transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; }
.top_list span a:hover{color: #16a085;}

.top_list span{   position: relative;    padding: 0 0px 0 50px;    vertical-align: text-bottom;}

.top_list span i {    font-size: 22px; position: absolute; left: 21px; color: #16a085;}

.top_list span:last-child{margin-right: 50px;}

.top_list {    text-align: right;     position: fixed;    left: 0;
    right: 0;   background-color: #252931;    padding: 5px 15px; z-index: 1005;    padding-right: 0%;}
.social-icons li.facebook a{background-position: -83px 0;}
.social-icons li.twitter a{background-position:-169px 0;}
.social-icons li a:hover{background-position: 0 -82px;}
.social-icons li.facebook a:hover{background-position: -83px -83px;}
.social-icons li.twitter a:hover{background-position:-169px -83px;}






/*------end navbar------*/

/*--footer section---*/
.footer-list h6{color: #fff; line-height: 33px; text-transform: uppercase; font-weight: normal; position: relative; margin-bottom: 5px; margin-top: 0 ; padding-top: 20px;     font-family: 'merge_oneregular';}
.footer-list h6:before{content: ''; height: 1px ; width: 171px; background-color: #393939; position: absolute; top:0 ; left: 0;}
.footer{background-color: #282C35;
 background-image:url(img/ptrn.png);
 background-position: center ;   }

/*.footer_sec:after{content: ''; background-image: url(img/t-img.png); background-repeat: no-repeat; position: absolute; left: 50%; bottom: -59px; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); height: 102px; width: 102px;}*/



.footer-list ul li{display: block; list-style: none; padding: 11px 0;}
.footer-list ul li a{display: inline-block; font-size: 12px; color:#cdcdcd; text-transform: uppercase;   font-family: 'merge_oneregular';}
.footer-list ul{padding: 0;}
.footer_sec{padding: 85px 0 80px; position: relative;}
.footer-list ul li a:hover, .footer-list ul li a:focus{color: #16a085;}

.footer_social h6{background-color:#25aa76; color: #fff; font-family: 'appetiteitalic'; text-transform: uppercase; display: inline-block;     padding:8px 33px 8px;    margin: 0;    border-radius: 2px; position: relative; }
.footer_social h6:after{background-image: url(img/footer-img.png); content: ''; background-repeat:no-repeat; background-position: 0 0; height:63px; width:65px ; position: absolute; top: 35px; left: 0;}

.footer_social .social-icons li a{height: 30px; width: 30px; background-image: url(img/footer-social.png);background-repeat: no-repeat; background-position: 0 0;}
.footer_social .social-icons li.linkedin a:hover{background-position: 0 -66px;}
.footer_social .social-icons li.facebook a{background-position: -71px 0}
.footer_social .social-icons li.facebook a:hover{background-position: -71px -66px}
.footer_social .social-icons li.twitter a{background-position: -145px 0}
.footer_social .social-icons li.twitter a:hover{background-position: -145px -66px}
.footer_social {    float: left;    width: 77%; margin-left: 10px;}
.footer_social .social-icons {    float: right;    margin-top: 65px;}
.footer_social .social-icons li{padding-left: 13px;}
.footer-list.get-connect li a:after{background-image: url(img/list-sprite.png); background-repeat: no-repeat; background-position:  0 0;   content: ''; left: 0;    position: absolute;    top: 0; height: 30px; width: 30px;}
.footer-list.get-connect li a{position: relative;  padding-left: 28px;} 
.footer-list.get-connect li a:hover:after{background-position: 0 -55px;}
.footer-list.get-connect li:nth-child(2) a:after{background-position: -63px 0;}
.footer-list.get-connect li:nth-child(2) a:hover:after{background-position: -63px -55px;}
.footer-list.get-connect li:nth-child(3) a:after{background-position: -130px 0;}
.footer-list.get-connect li:nth-child(3) a:hover:after{background-position: -130px -55px;}
.footer-list.get-connect li:last-child a:after{background-position: -197px 0;}
.footer-list.get-connect li:last-child a:hover:after{background-position: -198px -55px;}

/*--copyright----*/
.copyright{background-color: #1c1f25;   padding:30px 0 17px;}



.copyright_inner p {    display: inline-block;    margin: 0; font-size: 14px; color: #cdcdcd; font-weight: 400; }
.copyright_inner p a:hover{color: #0b6c59;} 

.created_by a{margin-left: 5px;}
.created_by a:hover img{opacity: .8;}


/*--- end footer section---*/






/*------- responsive section-------*/




@media (max-width: 1199px){
  .footer_social {    width: 95%;  }
  h1, .h1 {    font-size: 36px;}
  h2,.h2{ font-size: 33px;}
  h3, .h3 {    font-size: 26px;}

}


@media (min-width: 768px) and (max-width: 1200px) { 

  h2,.h2{ font-size: 30px;}
  p{font-size: 17px; margin-bottom: 15px; line-height: 25px;}

}

@media (max-width: 991px){
  /*.navbar-default .navbar-nav > li > a{padding: 23px 13px 31px; }
  .navbar-default{    padding: 11px 16px 0 10px;}*/
  .footer_sec::after{display: none;}
  .footer_social {    width: 59%;}
  .footer_sec .col-sm-6 {    margin-bottom: 25px;}
  .footer_sec {    padding: 60px 0 10px;}
  h1, .h1 {    font-size: 38px;}
  h2, .h2 {    font-size: 26px;}
  .top_list span:last-child {    margin-right: 30px;}

}




@media (max-width: 767px){
  .footer_social {    width: 200px;}
  h2,.h2{ font-size: 28px;}
  p{font-size: 16px;    line-height: 26px;  margin-bottom: 16px;}
  h1, .h1 {    font-size: 32px;}
 
.our_logo  img{height: 30px;}

.header-top {    padding: 0 0px 12px 0px;    background: #252931;}
.navbar-collapse {    width: 100%;}
.top_list {    position: relative;}
.top_list2 {    display: none;}
.nav-btn { 
    margin-top: 6px;    margin-right: 40px;    width: 26px;
    height: 22px;    background: transparent;}
.top_list span:last-child {    margin-right: 20px;}
.nav-btn:active, .nav-btn:focus{outline: none !important;}
.nav-btn .menu-line, .nav-btn .menu-line:after, .nav-btn .menu-line:before{
  background-color:#16a085; }

.header_inner ul{list-style: none;padding: 0;margin: 0;}
.header_inner ul li a{
  padding: 12.5px 10px; display: block;float: left; width: 100%;    font-size: 13px; 
     color: #cdcdcd;    text-transform: uppercase;    font-family: 'merge_oneregular';}
.header_inner ul li a:hover{color: #16a085;}

.header_inner ul li.first-menu a{padding-top: 15px;}
.header_inner .navbar-collapse { border-top: initial; -webkit-box-shadow: initial; box-shadow: initial;}
.header-top .our_logo {    padding-left: 20px;}


.top_list span, .top_list span a{font-size: 13px;}
.top_list span i {    font-size: 18px;    left: 16px;    top: 2px;}

.top_list span {    padding: 0 0px 0 40px;}



}














@media (max-width: 550px){
  .incepted {    float: left;    margin-top: 20px;}
  .copyright {    padding: 21px 0 7px;text-align:center;}

.copyright p.pull-right{float:none !Important;}
}

@media (max-width: 480px){
  h6, .h6 {    font-size: 18px;}
  .footer_sec .col-xs-6{width: 100%;}
  .footer_sec {    padding: 36px 0 10px;}
  .footer_social h6::after{top: 33px;}
  .footer-list h6{ padding-top: 12px;}
  .footer-list ul li {    padding: 6px 0;}
  .footer-list ul {    margin-bottom: 0;}
  .footer_social {    margin-left: 0; width: 185px;}
  .footer_social .social-icons li {    padding-left: 9px;}
  .navbar-default .navbar-nav > li > a{font-size: 17px;    padding: 16px 22px;}

  h1, .h1 {    font-size: 28px;}
  h2, .h2 {    font-size: 23px;}
  .footer_social h6{font-size: 16px;}
  h4, .h4 {    font-size: 20px;}



.top_list span:first-child {    margin-right: 10px;}
/*.top_list span:last-child {  display: none;}*/


}























svg#Capa_1 {
    width: 40px; position: absolute;margin: auto;
    left: 0; right: 0; top: 0; bottom: 0;
}

.label-container{
        position: fixed; bottom: 77px;    right: 125px;
    display: table; visibility: hidden;
}

.label-text{
    color:#FFF; background:rgba(8, 16, 25, 0.62);border-radius:3px;
    display:table-cell; vertical-align:middle;padding:10px; 
}

.label-arrow{
    display:table-cell;    vertical-align:middle;    color:rgba(8, 16, 25, 0.62);
}

.float {
    position: fixed; width: 80px; height: 80px; bottom: 60px;text-align: center;
    right: 40px; background-color: #ffffff; color: #4c3939;z-index:10;
    border-radius: 50px;  box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.42);
}

.float:hover{}

.my-float{ font-size:24px; margin-top:18px;}

a.float + div.label-container {
  visibility: hidden;  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{  visibility: visible;  opacity: 1;}

@media(max-width: 767px){

  .float {
    width: 65px; height: 65px;
    bottom: 20px; right: 15px;
  }
  svg#Capa_1 { width: 35px;}
  .label-container { bottom: 32px; right: 86px;}


}



.clock-sec {background-color: #eb6c41;
  /*background-image: url(img/clock-bg.jpg);*/
  position: relative;
}



.clocks {
    position: absolute; top: 0;
 left: 0; right: 0; text-align: center;
}

.jcgmt-container {
     float: initial !important;     
    display: inline-block;
}
.jcgmt-container + .jcgmt-container{padding-left: 20px;}

.jcgmt-container .jcgmt-lbl, .jcgmt-digital, .jcgmt-date {
    color: #fff !important;
    /*text-shadow: 2px 1px #a84d2e;*/
    font-family: open sans, san-serif;
    font-weight: 600 !Important;
}

.jcgmt-container .jcgmt-lbl {
    width: initial !important; 
    font-size: 15px !important;
    text-transform: uppercase;
}

@media(max-width: 1199px){
  .clocks {    background: #ec6436;}
  .clock-sec {    padding-top: 100px;}

}


@media(max-width: 991px){
 

}
@media(max-width: 767PX){
 .jcgmt-container + .jcgmt-container {    padding-left: 10px;}

}



@media(max-width: 550px){
 
  img.clock-bg {   display: none; position: absolute;    bottom: 0;}
  .clock-sec {    /*padding-top: 100px;    height: 547px;*/ padding: 20px 0;}
  .jcgmt-container + .jcgmt-container {    padding-left: 3px;padding-top: 15px;}
  .jcgmt-container {    display: block;}
  .clocks{position: static; background:transparent;}



}

















/*## DROPDOWN CSS  ##*/
/*## DROPDOWN CSS ##*/

.header-top ul li {  position: relative;}

.menu-wrapper .sub-menu , .header-top.myscroll:hover .sub-menu{
    box-sizing: border-box;    -moz-box-sizing: border-box;
    margin: 20px 0 0 0em;    padding: 15px 0 0 0;
    position: absolute;    max-height: 0em;    overflow: hidden;
    list-style: none outside none;    text-align: left;
    text-transform: none;    width: 250px; height: initial;
    left: 50%; top: 0;   transform: translateX(-50%); -webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%);  -o-transform: translateX(-50%); 
    
}
.menu-wrapper .sub-menu li {  display: block; margin: 0;}

.menu-wrapper .sub-menu a {
  margin: 0; font-weight: 300;
  white-space: nowrap; background: #252931;
  line-height: 1.8em; padding: 6px 10px;  border: none;
}
.menu-wrapper .sub-menu a:hover {     background: #16a085;}

.menu-wrapper li:hover .sub-menu {
  max-height: 30em;  transition: max-height 0.5s; 
  -webkit-transition: max-height 0.5s;   -moz-transition: max-height 0.5s;   -o-transition: max-height 0.5s; 
}
.header-top.myscroll:hover .menu-wrapper li:hover .sub-menu{
 max-height: 30em;  transition: max-height 0.5s; 
  -webkit-transition: max-height 0.5s;   -moz-transition: max-height 0.5s;   -o-transition: max-height 0.5s; 
}

.menu-wrapper .sub-menu a:after{content: none;}
.header-top ul .sub-menu li:last-child {    margin-right: 0;}

/* Responsive Menu */


@media(max-width: 991px){
	.header-top ul .sub-menu li:last-child {    margin-right: 10px !important;}
	.header_inner .navbar-collapse {    padding-top: 10px;}
}
@media(max-width:  860px){
	.header-top ul li {    margin: 0 8px !important;}
	.header-top ul .sub-menu li:last-child {    margin-right: 8px !important;}
}
@media(max-width:  800px){
	.header-top ul li {    margin: 0 6px !important;}
	.header-top ul .sub-menu li:last-child {    margin-right: 6px !important;}
}




@media screen and (max-width: 768px) {
	

	.header-top ul li {    position: relative;
    	display: block;    float: left;    width: 100%;    margin: 0 !important;
	}
    .menu-wrapper .sub-menu a {    background: rgb(68, 65, 66);}
	.menu-wrapper .sub-menu a:hover {    background: #444142;    color: #fff;}



  .js .menu-wrapper nav[role=navigation] {
    overflow: hidden;    max-height: 0em;  }
  .js .menu-wrapper nav[role=navigation].active {
    max-height: 30em;    transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;    -moz-transition: max-height 0.5s ease-out;    -o-transition: max-height 0.5s ease-out;
  }

  .menu-wrapper .menu li {
    display: block;    border: 1px solid pink;    border: none;
  }
  .menu-wrapper .menu > li {
    padding: 0px;    border: none;
  }
  .menu-wrapper .menu > li + li {    border-top: 1px dashed #dd4949;  }
  .menu-wrapper .menu a {    padding: 0.5em 0;    margin: 0px;    border: none;  }
  .menu-wrapper .menu a:hover {    background: #9b1c1b;  }

  .menu-wrapper li:hover .sub-menu {    max-height: 0em;    transition: none;  }
  .menu-wrapper .sub-menu {
    background: none;    margin-left: 0px;
    margin-top: 1px;    display: block;    width: 100%;
  }

  .menu-wrapper li .sub-menu.active {
    max-height: 30em;    overflow: visible;    position: relative;
    z-index: 9;    transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;    -moz-transition: max-height 0.5s ease-out;    -o-transition: max-height 0.5s ease-out;
  }
  .menu-wrapper .toggle-link {
    height: 43px;    width: 43px;    display: block;    position: absolute;
    right: 0px;    z-index: 200;    font-size: 17px;    line-height: 43px;
    cursor: pointer;    speak: none;    font-style: normal;
    font-weight: normal;    -webkit-font-smoothing: antialiased;
    background: #16a085;    text-align: center;    color: #fff;
   }
  .menu-wrapper .toggle-link:hover {
    transition: all 0.2s;    -webkit-transition: all 0.2s;    background: #14715f;
  }


 

}

/*## DROPDOWN CSS ##*/
/*## DROPDOWN CSS ##*/

















#preloader {
		    position: fixed;top:0; left:0;
		    right:0;  bottom:0;  width:100%;   height:100%;background-color:#fff; 
		    z-index:9999999999999999999999; /* makes sure it stays on top */
		}
.loader { text-align-center;
  color: #1f9885;     font-weight: 500;  font-family: Consolas, Menlo, Monaco, monospace;
  font-weight: bold;  font-size: 20vh;line-height: 20vh;  opacity: 0.8;position:absolute;
		    left:50%;   top:50%;
		    transform: translate(-50%,-50%);transform: -webkit-translate(-50%,-50%);
transform: -moz-translate(-50%,-50%); -o-transform: translate(-50%,-50%);


}
.loader span {
  display: inline-block; animation: pulse 0.4s alternate infinite ease-in-out;
  -webkit-animation: pulse 0.4s alternate infinite ease-in-out;
}
.loader span:nth-child(odd) {
  animation-delay: 0.4s;
-webkit-animation-delay: 0.4s;
  -moz-: animation-delay: 0.4s;
  -o-  animation-delay: 0.4s; 
}
@keyframes pulse {
  to {
    transform: scale(0.8);
    opacity: 0.5;
  }
}

