/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
 font-family: "Roboto", sans-serif;
}

a {
  color: #00853d;
  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;
 font-family: "Spectral", serif;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  border: 1px solid #fff;
  display: none;
  background: #069494;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: 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: 125px;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
 background-color: rgba(0, 0, 0, 0.5);
}

#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:125px;

}

#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin: 0px 0 0;
  
}

#header .logo img {
  padding: 0;
  margin: 0 0 0;
    width:80%;

}

.main-pages {
  margin-top: 60px;
}

#header .logo  {
  text-align: left;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.topheader {
  min-height:60px;
  margin-top:0px;
  background-color: transparent;
  margin-bottom: 0px;
  padding: 0px;
  text-transform: uppercase;
  border-radius: 0px;
  text-align: right;
}
.phone{font-size: 17px!important;}
.phone i{padding-left:3px;}
a.phonebtn {
  z-index: 5 !important;
  font-size: 12px;
  background-color: #069494;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #069494;
  padding: 12px 12px!important;
  display: inline-block;
  margin: 35px 5px 0px 5px!important;
  border-radius: 3px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

a.phonebtn::before {
  content: "";
  background: #fff !important;
  color: #069494;
  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: #069494;
  color: #069494 !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: 45px 5px 10px;
  transition: 0.3s;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
font-family: "Outfit", sans-serif;
}

.main-nav .active>a {
  color: #fff;
}

.main-nav .hover>a:active {
  color: #fff;
}

.main-nav a:hover,
.main-nav li:hover>a {
  color: #fff;
}

.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: #000;
  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;
}

.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 #adadad;
  text-transform: uppercase;
  font-size: 13px;
}

.mobile-nav a:hover,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.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
--------------------------------------------------------------*/


#intro {
  position: relative;
  padding: 0 0 0px;
  background-color: #fff;
}
.carousel-caption {
  height: auto;
  top: 27vh;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
}

#intro .carousel-caption h1 {
  font-size: 50px;
  color: #fff;
  line-height: 58px;
  font-weight: 500;
  padding: 0px 10% 20px!important;
  text-transform: capitalize;
}

#intro .carousel-caption p {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  font-weight: 500;
  padding: 10px 20% 40px!important;
}
a.introbtn {
  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.introbtn::before {
  content: "";
  background: #069494 !important;
  color: #fff;
  height: 100%;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

a.introbtn:hover::before {
  width: 100%;
}

a.introbtn:hover {
  border-color: #fff;
  color: #fff !important;

}

/*--------------------------------------------------------------
# Sections

/* About Us Section
--------------------------------*/

#about {
  padding: 50px 0 70px;
  background-color: #fff;
  position: relative;
  background: url(../images/abt_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#about::after {
    content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width: 146px;
    height: 299px;
    top: 200px;
    right: 0px;
    z-index: 1;
}
#about  h2 {
  line-height: 70px;
  color: #000;
  padding: 0px 0 60px;
  font-size: 65px;
  font-weight: 600;
  text-align: center !important;
  margin: 0px !important;
  text-transform: uppercase;
}
#about  h1 {
  line-height: 70px;
  color: #000;
  padding: 60px 0 0px;
  font-size: 65px;
  font-weight: 600;
  text-align: center !important;
  margin: 0px !important;
  text-transform: uppercase;
}
#about .about-container .background {
  margin: 0px 0 0px;
}

.abtcontent {
  padding: 80px 30px 0px;
  position: relative;
  margin: 0px ;
  background-color: transparent;
  border-radius: 0px;
}

#about .abtcontent h3 {
  line-height: 25px;
  color: #000;
  padding: 0px 0 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: left !important;
  margin: 0px !important;
  font-family: "Roboto", sans-serif;
}

