body{color:#3c3c3b;
    font: 17px/26px Arial, Helvetica, sans-serif!important;
}
.banner-section h1 {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.respond-history {
    padding-top: 45px;
}

.respond-history h2 {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
}
.respond-history h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom:20px;
}
.respond-history h4 {
    font-size: 20px;
    font-weight: 500;
}
.home_banner {
	position: relative;
	margin-bottom: 5px;
}
.respond-history img{margin-top:30px;}

.company-heading {
	color: #3C3C3B;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 35px 0 25px 0;
}
.about-company b {
	color: #3C3C3B;
}

.about-company ul li {
	list-style: disc;
	/*font-size: 16px;*/
}

.set{
	    background: #1b75bb;
    color: #fff;
    padding: 2% 3%;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
}
.about-company p {
	font: 17px/26px Arial, Helvetica, sans-serif!important;
	color: #4A4A49;
	
	margin-bottom: 15px;
}

ul.term-ul {
	margin-left: 30px;
}
.our-mission-bg {
    background: #333b41;
}
/*#our-history, #our-mission{padding-top:-50px; padding-bottom:50px;}*/
.our-mission {
    padding: 80px 0;
    margin-top: 120px;
}
.our-mission-img {
    margin-bottom:40px;
}

section.our-mission.our-mission-bg h2 {
  font-size: 28px;
    margin-bottom: 40px;
    font-weight: 700;
    color:#fff;
}
section.our-mission.our-mission-bg h3 {
  font-size: 22px;
    font-weight: 700;
    color:#fff;
        line-height: 28px;
}
section.our-mission.our-mission-bg p {
    color:#fff;
}

.our-brand{padding: 70px 0;}
.our-brand h2{  font-size: 28px;
    margin-bottom: 40px;
    font-weight: 700;
}

.case h2{
	margin-top:40px;
	font-size: 28px;
	
    
    font-weight: 700;
}
.our-brand h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
  color:#3c3c3b;
}

.upper_footer {
	text-align: center;
	
	padding: 20px 0 6.5em 0;
	  
}
.upper_footer p {
	margin: 20px 0px;
	font-size: 13px;
	color: #4A4A49;
}

.upper_footer ul {
	display: inline-block;
	margin:0 auto;
	padding:0;
}

.upper_footer ul li {
	list-style: none;
	float: left;
	padding: 0px 5px;
	border-right: 1px solid #757575;
	line-height: 0;
	font-size: 16px;
}

.upper_footer ul li a {
	color: #4A4A49;
	line-height: 1;
	background: none;
	font-size: 13px;
}
.upper_footer ul li a:hover {
	color: #757575;
	text-decoration: none;
}

.upper_footer ul li:last-child {
	border: 0px;
}

 
.our-brand-bg {
    background: #eef3f7;
  }

.navbar{
  width: 100%;
  position: relative;
  padding-top: 30px;
}
.navbar .nav-header{
  display: inline;
}
.navbar .nav-header .nav-logo{
  display: inline-block;
  margin-top: -7px;
}
.navbar .nav-links {
    display: inline;
    float: right;
    margin-top: 35px;
}
 
.navbar .nav-links .loginBtn{
  display: inline-block;
  padding: 5px 15px;
  margin-left: 20px;
  font-size: 17px;
  color: rgb(9, 14, 90);
}
.navbar .nav-links a {
  padding: 10px 15px;
  text-decoration: none;
  color:#3c3c3b;
}
.navbar .nav-links a:hover {
    background:#fbd375;
       
}

 
/* responsive navbar toggle button */
.navbar #nav-check, .navbar .nav-btn{
  display: none;
}
 
