


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container_fhstyle {
	width: 97.2%;
	margin: 0 auto;
}
.container_fhstyle2 {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 1170px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}

.content_fullwidth.less {
	padding: 0px 0px 0px 0px;
}
.content_fullwidth.less2 {
	padding: 100px 0px 0px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 55px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}



/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top:0px;
}


.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
	margin-top: 12px;
}


.mstslider {
	width:100%;
	float:left;
}

.header-menu{
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 10px;
	padding:10px 15px
}
.slidermar {
	float:left;
	margin-top:80px;
}

.text-layer{
	clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
	width: 60%;
	height: 100%;
    overflow: hidden;
	background: rgb(7, 124, 180, 0.7);
	padding: 50px;
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	z-index: 9;
}





/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #edeeee;
	border-bottom: 1px solid #f9f9f9;
	font-size: 15px;
	color: #000;
	font-family: 'poppins', sans-serif;
	padding: 5px 0px;
}
.top_nav .left {
	float: left;
	width: 50%;
	padding: 7px 0px;
}
.top_nav .left ul li{
	float: left;
	list-style: none; padding-right: 50px;
}
.top_nav .left i {
	color: #000;
}
.top_nav .left a {
	color: #000;
	font-weight: 400;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 50%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 5px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #000;
	font-size: 15px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}

.top_nav .topsocial li a i{
	float: left;
	color: #000;
	background: #dddddd; 
	width: 26px;
	height: 26px; line-height: 26px;
	border-radius: 50%
}

.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}

.top_section {
	float: left;
	width: 100%;
	height: 138px;
	background: #000;
}
.top_section .left {
	float: left;
	width: 40%;
}
.top_section .right {
	float: left;
	width: 60%;
	margin-top: 27px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.top_section .right a {
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
}
.top_section .right a:hover {
	color: #ccc;
}
.top_section .right i {
	color: #999;
	margin-left: 22px;
}
.top_section ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.top_section .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.top_section .topsocial li a {
	float: left;
	color: #fff;
	font-size: 11px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin: 0;
	background: #333;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	line-height: 20px;
}
.top_section .topsocial li a:hover {
	background: #999;
}
.top_section .topsocial li a i {
	color: #fff;
	margin: 0;
}

.menu_rlinks {
	float: right;
	width: 16%;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.3px;
	font-weight: 300;
}
.menu_rlinks .mrbut {
	float: right;
	color: #ccc;
	margin-left: 0px;
	padding: 18px 22px 17px 22px;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
	transition: all 0.3s ease;
}
.menu_rlinks .mrbut:hover {
	color: #fff;
	background: #727272;
}
.menu_rlinks .mrbut.two {
	border-right:1px solid #707070;
	border-left:none;
}


/*----------------------------------------------------
   home SECTIONS
------------------------------------------------------*/
.home-section1{
	width:100%;
	float:left;
	position:relative;
	margin-top:-30px;	
}
.home-section1-block{
	width:100%;
	float:left;
	box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 7%);
	background:#fff;
	border-radius:10px;
    transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding:30px 30px 30px 46px;
    display:flex;
    align-items:center;
    background:#ffffff url(../images/first-sec-bg.png) no-repeat right bottom;
	/*background-size: contain;*/
}
.home-section1 .item{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	transition: all 0.3s ease-in-out;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;

}
.home-section1 .item.first-box{
	text-align: left !important; 
	justify-content: left !important; 
	border-right: 1px solid #ddd !important; 
	padding-right: 10px;
}
.home-section1 .item:nth-child(3n){margin-right:0px;}