#about .abtcontent p {
  text-align: left !important;
  line-height: 23px;
  font-size: 15px;
  color: #000;
  padding: 0px 0px 40px 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.learnbtn2 {
  z-index: 5 !important;
  font-size: 16px;
  background-color: transparent;
  text-transform: uppercase;
  color: #000;
  border: 2px solid #000;
  padding: 12px 20px;
  display: inline-block;
  margin-left: 0px;
  border-radius: 3px;
  font-weight: 500;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

a.learnbtn2::before {
  content: "";
  background: #000000 !important;
  color: #fff;
  height: 100%;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

a.learnbtn2:hover::before {
  width: 100%;
}

a.learnbtn2:hover {
  border-color: #000000;
  color: #fff !important;

}
/* services Section
--------------------------------*/
.mt50{margin-top:50px;}
.mb50{margin-bottom:50px;}
.mp0 { margin:0px !important; padding:0px !important;}
#services {margin-top: 0px;
 padding:0px 0 0px;position: relative;
background-color:#fafaf8;
text-align:center!important;border-radius:0px ;z-index: 3;
}

.serbox1{position:relative;padding:0px;transition:5s;}


#services .text{
	text-align: center!important;
   	padding:0px 40px ;
position:absolute;
top:45%;
width:100%;
z-index:4;
}

#services .serbox1 .text h1{
	color: #fff;
  font-size:25px;
  line-height: 30px;
  text-align: center!important;
font-weight:600;
 padding:0px 0px 7px;
 margin:0px;
 text-transform:capitalize;
}

#services .serbox1 .text p{
	color: #fff;
  font-size:16px;
  line-height:22px;
  text-align: center!important;
font-weight:500;
 padding:0px  0 20px 0px;
 margin:0px;
}
#services .serbox1 .text  .p3{padding-bottom: 40px!important;}
#services .serbox1 .text  .p4{padding-bottom: 40px!important;}
a.learnbtn {  z-index:5!important; font-size: 16px; background-color:transparent;  color: #fff;
    border: 2px solid #fff;    padding: 12px 20px;   display: inline-block;  margin-left:0px;  border-radius:7px; font-weight: 500;
    line-height: 1em;   position: relative;    overflow: hidden;
}
a.learnbtn::before {   
 content: ""; background:#fff!important;color:#000!important;height:100%; width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.learnbtn:hover::before {
    width: 100%;
}
a.learnbtn:hover {
    border-color: #fff;
    color: #000 !important;
    font-weight: 500;
}

/*--------------------------------------------------------------
# #whychoose {
--------------------------------------------------------------*/
#ser_area {
  padding: 70px 0 100px;
  position: relative;
  background: url(../images/ser_area_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#ser_area .innertext{
  padding: 50px 30px 20px;
 
}

#ser_area .innertext h1 {
  line-height: 55px;
  color: #fff;
  padding: 0px 0 20px;
  font-size: 50px;
  font-weight: 600;
  text-align: left !important;
  margin: 0px !important;
}
#ser_area .innertext p {
  line-height: 25px;
  color: #fff;
  padding: 0px 0 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: left !important;
  margin: 0px !important;
}
#ser_area .innertext .innerlist ul{
  margin: 0px;
  padding: 0px 25px 20px;  
  display:flex;
  }
  #ser_area .innertext .innerlist ul li {
  margin: 0px;
   list-style: disc!important;
 
   }
    #ser_area .innertext .innerlist ul li a{
   font-size:16px; 
   padding:0px 62px 0px 0px;
  color: #FFF;
  font-weight: 600;
}
   #ser_area .innertext .innerlist ul li::marker{
     font-size:25px;
     list-style: disc!important;
    color: #FFF;
   }
 
