/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
 font-family: "Merriweather", 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:#e6582f;
  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
--------------------------------------------------------------*/
.tophead {
    padding:20px 0px 0px;
	text-align:right;
}

.tophead  p a {
  font-size:22px;
    color: #fff;
    padding: 5px 0px 0px ;
	font-weight:900;
}
.tophead  p i {
    background-color: #e6582f;
    padding: 7px 10px;
	color:#fff;
    border-radius: 50%;
	
}
.fone_btn {
    background-color:transparent!important;
    cursor: pointer;
	font-size:18px;
    padding: 10px 8px!important;
    border: 0px;
    margin-top:5px!important;
    font-weight:900;
    color: #e5572e;
    border-radius:0px!important;
    text-transform: uppercase;
}

#header {
  height:110px;
  transition: all 0.5s;
  z-index: 1100;
  transition: all 0.5s;
  padding: 0px;
border-top:1px solid #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:140px;

}
.darkHeader .tophead  p a {color:#000;}
#header .logo img {
  padding: 0;
  margin:-40px 0 0;
}
.main-pages {
  margin-top: 60px;
}

.mp0 { margin:0px !important; padding:0px !important;}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.topheader{background-color:#fff;min-height:60px;margin-top:20px;   
 margin-bottom:0px;padding:0px 10px 10px 0px;border-radius: 35px;}

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 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: #000;
    padding:15px 7px 15px;
    transition: 0.3s;
    font-size: 18px;
    text-transform: uppercase;
    font-weight:600;
  
}
.main-nav .active > a{
	  color: #000;
}
.main-nav .hover > a:active{
	  color: #000;
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #e6582f;

}

.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: 10px 20px;
  font-size: 13px;
  color: #000;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color:#e6582f;
}

.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:#fff;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #000;
  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: #e6582f;
  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 10px 0 0;
  color: #e6582f;
}

.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 {
  width: 100%;
  position:relative;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* About Us Section
--------------------------------*/

#about {
  padding:50px 0 50px;
  background:#fff;
}


#about .about-container .background {
  margin: 20px 0;
}

.abtcontent{
padding:20px 0% 20px 30px;
position:relative;

}
#about h4::after{
	 content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width:30px;
    height:114px;
    top:0px;
    right:0px;
    z-index: 9;
    background-repeat: no-repeat;
 }
 #about .about-container::after{
	content: "";
    background: url(../images/abtcontent_after.png);
    position: absolute;
    width:300px;
    height:239px;
    top:800px;
    right:0px;
    z-index: 9;
    background-repeat: no-repeat;
 }
#about  h2 {
line-height:40px;
    color: #074e46;
       padding:0px 25px 10px 0px;
    font-size: 55px;
    font-weight:900;
    text-align:left!important;
    margin: 0px!important;
	text-transform:uppercase;
}
#about  h4 {
	text-transform:uppercase;
line-height:30px;
    color: #074e46;
    padding: 20px 0px 20px;
    font-size:35px;
    font-weight:900;
    text-align: left;
    margin: 0px!important;
}
#about .abtcontent h6 {
	     text-align: left;
    line-height: 33px;
    font-size: 25px;
    color: #000;
    padding: 20px 37px 0px 0px;
    font-weight:400;

 }
#about .abtcontent p {
	     text-align: left;
    line-height: 26px;
    font-size: 18px;
    color: #000;
    padding: 20px 37px 40px 0px;
    font-weight:400;

 }

#about1 .about-container{
	margin:20px 0;

}

#about1 .about-container p {
	 text-align:left;
  line-height: 26px;
  font-size:15px;
  color:#636153;
  padding:0px 0px 10px;
  /*font-weight:500;*/
 }
 #about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}
a.learnmore1 {
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    border: 2px solid #000;
    padding: 14px 15px 11px;
    display: inline-block;
    margin-top:0px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	
}
a.learnmore1::before {
    content: "";
    background:#000!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.learnmore1:hover::before {
    width: 100%;
}
a.learnmore1:hover {
    border-color:#000;
    color: #fff!important;
}

/* feature Section
--------------------------------*/
.mt50{margin-top:50px;}
.mp0 { margin:0px !important; padding:0px !important;}
#twosec {
  padding:0px 0 20px;
text-align:center!important
}

.box1{
padding:40px 40px 40px;
/*background-image:url("../images/img_1.jpg");*/
background-position:center center;
background-repeat:no-repeat;background-size:cover;	

}
#twosec .content {position: relative;}
#twosec .text {
    text-align: center !important;
    position: absolute;
    top: 75px;
    width: 92%;
}
#twosec .content .text h1{
	color: #fff;
  font-size:32px;
