/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  
     font-family: "Outfit", 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;

}

/* Back to top button */

.back-to-top {
  position: fixed;
  border:1px solid #fff;
  display: none;
  background:#4b9d9c;
  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
--------------------------------------------------------------*/
a.phonebtn {
	z-index: 1;font-size: 16px;	background:#f77f52!important;  text-transform: uppercase; color: #fff!important; border: 2px solid #f77f52;
    padding: 11px 15px 11px!important;display: inline-block; margin:22px 10px 0px 10px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;
	}
a.phonebtn::before {   
 content: ""; background:#fff!important;color:#f77f52!important;height:0%;width: 100%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.phonebtn:hover::before {
    height: 100%;
}
a.phonebtn:hover {
    border-color:#f77f52;
    color: #f77f52	!important;
}


#header {
  height:100px;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
    background-color:#fdf6e3
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
   background-color:#fdf6e3;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:100px;

}
#header.header-scrolled,
#header .logo img {
  padding: 0;
  margin:0px 0 0;
}
.main-pages {
  margin-top: 60px;
}
#header .logo img{width:100%;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
 
.topheader{min-height:80px;margin-top:0px; 
margin-bottom:0px;padding:10px 0px 0px 10px; text-transform:uppercase;   border-radius: 0px;	text-align:right;}

.phone i{
	padding:4px 7px;
margin-right:4px;color: #4b4b4b!important;
}
.phone{font-size: 17px!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: #4b4b4b;
    padding:30px 8px 10px;
    transition: 0.3s;
    font-size: 15px;
    text-transform: uppercase;
    font-weight:500;
  
}

.main-nav .active > a{
	  color: #4b4b4b;
}
.main-nav .hover > a:active{
	  color: #4b4b4b;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #f77f52;
}

.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: #fdf6e3;
  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: #4b4b4b;
  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:#f77f52;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  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";
  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:#fdf6e3;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #4b4b4b;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #f77f52;
    text-transform:uppercase;
	font-size:13px;
} 

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #4b4b4b;
  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:30px 50px 0 0;
  color: #4b9d9c;
}

.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: #f77f52;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.mp0{
  margin:0px!important;
   padding:0px!important;
}

#banner{
  padding:100px 0 0px;
}
.introbox1{
 padding:0 0 0px!important;
 margin:0px!important;
 background-image: url("../images/intro1.jpg");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 min-height: 500px;
}
.introbox2{
 padding:0 0 0px!important;
 margin:0px!important;
 background-image: url("../images/intro2.jpg");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 min-height: 500px;
}
 .introbox3{
 padding:0 0 0px!important;
 margin:0px!important;
 background-image: url("../images/intro3.jpg");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 min-height: 500px;
 }
 .introbox4{
 padding:0 0 0px!important;
 margin:0px!important;
 background-image: url("../images/intro4.jpg");
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 min-height: 500px;
 }
 
#banner h1 a{
  justify-content: center;
    font-size:25px;
    color: #fff;
    line-height: 33px;
    font-weight: 600;
    font-style: italic;
    padding: 450px 10px 30px!important;
      font-family: "Playfair Display", serif;position: absolute;
}
#banner  h1 a:hover{ color: #f77f52;}

/* About Us Section
--------------------------------*/

#about {
  padding:0px 0 0px;
  background-color:#fdf6e3;
}
#about .about-container .background {
  margin:0px 0 0px;
}
.abtcontent {
    padding:100px  100px 30px 30px;
    position: relative; 
	margin:0px 0 0px;

}


#about .abtcontent  h4 {
    line-height:48px;
    color: #4ca3af;
    padding: 0px  0 30px;
    font-size:40px;
    font-weight: 400;
    text-align: left !important;
    margin: 0px !important;
	}
#about .abtcontent p {
	     text-align: left!important;
    line-height: 28px;
    font-size: 22px;
    color: #4b4b4b;
    padding: 0px 0px 20px 0px;
    font-weight:400;
 }
#about .abtcontent p span {
	     text-align: left!important;
    line-height: 28px;
    font-size: 18px;
    color: #4b4b4b;
    padding: 0px 0px 20px 0px;
    font-weight:400;
 }
#about1 {
    margin:20px 0px 20px 0px;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 30px;
  font-size:15px;
  color:#4b4b4b;
  padding:0px 0px 10px;
  /*font-weight:500;*/
 }
 #about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}
.abtcontent::after{
      content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width: 356px;
    height: 192px;
    bottom: -80px;
    right: 100px;
    z-index: 2;
}
a.learnmore {
	z-index: 1;font-size: 16px;	background:transparent!important;  text-transform: uppercase; color: #f77f52; border: 0px solid #f77f52;
    padding: 11px 15px 11px;display: inline-block; margin-top:0px;border-radius: 5px;font-weight:500;
    line-height: 1em;	position: relative;    overflow: hidden;z-index: 4;
	}
