/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Montserrat", sans-serif;
}

a {
  color:  #9d2235;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 0px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {

  margin: 0 0 0px 0;
  padding: 0;

}

/* Back to top button */

.back-to-top {
  position: fixed;
  border:1px solid #fff;
  display: none;
  background:#3a91df;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


.clear {clear:both;}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


#header {
  height:135px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
background:transparent;
  background-repeat:repeat-x;
  background-position:center center;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
 background:#000;
  background-repeat:repeat-x;
  background-position:center center;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:135px;

}
#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin:0px 0 0;
}
.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# tophead Section
--------------------------------------------------------------*/
.tophead {
    background-color: rgb(0,0,0,0.5);
    padding: 5px 0px;
}
.tophead .left p a{
    font-size: 15px;
    color: #fff;
    padding: 5px 0px;
    font-weight: 400;
}
ul.headerlist {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 16px;
}
ul.headerlist li {
    margin: 0px;
    padding: 0 0 1px 0;
    list-style: none;
    float: right;
    
}
ul.headerlist li a {
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #fff;
    font-size: 14px;
}
.headerlist i{font-size: 18px;}
.topheader {
  min-height:60px;
  margin-top:5px;
  background-color:transparent;
  padding: 0px;
  text-transform: uppercase;
  text-align: right;
}
.phone{font-size: 17px!important;font-weight: 600;}
.phone i{padding-left:15px;}
a.phonebtn {
  z-index: 5 !important;
  font-size: 12px;
  background-color: #3a91df;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #3a91df;
  padding: 12px 12px!important;
  display: inline-block;
  margin: 15px 0px 0px 5px!important;
  border-radius: 3px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

a.phonebtn::before {
  content: "";
  background: #fff !important;
  color: #3a91df;
  height: 100%;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

a.phonebtn:hover::before {
  width: 100%;
}

a.phonebtn:hover {
  border-color: #3a91df;
  color: #3a91df !important;
  transform: translateY(2px);
  text-decoration: none!important;

}


/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding:2px 0 0px;
  list-style: none;
  background:transparent;
  border-radius:0px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}

.main-nav a {
   display: block;
    position: relative;
    color: #fff;
    padding:25px 6px 10px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight:600;
  
}

.main-nav .active > a{
	  color: #fff;
}
.main-nav .hover > a:active{
	  color: #fff;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #fff;text-decoration: underline;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background:  rgb(0,0,0,0.7);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  text-align: left;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#fff;text-decoration: underline;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px; color:#fff;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;color:#fff;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#000 ;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
 text-transform:uppercase;
font-size:13px;
} 

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #fff;
  text-decoration: underline;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f078";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin:35px 50px 0 0;
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 18, 18, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


#banner {
  position: relative;
  padding: 0 0 0px;
  background-color: #fff;
}
.carousel-caption {
  height: auto;
  top: 35vh;
  left: 0;
  width: 100%;
  text-align: left;
  position: absolute;
}
.carousel-caption::after{
  content: '';
  width: 270px;
  height:227px;
  background-image:url("../images/banner_after.png") ;
  position: absolute;
      top: -30px;
    right: 47%;
    z-index: 1;
}
#banner .carousel-caption h1 {
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  font-weight: 600;
  padding: 0px 50% 30px 0px!important;
  text-transform: capitalize;
}

a.bannerbtn {
  z-index: 5 !important;
  font-size: 16px;
  background-color: transparent;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 20px;
  display: inline-block;
  margin-left: 0px;
  border-radius: 3px;
  font-weight: 500;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

a.bannerbtn::before {
  content: "";
  background: #3a91df !important;
  color: #fff;
  height: 100%;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

a.bannerbtn:hover::before {
  width: 100%;
}

a.bannerbtn:hover {
  border-color: #fff;
  color: #fff !important;

}


/*--------------------------------------------------------------
# Sections
/*--------------------------------------------------------------
# service sec
--------------------------------------------------------------*/
#services {
  padding:30px 0 0px;
background-color:#fff;
text-align:center!important;
 background-color:#fff;
   background-image:url(../images/service_bg.png);
  background-repeat:no-repeat;
  background-position:top center;
}
#services h5{
	color: #000;
  font-size:20px;
  text-align: left!important;
font-weight:500;
 padding:20px 0px 20px;
 margin:0px;
 text-transform: uppercase;
}
#services h1{
	color: #000;
  font-size:40px;
  text-align: left!important;
