/*
Website Name: GEMS
File: Layout CSS
Author: Lalit
Creation Date : 27/10/2020
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');


@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "font-awesome.min.css";
@import "animate.min.css"; 
@import "social.css";
@import "media.css";
@import "carousel-slider.css";
@import "owl.carousel.min.css";




body{ margin:0; padding:0; background: #fff;
font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased; overflow-x: hidden;}
h1, h2, h3, h4{  }    
.no-padding{ padding:0;}
.btn{ -webkit-transition:all .3s; -moz-transition:all .3s; transition:all .3s;  border-radius: 0rem;}
a { color: inherit; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; text-decoration: none; }
a:hover, a:active, a:focus { color: inherit; text-decoration: none; outline:0; }
button:focus { outline: none; border: none; }
.btn:focus { outline: none; box-shadow: none; }


.form-control:focus {
    outline: none;
    box-shadow: none;
}

.float-btn-whatsapp{ position: fixed; bottom: 130px; right: 10px; z-index: 99; }
.float-btn-whatsapp:hover{transform: rotate(360deg);}

.float-btn-call{ position: fixed; bottom: 70px; right: 10px; z-index: 99; }
.float-btn-call:hover{transform: rotate(360deg);}

.thank-you{ min-height: 400px; }
.thank-you .inner{ text-align: center; padding-top: 100px; padding-bottom: 100px; }
.thank-you .inner h2{  font-size: 40px; font-weight: 800; line-height: 20px; text-transform: uppercase; }
.thank-you .inner p{ font-size: 18px; font-weight: 400; color:#333; line-height: 20px; 
  margin-top: 30px;}
.thank-you .inner i{ font-size: 60px; margin-bottom: 30px; background: #e5322e; color: #fff; 
-moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%;}
.thank-you .inner .btn{ margin-top: 20px; border:none; padding: 12px 30px; color: #fff; 
  font-size: 14px; text-transform: uppercase; font-weight: 800; 
  -moz-border-radius: 0px; -webkit-border-radius: 0px; 
  border-radius: 0px; background: #e5322e;}

.modal-header{ background: #e5322e!important;}
.modal-title{ text-transform: uppercase; text-align: center; font-size: 18px;}

.navbar-light .navbar-toggler-icon{  color: #e5322e; }
.bg-dark{ background: #181617!important; }
.btn-danger{ background: #f94f43!important; }
.list-group-item{ font-family: 'Oswald', sans-serif; background: #f7f9fa;!important; border: none;
padding: .95rem 1.25rem; }
.list-group-item:hover{ color: #fff; background: #f94f43!important; }
.card{ border: 5px solid #f2f3f4; background: #fff;
    -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
 .card-header { border-bottom: 1px solid #f2f3f4;}

.navbar{ z-index: 1; }
.navbar-light .navbar-nav .nav-link{ color: #fff; font-size: 16px; font-weight: 600;
text-transform: uppercase;  }
.navbar-light .navbar-nav .nav-link:hover{ color: #e5322e; }
.navbar-light .navbar-nav .nav-link:focus{ color: #e5322e; }
.nav-link:active{ color: #ccc; }

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-nav .dropdown-menu{-moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
border: none; font-size: 14px;     padding: 0; }
.dropdown-item{padding: .25rem 1.2rem;}


.navbar-light .navbar-nav .nav-link{ padding-right: 30px; }
.navbar-brand{  }
.navbar-light .navbar-toggler{ background:none; border: none; 
  -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; position: absolute; right: 0px; top: -10px; }
/*sticky header position*/
.sticky.is-sticky { position: fixed; left: 0; right: 0; top: 0; z-index: 1000; width: 100%;}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px; height: 40px; padding:5px 15px 10px 15px;
  border: none;
  outline: none;
  background-color: #e5322e;
  color: #000;
  cursor: pointer;
  border-radius: 4px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;
}

#myBtn:hover {
  background: #e5322e; color: #222;
}

