/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/


/*----------------------------------------------------
	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
------------------------------------------------------*/
.header-bg{
	width: 100%;
	float: left;
	
}
/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 60px;
	margin-top:5px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.jpg) no-repeat left top;	
}


/* header area adinationals */
.logo {
	float: left;
	width:25%;
	margin-top: 5px;
}

.menu_main {
	float: left;
	width: 75%;
	margin-top: 15px;
	z-index: 9999;
}

.menu_main.rslinks {
	width: 67%;
}


.menu_main_full {
	float: left;
	width: 84%;
	z-index: 9999;
}

.mstslider {
	width: 100%;
	float: left;
}

.slidermar {
	margin-top: 78px;
	float: left;
}
.banner-layer{	
	width: 100%;
	height: 100%;
    overflow: hidden;
	background:rgb(0 0 0/0.7);
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	z-index: 9;
}

 

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: #fcfcfc;
	border-bottom: 1px solid #f9f9f9;
	font-size: 12px;
	color: #c3c3c3;
}
.top_nav .left {
	float: left;
	width: 30%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #c3c3c3;
}
.top_nav .left a {
	color: #c3c3c3;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #c3c3c3;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.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: rgba(0, 0, 0, 2%);
}
.top_section .left {
	float: left;
	width:50%;
	background: #00aad0;
	/*overflow: hidden;*/
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	font-family: "Arimo",sans-serif;
}
.top_section .right {
	float: left;
	width: 50%;
	padding: 10px 0px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.top_section .left:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	right: 100%;
	top: 0px;
	background: #00aad0;	
}
.top_section .left:after {
	position: absolute;
	content: "";
	left:  100%;
	top: 0px;	
 	width: 0;
    height: 0;
    border-bottom: 100px solid #00aad0;
    border-right: 75px solid transparent;
	
}
.top_section .left a {
	color: #fff;
	font-size: 16px;
	font-family: "Arimo",sans-serif;
	transition: all 0.3s ease;
}
.top_section .left a:hover {
	color: #f9f9f9;
}
.top_section .left i {
	color: #fff;
	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: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin: 0;
	background: #00aad0;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	line-height: 22px;
}
.top_section .topsocial li a:hover {
	background: #999;
}
.top_section .topsocial li a i {
	color: #fff;
	margin: 0;
}





.menu_rlinks {
	float: right;
	width: 10%;
	font-family: 'Arimo', sans-serif;
	letter-spacing: 0.3px;
}
.menu_rlinks .mrbut {
	float: right;
	color: #fff;
	font-weight: 600;
	margin-left: 0px;
	    padding: 10px 16px;
    margin-top: 10px;
	background: #15b111;
	font-size: 15px;
	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;
}




h1, h2, h3, h4, h5, h6, a, li, p, span {
	font-family: 'Work Sans', sans-serif;
}
/*====================================== home
==============================================*/
.home-about{
	width: 100%;
	float: left;
	padding-top: 100px;
	padding-bottom: 80px;
	background: url(../images/about-bg.jpg) no-repeat center;
	background-size: cover;
}
.about-left{
	width: 50%;
	float: left;
	margin-right: 5%; 
}
.about-right{
	width: 45%;
	float: left;
}
.top-title{
	width: 100%;
	float: left;
	position: relative;
}
.top-title h3{
	font-size:23px;
	color: #4aaeff;
	margin-bottom: 0px;		
	letter-spacing: 0.3px;
	position: relative;
	line-height: 32px;	
	font-weight: 600;
	margin-bottom: 20px;
}
.about-right h5{
	font-size:7em;
	color: transparent;
	font-weight: 500;
	margin-bottom: 0px;
	-webkit-text-stroke: 1px #eff5ff;
	text-transform: uppercase;
	position: absolute;
	opacity: 0.2;
	top: -20px;
}