a.learnmore::before {   
 content: ""; background:#f77f52!important;color:#fff!important;height: 0%;width: 1000%; position: absolute;top: 0;
    left: 0; z-index: -1;transition: 0.5s ease-in-out;
}
a.learnmore:hover::before {
    height: 100%;
}
a.learnmore:hover {
    border-color:#f77f52;
    color: #fff	!important;
}
.events{padding:30px 30px 50px 100px;  background-color:#4b9d9c;  }
  .topbox h1{font-size:30px;color:#fff;font-weight:600;padding:10px 10px 0px;margin-bottom:10px;line-height:32px;text-transform:uppercase;}
.topbox p{text-transform:uppercase;text-decoration:underline;margin-bottom:10px;font-size:20px;font-weight:500;color:#fff;padding:15px;line-height:22px;}
.leftbox{float:left;}
.rightbox{float:right;}

.topbox1{padding:10px 10px; border-bottom: 1px solid #b0efee;}
.topbox1 h5 a{font-size:16px;color:#fff;font-weight:600;margin:0px!important;padding:0px 0px 0px 0px;}
.topbox1 h5 a:hover{text-decoration: underline;}
.topbox1 p{font-size:11px;color:#b0efee;font-weight:500;margin:0px!important;padding:10px 0px 0px 0px;text-decoration:none;text-transform:none;}
.topbox1 img{border:3px solid #fff;}
#about .abtimg{background-image: url("../images/abt_img.png"); background-size: cover; background-position: center center; background-repeat: no-repeat;}
.topbox1 .imagebox{padding-left: 0px !important;}
a.seebtn {
	z-index: 1;    font-size: 16px;    text-transform: uppercase;    color: #fff;    border: 2px solid #f77f52;    padding: 12px 20px 11px;
    display: inline-block;    margin-top:20px;    border-radius: 5px;	font-weight:500;    line-height: 1em;	position: relative;
    overflow: hidden;	background: #f77f52;
}
a.seebtn::before {
    content: "";    background:#fff!important;	color:#f77f52;    height: 0%;    width: 100%;    position: absolute;
    top: 0;    left: 0;    z-index: -1;    transition: 0.6s ease-in-out;
}
a.seebtn:hover::before {
    height: 100%;
}
a.seebtn:hover {
    border-color:#f77f52;
    color: #f77f52!important;

}

   /*--------------------------------------------------------------
# map
--------------------------------------------------------------*/   
#ftrtop{
  padding: 10px 0px 10px;background-color: #f8c44c;
}
.content{margin: auto;}
.content h1{font-size: 30px; text-align: center; line-height: 40px; color:#373737;font-weight: 500;text-transform: uppercase;}

  /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  padding:30px 0 20px 0;background-color: #000;position: relative;
background-image: url(../images/ftr_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

#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: 3px 0;
  font-size:15px;

}

#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:15px;
}
#footer .footer-top .footer-contact a {
  font-size: 15px;
  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-contact img{padding-top: 15px;}
#footer .ftrlogo{text-align:right; float:right!important;}
#footer .footer-top .footer-contact i {
    padding: 5px 0px 6px;
    margin-right: 5px;
    font-size: 25px;
	color: #fff;
	margin-top:10px;
}
#footer .copyright p{
  text-align: center;
  font-size:15px;
  color:#fff;
   padding:20px 0px 0px;
 margin-top:0px;
}
#footer .copyright {
padding:20px 0px 0px 0px;
}



#about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}

#about1 .about-container 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:#000;
    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;
}
.main-nav a {
   display: block;
    position: relative;
    color: #4b4b4b;
    padding:30px 4px 10px;
    transition: 0.3s;
    font-size: 11px;
    text-transform: uppercase;
    font-weight:600;
  }

#about .abtcontent p {
    text-align: left;
    line-height: 28px;
    font-size: 22px;    
}
#about .abtcontent p span{
    text-align: left;
    line-height: 22px;
    font-size: 16px;    
}
#ftrtop {
    text-align: center;
    padding: 20px 0px 20px !important;
}

#header .logo img {    padding: 0;    margin: 0px;}

#about .abtcontent h2 {    line-height:36px;    font-size:30px;}

.topheader {text-align:left;}

#footer .footer-top h4 {    font-size: 17px;}

#banner {    position: relative;    padding:0px 0 0px;}
#header {
    height: 100px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
}
.phone {    font-size: 14px !important;}