font-weight:900;
  text-align: center!important;
 padding:10px 20px 0px 20px;
 margin:0px;
 text-transform:uppercase;
}
.box2{
padding:40px 40px 40px!important;
background-image:url("../images/img_2.jpg");
background-position:center center;
background-repeat:no-repeat;background-size:cover;	

}

a.seeall {
	z-index: 1; font-size: 14px;background-color:#064e46;  text-transform: uppercase; color: #fff; border: 2px solid #064e46;
	padding: 12px 20px ;    display: inline-block; margin: 16px 20px 20px;   border-radius: 5px;	font-weight:500;  line-height: 1em;
	position: relative;    overflow: hidden;
	}
a.seeall::before {
    content: "";    background:#fff!important;	color:#064e46;    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:#064e46;
    color: #064e46!important;
}

 
 /*--------------------------------------------------------------
# map
--------------------------------------------------------------*/
#ftrtop{
	text-align:center;
	 background:#f0f0f0!important;
padding: 20px 0px!important;
  margin: 0 0 20px!important;
  }
#ftrtop h1 span{
	 color: #064e46;
  }
  #ftrtop h1 {
	 color: #e5582c;
  font-size:32px;
font-weight:900;
  text-align: center!important;
 padding:10px 20px 0px 20px;
 margin:0px; text-transform:uppercase;
  }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;

}

#footer .footer-top {
  padding:50px 0 20px 0;
  background: url(../images/footer_bg.jpg);
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
border-top:5px solid #e5582c;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight:600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  
}

#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;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact p {
  line-height: 28px;
  font-size:11px;
   font-weight:500;
   font-size:13px;
}
#footer .footer-top .footer-contact a {
  font-size: 13px;
  background: transparent;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  text-align: left;
  transition: 0.3s;
}
#footer .footer-top .footer-contact a:hover {text-decoration:underline;}
#footer .ftrlogo{text-align:right; float:right!important;}

   #footer .footer-top .footer-contact strong{color:#fff!important; font-size:18px;}
#footer .copyright p{

  font-size:15px;
  color:#fff;
   padding:20px 0px;
 margin-top:0px;
}
#footer .copyright {
padding:0px 0px 0px 0px;
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 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;
}

#about1 ul li {

    list-style: disc;
    text-align: left;
    line-height: 28px;
    font-size: 17px;
    color: #636153;
    padding: 0px 0px 8px;
    font-weight: normal;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 1261px) {
	#twosec .content .text h1 {
    color: #fff;
    font-size: 30px;
    padding: 10px 80px;
}
	#footer .copyright {
    padding: 0px 0px 0px 0px;
    text-align: center;
}
}
@media (min-width: 992px) and (max-width: 1260px){
#twosec .text {
    text-align: center !important;
   padding: 0px;
    position: absolute;
    top: 48px;
}
.abtcontent{
padding:20px 20px 20px;
text-align:left;
}
.main-nav, .main-nav * {
    margin: 0;
    padding: 0 2px 0 0px;
    list-style: none;
    background: transparent;
}
.main-nav a {
    display: block;
    position: relative;
    color: #000;
    padding: 18px 7px 15px;
    transition: 0.3s;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

#header .logo img {
    padding: 0;
    margin: -40px 0 0;
width:80%;
}
#header {
    height: 140px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
    /*background-image: url(../images/headerdown_bg.png);*/
    background-repeat: repeat;
    background-size: cover;
}
#header.header-scrolled {
	min-height: 90px!important;
/*background-image: url(../images/headerdown_bg.png);*/
    background-repeat: repeat;
    background-size: cover;
}
#footer .copyright {
    padding: 0px 0px 0px 0px;
    text-align: center;
}
#twosec .content .text h1 {
    color: #fff;
    font-size: 21px;
    padding: 0px 60px;
}
a.seeall {    margin: 16px 5px 20px;padding: 12px 10px;    font-size: 12px;}

#about  h2 {
  line-height:35px;
font-size:50px;
}
#about .abtcontent h6 {
    text-align: left;
    line-height:33px;
    font-size: 25px;
}
#about .abtcontent p {
    text-align: left;
    line-height: 22px;
    font-size: 16px;    
	
}
#about .about-container::after {
    top: 650px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
	#footer .copyright {
    padding: 0px 0px 0px 0px;
    text-align: left;
}
	.fone_btn {
    margin-left: 20px!important;
  }
   #intro {
    padding:0px 0 0px 0;
  }
#footer .footer-top {
  border-top:5px solid #e5582c; 
  padding:30px 0 10px 0;
 background-repeat:no-repeat;

}


.abtcontent{
padding:30px 0px 20px;
 text-align:left;
}

#footer .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}
#footer .copyright{padding-bottom:0px;}
.topheader{padding:0px 10px 10px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:90px;
}
#header .logo img {
  padding: 0;
   margin: -65px 0 0;
}
.topheader { background: transparent;}
#about{
padding:30px 0px;
}