font-weight:500;
 padding:0px 0px 50px;
 margin:0px;
}
#services   h2 {
    line-height:55px;
    color: #000;
    padding: 50px 15% 30px;
    font-size:42px;
    font-weight: 600;
    text-align: center !important;
    margin: 0px !important;
	text-transform:capitalize;
}
.servicebox{
background-color:#fff;padding:20px 0px;margin:0px 0px 30px;
-moz-box-shadow: 0 0 51px rgba(0,0,0,.12); /* drop shadow */
-webkit-box-shadow: 0 0 51px rgba(0,0,0,.12); /* drop shadow */
box-shadow: 0 0 51px rgba(0,0,0,.12); /* drop shadow */
}

#services .servicebox  h2 {
color:#000!important;
  font-size:18px!important;
  line-height:24px!important;
  text-align: center!important;
font-weight:600;
 padding:20px 10px 10px;
 margin:0px;
}
#services .servicebox  p{
	color: #000;
  font-size:15px;
  line-height:25px;
  text-align: center!important;
font-weight:500;
 padding:0px 10px 20px ;
 margin:0px;
}
.readmore {font-size: 16px!important;cursor:pointer;padding:8px 0px!important;border:0px;
margin-top:0px!important; font-weight:500;color:#6c95ce; text-decoration:underline;
border-radius:0px!important; text-transform:uppercase;}
.readmore:hover {font-size: 16px!important;cursor:pointer;padding:8px 0px!important;border:0px;
margin-top:0px!important; font-weight:500;color:#6c95ce;  text-decoration:none;
border-radius:0px!important; text-transform:uppercase;}

/* About Us Section
--------------------------------*/

#about {
  padding:100px 0 100px;
  background-color:#fff;
     background-image:url(../images/abt_img.png);
  background-repeat:no-repeat;
  background-position: left;
  background-size: cover;
 
}

#about .about-container .background {
  margin:0px 0 0px;
}
.abtcontent {
    padding:30px  30px 30px;
    position: relative;
	background:#fff;  
	margin:0px 0 0px;
	    box-shadow: 0 0 51px rgba(0, 0, 0, .12);
}

#about .abtcontent  h3 {
    line-height:40px;
    color: #000;
    padding: 0px  0 10px;
    font-size:28px;
    font-weight: 600;
    text-align: left !important;
    margin: 0px !important;
	text-transform:capitalize;
}
#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 16px;
    color: #000;
    padding: 0px 0px 20px 0px;
    font-weight:400;

 }

#about1 {
  margin:20px 0px 20px 0px;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#000;
  padding:0px 0px 10px;

 }
 #about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}
a.learnmore {
font-size: 16px;	 text-transform: uppercase; color: #3a91df; 
     margin-top:0px;font-weight:500;    line-height: 1em;text-decoration: underline;
	}

a.learnmore:hover {
font-size: 16px;	 text-transform: uppercase; color: #3a91df; 
     margin-top:0px;font-weight:500;    line-height: 1em;text-decoration: none;
}



.mt50{margin-top:50px;}
.mt30{margin-top:30px;}
/* ---------------
 twoteaser Section
--------------------------------*/

#tagline {
  padding: 50px 0 50px 0;
    
}
#tagline .tagbox{
	margin:0px;padding:20px 20px;color:#fff;
	background-image:url("../images/tagline_bg.jpg");
  background-repeat:no-repeat;
  background-position:top center;
	background-size:cover;
}

#tagline .tagtext h1{text-align:left; margin: 0px; text-transform: capitalize;color:#fff; 
padding:25px 0px 10px; font-size:40px; margin-bottom:0px;line-height:40px;font-weight:600;}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
#contact{
  padding:40px 40px;
   background-color: #000;
   background-image:url("../images/contact_bg.jpg");
  background-repeat:no-repeat;
  background-position:top center;
	background-size:cover;
  }
#contact .contactlogo{text-align: center; align-items: center;    display: flex;
    justify-content: center;}
#contact .gettouch h5{
  text-align:left; margin: 0px; text-transform: uppercase;color:#fff; 
padding:0px 0px 10px; font-size:20px; margin-bottom:0px;line-height:30px;font-weight:500;
}
#contact .gettouch h1{
  text-align:left; margin: 0px; text-transform: capitalize;color:#fff; 
padding:0px 0px 30px; font-size:30px; margin-bottom:0px;line-height:40px;font-weight:600;
}