.homeabout-image{
	position: relative;
	width: 100%;
	float: left;
}
.homeabout-image .image-1{
	border-radius: 50px 0px 50px 50px;
}
.homeabout-image .image-2{
	border: 3px solid #fff;
	position: absolute;
	content: "";
	right: 0px;
	bottom: 50px;
}
.count-box{
	position: absolute;
	content: "";
	background: #1287e5;
	width: 110px;
    height: 150px;
    right: 3px;
	top: 0px;
	border-radius: 0px 50px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.count-box h4{
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0px;
	font-family: poppins,sans-serif
}
.count-box h4 span{font-size: 30px; display: block; font-weight: 600; margin-bottom: 13px;
}

.about-right p{
	font-size: 17px;
	line-height: 32px;
	color: #f9f9f9;
	font-weight: 400;
	letter-spacing: 0.1px;
	padding-bottom: 15px;
}
.about-right .more-btn{ 
	margin-top: 20px;
	width: 100%;
	float: left;
	text-align: right;
}

.about-right a{
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	background: #1287e5;
	border-radius: 20px 0px;
	padding:13px 30px;
	transition: all 0.5s ease-in;
}
.about-right a:hover{
	background: #0a2150 ;	
}

/*=========================================================*/
.service-section{
	width: 100%;
	float: left;
	margin-top: 0px;
}
.service-section-layer{
	width: 100%;
	float: left;
	background: rgb(0 0 0/0.02);	
  	padding: 100px 0px 40px;  	
}

.service-title{
	position: relative;	
	margin-bottom:50px;
	text-align: left;
	padding-left: 20px;	
}
.service-title h3{
	font-size:50px;
	color: #006ec7;
	font-weight: 700;
	margin-bottom: 0px;		
	letter-spacing: -1px;
	position: relative;
	    line-height: 59px;
    margin-top: -20px;
}
.service-title h3 span{
	display: block;
	color: #1d1c1c;    
}
.service-title h5{
	font-size:10em;
	color: transparent;
	font-weight: 500;
	margin-bottom: 0px;
	-webkit-text-stroke: 1px rgb(20 108 148/0.15);
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	left: 10px;	
	font-family: poppins,sans-serif;
}
.service-title:before{
	position: absolute;
	right: 100%;
	top: 0px;
	content: "";
	background: url(../images/service-shape.png) no-repeat right;
	width: 100px;
	height: 88px;	
	transition: all ease-in-out 1s;
	-moz-transition: all ease-in-out 1s;
	-webkit-transition: all ease-in-out 1s;
	-ms-transition: all ease-in-out 1s;
	-o-transition: all ease-in-out 1s;

	animation: up-down 7s alternate infinite;
    -webkit-animation: up-down 7s alternate infinite;
}
@keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.service-boxes{
	width: 100%;
	float: left;
}

.service-item{
	position: relative;
	margin-bottom: 70px;
	width: 23.5%;
    float: left;
    margin-right: 2%;
    padding-top: 0px;
}

.service-item .inner-box{
	position: relative;
	display: block;
	padding: 30px 20px 50px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-item .inner-box:hover{
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.10);
	background: #005ca6;
}

.service-item .inner-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #005ca6;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 900ms ease;
	z-index: 2;
}

.service-item .inner-box:hover:before{
	-ms-transform: scale(1);
	transform: scale(1);
}

.service-item h3{
	position: relative;
	color: #222222;
	text-transform: capitalize;
	margin: 0 0 12px;
	font-weight:600;
	font-size: 19px;
}

.service-item h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.service-item .inner-box:hover h3 a{color: #fff;}

.service-item h3 a:hover{
	color: #19a7ce;
}

.service-item .icon-outer{
	position: relative;
    display: block;
    width: 150px;
    height: 150px;
    padding: 28px;
    margin: 0 auto 26px;
    overflow: hidden;
}

.service-item .icon-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#ffffff url('../images/service-round.png') center center no-repeat;
	transition: all 500ms ease;
	animation: none !important;
}

/*.service-item:hover .icon-bg{
	transform: scale(1.05);
}
*/
.service-item .icon-outer .icon-box{
	position: relative;
	display: inline-block;
	width: 93px;
	height: 93px;
	background:#005ca6;
	border-radius: 50%;
	border:5px solid #3e9be5;
	line-height: 93px;
	text-align: center;
	display: flex;align-items:  center; justify-content: center;
}

.service-item .icon-outer .icon-box img{
	width: 50px;
	height: 50px;	
}

.service-item .text{
	position: relative;
	display: block;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.1px;
}

.service-item .more-link{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	display: block;
	z-index: 9;
}

.service-item .more-link a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	font-size: 14px;
	color: #19a7ce;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-item .inner-box .more-link a:hover{
	color: #ffffff !important;
	background: #006ac0 ;
}
.service-item .inner-box:hover .text{color: #fff;}

.service-item .inner-box:hover .icon-bg{border-radius: 50%;}


/*================================*/
.home-clients{
	    width: 100%;
    float: left;
    padding-top: 70px;
    position: relative;
    padding-bottom: 53px;

}
.clients-left{
	width: 50%;
	float: left;
	margin-right: 5%;
}
.clients-right{
	width: 45%;
	float: left;
	position: relative;
	text-align: center;
}
.clients-right img {
    padding-top: 120px;
    width: 93%;
}






.home-clients:before{
	background: url(../images/home-clients-bg.png) no-repeat right top ; 
	position: absolute;
	content: "";
	right: 0px;
	width: 80%;
	height: 100%;
	top: 0px;
	z-index:-1;
}
.clients-title{width: 100%; float: left;margin-bottom: 15px;}

.clients-title h3{
	font-size:49px;
	color: #006bc1;
	font-weight: 700;
	margin-bottom: 0px;		
	letter-spacing: 0.3px;
	position: relative;
	padding-top: 16px;
    line-height: 49px;
}
.clients-title h3 span{
	display: block;
	color: #1d1c1c;    
}
.clients-title h5{
	font-size:10em;
	color: transparent;
	font-weight: 500;
	margin-bottom: 0px;
	-webkit-text-stroke: 1px #e0eafd;
	text-transform: uppercase;
	position: absolute;
	text-align: left;
}
.clients-left p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.1px;
    padding-bottom: 15px;
}
.clients-left ul{
	width: 100%;
	float:left;
	margin-top: 20px;
}
.clients-left li{
	width: 23.5%;
    float: left;
    box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 20px;	
}
.clients-left li +  li{
	margin-left: 2%;
}

.clients-left li img{
	width: 100%;
	float: left;
}
.clients-more{
	width: 100%;
	float: left;
	margin-top: 35px;
}
.clients-left a{
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	background: #006bc1;
	border-radius: 20px 0px;
	padding:13px 30px;
	transition: all 0.5s ease-in;
}
.clients-left a:hover{
	background: #0a2150 ;	
}
/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 60px 0px 0px 0px;
	background: #1b1f29;
