body {
	margin: 0;  
	padding: 0;
	font-size: 16px;
	width: 100%;
	letter-spacing: 1px;
	/*font-weight: 400;*/
	background: #FFF;
	/*font-family: 'Be Vietanam',sans-serif; font-family: 'Grotesk', sans-serif;*/ font-family: 'Exo', sans-serif;
	position: relative;
   /*background: rgb(238, 238, 238) none repeat scroll 0% 0%;*/
   color: #333;
}

.page-wrap {
	position: relative;
	box-sizing: border-box; 
}
.container {
	
	width: 100%;
	max-width: 1200px;
}

.page-title {
	padding: 17px 0px;
}
.page-title h1 {
	font-size: 31px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #285970;
    font-weight: 600;
    text-transform: uppercase;
    /* text-shadow: 2px 2px 2px rgb(2 2 2 / 75%); */
    margin: 0;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #428bca;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #629fd3;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# apply now quick Section
--------------------------------------------------------------*/

.hired {
    padding: 25px 0px;
    background: linear-gradient(to bottom right, #107fc2, #07a8a9);
}

.applytxt {color:white; padding: 10px 0px;}

.appbtn {padding: 14px 0px;
    background-color: white;
    border-radius: 10px;
    text-align: center; position: relative;
    width: 85%;}
	
.appbtn	.appnow {font-size: 21px;
    position: relative;
    text-align: center;
    display: block;
    color: #252936;
    font-weight: 600;}
	
.appbtn:hover{ text-decoration: none;
    color: black;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); transition: 0.3s;}
	
.appbtn	.appnow:hover {text-decoration: none; transition: 0.3s; }

/*--------------------------------------------------------------
# Testing Navigation Section
--------------------------------------------------------------*/

.main-head {
	background-color: #fecc00;   
    position: relative;
    width: 100%;
}
.top-head {	
    position: relative;
    width: 100%;
}

.top-head .qcontact {padding: 0;
    margin: 0;
    list-style: none;} 

.top-head .qcontact li {font-size: 14px;
    padding: 15px 0px 0px;
    margin-right: 11px;
    color: #000000;
    display: inline-block;} 

.top-head .qcontact li a {padding: 0px 10px;    color: black;} 


.top-head .top-reach {
	padding: 0;
	margin: 0;
	list-style: none; text-align: right; 
}
.top-head .top-reach li {
	font-size: 16px;
    padding: 15px 0px 0px;
    margin-right: 11px;
    color: #000000;
    display: inline-block;
}
.top-head .top-reach li a {padding: 0px 10px; color:black;}

/* .top-head .top-reach li:before {
    margin-right: 15px;
    font-size: 18px;
    color: #6a9930;
    display: inline-table;
    vertical-align: middle;
}

.top-head .top-reach li:nth-child(1):before {
	content: '\f095';
    font-family: fontAwesome;
}
.top-head .top-reach li:nth-child(2):before {
	content: '\f003';
    font-family: fontAwesome;
}
	
*/

				/*---------- menu section ----------*/
				
.menu-area {
	top: 25px;
	margin-top: -15px;
	position: relative;
    height: auto;
    width: 100%;
    z-index: 999;
    transition: .7s ease-in-out;
}
.fixed-top {
    width: 100%;
    top: 0;
	margin: 0;
    border-radius: 0px;
    position: fixed;	
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.20);
	animation: fadeInDown .7s ease-in-out 0s 1 normal none running;
}
.menu-wrap {
	margin: 0 auto;
    width: 100%;
    position: relative;
    background: #eee;   
    transition: .5s;
}
.fixed-top .menu-wrap {
	width: 100%
}
.menu-area .logo {
	float: left;
    position: relative;
    z-index: 1;
	padding: 11px 0px;
}
.menu-area .logo a {
	display: block;
}
.site-nav {
	position: relative;
    height: auto;
    transition: 0.5s ease;
}
.site-nav ul {
	margin: 0;
    padding: 0;
    display: flex;
	justify-content: flex-end;
	align-items: center;
}
.site-nav ul li {
	list-style-type: none;
    position: relative;
}
.site-nav ul li a {
	font-size: 14px;
    padding: 10px 20px;
	line-height: 50px;
    font-weight: 600;
    color: #2d2d2d;
    text-transform: uppercase;
	text-decoration: none;
	transition: 0.5s ease;
}
.site-nav ul li a:hover, .site-nav ul li a.active {
    color: #285970;
}
.site-nav .drop-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    background: #285970;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.site-nav li:hover .drop-menu {
	opacity: 1;
    visibility: visible;
    top: 85%;
}
.site-nav .drop-menu li {
    border-bottom: 1px solid #285970;
}
.site-nav li .drop-menu a {
	padding: 10px 15px;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    display: block;
    color: #fff;
    font-weight: 400;
}
.site-nav li .drop-menu a:hover {
	color: #fff;
    background: #16455b;
}
.site-nav .brochure-btn {
	font-size: 18px;
    padding: 10px 5px 10px;
    margin-left: 20px;
    margin-bottom: 0px;
    background: #7da309;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    transition: .5s ease;
    border: 1px solid transparent;
    /* border-style: dashed; */
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px 4px rgba(125, 163, 9, 0.80);*/
}
.brochure-btn a {
    padding: 5px 10px;
	color: #ffffff;
    text-decoration: none;
	border: 2px solid #6c8601;
    border-style: dashed;
    border-radius: 5px;
}
.menu-toggle {
    display: none;
}



