/* Common Css */
:root{
    --primary: #31405e;
    --primary-text: #d39d19;
    --secondory-text: #31405e;
}

.primary-text{
    color: var(--primary-text) !important;
}

.secondory-text{
    color: var(--secondory-text) !important;
}

.mb-70{
    margin-bottom: 160px;
}

.learn-more a{
    font-size: 14px;
    color: var(--primary-text);
    line-height: 20px;
    padding-left: 15px;
    position: relative;
    letter-spacing: 2px;
    text-decoration: none;
}

.learn-more a:before,
.learn-more a:after{
    content: '';
    position: absolute;
    display: block;
}
.learn-more a:before{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffde00;
    left: 0;
    top: 7px;
}
a.whatsapp {
    align-items: center;
    background: #27f519;
    border-radius: 100px;
    bottom: 92px;
    color: #fff;
    display: flex
;
    font-size: 24px;
    height: 40px;
    justify-content: center;
    position: fixed;
    right: 15px;
    text-decoration: none;
    width: 40px;
    z-index: 9999999999999 !important;
}
.learn-more a:after{
    width: 2px;
    height: 70px;
    bottom: calc(100% - 8px);
    left: 2.5px;
    background: linear-gradient(to top, #ffde00, transparent);
}
ul.links.sociallinks {
    display: flex
;
}
ul.links.sociallinks li {
 list-style: none; 
; margin-right: 5px;
}
ul.links.sociallinks li a {
padding: 5px;
   }

   .flag span {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}
   .flag span img{
width: 30px;
   }
   .flag  {

    margin-left: 5px;
}
.flag {
    margin-left: 5px;
    display: flex
;
    align-items: center;
}
/* Header Css */
#header{
    background-color: var(--primary);
    position: relative;
    /*overflow: hidden;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
#header #navbar{
padding-top: 20px;
}
#top-header {
    margin-bottom: 15px;
}
.logo-wrapper img{
    max-width: 85%;
}
.logo-wrapper h1 a{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    /*width: 120px;*/
}

#top-header ul li a{
       color: #ffffff;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 15px;
    font-weight: 500;
}
#top-header ul li a i{
    margin-right: 5px;
    color: inherit
}
#top-header ul li a:hover{
    color: var(--primary-text);
}

#navigation ul li a{
    padding: 20px 13px 35px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    text-decoration: none;
    transition: all 0.3s;
    font-family: gisha;
    font-weight: bold;
}
#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li a.active{
    color: var(--primary-text);
}







/* Hero */
.hero-slider .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.hero-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 1px solid var(--secondary);
    display: block;
    margin: 5px;
}
.hero-slider .owl-dots .owl-dot.active span {
    background-color: var(--primary);
    border-color: var(--primary);
}
.hero-slide-wraper {
    /* padding-top: 230px; */
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 2;
    /* padding-bottom: 170px; */
    height: 600px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

/* Footer Css */
#footer{
    background-color: #000000;
    padding: 15px 0 10px;
    position: relative;
    overflow: hidden
}

.footer-box .footer-box-title{
    text-transform: uppercase;
    font-size: 18px;
    color: var(--primary-text);
    line-height: 30px;
}

.footer-box ul li a{
    color: #808080;
    /*font-family: 'Calibri-Light';*/
    text-decoration: none;
    transition: all 0.3s;
    font-size: 18px;
    line-height: 30px;
}
.footer-box ul li a:hover{
    color: #ffffff;
}

.footer-logo .footer-logo-headline{
    font-size: 14px;
    color: #a5a5a5;
    /*font-family: 'Calibri-Light';*/
    text-transform: uppercase;
    letter-spacing: 2px
}

.design-by .design-by-title{
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    /*font-family: 'Calibri-Light';*/
}
.design-by p a{
    text-decoration: none;
    color: var(--primary-text);
    /*font-family: 'Calibri-Light';*/
    font-size: 18px;
    line-height: 30px
}