a.cntctbtn {
  z-index: 5 !important;
  font-size: 14px;
  background-color: #000;
  text-transform: uppercase;
  color: #fff!important;
  border: 2px solid #000;
  padding: 12px 35px!important;
  display: inline-block;
  margin-top: 10px;
  margin-left: 0px;
  border-radius: 3px;
  font-weight: 600;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

a.cntctbtn::before {
  content: "";
  background: #fff !important;
  color: #000!important;
  height: 100%;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

a.cntctbtn:hover::before {
  width: 100%;
}

a.cntctbtn:hover {
  border-color: #000;
  color: #000!important;

}

/*--------------------------------------------------------------
# testimonial
--------------------------------------------------------------*/
#testimonial{ color:#fff;padding:60px 0px 250px;position:relative;
 background: url(../images/abt_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#testimonial::before {
    content: "";
    background: url(../images/testi_before.png);
    position: absolute;
    width: 97px;
    height: 200px;
    top: 250px;
    left:0px;
    z-index: 1;
}
a.testibtn {
    font-size: 16px;
    color: #000;
    padding: 0px 0px;
    margin-left: 0px;
     margin-top: 20px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    text-transform: uppercase;
}
a.testibtn:hover{
    font-size: 16px;
    color: #000;
    padding: 0px 0px;
    margin-left: 0px;
    margin-top: 20px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}
#testimonial h1{text-align:left; text-transform:capitalize;font-size:45px;font-weight:bold; color:#000;  
  padding-top:0px; margin-bottom:0px;}

.testi-box{ /* stroke */
background:#fff;text-align:left;min-height: 260px; text-align:left !important;border-radius:3px;font-size: 17px;
text-transform:none !important; font-weight:normal; margin:0px 0px 0px;padding: 20px 30px 20px ;} 
.testi-box p{  font-weight:400;  margin: 0px; padding: 20px 0px; font-size: 17px;  margin-bottom:0px;  color:#000; } 
.testi-box .star h5{  font-family: "Roboto", sans-serif; font-weight:600; text-align:left !important;  margin: 0px; 
padding: 0px 0px 10px; font-size: 18px;  margin-bottom:0px;  color:#000; }


#testimonial .carousel-inner{ line-height: 15px;}
#testimonial .carousel-control.left{ background: none; width: auto; }
#testimonial .carousel-control.right{ background: none; width: auto; }

#testimonial .glyphicon-chevron-left:before{ color: #000; padding: 5px;   }
#testimonial .glyphicon-chevron-right:before{color: #000;  padding: 2px;  }
/*--------------------------------------------------------------
# tagline
--------------------------------------------------------------*/
#tagline{   
      padding:80px 0px 150px;
    position: relative;
    text-align: center!important;
    z-index: 5;
  background: url(../images/tagline_bg.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  }
.tagtext{padding:40px 20px 40px;background-color: #069494; border-radius: 0px; margin-top:-235px;
    margin-bottom: 0px;}

#tagline .tagtext h1 {
  line-height: 45px;
  color: #fff;
  padding: 20px 0px 20px 0px;
  font-size: 35px;
  font-weight: 600;
  text-align: center!important;
  margin: 0px !important;
}
#tagline .tagtext p {
  line-height: 30px;
  color: #fff;
  padding: 0px 0 20px 0px;
  font-size: 20px;
  font-weight: 600;
  text-align: center!important;
  margin: 0px !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo {
  margin-top: 0px;
}

#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding: 50px 0 20px 0;
  background-color: #1e1f1e;
  position: relative;
   background: url(../images/ftr_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-top: 5px solid #000;
}

#footer .footer-top h4 {
  font-size: 20px;
  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: 5px 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: 500;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact p {
  line-height: 25px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

#footer .footer-top .footer-contact a {
  font-size: 14px;
  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;
}

#footer .copyright p {
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 10px 0px 0px;
  margin-top: 0px;
}

#footer .copyright {
  padding: 10px 0px 0px 0px;
}
.social {text-align: left;}
.social i {
    padding: 8px 10px 1px;
    font-size: 25px;
    color: #fff;
    margin-top: 10px;
    background-color: #069494;
    border-radius: 50%;
    margin-left: 50px;
}




