/*
  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:#4f7b6a;
  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:10px 0px;text-align:center;font-weight:500;margin:auto;background-color:#969ea6;}
.tophead a{color:#fff;font-size:13px;}

.navcontain{background-color:#4f7b6a;z-index:2;}
.callbtn{text-align:right;padding-top:15px;}
.callbtn a{
	text-align:right;color:#fff;font-size:13px;text-transform:uppercase;
}
.callbtn a strong{
	color:#fff;font-size:16px;text-transform:uppercase;
}
#header {
  height:100px;
  transition: all 0.5s;
  z-index: 999;
  transition: all 0.5s;
  padding: 0px;
  background-color:#fff;
 min-height:150px;
}

#header.header-scrolled,
#header.header-pages {
   transition: all 0.5s;
  padding: 0px 0;
    background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  min-height:150px;

}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
 padding:30px 0px 0;
    width:100%;
  margin: 0px 0;
}

.main-pages {
  margin-top: 60px;
}

.mp0 { margin:0px !important; padding:0px !important;}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0 5px 0 8px;
  list-style: none;
  background:transparent;
  border-radius:0px;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;

}

.main-nav a {
         display: block;
    position: relative;
    color: #fff;
    padding: 7px 12px 15px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 12px;
}
.main-nav .active > a{
	  color: #fff;
	
}
.main-nav .active > a:hover{
	  color: #fff;
	
}
.main-nav a:hover,
.main-nav li:hover > a {
  color: #fff;
  text-decoration: none;
}

.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:#4f7a6b;
}

.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:#4f7a6b;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
	font-size:13px;
  display: block;
  position: relative;
  color: #fff;
  padding: 15px 20px 10px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
      text-transform: uppercase;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.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:40px 18px 0 0;
  color: #4f7b6a;
}

.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;
 
}
#intro .textbox {
    width: 55%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top: 450px;
    left: 25%;
}
#intro .textbox h1 {
    font-size: 40px;
    color: #fff;
    text-align:center;
    font-weight:700;text-transform:uppercase;
}
.container1{
	max-width:800px;
	margin:auto;
}

/*  services Section
--------------------------------*/

#services {
  padding: 80px 0 50px 0;
  background-image:url(../images/service_bg.jpg);
  background-repeat:no-repeat;
  background-position:bottom center;
	text-align:center;
	background-size:cover;

}
#services .content{padding:100px 0px;}
#services .content h1{
	text-transform:uppercase;
	line-height:55px;
    color: #fff;
    padding:10px 0px 0px;
    font-size:48px;
    font-weight:800;
    text-align: left;
    margin: 0px!important;
} 
#services  .detaibox{
-moz-box-shadow: 0 5px 51px rgba(0,0,0,.16); 
-webkit-box-shadow: 0 5px 51px rgba(0,0,0,.16);
box-shadow: 0 5px 51px rgba(0,0,0,.16);background-color:#fff;padding:10px;
}
.text{ 	text-align:left;padding:10px 0px 10px;}

#services .text h1{ text-align:left; margin: 0px;color:#4f7b6a; padding: 10px 5px 10px; font-size:20px;  
font-weight:600;line-height:25px;text-transform:uppercase;}
#services .text p {
  padding:0px 5px 20px;
  font-size:15px;
  line-height:20px;
color:#0d110e;
font-weight:500;
 text-align:left!important;
 margin:0px;
}
.mt50{margin-top:50px;}
a.readbtn {
	z-index: 1;
    font-size: 13px;
    text-transform: uppercase;
    color: #4f7b6a;
    border: 2px solid #4f7b6a;
    padding: 14px 15px 11px;
    display: inline-block;
    margin-top:0px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	
}
a.readbtn::before {
    content: "";
    background:#4f7b6a!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.readbtn:hover::before {
    width: 100%;
}
a.readbtn:hover {
    border-color:#4f7b6a;
    color: #fff!important;
}
/* About Us Section
--------------------------------*/

#about {
  padding:150px 0 50px;
  background:#fff;
  background-image:url(../images/abt_bg.png);
  background-repeat:no-repeat;
  background-position: left center;
margin-top:-150px;
text-align:center;
}

#about  h1 {
line-height:120px;
    color: #4f7a6b;
    padding: 20px 0px 80px;
    font-size: 220px;
    font-weight:600;
text-transform:uppercase;
    margin: 0px!important;
}
#about .about-container .background {
  margin: 20px 0;
}