/* Banner Css */
.banner-wrapper .banner-headline{
    font-size: 14px;
    color: var(--primary-text);
    line-height: 20px;
    padding-left: 15px;
    position: relative;
    letter-spacing: 2px;
}
.banner-wrapper .banner-headline:before,
.banner-wrapper .banner-headline:after{
    content: '';
    position: absolute;
    display: block;
}
.banner-wrapper .banner-headline:before{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffde00;
    left: 0;
    top: 7px;
}

.banner-wrapper .banner-headline:after{
    width: 2px;
    height: 70px;
    bottom: calc(100% - 8px);
    left: 2.5px;
    background: linear-gradient(to top, #ffde00, transparent);
}

.banner-wrapper .banner-title,
.section-title{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 48px;
    color: #ffffff;
    /*letter-spacing: 5px;*/
}

.banner-wrapper .banner-tagline{
     font-size: 48px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Home Page */
/*#home-banner{
    padding: 298px 0;
    background-position: center left;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}*/
#home-banner.banner-wrapper{
    padding:0;
    background-position: center;
}
#home-banner  .banner-headline {
    text-align: left;
    /*width: 50%;
    margin: 0 auto;*/
}
#home-banner  .banner-title {
       margin-top: 15px;
    margin-bottom: 30px !important;
}

#home-banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #a8a8a8;
    mix-blend-mode: multiply;
    z-index: -1;
}

#home-banner .banner-headline{
    color: #000000;
}
#home-banner .banner-headline:before{
    background-color: #000000;
}
#home-banner .banner-headline:after{
    background: linear-gradient(to top, #000000, transparent);
}
#home-banner .banner-title{
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
#home-banner .banner-tagline{
    color: #000000;
}


#export{
    background-color: #d39d19;
    position: relative;
}
.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}
.export-box{
    padding: 65px 30px;
    font-family: 'Roboto';
    transition: transform 0.3s;
    cursor: pointer;
    height: 100%;
}
.export-box .export-icon figure{
    width: 95px;
    height: 95px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.export-box .export-title{
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-break: break-all;
    font-weight: 400;
    margin-top: 25px;
    position: relative;
    line-height: 1.3;
    padding-bottom: 10px;
    font-family: 'gisha';

}
.export-box .export-title:after{
    width: 30px;
    border:2px solid #98a0af;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    opacity: 0
}
.export-box  p{
    color: #fff;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    display: none;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.export-box .export-desc{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.3;
}



#welcome{
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 50px;
}
#welcome:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 530px;
    background-color: rgba(0,0,0,0.15);
    transform: translateY(-50%);
}
.welcome-header{
    margin-bottom: 55px;
}
.welcome-header .welcome-title{
    font-family: 'gisha';
    font-size: 48px;
    color: var(--secondory-text);
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.welcome-header .welcome-description{
    font-size: 16px;
    line-height: 24px;
    color: #636466;
    font-weight: 300;
}

.welcome-boxs{
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.10);
}
.welcome-boxs .welcome-box{
    padding: 50px;
    min-height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}
.welcome-boxs .welcome-box .welcome-img{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.alternative-content.alternative-content-right {
    padding-right: 1% !important;
}
.welcome-boxs .welcome-box .welcome-description{
     text-align: center;
    letter-spacing: 2px;
    font-family: Roboto-Thin;
    font-size: 22px;
    padding: 20px;
    line-height: 36px;
}

.welcome-footer{
    text-align: center;
    margin-top: 130px;
}
.welcome-footer .learn-more a{
    color: var(--secondory-text);
}
.welcome-footer .learn-more a::before{
    background-color: var(--secondory-text);
}
.welcome-footer .learn-more a::after{
    top: calc(100% - 8px);
    background: linear-gradient(to bottom, var(--secondory-text), transparent);
}


#textimonials{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: var(--primary);
}
.textimonials-container{
    padding: 0 80px
}
.testimonial-headline{
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: 1px;
}
.testimonial-title{
    font-size: 36px;
    text-transform: uppercase;
    color: #FFFFFE;
    letter-spacing: 1px;
}