#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;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1260px) {

  .main-nav,
  .main-nav * {
    margin: 0;
    padding: 2px 0 0px;
    list-style: none;
    background: transparent;
  }
  .rightbox {
    text-align: right;
  }
 
  #intro {
    position: relative;
    padding: 0px 0 0px;
  }

  .phone {
    font-size: 12px !important;
  }

  #header {
    height: 125px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
  }
  #header.header-scrolled {
    min-height: 125px;
  }

  #intro .carousel-caption {
    width: 100%;
    top:30vh
  }
 
  #intro .carousel-caption h1 {
    padding: 0px 50px 10px!important;
    font-size: 25px;
    color: #fff;
    line-height: 40px;
  }

  #intro .carousel-caption p {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    padding: 5px 15% 20px!important;
  }
 #about  h2 {
    line-height: 60px;
    font-size: 55px;
     padding: 0px 0 30px;
  }

  #about .abtcontent p {
    text-align: left;
   line-height: 20px;
        font-size: 14px;
  }
  .main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 45px 4px 10px;
    transition: 0.3s;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
  }

  #header .logo img {
    padding: 0;
    margin: 5px 0px 5px;
    width: 80%;
  }
#tagline .tagtext h1 {
    line-height: 40px;
    font-size: 27px;
}
.text-box {top:65%}
  .abtcontent {
    padding: 30px 30px;
    text-align: left;
  }

  #footer .footer-top {
    padding: 100px 0 20px 0;
  }
 #footer .footer-top h4 {
    font-size: 17px;
  }
  #footer .footer-top .footer-contact p {
    line-height: 22px;
    font-weight: 500;
    font-size: 11px;
  }

  #footer .footer-top .footer-links ul li {
    padding: 5px 0;
    font-size: 11px;
  }
  #footer .footer-top .footer-contact a {
    font-size: 10px;
  }
   #footer .footer-top .footer-contact img {
    width:15%;
  }
.topheader {
    min-height: 60px;
    margin-top: 0px;
    padding: 0px 10px 0px 20px;
  }
  
  a.phonebtn {margin-top: 35px!important; padding: 12px 6px!important;}
 
  #about {
    padding: 50px 0 30px;
  }
#about::after {display: none;}
#services .text {
    text-align: center !important;
    padding: 0px 40px;
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 4;
}
#services .serbox1 .text .p4 {
    padding-bottom: 60px !important;
}
#ser_area .innertext h1 {
    line-height: 40px;
    color: #fff;
    padding: 0px 0 20px;
    font-size: 33px;
}
#ser_area .innertext .innerlist ul {
    margin: 0px;
    padding: 0px 4px 20px;
    display: flex;
}
}



@media (min-width: 768px) and (max-width: 991px) {

  #about .about-container p {
    padding: 20px 0px 20px;
  }

  #intro {
    padding: 0px 0 0px 0;
  }

  #about  h2 {
    line-height: 50px;
    color: #000;
    padding: 0px 0% 30px;
    font-size: 40px;
  }

  #about .abtcontent h4 {
    line-height: 35px;
    color: #006480;
    padding: 0px 0 10px;
    font-size: 25px;
  }

  .topheader {
    min-height: 60px;
    padding: 0px 5px 0px;
    margin-top: 10px;
  }

  #header .logo img {
    padding: 0;
    margin: 0px 0 0;
    width: 70%;
  }

  #about {
    padding: 50px 0px 30px;
  }
  
  #intro .carousel-caption h1 {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    font-weight: 700;
    padding: 0px 0% 10px 0 !important;
  }
 
  #intro .carousel-caption p {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    padding: 10px 0 20px !important;
}
a.phonebtn {
margin: 10px 15px 0px!important;
   
}
 .carousel-caption {
    height: auto;
    top: 25vh;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
  }