.abtcontent{
	 position: relative;
padding:20px 0px 20px;
 text-align:left;

}

#about .abtcontent h2 {
line-height:32px;
    color: #4f7b6a;
    padding: 20px 0px 0px;
    font-size:25px;
    font-weight:600;
    text-align: left;
    margin: 0px!important;
}
#about .abtcontent p {
	     text-align: left;
    line-height:35px;
    font-size: 25px;
    color: #000;
    padding:20px 0px 30px ;
    font-weight:400;

 }

#about1 {
    min-height: 600px;
}

 
#about1 .about-container{
	margin:50px 0 10px 0px ;background-color:#fff;

}

#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 5px 0px;
    text-align: left;
}

a.abtreadbtn {
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #4f7b6a;
    border: 2px solid #4f7b6a;
    padding: 14px 15px 11px;
    display: inline-block;
    margin-top:0px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	
}
a.abtreadbtn::before {
    content: "";
    background:#4f7b6a!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.abtreadbtn:hover::before {
    width: 100%;
}
a.abtreadbtn:hover {
    border-color:#4f7b6a;
    color: #fff!important;
}

#about1 .abtcontent1 {
    padding: 0px 0px 0px;
    text-align: left;
}

#about1 .about-container h1 {
    line-height: 43px;
    color: #010101;
    padding: 30px 0px 20px 0px;
    font-size: 43px;
    font-weight:500;
    text-align: left;
    margin: 0px!important;
    text-transform: uppercase;
}
#about1 .about-container .abtcontent1 p {
    text-align:left;
    line-height: 26px;
    font-size:15px;
    color:#010101;
    padding:0px 0px 10px;
    font-weight:500;
}

#about1 h2,h3 {
    margin:30px 0px 10px 0px;
    width: 100%;
}
#about1  .eventbox{text-align:left;
    position:relative;
    -moz-box-shadow: 0 5px 51px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 5px 51px rgba(0,0,0,.16);
    box-shadow: 0 5px 51px rgba(0,0,0,.16);background-color:#fff;padding:0px;margin-bottom:50px;}
.text-box{ top:5%;position:absolute;padding:0px 20px 30px;color:#fff;}
.txtboxblackbg{
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}
#about1 .text-box h1{ letter-spacing:0px;text-align:left; margin: 0px; text-transform: uppercase;color:#fff; padding:20px 0px 10px; font-size:24px;
    margin-bottom:0px;line-height:34px;}
#about1 .text-box p {
    padding:10px 0px;
    font-size:15px;
    line-height:24px;
    color:#fff;
    font-weight:500;
    text-align:left!important;
    margin:0px;
}


/*--------------------------------------------------------------
# links
--------------------------------------------------------------*/
#opertunities{padding:0px 0px;}
 .career{
	 background-image:url("../images/career_bg.jpg");
 background-repeat:no-repeat;
background-position:top center;
background-size:cover;
  padding:180px 30px 50px;
  color:#fff;
 }