/*	background: url(../images/footer.jpg) no-repeat center;
	background-size: cover;*/
	color: #f8f8f8;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.3px;
	position: relative;
	font-family: 'poppins', sans-serif;
}
.footer:before{
	position: absolute;
    content: "";
    left: -45px;
    width: 75px;
    height: 100px;
    border-radius: 0px 30px 0px 0px;
    background: #0352f6;
    opacity: 0.4;
    top: 12%;
    transform: rotate(45deg);
}
.footer:after{
	position: absolute;
    content: "";
    left: -45px;
    width: 75px;
    height: 100px;
    border-radius: 0px 30px 0px 0px;
    background: #0352f6;
    opacity: 0.2;
    top: 32%;
    transform: rotate(45deg);
}
.footer h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.footer .text-border {
	width: 60px;
	height: 3px;
	background: #0688f1;
	margin-bottom: 15px;
	border-radius: 20px;
	position: relative;
}
.footer .text-border:before {
	position: absolute;
	content: "";	
	width: 0px;
	height: 0px;
	border-top: 6px solid #0688f1;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	left: 50%;
	top: 99.5%;
}

.fmargin-top{
	margin-top:60px;
}
/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 2px 0px;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	transition: all 0.3s ease;
	font-family: 'poppins', sans-serif;
}
.faddress li a {
	color: #f8f8f8;
	transition: all 0.3s ease;
	font-family: 'poppins', sans-serif;
	
}
.faddress li:hover i{
	color: #146c94;
}
.faddress li i{
	margin-left: -20px;
	margin-right: 10px;
}
/* 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;
	transition: all 0.3s ease;
}
.qlinks li a {
	color: #f8f8f8;
	transition: all 0.3s ease;
	font-size: 15px;
	font-family: 'poppins', sans-serif;
}
.qlinks li:hover i {
	color: #00aad0;
}
.qlinks li a i {
	margin-right: 3px;
}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	font-weight: 600;
	font-size: 16px;
	margin-right: 8px;
}

.footer-1{
	width: 16%;
	float: left;
	margin-right: 3%;
}
.footer-2{
	width: 23%;
	float: left;
	margin-right: 3%;
}
.footer-3{
	width: 22%;
	float: left;
	margin-right: 3%;
	padding-top: 27px;
}
.footer-4{
	width: 30%;
	float: left;
	margin-right: 0%;
}


/* copyrights */
.copyright_info {
	float: left;
	padding: 18px 0px 14px 0px;
	margin: 50px 0px 0px 0px;
	width: 100%;
	color: #f8f8f8;
	font-size: 14px;
	font-weight: normal;
	background: #005ca6;
	
}

.copyright_info a {
	margin-top: 10px;
	font-size: 13px;
	color: #fff;
	text-align: right;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #e3e3e3;
}


.copyright_info .left{
	width: 75%;
	float: left;
}
.copyright_info .right{
	width: 25%;
	float: left;
}


/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.footer_social_links li a i {
	width: 26px;
	height: 26px;
	text-align: center;
	border-radius: 100%;
	line-height: 26px;
	vertical-align: middle;
	background-color: #fff;
	color: #0a2150;
	transition: all 0.3s ease;
	font-weight: 500;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}


.fbsocials {
	float: left;
	width: 100%;
	background: #999;
	margin-bottom: 90px;
	text-align: center;
}
.fbsocials a {
	float: left;
	width: 20%;
	color: #fff;
	font-size: 27px;
	padding: 16px 0px;
	transition: all 0.3s ease;
}
.fbsocials a.fb {
	background: #4087cf;
}
.fbsocials a.tw {
	background: #36aae0;
}
.fbsocials a.in {
	background: #3377bb;
}
.fbsocials a.gp {
	background: #e93434;
}
.fbsocials a.be {
	background: #de8d23;
}

.fbsocials a.fb:hover,
.fbsocials a.tw:hover,
.fbsocials a.in:hover,
.fbsocials a.gp:hover,
.fbsocials a.be:hover {
	background: #393939;
}


/* scroll up */
.scrollup{
   position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:70px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:65px;
	text-align:center;
	z-index:99999;
	cursor:pointer;
	border-radius:50px;
	background:#005ca6 ;
	display:none;
	border:2px solid #005ca6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.scrollup:hover{
	color:#ffffff;
	background:#058acc;
}
/*===========================*/


/*============aboutus=========*/

.aboutus {
	width:100%;
	float:left;
	margin-bottom: 30px;	
}

.aboutus-left {
	width:56%;
    float: left;
    margin-right:4%;
}

.aboutus-left h2 {
	color:#000;
    font-family: 'poppins', sans-serif;
    font-size:40px;
    font-weight:600;
    text-align:center;
}

.aboutus-right {
	width:40%;
    float: left;
    margin-right: 0%;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    text-align: center;
    border-color: #19a7ce;
    border-style: solid;
    border-width: 4px 0 4px 0;
    padding: 30px 20px;
}

.aboutus-right img { 
	width: 100%;
	height: auto;
    margin-bottom:-6px;
}


/*============aboutus=========*/



/*============clients=========*/

.clients {
	width:100%;
    float:left;
    margin-top:80px;
    margin-bottom:80px;
}