/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(30, 35, 40, 0.4);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero h3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  top: 112px;
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 36px;
  line-height: 1;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #fecc00;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #ffffff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #fecc00;
}

#hero .btn-get-started:hover {
  background: #fecc00; color:white;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .carousel-container {
    top: 8px;
  }

  .careerfy-services-nineview ul li::before {content: '';
position: relative;
left: 0 !important;
top: 0 !important;
width: 0 !important;
height: 0 !important;
z-index: 0 !important;
border-bottom: 0px dashed #d6d6d6 !important; 
display: none;
}
  .careerfy-services-nineview ul li:nth-child(2n):before {
   content: '';
position: relative;
left: 0;
top: 0;
width: 0;
height: 0;
z-index: 0;
border-bottom: 0px dashed #d6d6d6; 
display: none;
}


}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
  .site-nav {margin-top: 20px}
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
				
.intro-section {
	padding: 8% 0%;
	position: relative;
	background: #f9f9f9;
}
.more {background-color: #285970; font-size: 16px;}

/*.intro-section:before {
	content: url(../images/leaf-bg-1.png);
    position: absolute;
    left: 35%;
    bottom: -30px;
    opacity: 0.5;
    transform: rotate(-65deg);
    z-index: -1;
} */
.intro-head {
	padding: 0px 0px 30px;
}
.intro-head h1 {
	font-size: 37px;
    line-height: 35px;
    padding: 0px 22px 0px;
    text-align: left;
    color: #285970;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    position: relative;
}
.intro-head h1 span {
	font-size: 30px;
    padding-left: 10px;
    text-transform: uppercase;
    /* display: block; */
    color: #6b9608;
}
.intro-head h1:before {
	content: url(../images/head-img.png);
    position: relative;
    top: 10px;
    margin-right: 10px;
}
.intro-head h3 {
	font-size: 22px;
    padding: 14px 0px;
    text-align: left;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.intro-info {
	font-size: 16px;
    padding: 0px 10px 0px;
    line-height: 40px;
    text-align: justify;
    color: #504438;
}
.intro-info strong {
    font-weight: 700;
    text-transform: uppercase;
}
.intro-info b {
	font-weight: 500;
    text-transform: capitalize;
}
.why-we-head {
	padding: 12px 20px 40px;
	position: relative;
}
.why-we-head h2 {
	font-size: 22px;
    padding: 0px 0px 0px;
	line-height: 35px;
    text-align: left;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
	position: relative;
}
.why-we-head h2 span {
	display: block;
    /*text-transform: uppercase;*/
    /*padding-left: 27px;*/
    color: #285970;
    font-size: 27px;
}
/*.why-we-head h2:before {
	content: url(../images/head-img.png);
    position: relative;
    top: 10px;
    margin-right: 10px;
}*/ 
.accordion {
	padding-top: 10px;
    padding-left: 20px;
}
.accordion-item {
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px rgb(225,225,225,0.6);
}
.accordion-item .accordion-head {
    font-size: 16px;
    padding: 10px 20px;
    text-align: left;
    color: #fff;
    /*background: linear-gradient(90deg,#285970,#357898);*/ 
	background: linear-gradient(90deg,#285970,#229ad4);
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    transition: 0.4s all ease-in-out;
    border-bottom: 1px solid transparent;
	position: relative;
}
.accordion-item .accordion-head.active {
    color: #fff;
}
.accordion-item .accordion-head:before {
	content: '\f067';
	font-family: fontAwesome;
	margin-right: 20px;
    padding: 5px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
.accordion-item .accordion-head.active:before {
	content: '\f068';
	font-family: fontAwesome;
}
.accordion-item .accordion-text {
    font-size: 15px;
    line-height: 25px;
    padding: 15px 20px;
    text-align: justify;
	color: #504438;
    transition: 0.5s all ease-in-out;
    display: none;
    max-height: fit-content;
}
.accordion-item .accordion-head.active + .accordion-text {
    display: block;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {padding: 65px 0px;
    background-color: #366069;
    /*background-image: url(https://www.transparenttextures.com/patterns/debut-light.png);*/	
}

.counts .count-box {
  box-shadow: 0px 0px 34px 0 rgb(0 0 0 / 10%);
    padding: 30px 21px;
    width: 100%;
    background: #fff;
    margin: 0px 30px;
}
.counts .count-box i {
  display: block;
    font-size: 73px;
    color: #fecc00;
    line-height: 0;
    text-align: center;
}
.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #58716d;
  margin-left: 50px;
}
.counts .count-box p {
  padding: 30px 0 0 0;
    margin: 0;
    font-size: 17px;
    text-align: center;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7c9995;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .count-box a:hover {
  color: #a7bbb8;
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
				
.featured-project-section {
	padding: 80px 0px;
    background-image: url(../images/services-ind-bg.png);
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #f9f9f9;
}
.featured-project-head {
	padding: 0px 0px 30px;
}
.featured-project-head h2 {
	font-size: 32px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.featured-project-head h2 span {
	text-transform: uppercase;
    color: #285970;
}
/*.featured-project-head h2:before {
	content: url(../images/head-img.png);
    position: relative;
    top: 5px;
    margin-right: 5px;
}*/
.featured-project {
	margin: 0px 20px 54px 0px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 7px 20px rgba(0,0,0,.03);
    transition: .5s;
}
.featured-project:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.featured-project {
}
.featured-project h3 {
	font-size: 28px;
    padding: 20px 0px 20px;
    text-align: center;
    color: #285970;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
.featured-project  h5 {font-size: 16px;
    padding: 15px 25px; line-height: 1.5rem;}

.featured-project ul {
	padding: 0px 64px;
    margin: 0;
    list-style: circle;
    text-align: left;
}
.featured-project ul li {
	font-size: 15px;
    margin-bottom: 10px;
    color: #504438;
	padding: 0px 6px;
}
.featured-project .featured-btn {
	padding-top: 10px;
    text-align: center;
}
.featured-project .featured-btn a {
	font-size: 16px;
    line-height: 40px;
    padding: 10px 10px 10px;
    position: relative;
    color: #fff;
    text-decoration: none;
    transition: .5s ease;
    border: 1px solid transparent;
}
.featured-project .featured-btn a.btn-1 {
    margin-right: 10px;
    background: #000000;
    text-transform: capitalize;
    border-radius: 5px;
}
.featured-project .featured-btn a.btn-2 {
    background: #6a9930;
	border-radius: 2px 20px 2px 20px;
}		


/*--------------------------------------------------------------
# Industries Section
--------------------------------------------------------------*/
.inds-head {
	padding: 0px 0px 56px;
}
.inds-head h2 {
	font-size: 30px;
    line-height: 35px;
    padding: 0px 22px 0px;
    text-align: center;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    position: relative;
}
.inds-head h2 span {
	font-size: 32px; color: #285970;
    padding-left: 0px;
    text-transform: uppercase;
    
}
/*.inds-head h2:before {
	content: url(../images/head-img.png);
    position: relative;
    top: 10px;
    margin-right: 10px;
}*/

.inds-head h3 {
	font-size: 22px;
    padding: 12px 0px 5px;
    text-align: center;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: -145px;
}

.why-us-section {
	padding: 80px 0px 80px;
	position: relative;
}
.why-head {
	padding: 0px 0px 30px;
	position: relative;
}
.why-head h3 {
	font-size: 30px;
    width: 10%;
    margin-left: 38%;
    text-align: center;
    color: #ababab;
    font-family: 'Courgette'!important;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}
.why-head hr {
	width: 10%;
    left: 46%;
    top: 10%;
    position: absolute;
	border-top: 3px solid #c10202;
}
.why-head h2 {
	font-size: 30px;
    padding: 10px 0px 0px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
} 
.why-us {
	margin: 0px 5px 90px 5px;
    height: auto;
    /* border: 1px solid #248bbd; */
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 15px 6px #dcdcdc;
    transition: all .5s ease;
}
.why-us:hover {
    box-shadow: 5px 5px 0px #fecc00;
    transform: translateY(10px);
}
.why-us .icon {
	text-align: center;
	padding: 5px;
}
.why-us .icon i {FONT-SIZE: 9REM;}


.why-us h4 {
	font-size: 25px;
    padding: 25px;
	text-align: center;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.why-us .info {
	font-size: 16px;
    padding: 0px 20px 20px;
    color: #313131;
    text-align: justify;
}	

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Aboutus page 
--------------------------------------------------------------*/
		
.company-banner {
	 /*background-repeat: no-repeat; 
    background-size: cover; */
    position: relative;
    /*background-color: #f2f2f2;*/
    background-color: #fdfdfd;
    /* background-image: url(https://www.transparenttextures.com/patterns/light-wool.png);*/
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%); margin-top: 25px;
}

.company-banner .opacity {
	padding: 17px 0px;
    /*background: rgb(40 89 112 / 43%);*/
    color: #FFF;
}
.abt-company-head {
	padding: 17px 0px;
}
.abt-company-head h1 {
	font-size: 45px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #285970;
    font-weight: 600;
    text-transform: uppercase;
    /* text-shadow: 2px 2px 2px rgb(2 2 2 / 75%); */
    margin: 0;
}
.abt-company-section {
	padding: 108px 0px 140px;
	position: relative;
}
.company-head {
	padding: 0px 0px 20px;
}
.company-head h4 {
	font-size: 22px;
    padding: 0px 0px 10px 0px;
	line-height: 0px;
    text-align: left;
    color: #b3b3b3;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.company-head h2 {
	font-size: 21px;
    padding: 0px 0px 0px;
    line-height: 40px;
    text-align: JUSTIFY;
    color: #285970;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}
.company-info {
	/*font-size: 18px;*/
    padding: 0px 10px 0px;
    line-height: 46px;
    text-align: justify;
    color: #504438;
}

.company-info2 {
	font-size: 18px;
    padding: 10px 10px 0px;
    line-height: 46px;
    text-align: justify;
    color: #504438;
}
.about-image {
    position: relative;
}
.about-image::before {
    position: absolute;
    content: '';
    background-image: url(../images/abt-page-pattern-img.jpg);
    background-position: center center;
    background-size: 100%;
    width: 375px;
    height: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.about-image .single-image {
    width: 100%;
}
.about-image .single-image img {
    width: 100%;
}
.about-image .about-btn {
    position: relative;
    margin-left: 50px;
    margin-top: -40px;
    display: inline-block;
    z-index: 9;
}
.about-image .about-btn .main-btn {
    font-size: 18px;
    line-height: 40px;
    padding: 10px 30px 10px;
    border: 5px solid #fff;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    z-index: 5;
    text-decoration: none;
    transition: all .4s ease-out 0s;
    background-color: #6a9930;
    box-shadow: 0 5px 15px 0 rgba(106, 153, 48, 0.90);
}
.about-image .about-btn .main-btn span {
    font-size: 35px;
}
.about-image .single-image.image-tow {
    margin-top: -200px;
    position: relative;
    z-index: 5;
}

.whatwedo-section {
	padding: 80px 0px;
    position: relative;
    background-color: #f2f2f2;
    background-image: url(../images/services-ind-bg.png);
    /* min-height: 350px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.what-head {
	padding: 0px 0px 30px;
}
.what-head h2 {
	font-size: 25px;
    padding: 0px 0px 0px;
    text-align: center;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.what-head h2 span {
	text-transform: uppercase;
    color: #285970;
}
.whatwe-box {
    margin-bottom: 30px;
}
.whatwe-box h3 {
	font-size: 18px;
    padding: 0px 0px 20px;
    line-height: 35px;
    text-align: center;
    color: #2d2d2d;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.whatwe-box h3 span {
	font-size: 22px;
    padding: 2px 5px;
    border: 4px solid #b3b3b3;
    color: #6b9608;
}
.whatwe-box .info {
	font-size: 16px;
    padding: 0px 10px 0px;
    line-height: 41px;
    text-align: justify;
    color: #504438;
}

.vision-mission {
	padding: 50px 0px 50px;
	position: relative;
}

.careerfy-services-nineview {    
    width: 100%; padding: 25px 0px;
}
.careerfy-services-nineview .vmv {
    list-style: none;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
}
.careerfy-services-nineview .vmv:before {
    content: '';
    position: absolute;
    left: 67%;
    top: 34%;
    width: 250px;
    height: 2px;
    z-index: 0;
    border-bottom: 2px dashed #d6d6d6;
    -webkit-transform: rotate(14deg);
       -moz-transform: rotate(14deg);
        -ms-transform: rotate(14deg);
         -o-transform: rotate(14deg);
            transform: rotate(14deg);
}
.careerfy-services-nineview .vmv:nth-child(2n):before {
    top: 21%;
    -webkit-transform: rotate(-16deg);
       -moz-transform: rotate(-14deg);
        -ms-transform: rotate(-14deg);
         -o-transform: rotate(-14deg);
            transform: rotate(-14deg);
}
.careerfy-services-nineview .vmv:last-child:before {
    display: none; }
	
.careerfy-services-nineview i {
	color: #285970;
    display: inline-block;
    width: 120px;
    height: 120px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 100%;
    font-size: 50px;
    line-height: 120px;
    margin-bottom: 31px;
    position: relative;
    z-index: 99;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}
.careerfy-services-nineview .vmv:hover i {
    color: #fecc00; }
	
.careerfy-services-nineview h2 {
    color: #000000; font-size: 23px;
    margin-bottom: 14px;
    font-weight: 700;
}
.careerfy-services-nineview p {
    color: #777777;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 2rem;
}
.careerfy-services-nineview .vmv:nth-child(2n) {
    margin-top: 50px; }
/* Trending Categories */
.careerfy-trending-categories,
.careerfy-trending-categories a {
    float: left;
    width: 100%;
}

/*--------------------------------------------------------------
# Directors Desk
--------------------------------------------------------------*/

.abt-intro-section {
    padding: 6rem 0rem;
    position: relative;
}

.abt-intro-head h2 {	
}
.abt-intro-info {
	font-size: 1.2rem;
    line-height: 2.5rem;
    padding: 0rem 0rem 0rem;
    text-align: justify;
    color: #313131;
}
		
.beleive-data {padding: 51px 0px 10px;}

.believe {
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
    color: #285970;
}
	
	.directors-img {	   
    text-align: center;
    box-shadow: 14px 14px 0px #cfd0d2; 
    border-top: 1px solid #eee;
	border-left: solid 1px #eee;}
	
.believe-data {padding: 49px 0px 10px;}

.believe-statement {font-size: 30px; line-height: 31px;  color: #00afef;}

.blockquote {
    padding: 18px 80px 2px;
    position: relative;
}
.blockquote p {
    font-size: 24px;
    text-align: center;
    line-height: 3rem;
    color: #404040;
}
.blockquote:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: -112px;
    content: "\f10d";
    font-size: 84px;
    color: rgba(0, 0, 0, 0.06);
    left: 193px;
}
	
.blockquote::after {
    content: "";
    top: -2px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #bf0024;
    height: 3px;
    width: 200px;
}
.intro-data-1 {padding: 5px 86px;}


.info-data-2 {
    padding: 20px 0px;
    line-height: 47px;
    font-size: 16px;
    text-align: justify;
}



/*--------------------------------------------------------------
# Why us 
--------------------------------------------------------------*/
.whyus-head {padding: 17px 0px;}

.weconnect-head {
	padding: 15px 0px 85px; 
    text-align: center;
}
.weconnect-head h2 {
	font-size: 32px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #285970;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.weconnect-head h2 span {
	text-transform: uppercase;
    color: #285970;
}
.whyus-head h1 {font-size: 35px;
    padding: 0px 0px 0px;
    text-align: center;
    color: #285970;
    font-weight: 600;
    text-transform: uppercase;
    /* text-shadow: 2px 2px 2px rgb(2 2 2 / 75%); */
    margin: 0;}


.why-intro {padding: 48px 0px 20px;}

.intro-data {/*font-size: 18px;*/
    padding: 34px 20px 20px;
    line-height: 40px;
    text-align: justify;
    color: #000000;}

.intro-text {}

.splicing-image {
    padding: 78px 0px 92px;
    background-color: #f9f9f9;
}

.htServ {}

.htPg-img {text-align: center;
    padding: 20px 0px;
    /* text-transform: uppercase; */
    /* text-transform: uppercase; */
    background-color: #000000;
    margin-top: 13px;
    color: white;
    font-size: 19px;}

.splice-img1 {
    padding: 0px 8px;
    border: 3px solid #285970;
    position: relative;
}

.splice-img1 .img1 {
    top: -40px;
    position: relative;
}


.img1 .zoom {
    transition: transform .2s;
}
.img1 .zoom:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.splice-img2 {
    padding: 0px 20px;
    border: 3px solid #ffffff;
    position: relative;
    margin-top: 50px;
}

.splice-img2 .img1 {
    top: -40px;
    position: relative;
}

.img1 .zoom:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.splice-img3 {
    padding: 0px 20px;
    border: 3px solid #ffffff;
    position: relative;
}

.splice-img3 .img1 {
    top: -40px;
    position: relative;
}


/*--------------------------------------------------------------
# Recruitment Section
--------------------------------------------------------------*/
.recruit {padding: 70px 0px;}

.recruit-head {padding: 0px 0px 20px; text-align:center;}

.recruit-head h2 {font-size: 25px;
    padding: 0px 0px 0px;
    line-height: 40px;
    text-align: center;
    color: #285970;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    position: relative;}

.recurit-intro {text-align: justify;
    line-height: 2.5rem;}


.recruit-lifestyle {padding: 60px 0px 150px;
    background-image: url(../images/recruit-bg.png);
    min-height: 350px;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
position: relative; background-color: #285970; }

.section-title {text-align: center; padding: 25px 0px;}
	
.recruit-lifestyle .icon-box {
	text-align: center;
    /*padding: 25px 20px;*/
    transition: all ease-in-out 0.3s;
    border-radius: 14%;
    width: 99%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 7px 20px rgb(0 0 0 / 3%);
}

.recruit-lifestyle .icon-box .icon {
  margin: 0 auto;
    height: auto;
    transition: all .3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-bottom: 20px;*/
    transform-style: preserve-3d;
}

.recruit-lifestyle .icon-box .icon i {
  /*color: #fff;
  font-size: 28px;*/
  color: #285970;
}

.recruit-lifestyle .icon-box .icon::before {
  position: absolute;
    content: '';
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    transition: all .3s ease-out 0s;
    transform: translateZ(-1px);
}

.recruit-lifestyle .icon-box h4 {
  font-weight: 700;
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
}

.recruit-lifestyle .icon-box h4 a {
  color: #000;
}

.recruit-lifestyle .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.recruit-lifestyle .icon-box:hover {
  /*background: #e96b56;
  border-color: #e96b56;*/
}

.recruit-lifestyle .icon-box:hover .icon bi bi {
  background: #fff;
}

.recruit-lifestyle .icon-box:hover .icon i {
  color: #e96b56;
}

.recruit-lifestyle .icon-box:hover .icon::before {
  /*background: #ef9383;*/
}

.recruit-lifestyle .icon-box:hover h4 a, .recruit-lifestyle .icon-box:hover p {
  color: #285970;
}


.why-us-section {
	padding: 4rem 0rem 4rem;
	position: relative;
	background: #f3f3f3;
background-color: #fefefe;
    background-image: url(https://www.transparenttextures.com/patterns/skin-side-up.png);
}
.why-us-head {
}
.why-us-head h2 {
	font-size: 2rem;
    padding: 0rem 0rem 0rem;
    text-align: center;
    color: #285970;
    font-weight: 600;
    text-transform: capitalize;
    
}
.why-us-head h2 span {
	color: #285970;
}
.whyus-grid {
	padding: 1rem 1rem 1rem;
    max-width: 100%;    
    justify-content: space-between;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 17px 27px;
	
}
.whyus-grid .whyus-block {
	width: 100%;
    margin-top: 2rem;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    /*border: 1px solid gainsboro;*/
    border-radius: 10px;
    transition: .7s ease;
    box-shadow: 0 7px 20px rgb(0 0 0 / 19%);
	background-color:white;
}
.whyus-grid .whyus-block .opacity {
	padding: 2rem 2rem 2rem;
    height: 350px;
}
.whyus-grid .whyus-block .opacity:hover {
	transform: scale(1.1);
	transition: .5s ease;
}
.whyus-grid .whyus-block:nth-child(2) .opacity {
	background-image: url(../images/referal-recruiment.png);
}
.whyus-grid .whyus-block:nth-child(3) .opacity {
	background-image: url(../images/social-media.png);
}
.whyus-grid .whyus-block:nth-child(1) .opacity {
	background-image: url(../images/advertisements.png);
}
.whyus-grid .whyus-block:nth-child(4) .opacity {
	background-image: url(../images/campus-recrutiment.png);
}

.whyus-grid .whyus-block:nth-child(5) .opacity {
	background-image: url(../images/head-hunting.png);
}

.whyus-grid .whyus-block .block-name {
	padding: 0rem 0rem 1rem;
}
.whyus-grid .whyus-block .block-name h3 {
	font-size: 20px;
    padding: 0rem 0rem 0rem;
    text-align: center;
    color: #285970;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.whyus-grid .whyus-block .opacity:hover .block-name h3 {
	color: black;
}
.whyus-grid .whyus-block .info {
}


/* recruitment benefits */

.title-3 {font-size: 37px;  
    padding: 30px 40px;}

.benout { padding: 40px 0px;}

.benout h2 {
	font-size: 2rem;
    padding: 0rem 0rem 0rem;
    text-align: center;
    color: #285970;
    font-weight: 600;
    text-transform: capitalize;
    
}
.benout h2 span {
	color: #285970;
}

.prin-main {padding: 71px 0px;
    background: #fff;
    color: #000;}
	
.prindata {padding: 50px 40px;}

.ptitle {font-size: 16px;
    border: 8px #285970 double;
    padding: 15px;
    text-align: justify;}

/*.ptitle:before {content: "";
    position: absolute;
    left: 50%;
    top: 23.5%;
    transform: translate(-50%, -50%);
    width: 289px;
    height: 45px;
    background: url(../images/other-images/icon.png) no-repeat;}
*/



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {padding: 64px 0px;}


.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #1bbd36;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #111;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #444444;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #2b2b2b;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #1bbd36;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #57e76f;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# IT SERVICES
--------------------------------------------------------------*/
.itser-info {
	/*font-size: 18px;*/
    padding: 0px 10px 0px;
    line-height: 46px;
    text-align: justify;
    color: #504438;
}

.itser-info-2 {
	/*font-size: 18px;*/
    padding: 44px 10px 0px;
    line-height: 46px;
    text-align: justify;
    color: #504438;
}




/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {padding:112px 0px;}

.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #285970;
  float: left;
  width: 44px;
  height: 44px;
  background: #fecc00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2b2320;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 17px;
  color: #65534c;
}

.contact .info:hover i {
  background: #285970;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #272727;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #fd5c28;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #114760;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}
#footer .footer-top {
	/*background: linear-gradient(179deg,#285970,#134d68); */
    /* border-bottom: 1px solid #285970; */
    padding: 60px 0 30px 0;
    background-color: #285970;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 22px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700; color: #fecc00;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
    font-weight: bold;
    color: #fecc00;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}




#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: all 0.3s ease;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:before{
    content: "\f101";
    font-family: "Fontawesome";
    position: absolute;
    left: 0;
    top: 35px;
    font-size: 20px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    color: #6a9930;}

/*#footer .footer-top .footer-links ul a:hover:before{
    opacity: 1;
    visibility: visible;
    transition: all 500ms ease;
    color: #fff;}
*/

#footer .footer-top .footer-links ul a:hover {
  color: #fff; padding-left: 10px; transition: all 0.3s ease; text-decoration: none;
}



#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff4a17;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff5e31;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  transition: 0.3s; color:#ffc107;
}

#footer .credits a:hover {color:white;}

#footer .qmap {color:white;}

#footer .qmap a:hover {text-decoration: none;}

#footer .qmap:hover { transition: 0.3s; -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }


/*--------------------------------------------------------------
# GET A QUOTE
--------------------------------------------------------------*/
.quote-section {
	        padding: 2px 0px;
    /* background: linear-gradient(359deg,#275970,#387a98); */
    /* background-color: #285c75; */
    background-color: #2c637d;
}

.qcWrap {}

.indTlt {font-size: 25px; text-align: center; color: #ffffff; padding: 22px 0px;}


.quote-head-1 {
	font-size: 28px;
    padding: 20px 0px 10px;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}
.quote-head-2 {
	font-size: 20px;
    padding: 10px 0px 10px;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}
.quote-button {
	text-align: center;
}
.quote-button .quote-button-1 {
	padding: 10px 0px 20px 30px;
	float: left;
	position: relative;
}
.quote-button .quote-button-1 .quote-btn-1 {
	padding: 10px 20px;
    line-height: 30px;
    font-size: 20px;
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    color: #FFF;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid #454545;
    background: #272727;
    text-transform: capitalize;
    text-decoration: none;
    overflow: hidden;
    transition: 1s all ease;
    z-index: 1;
}