.careerinner h1{
  font-size:26px;
font-weight:600;
 padding:0px 15px 10px;
 margin:0px;
 text-transform:uppercase;
 }
  .careerinner p{margin-bottom:0px;font-size:14px;font-weight:500;color:#fff;padding:15px;line-height:20px;}

 
  .careerinner {
	      padding: 80px 50px 0 50px;
	  background-image:url("../images/carreriner_bg.png");
 background-repeat:no-repeat;
background-position:center center;
text-align:center;
  }
  
 .news{padding:80px 30px 50px;
  color:#fff;background-color:#4f7a6b;
  }
  .topbox h1{font-size:35px;color:#fff;font-weight:600;padding:10px 0px 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:20px 10px;border-bottom:1px solid #90aba2;}
.topbox1 h5{font-size:17px;color:#fff;font-weight:600;margin:0px!important;padding:0px 0px 10px 0px;}
.topbox1 h6{font-size:13px;color:#fff;font-weight:600;margin:0px!important;padding:0px 0px 0px 0px;}

.topbox1 p{font-size:14px;color:#fff;font-weight:500;margin:0px!important;padding:10px 0px 0px 0px;text-decoration:none;text-transform:none;}
 
 a.viewbtn {
	z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f0f0f0;
	color:#4f7a6b;
    border: 2px solid #f0f0f0;
    padding: 14px 15px 11px;
    display: inline-block;
    margin-top:10px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	
}
a.viewbtn::before {
    content: "";
    background:#4f7a6b!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.viewbtn:hover::before {
    width: 100%;
}
a.viewbtn:hover {
    border-color:#fff;
    color: #fff!important;

}
 a.seebtn{
	z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #fff;
	color:#2c2e2c;
    border: 2px solid #fff;
    padding: 14px 15px 11px;
    display: inline-block;
    margin-top:0px;
    border-radius: 5px;
	font-weight:500;
    line-height: 1em;
	position: relative;
    overflow: hidden;
	
}
a.seebtn::before {
    content: "";
    background:#2c2e2c!important;
	color:#fff;
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease-in-out;
}
a.seebtn:hover::before {
    width: 100%;
}
a.seebtn:hover {
    border-color:#2c2e2c;
    color: #fff!important;

}
 
 /* mission Section
--------------------------------*/

#mission {
background-image:url("../images/mission_bg.png");
 background-repeat:no-repeat;
background-position:bottom center;
  padding:80px 50px 80px;
margin-top:0px;
text-align:center;
}
#mission h1{
	color: #4f7a6b;
  font-size:45px;
font-weight:600;
 padding:0px 10px 30px 0px;
 margin:0px;
 text-transform:uppercase;

}
#mission p {
    line-height:35px;
    font-size:25px;
    color: #000;
    padding: 15px 30px 0px;
    font-weight:400;

 }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.ftrlogo{margin-top:0px;}
#footer {
  padding: 0px;
  color: #eee;
  font-size: 14px;

}

#footer .footer-top {
  padding:50px 0 20px 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:no-repeat;
 background-size:cover;
border-top:5px solid #708090;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight:600;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom:20px;
  
}

#footer .footer-top .footer-links {
  margin-bottom: 0px!important;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  font-size: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;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 23px;
  font-size:14px;
   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 i{ padding: 8px 10px 0 0;  font-size:32px;}
#footer .ftrlogo{text-align:right; float:right!important;}

#footer .copyright p{
  text-align: left;
  font-size:16px;
  color:#fff;
   padding:20px 0px;
 margin-top:0px;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1260px){


.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: #fff;
    padding: 7px 3px 15px;
    transition: 0.3s;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-top: 12px;
}

#about .about-container h1 {
  line-height:25px;
font-size:22px;
}


#services .text-box h1 {
    text-align: left;
    margin: 0px;
    color: #fff;
    padding: 10px 0px 10px;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 17px;
    text-transform: none;
}
#services .text-box p {
    padding: 0px 0px 10px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    text-align: left!important;
    margin: 0px;
}
#services h1 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size:70px;
    padding: 30px 0px 50px;
    font-weight: 600;
}
#services .detaibox {
    margin-bottom: 20px;
}
#about{
padding:150px 0px 50px;
}
#intro .textbox {
    width: 80%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top: 400px;
    left: 15%;
}
}

@media (max-width: 991px) {
	
   #intro {
    padding: 0px 0 0px 0;
  }
#footer .footer-top {
  border-top:5px solid #708090; 
  padding:50px 0 0 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:no-repeat;

}

#about .about-container h1 {
  line-height:25px;
font-size:40px;
}

#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;
}
#footer .copyright{padding-bottom:0px;}
.topheader{padding:0px 10px 10px;
background-color: transparent;
}

 #about .about-container p {
       padding: 20px 0px 20px;
 }

.ftrlogo {
    text-align: right;
    padding-top:0px;
}

#header .logo img {
  padding:20px 0 0;
  margin: 0px;
}
#header {
    height: 100px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding: 0px;
    background-color: #fff;
    min-height: 140px;
}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:140px;
}

#services .text-box h1 {
    text-align: left;
    margin: 0px;
    color: #fff;
    padding: 10px 0px 10px;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 17px;
    text-transform: none;
}
#services .text-box p {
    padding: 0px 0px 10px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    text-align: left!important;
    margin: 0px;
}
#services h1 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size:55px;
    padding: 30px 0px 50px;
    font-weight: 600;
}

.abtcontent{
padding:0px;
 text-align:left;
}

#about .abtcontent p {
    text-align: left;
    line-height: 22px;
    font-size: 15px;
    color: #000;
    padding: 20px 10px 30px 0px;
    font-weight:500;
}