#contact .gettouch .name {
    border-radius: 3px;
    width: 49%;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px 0px 7px 10px;
    color: #000 !important;
    font-weight: 500;
}
#contact .gettouch .email {
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px 0px 7px 10px;
    color: #000 !important;
    font-weight: 500;
}
#contact .gettouch .phone {
   border-radius: 3px;
    width: 49%;
    margin-bottom: 20px;
      margin-left: 10px;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px 0px 7px 10px;
    color: #000 !important;
    font-weight:500;
}
#contact .gettouch .textarea {
   border-radius:3px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 7px 0px 7px 10px;
    color: #000 !important;
    font-weight: 500;
}
.gettouch input::placeholder{color:#000!important}
.gettouch textarea::placeholder{color:#000!important}
a.submit {
  z-index: 5 !important;
  font-size: 15px;
  background-color: #3a91df;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #3a91df;
  padding: 15px 12px!important;
  display: inline-block;
  margin: 0px 0px 0px 0px!important;
  border-radius: 3px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
  overflow: hidden;
  text-align: center;
  width:100%
}

a.submit::before {
  content: "";
  background: #fff !important;
  color: #3a91df;
  height: 100%;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

a.submit:hover::before {
  width: 100%;
}

a.submit:hover {
  border-color: #3a91df;
  color: #3a91df !important;
  transform: translateY(2px);
  text-decoration: none!important;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:50px 0 20px 0;
background-color:#000;
background-image:url("../images/ftr_bg.jpg");
  background-repeat:no-repeat;
  background-position:top center;
	background-size:cover;
position:relative;
border-top: 5px solid #fff;;
}


#footer .footer-top h4 {
  font-size: 18px;
  font-weight:600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:20px;
  
}

#footer .footer-top .footer-links {
  margin-bottom: 0px!important;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 4px 0;
  font-size:13px;

}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  font-weight:400;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
   font-weight:400;text-decoration:underline;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact p {
 color:#fff;	
 line-height: 25px;
   font-weight:500;
   font-size:12px;
}
#footer .footer-top .footer-contact a {
  font-size: 13px;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;text-decoration:underline;
}
#footer .footer-top .footer-contact a:hover {text-decoration:none;}
#footer .ftrlogo{text-align:left; float:left!important;}
.social i {
    padding: 8px 10px 1px;
    font-size: 25px;
    color: #fff;
    margin-top: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 50px;
}
#footer .copyright p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 10px 0px 0px;
    margin-top: 0px;
}
#footer .copyright {
padding:20px 0px 0px 0px;text-align: center;
}
#footer .footer-top .footer-contact .fnumber{  font-size:16px!important;}





 #footer .footer-top .footer-contact  {
  margin-bottom: 0px!important;
}

#footer .footer-top .footer-contact  ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


#footer .footer-top .footer-contact  ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-contact ul li {
  color: #fff;
  font-weight:400;    margin-left: 40px;
  padding: 10px 0;
  font-size:13px;
}


#footer .footer-top .footer-contact .phonenumber::before{
  content: '';
  width:43px;
  height: 43px;
  position: absolute;
  z-index: 1;
  background-image: url("../images/fone.png");
  top:35px;
  left:0px;
}
#footer .footer-top .footer-contact .mail::before{
  content: '';
  width:43px;
  height: 43px;
  position: absolute;
  z-index: 1;
  background-image: url("../images/email.png");
  top:88px;
  left:0px;
}
#footer .footer-top .footer-contact .address::before{
  content: '';
  width:43px;
  height: 43px;
  position: absolute;
  z-index: 1;
  background-image: url("../images/location.png");
  bottom:45px;
  left:0px;
}
#footer .footer-top .footer-contact .mail{  padding-top: 25px;}
#footer .footer-top .footer-contact .address{line-height: 25px;    padding-top: 15px;}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

#about1 .abtcontent1 {
  padding: 0px 0px 0px;
  text-align: left;
}

#about1 .about-container .abtcontent1 h1 {
  line-height:50px;
  color:#000;
  padding:0px  0px;
  font-size:38px;
  /*font-weight:800;*/
  padding:0px 0px 10px;!important;
  text-align:left;
  text-transform:uppercase;

}
#about1 .about-container p {
  text-align:left;
  line-height: 28px;
  font-size:17px;
  color:#444444;
  padding:0px 0px 15px;
  /*font-weight:500;*/
}
#about1 .abtcontent1 {
  padding: 0px 5px 0px;
  text-align: left;
}

