/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
   font-family: "Figtree", 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 {
  font-family: "Playfair Display", serif;
  margin: 0 0 0px 0;
  padding: 0;

}

/* Back to top button */

.back-to-top {
  position: fixed;
  border:1px solid #fff;
  display: none;
  background:#f80000;
  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:115px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background-color:#fff;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:115px;

}
#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin:0px 0 0;
}
.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.topheader{min-height:90px;margin-top:-20px; background-color:transparent;
margin-bottom:0px;padding:0px 0px 10px; text-transform:uppercase; border-radius: 0px;	text-align:right;}
.tophead {
    background-color: #373737;
    text-align: center;
    padding: 8px 0px;
}
.tophead h6 {
    font-size: 14px;
    color: #fff;
    padding: 0px 0px;
	text-transform:uppercase;font-family: "Figtree", sans-serif;
}
a.cntbtn {
	z-index: 1;font-size: 13px!important;	background:#f80000!important;  text-transform: uppercase; color:#fff!important; border: 2px solid #f80000;
    padding: 11px 17px 11px!important;display: inline-block; margin:30px 0 0 5px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.cntbtn::before {   
 content: ""; background:#fff!important;color:#f80000!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.cntbtn:hover::before {
    width: 100%;
}
a.cntbtn:hover {
    border-color:#f80000;
    color: #f80000!important;
}

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav li a i{
    color: #053787;
    font-size: 15px;
padding-right: 5px;
}
.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: #373737;
    padding:38px 7px 10px;
    transition: 0.3s;
    font-size: 16px;
    text-transform: uppercase;
    font-weight:600;
  
}

.main-nav .active > a{
	  color: #373737;
}
.main-nav .hover > a:active{
	  color: #053787;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #053787;
}

.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: #fff;
  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: 6px 20px;
  font-size: 16px;
  color:#373737;
  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:#053787;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left:0px; color:#373737;
}

.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:#373737;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#fff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #373737;
  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: #053787;
  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: #0075be;
}

.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: #0075be;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


#intro{
    position:relative;

}
.carousel-caption {
  z-index: 1;  height: auto; top:35vh;
    left:0;    width:100%;	text-align:left;    position: absolute;
}

#intro h1{  text-transform:capitalize; font-size:60px;   color: #fff;   line-height: 65px; font-weight: 700;  padding-left:0px!important;}

a.cntbtn1 {
	z-index: 1;font-size: 13px!important;	background:transparent!important;  text-transform: uppercase; color:#fff!important; border: 2px solid #fff;
    padding: 11px 17px 11px!important;display: inline-block; margin:15px 0 0 5px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.cntbtn1::before {   
 content: ""; background:#f80000!important;color:#fff!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.cntbtn1:hover::before {
    width: 100%;
}
a.cntbtn1:hover {
    border-color:#fff;
    color: #fff!important;
}

/*--------------------------------------------------------------
# Sections
/*  services Section
--------------------------------*/

#services {
  padding: 30px 0 20px 0;
}
#services  h1{
	color: #172750;
  font-size:40px;
  text-align: center!important;
font-weight:700;
 padding:50px 0px 80px;
 margin:0px;
text-transform:uppercase;
}
#services  .serbox {text-align:left;padding:0px 15px 0px;margin-bottom:0px;
 border-radius:0px;position:relative;

}

.text-box{
	position:absolute;margin:0px;padding:20px 20px 0 20px; color:#fff;bottom:30px

}

#services .text-box  a h3{text-align:left; margin: 0px;color:#fff; 
padding:0px 0px 10px; text-transform:uppercase;font-size:25px; margin-bottom:0px;line-height:30px;font-weight:600;}

#services .text-box .rightbox a i
{
	 font-size:23px;
    padding: 7px 15px;
    border-radius: 60%;
    background-color: #fff;
    color:#373737!important;
	margin-top:40px;
}
#services .text-box p {
	     text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    padding: 0px 0px 20px 0px;
    font-weight:400;

 }
 #services .text-box .rightbox{
     padding-left: 0px!important;
 }
.mt50{margin-top:50px;}

/* About Us Section
--------------------------------*/

#about {
  padding:40px 0 50px;
  background-color:#fff;
  background: url(../images/about_bg.png);