.header-top{}
.header-top i{ margin-right: 5px; color: #e5322e; }
.header-top h2{font-size: 14px; line-height: 20px; font-weight: 600;}
.header-top .social i{ color: #000;  }
.header-top .social i:hover{ color: #e5322e; }

.header{ background: #181617; color: #c6c6c6; }





.quote{ text-transform: uppercase; font-family: 'Oswald', sans-serif; font-size: 15px; background: #000; 
padding: 15px 20px; letter-spacing: 0.05em}
.quote:hover{ background: #fff; border-color: #fff; color: #000; }





.banner{/*background-image: url("../images/banner-bg.jpg"); background-position: center center; 
  background-size: cover; background-repeat: no-repeat;*/ margin-top: 0px;}
.banner h2{/* font-size: 70px;*/  margin-bottom: 30px;
    line-height: auto; color: #fff; font-weight: 700; }    
.banner h2 span{ font-weight: 500; }    
.banner p{font-size: 18px; line-height: auto; color: #fff; margin-bottom: 30px;
  font-weight: 300; float: left; }  
.banner ul{ margin: 0; padding: 0; }    
.banner ul li{ margin: 0; padding: 0 10px 0 0; list-style: none; float: left; }    
.banner .dot{ border:2px solid #f94f43; width: 18px; height: 18px; float: left; margin:5px 10px 5px 5px; }
.banner img{ width: 100%; }
.btn-banner{ text-transform: uppercase; font-size: 14px; font-weight: 800;  
background: #e5322e; color: #fff; padding: 15px 35px;}
.btn-banner:hover{ background: #fff; border-color: #fff; color: #000; }



.carousel-caption {
    position: absolute;
    right: 15%;
    top: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 50px; padding-left: 0; padding-right: 0;
    padding-bottom: 0px; text-align: center;
    color: #fff;
}
.carousel-caption img{ max-height: 150px; min-height: 60px; min-width: 80px; max-width: 250px; width: 100%; }
.carousel-indicators{ display: none; }


.banner2{background-image: url("../images/banner-bg1.jpg"); background-position: center center; 
  background-size: cover; background-repeat: no-repeat;
padding-top: 100px; padding-bottom: 3%;}
.banner2 h2{/* font-size: 70px;*/  margin-bottom: 30px;
    line-height: auto; color: #fff; font-weight: 600; }     
.banner2 ul{ margin: 0; padding: 0; color: #fff; text-transform: uppercase; font-weight: 800; }    
.banner2 ul li{ margin: 0; padding: 0 10px 0 0; list-style: none; float: left; }  
.banner2 span{ color: #e5322e; }  


.usp{ padding: 50px 0; text-align: center; } 
.usp hr{ background: #e5322e; border: none; height: 3px; width: 70px; margin: 0 auto; margin-bottom: 50px; }
.usp h2{ font-size: 38px; margin-bottom: 20px; font-weight: 700; line-height: auto; text-align: center;  }  
.usp h3{ font-size: 18px; margin-bottom: 10px; line-height: auto; font-weight: 700; text-transform: uppercase; }  
.usp i{ margin-left: 5px; }
.usp p{ line-height: auto; font-size: 14px; min-height: 170px;  }
.usp1{ padding: 0 0 20px 0; min-height: 620px; border-bottom: 3px solid #e5322e; 
  -webkit-transition: .3s; -o-transition: .3s; transition: .3s; margin-bottom: 20px; 
}
.usp1:hover{ background: #e5322e; margin-top: -5px; border-bottom: 3px solid #000;  }
.btn-usp{ text-transform: uppercase; font-size: 13px; font-weight:700; 
background: #e5322e; color: #fff; padding: 10px 20px;
-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; }
.btn-usp:hover{ background: #000; border-color: #000; color: #fff; }
.usp1:hover .btn-usp{ background: #000; border-color: #000; color: #fff; }
.usp1:hover h3{ color: #fff; }
.usp1:hover p{ color: #fff; }


.activities{ text-align: center; color: #fff; }
.activities hr{ background: #e5322e; border: none; height: 3px; width: 70px; margin: 0 auto; margin-bottom: 50px; }
.activities h2{ font-size: 38px; margin-bottom: 20px; font-weight: 700; line-height: auto;  }  
.activities h3{ font-size: 18px; margin-top: 10px; line-height: auto; font-weight: 700; 
  text-transform: uppercase;  }  

.fixed-bg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;  width: 100%; text-align: center; display: table; padding: 70px 0; 
}
.fixed-bg h1 { display: table-cell; vertical-align: middle;
}
.bg-1 { background-image: url('../images/activities-bg.jpg');}



ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #ec8a88;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px; 
    background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(left, rgba(229,229,229,1) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(229,229,229,1) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(229,229,229,1) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #e5322e;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}




.gallery{ padding: 50px 0 100px 0; }
.gallery hr{ background: #e5322e; border: none; height: 3px; width: 70px; margin: 0 auto; margin-bottom: 50px; }
.gallery h2{ font-size: 38px; margin-bottom: 20px; font-weight: 700; line-height: auto; text-align: center;  }  
.Portfolio {
    position: relative; margin: 5px; float: left; width: 24%;
    transition-duration: 0.4s;
    border-radius: 0px;
    animation: winanim 0.5s ;
    -webkit-backface-visibility:visible;
    backface-visibility:visible;
}
.Portfolio img {
    width: 100%;
    height: auto;
    border-radius: 0px
}
.desc {
    padding: 5px;
    text-align: center;
    font-size: 90%;
    background:black;
    color:#fff
}
.nav { padding:0px;
}
.nav li a { 
    margin:5px;
    padding: 5px 15px; 
    font-size:14px; 
    color:#fff; 
    background: #000;
    transition-duration: 0.4s;
}
.nav a:hover { 
    background:#e5322e; 
}
.nav .active { 
    background-color:#e5322e !important;
    color:#000;
}
.nav-pills .nav-link{ border-radius: 2px }






.why-choose-us{ color: #fff; }
.why-choose-us hr{ background: #e5322e; border: none; height: 3px; width: 70px; margin: 0 auto; margin-bottom: 50px; }
.why-choose-us h2{ font-size: 38px; margin-bottom: 20px; font-weight: 700; line-height: auto; }
.why-choose-us h3{ font-size: 18px; font-weight: 500; line-height: auto; }
.why-choose-us img{ background:#e5322e; margin-right: 15px; padding: 10px;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;  }
.why-choose-us table{ margin-bottom: 20px; }
.why-choose-us ul{ margin: 0; padding: 0 0 5px 0px; }    
.why-choose-us ul li{ margin: 0; padding: 0 0 30px 0; list-style: none; line-height: auto; 
  font-size: 20px; color: #fff; font-weight:500; }    
.why-choose-us i{ margin-right: 5px; color: #e5322e; }
.why-choose-us .overlay{ width: 100%;width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(229,50,46,0.55) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(229,50,46,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(229,50,46,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8ce5322e',GradientType=0 ); /* IE6-9 */}





/*********************** Demo - 19 *******************/
.box19{text-align:center;position:relative}
.box19 .box-content{width:100%;height:100%;background:0 0;padding-top:25%;position:absolute;top:0;left:0;transition:all .3s ease 0s}
.box19 .icon,.box19 .title{transition:all .2s ease 0s}
.box19:hover .box-content{background:rgba(0,0,0,.5)}
.box19 .title{font-size:24px;color:#fff;transform:scale(0)}
.box19:hover .title{transform:scale(1)}
.box19 .icon{list-style:none;padding:0;margin:0;opacity:0}
.box19:hover .icon{opacity:1}
.box19 .icon li{display:inline-block}
.box19 .icon li:first-child a,.box19 .icon li:last-child a{display:block;width:50px;height:50px;line-height:50px;font-size:24px;color:#fff;border:1px solid #fff;position:relative}
.box19 .icon li a{top:-150px}
.box19:hover .icon li a{top:0}
.box19:hover .icon li a:hover{background:#a46789;border-color:#a46789}
.box19 .icon li:first-child a{transition:all .6s cubic-bezier(.175,.885,.32,1.275) 0s}
.box19 .icon li:last-child a{transition:all .6s cubic-bezier(.175,.885,.32,1.275) .1s}
@media only screen and (max-width:990px){.box19{margin-bottom:30px}
}
@media only screen and (max-width:360px){.box19 .box-content{padding-top:20%}
}



.inner-content{ margin: 0; padding: 50px 0; } 
.inner-content h2{font-size: 28px; margin-bottom: 10px; line-height: auto; color: #000; font-weight: 700; }  
.inner-content h2 span{ font-weight: 600; } 
.inner-content h3{ font-size: 20px; line-height: auto; color: #e5322e; font-weight: 700;
text-transform: uppercase; margin-bottom: 10px; }
.inner-content p{font-size: 14px; line-height: auto; color: #333; font-weight:500; text-align: justify;}
.inner-content ul{ margin: 0; padding: 0 0 5px 20px; }    
.inner-content ul li{ margin: 0; padding: 0; list-style: square; font-size: 14px; line-height: auto; color: #333; font-weight:500; }    
.committee h2{font-size: 18px; margin: 0; line-height: auto; color: #000; font-weight: 500; }  
.committee h3{ font-size: 14px; text-transform: none; font-weight: 400;  }
.committee img{ margin-bottom: 0px; }
.trust h2{font-size: 18px; margin: 10px 0 10px 0; line-height: auto; color: #000; font-weight: 500; }
.trust img{ margin-bottom: 0px; }
.inner-content-bg{ width: 100%;
    background-repeat: repeat-y; background-size: contain; padding: 0;}
.inner-content-bg img{outline: 5px solid #fff; outline-offset: 5px;}




.contact{ margin: 0; padding: 50px 0; background: #f7f9fa; } 
.contact h2{font-size: 40px; margin-bottom: 30px; margin-top: 10px; line-height: auto; color: #000; font-weight: 700; }  
.contact h2 span{ font-weight: 600; }  
.contact hr{ background: none; width: 50px; margin: 0; border-top: 3px solid #ffc600; float: left; clear: both; }     
.contact h3{ font-weight: 700; font-size: 18px; color: #e5322e; }      
.contact h4{font-size:16px; margin-bottom: 0px; line-height: 25px; color: #000; font-weight: 400; } 
.contact .form{ padding:10px; }
.contact .form-control{ background: none; border: 1px solid #6b6b6b;
-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; margin-bottom: 20px; 
max-height: 70px; resize: none; padding-left: 0; min-height: 50px; padding-left: 20px; }
.contact .form-control:focus{outline: none}

.contact .sub{ text-transform: uppercase; font-size: 14px; font-weight: 800;  width:215px;
background: #e5322e; color: #fff; padding: 15px 35px; border-color: #e5322e;text-align:center;}
.contact .sub:hover{ background: #e5322e; border-color: #e5322e; color: #fff; }
.contact .load{ text-transform: uppercase; font-size: 14px; font-weight: 800; width:215px; 
background: #e5322e; color: #fff; padding: 15px 35px; border-color: #e5322e;text-align:center;}
.contact .load:hover{ background: #e5322e; border-color: #e5322e; color: #fff; }
.contact .load i{color: white;font-size:14px; padding:0;height:20px; margin:0;}

.contact i{ width: 50px; height: 50px; padding: 15px; color: #fff;
    text-align: center; border: 1px solid #e5322e; background: #e5322e;  margin-right: 10px; 
    -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px;}
.contact-form{ background: #ecf0f3; padding: 30px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }





.footer{ background: #0f0d0e; padding: 50px 0 20px 0; color: #fff; }
.footer img{ margin-bottom: 20px; }
.footer h2{font-size: 22px; margin-bottom: 30px; color: #fff; line-height: auto; 
  font-weight: 800; letter-spacing: 1px; }  
.footer hr{border-top: 2px solid #ff5e15; background: none; width: 100px; float: left; margin: 0 0 30px 0;}
.footer h3{font-size: 40px; font-weight: 700;}
.footer p{ font-size: 14px; }
.footer ul{ float: left; margin: 0 0 20px 0; }
.footer ul li{ font-size: 14px; padding-bottom: 10px; }
.copyright{ border-top: 1px solid #222; }
.footer i{ color: #e5322e; font-size: 16px; margin: 0; }
.footer-btn{ border: 1px solid #e5322e; padding: 10px 15px; color: #000; font-size: 13px; font-weight: 600;
-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; text-transform: uppercase; }
.footer-btn:hover{ background: #000; color: #000; }
.copyright{ background: #000; color: #fff; padding: 20px 0 10px 0; font-size: 14px; }






.request-quote{ margin-top: -150px; padding: 0px; background: #09162a;min-height: 400px;
width: 100%; } 
.request-quote h2{/*font-size: 48px;*/ margin-bottom: 30px; color: #fff;  line-height: auto; font-weight: 400; }  
.request-quote h2 span{ font-weight: 600; }       
.request-quote h3{ font-weight: 600; font-size: 18px; color: #f94f43; letter-spacing: 1px; text-transform: uppercase;}  
.request-quote img{ width: 100%; }
.request-quote .form{ padding: 30px 30px 30px 30px; }
.request-quote .form-control{ background: none; border: none; border-bottom: 2px solid #535c6a;
-moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; margin-bottom: 40px; 
max-height: 70px; resize: none; padding-left: 0; }
.request-quote .form-control:focus{outline: none}
.request-quote .btn{ padding: 20px 40px; margin-top: 5px; text-transform: uppercase; }


.clients{ margin: 0; padding: 50px 0;}
.clients h2{/*font-size: 48px;*/ margin-bottom: 30px; line-height: auto; font-weight: 400; }  


.cta{background-image: url("../images/cta-bg.png"); background-position: center center; 
  background-size: cover; background-repeat: no-repeat; width: 100%;}
.cta h2{/*font-size: 48px;*/ margin-bottom: 30px; color: #fff;  line-height: auto; font-weight: 400; }  
.cta h2 span{ font-weight: 600; } 
.cta p{ color: #fff; }
.cta .btn-cta{ text-transform: uppercase; font-family: 'Oswald', sans-serif; font-size: 15px; 
padding: 15px 25px; letter-spacing: 0.05em; border: none; background: #f94f43; color: #fff;}
.cta .btn-cta:hover{ background: #fff; border-color: #fff; color: #f94f43; border: none; }







.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}











.get-free-quote .form{ padding: 30px 30px 30px 30px; }
.get-free-quote .form-control{ background: none; border: 1px solid #ccc;
-moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; margin-bottom: 10px; 
max-height: 70px; resize: none; padding-left: 10px; min-height: 40px; }
.get-free-quote .form-control:focus{outline: none}
.get-free-quote .btn{ background: #e5322e; padding: 10px 40px; margin-top: 5px; 
  text-transform: uppercase; color: #000; font-weight: 600; }

/*Inner pge*/
.inner-pagecontent{ width:100%; padding:0; margin:0;}
.abou-sec1 {
    width: 100%;
    padding: 0;
    margin: 0;
}
secction.inner-banner {
    width: 100%;
    padding: 50px 0;
    margin: 0;
    display: block;
    background: url(../images/banner-bg1.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 0px;
}
ul.b-crumb {
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.b-crumb li {
    display: inline-block;
    position: relative;
    padding: 0 20px 0 8px;
    font-weight: bold; font-weight: 400; color: #fff;
}
ul.b-crumb li:before {
    content: "/";
    position: absolute;
    color: #fff;
    right: 0;
}
ul.b-crumb li:first-child{ padding-left:0;}
ul.b-crumb li:last-child:before { display:none;}
ul.b-crumb li a{ color:#fff;}
secction.inner-banner h2 {
    font-weight: bold;
    padding: 0;
    margin: 0 0 14px;
    color: #fff;
    font-size: 37px;
}
figure.img-bg {
    width: 100%;
}
figure.img-bg img{ width:100%;}
/*Inner page End*/





/*SITEMAP*/
.sitemap ul { margin:0; padding:0 0 0 20px; text-transform:capitalize; }
.sitemap ul li { margin:0; padding:0; font-size:14px; font-weight:500; text-align:left; line-height:25px; list-style-image: url('../images/bullet_blue_expand.png'); }
.sitemap ul li a { color:#037ca9; text-decoration:none; }
.sitemap ul li a:hover { color:#0096ce; text-decoration:none;}
.sitemap ul li ul li { list-style-image: url('../images/bullet_blue_expand.png'); font-size:13px; font-weight:500;}
.sitemap ul li ul li a {  color:#555;}
.sitemap ul li ul li ul li { list-style-image: url('../images/arrow.png'); font-size:13px; font-weight:500; }









.dropdown-menu {
   /*top: 18px !important;*/
    /*padding-top: 26px !important;*/
    background: #181617;min-width: 200px;
    }

    .dropdown-menu a {
      color: white !important;
      padding: 10px 20px;
    }

    .dropdown-menu a:hover {
      background-color: #e5322e; 
    }

    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px;
      display: none;
    }

    @media (min-width: 992px) {
      .navbar .dropdown:hover > .dropdown-menu {
        display: block;
      }

      .dropdown-submenu:hover > .dropdown-menu {
        display: block;
      }
    }

    .submenu-arrow {
      float: right;
      font-size: 0.8em;
    }

    .submenu-highlight {
      /*background-color: #444;*/
      color: gold !important;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .show-submenu > .dropdown-menu {
      display: block;
    }




.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}



.cta-section {
  background: #e5322e;
}
.btn-cta-section{ text-transform: uppercase; font-size: 14px; font-weight: 800;  
background: #fff; color: #e5322e; padding: 15px 35px;}
.btn-cta-section:hover{ background: #000; color: #fff; }