/*
  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:#7bc247;
  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
--------------------------------------------------------------*/

a.portalbtn {
  z-index: 1;  font-size: 15px;  background:#7bc247!important;  text-transform: uppercase;  color: #ffffff;  border: 1px solid #7bc247;
  padding: 10px 10px 10px!important;;  display: inline-block;  margin: 78px 0px 0px!important;  border-radius: 3px;  font-weight: 500;
  line-height: 1em;  position: relative;  overflow: hidden;
}
	
a.portalbtn::before {   
 content: ""; background:#fff!important;color:#7bc247;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.portalbtn:hover::before {
    width: 100%;
}
a.portalbtn:hover {
    border-color:#fff;
    color: #7bc247!important;
}
#header {
  height:130px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
  background:rgb(0, 0, 0,0.4);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:130px;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
  background:rgb(109, 71, 39,0.8);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:130px;

}
#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin:0px 0 0;
}
.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.topheader{min-height:60px;margin-top:0px;   
margin-bottom:0px;padding:0px 0px 10px;border-radius:0px;}

/* Desktop Navigation */

.main-nav a strong{font-size:18px!important;}
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding:0px 0 0px;
  list-style: none;
  background:transparent;
  border-radius:0px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}
.main-nav a .logo{ margin-top:-70px;padding:0px 0px 0px!important;}
.main-nav a {
   display: block;
    position: relative;
    color: #ffffff;
    padding:85px 17px 10px;
    transition: 0.3s;
    font-size: 14px;
    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; 
}

.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: #6d4727;
  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: #ffffff;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#ffffff;text-decoration:underline;
}

.main-nav .drop-down > a:after {
  content: "\f107";text-decoration:none!important;
  font-family: FontAwesome;
  padding-left: 10px;
}

.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";text-decoration:none!important;
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background:#6d4727;
  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 #a57f60;
    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:80px 50px 0 0;
  color: #6d4727;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(255, 255, 255, 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: #6d4727;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;position:relative;
}
.carousel-caption {   z-index: 1;    height: auto;    top: 50vh;    left: 0;    width: 100%;    text-align: center;
    position: absolute;
}

.carousel-caption h4  {   text-transform: uppercase;    font-size:60px;    color: #fff;
    line-height:65px;    font-weight: 700;    padding: 0px 0% !important;
}

a.bannerbtn {
	z-index: 1;font-size: 16px;	background:#f2ece4!important;  text-transform: uppercase; color: #64402a;
   border: 2px solid #f2ece4;    padding: 11px 25px 11px;display: inline-block; margin-top:40px;
   border-radius: 5px;font-weight:500; line-height: 1em;	position: relative;    overflow: hidden;
	}
a.bannerbtn::before {   
 content: ""; background:#64402a!important;color:#f2ece4;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.bannerbtn:hover::before {
    width: 100%;
}
a.bannerbtn:hover {
    border-color:#f2ece4;
    color: #f2ece4!important;
}

/*--------------------------------------------------------------
# Sections
--------------------------------*/
/* About Us Section
--------------------------------*/

#about {
  padding:50px 0 50px;
  background:#fff;
  position:relative;
}

#about .about-container .background {
  margin: 20px 0;
}
#about::after{
  content: "";
    background: url(../images/abtcnt_after.png);
    position: absolute;
    width: 184px;
    height: 212px;
    top: 85px;
    right: 90px;
    z-index: 2;
}
.abtcontent{
padding:25px 25px 25px;
position:relative;
background-color: #ffffff;
}


#about .abtcontent h3 {
  line-height: 42px;
  color: #6d4727;
  padding: 0px 0px 10px 0px;
  font-size: 35px;
  font-weight: 700;
  text-align: left !important;
  margin: 0px !important;
  text-transform: uppercase;
}
#about .abtcontent p {
	     text-align: left;
    line-height: 26px;
    font-size: 16px;
    color: #2b2b2b;
    padding: 20px 0px 20px 0px;
    font-weight:400;
 }
 
 
#about1 .about-container{
  margin:20px 0px 30px 0px;
}

#about1 .about-container p {
	 text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#000;
  padding:0px 0px 10px;
  /*font-weight:500;*/
 }
 #about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}