.home-section1 .item .text{
	width: 100%;
	float: left;
	/*padding-left: 85px;*/
}
.home-section1 h2{
	color: #000;
    font-size: 24px;
    line-height: 35px;
    font-family: 'Poppins', cursive;
    font-weight: 600;
    margin-bottom: 10px;
}
.home-section1 h3{
	color: #000;
	font-size:20px;
	line-height: 35px;
    font-family: 'Poppins', cursive;
	font-weight: 600;
	margin-bottom: 5px; 
}
.home-section1 .img-item{
	width: 70px;
	height: 70px;
	background: linear-gradient(to right, #0b74ae , #25a9e0);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 15px;
}
.home-section1 .img-item-box{
	background: #fff;
	width: 55px;
	height: 55px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.home-section1 .img-item img{
	background: #fff;
	width: 40px;
	height: 40px;
	text-align: center;	
}

.home-section1 p{
	color: #000;
	font-size: 14px;
	line-height: 28px;
    font-family: 'Poppins', sans-serif;
	font-weight: 400; 
}
.home-section1 .item:hover{
    transform: translate3d(0,-10px,0);
    
}


/* home-about section  */
.home-about {
	float: left;
	width: 100%;
	padding: 100px 0px; 
	position: relative;
}
.about-left{width: 46%; float: left; margin-right: 8%}

.about-right{width: 46%; float: right;position: relative; }

.about-right img{width: 100%;height: auto;border-radius: 3px;}

.home-about h5{font-size: 18px; color: #000; font-family: 'Poppins', sans-serif; margin-bottom: 10px;}

.home-about h1{font-size: 38px; color: #25a9e0; font-family: 'Poppins', cursive;
 margin-bottom: 20px; font-weight: 600;}

.home-about h2{font-size: 34px; color: #25a9e0; font-family: 'Poppins', cursive; line-height: 42px; margin-bottom: 25px; font-weight: 600;}

.home-about p{font-size: 15px; color: #000; font-family: 'Poppins', sans-serif;  line-height: 30px;padding-bottom: 35px;letter-spacing: 0.3px;}

/*.home-about h6{font-size: 20px; color: #000; font-family: 'Poppins', sans-serif; margin-bottom: 20px; font-weight: 500;
border-left: 3px solid #25a9e0; padding-left: 20px; line-height: 31px; margin-bottom: 0px;}
*/
.home-about .more-information{
	font-size: 16px; 
	color: #fff;
 	font-family: 'Poppins', sans-serif;  
 	line-height: 28px;
  	background: linear-gradient(to right, #0b74ae , #25a9e0); 
  	padding: 12px 25px; 
  	border-radius: 25px;
  	transition: all 0.5s ease-in-out;  	
  }
.home-about .more-information:hover{
	background: #333;
}

.about-right .box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 195px;
    background: #fff;
    text-align: center;
    padding: 28px 15px 0px 15px;

}
.about-right .box h6{font-size: 17px; color: #000; font-family: 'Poppins', sans-serif; margin-bottom: 0px;}
/*** 
=============================================
    technolgy Style1 Area Css
=============================================
***/
.sec-title {
    position:relative;
    display:block;
    margin-top:-3px;
    padding-bottom:50px;
}

.sec-title.center .sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-title .sub-title {
    position: relative;
    display: block;
    padding-bottom: 13px;
}

.sec-title .sub-title h6 {
    position: relative;
    display: flex;
    align-items: center;
    color: #0b74ae;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;    
    font-family: poppins,sans-serif;
}
.sec-title .sub-title h2 {
    position: relative;
    display: flex;
    align-items: center;
    color: #0b74ae;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0; 
    font-family: poppins,sans-serif;   
}

.sec-title .sub-title .border-left {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #0b74ae;
    margin-right: 10px;
    border-left: none !important;
}

.sec-title .sub-title .border-right {
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #0b74ae;
    margin-left: 10px;
    border-right: none !important;
}

.sec-title h2 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    font-family: poppins,sans-serif;
}
.sec-title h4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    font-family: poppins,sans-serif;
}
.sec-title p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    text-transform: none;
    text-align: center;
    font-family: poppins,sans-serif;
}
/*=======-------------==========*/
.service-section {
   width: 100%;
   float: left;  
   padding: 60px 0px;
     background: #f6f8fb url(../images/service-bg.png) repeat center; 
     position: relative;   
  }
.service-section:before{
    position: absolute;
    content: "";
    height: 280px;
    width: 200px;
    left: 0px;
    top: 0;
    background: url(../images/bg-about.png) no-repeat left;
    background-attachment: scroll;
    /*z-index: -1;*/
    opacity: 0.25;
}
  .service-title{
	width: 100%;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
}
.service-title .left{
	width: 50%;
    float: left;
}
.service-title .right{
	width: 50%;
    float: left;
}
.service-title h3 {
     font-size: 17px;
    color: #5aabdd;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 4px; 
    font-family:'Poppins',sans-serif;
    
}
.service-title h2 {
	font-size: 38px;
    color: #282a32;
    line-height: 47px;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: 'Poppins',sans-serif;
    
}
.service-title p {
    font-size:14px;
    color: #000;
    line-height: 28px;
    font-family: 'Poppins',sans-serif;
    letter-spacing: 0.3px;
}
.service-boxes{
	width: 100%;
	float: left;	
}

.service-item  {
	width: 30.5%;
	float: left;	
	margin-right: 4%;
   transition: all 0.3s ease-in-out;
   margin-top: 20px;
   margin-bottom: 30px;
   position: relative;
       background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 6%);
}
.service-item:nth-child(3n+3) {margin-right: 0px;}

.service-item .light-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    color: rgb(117 117 117/5%);
    z-index: 1;
    /*transform: rotate(-15deg);*/
}
.service-item .light-icon img{ width: 120px;}

.service-item img {
	max-width: 100%;
	height: auto;
	margin-bottom: -6px;
	border-radius: 5px;
	transition: all 0.3s ease-in;
}
.service-item h4 {
    font-size: 18px;
    color: #585858;
    line-height: 32px;
    font-weight: 600; 
    margin-bottom: 5px;  
    font-family:'Poppins',sans-serif;

}
.service-item p {
	font-size:14px;
    color: #757575;
    line-height: 28px;
    font-family: 'Poppins',sans-serif;
    letter-spacing: 0.3px;
    padding-bottom: 20px;
    z-index: 2;
}
.service-item .thumb {
	width: 100%;
	float: left;
   transition: all 0.55s ease-in;
   overflow: hidden;
    position: relative;
}
.service-item .thumb:before {
  content: "";
  position: absolute;
  transition: all 0.55s ease-in;
  transform: skewX(45deg);
  height: 100%;
  width: 100%;
  top: 0;
  left: 170%;
  opacity: 0;
  background-size: 220% 150%;
  background: rgba(37 169 224/ 0.5);
  z-index: 1;
}
 .service-item:hover .thumb::before {
	opacity: 1;
    left: -170%;
    transition: all 0.55s ease-in;
}
  .service-item:hover .thumb  img {
        transform: scale(1.1, 1.1);
  }
 .service-item .link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #757575;
    font-weight: 500;
    padding-top: 14px;
    z-index: 1;   
  }
