@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	transition: 0.3s;
	line-height: 24px;
	color:#999;
	letter-spacing: 0.5px;
}
.container {
	max-width: 1170px;
	width: 100%;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
}
button:focus {
	outline: none;
}
img {
	max-width: 100%;
}
* {
	box-sizing: border-box;
}
.container {
	max-width: 1425px;
	width: 100%;
}
a:hover, button:hover, .btn-link:hover{
	text-decoration:none;
}
/*header*/
.main-header {
	border-bottom: 2px solid #ecebeb;
	padding: 15px 0px;
}
a.logo {
	display: block;
	float: left;
	padding-right: 140px;
}
.menu-center li {
	display: inline-block;
}
.my-nav {
	padding: 0;
}
.menu-center li {
    display: inline-block;
    padding: 0 10px;
    padding-top: 15px;
}
ul.menu-center li a {
	color: #01255d;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}
.right-lg-btn {
    float: right;
    padding: 10px 0 0;
    display: flex;
    column-gap: 15px;
}
.right-lg-btn a {
    background: #01255d;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    padding: 13px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.08s ease-in;
}
a.top-lg-btn:hover {
	background: #12a7ee;
}
.menu-center li:after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #13a7ee;
	transition: width .3s;
	margin: 10px auto 0;
}
.menu-center li:hover::after {
	width: 30px;
	transition: width .3s;
	margin: 10px auto 0;
}
/*banner*/
.navbar-brand {
    max-width: 260px;
}
.foot-logo {
    max-width: 250px;
}
.banner-box {
	background: #f4f9fc url(../img/banner-bg.png);
	position: relative;
	background-size: 100%;
}
.slider-content-3 {
	padding-top: 100px;
}
.text-over h1 {
	/* font-size: 58px; */
	font-size: 22px;
	color: #09255d;
	/* font-weight: 700; */
	/* text-transform: uppercase; */
	margin-bottom: 30px;
	line-height: 30px;
	/* text-align: justify;  */
}