a.therapists {
	z-index: 1;font-size: 16px;	background:#7bc247!important;  text-transform: uppercase; color: #fff; border: 2px solid #7bc247;
    padding: 11px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.therapists::before {   
 content: ""; background:#fff!important;color:#7bc247;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.therapists:hover::before {
    width: 100%;
}
a.therapists:hover {
    border-color:#7bc247;
    color: #7bc247!important;
}

.mt50{margin-top:50px;}
.mp0 { margin:0px !important; padding:0px !important;}
.mt20{margin-top:20px;}
.pb20{padding-bottom:20px;}
  /*--------------------------------------------------------------
# mission
--------------------------------------------------------------*/
#services {
background-color: #6d4727;
padding: 50px 0px;position: relative;
}
#services::before{
  content: "";
    background: url(../images/service_before.png);
    position: absolute;
    width: 115px;
    height:238px;
    top: 0px;
    left: 0px;
    z-index: 2;
}
#services::after{
  content: "";
    background: url(../images/service_after.png);
    position: absolute;
    width: 89px;
    height:255px;
    bottom: 0px;
    right: 0px;
    z-index: 2;
}
#services h2{
  color: #fff;
  font-size: 40px;
  text-align: left !important;
  font-weight: 600;
  padding: 0px 0px 10px;
  margin: 0px;
  text-transform: uppercase;
}

a.readmore1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #6d4727;
  margin-top: 0px;
  font-weight: 500;
  text-decoration: underline;
  padding-left: 40px;
}
a.readmore1:hover {
  font-size: 14px;
  text-transform: uppercase;
  color: #6d4727;
  margin-top: 0px;
  font-weight: 500;
  text-decoration: none;
  padding-left: 40px;
}

.ser_box .imgbox{padding-right:0px!important;}
.ser_box{background: #fff;padding:20px 10px;margin-top:20px; border-radius: 5px;}
.ser_box h3{
  color: #000;
  font-size:16px;
  text-align: left !important;
  font-weight: 600;
  padding: 0px 0px 10px;
  margin: 0px;
  text-transform: uppercase;
}
.ser_box p{
  color: #0c0c0c;
  font-size: 15px;
  text-align: left !important;
  font-weight: 500;
  padding: 0px 0px 20px 0px;
}
/*--------------------------------------------------------------
# information
--------------------------------------------------------------*/
#information {
  padding: 50px 0px;

}

#information  h1 {
  line-height: 42px;
  color: #000000;
  padding: 0px 0px 30px 0px;
  font-size: 35px;
  font-weight: 600;
  text-align: left !important;
  margin: 0px !important;
  text-transform: uppercase;
}
a.seeall {
	z-index: 1;font-size: 16px;	background:transparent!important;  text-transform: uppercase; color: #6d4727; border: 2px solid #6d4727;
    padding: 11px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.seeall::before {   
 content: ""; background:#6d4727!important;color:#ffffff;height: 100%;width: 0%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.seeall:hover::before {
    width: 100%;
}
a.seeall:hover {
    border-color:#6d4727;
    color: #fff!important;
}
.consult{
  padding: 60px 10% 30px 30px;
  /*background-image: url("../images/consulting_img.jpg");*/
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.opaquediv {
  position: absolute;
  background-color: #000;
  opacity: 0.4;
  -moz-opacity: 0.4;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#information .consult h1{
  line-height: 36px;
  color: #fff;
  padding: 0px 0px 20px 0px;
  font-size: 30px;
  font-weight: 600;
  text-align: left !important;
  margin: 0px !important;
  text-transform: uppercase;
}
#information .consult  p {
  text-align:left;
 line-height: 25px;
 font-size:15px;
 color:#fff;
 padding: 0px 20px 10px 0px;
 font-weight:500;
}
a.readmore2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0px;
  font-weight: 500;
  text-decoration: underline;
  padding-left:0px;
}
a.readmore2:hover {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0px;
  font-weight: 500;
  text-decoration: none;
  padding-left: 0px;
}
.empower{
  padding: 30px 40% 30px 30px;
  background-image: url("../images/empowering_img.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
#information .empower h1{
  line-height: 36px;
  color: #fff;
  padding: 0px 0px 20px 0px;
  font-size: 30px;
  font-weight: 600;
  text-align: left !important;
  margin: 0px !important;
  text-transform: uppercase;
}
#information .empower  p {
  text-align:left;
 line-height: 25px;
 font-size:15px;
 color:#ffffff;
 padding: 0px 20px 10px 0px;
 font-weight:500;
}
/*--------------------------------------------------------------
# mission
--------------------------------------------------------------*/
#mission{
  padding: 30px 0px;
  background-image: url("../images/mission_bg.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
#mission  h1{
  line-height: 36px;
  color: #fff;
  padding: 10px 0px 0px;
  font-size: 30px;
  font-weight: 700;
  text-align: left !important;
  margin: 0px !important;
  text-transform: uppercase;
}
#mission  p {
  text-align:left;
 line-height: 28px;
 font-size:18px;
 color:#ffffff;
 padding: 0px 0px 10px 0px;
 font-weight:500;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:30px 0 0px 0;
 background: #6d4727;
 border-top: 5px solid #fff;