.mobile-nav-toggle i {
    margin: 55px 50px 0 0;
    color: #FFF;
  }
 #header {
    height: 115px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
  }

  #header.header-scrolled,
  #header.header-pages {
    padding: 0px 0;
    background: #000;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 115px;
  }
  #footer .footer-top {
    padding:20px 0 10px 0;
  }
  
 #footer .footer-top h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0px;
    padding: 25px 0px;
  }

    #footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
  }
#footer .copyright {
    padding-bottom: 0px;
  }
  #testimonial {
    color: #fff;
    padding: 40px 0px 250px;
  }
.text-right{text-align: left!important;padding-bottom: 20px;}
.eventbox img {
    width: 100%;
  }
  #ser_area .innertext .innerlist ul {
    margin: 0px;
    padding: 0px 25px 20px;
    display: block;
}
#ser_area {
    padding: 70px 0 50px;
}
#ser_area .innertext {
    padding: 30px 0px 20px;
}
#services .serbox1 .text .p4 {
    padding-bottom: 60px !important;
}
.text-box {width: 95%;}
.eventbox {margin-top: 20px;}
  .abtcontent {
    padding: 20px 20px;
    text-align: left;
  }
  #about h3 {
    line-height: 35px;
    color: #1e1f1e;
    padding: 0px 3% 30px;
  }
  #tagline {
    margin-top: 0px;
    margin-bottom:0px;
    padding: 0px 0px 100px;
    position: relative;
    z-index: 5;
}
    #tagline.tagtext {
    padding: 0px 13px 10px;
  }
  #tagline .tagtext h1 {
line-height: 45px;
        color: #fff;
        padding: 20px 0 20px 0px;
        font-size: 36px;
  }
  .serbox1 img{margin-bottom: 20px;}
}



@media (min-width:575px) and (max-width: 767px) {
   #about .about-container p {
    padding: 20px 0px 20px;
  }

  #intro {
    padding: 0px 0 0px 0;
  }

    #about h2 {
        line-height: 40px;
        color: #000;
        padding: 0px 0% 30px;
        font-size: 30px;
    }
  #about .abtcontent h4 {
    line-height: 35px;
    color: #006480;
    padding: 0px 0 10px;
    font-size: 25px;
  }
  .serbox1 img{width: 100%;margin-bottom: 20px;}
#about h1 {    font-size: 45px;}
  .topheader {
    min-height: 60px;
    padding: 0px 5px 0px;
    margin-top: 10px;
  }
#about::after{display: none;}
  #header .logo img {
    padding: 0;
    margin: 0px 0 0;
    width: 70%;
  }
.carousel-caption{display: none;}
  #about {
    padding: 50px 0px 30px;
  }
  
  #intro .carousel-caption h1 {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    font-weight: 700;
    padding: 0px 0% 10px 0 !important;
  }
 
  #intro .carousel-caption p {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    padding: 10px 0 20px !important;
}
a.phonebtn {
margin: 10px 15px 0px!important;
   
}
 
.mobile-nav-toggle i {
    margin: 55px 50px 0 0;
    color: #FFF;
  }
 #header {
    height: 115px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
  }

  #header.header-scrolled,
  #header.header-pages {
    padding: 0px 0;
    background: #000;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 115px;
  }
  #footer .footer-top {
    padding:20px 0 10px 0;
  }
  
 #footer .footer-top h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0px;
    padding: 25px 0px;
  }

    #footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
  }
#footer .copyright {
    padding-bottom: 0px;
  }
  #services .serbox1 .text h1 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
  }
  #services .serbox1 .text p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
  }
  #testimonial {
    color: #fff;
    padding: 40px 0px 250px;
  }