.testimonial-body{
    margin-top: 70px;
}

.testimonial-main-silder{
    padding: 60px;
    background-color: #ffffff;
    margin-bottom: 35px;
    position: relative;
}
.testimonial-main-silder:before,
.testimonial-main-silder:after{
    content: '';
    position: absolute;
    width: 68px;
    height: 41px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.testimonial-main-silder:before{
    left: 50px;
    top: -20px;
    background-image: url('../img/left-quotes.png');
}
.testimonial-main-silder:after{
    bottom: -20px;
    right: 50px;
    background-image: url('../img/right-quotes.png');
}

.testimonial-main-silder .slide-items{
    text-align: center;
}
.testimonial-main-silder .testimonial-slider-content .testimononial-message{
    font-size: 18px;
    margin-bottom: 65px;
    font-family: 'georgiaitalic';
    line-height: 30px;
}
.testimonial-main-silder .testimonial-slider-content .testimonial-author{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}
.testimonial-main-silder .owl-nav button[class^="owl"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #946e3e;
    background-color: transparent;
    border: 0;
    font-size: 24px;
}
.testimonial-main-silder .owl-nav button[class^="owl"]:focus{
    outline: 0;
}
.testimonial-main-silder .owl-nav .owl-prev{
    left: -80px;
} 
.testimonial-main-silder .owl-nav .owl-next{
    right: -80px;
} 
.testimonial-main-silder + .testimonial-dots .owl-dot{
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    padding: 0;
    border: 0;
    border-radius: 50%;
    margin-right: 7px;
}
.testimonial-main-silder + .testimonial-dots .owl-dot:last-child{
    margin-right: 0;
}
.testimonial-main-silder + .testimonial-dots .owl-dot.active{
    background-color: var(--primary-text);
}

.banner-wrapper{
    padding-top: 290px;
    padding-bottom: 50px;
    background-position: center 30%;
    background-size: cover;
    background-repeat: no-repeat;
}

#goodwill{
    padding-top: 120px;
    padding-bottom: 120px;
}

.quote-text{
    padding-left: 100px;
    position: relative;
}
.quote-text:before{
    content: '';
    position: absolute;
    width: 95px;
    height: 73px;
    display: block;
    left: 0;
    top: 50px;
    background-image: url('../img/quote-img.png');
    opacity: 0.10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.quote-text h2{
    font-size: 36px;
    line-height: 48px;
    font-family: 'Calibri-Italic';
    color: var(--secondory-text);
    text-align: center;
    font-weight: 600;
    padding: 0 20px;
}


.experince-content .section-title{
       font-size: 36px;
    line-height: 48px;
    color: var(--secondory-text);
    font-family: 'Calibri';
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.experince-content .description{
     font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #636466;
    letter-spacing: 1px;
    font-weight: 300;
}
.experince-content .description p{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}


#guarantee{
    padding-top: 95px;
    padding-bottom: 115px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.moz-tab .nav{
    border-bottom: 1px solid #a9aaac;
    margin-bottom: 30px;
}

.moz-tab ul li{
    margin-right: 60px;
}
.moz-tab ul li:last-child{
    margin-right: 0;
}

.moz-tab ul li a{
    color: #000000;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    padding-bottom: 15px;
    letter-spacing: 1px;
}
.moz-tab ul li a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: var(--primary-text);
    left: 0;
    bottom: 0;
    transition: width 0.3s;
    display: block;
}
.moz-tab .nav li a.active{
    background-color: transparent;
    color: var(--primary-text)
}
.moz-tab .nav li a.active:before{
    width: 92px;
}

.moz-tab .tab-body h3{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.moz-tab .tab-body p{
       font-size: 20px;
    line-height: 36px;
    text-align: justify;
    font-weight: 300;
}


/* COntact page */
.contact-banner-container .banner-title{
    color: #000;
}
#contact-details{
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #e4b125;
    font-size: 22px;
}
.contact-detail-container .contact-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
}

.contact-detail-container .contact-address .contact-title{
    margin-bottom: 40px;
}