#footer .footer-top .footer-contact p a{
    line-height: 22px!important;
    font-size: 13px;
    font-weight: 500;
}
#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: 14px;}
#footer .footer-top {  padding:30px 0 20px 0;}
.abtcontent{
padding: 100px 0px 0px 40px;
text-align:left;
}
#header.header-scrolled{min-height:100px;}
.events .topbox1 {
    margin-top: 0px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #b0efee;
}
.abtcontent::after {display: none!important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  
#footer .footer-top h4 {
  font-size: 18px;
  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;
 }


#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
}

	#footer .footer-top { padding:20px 0 10px 0;}

	#about{
padding:0px 0px 50px;
}

.topheader {text-align:left;
  min-height: 90px; padding:0px 10px 0px;
    }

#header {
    height: 100px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   }

#header.header-scrolled, #header.header-pages  {
        padding: 0px 0;
         box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 100px;
    }   
 

 #header .logo img {  padding: 0;  margin: 0px 0 0;    width: 80%;    }
   
#banner h1 a {
    justify-content: center;
    font-size: 25px;
    color: #fff;
    line-height: 33px;
    font-weight: 600;
    font-style: italic;
    padding: 400px 10px 30px !important;
    font-family: "Playfair Display", serif;
    position: absolute;
}
.mobile-nav-toggle i {
    margin: 30px 15px 0 0;
    color: #f77f52;
}
#about .abtcontent h4 {  line-height: 35px;   color: #4ca3af;    padding: 0px 0 10px;    font-size: 30px;    }
.abtcontent {
        padding: 30px 30px 70px 30px;
        text-align: left;
    }
    
#about .abtimg {
    background-image: url(../images/abt_mobile_img.png)!important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;width:500px;
}
.topbox1 img {width:100%;}
.topbox1 h5 a {    font-size: 25px;}
.topbox1 p {    font-size: 16px;}
.abtcontent::after {
    content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width: 356px;
    height: 192px;
    bottom: -30px;
    right: 100px;
    z-index: 2;
}
}

    


@media (min-width:575px) and (max-width: 767px) {

#footer .footer-top h4 {
  font-size: 18px;
  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;
 }


#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
}

	#footer .footer-top {padding:20px 0 10px 0;}

	#about{
padding:50px 0px 50px;
}

.topheader {text-align:left;
  min-height: 90px; padding:25px 10px 0px;
    }

#header {
    height: 100px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   }

#header.header-scrolled, #header.header-pages  {
        padding: 0px 0;
         box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 100px;
    }   
 

 #header .logo img {        padding: 0;        margin: 0px 0 0;        width: 80%;    }
   
#banner h1 a {
    justify-content: center;
    font-size: 25px;
    color: #fff;
    line-height: 33px;
    font-weight: 600;
    font-style: italic;
    padding: 400px 10px 30px !important;
    font-family: "Playfair Display", serif;
    position: absolute;
}
.mobile-nav-toggle i {
    margin: 30px 15px 0 0;
    color: #f77f52;
}
#about .abtcontent h4 {  line-height: 35px;   color: #4ca3af;    padding: 0px 0 10px;    font-size: 30px;    }
.abtcontent {
        padding: 30px 30px 70px 30px;
        text-align: left;
    }
    .abtcontent::after {
    content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width: 356px;
    height: 192px;
    bottom: -65px;
    right: 130px;
    z-index: 2;
}
.content h1 {    font-size: 18px;}
}


@media (min-width:320px) and (max-width:574px){

#footer .footer-top h4 {
  font-size: 18px;
  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;
 }


#footer .footer-top .footer-contact p {
    line-height: 28px;
    font-weight: 500;
    font-size: 13px;
}

	#footer .footer-top { padding:20px 0 10px 0;}

	#about{
padding:50px 0px 50px;
}

.topheader {text-align:left;
  min-height: 90px; padding:10px 10px 0px;
    }
.events {
    padding: 30px 20px 50px 20px;
    background-color: #4b9d9c;
}
#header {
    height: 100px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
   }

#header.header-scrolled, #header.header-pages  {
        padding: 0px 0;
         box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
        min-height: 100px;
    }   
 

 #header .logo img { padding: 0;    margin: 0px 0 0;    width: 80%;    }
   
#banner h1 a {
    justify-content: center;
    font-size: 25px;
    color: #fff;
    line-height: 33px;
    font-weight: 600;
    font-style: italic;
    padding: 400px 10px 30px !important;
    font-family: "Playfair Display", serif;
    position: absolute;
}
.mobile-nav-toggle i {
    margin: 30px 15px 0 0;
    color: #f77f52;
}
#about .abtcontent h4 {  line-height: 35px;   color: #4ca3af;    padding: 0px 0 10px;    font-size: 30px;    }
.abtcontent {
        padding: 30px 30px 70px 30px;
        text-align: left;
    }
    .abtcontent::after {
    content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width: 356px;
    height: 192px;
    bottom: -65px;
    right: 10px;
    z-index: 2;
}
.content h1 {    font-size: 14px;}

}