@media (max-width:991px) {
  .navbar .nav-btn{
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .navbar .nav-btn label {
    display: inline-block;
    width: 60px;
    height: 58px;
    padding: 18px;
}
  .navbar .nav-btn label span {
    display: block;
    height: 10px;
    width: 25px;
    border-top: 3px solid #3c3c3b;
  }
  .navbar .nav-btn label:hover, .navbar #nav-check:checked ~ .nav-btn label {
    background-color:rgb(253 212 118);
    transition: all 0.5s ease;
  }
  .navbar .nav-links{
    position: absolute;
    display: block;
    text-align: center;
    width: 60%;
    background-color:#fff;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 58px;
    right: 0px;
    z-index:999;
  }
  .navbar .nav-links a {
    display: block;
  }
  .drop-content2 a, .drop-content a{
     padding:5px!important;
    font-size: 14px;
    }
 
  /* when nav toggle button not checked */
  .navbar #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
 
  /* when nav toggle button is checked */
  .navbar #nav-check:checked ~ .nav-links {
    height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .navbar .nav-links .loginBtn {
    padding: 10px 40px ;
    margin: 20px;
    font-size:  18px;
    font-weight: bold;
    color: rgb(9, 14, 90);
  }
  /* Responsive dropdown code */
  .navbar .nav-links .dropdown, .navbar .nav-links .dropdown2 {
    float: none;
    width: 100%;
  }
  .navbar .nav-links .drop-content, .navbar .nav-links .drop-content2 {
    position: relative;
  
    top: 0px;
    left: 0px;
  }
  /* Text color */
  .navbar .nav-links .drop-content a {
    color: rgb(9, 14, 90);
  }  
 
}
 
/* Dropdown menu CSS code */
.dropdown, .dropdown2 {
  position: relative;
  display: inline-block;
}
.drop-content, .drop-content2 {
  display: none;
  position: absolute;
  background-color:#ffffff;
  min-width: 230px;
  font-size: 16px;
  top: 32px;
  z-index: 1;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
}
/* on hover show dropdown */
.dropdown:hover .drop-content, .dropdown2:hover .drop-content2 {
  display: block;
}
/* drondown links */
.drop-content a, .drop-content2 a {
  padding: 12px 10px;
  border-bottom: 1px solid rgb(235 223 195);
  display: block;
  transition: all 0.5s ease !important;
}

.dropdown:hover .dropBtn, .dropdown2:hover .dropBtn2 {
  background-color:rgb(253 212 118);
}

@media screen and (max-width: 991px) {
 
  .banner-section h1 {
    margin: 40px 0;
}
.banner-section img {
    margin-bottom: 40px;
}

.our-mission-img {
    margin-bottom: 0;
}
.our-mission {
    margin-top: 40px;
}

.our-brand h3 {
    margin-top: 20px;
}
.respond-history {
    padding-top:0px;
}


}

.start-header {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
    transition: all 200ms linear;
}
/*.nav-item:hover .nav-link{
	color: #8167a9 !important;
}*/
.nav-item.active .nav-link{
	color:#3c3c3b!important;
}
.nav-link {
	position: relative;
	display: inline-block;
}

.nav-item{
	position: relative;
    transition: all 200ms linear;
    padding: 10px 15px;
    text-decoration: none;
    color: #3c3c3b;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 0px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-menu{border-bottom: 1px solid rgb(235 223 195);
    display: block;
    transition: all 0.5s ease !important;}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding:10px 12px;
	color: #212121;
	border-radius: 2px;
	border-bottom: 1px solid rgb(235 223 195);
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #3c3c3b;
	background-color:#fbd375;
}
.logo img{max-width: 230px;}
.nav-link:hover {
    background: #fbd375;
}
.nav-link:hover .dropdown-menu {opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
	display: block
}
.top-space{margin-top:30px;}


/* #Media
================================================== */