.contact-detail-container .contact-address h4{
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
}
.contact-detail-container .contact-social li a{
    display: block;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    color: #000;
}
.contact-detail-container .contact-social li a:hover{
    text-decoration: none;
}
.contact-detail-container .contact-social .icon{
    width: 30px;
    text-align: center;
    display: block;
    margin-right: 10px;
}

/*Product*/
#mor-echotex{
    padding-top: 50px;
    padding-bottom: 50px;
}

.specification h2 {
    margin: 50px 0;
    color: #484848;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Gisha-Bold';
    letter-spacing: 1px;
}

.specification .table {
    margin: 0px;    
}

.specification .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #d8e2ed;
}

.specification .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #e7eff4;
}

.specification .table tbody tr td {
    color: #020202;
    font-size: 18px;
    text-transform: capitalize;
}

.specification p {
    margin: 50px 0;
    color: #414042;
    font-size: 20px;
    text-transform: capitalize;
}

.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 2px solid #fff;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 2px solid #fff;
}

#mor-echotex .section-title{
    color: var(--secondory-text);
    margin-bottom: 40px;
    font-family: 'Calibri-Bold'
}
.mor-echo-container .section-title{
    letter-spacing: 0px;
}
.mor-echo-container p{
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    padding: 0px 14%;
}


.colors-of-fiber{
    margin-top: 100px;
}
.colors-of-fiber .section-title{
    font-size: 60px;
    margin-bottom: 80px;
    font-weight: 300 !important;
      font-family: 'Roboto' !important;
}


#color-of-fiber-banner{
    height: 470px;
    background-size: cover;
    background-position: center center;
}

.color-of-fibers-container {
    transform: translateY(-50%);
}

.color-box-outer{
    width: 175px;
    height: 175px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 8px;
    border: 4px solid transparent;

}
.color-box-outer:hover{
    text-decoration: none;
}
.color-box-inner{
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 50%;
    font-size: 16px;
    text-transform: uppercase;
    color: #282828;

}
.color-box-inner h3{
    font-weight: 300;
}
.color-white .color-box-outer{
    background-color: #f6f6f6;
}
.color-white .color-box-inner{
    background-color: #fff;
}
.color-off-white .color-box-inner{
    background-color: #f5f5f5;
}
.color-black .color-box-inner{
    background-color: #000;
    color: #fff;
}
.color-obtical-white .color-box-inner{
    background-color: #f6f4e8;
}
.color-doped-dyled .color-box-inner{
    background-color: #14a2f4
}
.color-multicolor .color-box-inner{
    background-image: url(../img/multicolor.jpg);
    background-position: center center;
    background-size: cover;
}
.color-box .color-box-outer:hover {
    background-color: #f6f6f6;
    border-color: #fec758;
}

