@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html, body {
	margin: 0 !important;
	padding: 0;
	font-family: "Outfit", serif;
	overflow-x: hidden !important;
}
body {
	font-weight: normal;
  	font-size: 16px;
  	color: #7B7E86;
}
p {
	margin-bottom: 16px;
}
a {
	transition: 0.3s;
	text-decoration: none;
}
a:focus {
	outline: none;
	box-shadow: none;
}
img {
	width: 100%;
}
p strong {
	color: #1C1C25;
	font-weight: 500;
}
.disc_text ul {
	margin: 0 0 15px;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
  }
}
.btn:focus {
	outline: none;
	box-shadow: none;
}
.btn {
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 47px;
    color: #3a61a7;
    border-style: none;
    border-radius: 30px;
    padding: 5.5px 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    transition: 0.3s;
}
.btn.btn-blue {
    background-color: #3A61A7;
    color: #fff;
}
.btn.btn-green.call-btn {
    padding: 5.5px 63.5px 5.5px 10px;
    background-color: #86BA58;
    color: #fff;
    column-gap: 15px;
}
span.button-icon {
    min-width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
span.button-icon svg {
    height: 16px;
}
.btn:hover {
	opacity: 0.8;
}
.btn-green span.button-icon svg {
    fill: #86BA58;
}
.btn_group {
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 25px;
}
.site-header .main-navigation .menu.nav-menu .sub-menu {
	flex-direction: column;
	background-color: #fff;
	width: 220px !important;
	width: 100%;
	border: none;
	box-shadow: none;
	top: 60px;
	transition: 0.5s;
}
.site-header .main-navigation ul li:hover > ul, .site-header .main-navigation ul li.focus > ul {
	top: 50px !important;
}
.site-header .main-navigation .current-menu-item a, .site-header .main-navigation a:hover {
	color: #86ba58;
}
.site-header .main-navigation .menu.nav-menu .sub-menu a {
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 0 10px #00000029;
	display: block;
	width: 100%;
	font-size: 16px;
  	font-weight: 600;
  	line-height: 26px;
  	color: #31345F;
  	background-color: #FFFFFF;
}
.site-header .main-navigation .menu.nav-menu .sub-menu .current-menu-item a, .site-header .main-navigation .menu.nav-menu .sub-menu a:hover {
	color: #86ba58;
}
.site-header .main-navigation .menu.nav-menu .menu-item-has-children {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}
.site-header .main-navigation .menu.nav-menu .menu-item-has-children::after {
	content: '';
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #31345F;
	border-right: 2px solid #31345F;
	display: block;
	position: absolute;
	right: 0;
	top: 22px;
	transform: rotate(45deg);
}
.site-header {
	padding: 37px 0px;
}
.site-header .main-navigation .btn {
	padding: 0;
}
.site-header .main-navigation .btn.btn-green a {
	background-color: #86BA58;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #FFFFFF;
	border-radius: 30px;
	padding: 13px 44px;
}
.site-header .main-navigation .btn.btn-blue a {
	background-color: #3A61A7;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #FFFFFF;
	border-radius: 30px;
	padding: 13px 44px;
}
.btn.btn-blue.menu-item {
	margin-left: -20px;
}
.site-branding .custom-logo {
	height: 83px;
	width: auto;
}
.site-header .container .row {
	align-items: center;
}
.site-header .main-navigation {
	display: flex;
	justify-content: flex-end;
}
.site-header .main-navigation .menu.nav-menu {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	align-items: center;
	column-gap: 30px;
}
.site-header .main-navigation a {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #31345F;
	padding: 12px 0;
}
.sub-title-left {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #31345F;
    margin-bottom: 30px;
    position: relative;
    padding-left: 22px;
}
.sub-title-left:before {
    content: '';
    height: 8px;
    width: 8px;
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    border-radius: 2px;
    background: #00ADEB;
}
/* .sub-title-center {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #31345F;
    margin-bottom: 25px;
    position: relative;
    padding:0 22px;
} */
.sub-title-center {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #1c1c25;
    margin-bottom: 25px;
    position: relative;
    padding:0 22px;
}
.sub-title-center:before {
    content: '';
    height: 8px;
    width: 8px;
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    border-radius: 2px;
    background: #00ADEB;
    box-shadow: 0px 3px 11px rgba(14, 89, 242, 0.4);
}
.sub-title-center:after {
    content: '';
    height: 8px;
    width: 8px;
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0;
    border-radius: 2px;
    background: #00ADEB;
    box-shadow: 0px 3px 11px rgba(14, 89, 242, 0.4);
}
.main-title {
    font-size: 55px;
    font-weight: 600;
    line-height: 70px;
    color: #1C1C25;
}
.main-title span {
    color: #3A61A7;
    font-weight: 700;
}
.home-banner {
	padding: 65px 0 400px;
	position: relative;
	background-color: transparent;
	background-image: linear-gradient(130deg, #2764FF2B 21.4%, #2764FF0A 74.13%);
}
.banner-text-col .disc_text {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #7B7E86;
	padding: 40px 0 50px;
}
.banner-text-col {
    max-width: 685px;
}
.banner-col-img {
	position: relative;
}
.banner-col-img img {
	border-radius: 30px;
	max-height: 600px;
	height: 100%;
	max-width: 400px;
}

.banner-col-img::before {
  position: absolute;
  content: "";
  left: 6%;
  top: -10%;
  width: 480px;
  height: 480px;
  border: 1px solid #0e59f2;
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 5s linear infinite;
  display: block;
  z-index: -1;
  -webkit-animation: sliderShape 5s linear infinite;
}

@keyframes sliderShape {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

.banner-col-img::after {
  position: absolute;
  content: "";
  left: -5%;
  top: -15%;
  width: 480px;
  height: 460px;
  border: 1px solid #fff;
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape2 5s linear infinite;
  display: block;
  z-index: -1;
  -webkit-animation: sliderShape2 5s linear infinite;
}

@keyframes sliderShape2 {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}


.clientsServe {
	background-position: 60% 0px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 370px 0 65px;
	margin-top: -350px;
	position: relative;
	z-index: 1;
}
.center-title {
	max-width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto 30px;
	text-align: center;
}
.sec-title {
	font-size: 48px;
	font-weight: 500;
	line-height: 58px;
	color: #31345F;
	margin-bottom: 0;
}
.clientsServe .service-box {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #E3E8F4;
	padding: 40px 40px 65px 40px;
	border-radius: 15px;
	margin-top: 30px;
	height: 430px;
	transition: 0.3s;
	position: relative;
}
.clientsServe .service-box:hover {
	box-shadow: 0px 9px 75px rgba(8, 20, 44, 0.09);
}
.clientsServe .service-box .service-one-icon {
	margin: 0px 0px 45px 0px;
	margin-bottom: 40px;
	height: 75px;
	width: 75px;
	border-radius: 10px;
	transition: .4s;
	display: inline-flex;
	background: rgba(14, 89, 242, 0.1);
	justify-content: center;
	align-items: center;
}
.service-one-content .service-one-title {
	font-size: 24px;
	line-height: 34px;
	margin: 0px 0px 20px 0px;
}
.service-one-content .service-one-title a {
	color: #1C1C25;
	text-decoration: none;
}
.service-one-content .service-one-title a:hover {
	color: #0E59F2;
}
.service-one-content .services-one-des {
	font-size: 16px;
  	font-weight: 400;
  	line-height: 26px;
  	color: rgb(123, 126, 134);
}
.service-box .service-one-btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.service-btns {
	font-size: 20px;
	transform: rotate(320deg);
	margin-top: 5px;
	transform: .4s;
	color: #0E59F2;
	display: inline-block;
}
.service-box:hover .service-btns {
	transform: rotate(0deg);
	color: #0E59F2;
	color: #1C1C25;
}


.aboutSec {
	background-color: #EBEBEB;
}
.disc_text {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: rgb(123, 126, 134);
}
.aboutSec .img2 img {
	height: 323px;
	object-fit: cover;
	border-radius: 20px;
}
.aboutSec .img2 {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}
.aboutSec .inner-row-img {
	padding-right: 50px;
}
.aboutSec .inner-row-img img {
	height: 551px;
	object-fit: cover;
	max-width: 365px;
	border-radius: 20px;
}
.aboutSec .inner-row .left-title {
	padding-bottom: 35px;
	max-width: 510px;
}
@media (min-width: 1200px) {
  	.aboutSec .col-xl-2 {
		width: 19%;
	}
	.aboutSec .col-xl-10 {
		width: 81%;
	}
}
.counter-col {
	display: flex;
	column-gap: 55px;
	row-gap: 20px;
	flex-wrap: wrap;
}
.counter-col .counter-number h2 {
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	margin: 0;
	color: #3A61A7;
}
.counter-col .counter-number span {
	color: #1C1C25;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: 0.4px;
	display: block;
	text-align: center;
}
.counter-col .check-ul-list {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	line-height: 26px;
	color: #31345F;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}
.counter-col .check-ul-list li {
	position: relative;
	padding: 0 0 0 30px;
}
.counter-col .check-ul-list li i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 20px;
	color: #3A61A7;
}
.aboutSec .m-top {
	padding-top: 45px;
}
.section-padding {
	padding: 75px 0;
}
.serviceoffer-box {
	border: 1px solid #E3E8F4;
	border-radius: 15px;
	overflow: hidden;
	height: 100%;
}
.serviceoffer-box .serviceoffer-image img {
	height: 146px;
	object-fit: cover;
}
.serviceoffer-box .serviceoffer-image {
	margin-bottom: 28px;
	overflow: hidden;
}
.serviceoffer-box .serviceoffer-text {
	padding: 0 35px;
}
.serviceoffer-box a {
	text-decoration: none;
}
.serviceoffer-box .serviceoffer-text .serviceoffer-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	color: #31345F;
	margin-bottom: 18px;
	transition: 0.3s;
}
.serviceoffer-box:hover .serviceoffer-text .serviceoffer-title {
	color: #0E59F2;
}
.home-banner.workwithus {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 100px;
	background-position: center;
}
.home-banner.workwithus .sec-col-img {
	max-width: 350px;
	margin: 0 auto;
}
.sec-title span {
	color: #3A61A7;
}
.workwithus-inner {
	padding: 0 0 35px;
	margin: -45px 0 0 0;
	position: relative;
	z-index: 1;
}
.workwithus-inner-row {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.workwithus-inner-row .workwithus-inner-col {
	max-width: 178px;
	padding: 0 10px;
	text-align: center;
}
.workwithus-inner-row .workwithus-inner-col img {
	width: 90px;
	height: 90px;
	margin-bottom: 25px;
}
.workwithus-inner-row .workwithus-inner-col h5 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #1C1C25;
	margin-bottom: 15px;
}
.workwithus-inner-row .workwithus-inner-col p {
	color: #7B7E86;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 18px;
}
.testimonialsSec {
	padding: 120px 0 65px;
}
.testimonial-item-content {
	padding: 45px 40px;
	color: #7B7E86;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.testimonial-item-content p {
	margin: 0;
}
.testimonialscard {
	background-color: #fff;
	border-radius: 10px;
	margin: 1px 20px;
	overflow: hidden;
}
.testimonialscard-footer {
	padding: 30px 40px;
	background: #EFF1F5;
}
.testimonialsSec .section-title-col {
	padding-bottom: 60px;
}
.testimonialsSec .sub-title-left {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
}
.testimonialsSec .sec-title {
	color: #fff;
}
.testimonialscard-footer .testimonial-name {
	font-size: 24px;
	line-height: 30px;
	color: #1C1C25;
}
.testimonialscard-footer .testimonial-designation {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #3A61A7;
	display: inline-block;
}
.testimonialsSec .slick-dots {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 45px 0 0;
	justify-content: center;
	column-gap: 8px;
}
.testimonialsSec .slick-dots li {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #00ADEB;
	padding: 4px;
	height: 20px;
	width: 20px;
	display: inline-flex;
	justify-content: center;
	border-radius: 50px;
}
.testimonialsSec .slick-dots li button {
	color: transparent;
	background-color: #0000;
	border: none;
	width: 8px;
	padding: 0;
	height: 8px;
	border-radius: 10px;
}
.testimonialsSec .slick-dots li.slick-active button {
	background-color: #00ADEB;
}




.site-footer {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 130px 0 30px;
}
.footer-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.site-footer .disc_text {
	color: #8A99B4;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.social_links {
	padding: 15px 0 0;
	margin: 0;
	list-style: none;
	display: flex;
	column-gap: 10px;
}
.social_links li a {
	background-color: #15284C;
	min-width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 50px;
	color: #fff;
}
.site-footer ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.site-footer ul.menu li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #8A99B4;
	text-decoration: none;
}
.site-footer ul.menu li a:hover {
	color: #fff;
}
.col-pd-s {
	padding-left: 60px;
}
.wpcf7-form-control.form-control {
	min-height: 30px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #7B7E86;
	margin-bottom: 15px;
	padding: 7px 15px;
	border: none;
}
.wpcf7-form-control.wpcf7-textarea.form-control {
	height: 120px;
}
.wpcf7-form-control.wpcf7-submit.submit-message-btn {
	min-height: 38px;
	height: 100%;
	line-height: 0;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	border-radius: 10px;
	background-color: #0e59f2;
	border: none;
	color: #fff;
	text-transform: uppercase;
}
.site-footer form.wpcf7-form {
	padding-left: 20px;
}
.row.footer-inner-row {
	margin-top: 100px;
	align-items: center;
}
.info-icon {
	display: flex;
	max-width: 220px;
	column-gap: 14px;
	align-items: center;
}
.info-icon h6 {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #fff;
	margin-bottom: 8px;
}
.info-icon img {
	min-width: 85px;
	max-width: 85px;
	height: 85px;
}
.info-icon span {
	color: #8A99B4;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}
.info-icon span a {
	color: #8A99B4;
}
.sitelogo img {
	height: 205px;
	object-fit: contain;
}
.last-col .info-icon {
	margin-left: 60px;
}
.bottom-footer {
	background-color: #0F0F0F;
	min-height: 86px;
	text-align: center;
	display: flex;
	align-items: center;
}
.bottom-footer span {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
}
.bottom-footer span a {
	color: #fff;
	text-decoration: underline;
}
.inner-page-banner {
	min-height: 403px;
	padding: 65px 0 170px;
	text-align: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.inner-page-banner .banner-text-col {
    padding-bottom: 60px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    text-align: center;
}
.content-widget-container h3 strong, .content-widget-container h4 strong, .content-widget-container h5 strong, .content-widget-container h6 strong {
	font-weight: 500 !important;
}
.tax-blog_category .post-content-body .post-excerpt {
    margin-bottom: 20px;
}
.inner-page-banner .banner-text-col .main-title {
	font-size: 60px;
	font-weight: 500;
	line-height: 75px;
	color: #1C1C25;
}
.inner-page-banner .banner-text-col .breadcrumbs {
	color: #1C1C25;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	justify-content: center;
	column-gap: 5px;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 2px;
}
.inner-page-banner .banner-text-col .breadcrumbs a {
	color: #1C1C25;
}
.inner-page-banner .line {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	z-index: 3;
}
.inner-page-banner .bgcolor {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	z-index: 2;
}
.content-widget-container {
	color: #7A7A7A;
	font-size: 16px;
	line-height: 26px;
}
.content-widget-container h3, .content-widget-container h4, .content-widget-container h5, .content-widget-container h6 {
	font-weight: 700;
	color: #000;
	font-size: 30px;
	line-height: 40px;
}
.content-widget-container ul, .content-widget-container ol {
    padding: 0 0 15px 20px;
    margin: 0;
}
.aboutpageSec .inner-row-img {
	max-width: 494px;
	margin: 0 auto;
}
.about-col-ps {
	padding-left: 40px;
}
.aboutpageSec .left-title {
	max-width: 400px;
	padding-bottom: 30px;
}
.img-left-cadr-box {
	position: relative;
	padding: 25px 35px 25px 100px;
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0px 3px 66px 0px rgba(22.99999999999997, 21.999999999999964, 35.99999999999994, 0.1);
	margin: 26px 0;
}
.img-left-cadr-box .img-cadr-body img {
	position: absolute;
	left: -55px;
	width: 120px;
	height: 120px;
	object-fit: contain;
	top: 60px;
}
.img-left-cadr-box .img-cadr-body h5 {
	color: #1C1C25;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 10px;
}
.img-left-cadr-box .img-cadr-body p {
	color: #7B7E86;
	font-size: 16px;
	line-height: 26px;
}
.img-left-cadr-box .btn.btn-green {
	color: #ffffff;
	background: #86BA58;
	border-radius: 30px;
	line-height: 40px;
	position: absolute;
	right: 30px;
}
.workwithus-inner.section-padding {
	padding: 0 0 100px;
}
.contentSec.section-padding.bg-color {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.contentSec.section-padding .widget-title {
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 45px;
	color: #1C1C25;
	text-align: center;
	margin-bottom: 70px;
}
p a {
	color: #000;
}
.btn.btn-green {
	color: #ffffff;
	background: #86BA58;
}
.contentSec .GetInBtn {
	text-align: center;
	margin: 40px 0 -26px;
}
.page-template-about .servicesofferSec .center-title {
	margin-bottom: 100px;
}
.contactInfo .info-icon .tronix-icon {
	max-width: 70px;
	width: 70px;
	min-width: 70px;
	height: 70px;
	padding: 23px;
	border-radius: 50px;
	background-color: #EFF1F5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactInfo .info-icon .tronix-icon svg {
	fill: #0E59F2;
	width: 24px;
	height: 24px;
}
.contactInfo .info-icon h6 {
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	color: #1C1C25;
	margin: 0px 0px 13px 0px;
}
.contactInfo .info-icon {
	align-items: flex-start;
	max-width: 370px;
	border-right: 1px solid #E3E8F4;
	padding: 0 35px;
}
.contactInfo.section-padding .col-lg-4.col-md-4.col-sm-6.col-12:last-child .info-icon {
	border-right: none;
}
.contactInfo_box {
	border: 1px solid #E3E8F4;
	border-radius: 15px;
	padding: 80px 70px 80px;
}
.contactInfo .info-icon span, .contactInfo .info-icon span a {
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #7B7E86;
	word-break: break-all;
}
.contactInfo .info-icon span a {
	text-decoration: underline;
}
.contactform .contactInfo_box {
	border-radius: 20px;
	padding: 80px;
	background-color: #EFF1F5;
	border: none;
}
.single-blog .content-widget-container img {
    width: revert-layer;
    height: auto;
}
.contact-text .sec-title {
	margin-bottom: 32px;
	color: #1C1C25;
}
.contactform .contact-text {
	max-width: 380px;
}
.contact-form0 .wpcf7-form-control.form-control {
	min-height: 62px;
	color: #7B7E86;
	margin-bottom: 24px;
}
.contact-form0 .wpcf7-form-control.wpcf7-submit.submit-message-btn {
	min-height: 56px;
	height: 100%;
	line-height: 0;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	border-radius: 10px;
	background-color: #0e59f2;
	border: none;
	color: #fff;
	text-transform: uppercase;
}
.contactform.section-padding {
	padding-top: 45px;
}
.ourTeamSec .center-title {
	margin-bottom: 0;
}
.our-team-card {
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 24px;
}
.our-team-card .team-card-body {
	position: absolute;
	background-color: #0E59F2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 80px 40px 40px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: scale(0.90);
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}
.our-team-card:hover .team-card-body {
	transform: scale(1.0);
	opacity: 1;
	visibility: visible;
}
.team-post-title {
	font-size: 12px;
	line-height: 17px;
	display: inline-block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #fff;
}
.team-name-title {
	line-height: 38px;
	margin-bottom: 15px;
	font-weight: 500;
	color: #fff;
}
.team-social-link a {
	font-size: 14px;
	line-height: 17px;
	color: #fff;
}
.team-social-link a.textover-line {
	text-decoration: line-through;
}
.our-team-card a:hover .team-name-title, .our-team-card a:hover {
	color: #000;
}
.team-social-link {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 8px;
}
.content-widget-container li strong {
    color: #000;
}
.content-widget-container img {
	width: auto;
	max-width: 100%;
	display: block;
}
.content-widget-container .text-center img {
	margin: 0 auto;
}
.borderdark.testimonialsSec .testimonialscard {
	border: 1px solid #000;
}
.borderdark.testimonialsSec .sec-title {
	color: #31345F;
}
.borderdark.testimonialsSec .center-title {
	margin-bottom: 55px;
}
.page-template-our-team .servicesofferSec .sec-title {
	margin-bottom: 25px;
}
.page-template-our-team .servicesofferSec .center-title p {
	font-size: 16px;
	line-height: 26px;
	color: #7b7e86;
}
.blog-post-card {
	box-shadow: 0 0 25px #00000012;
	border-radius: 15px;
	margin-bottom: 50px;
	overflow: hidden;
}
.blog-post-card .post-thumbnail-wrapper img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}
.post-content-body {
	padding: 45px 50px;
	position: relative;
}
.sticky .post-content-body::before {
	position: absolute;
	content: "\f08d";
	font-family: "Font Awesome 6 Free";
	font-size: 35px;
	right: 40px;
	top: 28px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-weight: 900;
	color: #0E59F2;
}
.post-meta {
	margin-bottom: 20px;
}
.post-meta ul {
	margin: initial;
	padding: initial;
}
.post-meta ul li {
	display: inline-block;
	margin-right: 15px;
	text-transform: capitalize;
	vertical-align: middle;
	line-height: 20px;
}
.post-meta ul li i {
	color: #0E59F2;
	margin-right: 5px;
	font-size: 14px;
}
.posted-on a {
	color: #1C1C25;
}
h3.post-title {
	font-weight: 500;
	margin-bottom: 25px;
	/*word-break: break-all;
	-ms-word-break: break-all;*/
	font-size: 36px;
	line-height: 46px;
}
h3.post-title a {
	color: #1C1C25;
}
.post-excerpt p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}
.theme-button {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #0E59F2;
	display: inline-block;
}
.theme-button i {
	position: relative;
	top: 1px;
	font-size: 90%;
	margin-left: 5px;
}
.theme-button:hover {
	color: #1C1C25;
}
.post-title a:hover {
	color: #0E59F2;
}

.team-social-icon {
	display: flex;
	column-gap: 10px;
}
.team-social-icon a {
	color: #1C1C25;
}
.team-social-icon a:hover {
	color: #0a58ca;
}
.team-contact-details {
	list-style: none;
	margin: 0;
	padding: 0;
}
li strong {
	color: #1C1C25;
	font-weight: 500;
}
.team-name {
	font-size: 48px;
	line-height: 58px;
	color: #1C1C25;
	font-weight: 700;
}
.member_designation {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #1C1C25;
	margin-bottom: 10px;
}
.single-team-pg-main .team-social-icon {
	margin-bottom: 15px;
}
.page-template-employment .contact-form0 {
	max-width: 632px;
	margin: 0 auto;
	padding: 70px 0 0;
}
.page-template-employment .contactInfo_box .sec-title {
	color: #1C1C25;
}
.page-template-employment .contact-form0 .wpcf7-form-control.wpcf7-textarea.form-control {
	height: 182px;
}
.exp-checkbox-card .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	background: #fff;
	padding: 25px 10px;
	padding-top: 25px;
	border-radius: 10px;
	margin-bottom: 25px;
	padding-top: 100px;
	max-height: 700px;
	position: relative;
}
.exp-checkbox-card p {
	margin: 0;
}
.exp-checkbox-card .wpcf7-list-item {
	margin-bottom: 35px;
	padding-left: 16px;
	margin-left: 0;
	width: 50%;
}
.exp-checkbox-card .wpcf7-checkbox::before {
	content: 'Experience:';
	width: 100%;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: 35px;
	left: 25px;
}
.exp-checkbox-card .wpcf7-list-item .wpcf7-list-item-label {
	padding-left: 15px;
}
.wpcf7-form-control.wpcf7-file {
	background: #FFFFFF;
	border-radius: 5px;
	width: 100%;
	padding: 8px;
}
.single-blog-post-card.sticky .post-thumbnail-wrapper {
	margin-bottom: 30px;
}
.single-blog-post-card.sticky .post-thumbnail-wrapper img {
	border-radius: 20px;
	height: auto;
	width: 100%;
}
.post-meta a {
	color: #000;
}
.single-post-content-body li a, .single-post-content-body p a {
	color: #000;
}
.single-post-content-body li a:hover, .single-post-content-body p a:hover {
	color: #0a58ca;
}

.nav-links ul.page-numbers {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	column-gap: 12px;
	row-gap: 12px;
	flex-wrap: wrap;
}
.nav-links ul.page-numbers .page-numbers {
	display: inline-flex;
  	height: 55px;
  	border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  	border-color: #E3E8F4;
  	background-color: #EFF1F5;
  	border-radius: 50%;
  	width: 55px;
  	line-height: 53px;
  	font-size: 18px;
  	justify-content: center;
  	align-items: center;
  	font-weight: 600;
  	transition: .3s;
  	-webkit-transition: .3s;
  	color: #1C1C25;
}
.nav-links ul.page-numbers .page-numbers i {
	font-size: 16px;
	line-height: 53px;
}
.nav-links ul.page-numbers .page-numbers.current {
	background: #0E59F2;
	color: #fff;
}
footer .wpcf7-response-output {
	margin: 0 !important;
	color: #fff;
}


/*.post-content-body .post-excerpt {
	display: block;
	display: -webkit-box;
	max-width: 100%;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}*/
.site-header .main-navigation #navbarNav {
	justify-content: flex-end;
}
@media (min-width: 320px) and (max-width: 1399px) {
	.site-header .main-navigation .menu.nav-menu {
		column-gap: 18px;
	}
	.btn.btn-blue.menu-item {
		margin-left: -10px;
	}
	.site-header .main-navigation .btn.btn-green a, .site-header .main-navigation .btn.btn-blue a {
		padding: 10px 25px;
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.contactInfo_box {
		padding: 80px 0 80px;
	}
	.inner-page-banner .banner-text-col .main-title {
		font-size: 50px;
		line-height: 60px;
	}
	.sec-title {
		font-size: 38px;
		line-height: 44px;
	}
	.content-widget-container h4, .content-widget-container h4 strong {
		font-weight: 500;
	}
}
@media (min-width: 320px) and (max-width: 1199px) {
	.site-header .main-navigation .menu.nav-menu .menu-item-has-children {
		padding-right: 0;
	}
	.site-header .main-navigation #navbarNav {
		position: absolute;
		top: 94px;
		left: -100%;
		/* max-height: calc(100vh - 94px); */
		background-color: #fff;
		/* overflow-y: auto; */
		/* overflow-x: hidden; */
		padding: 30px 30px 30px 30px;
		z-index: 99;
		box-shadow: 0 0 10px #00000012;
		/* height: 100%; */
		width: 100%;
		display: block !important;
		transition: 0.3s;
	}
	.site-header .main-navigation #navbarNav.show {
		left: 0;
	}
	.site-header .main-navigation .menu.nav-menu li.menu-item:hover .sub-menu {
		top: unset !important;
	  	left: unset !important;
	  	position: unset !important;
	  	display: none !important;
	}
	.site-header .main-navigation .menu.nav-menu li.menu-item .sub-menu {
		opacity: 0;
		visibility: hidden;
	}
	.site-header .main-navigation .menu.nav-menu li.menu-item .sub-menu.show {
		display: block !important;
		top: 5px !important;
	  	left: auto !important;
	  	position: relative !important;
		opacity: 1;
		visibility: visible;
	}
	.site-header .main-navigation .menu.nav-menu .menu-item-has-children::before {
		content: '';
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		right: -3px;
		top: 1px;
		z-index: 2;
	}
	.site-header .main-navigation .menu.nav-menu .menu-item-has-children::after {
		z-index: 3;
	}
	.site-header {
		padding: 15px 0px;
	}
	.site-branding .custom-logo {
		height: 64px;
		width: auto;
	}
	.site-header .main-navigation .menu.nav-menu li {
		width: 100%;
	}
	.site-header .main-navigation a {
		padding: 3px 0;
	}
	.site-header .main-navigation .menu.nav-menu {
		flex-direction: column;
		row-gap: 15px;
	}
	.btn.btn-blue.menu-item {
		margin-left: 0;
	}
	.site-header .main-navigation .menu.nav-menu .menu-item-has-children::after {
		top: 12px;
	}
	/*.site-header .main-navigation .menu.nav-menu .sub-menu {
		position: relative;
		left: unset;
		top: 6px !important;
		width: 100% !important;
		right: 0;
		border-radius: 10px;
		overflow: hidden;
		border: 1px solid #eee;
	}*/
	.site-header .main-navigation .menu.nav-menu .sub-menu {
		width: 100% !important;
		border-radius: 10px;
		overflow: hidden;
		border: 1px solid #eee;
	}
	.site-header .main-navigation .menu.nav-menu .sub-menu a {
		padding: 10px 15px;
		font-size: 14px;
		line-height: 20px;
	}
}