background-size:cover;
background-position:top center;
background-repeat:no-repeat;
position:relative;
text-align:center!important;
}
#about::before{
	 content: "";
    background: url(../images/abt_before.png);
    position: absolute;
    width:98px;
    height:375px;
    top:30px;
	left:0;
    z-index:2;
}
#about::after{
	 content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width:98px;
    height:375px;
    top:30px;
	right:0;
    z-index:2;
}
#about  h2 {
    line-height:65px;
    color: #373737;
    padding: 0px 10% 0px;
    font-size:60px;
    font-weight: 700;
    text-align: center !important;
    margin: 0px !important;
}
#about h5 {
    line-height:25px;
    color: #053787;
    padding: 0px 0px 30px 0px;
    font-size:18px;
    font-weight: 600;
    text-align: center !important;
    margin: 0px !important;
	letter-spacing:2px;
	text-transform:uppercase;  font-family: "Figtree", sans-serif;
}
#about .about-container .background {
  margin:0px 0 0px;
}
.abtcontent {
    padding:0px  0px 30px;
    position: relative;
margin:0px 0 0px;
}


.abtimg{padding:0px!important;  margin: -20px 0 0px;}
#about .abtcontent  .top{
	     text-align: center;
    line-height: 30px;
    font-size: 25px;
    color: #373737;
    padding: 30px 11% 20px;
    font-weight:600;

 }
#about .abtcontent p {
	     text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #373737;
    padding: 0px 13% 20px;
    font-weight:400;

 }
#about1 {
	margin:20px 0;
    padding-bottom: 0px !important;
}

#about1 .about-container p {
	 text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#030300;
  padding:0px 0px 10px;
  /*font-weight:500;*/
 }
 #about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}
a.readmore {
	z-index: 1;font-size: 16px;	background:#fff!important;  text-transform: uppercase; color: #373737; border: 2px solid #373737;
    padding: 11px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.readmore::before {   
 content: ""; background:#373737!important;color:#fff!important;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.readmore:hover::before {
    width: 100%;
}
a.readmore:hover {
    border-color:#373737;
    color: #fff!important;
}

/*  feature Section
--------------------------------*/

#feature {
  padding: 50px 0 70px 0;
    /*background-image:url(../images/service_bg.png);*/
  background-repeat:no-repeat;
  background-position:top center;
	text-align:center;
	background-size:cover;

}
#feature .contentbox{  padding: 50px  20px 0;background-color:#053787;}
#feature  h1{
	color: #fff;
  font-size:40px;
  text-align: left!important;
font-weight:700;
 padding:0px 20px 50px;
 margin:0px;
text-transform:uppercase;
}
#feature  .featurebox {text-align:left;
background-color:#fff;padding:0px;margin-bottom:-40px; border-radius:4px;box-shadow: 0 0 51px rgba(0, 0, 0, .12);}
.text_box{
	margin:0px;padding:10px 20px 10px 0px ;color:#fff;

}

#feature .text_box h3{text-align:left; margin: 0px; text-transform: capitalize;color:#373737; 
padding:10px 0px 10px; font-size:25px; margin-bottom:0px;line-height:30px;font-weight:600;}
#feature .text_box p {
  padding:0px 10px 10px 0px;
  font-size:16px;
  line-height:20px;
color:#373737;
font-weight:500;
 text-align:left!important;
 margin:0px;
}
.readmore1{padding:0px  0px; font-size:15px;color:#373737;
font-weight:600; text-align:left!important; text-transform:uppercase;text-decoration:underline;}
.readmore1:hover{padding:0px  0px; font-size:15px;color:#373737;
font-weight:600; text-align:left!important; text-transform:uppercase;text-decoration:none;}
  /*--------------------------------------------------------------
# mission sec
--------------------------------------------------------------*/
#map{
padding:0px 0 ;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:50px 0 10px 0;
position:relative;
  background-image:url(../images/ftr_bg.jpg);
  background-repeat:no-repeat;
  background-position:top center;background-size: cover;
}


#footer .footer-top h4 {
  font-size: 20px;
  font-weight:600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:20px;
    font-family: "Figtree", sans-serif;
}

#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:14px;

}

#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 {
 color:#fff;	
 line-height: 25px;
   font-weight:500;
   font-size:14px;
}
#footer .footer-top .footer-contact a {
  font-size: 14px;
  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;}

#footer .copyright p{
  text-align: center;
  font-size:13px;
  color:#fff;
   padding:20px 0px 10px;
 margin-top:0px;
 font-weight:500;
}
#footer .copyright {
padding:20px 0px 0px 0px;
}
.btm_btn{margin-top:50px!important;}



#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:#636153;
    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:#636153;
    padding:0px 0px 15px;
}

#about1 ul {
    margin-left: 35px;
    list-style: disc;
    text-align:left;
    line-height: 30px;
    font-size:15px;
    color:#030300;

    font-weight:400;
}