#about .about-container::after {display:none;}

#about h2 {
    line-height: 49px;
    font-size: 58px;
    padding: 0px 0% 0px;
}
#about h4 {
    font-size:40px;
}

#about h4::after {
    content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width: 30px;
    height: 114px;
    top: 35px;
    right: 170px;
    z-index: 9;
    background-repeat: no-repeat;
}

.box1 {
    padding: 40px 40px 40px 40px!important;
	margin-bottom:30px;
}
.box2 {
    padding: 180px 40px 40px 40px!important;
}

#twosec .content .text h1 {
    color: #fff;
font-size: 45px;
padding: 0px 45px;
}
#ftrtop h1 {
    color: #e5582c;
    font-size: 26px;
}
a.seeall {    margin: 16px 5px 20px;padding: 12px 10px;    font-size: 12px;}
}


@media (min-width:575px) and (max-width: 767px) {
#footer .copyright {
    padding: 0px 0px 0px 0px;
    text-align: left;
}
	.fone_btn {
    margin-left: 20px!important;
  }
  #intro {
    padding:0px 0 0px 0;
  }

.abtcontent{
padding:30px 0px 20px;
 text-align:left;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:0px;
  padding-top:20px;
  padding-bottom:10px!important;
}

 #about .about-container p {
       padding: 20px 0px 20px;
 }
#about{
padding:30px 0px;
}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:90px;
}
.topheader { background: transparent;}

#footer .footer-top {
  border-top:5px solid #e5582c; 
  padding:30px 0 10px 0;
 background-repeat:no-repeat;
}
#header .logo img {
  padding: 0;
   margin: -65px 0 0;
}
.box1 {
    padding:40px 40px 40px 40px!important;
	margin-bottom:30px;
}
.box2 {
    padding: 150px 40px 40px 40px!important;
}
#about .about-container::after {display:none;}

#about h2 {
    line-height: 49px;
    font-size: 58px;
    padding: 0px 0% 0px;
}
#about h4 {
    font-size:40px;
}
#twosec .content .text h1 {
       color: #fff;
    font-size: 34px;
    padding: 18px 20px;
}
	#about h4::after {
    content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width: 30px;
    height: 114px;
    top: 35px;
    right:30px;
    z-index: 9;
    background-repeat: no-repeat;
}
	#ftrtop h1 {
    color: #e5582c;
    font-size: 20px;
}
a.seeall {    margin: 16px 5px 20px;padding: 12px 10px;    font-size: 12px;}

    #twosec .text {
        text-align: center !important;
        padding: 0px;
        position: absolute;
        top: 24px;
        width: 91%;
    }

}


@media (min-width:320px) and (max-width:574px){
	#footer .copyright {
    padding: 0px 0px 0px 0px;
    text-align: left;
}
	#twosec .content .text h1 {
    color: #fff;
font-size:35px;
padding: 0px 35px;
}

    #twosec .text {
        text-align: center !important;
        padding: 0px;
        position: absolute;
        top: 24px;
    }
	.fone_btn {
    margin-left: 20px!important;
  }
#intro {
    padding:0px 0 0px 0;
  }
#footer .copyright{padding-left:10px;}
.abtcontent{
padding:30px 20px 20px;
 text-align:left;
}

a.readbtn {
    font-size: 12px;
}

.text-left {margin-bottom:30px;}

.mobile-nav-toggle i {
    margin: 60px 30px 0 0;
    color: #ff4f2e;
}
#footer .footer-top h4 {padding-top: 20px;}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:90px;
}
.topheader { background: transparent;}

#footer .footer-top {
  border-top:5px solid #e5582c; 
  padding:30px 0 10px 0;
 background-repeat:no-repeat;
}
#header .logo img {
  padding: 0;
   margin: -65px 0 0;
}
.box1 {
    padding: 40px 40px 40px 40px!important;
	margin-bottom:30px;
}
.box2 {
    padding: 150px 40px 40px 40px!important;
}
#about .about-container::after {display:none;}

#about h2 {
    line-height:45px;
    font-size:40px;
    padding: 0px 0% 0px;
}
#about h4 {
    font-size:25px;    padding: 20px 0px 10px;
}

	#about h4::after {
    content: "";
    background: url(../images/abt_after.png);
    position: absolute;
    width: 30px;
    height: 114px;
    top: 35px;
    right:30px;
    z-index: 9;
    background-repeat: no-repeat;
}
	#ftrtop h1 {
    color: #e5582c;
    font-size: 16px;
}
a.seeall { margin: 16px 5px 20px;padding: 12px 10px;    font-size: 12px;}

}