position:relative;
margin-top:0px;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight:500;
  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 .icons{padding-right:0px!important}
#footer .footer-top .footer-contact p {
  line-height: 20px;
   font-weight:500;
   font-size:13px;
  color: #fff !important;
}
#footer .footer-top .footer-contact a {
  font-size: 12px;
  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:right; float:right!important;}

#footer .copyright p{
  text-align: center;
  font-size:13px;
  color:#fff;
   padding:20px 0px;
 margin-top:0px;
}
#footer .copyright {
padding:20px 0px 0px 0px;
}
.ftr_logo i {   
   font-size: 25px;
  color: #5d6235;
  padding: 6px 8px;
  margin:10px 0px 0px 10px;
   border-radius: 50%;
  background-color: #fff;
}
#footer .footer-top .footer-contact .bottom{font-size: 12px;line-height: 22px;}
.social{text-align: center;}


#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 20px;!important;
  text-align:left;
  text-transform:uppercase;

}
#about1 .about-container p {
  text-align:left;
  line-height: 28px;
  font-size:17px;
  color:#636153;

  /*font-weight:500;*/
}

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;
}

#about .abtcontent p {
    text-align: left;
    line-height: 22px;
    font-size: 16px;    
}

#ftrtop {
    text-align: center;
    padding: 20px 0px 40px !important;
}
#header {
    height: 110px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
}
#header .logo img {
    padding: 0;
    margin: 0px;
}
.abtcontent{
padding:10px 20px 20px;
text-align:left;
}
#about .abtcontent h3 {
    line-height: 30px;
    font-size: 23px;
}

.ftr_logo {
    padding-top: 0px;
}

#about  h2 {  line-height:35px;font-size:26px;padding: 0px 11% 50px;}
.carousel-caption {  z-index: 1;  height: auto;  top: 45vh;  left: 0;  width: 100%;  text-align: center;  position: absolute;
}

.carousel-caption h4 {  text-transform: uppercase;  font-size: 44px;  color: #fff;  line-height: 50px;
  font-weight: 700;  padding: 0px 7% !important;
}
.main-nav a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 75px 7px 10px;
  transition: 0.3s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  }
  .main-nav a .logo {
    margin-top: -65px;
    padding: 0px 0px 0px !important;
}
a.portalbtn {  margin: 68px 0px 0px !important;}

#about::after {  content: "";  background: url(../images/abtcnt_after.png);  position: absolute;  width: 184px;
  height: 212px;  top: 85px;  right: 45px;  z-index: 2;
}
.ser_box h3 {
  color: #000;
  font-size: 16px;
}
a.readmore1 {
  font-size: 12px;
  padding-left: 22px;
}
#mission h1 {  font-size: 26px;}
#services::before {  z-index: 0!important;    top: 72px;}
#footer .footer-top .footer-contact p {
  line-height: 20px!important;
   padding-top: 0px!important; 
  font-weight: 400;
  font-size: 12px;
}
#footer .footer-top .footer-contact a {
  font-size: 10px;
  background: transparent;
  color: #fff;
  line-height: 15px;
   padding: 0px 0!important;}
}