.details-box .text {
    padding: 5px 15px;
}
.career {
    padding: 200px 30px 0px;
}

.callbtn {
    text-align: center;
    padding: 15px 0;
}
.mobile-nav-toggle i {
    margin: 65px 18px 0 0;
    color: #4f7b6a;
}
#services .detaibox {
	margin-bottom:20px;
}
#about{
padding:100px 0px;
}
#about h1 {
    line-height: 39px;
    color: #4f7b6a;
    padding: 40px 0px 50px;
    font-size:120px!important;
    font-weight: 600;
    margin: 0px!important;
}
#about .abtcontent h2 {
    line-height: 24px;
    color: #4f7b6a;
    padding: 20px 0px 0px;
    font-size:20px;
    font-weight:600;
    text-align: left;
    margin: 0px!important;
}
.topbox h1 {
    font-size: 25px;    padding: 0px;
}
.topbox p {
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding:0px;
    line-height: 22px;
}
.topbox1 h5 {
    padding:0px 0 10px;
}
.btnbox { padding:0px!important;}
.news {
    padding: 30px 20px 20px
}
#intro .textbox {
    width: 80%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top: 250px;
    left: 15%;
}
}
@media (max-width: 780px) {
  .back-to-top {
    bottom: 15px;
  }
  #footer .footer-top {
background-color:#000;
padding: 0px 0 0 0;
}


}

@media (max-width: 767px) {
  #intro {
    padding: 0px 0 0px 0;
  }
#footer .footer-top {
  border-top:5px solid #708090; 
  padding:50px 0 0 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:no-repeat;

}

.abtcontent{
padding:20px 0px 20px;
 text-align:left;
}
#about .about-container h1 {
  line-height:30px;
font-size:25px;
    padding-top: 55px;
}


#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;
}
#footer .copyright{padding-bottom:0px;}
.topheader{padding: 0px 30px 0px;}

 #about .about-container p {
       padding: 20px 0px 20px;
 }


#footer .ftrlogo {
  text-align: left;
    float: left!important; 
	padding-top: 20px;
}

.topbox h1 {font-size:30px;}
#services h1 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size:40px;
    padding: 30px 0px 50px;
    font-weight: 600;
}


.details-box .textbox h5 {
    font-size:16px;
    font-weight: 400;
    color: #005d8c;
}
.details-box .textbox p {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    padding: 20px 0px;
}
.details-box .textbox {
    padding: 32px 15px;
}


.details-box{margin-bottom:20px;}
.topheader {
    padding: 0px 20px 0px;
}
#header {
    height: 100px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding:0px;
    background-color: #fff;
    min-height: 130px;
}
#header .logo img {width:100%;padding-top: 10px;}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:130px;
}
#intro .textbox {
    width: 80%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top: 220px;
    left: 10%;
}
#intro .textbox h1 {
    font-size: 35px;
}
#services {
    padding: 0px 0 50px 0;
}
#services .content {
    padding:40px 0px;
}
#services .content h1 {text-align:center;}

#about {
  padding:100px 0 30px;
}
#about h1 {
    line-height: 39px;
    color: #4f7b6a;
    padding: 40px 0px 20px;
    font-size: 100px!important;
    font-weight: 600;
    margin: 0px!important;
}
#mission {
    padding: 54px 50px 80px;
}
#mission p {
    line-height: 29px;
    font-size: 20px;
    color: #000;
    padding: 15px 0px 0px;
    font-weight: 400;
}
.career {
    padding:50px 0px 50px;
}
.careerinner h1 {
    font-size: 30px;
    font-weight: 600;
    padding: 0px 165px 10px;
    margin: 0px;
    text-transform: uppercase;
}
.careerinner p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 15px 196px;
    line-height: 20px;
}
}


@media (max-width: 574px) {
  #intro {
    padding: 80px 0 0px 0;
  }
#footer .footer-top {
  border-top:5px solid #708090; 
  padding:10px 0 0 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:repeat-x;
}


.abtcontent {
    padding: 0px 10px 0px;
    text-align: left;
}
#about .about-container h1 {
  line-height:30px;
font-size:25px;
    padding-top: 55px;
}


#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;
}
#footer .copyright{padding-bottom:0px!important;}


 #about .about-container p {
       padding: 20px 0px 20px;
 }

#footer .ftrlogo {
  text-align: left;
    float: left!important; 
	padding-top: 20px;
}