.alternative-image-wraper{
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.alternative-container .section-title{
       color: #282828;
    margin-bottom: 50px;
    font-family: 'Roboto' !important;
    font-weight: 300;
}
.alternative-row{
    height: 800px;
}
.alternative-row.alternative-row-left .alternative-content{
    padding-left: 100px;
}
.alternative-row .alternative-content ul li{
    position: relative;
    padding-left: 15px;
}
.alternative-row .alternative-content ul li:before {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
}
.alternative-row .alternative-content li p{
    font-size: 24px;
    line-height: 42px;
    color: #282828;
    font-weight: 100;
    font-weight: 300;
}
.alternative-row .alternative-content li p span{
    font-size: 16px;
}
.alternative-row-right .alternative-image-wraper{
    left: auto;
    right: 0;
}


.alternative-content .section-title {
    font-size: 60px;
}
.specification-item{
    text-align: center;
    border-left: 1px solid #000;
}
.specification-item:first-child{
    border-left: none;
}
.specification-item h4{
    color: #282828;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

.specification-item .title{
    color: #d39d19;
    font-weight: 
    text-align: center;
}



.product-color-slider .owl-stage-outer,
.product-color-slider .owl-stage,
.product-color-slider  .owl-item{
    height: 100% !important;
}
.product-color-slider .item{
    background-position: center center;
    background-size: cover;
}

.owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.product-color-slider .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: rgba(0,0,0,0.5) !important;
    display: inline-block;
    border-radius: 50%;
    margin-left: 8px;
    padding: 4px !important;
}
.product-color-slider .owl-dots .owl-dot.active span{
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#inquiry-banner{
    background-size: cover 100%;
    background-position: center center;
}

#inquiry-banner.banner-wrapper .banner-headline{
    color: #ffde00;
}
#inquiry-form{
    padding-top: 50px;
    padding-bottom: 50px;
    
}
.form-inquiry{
    margin-top: 45px
}
.inquiry-form-container .section-title{
color: var(--primary);
text-align: center;
margin-bottom: 12px;
}
.inquiry-form-container  h4{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.form-inquiry .form-control{
    border:none;
    border-radius: 0px;
    background: #f2f2f2;
    color: #000;
}
.form-inquiry input {
    height: 60px;    
}
.form-inquiry .btn-primary{
    font-size: 24px;
    padding: 10px 100px;
    background: var(--primary);
    border-radius: 0px;
    display:  block;
    margin: 0 auto;
    margin-top: 40px;
    text-transform: uppercase;
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #939393 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #939393 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #939393 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #939393 !important;
}



/* Mobile menu */

#mobile-menu{
    display: flex;
    width: 44px;
    height: 44px;
}
#mobile-menu a{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#mobile-menu a span{
    width: 23px;
    height: 2px;
    background-color: #FFFFFF;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
#mobile-menu a span:before,
#mobile-menu a span:after{
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    left: 0;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    -o-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
}


    .ghhead {
        font-size: 36px;
        line-height: 40px;
        font-weight: 800;
        margin-bottom: 0;
    }


#mobile-menu a span:before{
    top: -8px;
}
#mobile-menu a span:after{
    bottom: -8px;
}
body.menuIsOpened #mobile-menu a span{
    background-color: transparent
}
body.menuIsOpened #mobile-menu a span:before{
    -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(-45deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(-45deg);
    -o-transform: translate3d(0, 8px, 0) rotate(-45deg);
    transform: translate3d(0, 8px, 0) rotate(-45deg);
}
body.menuIsOpened #mobile-menu a span:after{
    -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(45deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(45deg);
    -o-transform: translate3d(0, -8px, 0) rotate(45deg);
    transform: translate3d(0, -8px, 0) rotate(45deg);
}

#google_translate_element .goog-te-gadget-simple{
      display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
    -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 6px;
}

#google_translate_element .goog-te-gadget-simple a{
    color: #000;
}


/* sub menu start */