#about1 ul li {
    text-align:left;
    line-height: 30px;
    font-size:15px;
    color:#030300;

    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;
}
.main-nav a {  display: block;
        position: relative;
        color: #000;
        padding:40px 10px 10px;
        transition: 0.3s;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }
.topheader{margin-top:-20px;}
#about .abtcontent p {
    text-align: center;
    line-height: 22px;
    font-size: 16px;    
}

#header {
    height:105px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
}
#header .logo img {
    padding: 0;
    margin: 0px;
}
#footer .footer-top {
 padding: 40px 0 10px 0;
}
#services .text-box h3{text-align:left; margin: 0px; text-transform: capitalize;color:#172750; 
padding:0px 0px 10px; font-size:30px; margin-bottom:0px;line-height:35px;font-weight:700;}
#services .text-box p {
  padding:0px 10px 20px 0px;
  font-size:15px;
  line-height:20px;
color:#fff;
font-weight:500;
 text-align:left!important;
 margin:0px;
}	

#intro{
    position:relative;
padding:60px 0 0px;
}
#about {
    padding: 40px 0 0px;
    background-color: #fff;
    border-radius: 0px;text-align:center;
}
.carousel-caption {
    z-index: 1;
    height: auto;
    top: 25vh;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}
#about h2 {
    line-height: 50px;
    color: #000;
    padding: 0px 5% 0px;
    font-size: 45px;
    font-weight: 700;
    text-align: center !important;
    margin: 0px !important;
}
#about .abtcontent .top {
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
.abtcontent{
padding:0px 40px 0px;
margin-top:0px;
}
.text-box {
    position: absolute;
    margin: 0px;
    padding: 20px 20px 0 20px;
    color: #fff;
    bottom: 0px;
}
}

@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%;
    }


.topheader { text-align: center; min-height: 70px; padding: 10px 0px 0px;margin-top: -30px;  }
 #header {
  height:100px;
  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:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:100px;

}
#footer .footer-top .ftrlogo img{margin-top:20px; text-align:left!important;float:left!important;}

#about .abtcontent p {
	     text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #373737;
    padding: 0px 0px 40px 0px;
    font-weight:400;
 }

a.cntbtn {text-align: center; font-size: 16px !important;   margin: 10px 15px 0 16px;}

#footer .footer-top {
  padding:50px 0 10px 0;

}
#services .text-box{margin-bottom:0px; padding: 20px 20px 10px;}


.abtcontent{
padding:0px 60px 0px 60px;
 text-align:center;
}

#about h2 {
    line-height: 30px;
    color: #373737;
    padding: 0px 0% 0px;
    font-size: 42px;
    font-weight: 700;
    text-align: center !important;
    margin: 0px !important;
}
#about h5 {
    line-height: 20px;
    font-size: 14px;
}

.carousel-caption {
    z-index: 1;
    height: auto;
    top: 20vh;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}

.text-box .rightbox{text-align:left!important;}
#intro h1{  text-transform:uppercase; font-size:30px;   color: #fff;   line-height: 35px; font-weight: 700;  padding-left:0px!important;}
#footer .ftrlogo  img{
  padding-bottom:20px;
}
 #intro{
    position:relative;
 padding:90px 0px 0px;
}
#about{
padding:50px 0px 50px;
}
#services .serbox{margin-bottom:20px; }
.serbox img{width:100%!important;}
#about .abtcontent .top {
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #373737;
    padding: 30px 6% 20px;
    font-weight: 600;
}
.mobile-nav-toggle i {
  margin:50px 50px 0 0;
  color: #053787;
}
.mobile-nav li a i {
    color: #053787;
    font-size: 15px;
    padding-right: 5px;
}
.text_box {
    margin: 0px;
    padding: 10px 33px 10px 29px;
    color: #fff;
}
#feature .featurebox {margin-bottom:20px;}
.featurebox img{width:100%!important;}
}


@media (min-width:575px) and (max-width: 767px) {


#footer .footer-top h4 {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:15px!important;
}

    #header .logo img {
        padding: 0;
        margin:0px;
        width: 80%;float:left!important;
    }

 #header {
  height:100px;
  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:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:100px;

}
#footer .footer-top {
  padding:50px 0 10px 0;
background-size:cover;
}
#services .text-box{margin-bottom:0px; padding: 20px 20px 10px;}

#footer .ftrlogo {
    text-align: left;
    float: left !important; padding-top:20px;
}
.abtcontent{
padding:0px 60px 40px 60px;
 text-align:center;
}