.text-over p {
	font-size: 20px;
	color: #333;
	font-weight: 400;
	line-height: 36px;
	margin: 0;
}
a.thm-btn {
	display: inline-block;
	max-width: 198px;
	background: #01255d;
	width: 100%;
	text-align: center;
	height: 62px;
	color: #fff;
	line-height: 62px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	transition: all .5s ease;
	position: relative;
	outline: 0;
	z-index: 1;
	cursor: pointer;
	transition: 0.08s ease-in;
	-o-transition: 0.08s ease-in;
	-ms-transition: 0.08s ease-in;
	-moz-transition: 0.08s ease-in;
	-webkit-transition: 0.08s ease-in;
	margin-right: 69px;
}
.thm-btn {
	display: inline-block;
	max-width: 198px;
	background: #01255d;
	width: 100%;
	text-align: center;
	height: 62px;
	color: #fff;
	line-height: 62px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	transition: all .5s ease;
	position: relative;
	outline: 0;
	z-index: 1;
	cursor: pointer;
	transition: 0.08s ease-in;
	-o-transition: 0.08s ease-in;
	-ms-transition: 0.08s ease-in;
	-moz-transition: 0.08s ease-in;
	-webkit-transition: 0.08s ease-in;
	border: none;
}
.fill:hover {
	color: whitesmoke;
}
.fill:before {
	content: "";
	position: absolute;
	background: #12a7ee;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	z-index: -1;
	-webkit-transition: top 0.09s ease-in;
	border-radius: 4px;
}
.fill:hover:before {
	top: 0;
}
a.thm-link {
	font-size: 18px;
	color: #01255d;
	font-weight: 500;
	border-bottom: 1px solid #01255d;
	text-decoration: none;
}
.men-img {
	position: absolute;
	bottom: 0;
	z-index: 99;
	right: 345px;
}
.btn-banner {
	margin-top: 50px;
}
/*-----who we are---------*/
.thm-sapce {
	padding: 150px 0 0;
	position: relative;
	overflow: hidden;
}
.heading-24 h3 {
    font-size: 22px;
    color: #39a7ef;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.heading-48 h2 {
    /* font-size: 42px; */
	font-size: 40px;
    color: #282828;
    font-weight: 700;
    margin-bottom: 40px;
}
.text-18 p {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.text-15 p {
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
.back-logo {
	position: absolute;
	z-index: -1;
	width: 100%;
	top: -33%;
	left: 65%;
}
.rlted-row {
	position: relative;
}
.thumb-img-box img {
	box-shadow: 11px 11px 38px rgba(0,0,0,0.2);
}
.thumb-img-box {
	max-width: 496px;
	margin: 0 auto;
}
.video-btn span {
	color: #01255b;
	font-size: 18px;
	font-weight: 400;
}
.modal-open {
	overflow: auto;
}
/*-Services-*/
.tab-boxs li.nav-item {
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	margin-right: 20px;
    margin-left: 10px;
    margin-top: 15px;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 200px;
}
.tab-boxs {
	border-bottom: 0;
}
.tab-boxs .nav-link {
	border: 1px solid #e7e7e7;
	border-radius: 0;
	padding: 11px;
	padding: 15px;
	display: block;
}
.tab-boxs span {
	font-size: 16px;
	color: #282828;
	font-weight: 500;
	display: block;
	padding-top: 25px;
}
.tab-deatils-box {
	margin-top: 80px;
	-webkit-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	-moz-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	background: #fff;
	padding: 48px 70px;
}
.tab-boxs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	border-color: transparent;
	-webkit-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	-moz-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	position: relative;
}
.tab-boxs .nav-link.active:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -12px;
	left: 50%;
	height: 26px;
	width: 26px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	margin-left: -13px;
	display: none;
}
.heading-30 h2 {
	font-size: 30px;
	color: #01265d;
	font-weight: 500;
	margin-bottom: 55px;
}
.tab-deatils {
	padding-top: 35px;
	padding-left: 40px;
}
a.learn-box {
	color: #01255b;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}
.thumb-img-tab {
	-webkit-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	-moz-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
}
.thumb-img-tab {
	max-width: 500px;
	margin: 0 auto;
}
.thm-sapce.service {
	padding: 150px 0 0;
}
.thm-sapce.service:after {
	content: "";
	background: #f6f6f6;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	z-index: -1;
}
/*process*/
.services-shape-right {
	position: absolute;
	right: -134px;
	bottom: 150px;
}
.services-shape-left {
	position: absolute;
	left: -151px;
	bottom: 150px;
}
.who-we-work {
	background: #f6f6f6;
	padding: 115px 0;
}
.services-text h3 {
	font-size: 18px;
	color: #141414;
	font-weight: 500;
	margin-bottom: 30px;
}
.services-text p {
	font-size: 15px;
	color: #999;
	margin: 0;
}
.process-wrapper2 {
	margin-bottom: 100px;
}
.process-img {
	margin-bottom: 30px;
}
/*rating*/
.rating-box {
	background: #01255d;
	color: #fff;
	padding: 100px 0;
}
.btn-rating a {
	background: #fff;
	color: #01255d;
}
.round-counter {
	width: 152px;
	height: 152px;
	text-align: center;
	line-height: 152px;
	border: 3px solid #fff;
	border-radius: 100%;
	margin: 0 auto;
}
.counter {
	text-align: center;
}
.counter h3 {
	font-size: 24px;
	font-weight: 500;
}
.counter h1 {
	font-size: 48px;
	font-weight: 500;
	padding: 30px 0 0 0;
	margin: 0;
}
.heading-24 p {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color:#01265d;
}
.heading-48 h3 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 50px;
}
.inner-counter {
	padding-top: 30px;
}
.item .img-logos img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.partner-slider {
	padding: 50px 0;
}
.img-logos {
	width: 200px;
	margin: 0 auto;
}
.social ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid transparent;
	text-align: center;
	line-height: 30px;
	margin-right: 8px;
	transition: 0.3s;
}
.social ul li:hover {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 100%;
}
.social ul li:last-child {
	padding-right: 0;
}
ul.counter-numbers li {
	max-width: 33%;
	width: 100%;
	float: left;
}
footer.main-footer {
	background: url("../img/foot-bg.png");
	padding: 77px 0;
}
.foot-dtl p {
	color: #f9f9f9;
	font-size: 15px;
}
.foot-dtl {
	padding: 30px 0;
}
.social ul li a {
	color: #fff;
}
.foot-heading h2 {
	font-size: 24px;
	color: #f9f9f9;
	;
	text-transform: uppercase;
}
.links-foot a {
	font-size: 15px;
	color: #f9f9f9;
	text-decoration: none;
}
ul.links-foot li,
.contact-links ul li {
	margin-bottom: 15px;
	transition: 0.3s;
}
ul.links-foot li:hover {
	margin-left: 10px;
}
ul.links-foot li:last-child,
.contact-links ul li:last-child {
	margin-bottom: 0;
}
.contact-links ul li,
.contact-links ul li a,
.contact-links ul li span {
	color: #f9f9f9;
	font-size: 15px;
	text-decoration: none;
}
.leatter-box {
	position: relative;
}
.leatter-box input {
	height: 48px;
	width: 100%;
}
button.send-mail {
	position: absolute;
	right: 0;
	height: 100%;
	width: 108px;
	color: #333;
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
}
.leatter-box input {
	height: 48px;
	width: 100%;
	border: 1px solid #f9f9f9;
	padding: 0 10px;
	background: transparent;
	color: #f9f9f9;
}