.clients p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.1px;
    font-family: 'poppins', sans-serif;
    margin-bottom: 15px;
}

.process{
	width:100%;
    float:left;
    margin-top:40px;
    margin-bottom:40px;
    background:rgba(228,228,228,0.4);
    padding:30px 30px;
}

.img-div-left {
	width:48%;
	float:left;
	margin-right:4%;
}

.img-div-left h5 {
	margin-top:16px;
    font-size:17px;
    color:#000;
}

.img-div-left h3 {
	position:relative;   
	color:#006ac0;  
    text-transform:capitalize;   
    font-weight:600;
    font-size:21px;
	margin-bottom:0px;
}
.img-div-left img{
  width:100%;
  box-shadow:0 0 10px 0 rgb(0 0 0 / 50%);
   margin-bottom:-8px;
}
.img-div-left h4 {
    font-size:18px;
    color:#000;
    margin-top:6px;
    margin-bottom:8px;
    font-weight:500;
}
.img-div-left p{
	font-size:14px;
    line-height:28px;
    color:#000;
    margin-bottom:0px;
}
.img-div-right {
	width:48%;
	float:left;
	margin-right:0%; 
}
.img-div-right img{
	  width:100%;
	  box-shadow:0 0 10px 0 rgb(0 0 0 / 50%);	
	  margin-bottom:-10px;
}

.img-div-right p{
    font-size:14px;
    line-height:28px;
    color:#000;
    margin-bottom:0px;
}

.img-div-right h5 {
	margin-top:16px;
    font-size:17px;
    color:#000;
}

.img-div-right h3{
	position:relative;   
    text-transform:capitalize;   
    font-size:21px;
    color:#006ac0;
    font-weight: 600;
    margin-bottom:0px;
}

.img-div-right h4 { 
    font-size:18px;
    color:#000;
    margin-top: 6px;
    margin-bottom: 8px;
    font-weight: 500;
} 




/*============clients=========*/

/*==========careers==========*/

.career {
	width:100%;
	float:left;
	margin-top:0px;
	margin-bottom:80px;
}


.career p{
    font-size:16px;
    line-height:28px;
    color:#000;
    font-weight: 400;
    letter-spacing: 0.1px;
}
.headline-career{
	width: 100%;
	float: left;
	margin-top: 40px;
}
 .headline-career h3 {
 	font-size:34px;
    line-height:32px;
    margin-bottom:40px;
    color:#005ca6;
    font-weight: 700;
    text-align: center
 }