#about h2 {
    line-height: 30px;
    color: #000;
    padding: 0px 0% 0px;
    font-size: 27px;
    font-weight: 700;
    text-align: center !important;
    margin: 0px !important;
}
#about h5 {
    line-height: 20px;
    font-size: 14px;
}

a.cntbtn {text-align: center; font-size: 16px !important;   margin: 10px 15px 0 16px;}



.text-box .rightbox{text-align:left!important;}
.carousel-caption {
    z-index: 1;
    height: auto;
    top: 10vh;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}
#intro h1{  text-transform:uppercase; font-size:30px;   color: #fff;   line-height: 35px; font-weight: 700; 
 padding-left:0px!important;}
#intro{
    position:relative;
 padding:90px 0px 0px;
}
#about{
padding:50px 0px 50px;
}
#services .serbox{margin-bottom:20px; }
.serbox img{width:100%!important;}
#about .abtcontent .top {
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #373737;
    padding: 30px 6% 20px;
    font-weight: 600;
}
.mobile-nav-toggle i {
  margin:50px 50px 0 0;
  color: #053787;
}
.mobile-nav li a i {
    color: #053787;
    font-size: 15px;
    padding-right: 5px;
}
.text_box {
    margin: 0px;
    padding: 10px 33px 10px 29px;
    color: #fff;
}
#feature .featurebox {margin-bottom:20px;}
.featurebox img{width:100%!important;}
#feature h1 {
    color: #fff;font-size: 36px;
}
#about .abtcontent p {
    text-align: center;
    line-height: 28px;
    font-size: 16px;
color: #373737;    padding: 0px 0% 20px;
}
}


@media (min-width:320px) and (max-width:574px){

#footer .copyright{padding-left:10px;}

#footer .footer-top h4 {padding-top: 20px;}

   #header .logo img {
        padding: 0;
        margin:0px 0 0;
        width:60%;
		float:left!important;
    }

 #header {
  height:90px;
  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:#fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:90px;

}

#footer .footer-top {
  padding:50px 0 10px 0;
background-size:cover;
}

#footer .footer-top .ftrlogo img{margin-bottom: 20px;margin-top:20px; text-align:left!important;float:left!important;width: 50%;}
#services .text-box{margin-bottom:0px; padding: 20px 20px 10px;}


.abtcontent{
padding:0px 60px 0px 60px;
 text-align:center;
}
#about{
padding:0px 0px 50px;background-size:cover;
    background-color: #fff;
    /*background-image: url(../images/abt_bg.png);*/
    background-repeat: no-repeat;
    background-position: top center;
}
#about h2 {
    line-height: 35px;
    color: #373737;
    padding: 0px 10% 0px;
    font-size: 28px;
    font-weight: 700;
    text-align: center !important;
    margin: 0px !important;
}
#about h5 {
    line-height: 0px;
    font-size:12px;
}

.abtimg{margin-top:20px;}

a.cntbtn {text-align: center; font-size: 16px !important;   margin: 10px 15px 0 16px;}


.text-box .rightbox{text-align:left!important;}
.carousel-caption {
    z-index: 1;
    height: auto;
    top: 0vh;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
}
#intro h1{  text-transform:uppercase; font-size:20px;   color: #fff;   line-height: 25px; font-weight: 700; 
 padding-left:0px!important;}
#intro{
    position:relative;
 padding:85px 0px 0px;
}
#about{
padding:50px 0px 0px;
}
#services .serbox{margin-bottom:20px; }
.serbox img{width:100%!important;}
#about .abtcontent .top {
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #373737;
    padding: 30px 6% 20px;
    font-weight: 600;
}
.mobile-nav-toggle i {
  margin:50px 30px 0 0;
  color: #053787;
}
.mobile-nav li a i {
    color: #053787;
    font-size: 15px;
    padding-right: 5px;
}
.text_box {
    margin: 0px;
    padding: 10px 33px 10px 29px;
    color: #fff;
}
#feature .featurebox {margin-bottom:20px;}
.featurebox img{width:100%!important;}
#feature h1 {
    color: #fff;font-size: 23px;
}
#about .abtcontent p {
    text-align: center;
    line-height: 28px;
    font-size: 16px;
color: #373737;    padding: 0px 0% 20px;
}
#services .text-box .rightbox a i {
    font-size: 23px;
    padding: 7px 15px;
    border-radius: 60%;
    background-color: #fff;
    color: #373737 !important;
    margin-top: 0px;
    margin-left: 10px;
}
.tophead h6 {
    font-size: 9px;
    color: #fff;
    padding: 0px 0px;
    text-transform: uppercase;
    font-family: "Figtree", sans-serif;
}
}