/*@import "compass";

//Color Variables
$white: #fff;
$black:#000;
$blue:#65c2ed;
$blue-hover:#5aaed5;

//Desktop Color Variables
$header-link-color:$white;
$hover-link-color:$white;
$header-background-color:$black;
$hover-background:$blue;
$submenu-background:$blue;
$submenu-background-hover: $black;

//Mobile Variables
$hamburger-color:$white;
$mobile-menu-background-color:$blue;
$mobile-menu-background-hover: $blue-hover;
$mobile-submenu-background-color: $blue-hover;
$mobile-submenu-background-hover: $blue;
$mobile-border: 1px solid rgba(255,255,255,0.2);
$dimmer-color:rgba(0, 0, 0, 0.7);

// Responsive Break Point
$mobile:"max-width:767px";

$font-family:helvetica, arial, sans-serif;
  
.header {
  background-color: $header-background-color;
  font-family: $font-family;
  width:100%;
  @include display-flex;
  @include justify-content(space-between);
  .logo {
    padding:12px 0 12px 20px;
    a img {
      width:150px;
      height:49px;
    }
  }
  .menu {
    ul {
      margin: 0;
      padding: 0;
      li {
        display: inline-block;
        list-style: none;
        a {
          color:$header-link-color;
          text-decoration:none;
          display:block;
          padding: 30px 20px;
        }
        ul.submenu {
          background-color: $submenu-background;
          display: none;
          position: absolute;
          width:150px;
          @include box-shadow(0 1px 1px 2px rgba(0, 0, 0, 0.05));
          li {
            display: block;
            width: 100%;
            a {
              color: $header-link-color;
              line-height: 25px;
              padding: 10px 27px;
              &:hover {
                color: $hover-link-color;
                background-color: $submenu-background-hover;
              }
            }
          }
        }
        &:hover {
          color: $hover-link-color;
          background:$hover-background;
          ul.submenu {
            display:block;
          }
        }
        i.icon-arrow {
          display:none;
        }
      }
    }
  }

  @media screen and ($mobile) {
    nav.menu {
      ul {
        position: fixed;
        bottom: 0;
        left: 0;
        top: 0;
        margin-left: -1000px;
        z-index: 1;
        background-color: $mobile-menu-background-color;
        @include box-shadow(5px 0px 10px rgba(0,0,0,0.3));
      }
      &.active {
        position:fixed;
        left: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        ul {
          margin-left: 0;
          @include transition(margin-left .25s);
          width: 75vw;
          overflow-y: scroll;
          li {
            display:block;
            border-bottom: $mobile-border;
            &:hover {
              .submenu {
                display:none;
              }
            }
            a {
              width:100%;
              &:hover {
                background: $mobile-menu-background-hover;
              }
            }
            .flexbox-container1 {
              @include display-flex;
              @include justify-content(space-between);
              a {
                border-right: $mobile-border;
              }
              i.icon-arrow {
                display: inline-block;
                height:76px;
                width:76px;
                padding:30px 29px;
                text-align:center;
                cursor: pointer;
                &:hover {
                  background:$mobile-menu-background-hover;
                }
                svg {
                  height: 18px;
                  width:15px;
                }
              }
            }
            .submenu {
              max-height: 0;
              overflow: hidden;
              box-shadow:none;
            }
            &.showSubmenu {
              .submenu {
                max-height: 1000px;
                width:100%;
                position:relative;
                display:block;
                overflow:inherit;
                background-color: $mobile-submenu-background-color;
                .subOption {
                  border-top: $mobile-border;
                  border-bottom:none;
                  a {
                    padding:15px 40px;
                    &:hover {
                      background:$mobile-submenu-background-hover;
                    }
                  }
                }
              }
              i.icon-arrow {
                @include rotate(180deg);
              }
            }
          }
        }
      }
      .hamburger {
        display: inline-block;
        position: absolute;
        top: 22px;
        right: 10px;
        padding: 12px 25px;
        color: $hamburger-color;
        cursor: pointer;
        z-index:2;
        span,
        span:before,
        span:after {
          left: 0;
          border-radius: 2px;
          height: 6px;
          width: 40px;
          background: $hamburger-color;
          position: absolute;
          display: block;
          content: '';
          @include transition(all .5s ease-in-out);
        }
        span:before {
          top: -14px;
        }
        span:after {
          bottom: -14px;
        }
        &.active {
          span {
            background-color: transparent;
          }
          span:before,
          &.active span:after {
            top: 0;
          }
          span:before {
            @include rotate(-45deg);
          }
          span:after {
            @include rotate(45deg);
          }
        }
      }
    }
  }
}

.dimmer {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: $dimmer-color;
  display:none;
  &.active {
    display: block;
  }
}

.no-scrolling {
  overflow: hidden;
  position: fixed;
}

body {
  background:rgba(0,0,0,0.75);
}

* {
  box-sizing: border-box;
}
/* sub menu end */

.submenu {

}
.submenu ul li a:last-child {
    margin-bottom: 0;
}
.submenu ul li a {
    padding: 10px 50px 10px !important;
    margin: 5px 0
    border-bottom: 1px solid #adadadb3;
}
.submenu {
    position: absolute;
    background: #31405e;
    border-top: 1px solid #adadadb3;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
#navigation ul li:hover .submenu {
    opacity: 1 !important;
    visibility: visible;
}