::-webkit-input-placeholder {
 color: #fff;
 font-weight: 500;
}

:-ms-input-placeholder {
 color: #fff;
 font-weight: 500;
}

::placeholder {
 color: #000;
 font-weight: 500;
}
.footer-box {
	padding-right: 40px;
}
.tag-line h2 {
	font-size: 18px;
	color: #f9f9f9;
	margin: 0;
	padding-bottom: 25px;
}
.foot-heading {
	margin-bottom: 25px;
}
button.send-mail:hover {
	background: #13a7ef;
	border: 1px solid #13a7ef;
	color: #fff;
}
.cleint-box {
	position: relative;
	background: #f6f6f6;
	padding: 50px 0;
}
.fix-bg {
	background: #01255d;
	max-width: 279px;
	height: 500px;
	border-radius: 10px;
	margin: 0 auto;
}
.frame-box {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	background: #13a7ef;
	max-width: 379px;
	height: 438px;
	text-align: center;
	padding: 30px;
	margin: 0 auto;
	border-radius: 10px;
}
.inner-box {
	max-width: 322px;
	border-radius: 10px;
	height: 281px;
	overflow: hidden;
}
.frame-box h2 {
	font-size: 24px;
	color: #fff;
	margin: 0;
	padding-top: 30px;
}
.frame-box p {
	font-size: 18px;
	color: #fff;
	margin: 0;
}
.heading-clints h2 {
	font-size: 30px;
	color: #282828;
	margin: 0;
	position: relative;
}
.heading-clints h2:after {
	content: "";
	max-width: 331px;
	height: 3px;
	background: #01255d;
	position: absolute;
	left: -10px;
	bottom: 0;
	width: 100%;
}
.heading-clints {
	padding: 30px 0;
	position: absolute;
	left: 25px;
	top: 30px;
}
.details-clients {
	max-width: 900px;
	margin: 90px auto 0;
	padding: 120px 55px;
	position: relative;
}
.details-clients:after {
	content: "";
	background: url(../img/qts.png) no-repeat;
	width: 66px;
	height: 66px;
	position: absolute;
	top: 40px;
	left: 0;
}
.details-clients:before {
	content: "";
	background: url(../img/qts2.png) no-repeat;
	width: 66px;
	height: 66px;
	position: absolute;
	bottom: 40px;
	right: 0;
}
.owl-theme-client .owl-dots.disabled {
	display: block;
}
.owl-theme-client .owl-nav {
	display: none;
}
.owl-theme-client .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	background: #a7b3c5;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-theme-client .owl-dot.active span {
	background: #01255d;
}
.owl-theme-client.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 100px;
}
.owl-theme-client .item {
	padding: 30px
}
.navbar-toggler {
	background: #01255c;
	line-height: 30px;
}
.owl-nav {
	display: none;
}
.tab-deatils-box .card-header {
	background: #fff;
	border-bottom: 0;
	border: 0;
}
.nav-tabs {
	display: none;
}
.close.btn-close {
	position: absolute;
	right: 0;
	top: 0;
	background: #000;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	border-radius: 100%;
	opacity: 1;
	font-weight: 300;
}
/*Team*/
.inner-top-banner {
	position: relative;
}
.inner-top-banner:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #00000075;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
}
.text-over-bg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -32px;
	z-index: 1;
}
.inner-text-banner h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}
.inner-text-banner a,
.inner-text-banner span {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
.inner-text-banner a:hover {
	color: #12a7ee;
}
.inner-text-banner a:after {
	content: "";
	width: 1px;
	height: 15px;
	position: absolute;
	right: 0;
	background: #fff;
	top: 2px;
}
.inner-text-banner a:last-child:after,
.inner-text-banner a:last-child:before {
	display: none;
}
.inner-text-banner a:before {
	content: "";
	width: 1px;
	height: 15px;
	position: absolute;
	right: -5px;
	background: #fff;
	top: 2px;
}
.inner-headings {
	text-align: center;
}
.thum-img-box {
	text-align: center;
	-webkit-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	-moz-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	background: #fff;
	margin-top: 30px;
}
.team-name h3 {
	font-size: 24px;
	color: #01265d;
	margin: 0;
}
.thum-img-box img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.thum-img-box:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.thumnail {
	overflow: hidden;
	width: 100%;
}
.thumnail img {
	width: 100%;
}
.team-name {
	padding: 15px 0;
}
.team-name p {
	margin-bottom: 0;
	color: #999;
	font-size: 14px;
}
.main-inner-wrp {
	padding: 90px 0;
}
.inner-text-banner {
	padding: 10px;
}
.career-details {
	-webkit-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	-moz-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	background: #fff;
	padding: 25px;
	transition: all 0.2s ease;
	margin-top: 30px;
}
.career-details:hover {
	cursor: pointer;
	transform: translatey(-4px);
}
.title-career h2 {
	color: #01265d;
	font-size: 30px;
}
.exp-req span {
	color: #999;
}
.deatils-job p {
	color: #999;
	font-size: 15px;
	margin: 0;
}
.deatils-job {
	padding: 10px 0;
}
.link-sky a {
	color: #13a7ee;
	font-size: 16px;
	text-decoration: none;
	display: block;
}
.apply-link a {
	padding-top: 8px;
}
.link-sky a:hover {
	color: #01255c;
}
.top-ls-img {
	float: left;
}
.bottom-rs-img {
	float: right;
	margin-top: -217px;
	border: 10px solid #fff;
}
.about-deatils p {
	color: #999;
	font-size: 15px;
	margin-bottom: 20px;
}
.about-deatils h5 {
	font-size: 18px;
	color: #999;
	font-weight: 400;
	margin-bottom: 20px;
}
.card-view-grid {
	text-align: center;
	padding: 40px;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	border-color: transparent;
	-webkit-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	-moz-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	position: relative;
	transition: 0.3s;
}
.heading-view h2 {
	font-size: 24px;
	font-weight: 500;
	color: #01265d;
	margin: 0;
}
.heading-view {
	padding: 30px 0;
}
.deatil-view p {
	color: #999;
	font-size: 15px;
	line-height: 24px;
}
.link-box a {
	color: #01255b;
	font-size: 18px;
	text-decoration: none;
	text-transform: capitalize;
	background: transparent;
	display: inline-block;
	border: 1px solid #fff;
	line-height: 54px;
	width: 179px;
	height: 54px;
}
.grid-mission {
	padding: 100px 0;
}
.card-view-grid.bg-1:hover {
	background: url(../img/vision.jpg) no-repeat;
	display: inline-block;
	width: 100%;
	background-size: cover;
}
.card-view-grid.bg-2:hover {
	background: url(../img/misstion.png) no-repeat;
	display: inline-block;
	width: 100%;
	background-size: cover;
}
.card-view-grid.bg-3:hover {
	background: url(../img/values.jpg) no-repeat;
	display: inline-block;
	width: 100%;
	background-size: cover;
}
.card-view-grid:hover:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #01265c78;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}
.card-view-grid:hover .heading-view h2 {
	color: #fff
}
.img-icon-2 {
	display: none;
}
.img-icon-1 {
	display: inline-block;
}
.card-view-grid:hover .img-icon-2 {
	display: inline-block;
}
.card-view-grid:hover .img-icon-1 {
	display: none;
}
.inner-card-dv {
	position: relative;
	z-index: 9;
}
.card-view-grid:hover .deatil-view p {
	color: #fff
}
.card-view-grid:hover .link-box a {
	width: 179px;
	height: 54px;
	background: transparent;
	display: inline-block;
	border: 1px solid #fff;
	line-height: 54px;
	color: #fff;
}
/*.space-m {
	padding-bottom: 0;
	padding-top: 100px;
}*/
.why-us-container {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}
.why-us-row {
	position: relative;
	background: #01255d;
	overflow: hidden;
}
.why-us-txt {
	/* float: right; */
	color: #fff;
	padding: 40px 0 15px 40px;
}
.why-us-section {
	overflow: hidden;
	
}
.Perspiciatis-text{
	font-size:18px;
}
.space-minus{
	margin-bottom: -90px;
}
.why-us-txt h2{
	color:#fff;
}
.why-us-img-in{
	position:relative;
}
.play-icon {
	position: absolute;
	z-index: 9;
	width: 130px;
	height: 120px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.why-us-img-in:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}
.modal-open{
	padding:0 !important;
}
.modal-dialog {
	max-width: 600px;
	
}
.field_box label {
	display: block;
	width: 100%;
	color: #333333;
}
.field_box input[type="text"],
.field_box input[type="email"],
.field_box input[type="password"],
.field_box input[type="number"],
.field_box textarea {
	width: 100%;
	border: none;
	background: #f6f6f6;
	font-size: 13px;
	height: 40px;
	padding: 0 8px;
	border-radius: 2px;
	color: #333 !important;
}
.field_box textarea {
	height: 150px;
	background: #ededed;
	padding: 8px;
	resize: none;
}
.field_box {
	padding-bottom: 25px;
}
.contact-row {
	padding: 100px 0 0;
}
.contact-shap {
	padding-top: 150px;
}
.contact-icon {
	position: absolute;
	font-size: 50px;
}
.contact-icon {
	position: absolute;
	font-size: 75px;
	left: 70px;
	color: #13a6ed;
	top: 80px;
}
.cont-i {
	padding-left: 90px;
}
.contact-details {
	-webkit-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	-moz-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	background: #fff;
	padding: 55px;
	transition: all 0.2s ease;
	margin-top: 30px;
}
.contact-details:hover a {
	color: #000;
}
.contact-details a {
	color: #999999;
	text-decoration: none;
}
.contact-details .fa.fa-phone {
	padding-top: 5px;
}
.contact-details .fa.fa-envelope {
	margin-left: -10px;
}


.dtl-sidebar-in {
	padding: 5px;
	background-color: #fff;
	border: solid 1px #efefef;
	-webkit-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	-moz-box-shadow: 7px 6px 30px rgba(0,0,0,0.12);
	box-shadow: 2px 2px 20px rgba(0,0,0,0.12);
	position: relative;
	transition: 0.3s;
}
.dtl-sidebar-in ul li a{
	color:#333;
	text-decoration:none;
	display:block;
	border-bottom:solid 1px #efefef;
	padding:15px 25px;
}
.dtl-sidebar-in ul li a:hover{
	color:#01255d;
}
.dtl-sidebar-in ul li:last-child a{
	border:none;
}
.dtl-sidebar-in h3{
	padding:0;
	margin:0;
	font-size:30px;
	border-bottom:solid 1px #efefef;
	padding:20px 25px;
}
.dtl-img-box{
	padding-bottom:50px;
}
.dtl-text-box{
	padding-bottom:50px;
}
.dtl-text-box:last-child{
	padding-bottom:0;
}

/*serive page*/
.box-section{display:flex; flex-wrap:nowrap;}
.box-block-img{width:50%;}
.box-block-img img{width:100%}
.box-block-content{width:50%;padding:20px 0px 0 30px;}
.box-block-skill{background:#01265d; padding:60px;position: relative;margin-left: -60px;margin-top: 30px;	}
.box-block-skill p{position:relative; color:#fff; padding-right:50px}
.box-block-skill p span{position:absolute; top:0; right:0}
.box-strip{background:#1a2f42; height:4px; width:100%; position:relative}
.box-strip-bar{position:absolute; top:0; left:0; height:100%}
.box-block-skill ul{margin:0; padding:0}
.box-block-skill ul li{display:block; margin-bottom:30px}
.box-block-skill ul li p{margin-bottom:10px}
.box-block-skill ul li:last-child{margin:0}
.box-block-content h2{margin-bottom:30px;min-height: 140px;}
.service-list{
	padding:100px 0;
	margin:100px 0;
	background:#f6f6f6;
}
.service-list .inner-headings {
	max-width: 750px;
	margin: auto;
}
.service-list .title-career h2 {
    font-size: 20px;
    font-weight: 600;
}
.service-list .title-career {
	padding: 20px 0 15px 0;
}
.service-list .title-career img{
	padding-right:10px;
}
.srv-video{
	position:relative;
}
.srv-video:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}
.srv-acc-main .card-header{
	border:none;
	padding:0;
	background:none;
}
.srv-acc-main .card{
	border:none;
}
.srv-toogle{
	color:#01255d;
	font-size:20px;
	display:block;
	text-align:left;
	border-bottom:solid 1px #ededed !important;
	padding-top:10px;
	padding-bottom:10px;
	
}
.srv-toogle:hover{
	color:#04204b;
}
.srv-acc-main .card-body{
	border-bottom:solid 1px #ededed;
	padding-bottom:20px;
}
.srv-toogle i {
	font-size: 16px;
	font-weight: normal;
}
/*serive page*/

.cus-btn{
    background: #01255d;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    padding: 13px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.08s ease-in;
}
.cus-btn:hover {
    background: #12a7ee;
    color: #fff;
}
.grid-mission .card-view-grid {
    height: 100%;
}
.why-us-img-in ,.why-us-img-in img{
	width: 100%;
	height: 100%;
}

.heading-48 h2 {
	margin-bottom: 25px;
}
.post-service-title h2 {
    display: flex;
    align-items: center;
    gap: 5px;
}
.details-job {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.slider-content h1 b {
    background-color: #aaaae1;
}