
body {
  padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

@media (min-width: 992px) {
  body {
    padding: 0px;
    margin: 0px;
  }
}
.tpbg{background: #11314a; height: 10px; width: 100%;}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.main-menu-wrapper {
  margin-top: -10px;

  position: relative;
  z-index: 9;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}
.main-menu-wrapper.sticky-fixed {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
 
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0)
}
.main-menu-wrapper.sticky-fixed .free-qoute-button {
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu-wrapper.sticky-fixed .free-qoute-button:before {
  content: '';
  background: #FBB12F;
  right: 100%;
  width: 2500px;
  top: 0;
  height: 100%;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu-wrapper.sticky-fixed .free-qoute-button:hover {
  background: #1FB5C7;
}
.main-menu-wrapper.sticky-fixed .free-qoute-button:hover:before {
  background: #1FB5C7;
}
.main-menu-wrapper.sticky-fixed .free-qoute-button:hover a {
  color: #fff;
}
.main-menu-wrapper .thm-container {
  position: relative;
}
.main-menu-wrapper .thm-container:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  
}
.main-menu-wrapper .free-qoute-button {
  background: #FBB12F;
  position: relative;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}


.main-menu-wrapper .free-qoute-button:hover a {
  color: #fff;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu-wrapper .free-qoute-button:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 0;
  width: 80px;
  background: #FBB12F;
  height: 100%;
  -webkit-transform: skewx(-45deg);
      -ms-transform: skewx(-45deg);
          transform: skewx(-45deg);
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.main-menu-wrapper .free-qoute-button:after {
  content: '';
  position: absolute;
  left: -32px;
  top: 0;
  width: 10px;
  background: #13314C;
  height: 100%;
  -webkit-transform: skewx(-45deg);
      -ms-transform: skewx(-45deg);
          transform: skewx(-45deg);
  z-index: 9;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.thm-container .free-qoute-button a {
  font-size: 18px;
  color: #010101;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px 30px 18px 28px;
  line-height: 29px;
  display: block;
  text-decoration: none;
  position: relative;
      background: #FBB12F;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.carousel-caption{bottom: 100px;}
.carousel-control-prev{width: 5%}
.carousel-control-next{width: 5%}
.main-menu-wrapper .free-qoute-button a:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: -65px;
  right: 5px;
 
  border-left: 0;
}
.navbar{padding: 0px;}
.nav-holder {
  position: relative;
}
.nav-holder .nav-header {
  display: none;
  padding: 12px 20px;
}
.nav-holder .nav-header button {
  width: 40px;
  height: 40px;
  background: #0F2233;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  padding-left: 28px;
}
.nav-holder .nav-footer {
  display: block;
}
.nav-holder .nav-footer ul.nav > li {
  display: inline-block;
  line-height: 29px;
  padding: 18px 0;
  position: relative;
}
.nav-holder .nav-footer ul.nav > li:hover a,
.nav-holder .nav-footer ul.nav > li.active a {
  color: #1278B9;
  background-color: transparent;
}
.nav-holder .nav-footer ul.nav > li:last-child > a {
  border: none;
  padding-right: 0;
}
.nav-holder .nav-footer ul.nav > li > a {
  padding: 0 20px;
  display: block;
  font-size: 16px;
  color: #242424;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border-right: 1px dashed #BABABA;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.nav > li > a:focus, .nav > li > a:hover, .nav-holder .nav-footer ul.nav > li > a:hover {
  background-color: transparent;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu {
  top: 100%;
  left: 0;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu.align-right {
  right: 0;
  left: auto;
}
.nav-holder .nav-footer ul.nav > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu {
  top: 0;
  left: 100%;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li > ul.submenu.align-right {
  right: 100%;
  left: auto;
}
.nav-holder .nav-footer ul.nav > li > ul.submenu > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
}
.nav-holder .nav-footer ul.nav > li ul.submenu {
  position: absolute;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li {
  display: block;
  padding: 0;
  background: #D7D7D7;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:last-child a {
  border-bottom: 0;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:last-child a:after {
  display: none;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li:hover > a {
  color: #1278B9;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a {
  color: #242424;
  font-family: 'Open Sans', sans-serif;
  padding: 7px 26px;
  border-bottom: 1px solid #F3F5F7;
  position: relative;
  display: block;
  font-weight: 500;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 12px;
}
.nav-holder .nav-footer ul.nav > li ul.submenu li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #C5C5C5;
}
.nav-footer ul.nav li.has-submenu > a > button {
  display: none;
}





.main-menu-wrapper.full-width {
  background: #FBB12F;
  margin-top: 0;
  margin-bottom: 0;
}
.main-menu-wrapper.full-width.sticky-fixed {top:0;}
.main-menu-wrapper.full-width .free-qoute-button a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2000px;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  background: #ffffff;

  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
  
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 19%, #e2e2e2 69%, #d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0)
}

/*header 3*/
@media (min-width:1101px){
 .header_3 .main-menu-wrapper:not(.sticky-fixed){margin-top:0;margin-bottom:0;}
 .header_3 .main-menu-wrapper:not(.sticky-fixed) .menu-gradient{position:absolute;top:-10px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
}

/*header 4 full-width*/
@media (min-width:1101px){
 .header_4 .main-menu-wrapper:not(.sticky-fixed){margin-top:0;margin-bottom:0;}
 .header_4 .main-menu-wrapper:not(.sticky-fixed) .menu-gradient{position:absolute;top:-10px;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
 .header_4 .main-menu-wrapper.full-width{height:65px;}
 .header_4 .main-menu-wrapper.full-width:not(.sticky-fixed) .menu-gradient{top:0;}
}
.pull-right {
    float: right!important;
}
.nav-holder {
    position: relative;
}
.pull-left {
    float: left!important;
}

.topicon{float:left; margin-right: 12px; margin-top: 10px;}
.topicon i{font-size: 30px; color: #feb242;} 
.tpcont span{color: #feb242; font-size: 14px;}
.tpcont {font-size: 13px; color: #000; padding-top: 18px;}
.bnrtxt{padding-top: 100px; color: #fff}
.bnrtxt h3{font-size: 36px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;}
.bnrtxt h2{font-size:50px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;}
.bnrtxt p{font-size:20px; font-weight: 500; width: 45% }
.view-more{background: #1d1d1d; border-radius: 25px; 
  font-size: 13px; border:1px solid #1d1d1d; padding: 10px 30px; }
  .quote-btn{background: #db9800; border-radius: 25px; 
  font-size: 13px; border:1px solid #db9800; color: #fff; padding: 10px 30px; }
    .view-more:hover{background:#db9800; border:1px solid #db9800; color: #fff}
    .quote-btn:hover{background:#1d1d1d; border:1px solid #1d1d1d; color: #fff}
  .abtus h2{font-size: 21px; color: #db9800; font-weight: 700; letter-spacing: 1px; 
    margin-top: 4px;}
   .abtus h4{font-size: 26px; color: #1d1d1d; font-weight: 700; letter-spacing: 1px;}
   .abtus p{font-size: 14px; color: #141414; line-height: 26px; margin-bottom: 23px; text-align: justify;}
.view-more2 {
    background: #1d1d1d;
    border-radius:3px;
    font-size: 13px;
    color:#fff;
    border: 1px solid #1d1d1d;
    padding: 6px 20px;
    box-shadow: none;
}
.view-more2:focus, .view-more2:active, .view-more2:hover{background:#db9800; box-shadow: none; border:1px solid #db9800; color: #fff}
.abtus .mainline {
    float: none;
    position: relative;
    width: 150px;
    height: 1px;
    text-align: center;
    background: #dddddd;
    margin-bottom: 15px;
    margin-top: 5px;
}

.abtus .mainline::before {
    content: " ";
    position: absolute;
    top: -1px;
    left: 33px;
    width: 50px;
    height: 3px;
    background: #db9800;
}

.services .mainline {
    float: none;
    position: relative;
    width: 300px;
    height: 1px;
    text-align: center;
    background: #dddddd;
    margin-bottom: 15px;
    margin-top: 5px;
    margin: 0 auto;

}
.service-single-content .title {
    position: relative;
    margin-top: 30px;
}
.services .mainline::before {
    content: " ";
    position: absolute;
    top: -1px;
    left: 105px;
    width: 90px;
    height: 3px;
    background: #db9800
}
.service-single-content .details li {
    color: #6a6a6a;
    line-height: 1.8em;
    font-weight: bold;
}
.list-group-item.active {
    
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #FBB12F;
    border-color: #FBB12F;
        padding: 12px 17px !important;
}

.sendquery {
    font-size: 16px;
    color: #010101;
    font-weight: bold;
    text-transform: uppercase;
    padding:12px 30px;
    line-height: 29px;
    display: block;
    text-decoration: none;
    position: relative;
    background: #FBB12F;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sendquery:hover{background: #000;}
.list-group-item {
   
        padding: 10px 17px !important;
    color: #000;
    font-size: 14px;
   
   }
  .cntbg{background: #eeeeee; border-radius: 5px; padding:20px;}

.services p{color: #555555; font-size: 14px; margin-top: 8px;}
.titletxt {
    margin-top: -165px;
    color: #fff;
}
.mainserv .mb-5{margin-bottom: 2.3rem !important;}
.mainserv{line-height: 100px; position: relative;}
.mainserv h5 a{text-transform: uppercase;
  font-size: 15px;
 color: #fff; 
 text-decoration: none;
 font-weight:600;}

 .titletxt .icon{height: 75px; line-height: 75px;}

 .titletxt .mainline2 {
    float: none;
    position: relative;
    width: 70px;
    height: 3px;
    text-align: center;
    background: #fff;
    margin-bottom: 15px;
    margin-top: 5px;
    margin: 0 auto;

}
.footer {
        background: #10181f url(../img/footer-bg.jpg) center center no-repeat;
    padding: 60px 0 40px;
}
.footer-widget.widget_text .textwidget b {
    color: #82868A;
}

   

.footer h2,
.footer h4,
.footer ul,
.footer li,
.footer p {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer p {
    line-height: 24px;
    color: #838486;
    
}
.footer .title {
    margin-bottom: 6px;
}
.footer .title h2 {
    border-bottom: 1px solid #242b33;
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: rgba(255,255,255,0.6);
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.footer .title:after {
       content: '';
    width: 40px;
    height: 2px;
    background: #F7BE3D;
    display: block;
    margin-top: -2px;
    margin-bottom: 25px;
}

.footer .tel-box .icon-box,
.footer .tel-box .text-box {
    display: table-cell;
    vertical-align: top;
}
.footer .tel-box .icon-box i {
    font-size: 20px;
    color: #838486;
}
.footer .tel-box .text-box {
    padding-left: 10px;
}
.footer .tel-box .text-box h4 {
    font-size: 20px;
    line-height: 22px;
    color: #C4D114;
    font-weight: 600;
}
.footer .tel-box .text-box p {
    color: #838486;
    font-size: 14px;
    line-height: 22px;
}
.footer .tel-box .text-box p a {
    color: #838486;
}
.footer .links-widget.links-widget-pac {
    padding: 0 0 0 25px;
}
.footer .links-widget ul {
    margin-top: 1px;
}
.footer .links-widget ul li {
    margin-bottom: 10px;
}
.footer .links-widget ul li:last-child {
    margin-bottom: 0;
}
.footer .links-widget ul li a {
    font-size: 15px;
    color: #62666A;
    line-height: 18px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
}

.footer .links-widget ul li a:hover {
    color: #db9800;
    text-decoration: none;
    
}
.footer .social li a {
    width: 35px;
    height: 35px;
    border: 1px solid #db9800;
    color: #db9800;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-right: 5px;
}
.footer .social li a i {
    font-size: 17px;
    line-height: 33px;
}
.footer .social li a i .fa-google-plus {
    font-size: 12px;
}
.footer .social li a:hover {
    color: #488fe1;
    border-color: #488fe1;
}
.footer .subscribe-widget input {
    width: 100%;
    height: 45px;
    background: #ffffff;
    font-size: 15px;
    line-height: 45px;
    border-radius: 4px;
    padding: 0 65px 0 20px;
    color: #838486;
    border: none;
}
.footer .about-widget > p {
    margin-top: 22px;
    color: #898989;
    font-size: 14px;
    margin-bottom: 30px;
    
}
.footer .about-widget .tel-box {
    margin: 15px 0;
}
.footer-bottom {
        padding: 16px 0;
    border-top: 1px solid #161F27;
    background: #10151B;

}
.footer-bottom p {
    margin: 0;
    color: #464C54;
    font-size: 15px;
    
}
.footer .newsletter-widget {
    position: relative;
    margin: 15px 0 20px 0;
}
.footer .newsletter-widget .thm-button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0 15px;
    color: #fff;
    height: 45px;
    outline: none;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #488fe1;
    cursor: pointer;
}
.footer .newsletter-widget .thm-button i {
    margin: 0;
}
.list-inline>li {
    display: inline-block;
}

.contactft{color: #62666A; font-size: 14px;}
.contactft .fa, .contactft .fas {
    font-size: 17px;
    margin-right: 18px;
}
.contactft li{margin-bottom: 18px;}
.features h3{    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    display: inline-block;
    line-height: 28px;
    color: #2a2a2a;

  }

  .features p{    font-size: 14px;
    margin-bottom: 0;
   
    display: inline-block;
        margin: 20px 0px 0px;
    clear: both;
    line-height: 28px;
    color: #747474;

  }
  .quotetest {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: white;
    background: url(../img/rqa-bg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 40px 0;
}
.overlay.dark-1 {
    background-color: rgba(0,0,0,.85);
}
.overlay, section.section-video .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.overlay {
    background: rgba(0,0,0,.2);
    z-index: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.zindex {
    z-index: 9;
    position: relative;
}
.quotetest h2{font-size: 21px;}
.quotetest .mainline {
    float: none;
    position: relative;
    width: 200px;
    height: 1px;
    text-align: center;
    background: #fff;
    margin: 0 auto;
}

.quotetest .mainline::before {
    content: " ";
    position: absolute;
    top: -1px;
    left: 75px;
    width: 50px;
    height: 3px;
    background: #db9800;
}
.testibg{    background-color: transparent;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(0,0,0,.4); margin-top:40px; height: 250px;
    padding: 30px; text-align: left; 
  }
.testibg h2{font-size: 21px; font-weight: 300; font-family: 'Open Sans', sans-serif; }
  .testibg p{font-size: 14px; font-weight: 300;}
  .quotetest form{padding: 40px 0px 0 30px; text-align: left;}
 .quotetest input {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(0,0,0,.4);
    color: #fff;
        font-size: 14px;
        outline: none;
    height: 47px;
    padding: 0 20px;
    width: 100%;
    border-radius:0px;

  }
  .quotetest textarea {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(0,0,0,.4);
    color: #fff;
        font-size: 14px;
        outline: none;
    height: 100px;
    padding: 12px 20px;
    width: 100%;
    border-radius:0px;

  }

  .quotetest input:focus, .quotetest textarea:focus{
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(0,0,0,.4);
    color: #fff;
    outline: none;
    box-shadow: none;

  }
.sbmtbtn 

  {

    border: none;
    outline: none;
    background: #F7BE3D !important;
    font-size: 14px!important;
    line-height: 28px!important;
    color: #202020!important;
    text-transform: uppercase!important;
   
    font-weight: 500!important;
    padding: 7px 0px!important;
    font-weight: 600!important;
    padding-left: 20px!important;
    padding-right: 15px!important;
    display: inline-block!important;
    border-radius: 3px!important;
    -webkit-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
    width: auto!important;
  }

.innerpages {
    background: url(../img/inrpg.png)no-repeat center center / cover;
    padding: 30px 0 20px 0;
}
.innerpages h2 {
    color: #ffffff!important;
    margin-bottom: 20px;
    width: 100%;
}
.breadcrumb {
    padding: 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    width: 100%;
}
.breadcrumb-item a{color:#FBB12F; text-decoration: none; }
.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff;
    content: "/";
}

.card-title a{
  letter-spacing: 0px;
 color: #242424;
 font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;}



.wp-embed {
    padding: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #82878c;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    overflow: auto;
    zoom: 1;
   width: 500px;
}

 .card-title a:hover{color: #FBB12F;}

.card-title a:after {
    content: '';
    background: #F6BA18;
    width: 45px;
    height: 3px;
    display: block;
    vertical-align: top;
    margin-top: 10px;
}


 .card-text {
    color: #898989;
    margin: 0;
    margin-bottom: 5px;
}
.wpcf7-textarea{height: 150px !important;}

.portfolio-item{margin-bottom: 30px;}
  img{max-width: 100%;}
  .navbar-toggler{margin: 7px;}

  @media only screen and (max-width: 575px)  {
.nav-holder .nav-footer ul.nav > li{width: 100%;     padding: 5px 0;}
.navbar-collapse{background: #FBB12F;}
.nav-holder .nav-footer ul.nav > li > a{border-right: none; font-size: 14px;
    color: #010101;}
.pull-right{float: left !important;}
.thm-container .free-qoute-button a{
  font-size: 14px;
    color: #010101;
    padding: 7px 30px 15px 21px;
}
}