@media (min-width: 768px) and (max-width: 991px) {
   #intro {
    padding:0px 0 0px 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 .copyright{padding-bottom:0px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#about{
padding:30px 0px;
}
.topheader{padding:0px 10px 0px;}
.ftr_logo {
    padding-top: 0px;
}
#about  h2 {  line-height:35px;font-size:26px;padding: 0px;}

#header .logo img {
  padding: 0;
   margin:10px 0 0;
   width:80%;
}

.mlogo{display: none!important;}

#header {
  height: 120px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
}

.abtcontent {
  padding: 20px 20px 20px 20px;
  text-align: left;
}
#about .abtcontent h3 {  line-height: 43px;  font-size: 36px;}

.ftr_logo{text-align: left!important;}
#footer .copyright p {  text-align: left;}
  .mobile-nav-toggle i {    margin: 40px 30px 0 0;    color: #fff;  }
  a.portalbtn {  margin: 68px 0px 0px !important;}

#about::after {  content: "";  background: url(../images/abtcnt_after.png);  position: absolute;  width: 184px;
  height: 212px;  top: 85px;  right: 45px;  z-index: 2;
}
.ser_box h3 {  color: #000;  font-size: 18px;  padding:10px 0px 10px;}
.ser_box {
  background: #fff;
  padding: 20px 20px;
  margin-top: 20px;
  border-radius: 5px;
}
a.readmore1 {  font-size: 14px;  padding-left: 0px;}
#mission h1 {  font-size: 26px;padding:0px;}
#services::before { display: none!important;}
#services::after { display: none!important;}
#about::after { display: none!important;}
#footer .footer-top .footer-contact p {
  line-height: 20px!important;
   padding-top: 0px!important; 
  font-weight: 400;
  font-size: 12px;
}
#footer .footer-top .footer-contact a {
  font-size: 14px;
  background: transparent;
  color: #fff;
  line-height: 15px;
 padding: 0px 0!important;
}
 #header.header-scrolled, #header.header-pages {
  transition: all 0.5s;
  padding: 0px 0;
  background: rgb(109, 71, 39,0.8);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height: 120px;
}
.carousel-caption {  z-index: 1;  height: auto;  top: 42vh;  left: 0;  width: 100%;  text-align: center;  position: absolute;
}

.carousel-caption h4 {  text-transform: uppercase;  font-size: 44px;  color: #fff;  line-height: 50px;
  font-weight: 700;  padding: 0px 7% !important;
}
.consult {
  padding: 30px 30px 30px;
  /*background-image: url(../images/mob_consulting_img.png);*/
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.empower {
  padding: 30px  30px 30px;
  background-image: url(../images/mob_empowering_img.png);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
a.portalbtn {
  margin: 18px 50px 0px 10px !important;
}
.mbabtimg{display: none;}
}


@media (min-width:575px) and (max-width: 767px) {

  #intro {
    padding:0px 0 0px 0;
  }

#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;
}

 #about .about-container p {
       padding: 20px 0px 20px;
 }
#about{
padding:30px 0px;
}
.topheader{padding:0px 10px 0px;}

#header .logo img {
  padding: 0;
   margin:10px 0 0;
   width:80%;
}
.mlogo{display: none!important;}

#header {
  height: 120px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
}

.abtcontent {
  padding: 20px 20px 20px 20px;
  text-align: left;
}
#about .abtcontent h3 {
  line-height: 43px;
  font-size: 36px;
}

.ftr_logo{text-align: left!important;}
#footer .copyright p {
  text-align: left;}
  .mobile-nav-toggle i {    margin: 40px 30px 0 0;    color: #fff;  }
  a.portalbtn {  margin: 68px 0px 0px !important;}

#about::after {  content: "";  background: url(../images/abtcnt_after.png);  position: absolute;  width: 184px;
  height: 212px;  top: 85px;  right: 45px;  z-index: 2;
}
.ser_box h3 {  color: #000;  font-size: 30px;  padding:10px 0px 10px;}
.ser_box {
  background: #fff;
  padding: 20px 20px;
  margin-top: 20px;
  border-radius: 5px;
}
#information h1 {
  line-height: 42px;
  color: #000000;
  padding: 0px 0px 30px 0px;
  font-size: 29px;
}
a.readmore1 {  font-size: 14px;  padding-left: 0px;}
#mission h1 {  font-size: 26px;padding:0px;}
#services::before { display: none!important;}
#services::after { display: none!important;}
#about::after { display: none!important;}
#footer .footer-top .footer-contact p {
  line-height: 20px!important;
   padding-top: 0px!important; 
  font-weight: 400;
  font-size: 12px;
}
#footer .footer-top .footer-contact a {
  font-size: 14px;
  background: transparent;
  color: #fff;
  line-height: 15px;
 padding: 0px 0!important;
}
 #header.header-scrolled, #header.header-pages {
  transition: all 0.5s;
  padding: 0px 0;
  background: rgb(109, 71, 39,0.8);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height: 120px;
}
.carousel-caption {  z-index: 1;  height: auto;  top: 30vh;  left: 0;  width: 100%;  text-align: center;  position: absolute;
}