#about1 h2{
  font-size: 33px;
  color: #000;
  margin: 15px 0px 10px 0px;
  font-weight: bold;
}

#about1 h3{
  font-size: 27px;

  margin: 15px 0px 12px 0px;
  font-weight: bold;
}

.blckfont {
  text-align:left;
  line-height: 28px;
  font-size:17px;
  color:#444444;
  padding:10px 0px 15px;
}

.blckfont p{
  text-align:left;
  line-height: 28px;
  font-size:17px;
  color:#444444;
  padding:10px 0px 15px;
}

#about1 ul {
  margin-left: 7px;
  list-style: disc;
  text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#444444;

  font-weight:400;
}

#about1 ul li {
  text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#444444;

  font-weight:400;
  list-style: disc;
}



@media (min-width: 992px) and (max-width: 1260px){

.main-nav, .main-nav * {
    margin: 0;
    padding:2px 0 0px;
    list-style: none;
    background: transparent;
}
.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 25px 6px 10px;
    transition: 0.3s;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

#about .abtcontent p {
    text-align: left;
    line-height: 22px;
    font-size: 16px;    
}

#header {
    height: 130px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
}
#header .logo img {
    padding: 0;
    margin: 0px;
}



#banner{
    position:relative;

}
#about {
    padding: 40px 0 40px;
    background-color: #fff;
    border-radius: 0px;
}


#footer .footer-top {
  padding:50px 0 20px 0;
}

.carousel-caption {
    z-index: 1;
    height: auto;
    top: 25vh;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}
#banner .carousel-caption h1 {
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    font-weight: 600;
    padding: 20px 20% 30px 0px !important;
    text-transform: capitalize;
}
.carousel-caption::after {
    content: '';
    width: 270px;
    height: 227px;
    background-image: url(../images/banner_after.png);
    position: absolute;
    top: 0px;
    right: 15%;
    z-index: 1;
}
#tagline .tagtext h1 {
    font-size: 35px;
    line-height: 40px;
}
#contact .gettouch .phone {
    margin-left: 5px;
}
#footer .footer-top .footer-contact a {
    font-size: 12px;
}
#footer .footer-top .footer-contact p {    font-size: 10px;}
#footer .footer-top h4 {
    font-size: 16px;
}
#about h2 {
    line-height: 34px;
    color: #000;
    padding: 0px 5% 0px;
    font-size: 27px;
    font-weight: 700;
    text-align: center !important;
    margin: 0px !important;
}
.abtcontent{
padding:20px 40px 30px;
text-align:left;
}

}

@media (min-width: 768px) and (max-width: 991px) {

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding:25px 0px;
}
#footer .copyright{padding-bottom:0px;}
    #header .logo img {
        padding: 0;
        margin:0px 0 0;
        width: 80%;
    }

 #banner{    position:relative;}

.carousel-caption {
    z-index: 1;
    height: auto;
    top: 25vh;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}
#banner .carousel-caption h1 {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    font-weight: 600;
    padding: 10px 0% 10px 0px !important;
    text-transform: capitalize;
}
.carousel-caption::after {
    content: '';
    width: 270px;
    height: 227px;
    background-image: url(../images/banner_after.png);
    position: absolute;
    top: -20px;
    right: 5%;
    z-index: 1;
}
.servicebox {    width: 100%;}
#services h1 {    color: #000;    font-size: 33px;}
#services h2 {    padding: 50px 0% 30px;}
a.phonebtn {      border-bottom: 0px;}
#about .abtcontent h3 {
    line-height: 30px;
    color: #000;
    padding: 0px 0% 0px;
    font-size:19px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;
}
#tagline .tagtext h1 {
    padding: 0px 0px 10px;
}

#contact .gettouch .phone {width: 100%!important; margin-left: 0px!important;}
#contact .gettouch .name {width: 100%!important;}

.topheader {
 text-align: center; min-height: 70px; padding: 5px 0px 0px;
    }

 #header {
  height:120px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:transparent;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:120px;

}

#footer .footer-top .ftrlogo img{margin-top:0px; text-align:left!important;float:left!important;}

#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    padding: 20px 0px 40px 0px;
    font-weight:400;

 }

#footer .footer-top {
  padding:50px 0 20px 0;
background-size:cover;

}


#about{
padding:50px 0px 50px;background-size:cover;
}