.career-bottom ul li i {padding-right:10px;color:#00aad0;}

.career p span{color:#000;font-size:16px;font-weight:400;}

.part-para {
	width:100%;
	float:left;
	margin-top:0px;
	margin-bottom:50px;	
	text-align:center;
	display:inline-block;
}

.part-para h3 {  font-size: 27px;
    color: #000;
    font-weight: 700;font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;}

.part-para p {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.1px;
    font-family: 'poppins', sans-serif;
    border: 4px solid #0072cd;
    padding: 28px 10px;
    letter-spacing: 0.3px;
    background: #dcf0ffdd;
}

.cd-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
	z-index: 9999;
}
 .cd-panel::after {
  /* overlay layer */
  content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: transparent;
 cursor: pointer;
 -webkit-transition: background 0.3s 0.3s;
 transition: background 0.3s 0.3s;
}
.cd-panel.cd-panel--is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
	z-index: 9999;
}
 .cd-panel.cd-panel--is-visible::after {
 background: rgba(0, 0, 0, 0.8);
 -webkit-transition: background 0.3s 0s;
 transition: background 0.3s 0s;
}
.cd-panel__header {
	position: fixed;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: rgba(255, 255, 255, 0.96);
	z-index: 2;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: -webkit-transform 0.3s 0s;
	transition: -webkit-transform 0.3s 0s;
	transition: transform 0.3s 0s;
	transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.cd-panel__header h1 {
	font-size: 22px;
    margin: 0px 0px 0px 0px;
    background: #264796;
    color: #fff;	font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 8px 20px;
}
.cd-panel--from-right .cd-panel__header {
	right: 0;
}
.cd-panel--from-left .cd-panel__header {
	left: 0;
}
.cd-panel--is-visible .cd-panel__header {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
 @media only screen and (min-width: 768px) {
 .cd-panel__header {
 width: 70%;
}
}
 @media only screen and (min-width: 1170px) {
 .cd-panel__header {
 width: 50%;
}
}
.cd-panel__close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	/* image replacement */
  display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
 .cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: '';
 position: absolute;
 top: 22px;
 left: 20px;
 height: 3px;
 width: 20px;
 background-color: #fff;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
 .cd-panel__close::before {
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
 .cd-panel__close::after {
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.cd-panel__close:hover {
	background-color: #424f5c;
}
 .cd-panel__close:hover::before, .cd-panel__close:hover::after {
 background-color: #ffffff;
 -webkit-transition: -webkit-transform 0.3s;
 transition: -webkit-transform 0.3s;
 transition: transform 0.3s;
 transition: transform 0.3s, -webkit-transform 0.3s;
}
 .cd-panel__close:hover::before {
 -webkit-transform: rotate(220deg);
 -ms-transform: rotate(220deg);
 transform: rotate(220deg);
}
 .cd-panel__close:hover::after {
 -webkit-transform: rotate(135deg);
 -ms-transform: rotate(135deg);
 transform: rotate(135deg);
}
 .cd-panel--is-visible .cd-panel__close::before {
 -webkit-animation: cd-close-1 0.6s 0.3s;
 animation: cd-close-1 0.6s 0.3s;
}
 .cd-panel--is-visible .cd-panel__close::after {
 -webkit-animation: cd-close-2 0.6s 0.3s;
 animation: cd-close-2 0.6s 0.3s;
}
 @-webkit-keyframes cd-close-1 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
}
 @keyframes cd-close-1 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
}
 @-webkit-keyframes cd-close-2 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
 @keyframes cd-close-2 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
.cd-panel__container {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 0;
	background: #ffffff;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.cd-panel--from-right .cd-panel__container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.cd-panel--from-left .cd-panel__container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.cd-panel--is-visible .cd-panel__container {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
 @media only screen and (min-width: 768px) {
 .cd-panel__container {
 width: 70%;
}
}
 @media only screen and (min-width: 1170px) {
 .cd-panel__container {
 width: 50%;
}
}
.cd-panel__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 70px 6.5%;
	overflow: auto;
	/* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content h4{
	font-size: 17px;
	color: #f23801;
	line-height: 1.4;	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-weight: 600;
	    margin-bottom: 5px;	    
	
}

.cd-panel__content h5{
	font-size: 1.2rem;font-family: 'Poppins', sans-serif;
	color: #fff;
	line-height: 1.4;
	text-align: left;
	font-weight: 600;
	margin-bottom: 5px;
}
.cd-panel__content p  i{
	    font-size: 2.5rem;
    color: #14133b;
    float: left;
    padding-right: 18px;
}

.cd-panel__content p {
	   font-size: 14px;
    font-family: 'poppins', sans-serif;
    text-align: left;
    font-weight: 400;
    line-height: 22px;
	color: #14133b;
	text-align: left;
	margin-bottom: 15px
}
.cd-panel__content p span{
	    float: left;
    padding-top: 8px;
}
.cd-panel__content p:first-of-type {
	margin-top: 0;
}
 @media only screen and (min-width: 768px) {
 .cd-panel__content p {
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    text-align: left;
    font-weight: 400;
    line-height: 22px;
}
}
.register-submit {
	margin: 10px 0px 0px 0px !important;
	padding: 10px 0px;
	border-radius: 0px;
	width: 100% !important;
	max-width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #1f479f;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #fff
}
.register-submit:hover {
	background: #027acd;
	color: #fff
}

.career-box{
	width: 48%;
	margin-right: 4%;
	float: left;
	border:1px solid #ccc;
	padding: 20px; 
	padding-right: 10px;
	border-left:4px solid #005ca6;
	margin-bottom: 20px;
}
.career-box:nth-child(2n+2){ margin-right: 0px;}

.job-title{/*width: 48%;*/ float: left; margin-right: 2%; font-size: 18px; font-weight: 600; color:#003886;}

/*.job-time{width: 23%; float: left; margin-right: 2%; font-size: 18px; font-weight: 600; color:#000;}*/

.job-details a{/*width: 25%;*/ float: right;font-size: 16px; font-weight: 600; color:#005ca6; text-align: right; padding-right: 15px; }

.job-details a i{float: right;font-size: 20px;color:#ff001e; text-align: right; padding-top: 3px;  }

.job-details a:hover{padding-right: 0px; -webkit-transition: .5s; transition: .5s; }

.arrowList{

}
.arrowList ul li{
    padding-left: 20px;
    position: relative;
	padding-top:10px;
	    font-size: 14px;
    font-family: 'poppins', sans-serif;
    text-align: left;
    font-weight: 400;
    color: #14133b;
}

.arrowList ul li:before{    
	font-size: 12px;
	content:"\f054";
	 font-family: "fontawesome";
	position:absolute;	
	left:0px;
	color: #f23801;
}
.boxList ul li{
    padding: 8px 11px;
    border: 1px solid #ddd;
    position: relative;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    text-align: left;
    font-weight: 400;
    color: #14133b;
    display: inline-block;
    margin-right: 6px;
    margin-top: 5px;
}
.cd-panel-applybtn{
	position: relative;
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
}
.apply-now{
	background-color: #005ca6; 
	padding: 10px 25px; 
	display: inline-block; color:#fff; 
	font-size: 16px;
	 border-radius: 5px;
	 position: absolute;
	 top: 0px;
	 width: 100%;
	 left: 0px;
	}

.apply-now:hover{
	background: #333; color: #fff;
}
/*==========careers==========*/

/*=============contact us============*/
.innar-page{
	width:100%;
	float:left;
	margin-top:60px;
}
.innar-page p{
	font-size:15px;
	line-height:30px;
	font-family: 'Poppins', sans-serif;
	color:#000;
	font-weight:400;
	text-align:justify;
	padding-bottom:15px;
    letter-spacing: 0.3px;
}
.innar-page .img-responsive{
	width: 100%;
	height: auto;
}
		 			

/*=============contact us============*/

.contact-page{margin-bottom:100px;}

.contact-page .form-sec{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
}
.contact-page .form-sec  .left-box{
	width: 50%;
	float: left;
	margin-right: 0%;	
	background-image:  url(../images/contact-address1.jpg) ;	
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.contact-page .form-sec  .left-box-layer{
	background-color: rgb(247 247 247 / 85%);
	padding: 20px;	
	width: 100%;
	float: left;	
	height: 100%;
}
.contact-page .form-sec .address-block {
	border:2px solid #005ca6;
	padding:40px 35px 20px;
	width:100%;
	float:left;
}
.contact-page .form-sec  .right-box {
	width:50%;
    float:left;
    padding:30px 50px;
    background:#005ca6;;
}
.contact-page .form-sec .right-box .get-in {
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	color: #fff;
	padding-left: 10px;
	margin-bottom: 15px;
}







.contact-page .form-control {
	 height:40px;
	 border-radius:3px;
	 padding:6px 20px;
}
.form-group {
    margin-bottom: 20px !important; 
}
.contact-page textarea{height:80px !important;}

.contact-page .submit{
		padding: 8px 30px;
		border-radius: 20px;
		background:#3bbcff;;
		border:0;
		text-align: center;
		font-size: 15px;
		color: #fff;
		font-family: 'Poppins', sans-serif;
		margin-top: 15px;
	  	transition:all 0.5s ease-in-out;  	
 }

.address-item{
	width: 100%;
	float: left;
	margin-bottom:0px;
}
.address-item:last-child{ margin-bottom:  0px;}

.address-item .icon {
	width:10%;
	float:left;
	margin-right:5%;
}
.address-item .icon i {
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	border:2px dotted #005ca6;;
	color:#005ca6;
	text-align:center;
	font-size:18px;
}
.address-item .details{
	width:85%;
	float:left;
}
.address-item .details p{
	text-align:left;
	color: #000;
	font-size: 16px;
	letter-spacing: 0.3px;
}

.address-item .details a { color:#000;}

.address-item .details h4 {
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	line-height:24px;
	font-weight: 600;
	color:#005ca6;
	margin-bottom:10px;
	padding-left:0px;
}
.contact-page [id]{
	scroll-margin-top:7em;
}

/*=============banner==========*/

.page-banner{
	width: 100%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 75px;
}


.banner-career {
 background:url(../images/bg-career.jpg) no-repeat center;
  background-size:100%;margin-top:0px;
}


.banner-efast{
  background:url(../images/bg-efast.jpg) no-repeat center;
  background-size:100%;margin-top:0px;
}

.banner-cloud{
  background:url(../images/bg-cloud.jpg) no-repeat center;
  background-size:100%;margin-top:0px;
}


.banner-gsa{	
  background:url(../images/bg-gsa.jpg) no-repeat center;
  background-size:100%;margin-top:0px;
}


.banner-client{	
  background:url(../images/bg-client.jpg) no-repeat center;
  background-size:100%;margin-top:0px;
}

.banner-star {
  margin-top:0px;
  background:url(../images/bg-star.jpg) no-repeat center;
  background-size:100%;
}

.banner-software {
  margin-top:0px;
  background:url(../images/bg-software.jpg) no-repeat center;
  background-size:100%;
}

.banner-seaport {
  background:url(../images/bg-seaport.jpg) no-repeat center;
  background-size:100%;
}
.banner-contect{
    width:100%;
    float:left;
    padding:100px 0px;
}

.banner-contect h1{
	font-size:33px;
	font-weight: 600;
    color: #fff;
    float: left;
    line-height: 42px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

 .banner-contect  p{
	font-size:16px;
	color:#fff;
	float:right;
	margin-bottom: 0px;
	line-height:35px;
	font-family: 'Poppins', sans-serif;
  }

 .banner-contect  p a{
   	color:#fff;
 }


/*=============banner==========*/


/*=======about us=========*/

.iopex-big  {
	width:100%;
	float:left;
	margin-bottom:80px;
	display:inline-block;   
}

.iopex-big h3 {
    font-size: 2rem;
    color: #fafafa;
    font-weight: 700;
}

.iopex-big table {
  font-family: 'Poppins', sans-serif;  
  border-collapse: collapse;
  width: 100%;
}

.iopex-big td, th {
border: 1px solid #f1eeee;
    text-align: left;
    padding: 12px 15px;
    letter-spacing: 0.3PX;
}

.iopex-big tr:nth-child(even) {
  background-color:#dddddd;
}

.iopex-big tr td:first-child {
	font-weight: 600;
    font-size: 16px;
    color: #000;
}

.iopex-big tr td:last-child {   
  color:#000;
}

.card-one-box{
	width:31%;
	float:left;
	margin-right:3.5%;
	text-align:center;	

}

.card-one-box:last-child{
	width:31%;
	float:left;
	margin-right:0%;	
	text-align:center;
}


.card-one-box {
    filter: drop-shadow(0px 8px 15px #00000040);
    transform: scale(1);
    transform-origin: top left;
    transition: all 0.5s ease-in-out;
 }

 .card-one-box .item {
    box-sizing: border-box;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%);
}

.p-2 {
    padding:10px 0px;
}

.card-one-box h3 {
    font-size: 1.2rem;
    color:#000;
    margin-bottom:0px;
}

.pt-2 {
    padding-top:0.5rem;
}


.border-t-4 {    
    border-top:4px solid #0a2150;
}

.bg-white{
	--tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.p-10 {
    padding:3.9rem;
}

.card-one-box:hover {
    transform: scale(1.03);
}


/*=======about us=========*/





.title-psudo-left{float:left;}



.title-psudo-right{float:left;}

.font-bold{
	text-align:center;
	color:#005ca6;
}

.font-bold i{
	color:#1b1f29
}

.font-bold span:hover {
	transform:scale(1.03);
	padding:0px 10px;
	transition:all 0.3s ease-in-out;
}


.sub-heading p {
	font-size:16px;
	color:#000;
	float:left;
	margin-bottom: 0px;
	line-height:35px;
	font-family: 'Poppins', sans-serif;
	background-color: #e7f3fe;
	border-left: 6px solid #2196F3;
	padding:12px;
	margin-top:20px;
}

/*=========clients======*/

.move-tofro {
	width:100%;
	float:left;
	margin-bottom:60px;
}


/* Slider */

.slick-slide {
    margin:0px 20px;
}

.slick-slide img {
    width:50%;
    height:150px;
}

.customer-logos .slide {
	width:18%;
	float:left;
	margin-right:2.5%;
}

.customer-logos .slide:last-child {
	width:18%;
	float:left;
	margin-right:0%;
}

/*===========GSA=========*/

.gsa {
	width:100%;
	float:left;
	display:inline-block;
	margin-bottom:40px;
}
.gsa table {
  font-family: 'Poppins', sans-serif;  
  border-collapse: collapse;
  width: 100%;
}

.gsa tr:nth-child(even) {
  background-color:#eee;
}

.gsa tr td:first-child {
    font-weight: 600;
    font-size: 17px;
    color: #000;
    text-align: center;
    width: 20%;
}

.gsa td, th {
    border: 1px solid #d5d3d3;
    text-align: left;
    padding: 11px 15px;
    vertical-align: middle;
        line-height: 26px;
}

.gsa  tr td:last-child {   
  color:#000;
}

.Information{
	width:36%;
	float:left;
	margin-top:0px;
	margin-bottom:80px;
}

.Information {
  background-color:#2196F3;
  box-shadow:0 0 10px 0 rgb(0 0 0 / 50%);  
  padding:12px;
}


.Information p {
	text-align:left;
	color:#fff;
	font-size: 16px;
	letter-spacing: 0.3px;
}
/*=========seaport==========*/


.seaport {
	width:100%;
	float:left;
	margin-top:0px;
	margin-bottom:80px;
	/*background: rgba(63,94,251,0.1);*/
	    background: rgb(229 242 253);

}
.seaport-left{
	width: 30%;
    float: left;
    margin-right: 10%;
    padding: 30px 0px 25px 30px;
}

.seaport-left img{
	width:100%;
	border-radius:50px;
	box-shadow:0 0 10px 0 rgb(0 0 0 / 30%);
}

.seaport-right{
	    width: 55%;
    float: left;
    margin-right: 0%;
    padding-top: 80px;
    padding-right: 0;
}


.seaport-right p{
	font-size:16px;
	color:#000;
	line-height:35px;
	font-family: 'Poppins', sans-serif;

}
/*==========efast=============*/

.efast{
	margin-top:0px;
	margin-bottom:80px;
}

.efast h2{ 
	font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #005ca6;
    margin-bottom: 12px;
}

.efast table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
 padding: 7px 14px 6px;
 margin-bottom:45px;
}

.efast td, th {
     border: 1px solid #dddddd;
    text-align: left;
    padding: 11px 15px;
    letter-spacing: 0.3px;
    vertical-align: middle;
}

.efast table tr td:first-child {
  width:15%;
  background-color:rgba(187,191,191,0.2);
  font-size:17px;
    line-height:24px;
	font-weight:500;
	margin-bottom:8px;
	color:#000;	
	font-family: 'Poppins', sans-serif;
	vertical-align: middle;
}



.efast table tr td:last-child { 
  	font-size: 15px;
    line-height: 32px;
	font-weight:400;	
	color:#000;
	font-family: 'Poppins', sans-serif;
}


.shadow-box {
	float:left;	
	width: 60%;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 30%);
	border-radius:5px;
	padding:15px 10px;
    margin-top: 0.2rem;
    margin-bottom:45px;
    overflow: hidden;    
    position:relative;
    margin-bottom:30px;
    padding-left: 60px;
}

.shadow-box h3{
	font-size: 26px;
    line-height: 42px;
    font-weight: 800;
    margin-bottom:0px;
}


.shadow-box p{
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;

}

.shadow-box p strong{
   color:#0352f6;
}

.shadow-box:before {
    position: absolute;
    content: "";
    left: -45px;
    width: 75px;
    height: 100px;
    border-radius: 0px 30px 0px 0px;
    background: #0352f6;
    opacity: 0.4;
    top: 12%;
    transform: rotate(45deg);
}
.efast-text{
	float: left;
	margin-right: 100px;
}
.aviat{
	float:left;
}
.aviat img{
	width: 80%;
}

/*================star-3=======================*/

.star-3 {
	width:100%;
	float:left;
	margin-top:80px;
	margin-bottom:80px;
}
 
.lg\:w-1\/2 {
    width:50%;
}
.xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
}

.border-style{
	border-right: 50px solid #4F7EC9;
	 border-bottom: 50px solid transparent;
}


.p1-10 {
    padding:2.5rem;
}
.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(52 86 159/var(--tw-bg-opacity));
}
.justify-center {
    justify-content: center;
}




.h-full {
    height: 100%;
}
.flex {
    display: flex;
}
.mr-auto {
    margin-right: auto;
}
.my-6 {
    margin-top:0rem;
    margin-bottom:0rem;
}
.uppercase {
    text-transform: capitalize!important;
}

.pb-3 {
    padding-bottom: 0.75rem;
}
.md\:mr-2 {
    margin-right: 0.5rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.md\:w-1\/3 {
    width: 33.333333%;
}
.opacity-100 {
    opacity: 1;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.w-full {
    width: 100%;
}
.md\:w-0 {
    width: 0;
}

.text-left {
    text-align: left;
}
.ph-2 {
    padding:50px 0;
}

.xl\:pr-20 {
    padding-right: 5rem;
}
.lg\:w-0 {
    width: 0;
}
.flex-grow {
    flex-grow: 1;
}
.ml-3 {
    margin-left: 0.75rem;
}
.leading-tight {
    line-height: 1.25;
}
.text-xl {
    font-size: 1.25rem;
}
.text-xs {
    font-size: .75rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.uppercase {
    text-transform: capitalize!important;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.mt-auto {
    margin-top: auto;
}
.items-center {
    align-items: center;
}
.arrow-button i {
    width: 0px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.btnfweight {
    font-weight: 550;
}

    .arrow-button i {
        width: 0px;
        overflow: hidden;
        transition: all .5s ease-in-out;
    }

    .arrow-button:hover i {
        width: 25px;
    }

.md\:flex-row {
    flex-direction: row;
}
.md\:mr-2 {
    margin-right: 0.5rem;
}
.rounded-lg {
    border-radius: 0.5rem;
}
.items-center {
    align-items: center;
}
.md\:w-1\/3 {
    width: 33.333333%;
}
.opacity-100 {
    opacity: 1;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.md\:w-0 {
    width: 0;
}
.text-left {
    text-align: left;
}
.p-2 {
    padding: 0.5rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.text-xl {
    font-size: 1.25rem;
}
.text-xs {
    font-size: .75rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.text-center {
    text-align: center;
}
.lg\:flex-row {
    flex-direction: row;
}


.curves{
	width:100%;
	float:left;
	margin-top:80px;
	margin-bottom:80px;
}

.thirdimg{
	text-align:center;
}

.thirdimg img{
	margin-top:65px;
	width:70%;
    /*height: auto;*/
    border-radius:44% 56% 30% 70% / 57% 70% 30% 43%;
    box-shadow: 0 10px 20px -8px rgb(0 0 0 / 70%);
}

.cms p {
	font-size:16px;
	color:#fff;
	line-height:35px;
	font-family: 'Poppins', sans-serif;
}
.cms h5 {
   	font-size:1.5rem;
    color:#fafafa;
    font-weight:700;
    padding-top:20px;
    margin-bottom:8px;
}


/*=========software=======*/
.service-page{
	margin-bottom: 60px;
}
 .software{
	width:100%;
	float:left;
	margin-bottom:35px;
}
 

.software-left{
	width:48%;
	float:left;
	margin-right:4%;
}

.software-right{
		width:48%;
		float:left;
		margin-right:0%;
}

.software span {
	font-size: 30px;
	color:#042047;
	border: 1px solid #eee;
	padding:14px;
	float: left;
	margin-right: 30px;	
	width: 60px;
    height: 60px;
    text-align: center;
    float: left;
}
 .software:last-child{
	margin-bottom:0px;
}

.software p{text-align: left; padding-left: 90px; padding-bottom: 0px;}

.software h5 {
margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    line-height: 28px;
    color: #005ca6;
    font-weight: 600;
 padding-left: 90px;}




/*==========software development==========*/


.cloud{
	width:100%;
	float:left;
	margin-top:0px;
	margin-bottom:80px;
	box-shadow: 0 0px 5px 0px rgb(0 0 0 / 30%);
    padding: 40px 30px;
	position:relative;
}
.service-half-li li{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height:30px;
    letter-spacing: .2px;
    width: 46%;
    margin-right: 4%;
    float: left;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

 .service-half-li li:before {
    color:#ff001e;
    position: absolute;
    content: "\f0a4";
    left: 0px;
    font-size: 16px;
    font-family: "fontawesome";
}
.service-full-li li{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: .2px;
    width: 100%;
    margin-right: 0%;
    float: left;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
  }

 .service-full-li li:before {
    color:#ff001e;
    position: absolute;
    content: "\f0a4";
    left: 0px;
    font-size: 16px;
    font-family: "fontawesome";
}
.servicepage-title h4{
	font-size: 1.5rem;
    line-height: 35px;
    color: #005ca6;
    font-weight: 600;
    text-align: left;
    font-family: "poppins",sans-serif;
    margin-bottom: 25px;
}
.servicepage-block{
	width: 100%;
	float:left;
}
.servicepage-left{
	width: 62%;
	float: left;
	margin-right: 3%;
}
.servicepage-right{
	width:35%;
	float: left;
}
.servicepage-right img{
	width:100%;
	border-radius: 10px;
}

.remove-space { display:block; }

.css-property{
 width:0px;height:0px;border-right:#4F7EC9 30px solid;
border-bottom:#4F7EC9 22px solid;border-top:transparent 22px solid;
border-left: transparent 30px solid;
}







 .break{  display:none; }