@media (min-width: 320px) and (max-width: 1024px) {
	.banner-col-img::before, .banner-col-img::after {
		display: none;
	}
	.main-title {
		font-size: 36px;
		line-height: 46px;
	}
	.sec-title {
		font-size: 28px;
		line-height: 36px;
	}
	.contentSec.section-padding .widget-title {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 40px;
	}
	.serviceoffer-box .serviceoffer-text {
		padding: 0 20px;
	}
	.serviceoffer-box .serviceoffer-image {
		margin-bottom: 20px;
	}
	.serviceoffer-box .serviceoffer-text .serviceoffer-title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.servicesofferSec .col-xl-4.col-lg-4.col-md-6 {
		margin-bottom: 24px;
	}
	.service-one-content .service-one-title {
		font-size: 20px;
		line-height: 28px;
	}
	.clientsServe .service-box .service-one-icon {
		margin-bottom: 22px;
	}
	.clientsServe .service-box {
		padding: 25px 25px 55px;
		height: 390px;
	}
	.contactform .contact-text {
		max-width: 100%;
	}
	.contactInfo_box {
		padding: 35px 0;
	}
	.contactform .contactInfo_box {
		padding: 50px;
	}
	.contactInfo.section-padding {
		padding-bottom: 0;
	}
	.inner-page-banner .banner-text-col .main-title {
		font-size: 34px;
		line-height: 40px;
	}
	.inner-page-banner {
		min-height: 320px;
		padding: 65px 0 110px;
	}
	h3.post-title {
		font-size: 30px;
		line-height: 36px;
	}
	.post-content-body {
		padding: 30px 30px;
	}
	.blog-post-card .post-thumbnail-wrapper img {
		height: 380px;
	}
	.sticky .post-content-body::before {
		font-size: 22px;
	}
	.about-col-ps {
		padding-top: 30px;
	}
	.aboutpageSec .inner-row-img {
		max-width: 100%;
	}
	.content-widget-container h3, .content-widget-container h4, .content-widget-container h5, .content-widget-container h6 {
		font-weight: 500;
		font-size: 24px;
		line-height: 30px;
	}
	.content-widget-container h3 strong, .content-widget-container h4 strong, .content-widget-container h5 strong, .content-widget-container h6 strong {
		font-weight: 500;
	}
	.team-name {
		font-size: 32px;
		line-height: 38px;
	}
	.member_designation {
		font-size: 22px;
		line-height: 30px;
	}
	.borderdark.testimonialsSec.pt-3.section-padding {
		padding-bottom: 0;
	}
	.aboutSec .img2 {
		flex-direction: row;
		row-gap: 24px;
		column-gap: 24px;
		margin-bottom: 24px;
	}
	.clientsServe {
		padding: 230px 0 65px;
	}
	.testimonialsSec {
		padding: 80px 0 65px;
	}
	.testimonialsSec .section-title-col {
		padding-bottom: 30px;
	}
	.testimonialsSec .sub-title-left {
		margin-bottom: 10px;
	}
	.site-footer {
		padding: 80px 0 30px;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.aboutSec .img2 img {
    height: 257px;
}
	.aboutSec .img2 {
		margin-bottom: 0px;
	}
	.home-banner .row {
		flex-direction: column-reverse;
	}
	.banner-col-img img {
		max-width: 100%;
	}
	.home-banner {
	  	padding: 45px 0 150px;
	}
	.sub-title-left {
		margin-bottom: 12px;
	}
	.main-title {
		font-size: 30px;
		line-height: 40px;
	}
	.banner-text-col .disc_text {
		padding: 15px 0 15px;
	}
	.btn_group {
		column-gap: 10px;
		row-gap: 10px;
	}
	.clientsServe {
		padding: 100px 0 35px;
		margin-top: -110px;
	}
	.home-banner .banner-text-col {
		padding-top: 15px;
	}
	.sub-title-center {
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 10px;
	}
	.center-title {
		margin: 0 auto 15px;
	}
	.clientsServe .service-box {
		padding: 16px 16px 65px;
		height: auto;
	}
	.section-padding {
		padding: 35px 0;
	}
	.aboutSec .inner-row-img {
		padding-right: 0;
		margin-bottom: 20px;
	}
	.aboutSec .inner-row-img img {
		height: 480px;
		max-width: 100%;
		margin-top: 24px;
	}
	.sec-title {
		font-size: 24px;
		line-height: 30px;
	}
	.aboutSec .inner-row .left-title {
		padding-bottom: 15px;
	}
	.aboutSec .m-top {
		padding-top: 15px;
	}
/* 	.counter-col .counter-number h2 {
		font-size: 48px;
		line-height: 46px;
	} */
	.counter-col {
		column-gap: 25px;
		row-gap: 12px;
		margin-bottom: 15px;
	}
	.serviceoffer-box .serviceoffer-text .serviceoffer-title {
		font-size: 18px;
		line-height: 24px;
	}
	.serviceoffer-box .serviceoffer-text {
		padding: 0 20px;
	}
	.servicesofferSec .col-xl-4.col-lg-6.col-md-6 {
		margin-bottom: 20px;
	}
	.workwithus-inner-row .workwithus-inner-col h5 {
		font-size: 20px;
		font-weight: 500;
		line-height: 24px;
		margin-bottom: 5px;
	}
	.workwithus-inner-row .workwithus-inner-col img {
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}
	.workwithus-inner-row .workwithus-inner-col p {
		font-size: 12px;
		line-height: 16px;
	}
	.testimonialsSec {
		padding: 45px 0 45px;
	}
	.site-footer {
		padding: 40px 0 30px;
	}
	.col-pd-s {
		padding-left: 0;
	}
	.footer-title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.site-footer ul.menu {
		margin-bottom: 29px;
	}
	.site-footer form.wpcf7-form {
		padding-left: 0;
	}
	.row.footer-inner-row {
		margin-top: 0;
	}
	.sitelogo img {
		height: 85px;
		object-position: left;
		margin-top: 20px;
	}
	.last-col .info-icon {
		margin-left: 0;
		margin-top: 30px;
	}
	.workwithus-inner {
		margin: -30px 0 0 0;
	}
	.inner-page-banner .banner-text-col .main-title {
		font-size: 30px;
		line-height: 40px;
	}
	.inner-page-banner {
		min-height: 260px;
		padding: 45px 0 100px;
	}
	.inner-page-banner .banner-text-col {
		padding-bottom: 10px;
	}
	.inner-page-banner .line {
		height: 100px;
	}
	h3.post-title {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 28px;
	}
	.team-name {
		font-size: 30px;
		line-height: 38px;
		margin: 15px 0 5px;
	}
	.member_designation {
		font-size: 20px;
		line-height: 30px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	.workwithus-inner.section-padding {
		padding: 0 0 30px;
	}
	.testimonial-item-content {
		padding: 20px 20px;
	}
	.borderdark.testimonialsSec .center-title {
		margin-bottom: 25px;
	}
	.testimonialscard-footer {
		padding: 20px 20px;
	}
	.testimonialscard-footer .testimonial-name {
		font-size: 18px;
		line-height: 24px;
	}
	.testimonialscard-footer .testimonial-designation {
		font-size: 14px;
		line-height: 22px;
	}
	.testimonialsSec .section-title-col {
		padding-bottom: 25px;
	}
	.testimonialsSec .sub-title-left {
		margin-bottom: 10px;
	}
	.page-template-about .servicesofferSec .center-title {
		margin-bottom: 20px;
	}
	.contentSec.section-padding .widget-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.img-left-cadr-box {
		padding: 20px;
	}
	.img-left-cadr-box .img-cadr-body img {
		position: unset;
		width: 80px;
		height: 80px;
		margin-bottom: 10px;
	}
	.about-col-ps {
		padding-left: 0;
		padding-top: 30px;
	}
	.aboutpageSec .left-title {
		padding-bottom: 10px;
	}
	.content-widget-container h3, .content-widget-container h4, .content-widget-container h5, .content-widget-container h6 {
		font-weight: 500;
		font-size: 20px;
		line-height: 28px;
	}
	.blog-post-card .post-thumbnail-wrapper img {
		height: 230px;
	}
	.post-content-body {
		padding: 25px 20px;
	}
	.sticky .post-content-body::before {
		font-size: 15px;
	}
	.blog-post-card {
		margin-bottom: 30px;
	}
	.contactform .contactInfo_box {
		padding: 20px;
	}
	.page-template-employment .contact-form0 {
		padding: 10px 0 0;
	}
	.exp-checkbox-card .wpcf7-checkbox {
		flex-direction: unset;
		row-gap: 0;
		padding-top: 70px;
	}
	.exp-checkbox-card .wpcf7-checkbox::before {
		top: 25px;
	}
	.exp-checkbox-card .wpcf7-list-item {
		width: 100%;
		margin-bottom: 10px;
	}
	.page-template-employment .contact-form0 .wpcf7-form-control.wpcf7-textarea.form-control {
		height: 120px;
	}
	.contactInfo_box {
		padding: 20px 20px 0;
	}
	.contact-text .sec-title {
		margin-bottom: 10px;
	}
	.contactInfo .info-icon {
		max-width: 100%;
		border-right: none;
		padding: 0 0 20px;
	}
	.contactInfo .info-icon h6 {
		margin: 0px 0px 4px 0px;
	}
	.contactInfo .info-icon .tronix-icon {
		max-width: 50px;
		width: 50px;
		min-width: 50px;
		height: 50px;
		padding: 16px;
	}
	.contactInfo.section-padding {
		padding-bottom: 0;
	}
	.btn {
		padding: 5.5px 30px;
	}
	.btn.btn-green.call-btn {
	  	padding: 5.5px 30px 5.5px 10px;
	}
}









/*----------------ps--------------*/


a.ftr-ud {
    text-decoration: underline;
}
.clientsServe .service-box .service-one-icon img {
    max-width: 45px;
}