
/* ----------------External Font------------------------------------------------*/

@font-face {
    font-family: 'Conv_trebuc_0';
    src: url('../fonts/trebuc_0.eot');
    src: local('☺'), 
    url('../fonts/trebuc_0.woff') format('woff'), 
    url('../fonts/trebuc_0.ttf') format('truetype'), 
    url('../fonts/trebuc_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_trebucbd_0';
    src: url('../fonts/trebucbd_0.eot');
    src: local('☺'), 
    url('../fonts/trebucbd_0.woff') format('woff'), 
    url('../fonts/trebucbd_0.ttf') format('truetype'), 
    url('../fonts/trebucbd_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Webkit */
::-webkit-input-placeholder { color: #999; }

/* Firefox 4-18 */
:-moz-placeholder { color: #999; }

/* Firefox 19+ */
::-moz-placeholder { color: #444; }

/* IE10+ */
*:-ms-input-placeholder {color: #a9a5ae!important;}

/*html {width: 100%;}*/
.clr {clear: both;}
body{width: 100%;font-family: 'Conv_trebuc_0'; font-size: 14px; -webkit-font-smoothing: antialiased; letter-spacing: 0.4px;}
img{max-width: 100%; height: auto;}
h5, h6 , h1 , h2 , h3 , h4 {font-weight: normal;font-family: 'Conv_trebuc_0'; }
select::-ms-expand{display:none;}
select{ -webkit-appearance:none;}
dl, dt, dd, ol, ul, li {margin: 0;padding: 0;  list-style-type: none;}
a:active , select , select:focus , a:focus , a:hover , input:focus , button:focus , textarea:focus {outline: none !important; text-decoration: none; color: #fff;}
a , button{text-decoration: none;-webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s; cursor: pointer;}
option{ padding: 10px;}
textarea {resize: none;}

/*****************************HOME PAGE CSS START HERE*****************************/

.header.sticky .longgemall-stycky{display: block;}
.header .longgemall-stycky{display: none;}
/*.header.sticky #sidenav-toggle{top: 38px;}*/
.header.sticky .longgemall{display: none;}
.header .longgemall{display: block;}

.logo-sticky {margin: 10px 10px 10px 20px; display: none;}
.header.sticky .logo-sticky{display: block;}
.header.sticky{position: fixed; width: 100%;z-index: 9999; background-color: #0c1430;box-shadow: 0px 1px 7px -1px #333;}
#sidenav-toggle {
    position: absolute;
    top: 8px;
    right: 10px;
    right: 1rem;z-index: 9;
    border: none;
    background: transparent;
    font-size: 28px;
    font-size: 2.8rem;
   font-family: 'Conv_trebuc_0';
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 70px;
    line-height: 7rem;
}
.ct-sidenav.open {
    right: 0;
}
.ct-sidenav {
    width: 300px;
    width: 30.3rem;
    height: 100%;
    position: fixed;
    z-index: 9990;
    top: 0;
    right: -34.3rem;
    background: #899493;
    /*background-image: url(../images/bannerimg.jpg);*/
    padding: 75px 0 20px;
    padding: 7.5rem 0 2rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
    color: #b7b6b6;
}
.ct-sidenav .close {
    position: absolute;
    top: 7px;
    top: 0.7rem;
    right: 15px;
    right: 1.5rem;
    text-shadow: none;
    color: #fff;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 30px;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    font-weight: lighter;
}

.ct-sidenav-list {
    padding: 50px 0 30px;
    padding: 5rem 0 3rem;
    color: #6e6e6e;
    font-size: 22px;
    font-size: 2.2rem;
}
.ct-sidenav-list > li {
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
}
.menu-txt{position: absolute;right: 73px;top: 25px;z-index: 999;color: #fff;font-size: 23px;}
.ct-sidenav-list > li > a{border-bottom: 1px solid #6a7b7a !important;}
.ct-sidenav-list > li > a, .ct-sidenav-list > li button {font-family: 'Open Sans Condensed', sans-serif;}
.ct-sidenav-list > li > a, .ct-sidenav-list > li button {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 8px 25px 8px 25px;
    padding: 0.8rem 2.5rem 0.8rem 2.5rem;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
   
}


/*back to top btn css start here*/
.lernmore-click{position: absolute;bottom: 60px;}
.cd-top.cd-is-visible {opacity: 1; visibility: visible;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {transition: opacity 0.3s ease 0s, visibility 0s ease 0s;}
.cd-top {background-color: #000000; background-image: url("../images/up-arrow.png"); background-repeat: no-repeat; background-position: center 50%; border-radius: 100px; bottom: 40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); display: inline-block; height: 36px; opacity: 0; outline: medium none; overflow: hidden; position: fixed; right: 30px; text-indent: 100%; transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s; visibility: hidden; white-space: nowrap; width: 36px; z-index: 99;}
/*back to top btn css end here*/

/*banner section start here*/
.logoing{max-width: 310px; margin: 0 auto 30px;}
.lern-mr{display: inline-block; color: #ccc; text-align: center; font-size: 18px;}
.banner{background-position: 0 0px; height: 770px; position: relative; text-align: center; background-image: url("../images/bannerimg.jpg"); -o-background-size: cover; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -ms-background-size: cover;}
.banner-text-block {padding-top: 100px; z-index: 9; position: relative;}
.banner-text-block h1 {display: inline-block; color: #fff;font-family: 'Conv_trebucbd_0';font-size: 60px; border-bottom:4px solid #57637f;border-top:4px solid #57637f; margin-bottom: 30px; padding:20px 0px; text-transform: uppercase;  }
.banner-text-block p {color: #fff; font-weight: 100; font-size: 18px;max-width: 700px;width: 100%;margin: 0 auto;}
/*banner section end here*/




.wrapper.style2 {
    background-color: #2e3842;
}
.wrapper.alt {
    padding: 0;
}
.spotlight p{color: #fff; font-size: 18px;}
.spotlight h2{color: #fff; font-size: 26px; line-height: 37px;}
.spotlight {
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }

        .spotlight .image {
            -moz-order: 1;
            -webkit-order: 1;
            -ms-order: 1;
            order: 1;
            border-radius: 0;
            width: 20%; background-color: #1b2c4e;
        }

            .spotlight .image img {
                border-radius: 0;
                width: 100%; opacity: 0.5;
            }

        .spotlight .content {
            padding: 0 4em 0.1em 4em ;
            -moz-order: 2;
            -webkit-order: 2;
            -ms-order: 2;
            order: 2;
            max-width: 48em;
            width: 80%;
        }

        .spotlight:nth-child(2n) {
            -moz-flex-direction: row-reverse;
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

        .spotlight:nth-child(1) {
            background-color: rgba(253, 253, 253, 0.22);
        }

        .spotlight:nth-child(2) {
            background-color: rgba(253, 253, 253, 0.1);
        }

        .spotlight:nth-child(3) {
            background-color: rgba(253, 253, 253, 0.22);
        }

        .spotlight:nth-child(4) {
            background-color: rgba(253, 253, 253, 0.1);
        }

        .spotlight:nth-child(5) {
            background-color: rgba(253, 253, 253, 0.22);
        }

        .spotlight:nth-child(6) {
            background-color: rgba(253, 253, 253, 0.1);
        }

        .spotlight:nth-child(7) {
            background-color: rgba(253, 253, 253, 0.22);
        }

        .spotlight:nth-child(8) {
            background-color: rgba(253, 253, 253, 0.1);
        }

        .spotlight:nth-child(9) {
            background-color: rgba(253, 253, 253, 0.22);
        }

        .spotlight:nth-child(10) {
            background-color: rgba(253, 253, 253, 0.1);
        }

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

            .spotlight .image {
                width: 45%;
            }

            .spotlight .content {
                width: 55%;
            }

        }

       
.map-check{margin: 50px 0 20px;}
.map-check iframe{width: 100%; height: 400px; }
.contact-titl{font-size: 44px; text-transform: uppercase; color: #29292a;}
.titl-txt{font-size: 20px; color: #85898d; }
.office-title{margin-top: 30px; font-size: 22px; color: #fff; margin-bottom: 40px;}
.contact-section-main{padding: 40px 0; background-color: #2e363e;}
.address-mp{font-size: 21px; color: #fff; margin-bottom: 100px;}
.email-txt{font-size: 20px; color: #fff; margin-bottom: 40px;}
.email-txt a{color: #1d84ea; font-size: 20px; text-decoration: underline;}
.email-txt a:hover{color: #c3c3c3;}
.cophy-rightd{color: #8c8c8c; font-size: 18px; position: relative; z-index: 1; text-align: center; }
.cophy-rightd a{color: #fff;}
.cophy-rightd a:hover{color: #8c8c8c;}

/*footrer*/
.main-footerss{padding:100px 20px; background-image: url(../images/bannerimg.jpg); background-repeat: no-repeat; position: relative; }
.main-footerss:after{content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.47);}

/* footer block start here*/
.footer-main-block{background: #243642;}
.footer-col-head img{width: 235px;}
.footer-col-head{font-size: 18px; color: #ffffff; text-transform: uppercase; margin-bottom: 25px;font-family: 'Conv_trebucbd_0';}
.footer-col-head .line-footer{height: 2px; background-color: #fff;width: 30px;margin-right: 10px; display: inline-block;vertical-align: middle;}
.footer-col-head.tile-joints{margin: 20px 0;}
.footer-content-block{font-size: 14px; color: #fff;}
.footer-col-block{padding: 40px 0;}
.footer-logo-blokc{margin-bottom: 8px;}
.points-footer li{ color: #ffffff; margin-bottom: 11px; transition: 0.5s;}
.points-footer.btn-footer li:hover{opacity: 0.8;} 
.points-footer li a{color: #ffffff; font-size: 16px; }
.points-footer li a:hover{color: #ccc; margin-left: 5px;}
.more-txt-block{color: #ccc; font-size: 16px; display: block; margin-top: 10px;}
.menu_name.points-footer.btn-footer ul.contact-homelink li{padding-left: 24px;margin-bottom: 20px; position: relative;}
.menu_name.points-footer.btn-footer ul li span{position: absolute;left: 0px;font-size: 16px;display: inline-block;margin-top: 2px;}
.content-subsc{font-size: 16px; color: #c9c9c9;}
.confide-txt{color: #ffffff; margin-top: 10px;}
.subscri-block-new{ height: 40px;border: 1px solid #fff; position: relative; border-radius: 25px; overflow: hidden; margin-top: 20px;}
.subscri-block-new input{color: #b1b1b1; font-size: 15px; background-color: transparent;border: 0px; width: 100%; height: 100%; padding: 0 40px 0 15px;}
.subscri-block-new button.sent-btns {background-color: #fff;border-radius: 50%;display: inline-block;height: 30px;position: absolute;right: 4px;top: 4px;width: 30px;font-size: 16px; border: none;}
.subscri-block-new button.sent-btns:hover{background-color: #ccc;}
.subscri-block-new *::-moz-placeholder{color: #fff;}
ul.social-footer{margin: 20px 0 0px;}
ul.social-footer li{display: inline-block; margin-right: 5px; margin-bottom: 10px;}
ul.social-footer li a{display: block;width: 40px;height: 40px; border: 2px solid #ccc; border-radius: 50%;text-align: center; padding-top: 6px; color: #fff;}
ul.social-footer li a:hover{background-color: #55acee;border-color: #55acee;}
.copyright-block{text-align: center; color: #c9c9c9; font-size: 15px; border-top: 1px solid #3b4750; margin-top: 55px; padding: 15px 0;}
.copyright-block a{color: #ccc;}
/* footer block End here*/
 
/*****************************HOME PAGE CSS END HERE*****************************/

 @media screen and (max-width: 980px) {
    .spotlight {display: block;}
    .spotlight br {display: none;}
    .spotlight .image {width: 100%;}
    .spotlight .content {padding: 4em 3em 2em 3em ;max-width: none;text-align: center;width: 100%;}
 }

@media screen and (max-width: 736px) {
    .spotlight .content {padding: 3em 2em 1em 2em ;}
}
@media all and (max-width:767px){
  .banner-text-block h1{font-size: 25px;}
  .banner{height: auto;background-color: #000;}
  .banner:after{content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; display: block; background-color: rgba(0, 0, 0, 0.68);}
  .banner-text-block{padding-bottom: 50px;padding-top: 100px;}
  .spotlight h2{font-size: 18px; line-height: 28px;}
  .contact-titl{font-size: 30px;}
  .titl-txt{font-size: 16px;}
  .address-mp{margin-bottom: 40px;}

  .main-footerss{padding: 40px 20px;}
}