.text-right{text-align: left!important;padding-bottom: 20px;}
.eventbox img {
    width: 100%;
  }
  #ser_area .innertext .innerlist ul {
    margin: 0px;
    padding: 0px 25px 20px;
    display: block;
}
#ser_area {
    padding: 70px 0 50px;
}
#ser_area .innertext {
    padding: 30px 0px 20px;
}
#services .serbox1 .text .p4 {
    padding-bottom: 60px !important;
}
.text-box {width: 95%;}
.eventbox {margin-top: 20px;}
  .abtcontent {
    padding: 20px 20px;
    text-align: left;
  }
  #about h3 {
    line-height: 35px;
    color: #1e1f1e;
    padding: 0px 3% 30px;
  }
  #tagline {
    margin-top: 0px;
    margin-bottom:0px;
    padding: 0px 0px 100px;
    position: relative;
    z-index: 5;
}
    #tagline.tagtext {
    padding: 0px 13px 10px;
  }
  #tagline .tagtext h1 {
line-height: 45px;
        color: #fff;
        padding: 20px 0 20px 0px;
        font-size: 36px;
  }
}


@media (min-width:320px) and (max-width:574px) {
 #about .about-container p {
    padding: 20px 0px 20px;
  }

  #intro {
    padding: 0px 0 0px 0;
  }

    #about h2 {
        line-height: 40px;
        color: #000;
        padding: 0px 0% 30px;
        font-size: 30px;
    }
  #about .abtcontent h4 {
    line-height: 35px;
    color: #006480;
    padding: 0px 0 10px;
    font-size: 25px;
  }
  .serbox1 img{width: 100%;margin-bottom: 20px;}
#about h1 {    font-size: 45px;}
  .topheader {
    min-height: 60px;
    padding: 0px 5px 0px;
    margin-top: 10px;
  }
#about::after{display: none;}
  #header .logo img {
    padding: 0;
    margin: 0px 0 0;
    width: 70%;
  }
.carousel-caption{display: none;}
  #about {
    padding: 50px 0px 30px;
  }
  
  #intro .carousel-caption h1 {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    font-weight: 700;
    padding: 0px 0% 10px 0 !important;
  }
 
  #intro .carousel-caption p {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    padding: 10px 0 20px !important;
}
a.phonebtn {
margin: 10px 15px 0px!important;
   
}
 
.mobile-nav-toggle i {
    margin: 55px 50px 0 0;
    color: #FFF;
  }
 #header {
    height: 115px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
  }

  #header.header-scrolled,
  #header.header-pages {
    padding: 0px 0;
    background: #000;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height: 115px;
  }
  #footer .footer-top {
    padding:0px 0 10px 0;
  }
  
 #footer .footer-top h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0px;
    padding: 25px 0px;
  }
#testimonial .testi-box  .google{width: 20%!important;}
    #footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
  }
#footer .copyright {
    padding-bottom: 0px;
  }
  #services .serbox1 .text h1 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
  }
  #services .serbox1 .text p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
  }
  #testimonial {
    color: #fff;
    padding: 40px 0px 250px;
  }
.text-right{text-align: left!important;padding-bottom: 20px;}
.eventbox img {
    width: 100%;
  }
  #ser_area .innertext .innerlist ul {
    margin: 0px;
    padding: 0px 25px 20px;
    display: block;
}
#ser_area {
    padding: 70px 0 50px;
}
#ser_area .innertext {
    padding: 30px 0px 20px;
}
#services .serbox1 .text .p4 {
    padding-bottom: 60px !important;
}
.text-box {width: 95%;}
.eventbox {margin-top: 20px;}
  .abtcontent {
    padding: 20px 20px;
    text-align: left;
  }
  #about h3 {
    line-height: 35px;
    color: #1e1f1e;
    padding: 0px 3% 30px;
  }
  #tagline {
    margin-top: 0px;
    margin-bottom:0px;
    padding: 0px 0px 100px;
    position: relative;
    z-index: 5;
}
    #tagline.tagtext {
    padding: 0px 13px 10px;
  }
  #tagline .tagtext h1 {
line-height: 40px;
        color: #fff;
        padding: 20px 0 20px 0px;
        font-size:30px;
  }
}