#services h1 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size:30px;
    padding: 30px 0px 50px;
    font-weight: 600;
}

#about{
padding:30px 0px;
}
#news .seebtn1{margin-top:10px;}
.topheader {
    padding: 0px 27px 0px;
}
.mobile-nav-toggle i {
    margin:55px 18px 0 0;
    color: #4f7b6a;
}

#header {
    height: 100px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding:0px;
    background-color: #fff;
    min-height: 100px;
}
#header .logo img {width:100%;padding-top: 10px;}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:100px;
}
#intro .textbox {
    width: 80%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top:180px;
    left: 10%;
}
#intro .textbox h1 {
    font-size: 25px;
}
#services {
    padding: 0px 0 50px 0;
}
#services .content {
    padding:40px 0px;
}
#services .content h1 {text-align:center;}

#about {
  padding:100px 0 30px;
}
#about h1 {
    line-height: 39px;
    color: #4f7b6a;
    padding: 40px 0px 20px;
    font-size: 100px!important;
    font-weight: 600;
    margin: 0px!important;
}
#mission {
    padding: 54px 50px 80px;
}
#mission p {
    line-height: 29px;
    font-size: 20px;
    color: #000;
    padding: 15px 0px 0px;
    font-weight: 400;
}
.career {
    padding:50px 0px 50px;
}
.careerinner h1 {
    font-size: 30px;
    font-weight: 600;
    padding:15px 120px 10px;
    margin: 0px;
    text-transform: uppercase;
}
.careerinner p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 15px 100px;
    line-height: 20px;
}
.text-right {
    text-align: left!important;
}

    #about1 .text-box h1{ letter-spacing:0px;text-align:left; margin: 0px; text-transform: uppercase;color:#fff; padding:20px 0px 0px; font-size:24px;
        margin-bottom:0px;line-height:24px;}

    .text-box{ top:1%;position:absolute;padding:0px 20px 30px;color:#fff;}


}
@media (min-width:320px) and (max-width:573px){
	  #intro {
    padding: 150px 0 0px 0;
  }
#footer .footer-top {
  border-top:5px solid #708090; 
  padding:10px 0 0 0;
background-image:url("../images/footer_bg.jpg");
 background-repeat:repeat-x;
}
	#services h1 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding: 15px 0px 20px;
    font-weight: 600;
}

#news .seebtn1 {
    margin-top: 25px;
}
#about{
padding:30px 0px;
}
#news .seebtn1{margin-top:10px;}
.topheader {
    padding: 0px 27px 0px;
}
.mobile-nav-toggle i {
    margin:70px 18px 0 0;
    color: #4f7b6a;
}

#header {
    height: 100px;
    transition: all 0.5s;
    z-index: 1100;
    transition: all 0.5s;
    padding:0px;
    background-color: #fff;
    min-height: 135px;
}
#header .logo img {width:60%;padding-top: 10px;}
#header.header-scrolled, #header.header-pages {
    padding: 0px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    min-height:135px;
}
.abtcontent {
    padding: 0px 10px 30px;
    text-align: left;
}
#intro .textbox {
    width: 80%;
    margin: auto!important;
    position: absolute;
    text-align: center!important;
    top:65px;
    left: 10%;
}
#intro .textbox h1 {
    font-size:15px;
}
#services {
    padding: 0px;
}
#services .content {
    padding:40px 0px;
}
#services .content h1 {text-align:center;}

#about {
  padding:100px 0 30px;
}
#about h1 {
    line-height: 39px;
    color: #4f7b6a;
    padding:80px 0px 20px;
    font-size:40px!important;
    font-weight: 600;
    margin: 0px!important;
}
#mission {
    padding:20px 0px 30px;
}
#mission h1 {
    color: #4f7a6b;
font-size: 23px;
padding:0px;}
#mission p {
    line-height:23px;
    font-size:15px;
    color: #000;
    padding: 15px 0px 0px;
    font-weight: 400;
}
.career {
    padding:50px 25px 50px;
}
.careerinner {
    padding: 80px 20px 0 20px;
    background-image: url(../images/carreriner_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.topbox h1 {
    font-size: 25px;
}
.careerinner h1 {
    font-size: 30px;
    font-weight: 600;
    padding:15px 10px 10px;
    margin: 0px;
    text-transform: uppercase;
}
.careerinner p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 15px 10px;
    line-height: 20px;
}
.text-right {
    text-align: left!important;
}
}