.service-item .link a:before {
    position: absolute;
    content: '';
    width: 76px;
    height: 8px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-repeat: no-repeat;
    transition: all 500ms ease;
        background: url(../images/shape-read-more.png);
} 
.service-item  .link a:hover {
    color: #25a9e0;
}
.service-text{
	width: 100%;
	float: left;
	padding: 30px 28px;
}

/*=========================================*/
.cta-sec{
	width: 100%;
	float: left;
	background: url(../images/background-cta.png) no-repeat right top;	
  background-position: right;
	padding: 80px 0px;
	position: relative;
}
.cta-sec:before{
  position: absolute;
  content: '';
  background: linear-gradient(90deg, #2b7cb4, #2aa090);
  opacity: 0.74;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
}


.cta-sec .content-box {
  position: relative;
  background-color:  #fff;
  padding: 20px 50px 27px;
  color: #0b182a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  font-style: italic;
  box-shadow: 15px 29px 87px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
.cta-sec .content-box {
    margin-left: 0px;
  }
}
.cta-sec .content-box::before {
  position: absolute;
  left: 10px;
  top: 0;
  width: 7px;
  content: "";
  height: 84%;
  background-color:  #0b2f81;
}
.cta-sec .content-box::after {
  position: absolute;
  right: 0;
  bottom: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 30px 0;
  border-color: transparent  #fff transparent transparent;
}
.cta-sec .content-box-author {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 79px;
  justify-content: flex-end;
  margin-right: 29px;
  text-align: right;
}
@media (max-width: 767px) {
  .cta-sec .content-box-author {
    margin: 20px 0 0;
  }
}
.cta-sec .content-box-author-thumb {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  border: 2px solid  #00cde5;
  padding: 4px;
  overflow: hidden;
}
.cta-sec .content-box-author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.content-box-authormeta h6{
      display: block;
    position: relative;
    margin: 0;
    line-height: 1.6;
    padding-left: 20px;
    font-size: 20px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    font-family: 'Poppins',sans-serif;
    color: #fff;
    text-align: left;
    font-weight: 500;
}
.content-box-authormeta span {
	display: block;
    margin-bottom: -12px;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #0a0a05;
    font-weight: 400;
}
.cta-sec-contact{
	width: 100%;
	float: left;
	padding-left: 150px;
}
.cta-sec-contact h3 {   
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    text-transform: none;
    font-family:'Poppins',sans-serif;
    text-align: left;
    letter-spacing: 0.5px;
}

.cta-sec-contact h5 {   
    color: #fff;
    font-size: 35px;
    line-height: 54px;
    font-weight: 600;
    text-transform: none;
    font-family:'Poppins',sans-serif;
    text-align: left;
    margin-bottom: 36px;
}
.cta-sec-contact a {   
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 500;
    text-transform: none;
    font-family:'Poppins',sans-serif;
    text-align: left;
    margin-bottom: 0px;
    border: 1px solid #0941ac;
    background: #0941ac;
    transition: all 0.3s ease-in-out;
}
.cta-sec-contact a:hover { 
	background: transparent;
}
/*==================career-sec=========================*/
.jm-video-area {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.jm-video-img {
	width: 50%;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.jm-video-img::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.8);
    opacity: 0.65;
    z-index: -1;
}
.jm-video-icon {
    position: absolute;
    right: 0;
    margin-right: -40px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
     background-color: rgb(255, 255, 255);
}
.jm-play-btn{
	display: flex;
    align-items: center;
    justify-content: center;
}
.jm-play-btn::after {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
 
  animation-name: playAnimation;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
}
.jm-video-icon i{
	color: #4fc1e6;
    font-size: 2.5em;
    margin-right: -5px;
}
.jm-video-icon:hover {
  background: #4fc1e6;
}
.jm-video-icon:hover i{ color: #fff; }

@keyframes playAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
.light-bg {
    background:#b7ecee;
}
.career-right{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.career-right-text{
	width:50%;
	float:left;
	padding:0px 50px 60px 40px;
	position:relative;   
	overflow:hidden;
}

.career-right-text::before{
    position: absolute;
    content: " ";
    top:100%;
    right:0px;
    border-bottom:60px solid #1B75BB; 
    border-left:60px solid transparent; 
    transform:rotate(180deg);
}

.career-right-text::after {
	position: absolute;
    content: " ";
    top:72px;
    right: 0px;
    width: 75%;
    height: 2px;
    background-color: #fff;
}

.counter-section{
	width:100%;
	float:left;
	margin-top:30px;
	padding-left:50px;
}

.counter-section  .counter-box{
	width:33%;
    float:left;
    padding-left:2.5%;
    border-right:2px solid #fff;
    padding-right:2.5%;
} 

.career-right-text   .text{
	font-size:16px;
    color:#000;
    font-weight:400;
    line-height:30px;
    font-family: poppins, sans-serif;
    margin-left:50px;
    border:2px solid #1B75BB;
    padding:15px 20px;border-radius: 25px 0px;
}


.subtitle {
	font-size:28px;
    font-weight:600;
    background-color:#1B75BB;
    padding:53px 25px;
    padding-top:75px;
    line-height:35px;
    font-family: poppins, sans-serif;
    margin-left:50px;
    color: #fff;
    clip-path: polygon(0 39%, 100% 38%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    display:inline-block;
}

.title {
	font-size:22px;
    font-weight:500;
    color:#000;
    font-family: poppins, sans-serif;
    margin-bottom:22px;
    margin-top:8px;
    margin-left:50px;
}

.counter-section  .counter-box:nth-child(3n){ border-right:0px solid #FBFBFB;}

.counter-box h3 {margin-bottom:4px;text-align:center;}

.counter-box h3 .plus{ 
	color: #000; 
	font-family: poppins, sans-serif; 
	font-weight: 500; 
	font-size:1.6em;
}
.counter-box .counter{ 
	color:#000; 
	font-family: poppins, sans-serif; 
	font-weight: 500; 
	font-size:1.6em;
}
.counter-box h4{ 
	color:#000; 
	font-family: poppins, sans-serif; 
	font-weight:400; 
	font-size:1em;
	margin-bottom:0px;text-align: center;
}


















.staffing-box{
	width:100%;
	float:left;
}
.staffing-box .left-item{
	width: 25%;
	float: left;
	margin-right: 5%;
}
.staffing-box .mid-item{
	width: 40%;
	float: left;
	margin-right: 5%;
	text-align: center;
}
.staffing-box .right-item{
	width: 25%;
	float: left;
	margin-right: 0%;
}
.staffing-box h4{
	color: #0979b2;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
    font-family:'Poppins',sans-serif;
    text-align: left;
}
.staffing-box p{
	color:#000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    font-family:'Poppins',sans-serif;
    text-align: left;
}

.staffing-box h3{
	color: #000;
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
    text-transform: none;
    font-family:'Poppins',sans-serif;
    text-align:left;
}
.staffing-box .button-box{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.staffing-box a {   
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 500;
    text-transform: none;
    font-family:'Poppins',sans-serif;
    text-align: left;
    margin-bottom: 0px;
    border: 1px solid #25a9e0;
    background: #25a9e0;
    transition: all 0.3s ease-in-out;
}
.staffing-box a:hover { 
	background: transparent;
	color: #25a9e0;
}




/*---------------------------------------------------
 scroll up 
------------------------------------------------------*/

.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}



/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 60px 0px 00px 0px;
	background: #191919;
	color: #a5a0a0;
    letter-spacing: 0.3px;
	border-top: 0px solid #26262b;
	font-family: 'Poppins', sans-serif;
}
.footer h4 {
	font-size:18px;
	font-family: 'Poppins', sans-serif;
	color: #25a9e0;
	font-weight: 500;
}
.footer-logo{margin-top:-15px;}

/* Address */
ul.faddress {
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.faddress li {
	padding: 2px 0px 17px;
	margin: 0px;
	padding-left: 34px;
	position: relative;
	color:#a5a0a0;
	transition: all 0.3s ease;
	border-bottom: 1px solid hsla(0,0%,100%,.06);
}
.faddress li + li {padding-top:15px;padding-bottom:15px;}

.faddress li:last-child { border-bottom:0px solid hsla(0,0%,100%,.06); }

.faddress li a {
	color:#a5a0a0;
	transition:all 0.3s ease;
	font-size:14px;
}
.faddress li  img{ float:left;margin-left:-34px;width:25px; padding-top:1px;}

.faddress li:hover {
	color:#25a9e0;
}

.faddress li a:hover {
	color:#25a9e0;
}
.faddress li:hover i { color:#25a9e0;}

/* quick links */
.qlinks {
	float:left;
	width:100%;
}
.qlinks ul {
	float:left;
	width:100%;
	padding:0px;
	margin:5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
}
.qlinks li a {
	color: #a5a0a0;
	transition: all 0.3s ease;
	font-size: 14px;
}
.qlinks li a:hover {
	color: #25a9e0;
}
.qlinks li a i {
	margin-right: 3px;
	color: #a5a0a0;
	font-size: 15px;
}
.qlinks li a:hover i { color:#25a9e0;}


 .footer-top-bg{
    background-image:linear-gradient(to right, #532f7b,#773c5e,#964846,#d1611b,#f67603,#fd9f0a,#fdc930,#fadf4f,#a7bd44,#3e832a,#0e671e);
    width:100%;
    height:10px;
 }

 .footer-1{
 	width: 25%; 
 	float: left;
 	margin-right:7%;
 }

 .footer-2{
 	width:21%; 
 	float:left;
 	margin-right:3%;
 }

.footer-3{
 	width:13%; 
 	float:left;
 	margin-right:3%;
 }
  
 .footer-4{
 	width:28%; 
 	float:left;
 	margin-right:0%;
 	background-color:hsla(0,0%,100%,.03);
 	padding:20px;
 	border-radius:10px;
 	margin-top:-20px;
 }

/* footer social links */
.footer-social-links{
	width:100%;
	float:left;
	margin-top:10px;
}

ul.footer_social_links {
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
}

.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 7px;
}

.footer_social_links li a i{
	width: 35px;
	height: 35px;
	padding: 4px;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	background-color:transparent;
	transition: all 0.3s ease-in;
	border: 1px solid #25a9e0;
   	color: #25a9e0;
   	font-size: 18px;
  	line-height: 27px;
  	position: relative;
 }

.footer_social_links li a i:hover {
	color: linear-gradient(to left, #0978b1, #25a9e0);
	background: transparent;
	 border: 1px solid #fff;
/*  border-image-slice: 1;*/
  /*border-radius: 50% !important;*/
/*  border-image-source: linear-gradient(to left, #0978b1, #25a9e0);
  background: linear-gradient(to right, #0978b1 0%, #25a9e0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	
}

/* copyrights */
.copyright_info {
	float: left;
	padding: 25px 0px 20px 0px;
	margin: 50px 0px 0px 0px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background: #282727;
	border-top: 0px solid #424247;
	font-family: 'Poppins', sans-serif;
}

.copyright_info a{color: #25a9e0;font-size:14px;}

.copyright_info a:hover{color:#fff;}



/*=================page
=======================================*/










https://themetechmount.com/react/hireco/home2

https://preview.themeforest.net/item/hiredots-human-resources-recruiting-html-template/full_screen_preview/49375188?_ga=2.169966434.313510792.1704260301-1370803645.1681282023


/*contact-us*/

.contact-page {
	width:100%;
	float:left;
	display:inline-block;
    margin-top:60px;
}
.contact-section {
    box-shadow: 3px 3px 8px 1px rgb(0 0 0 / 30%);
    width: 100%;
    float: left;
    margin-bottom:60px;
    margin-top:60px;height: 395px;
}
.contact-section .left-item {
    width: 50%;
    float: left;
    padding: 40px; 
}
.contact-section .item {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.contact-section .icon {
    width: 15%;
    float: left;
    position: relative;
}
.contact-section .icon:before {
    width: 40px;
    height: 50px;
    background: transparent;
    position: absolute;
    content: "";
    border:6px solid #a5d5fa;
}
 
.contact-section .icon i {
    color:#1B75BB;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    background: #fff;
    padding: 5px 0px;
    margin-top: 8px;
    margin-left:-4px;
}
.contact-section .details {
    width:85%;
    float:left;
}
.contact-section h4 {
    color:#1B75BB;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;margin-bottom:8px;
}
.contact-section p { 
    color: #000;
    font-size: 16px;
    font-weight: 400;
       font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 28px;
    padding-bottom: 15px;
}

.contact-section .right-item {
    width: 50%;
    float: left;
    /*background:#a5d5fa;*/
    padding: 30px 50px;
}

.contact-section .submit {
    background:#1B75BB;
    border-radius: 20px;
    padding: 8px 25px;
    display: inline-block;
    transition: all .3s ease;
}

.contact-section .submit a{ color:#fff; font-family: 'Poppins', sans-serif; }


.contact-section .submit:hover {
    background: #373435;
}

 
.contact-section p a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    line-height: 28px;
}

.newframe {
	width:100%;
	height:350px;
}


/*about-us*/

.about-sec {
	width:100%;
	float:left;
	display:inline-block;
    margin-top:60px;
    margin-bottom:60px;
}


.sec-left { 
	width:72%;
	float:left;
	margin-right:3%;
}

.sec-left p {  
   	color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height:30px;
}

.sec-right{
	width:25%;
	float:left;
	margin-right:0%;
 }

 .sec-right img{ width:100%; }


 .wrapper {
    width:100%;
 	float:left;
 	display:inline-block;
    margin-top:0px;
    margin-bottom:60px;
}
 
 


article p {
	color: #000;
    font-size: 16px;
    line-height: 30px;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: left;
}

/*========service-detials-area===========*/

.service-detials-area {
	width:100%;
	float:left;
	margin-top:60px;
	margin-bottom:40px;
}

.service-details-item {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 15px 15px 15px 0;
    box-shadow: 0 5px 15px rgb(0 0 0 / 6%); display: inline-block;
}

.service-details-thumb {
    position: relative;
    overflow: hidden;
}
/*.service-details-thumb img {
    transform: scale(1.1);
    transition: .5s;
}*/

.service-details-item h6{font-size: 19px;
    color: #0941ac;
    font-family: 'Poppins', sans-serif;
    line-height: 15px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 25px; padding-top: 10px;}

.service-details-item p{   font-size: 15px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    font-weight: 400;
    text-align: justify;
   }

.service-details-contents {
    background: #fff;
    padding:10px 10px 10px;
    width: 85%;
    position: absolute;
    left: 1px;
    right: 0;
    margin: auto;
    margin-top: -20px;
    filter: drop-shadow(0px 5px 30px rgba(117,117,117,0.1));
}

.service-details-contents h3 {
   	font-size: 16px;
    color: #0a1027;
    font-family: 'Poppins', sans-serif;
    line-height: 35px;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom:0px;
    text-align:center;
}

.service-detials-area h4 {
	font-size: 24px;
    line-height: 40px;
    margin-bottom: 28px;
    color: #000;    padding-left: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}


.industry-focus h4{
	font-size: 24px;
    line-height: 40px;
    margin-bottom:0px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}




.industry-focus {
	width:100%;
	float:left;
	margin-top:60px;
	margin-bottom:0px;
	display:inline-block;
}

.industry-focus p { 
	font-size: 16px;
    color: #000;
    float: right;
    margin-bottom: 0px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
}

.industry-focus p:last-child {  
    padding-bottom:0px;
}



/*==========banner=========*/
.banner{
    width:100%;
    float:left;
	background:#1B75BB;  
}
.banner-contect{
	margin-top:90px;
	width:100%;
	float:left;
	padding:40px 0px 40px;
}
.banner h1{
	font-size:33px;
	font-weight:600;
    color:#fff;
    float:left;
    margin-bottom:0px;
    font-family: 'Poppins', sans-serif;   
}
 .banner  p {
	font-size:16px;
	color:#fff;
	float:right;
	margin-bottom: 0px;
	line-height:35px;
	font-family: 'Poppins', sans-serif;
}
  
.banner  p a{ color:#fff; }
/*=========banner=========*/

.contact-center {
    margin: 0;
    padding: 0 175px 0;
    margin-top:50px;
    margin-bottom:80px;
    z-index:1;
    position:relative;
    width:100%;
    float:left;
}
.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 40px 50px 50px;
    border-top: 5px solid #25a9e0;
}
.text-center {
    text-align: center;
}
.section-title {
    text-align: left;
    margin-bottom: 50px;
}
.form_box input {
    border: 1px solid rgba(100,100,100,0.1);
    width: 100%;
    height: 50px;
    padding: 0 18px;
    margin-bottom: 20px;font-family: 'Poppins', sans-serif;
    outline: 0;
}
.form_box textarea {
    width: 100%;
    height: 135px;
    padding: 14px 18px;
    border: 1px solid rgba(100,100,100,0.1);
    outline: 0;   font-family: 'Poppins', sans-serif;
}

.quote_button {
    text-align:center;
    margin-top:40px;
}
.contact-center .quote_button button {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background:#1B75BB;
    border-radius: 0;
    padding: 16px 38px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 0;
}
.section-title h4 {
    font-size: 20px;
    line-height: 30px;
    color:#22adb7;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align:center; 
}

label {
    display:inline-block;
    margin-bottom:5px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color:#000;
}

.career {
	width:100%;
	float:left;
	margin-top:80px;
	margin-bottom:0px;
}

.career h4 {
	font-size:24px;
    line-height:40px;
    margin-bottom:8px;
    font-family: 'Poppins', sans-serif;
    color:#1B75BB;
    font-weight:600;
}

.career p { 
	font-size:16px;
    line-height:30px;
    font-family: 'Poppins', sans-serif;
    color:#000;
}

.small-text{
	width:100%;
    float:left;
    margin-top:0px;
    margin-bottom:60px;
    display:inline-block;
}


.small-text  h6 { 
	color:#1B75BB;
    font-size:22px;
    line-height:32px;
    font-family: "poppins", sans-serif;
    font-weight:600;
    letter-spacing:0.3px;
    margin-bottom:8px;
    text-align:left;
}

.small-text p:first-child {
    padding-top:80px;
}

.small-text  p {
	color:#000;
    font-size:16px;
    line-height:30px;
    font-family: "poppins", sans-serif;
    font-weight:400;
    margin-bottom:8px;
    text-align:left;
}

/*================*/

.profile-image {
	width: 100%;
    float: none;
    margin-top: 0px;
    margin-bottom: 80px;
    background:#e8fcfe;
    padding:45px 0;
}

.elementor-slide-heading p {
 	font-size:39px;
    line-height:52px;
    font-weight: 600;
    letter-spacing:0.4px;
    margin-bottom:8px;
    font-family: "Poppins", Sans-serif;
    color:#1B75BB;
}

.elementor-slide-heading h3{
	font-size:21px;
    line-height:28px;
    margin-bottom:25px;
    color:#000;   
    font-family: "Poppins", Sans-serif;
}


.content-box--thumb-11 img {
	width:100px;
    height:100px;
    border-radius: 50%;
    border: 2px solid #00cde5;
    padding: 4px;
    overflow:hidden;
}

.abput-context {
    width:100%;
    float:left;
    display:block;
	padding:0 150px 0;
}

.elementor-slide-description p {
	font-family: "poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 33px;
    letter-spacing: 0.4px;
}