.abtcontent{
padding:30px 30px 30px;
text-align:left;

}
.abtimg{margin-top:20px;}

.mobile-nav-toggle i {
  margin:50px 50px 0 0;
  color: #fff;
}

.mt50{margin-top:10px!important}


}


@media (min-width:575px) and (max-width: 767px) {


#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding:25px 0px;
}
#footer .copyright{padding-bottom:0px;}
    #header .logo img {
        padding: 0;
        margin:0px 0 0;
        width: 80%;
    }

 #banner{    position:relative;}

#banner .carousel-caption {display: none;}


.servicebox {    width: 100%;}
#services h1 {    color: #000;    font-size: 33px;}
#services h2 {    padding: 50px 0% 30px;        font-size: 28px;        line-height: 35px;}
a.phonebtn {      border-bottom: 0px;}
#about .abtcontent h3 {
    line-height: 30px;
    color: #000;
    padding: 0px 0% 0px;
    font-size:19px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;
}
#tagline .tagtext h1 {line-height: 26px;font-size: 18px;
    padding: 30px 0px 10px;
}
#contact .contactlogo {
    margin-top: 10px;}
#contact .gettouch .phone {width: 100%!important; margin-left: 0px!important;}
#contact .gettouch .name {width: 100%!important;}

.topheader {
 text-align: center; min-height: 70px; padding: 5px 0px 0px;
    }

 #header {
  height:120px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:transparent;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:120px;

}

#footer .footer-top .ftrlogo img{margin-top:0px; text-align:left!important;float:left!important;}

#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    padding: 20px 0px 40px 0px;
    font-weight:400;

 }

#footer .footer-top {
  padding:50px 0 20px 0;
background-size:cover;

}


#about{
padding:50px 0px 50px;background-size:cover;
}

.abtcontent{
padding:30px 30px 30px;
text-align:left;

}
.abtimg{margin-top:20px;}

.mobile-nav-toggle i {
  margin:50px 50px 0 0;
  color: #fff;
}

.mt50{margin-top:10px!important}

}


@media (min-width:320px) and (max-width:574px){

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding:25px 0px;
}
#footer .copyright{padding-bottom:0px;}
    #header .logo img {
        padding: 0;
        margin:0px 0 0;
        width: 80%;
    }

 #banner{    position:relative;}

#banner .carousel-caption {display: none;}


.servicebox {    width: 100%;}
#services h1 { 
   color: #000;
        font-size: 25px;
        line-height: 30px;font-weight: 600;
      }
#services h2 {    padding: 50px 0% 30px;        font-size: 28px;        line-height: 35px;}
a.phonebtn {      border-bottom: 0px;}
#about .abtcontent h3 {
    line-height: 30px;
    color: #000;
    padding: 0px 0% 0px;
    font-size:19px;
    font-weight: 700;
    text-align: left !important;
    margin: 0px !important;
}
#contact .gettouch h5 {
    font-size: 15px;
    line-height: 22px;
}
#contact .gettouch h1 {
    font-size: 23px;
    line-height: 34px;
}
.headerlist i {
    font-size: 18px;
    margin-left: 15px;
}
#tagline .tagtext h1 {line-height: 26px;font-size: 18px;
    padding: 30px 0px 10px;
}
#contact .contactlogo {
    margin-top: 10px;}
#contact .gettouch .phone {width: 100%!important; margin-left: 0px!important;}
#contact .gettouch .name {width: 100%!important;}

    .topheader {
        text-align: center;
        min-height: 70px;
        padding: 0px 0px 0px;
        margin-top: 0px;
    }

 #header {
  height:150px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:transparent;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:150px;

}

#footer .footer-top .ftrlogo img{margin-top:0px; text-align:left!important;float:left!important;}

#about .abtcontent p {
	     text-align: left;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    padding: 20px 0px 40px 0px;
    font-weight:400;

 }

#footer .footer-top {
  padding:50px 0 20px 0;
background-size:cover;

}


#about{
padding:50px 0px 50px;background-size:cover;
}

.abtcontent{
padding:30px 30px 30px;
text-align:left;

}
.abtimg{margin-top:20px;}

.mobile-nav-toggle i {
  margin:30px 40px 0 0;
  color: #fff;
}

.mt50{margin-top:10px!important}
ul.headerlist li {
    margin: 0px;
    padding: 12px 0 0px 0;
    list-style: none;
    float: left;
}
.phone i {
    padding-left: 0px!important;
}
}