.carousel-caption h4 {  text-transform: uppercase;  font-size: 26px;  color: #fff;  line-height: 30px;
  font-weight: 700;  padding: 0px 7% !important;
}
.consult {
  padding: 30px 30px 30px;
  /*background-image: url(../images/mob_consulting_img.png);*/
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.empower {
  padding: 30px  30px 30px;
  background-image: url(../images/mob_empowering_img.png);
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 20px;
}
.text-center{text-align: left!important;}
a.portalbtn {
  margin: 18px 50px 0px 10px !important;
}
.mbabtimg{display: none;}
}


@media (min-width:320px) and (max-width:574px){

#intro {
    padding:0px 0 0px 0;
  }
#footer .copyright{padding-left:10px;}

#footer .footer-top h4 {padding-top: 20px;}

.topheader{padding:0px 10px 0px;margin-top:0px;}

#about h2 {
line-height: 22px;
font-size: 17px;
padding: 0px 0% 20px;
}
#header .logo img {
  padding: 0;
   margin:10px 0 0;
   width:55%;
}

.mlogo{display: none!important;}

#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
}

.abtcontent {
  padding: 20px 20px 20px 20px;
  text-align: left;
}
#about {
  padding: 50px 0 50px;
}
#about .abtcontent h3 {
  line-height: 33px;
  font-size: 24px;
}
#footer .copyright p {
  text-align: left;
  font-size: 13px;
} 
.mobile-nav-toggle i {    margin: 40px 30px 0 0;    color: #fff;  }
a.portalbtn {  margin: 68px 0px 0px !important;}

#about::after {  content: "";  background: url(../images/abtcnt_after.png);  position: absolute;  width: 184px;
height: 212px;  top: 85px;  right: 45px;  z-index: 2;
}
.ser_box h3 {  color: #000;  font-size: 22px;  padding:10px 0px 10px;}
.ser_box {
background: #fff;
padding: 20px 20px;
margin-top: 20px;
border-radius: 5px;
}
#information h1 {
line-height: 42px;
color: #000000;
padding: 0px 0px 30px 0px;
font-size: 29px;
}
a.readmore1 {  font-size: 14px;  padding-left: 0px;}
#mission h1 {  font-size: 26px;padding:0px;}
#services::before { display: none!important;}
#services::after { display: none!important;}
#about::after { display: none!important;}
#footer .footer-top .footer-contact p {
line-height: 20px!important;
 padding-top: 0px!important; 
font-weight: 400;
font-size: 12px;
}
#footer .footer-top .footer-contact a {
font-size: 14px;
background: transparent;
color: #fff;
line-height: 15px;
padding: 0px 0!important;
}
#header.header-scrolled, #header.header-pages {
transition: all 0.5s;
padding: 0px 0;
background: rgb(109, 71, 39,0.8);
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
min-height: 100px;
}
.carousel-caption { display: none;
}

.consult {
padding: 30px 30px 30px;
/*background-image: url(../images/mob_consulting_img.png);*/
background-position: center right;
background-size: cover;
background-repeat: no-repeat;
}
.empower {
padding: 30px  30px 30px;
background-image: url(../images/mob_empowering_img.png);
background-position: center right;
background-size: cover;
background-repeat: no-repeat;
margin-top: 20px;
}
.text-center{text-align: left!important;}
.text-right {text-align: left!important;}
a.portalbtn {
  margin: 18px 50px 0px 10px !important;
}
.mbabtimg{display: none;}
}