@media (max-width:767px) { 
	.nav-item:after{
		display: none;
	}
	.py-4{padding:0px!important; }
	.navbar-nav .nav-link{padding:0 10px; }
	.nav-item {
	    padding: 10px 10px 0 10px;
	}
	.nav-link:hover {
	    display: block;
	}
	/* .top-space {
		 overflow: scroll;
	} */
	.nav-item::before {
		position: absolute;
		display: block;
		top:21px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top:6px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.before-none:before{display:none;}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
	.top-space {
    margin-top: 0;
    background: #fff;
    padding: 0 10px 10px;
    max-width: 70%;
    box-shadow: 5px 5px 22px #999;
    position: absolute;
    right: 0;
    top: 60px;
	}
}
 @media (min-width: 768px) and (max-width: 992px){
.ml-md-4, .mx-md-4 {
    margin-left: 10px!important;
}
.logo img {
    max-width:160px;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 5px!important;
    padding-left: 5px!important;
}
.nav-item{padding:10px 0;}
}


  






#fh5co-footer {
  padding-top: 6.5em;
  padding-bottom:1em;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}

#fh5co-footer {
  position: relative;
}


#fh5co-footer h2 {
    margin-bottom:40px;

    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
#fh5co-footer h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color:#333;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  color:#333333;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
 margin:auto;
}

img.fh5co-widget {
     max-width: 230px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .copyright .block {
  display: block;
  margin-top:40px;
  padding-bottom:6em;
}


.btn-primary {
  background: #F85A16;
  color: #fff;
  border: 2px solid #F85A16;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f96c2f !important;
  border-color: #f96c2f !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #F85A16;
  border: 1px solid #F85A16;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #F85A16;
  color: #fff;
}

/****** contact us*******/
.contact{margin-top: 50px}
.contact .heading {
    font-size: 20px;
    margin-bottom: 20px;
}

.contact h2 {
    font-size: 22px;
    color:#3c3c3b;
    margin-bottom: 20px;
}
.contact input, .contact textarea {
    background: #F6F6F6;
    border: 0;
    border-radius: 0;
}
.zip-fill {
    border-radius: 5px 0px 0px 5px;
    width: 100%;
    height:calc(1.5em + .75rem + 2px);
    color:#3c3c3b;
    line-height:1.5;
    font-size: 15px;
    font-weight: bold;
    padding: 0 4%;
    border: 0px;
    outline: none;
    background: #f5f5f5;
}

.contact .address {
    background:#fbd375;
    padding: 7%;
    color:#3c3c3b;
    border-radius: 20px 20px 0 20px;
}

.contact .send {
    background:#fbd375;
    border-radius: 0 10px 10px 0;
    color:black;
    font-weight:bold;
    margin-bottom: 30px;
    padding:10px;
}

.manimg{
	object-fit:cover;
}
.contact .address h3 {
  font-size:16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.address p {
    margin-bottom: 22px;
}
.address a {
    color:#3c3c3b;
}
@media (min-width: 1200px)
{
.parasec {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 58%;
    margin-left: 90px;
}
}
.parasec{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media screen and (min-width:768px) and (max-width:1199px)  
{
	.parasec {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 58%;
    margin-left: 90px;
}

}
.navbar .nav-header .nav-logo img {
    max-width: 230px;
}

.navbar .nav-links {
    display: inline;
    float: right;
    margin-top: 35px;
}



.copyright{
	 border-top: 1px solid #333;
	 margin-top:40px;
}
@media screen and (min-width:320px) and (max-width:1199px) 
{
	.navbar .nav-links {
	    display: inline;
	    float: right;
	    margin-top: 0px;
	}
}
.parasec2 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 100%;
    margin-left: 20px;
}
.fh5co-widget img{
	max-width:230px;
}

.logo {
	max-width: 336px;
	margin: 10px 0;
}


footer.new-footer-section {
	padding-top: 70px;
	background-color: #092d4c;
	padding-bottom: 61px;
}

.wrapper-new {
	max-width: 1210px;
	padding: 0 30px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}	

footer.new-footer-section .brd {
		border-bottom: 1px solid #3b5973;
		padding-bottom: 15px;
}	
footer.new-footer-section .socialicon a {
	border: 1px solid #3b5973;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	margin-left: 20px;
}

.fa-linkedin-in:before {
   content: "\f0e1";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before {
	content: "\f39e";
}

.home-link, .home-link:hover{
	text-decoration: underline !important;
	color: #27AAE1;	
}
.set:hover {
    color: #fff;
    background :#27AAE1;
}