@import url('https://fonts.googleapis.com/css2?family=Inter+Tight&display=swap');

body,
html {
    margin: 0;
    padding: 0;
	font-family: "Roboto", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}

ul,ol{ margin: 0; padding: 0;}

p:empty {
    display: none;
}


.white-bg{ background-color: #fff;}

body .text-transform-inherit{text-transform: inherit;}

.white-graph-text{ color: #fff;}

.white-text{ color: #fff !important;}

.graph-text.white-graph-text{ color: #fff;}


img {
    max-width: 100%;
}

/* banner */


.container {
	max-width: 1600px;
	padding: 0 16px;
} 

.padding-top{ padding-top: 64px;}
.padding-bottom{ padding-bottom: 64px;}


body .transition-inherit{ transition: inherit;}

:after, :before, a, h1, h2, h3, h4, h5, h6, p, span, ul, div, button, .btn {
    transition: all 0.8s;
}


/*** common css ***/

.input-material input {
    outline: none;
    border: none;
    height: 48px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.15px;
	border: 1px solid rgba(0, 0, 0, 0.42);
	border-width: 0px 0px 1px 0px;
	border-radius: 0;
	padding: 0 8px;
}

.input-material select {
    outline: none;
    border: none;
    height: 48px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.15px;
	border: 1px solid rgba(0, 0, 0, 0.42);
	border-width: 0px 0px 1px 0px;
	border-radius: 0;
	padding: 0 8px;
	background-image: url(../assets/images/arrow-dropdown.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
}



.input-material textarea {
    outline: none;
    border: none;
	height: 48px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.15px;
	border: 1px solid rgba(0, 0, 0, 0.42);
	border-width: 0px 0px 1px 0px;
	border-radius: 0;	
	padding: 0 8px;
}

.common-btn {
    position: relative;
}

.common-btn-flex {
    display: flex;
    column-gap: 16px;
}

.common-btn-click {
    min-height: 56px;
    border: none;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.46px;
    position: relative;
    padding: 10px 22px;
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
	justify-content: center;
	border: 1px solid;
}

.common-btn-click:hover{ color: #fff;}

.common-btn-click.blue-btn{background-color: #1E479A; border-color: #1E479A;}

.common-btn-click.blue-btn.out-line-btn {
    background-color: transparent;
    color: #1E479A;
}

.common-btn-click.light-turquoise{ background-color: #49D8C1; color: #0D1014; border-color: #49D8C1;}

.common-btn-click.out-line {
    border: 2px solid rgba(73, 216, 193, 0.50);
    color: #49D8C1;
}

.common-box-shadow{box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.20);}


.form-common-title h4 {
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 8.4px;
    font-size: 24px;
    color: #49D8C1;
    margin: 0;
}


.form-common-title h2 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.7%;
	margin-bottom: 24px;
}

.form-common-title p{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: 0.15px;
	color: #fff;
}


.row-flex-direction .row{row-gap: 32px;}
.form-flex-direction form{display: flex; flex-direction: column; row-gap: 32px;}

.row-gap-32{ gap: 32px 32px;}

.flex-direction-24{display: flex; flex-direction: column; row-gap: 24px;}


.margin-p-0 p{ margin: 0;} 

.white-form .input-material input, .white-form .input-material input:focus, .white-form .input-material textarea, .white-form .input-material:focus {
    color: #fff;
	border-color: #fff;
}


.white-form .input-material input::-ms-input-placeholder, .white-form .input-material textarea::-ms-input-placeholder {
  color: #fff;
}

.white-form .input-material input::placeholder, .white-form .input-material textarea::placeholder {
  color: #fff;
  
}


.form-common-padding{ padding: 32px;}

.column-grid{ display: grid; grid-template-columns: 1fr 1fr; align-items: center;}
.column-gap-94{ column-gap: 94px;}


.service-column-img-height {
    min-height: 600px;
}

.background-size-cover{ background-size: cover;}
.background-position-center{background-position: center;}

.dot-list {
    width: 58px;
    height: 58px;
    display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.dot-list div{display: flex; justify-content: space-between;}

.dot-list div span {
    width: 4.875px;
    height: 4.875px;
    background-color: #49D8C1;
    border-radius: 100%;
}

.dot-list.dot-list-one {
    position: absolute;
    top: 0px;
    left: 0;
}

.dot-list.dot-list-two {
    position: absolute;
    bottom: 0px;
    right: 0;
}


.common-circle-content-two{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    row-gap: 32px;
}

.common-circle-content-three{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
    row-gap: 32px;
}


.common-circle-content-box {
    background-color: rgba(30, 71, 154, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    text-align: center;
    row-gap: 16px;
}


.common-circle-content-box:hover{ background-color: #1E479A;}

.common-circle-content-box:hover .circle-box {
    background-color: #fff;
}

.common-circle-content-box:hover .graph-text{ color: #fff;}


.common-technology-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 24px;
    padding: 24px;
    border-radius: 44px;
    overflow: hidden;
    min-height: 357px;
    justify-content: center;
}

.common-technology-text .center-main {
    max-width: 1148px;
    color: #fff;
}




.common-banner-center-heading {
    text-align: center;
}

.banner-up {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.5px;
    margin: 0;
	color: #fff;
}

.banner-center {
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: #fff;
    margin: 0;
}

.common-banner-center-heading .graph-text {
    color: #fff;
}


.inner-banner .container {
    max-width: 1164px;
}

.inner-banner {
    min-height: 726px;
}


.banner-center-space .banner-up{ margin-bottom: 8px;}

.banner-center-flex {
    display: flex;
    align-items: center;
}

.banner-center-space .banner-center {
    margin-bottom: 24px;
}


.background-repeat-no-repeat{ background-repeat: no-repeat;}
.background-size-cover{background-size: cover;}
.background-position-center{background-position: center;}
    


.common-search {
    position: relative;
}

.common-search .form-control {
    border: 1px solid rgba(0, 0, 0, 0.42);
    border-radius: 0;
    border-width: 0px 0px 1px 0px;
    padding: 0 30px 0 0;
    height: 42px;
	color: rgba(13, 16, 20, 0.87);
}



 
.grey-placeholder input::-webkit-input-placeholder { color:rgba(77, 82, 91, 0.60); }
.grey-placeholder input::-moz-placeholder { color:rgba(77, 82, 91, 0.60); } /* firefox 19+ */
.grey-placeholder input:-ms-input-placeholder { color:rgba(77, 82, 91, 0.60); } /* ie */
.grey-placeholder input:-moz-placeholder { color:rgba(77, 82, 91, 0.60); }


.search-button {
    position: absolute;
    top: 6px;
    right: 0;
	cursor: pointer;
}



.category-data-select select {
    border: 1px solid rgba(0, 0, 0, 0.42);
    border-radius: 0;
    border-width: 0px 0px 1px 0px;
    padding: 0 8px;
    color: rgba(13, 16, 20, 0.87);
    height: 42px;
    background-image: url(../assets/images/arrow-dropdown.svg);
    background-repeat: no-repeat;
    background-position: right center;
	padding-right: 30px;
	
}

.category-data-select label{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px; /* 100% */
	letter-spacing: 0.15px;	
	color: rgba(77, 82, 91, 0.60);
}




.thanku-popup {
    background-color: rgba(0, 0, 0, 0.5);
}

.thanku-popup .modal-dialog {
    height: 100%;
    margin: 0 auto;
    padding: 40px 0;
	padding: 16px;
}

.thanku-popup .modal-dialog {
    max-width: 750px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.thanku-popup .modal-header {
    border-bottom: none;
    padding: 24px 24px 12px;
}

.thanku-popup .modal-header .modal-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #1E479A;
}

.thanku-popup .modal .close img {
    filter: brightness(0.1);
}

.thanku-popup .modal-body {
    padding: 0px 24px 24px;
}


.thanku-popup .modal-body p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
}

.thanku-popup .modal-body p:last-child{ margin-bottom: 0;}


.modal .close {
    float: right;
    right: 24px;
    top: 24px;
    background: transparent;
    border: none;
    position: absolute;
}



input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}


/**** inner css start ****/



.services-section.container {
	max-width: 1640px;
}

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 1044px;
	display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(30, 71, 154, 0.12), #0A1834);
}

.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}


.banner-text {
    width: 50%;
    padding-top: 193px;
}

.careers-banner .banner-text {
    width: 100%;
}

.banner-line-blue {
    background: #4B6CAE;
    height: 8px;
    width: 100px;
}

.banner-line-box {
    background: #49D8C1;
    height: 8px;
    width: 24px;
}

.form-button-blue span {
    margin-right: 8px;
}

.banner-content {
    z-index: 1;
}

.banner-text h5 {
    color: #49D8C1;
    font-size: 32px;
    font-weight: 800;
    line-height: 120%;
    /* 38.4px */
    letter-spacing: -0.5px;
}

.banner-text h2 {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 67.2px */
    letter-spacing: -0.5px;
}

.banner-text p {
    color: #FFF;
    margin-bottom: 44px;
}

.global-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.1s;
    letter-spacing: 0.15px;
}

.banner-text h1 {
	font-size: 121px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -1.007px;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #49D8C1;
    -webkit-text-fill-color: transparent;
    opacity: 1.2;
    margin: 0 0 44px;
}



.home-banner-text h1 {
	font-size: 121px;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -1.007px;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #49D8C1;
    -webkit-text-fill-color: transparent;
    opacity: 1.2;
    margin: 0;
}

.line-outer {
    column-gap: 12px;
	margin-bottom: 12px;
}

.home-banner-text {
    max-width: 846px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 44px;
	padding: 100px 0;
}


.home-banner-text h5 {
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: #49D8C1;
	margin-bottom: 10px;
}

.home-banner-text h2{
	font-size: 56px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: -0.5px;
	margin-bottom: 24px;
}


.banner-after {
	top: 0;
    display: inline-block;
    background-image: url(assets/texala_logox.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background-position: right bottom -1px;
}

.site-header {
    width: 100%;
    z-index: 99;
    position: sticky;
    top: 0;
	background-color: #fff;
	padding: 16px 0;
}

.home .site-header {
    position: fixed;
    top: 0;
	background-color: transparent
}

.mega-menu-flex {
    display: flex;
    column-gap: 10px;
}


.mega-menu-img{ width: 25px;}

.mega-menu-text {
    width: calc(100% - 25px);
}

.mega-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu .mega-menu-text p{margin-bottom: 0px;}

.mega-menu-img img {
    height: auto;
    width: auto;
}

.mega-sub-menu .mega-block-title{
	margin-left: 30px !important;
}


.mega-menu-item .mega-block-title{
	color: rgba(13, 16, 20, 0.87) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 150%; /* 24px */
	letter-spacing: 0.15px;
	text-transform: none !important;
}

.social-icons-navbar {
    display: flex;
    column-gap: 12px;
}

.social-icons-navbar ul {
    display: flex;
	column-gap: 16px;
}

.social-icons-navbar ul li {
    display: flex;
    align-items: center;
}

.home .social-blue-icon {
    display: none;
}

.home .social-white-icon {
    display: block;
}

.social-white-icon{ display: none}

.home .is-sticky .social-white-icon {
    display: none;
}

.home .is-sticky .social-blue-icon {
    display: block;
}

.site-header .mega-menu-wrap {
    flex: 1;
}

.site-header .mega-menu-wrap li:last-child {
    margin-left: auto !important;
    margin-right: 12px !important;
}


.site-header .mega-menu-wrap li .mega-sub-menu li{margin-left: inherit !important; margin-right: 0 !important;}

.site-header .mega-menu-wrap li .mega-sub-menu li:hover{ background-color: #e9faf7 !important;}


.site-header #mega-menu-wrap-custom-menu {
    background: transparent !important;
}

.mega-menu-text h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.15px;
    text-transform: inherit;
	color: #0D1014;
	margin-bottom: 5px;
}

.mega-menu-text p{
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 166%;
	letter-spacing: 0.4px;
	color: #4D525B;
}


.site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link {
	background: transparent !important;
	color: #0D1014;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	border-bottom: 2px solid transparent;
	padding: 9px 16px;
    height: auto;
    line-height: normal;
}


.home .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link {
	color: #fff;
}

.home .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:hover{ border-color: #fff;}



.home .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link {
	color: #fff;
}

.site-header .container{ padding: 0 20px; max-width: 1680px;}



.site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,.site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	background-color: transparent;
	font-weight: 600;
	color: #1E479A;
	border-color: #1E479A;
}


.home .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,.home .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,.home .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	color: #fff;
	border-color: #fff;
}


.home .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:hover,
.home .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:focus,.home .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{ background: transparent; font-weight: 600; color: #fff; border-color: #fff;}


.home .site-header.is-sticky #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:hover,
.home .site-header.is-sticky #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:focus,.home .site-header.is-sticky  #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{ background: transparent; font-weight: 600; color: #1E479A; border-color: #1E479A;}


.site-header.is-sticky #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .site-header.is-sticky #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,.site-header.is-sticky #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	color: #1E479A;
	border-color: #1E479A;
}

.site-header.is-sticky  #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link{ color: #0D1014;}


.site-header.is-sticky #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:hover, .site-header.is-sticky #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:focus{ color: #0D1014;}



.site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:hover,
.site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:focus, .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{ background: transparent; font-weight: 600; color: #1E479A; border-color: #1E479A;}



.home .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:hover,
.home .site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:focus{color: #fff;}

.home .site-header.is-sticky #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:hover,
.home .site-header.is-sticky #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item > a.mega-menu-link:focus{color: #1E479A; border-color: #1E479A;}



.site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{ font-weight: 600;}





.site-header.is-sticky{ background-color: #fff;}

.site-header .navbar-brand .black-logo {
    display: block;
}

.site-header .navbar-brand .white-logo {
    display: none;
}



.home .site-header .navbar-brand .black-logo{ display: none;}
.home .site-header.is-sticky .navbar-brand .black-logo{ display: block;}
.home .site-header .navbar-brand .white-logo{ display: block;}
.home .site-header.is-sticky .navbar-brand .white-logo{ display: none;}


.mega-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff;
    width: 996px;
    left: -110px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
    padding: 16px;
    top: 70px;
}


.mega-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,.mega-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{ padding: 12px;}


.site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu {
    display: flex;
    column-gap: 20px ;
}


.site-header #mega-menu-wrap-custom-menu #mega-menu-custom-menu li.mega-menu-item.mega-icon-right > a.mega-menu-link:before{     margin: 3px 0 0 6px;}


.lmenu-wrap {
    display: flex;
    align-items: center;
    position: relative;
	column-gap: 24px;
}

.site-header .navbar-brand {
    margin: 0;
	padding: 0;
}

.mega-wrap {
    display: flex;
    flex: 1;
}




/* footer */

.footer-outer a:hover {
    color: #E9E9EB !important;
}

.footer-outer {
    background-color: #1E479A;
    padding: 52px 0px 32px 0px;
}

.information p {
    color: var(--blueGrey-50, #E9E9EB);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 166%;
    letter-spacing: 0.4px;
}

.footer-outer div {
    color: #E9E9EB;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-heading-white {
    color: #FFF;
}

.footer-heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
	color: #49D8C1;
	margin-bottom: 16px;
	margin-top: 32px;
}

.footer-heading-colored {
    color: #49D8C1;
}


.footer-outer li {
    color: #E9E9EB;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-outer a {
    color: #E9E9EB;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	text-decoration: none;
}

.form-space-32 {
    grid-row-gap: 32px;
    display: flex;
    flex-direction: column;
}

.form-space-24 {
    grid-row-gap: 24px;
    display: flex;
    flex-direction: column;
}

.footer input::placeholder {
    color: #E9E9EB;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.15px;
}


.footer-submit-button{
	background: #49D8C1;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 16px 0px;
}

.footer-submit-button p{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}


.footer-connect-outer .wpcf7-textarea::placeholder{
	color: #FFF;
}


.form-space-16 {
    grid-row-gap: 16px;
    display: flex;
    flex-direction: column;
}

.copyright-left {
    display: flex;
    column-gap: 24px;
}

.copyright-left p {
    color: #E9E9EB;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.footer-privacy li {
    display: inline-block;
	padding: 0 12px;
}

.footer-privacy li a {
    color: #E9E9EB;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.footer-copyright {
    padding: 20px 0px;
    background: #18397B;
}

.footer-connect {
    margin-top: -164px;
}

.footer-connect .form-title h2{ color: #fff;}

.footer-connect-outer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 52px;
	max-width: 1296px;
	margin: 0 auto;
}


.footer {
    margin-top: 220px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #1E479A;
    z-index: 1;
    box-shadow: 0px -10px 39px -3px #49D8C1;
}



 .connect-form input::placeholder {
	color: rgba(77, 82, 91, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.15px;
}


.form-button {
    background: #49D8C1;
    color: rgba(13, 16, 20, 0.87);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.46px;
    text-transform: capitalize;
    padding: 16px 24px;
    border: none;
}

.form-button-blue {
    padding: 16px 24px;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 152.941% */
    letter-spacing: 0.46px;
    text-transform: capitalize;
    background-color: #1E479A;
    border: none;
}

.column-gap-global {
    display: flex;
    column-gap: 16px;
}


.form-button span {
    margin-right: 8px;
}

#menu-opportunities-menu{
	list-style-type: none;
	padding:0;
}

.paragraph-margin p {
    margin: 0;
}


.footer-connect .row {
    row-gap: 32px;
}

.input-transparent input, .input-transparent input:focus, .input-transparent textarea, .input-transparent textarea:focus{
    background-color: transparent;
}

.footer-connect .input-material input, .footer-connect .input-material textarea{ border-color: #49D8C1; color: #fff;}


.footer-connect .input-material textarea {
    height: 0;
}

.footer-outer .container {
    display: grid;
    grid-template-columns: 318px 1fr 1fr 241px 1fr 1fr;
    column-gap: 32px;
}

.footer-privacy {
    text-align: right;
}

.footer-privacy li:last-child {
    padding-right: 0;
}

.social li {
    display: inline-block;
}

.social {
    display: flex;
    column-gap: 12px;
}

.footer-address li {
    display: flex;
    column-gap: 12px;
}

.head-office .footer-heading {
    margin-bottom: 8px;
	color: #fff;
}


.footer-address {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.view-all .menu-services-menu-container ul li:last-child a {
    font-weight: 600;
}

/* footer end */




/* about us */


.image-stack__item--top {
    min-height: 389px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}


.image-stack__item--bottom {
    position: absolute;
    left: 0;
    top: 162px;
    width: 83%;
	min-height: 389px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}


.about-us .text-section p{
	color: rgba(13, 16, 20, 0.87);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.15px;
}

.about-us .text-section {
	display: flex;
    align-items: center;
}

.grd-image {
    top: -24px;
    left: 33px;
    position: absolute;
}

.bottom-designed {
    position: absolute;
    right: -78px;
    bottom: -25px;
    padding: 23px 0;
    background: #1E479A;
    box-shadow: 60.488px 217.31px 63.475px 0px rgba(0, 0, 0, 0.00), 38.832px 138.899px 57.501px 0px rgba(0, 0, 0, 0.01), 21.656px 78.411px 48.54px 0px rgba(0, 0, 0, 0.02), 9.708px 35.098px 35.845px 0px rgba(0, 0, 0, 0.03), 2.24px 8.961px 20.163px 0px rgba(0, 0, 0, 0.03);
    width: 150px;
    height: 150px;
	display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
}


.bottom-designed div {
    color: #FFF;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 67.2px */
    letter-spacing: -0.5px;
}

.bottom-designed p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
    letter-spacing: 0.15px;
}

.about-section-text{
	position: absolute;
    top: -114px;
    left: 33px;
    color: #1D564D;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.5px;
    background: #49D8C1;
    padding: 20px;
    border: none;
}

.about-us-banner h1 {
    color: #49D8C1;
    font-size: 56px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -0.5px;
	margin: 0;
}

.about-us-banner video{
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-us-banner p {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.about-us-banner{ min-height: 726px; display: flex; align-items: center;}

.about-us-banner .container {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.about-overlay {
    background-color: rgba(0, 0, 0, 0.39);
    height: 100%;
    width: 100%;
    position: absolute;
}


.hlo-image {
    position: absolute;
    bottom: -18px;
    left: 0;
}





/* about us */





/* our services */

.our-services .container{
	position: relative;
	z-index:1;
}

.card-services{
	grid-template-columns: 1fr 1fr;
	column-gap: 52px;
    row-gap: 52px;
	display: grid;
}

.card-services-flex {
    display: flex;
    flex-direction: column;
    row-gap: 52px;
}

.card-services-flex:last-child {
   margin-top: 83px;
}

.card-services .card-services-flex .card-services-content{ height: auto;}

.our-services .grid-container{
	grid-template-columns: 1fr 1fr 1fr;
}

.services-section .our-services .top{
	top: 43px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 80px;
}

.services-section .our-services .bottom{
	bottom: 43px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 80px;
}

.services-section {
    margin-top: 98px;
	margin-bottom: 178px;
}

.development-benefit-circle {
    background-color: rgba(73, 216, 193, 0.12);
    border-radius: 100%;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
	min-width: 36px;
}

.development-benefits li {
    display: flex;
    align-items: center;
    column-gap: 9px;
}

.development-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 24px;
}

.development-benefit-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.15px;
    color: #fff;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 120px;
    background-color: #14171E;
    z-index: -1;
    right: 0;
    left: 0;
    bottom: 120px;
}

.card-section .card-services-content {
    background: #212732;
    min-height: 370px;
    position: relative;
    width: 100%;
    padding: 24px;
    transition: background-color 0.9s ease;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
	height: 100%;
}

.card-services-content .common-btn .common-btn-click {
    width: 48px;
    height: 48px;
    background-color: rgba(73, 216, 193, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.20);
	min-height: auto;
	padding: 0;
	border-color: transparent;
}

.card-title-outer {
    flex: 1;
}

.card-services-content:hover .common-btn .common-btn-click{ width: 100%; background-color: #fff; border-radius: 0;}


.dark-main-head {
    color: #49D8C1;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
}

.dark-head {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.7%;
}

.card-head-outer {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.4%;
    text-transform: none;
}

.card-para {
    color: #A6A9AD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
	transition: all 0.2s;
}



.card-circle {
    background: rgba(73, 216, 193, 0.08);
	height: 60px;
	width: 60px;
	border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.green-cirle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 18%;
}

.green-cirle-small{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.card-shade{
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.mastering-section .card-shade{
    display: flex;
    align-items: center;
    column-gap: 6px;
	width: 200px;
}

.card-hero{
    column-gap: 24px;
}



/* our services */

/* support text */
.support-text {
    margin-top: 184px;
    padding: 64px;
}

.section-boxes .box {
    background: var(--primary-_states-selected, rgba(30, 71, 154, 0.08));
    padding: 24px;
    display: flex;
    column-gap: 8px;
}

.section-boxes .box h6 {
    color: var(--primary-main, #1E479A);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 187.5% */
    letter-spacing: 0.15px;
}

.section-boxes .box p {
    color: var(--text-secondary, rgba(77, 82, 91, 0.60));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.15px;
}

/* support text */

/* vision section */

.vision-img {
    width: 100%;
    max-width: 547px;
}

.vision-content {
    padding-top: 72px;
    column-gap: 100px;
	display: flex;
	align-items: center;
}


.tools-data li {
    display: inline-flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-items: center;
    column-gap: 12px;
    padding: 0 12px;
    border-right: 1px solid #BDBDBD;
}

.tools-data li:first-child {
    padding-left: 0;
}

.tools-data li:last-child {
    padding-right: 0;
	border-right: none;
}

.increase-data li {
    display: inline-flex;
    align-items: center;
	column-gap: 16px;
}

.vision-text {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    flex: 1;
    padding-right: 32px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: rgba(13, 16, 20, 0.87);
}

.vision-text .vision-img {
    display: none;
}

.vision-content:nth-child(odd) .vision-text {
    order: 2;
}

.vision-green-box{
	border-radius: 100%;
    background: #DBF7F3;
    width: 44px;
    height: 44px;
	display: flex;
    align-items: center;
    justify-content: center;
}

/* vision section */

/* mastering-section */


.texala-logo-left{
	top: 0px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background-position: left top;
}

.texala-logo-right{
	top: 0px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background-position: right bottom;
}

.mastering-section {
    margin-top: 470px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #14171E;
    z-index: 1;
	padding-bottom: 64px;
}


.technologies {
    margin-top: -330px;
}

.technologies .container {
    max-width: 1530px;
}

.mastering-technology {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	max-width: 1296px;
    margin: 0 auto;
	background-color: #E9EDF5;
	padding: 64px 0 64px;
}

.technologies-gap{
	column-gap: 48px;
}

.technologies-section-outer .outer-div{
	padding: 40px 24px 20px 24px;
	border-bottom: 20px solid transparent;
    border-image: linear-gradient(-90deg, #49D8C1, #2C8274, #2C8274, #49D8C1) 1;
	background: #212732;
	display: flex;
    column-gap: 13px;
	align-items: center;
	flex: 1;
}

.result-percentage{
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 116.7%; 
}

.result-text{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.15px;
	color: #49D8C1;
}


.head-style{
	color: #49D8C1;
	font-size: 24px;	
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 8.4px;
}

.mastering-technology .nav-tabs .nav-link {
	color: rgba(77, 82, 91, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	cursor: pointer;
	padding: 9px 16px;
}

.mastering-technology .nav-tabs .nav-item.show .nav-link,.mastering-technology .nav-tabs .nav-link.active {
    color: #1E479A;
    background-color: #E9EDF5;
    border-bottom: 2px solid #1E479A;
	border-color: transparent transparent #1E479A transparent;
}

.mastering-technology .common-center-heading {
    margin-bottom: 44px;
}

.mastering-technology .nav-tabs {
    border-bottom: 1px solid #A5B5D7;
}

.mastering-technology nav {
    margin-bottom: 44px;
}


.mastering-technology .common-btn {
    text-align: center;
	margin-top: 44px;
}


.mastering-technology .common-btn .common-btn-click {
    max-width: 1092px;
    width: 100%;
}


.technology-icon {
    max-width: 944px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    column-gap: 44px;
    row-gap: 44px;
	flex-wrap: wrap;
	justify-content: center;
}

.technology-icon li {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 130px;
	row-gap: 10px;
	text-align: center;
}


.mastering-technology .tab-pane {
    outline: none;
}


.mastering-technology .nav-tabs .nav-link {
    border: 2px solid transparent;
}


.technology-icon li p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: 0.17px;
    color: #0D1014;
    margin: 0;
}

.mastering-section .container {
    z-index: 1;
	position: relative;
}

.technologies-section-outer h2 {
    color: #49D8C1;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.4%;
	margin: 0;
}

.technologies-section-outer h2 span {
    display: block;
    color: #fff;
}


.technologies-section-outer {
    padding-top: 54px;
}

.potential-sec {
    display: flex;
    column-gap: 32px;
    margin-top: 32px;
}


/* mastering-section */

/* our effect */


.customer-message .card-head {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.4%;
    color: #fff;
}

.customer-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.customer-profile {
    width: 92px;
    height: 92px;
    border-radius: 100%;
    overflow: hidden;
}

.quote-icon {
    margin-left: auto;
}

.customer-review {
    display: flex;
    column-gap: 16px;
    padding-bottom: 28px;
    border-bottom: 1px solid #4D525B;
    margin-bottom: 28px;
}

.our-effect .slider-box .graph-text{ color: #fff; flex-grow: 1;}

.customer-rating {
    display: flex;
    column-gap: 24px;
	margin-top: 28px;
}

.customer-name h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.15px;
    color: #fff;
	margin: 0;
}


.rating-star {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.customer-name h5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: 0.17px;
    margin: 0;
	color: #7A7D84;
}

.customer-name {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
	flex: 1;
}


.customer-rating-number{
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	justify-content: center;
	align-items: center;
}


.review-company-logo img {
    max-width: 140px;
}

/* our effect */

/* Blog section*/


.blog-card {
    padding: 24px;
    min-height: 322px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 32px;
    padding-top: 24px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}

.blog-card:hover .blog-head h6 {
	color: #49D8C1;
}

.blog-card:hover {
    background: #212833 !important;
}

.blog-card:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}


.common-left-heading.text-letter-space .center-up {
    letter-spacing: 8.4px;
    margin: 0;
    line-height: 160%;
}

.home-blog-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.blog-card-outer {
    display: grid;
    column-gap: 36px;
    margin-top: 64px;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 36px;
}

.blog-head h6 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 133.4%;
	color: #fff;
	margin: 0;
}


.blog-card:hover .arrow-white{ background: #49D8C1;}
.blog-card:hover .arrow-white img{}

.blog-card:hover .blog-time p{color: #49D8C1;}

.blog-card:hover .arrow-white {
    background-color: #49D8C1;
}

.blog-card:hover .arrow-white .right-arrow-grey{
    display: block;
}

.blog-card:hover .arrow-white .right-arrow-white{
    display: none;
}


.blog-head .graph-text {
    color: #fff;
}

.blog-position {
    display: flex;
    align-items: center;
    justify-content: space-between;
	position: relative;
}
.blog-head .read-content{ color: #fff; text-decoration: none;}

.blog-time p {
    font-size: 14px;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: 0.17px;
    color: #fff;
    margin: 0;
}

.blog-time {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.blog-head {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
	position: relative;
	z-index: 1;
}


/*.blog-section .blog-card:hover {
    background-image: none !important;
    background-color: #212732;
}

.blog-section .blog-card:hover .card-head{
	font-size: 24px;
	color: #49D8C1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.15px;
	transition: font-size 0.5s ease, color 0.5s ease; 
}

.blog-section .blog-card:hover .hovered-text {
	color: #49D8C1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
}

.blog-section .blog-card:hover .hovered-para {
	font-size: 14px;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 133.4%;
	transition: font-size 0.5s ease, color 0.5s ease; 
}*/

.arrow-white{
	background: rgba(255, 255, 255, 0.08);
	padding:24px 0;
	width: 59px;
    height: 59px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-white .right-arrow-grey {
    display: none;
}

.arrow-white:hover .right-arrow-grey{ display: block;}
.arrow-white:hover .right-arrow-white{ display: none;}

/* Blog section*/


/* slider section */
.our-effect .slider-box{
	width: 511px !important;
	padding: 24px;
	background: #14171E;
	margin-right: 36px;
	height: auto;
	display: flex;
	flex-direction: column;
}

.our-effect .autoplay .slick-track {
    display: flex;
}

.our-effect .autoplay{
	margin-top: 64px;
}
/* slider section */


/* info section */

.info-section{
	padding-top: 52px;
    padding-bottom: 52px;
}

.info-section .outer-div {
    padding: 32px;
    background: #212732;
    border-radius: 24px;
    flex: 1;
	column-gap: 13px;
	display: flex;
	align-items: center;
}

.info-section .container {
    display: flex;
    column-gap: 24px;
}
/* info section */

/* join our team section */
.join-our-team .content{
	background: #49D8C1;
	padding: 64px;
}



.join-our-team {
    margin: 64px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.join-team-content {
    padding: 64px;
	background-color: #49D8C1;
}

.join-team-img {
    min-height: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.join-btn {
    height: 120px;
    width: 120px;
    align-items: center;
    padding: 8px 24px;
    justify-content: center;
    border: 1px solid #fff;
	display: none;
}

.join-team-content .common-btn-click {
    display: none;
}

.join-team-content .form-space-24 {
    align-items: flex-start;
}

/* join our team section */



/* who we are section */


.who-we-are .container {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
}

.who-we-are-grid{
	display:grid;
	grid-template-columns: repeat(2, 1fr); /* Two columns layout */
    gap: 20px; 
}

.image-with-overlay {
    position: relative;
    height: 280px; /* Example height for the image container */
    background-size: cover;
    background-position: center;
    margin-bottom: 64px;
	border-radius: 44px;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgba(35, 38, 47, 0.83);
    backdrop-filter: blur(2.4px);
    color: white; /* Text color for overlay content */
    text-align: center;
	border-radius: 44px;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3); 
}

.who-we-are-grid .box-small{
	height: 376px;
}


.common-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgba(35, 38, 47, 0.83);
    backdrop-filter: blur(2.4px);
    color: white; /* Text color for overlay content */
    text-align: center;
	border-radius: 44px;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3); 
}

.overlay-text-box {
    position: relative;
    padding: 24px;
    border-radius: 44px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-text-box .graph-text {
    max-width: 1416px;
    margin: 0 auto;
}


.who-we-are-grid .overlay-text-box {
    min-height: 376px;
}


/* who we are section */



/* posibilites section */

.posibilities-section{
	padding: 169px 0;
}


.posibilities-section .posibilites-img{
	margin-top: -31px;
}


.common-center-heading h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.15px;
    margin: 0;
    color: rgba(13, 16, 20, 0.87);
}

.posibilities-section .graph-text {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
	margin-top: -30px;
}


/* posibilites section */

/* know us section */

.know-us {
    padding: 64px 0;
    overflow: hidden;
    display: grid;
    align-items: center;
    column-gap: 54px;
	grid-template-columns: 1fr 1fr;
}

.grid-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
	gap: 52px;
}

.grid-block .sub-block {
    padding-right: 64px;
}

.know-us-img {
    min-height: 510px;
	background-size: cover;
    background-position: center;
}


.know-us .know-us-content {
    padding-right: 64px;
}

.know-us .graph-text {
    max-width: 996px;
	width: 100%;
}

.know-us .graph-text p {
    margin: 0;
}

/* know us section */

/* services section */

.card-services-content:hover{
	background: #49D8C1;
}
 
.card-services-content:hover .card-para {
	color: rgba(13, 16, 20, 0.87);
}
 
.card-services-content:hover .card-head-outer {
	color: #2C8274;
}

.card-services-content:hover .hover-button-text {
	display: block;
}

.card-services-content:hover .card-circle {
	background: rgba(0, 0, 0, 0.12);
}

.card-services-content:hover .card-circle img {
    filter: brightness(0.4);
}

.card-services-content:hover .hover-button {
    display: block;
}

.card-services-content .hover-button {
    display: none;
}

.card-services-content:hover .initial-card-button {
    display: none;
}


.card-services-content .initial-card-button {
    display: block;
}

.card-services-content .hover-button-text {
	display: none;
	color: #1D564D;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.46px;
    text-transform: capitalize;
}
 


.services-banner{ padding-bottom: 44px;}

.services-banner .container{
	max-width: 1588px;
}

.services-banner .banner-content{
	column-gap: 74px;
}

.u-shape{
	border-bottom-left-radius: 50%;
    min-height: 861px;
    border-bottom-right-radius: 50%;
    background-repeat: no-repeat;
	width: 50%;
	margin-top: 79px;
	background-size: cover;	
}

.box-text{
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 27.138px */
	letter-spacing: 0.17px;
}

.banner-box-two{
	height: 180px;
	width: 200px;
	display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 80px;
    right: 0;
    background: #1A1F28;
    box-shadow: 2.262px 2.262px 4.523px 0px rgba(255, 255, 255, 0.14) inset, 122.122px 189.967px 63.322px 0px rgba(0, 0, 0, 0.00), 78.022px 122.122px 57.669px 0px rgba(0, 0, 0, 0.02), 44.1px 68.976px 48.623px 0px rgba(0, 0, 0, 0.07), 19.223px 30.53px 36.184px 0px rgba(0, 0, 0, 0.11), 4.523px 7.915px 20.354px 0px rgba(0, 0, 0, 0.13);
    padding: 27.138px;
}

.star-box li {
    display: inline-flex;
}

.star-box {
    margin: 0 auto;
    display: flex;
    column-gap: 10px;
}

.banner-box-two h4 {
    color: #49D8C1;
    text-align: center;
    font-size: 63.322px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.565px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.banner-box-two span {
    color: #2C8274;
    text-align: center;
    font-size: 36.184px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.565px;
    position: relative;
    display: flex;
    column-gap: 5px;
}

.box-one h4{
	color: #49D8C1;
	font-size: 63.322px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%; /* 75.987px */
	letter-spacing: -0.565px;
	margin-bottom: 0;
}

.box-one span{
	color: #2C8274;
	text-align: center;
	font-size: 36.184px;
	font-style: normal;	
	font-weight: 800;
	line-height: 120%; /* 43.421px */
	letter-spacing: -0.565px;
}

.banner-box-one{
	background: #1A1F28;
	box-shadow: -2.025px -2.025px 4.05px 0px rgba(255, 255, 255, 0.14) inset, 109.357px 170.111px 56.704px 0px rgba(0, 0, 0, 0.00), 69.867px 109.357px 51.641px 0px rgba(0, 0, 0, 0.02), 39.49px 61.767px 43.54px 0px rgba(0, 0, 0, 0.07), 17.214px 27.339px 32.402px 0px rgba(0, 0, 0, 0.11), 4.05px 7.088px 18.226px 0px rgba(0, 0, 0, 0.13);
	padding: 16.201px;
    position: absolute;
    left: -89px;
    top: 42px;
	column-gap: 12px;
	align-items: center;
	column-gap: 12px;
}

.banner-box-one img {
    max-width: 40px;
}

.banner-box-one h4{
	color: #49D8C1;
	font-size: 56.704px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%; /* 68.045px */
	letter-spacing: -0.506px;    
	margin-bottom: 0;
}

.banner-box-one span{
	color: #FFF;
	font-size: 16.201px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24.302px */
	letter-spacing: 0.152px;
	text-align: center;
    display: flex;
    align-items: center;
}


.banner-box-one p {
    margin: 0;
    text-align: left;
}


.banner-box-one h6 {
    text-transform: capitalize;
    color: #fff;
    font-size: 16.201px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.152px;
    margin: 0;
}


/* services section */


.small-para{
	color: rgba(77, 82, 91, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 24px */
	letter-spacing: 0.5px;
}

.modal-content {
	border-radius: unset;
}

.lets-connect-form-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.lets-connect-data {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: auto;
    background-position: left;
	row-gap: 44px;
}


.lets-connect-form p {
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: rgba(77, 82, 91, 0.60);
    margin: 0;
}

.lets-connect-form h1 {
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 123.5%;
    letter-spacing: 0.25px;
    margin: 0 0 8px;
}


.lets-connect .modal-dialog {
    max-width: 1135px;
    padding: 16px;
    margin: 0 auto;
}



.blur-box {
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.52) inset;	
	backdrop-filter: blur(8px);
	padding: 24px;
    width: 480px;
}

.blur-box h1{
	color: #FFF;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 116.7%;
}

.blur-box div{
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	letter-spacing: 0.15px;
}

.color-gray{
	color: rgba(77, 82, 91, 0.60);
}

.banner-head{
	color: #49D8C1;
	font-size: 56px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%; /* 67.2px */
	letter-spacing: -0.5px;
}

.banner-head-small{
	color: #49D8C1;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.5px;
}

.banner-para{
	color: #FFF;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 133.4%; /* 32.016px */
}

.blue-heading {
    color: #1E479A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.5px;
}

.big-heading {
    color: rgba(13, 16, 20, 0.87);
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 67.2px */
    letter-spacing: -0.5px;
}

.grey-head {
    color: rgba(77, 82, 91, 0.60);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 28.8px */
    letter-spacing: -0.5px;
}

.center-head {
    color: #18397B;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 8.4px;
}

.black-subhead {
    color: rgba(13, 16, 20, 0.87);
    font-size: 40px;
    font-style: normal;
    font-weight: 590;
    line-height: 120%;
    /* 48px */
    letter-spacing: -0.5px;
}


.spacious-heading {
    color: #18397B;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
    letter-spacing: 8.4px;
}

.small-heading{
	color: rgba(13, 16, 20, 0.87);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 0.15px;
}


.blue-spacious-head{
	color: #1E479A;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 28.8px */
	letter-spacing: -0.5px;
}

.blue-circle{
	border-radius: 300px;
	background: rgba(255, 255, 255, 0.12);
	width: 50px;
    height: 50px;

}

.red-circle{
	border-radius: 300px;
	background: rgba(211, 47, 47, 0.08);
	width: 50px;
	height: 50px;
}


.blue-card-text{
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 125% */
	letter-spacing: 0.15px;
}

.blue-small-head{
	color: #18397B;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.grey-circle{
	border-radius: 100%;
	background: #D3D4D6;
	width: 50px; 
	height: 50px;
}

.color-blue{
	color: #1E479A !important;
}

.color-grey{
	color: rgba(77, 82, 91, 0.60);
}

.color-greenish-cyan{
	color: #49D8C1;
}

.letter-spacing {
    letter-spacing: 0;
}

.font-weight-text-510 {
    font-weight: 510;
}

.font-weight-text-600{
	font-weight: 600;
}

.font-weight-text-500{
	font-weight: 500 !important;
}

.margin-bottom-box-64 {
    margin-bottom: 64px;
}

.margin-bottom-box-24 {
    margin-bottom: 24px;
}


/* mb-8 */
.margin-bottom-box-32 {
    margin-bottom: 32px;
}

.margin-bottom-box-16 {
    margin-bottom: 16px;
}
/* mt-44 */
.margin-top-box-44{
    margin-top: 44px;
}

.gap-space-32{
	gap: 32px;
}

.gap-space-44{
	gap: 44px;
}

.text-large{
	font-size: 20px;
}

/* text sm*/
.text-small-size{
	font-size: 16px;
}

.text-extra-small{
	font-size: 12px;
}

.z-index-1{
	z-index: 1;
}


.font-size-text-52{
	font-size: 52px;
}

.font-size-text-24{
	font-size: 24px;
}

.best-solution {
    padding-bottom: 44px;
	padding-top: 44px;
}

.best-solution .paragraph-text{
    max-width: 996px;
    margin: 0 auto;
}

.best-solution .container {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
}


.best-solution-card .row {
    justify-content: center;
    row-gap: 52px;
    margin: 0 -16px;
}

.best-solution-card .card-space{ padding: 0 16px;}


.cvf_pag_loading .border-right{
	padding-left: 13px;
}

.cvf_pag_loading span.card-para.text-extra-small{
	padding-left: 13px;
}


.why-business{
	padding: 44px 0 52px;
}

.why-business .container {
    max-width: 1472px;
}

.choose-us-data-card{
	padding: 24px 44px;
	background: #1E479A;
	box-shadow: 108px 168px 56px 0px rgba(0, 0, 0, 0.00), 69px 108px 51px 0px rgba(0, 0, 0, 0.02), 39px 61px 43px 0px rgba(0, 0, 0, 0.07), 17px 27px 32px 0px rgba(0, 0, 0, 0.11), 0px -50px 77.8px 0px rgba(0, 0, 0, 0.26) inset, 0px 77px 124.2px 0px rgba(87, 138, 244, 0.59) inset;
	display: flex;
    flex-direction: column;
}

.choose-us-data-list {
    flex-grow: 1;
}


.choose-us-data-card-two {
	border: 1px solid rgba(0, 0, 0, 0.42);
	padding: 24px 44px;
    display: flex;
    flex-direction: column;
}


.choose-us-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 44px;
    row-gap: 44px;
    margin-top: 44px;
}


.choose-us-data-list li {
    padding: 24px 0;
    display: flex;
    column-gap: 24px;
    align-items: center;
}

.choose-us-data-list li p {
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.15px;
	width: calc(100% - 45px);
}

.choose-us-data-list li span {
    height: 45px;
    width: 45px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-btn-click.white-btn {
    background-color: #fff;
    color: #1E479A;
}

.choose-us-data-card h2, .choose-us-data-card-two h2 {
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 123.5%;
    letter-spacing: 0.25px;
    margin: 24px 0;
    text-align: center;
}

.choose-us-data-card-two h2{ color: rgba(77, 82, 91, 0.60);}

.choose-us-data-card .common-btn {
    position: relative;
    margin: 24px 0;
}


.choose-us-data-card-two .choose-us-data-list li span{ background-color: rgba(211, 47, 47, 0.08);}

.need-more {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.46px;
    text-transform: capitalize;
    color: rgba(77, 82, 91, 0.60);
    margin: 24px 0;
    padding: 16px 0;
}


.page-template-services .mastering-section {
    margin-top: 360px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #14171E;
    z-index: 1;
    padding-bottom: 64px;
}

.modal #wpcf7-f327-o1{
	width: 50%;
}

/* case study solar crm */


.case-study-template-default .site-header {
    position: fixed;
    width: 100%;
}

.case-study-banner {
    padding: 80px 0;
    min-height: 1037px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.case-study-banner-text h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #49D8C1;
    margin: 0 0 8px;
}

.case-study-banner-text h2 span {
    font-weight: 800;
    line-height: 124%;
    letter-spacing: -0.5px;
    margin: 0 0 8px;
    color: #1E479A;
	display: block;
}


.case-study-banner-text h2 {
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    letter-spacing: -0.5px;
    margin: 0;
}

.case-study-banner-text .graph-text {
    margin: 24px 0;
}


.case-study-banner-text .graph-text {
    margin: 24px 0;
    color: rgba(77, 82, 91, 0.60);
}

.case-study-banner-text {
    width: 100%;
    max-width: 868px;
}

.case-study-after {
    width: 1060px;
    height: 1060px;
    background-color: #1E479A;
    border-radius: 100%;
    top: -25px;
    position: absolute;
    right: -290px;
    display: flex;
    align-items: center;
    padding: 112px 0;
}


.case-study-banner .explore-content {
    display: inline-flex;
}

.case-study-sec {
    position: absolute;
    right: 290px;
    top: 149px;
    bottom: 141px;
}

.case-studies-img-one {
    width: 416px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.case-studies-img-one, .case-studies-img-two, .case-studies-img-three{ border: 2px solid rgba(255, 255, 255, 0.50); box-shadow: 0px 22px 31px 0px rgba(0, 0, 0, 0.2);}

.case-studies-img-two {
    width: 566px;
    position: absolute;
    bottom: 50px;
    right: 0;
    top: 50px;
    background-size: cover;
    background-position: center;
	z-index: 1;
}

.case-studies-img-three {
    width: 355px;
    position: absolute;
    bottom: 100px;
    right: 360px;
    top: 100px;
    background-size: cover;
    background-position: center;
}

.postid-145 .case-studies-img-one, .postid-145 .case-studies-img-two, .postid-145 .case-studies-img-three{ border: 2px solid rgba(255, 255, 255, 0.50); border-width: 2px 0px 2px 2px;}




/* case study solar crm */

/* challenges section */

.volt-solar-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 36px;
    row-gap: 36px;
	justify-content: center;
}


.volt-solar-list li {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 16px 24px;
    background-color: #E9E9EB;
    border-radius: 88px;
}

.challenges-section .common-center-heading {
    margin-bottom: 36px;
}

.challenges-section {
    padding: 44px 0;
}

.volt-solar-list li:hover {
    background-color: #18397B;
}

.volt-solar-list li:hover .grey-circle {
    background-color: #fff;
}

.volt-solar-list li:hover .graph-text {
    color: #fff;
}


.volt-solar-list li:hover .graph-text {
    color: #fff;
    transition: inherit;
}


/* challenges section */

/* Why Texala */

.why-choose .overlay-text-box {
    min-height: 400px;
}

.why-choose .overlay-text-box .graph-text {
    max-width: 1208px;
}

.why-choose .overlay-text-box .graph-text p {
    margin: 0;
}

/* Why Texala */

/* Benefits section */

.benefits-section .common-center-heading {
    margin-bottom: 44px;
}

.benefits-section .container {
    max-width: 1320px;
}

.common-list{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    justify-content: center;
    padding: 0;
    list-style-type: none;
    margin: 44px 0 0;
}

.common-list-child{
    background: rgba(30, 71, 154, 0.08);
	box-sizing: border-box;
	padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.common-list-child:hover {
    background-color: #1E479A;
}

.common-list-child:hover .circle-box{ background-color: #fff;}
.common-list-child:hover .global-para{ color: #fff;}

.common-list-child .grey-circle{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 56px;
    height: 56px;
}

.circle-box {
    background: rgba(30, 71, 154, 0.08);
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}


/* Benefits section */

/* explore-section section */

.explore-section{
	padding: 64px 0;
}

.search-box input{
	border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    border-radius: unset;
	border-top: none;
    border-left: none;
    border-right: none;
}

.slider-box{
	border: 1px solid rgba(0, 0, 0, 0.23);
	background: #FFF;
	box-shadow: 0px 0px 0px 0px #49D8C1 inset;
	padding: 24px;
}

.grey-button{
	border-radius: 50px;
	background: rgba(30, 71, 154, 0.12);
	padding: 2px 12px;
    line-height: normal;
    min-height: 28px;
}

.grey-button img{
	margin-right: 8px;
}

.grey-button span{
	color: #1E479A;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 166%; /* 19.92px */
	letter-spacing: 0.4px;
}

.black-small-head{
	color: rgba(13, 16, 20, 0.87);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 0.15px;
}

.flex-gap-16{
	display: flex;
	column-gap: 16px;
}

.flex-gap-32{
	display: flex;
	column-gap: 32px;
}


.explore-section .border-right{
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	margin-right: 10px;
	margin-left: 10px;
}
/* explore-section section */

/* services-footer-form */



.services-footer-form .container {
    column-gap: 96px;
    grid-template-columns: 1fr 1fr;
	align-items: center;
	max-width: 1500px;
}

.box-one{
	padding: 32px;
	background: #1A1F28;
	box-shadow: 2px 2px 4.05px 0px rgba(73, 216, 193, 0.14) inset, 109.357px 170.111px 56.704px 0px rgba(0, 0, 0, 0.00), 69.867px 109.357px 51.641px 0px rgba(0, 0, 0, 0.02), 39.49px 61.767px 43.54px 0px rgba(0, 0, 0, 0.07), 17.214px 27.339px 32.402px 0px rgba(0, 0, 0, 0.11), 4.05px 7.088px 18.226px 0px rgba(0, 0, 0, 0.13);
	min-width: 206px;
	width: 206px;
}

.box-two{
	padding: 32px 16px;
	background: #1A1F28;
	box-shadow: 2px 2px 4.05px 0px rgba(73, 216, 193, 0.14) inset, 109.357px 170.111px 56.704px 0px rgba(0, 0, 0, 0.00), 69.867px 109.357px 51.641px 0px rgba(0, 0, 0, 0.02), 39.49px 61.767px 43.54px 0px rgba(0, 0, 0, 0.07), 17.214px 27.339px 32.402px 0px rgba(0, 0, 0, 0.11), 4.05px 7.088px 18.226px 0px rgba(0, 0, 0, 0.13);
	min-width: 206px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	width: 206px;
	row-gap: 8px;
	align-items: center;
	text-align: center;
}

.services-footer-content {
    display: flex;
    row-gap: 44px;
    flex-direction: column;
}

.rated-globally {
    column-gap: 44px;
    display: flex;
}

.countries-served {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.box-two span{
	color: #49D8C1;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%; 
	letter-spacing: -0.506px;
}

.box-two img{
	margin-right: 10px;
}

.service-form{
	padding: 36px;
}

.form-control:focus {
	border-color: rgba(0, 0, 0, 0.42);
	box-shadow: none;
}



.services-footer-content .center-main {
    margin-bottom: 16px;
	color: #49D8C1;
}

.services-footer-content .paragraph-text {
    font-weight: 400;
	color: #fff;
	line-height: 150%;
}


.services-footer-input .form-title h2 {
    margin: 0px;
}

.services-footer-form .input-material textarea {
    height: 110px;
}

.services-footer-input .form-white-outer {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

/* services-footer-form */

/* contact us */


.contact-address {
    padding: 64px 0px;
}


.address-box-outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 50px;
    margin: 0 auto;
    row-gap: 50px;
	width: 100%;
}

.address-box ul li p {
    margin: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.15px;
}

.address-box ul li {
    display: flex;
    column-gap: 8px;
}


.address-box ul li span {
    width: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
	min-width: 30px;
}

.address-box ul li:last-child span {
    position: relative;
    top: 4px;
}

.address-box h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
	margin: 0;
}

.address-box {
    padding: 0px 50px 0px 0px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
}




.address-box ul {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.contact-address h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.5px;
	margin: 0;
	text-align: center;
}

.contact-address .container {
    display: flex;
    flex-direction: column;
}


/* contact us */

/* solution-section */

.vision-green-box img{
	margin-top: 4px;
}

.solution-section{
	padding: 44px 0;
}

.solution-section .container{
	max-width: 1600px;
}

.solution-one {
    padding: 32px;
    border-radius: 28px;
    background: #212732;
    position: relative;
    min-height: 352px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	row-gap: 24px;
}

.solution-two{
	border-radius: 28px;
	background: #212732;
	height: 352px;
	position: relative;
    overflow: hidden;
	width: 100%;
    padding-left: 32px;
    padding-bottom: 61px;
}




.solution-two img {
    min-height: 24px;
    height: auto;
    width: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    bottom: 352px;
    transform: translateY(50%);
}

.case-study-mid-head{
	color: #49D8C1;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.15px;
}

.case-study-small-head{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 143%;
	letter-spacing: 0.17px;
}




.solution-one:nth-child(1), .solution-one:nth-child(2), .solution-one:nth-child(3), .solution-one:nth-child(4){ overflow: hidden;}


.solution-one:nth-child(1) .design-img-outer {
    height: auto;
    display: block;
    object-fit: cover;
    position: absolute;
    transform: translateY(-458px);
    right: -210px;
    top: 0;
}

.solution-one:nth-child(2) .design-img-outer {
    position: absolute;
    transform: translateY(-97px);
    right: -20px;
    left: 32px;
}

.solution-one:nth-child(3) {
    justify-content: flex-start;
}

.solution-one:nth-child(3) .design-img-outer {
    position: absolute;
    bottom: 0;
    transform: translateY(139px);
    right: -32px;
}


.solution-one:nth-child(4) .design-img-outer {
    position: absolute;
    transform: translateY(-110px);
    right: -7px;
}


.solution-one:nth-child(6) .design-img-outer {
    position: absolute;
    right: 0;
    bottom: 0;
}

.solution-one:nth-child(5) .design-img-outer {
    object-fit: fill;
}


.solution-one:nth-child(6) .solution-content .graph-text {
    max-width: 320px;
}


.solution-content {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.solution-section .common-center-heading {
    margin-bottom: 32px;
}


.solution-content .box-title{
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 123.5%;
	letter-spacing: 0.25px;
	margin: 0;
	color: #49D8C1;
}

.solution-content .graph-text{
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 143%;
	letter-spacing: 0.17px;
	margin: 0;	
}

.solution-one:nth-child(2) .solution-content .box-title, .solution-one:nth-child(3) .solution-content .box-title, .solution-one:nth-child(4) .solution-content .box-title {
    font-size: 24px;
}


.solution-divides {
    display: grid;
    grid-gap: 36px;
	grid-template-columns: 1fr 1fr 510px;
}

.solution-one:nth-child(1) {
    grid-column: 1 / span 2;
}

.solution-one:nth-child(2) {
    grid-column: 3;
    grid-row: 1 / span 1;
}

.solution-one:nth-child(5) {
    grid-column: 3 / 3;
    grid-row: 2 / 4;
    justify-content: space-between;
}

.solution-one:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 3;
	justify-content: center;
	
}


.solution-divides-second{
	gap: 36px;
	margin-top: 36px;
}

.seperator-one{
	gap:36px;
}

.seperator-two{
	border-radius: 28px;
	background: #212732;
}

.seperator-one .one{
	border-radius: 28px;
	background: #212732;
	height: 352px;
	padding: 32px;
	position: relative;
	overflow: hidden;
}

.seperator-one .two{
	position: relative;
	overflow: hidden;
	padding: 19px;
}

.seperator-one .two .b-32{
	bottom: 13px;
	position: absolute;
}

.seperator-one .two img{
	min-height: 12px;
    height: auto;
    width: 77%;
    display: block;
    object-fit: cover;
    position: absolute;
    bottom: 283px;
    transform: translateY(50%);
    left: 96px;
}

.seperator-one .one img {
	min-height: 30px;
    height: auto;
    width: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    bottom: 43px;
    transform: translateY(50%);
    left: 19px;
}

.seperator-one .two{
	border-radius: 28px;
	background: #212732;
}

.panel-block{
	border-radius: 28px;
	background: #212732;
	margin-top: 36px;
	position: relative;
	height: 352px;
    padding: 32px;
}

.panel-block .content{
	position: absolute;
	top: 110px;
    width: 382px;
}

.panel-block img{
	min-height: 12px;
    height: auto;
    width: 66%;
    display: block;
    object-fit: cover;
    position: absolute;
    bottom: 184px;
    transform: translateY(50%);
    left: 343px;
}

.seperator-two{
	position: relative;
	padding: 32px;
}

.seperator-two img {
	min-height: 12px;
    height: auto;
    width: 88%;
    display: block;
    object-fit: cover;
    position: absolute;
    bottom: 409px;
    transform: translateY(50%);
    left: 28px;
}

.seperator-two .content{
	position:absolute;
	bottom:13px;
}

/* solution-section */

/* Glimpse-section */

.glimpse-section{
	padding: 44px 0;
}

.glimpse-content {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}

.glimpse-content img{ -webkit-animation: bounce2 3s ease infinite;
    animation: bounce2 3s ease infinite;}
	
.glimpse-content img {
  animation: bounce2 3s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}	
	

.glimpse-section .common-center-heading {
    margin-bottom: 64px;
}

/* Glimpse-section */

/* FAQ section */


.common-technology-overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(37, 43, 64, 0.38);
    backdrop-filter: blur(2.4000000953674316px);
}

.service-column {
    display: grid;
    column-gap: 36px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


.faq-data .accordion {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.faq-data .accordion .accordion-button {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.15px;
	color: rgba(13, 16, 20, 0.87);
	padding: 24px 52px 24px 24px;
	transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
}


.faq-data .accordion .accordion-button.collapsed{ background-color: #E9E9EB;}
.faq-data .accordion .accordion-button{ background-color: rgba(30, 71, 154, 0.08);}

.faq-data .accordion-item:last-of-type .accordion-button.collapsed,.faq-data .accordion-item:first-of-type .accordion-button{ border-radius: 0;}
.faq-data .accordion-button:focus{ box-shadow: none;}
.faq-data .accordion-item:last-of-type{ border-radius: 0;}
.faq-data .accordion-item{ border: none; border-radius: 0;}
.faq-data .accordion-button:not(.collapsed){ color: rgba(13, 16, 20, 0.87); box-shadow: none; padding: 24px 24px 0px; transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out; color: #1E479A;}


.faq-data .accordion-body {
  background-color: rgba(30, 71, 154, 0.08);
  padding: 4px 24px 24px;
}

.faq-data .accordion-body p {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
	color: rgba(13, 16, 20, 0.87);
}

.faq-data .accordion-header{outline: none;}


.faq-data .need-more {
    margin: 0;
    padding: 0;
}

.faq-questions .container {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.faq-questions .accordion {
    max-width: 1070px;
    margin: 0 auto;
    width: 100%;
}

.faq-data .accordion-button::after{ background-image: url(../assets/images/plus-icon.svg); right: 24px; position: absolute; top: 30px;}

.faq-data .accordion-button:not(.collapsed)::after{ background-image: url(../assets/images/minus-icon.svg);}


.category-tab .myBtnCat {
    padding: 9px 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: rgba(77, 82, 91, 0.60);
    background-color: transparent;
    border-width: 0 0 2px 0;
	border: none;
    border-bottom: 2px solid transparent;
}

.category-tab .myBtnCat.active{
    border-color: #1E479A;
	color: #1E479A;
}

.category-tab {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 64px;
	margin-top: 64px;
}


.faq-data .cvf_pag_loading {
    max-width: 1070px;
    margin: 0 auto;
    width: 100%;
}

.faq-data.blog-data .cvf_pag_loading{max-width: 100%; margin: 0;}






/* FAQ section */



/* impact solution section */


.impact-solution {
    padding-bottom: 44px;
	padding-top: 44px;
}

.impact-boxes {
    padding: 52px;
    background: rgba(0, 0, 0, 0.04);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	max-width: 1162px;
	width: 100%;
}

.impact-boxes-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
	align-items: center;	
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	padding: 0 52px;
	justify-content: center;
}

.impact-boxes-content:first-child{ padding-left: 0;}

.impact-boxes-content:last-child{ border: none; padding-right: 0;}

.impact-boxes-content h2{
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 116.7%;
	color: rgba(13, 16, 20, 0.87);
	margin: 0;
}

.impact-boxes-content p{
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 133.4%;
	color: rgba(77, 82, 91, 0.60);
	margin: 0;
	width: 100%;
    max-width: 250px;
}

.increase-roi li {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.increase-roi li div {
	border-radius: 100%;
    background: #DBF7F3;
    width: 44px;
    height: 44px;
	display: flex;
    align-items: center;
    justify-content: center;
}


.increase-roi li p{ 
   font-size: 24px;
   font-weight: 500;
   line-height: 120%; /* 28.8px */
   letter-spacing: -0.5px;
   color: rgba(13, 16, 20, 0.87);
   margin: 0;
}

.increase-roi {
    display: flex;
    column-gap: 24px;
    justify-content: center;
    margin-top: 24px;
}

/* impact solution section */


/* blogs slider section */


a{
	text-decoration: none !important;
}


.home-blog-image{
	padding: 24px;
	background-position: bottom;
    min-height: 322px;
	position: relative;
}

.color-white{
	color: #FFF;
}

.cvf-pagination-nav{
	margin-top: 64px;
}

.cvf-universal-pagination{
	display: flex;
    justify-content: center;
}

.cvf-universal-pagination ul{
	list-style-type: none;
    display: flex;
    column-gap: 19px;
    padding: 8px;
}


.cvf-universal-pagination li {
    padding: 9px;
    border-radius: 50%;
    width: 40px;
	height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cvf-universal-pagination li:hover{background: rgba(33, 39, 50, 0.08);}

.cvf-universal-pagination .selected {
    background: rgba(33, 39, 50, 0.08);
}


.blogs-banner{
	height: 540px;
}

.blog-head-banner{
	color: #49D8C1;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.5px;
}
/* blogs slider section */


/* careers banner section */
.common-banner-outer {
    gap: 92px;
    display: flex;
    align-items: center;
}

.banner-content{
	width: 50%;
}


.careers-banner-img {
    list-style-type: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
    grid-template-rows: 232px 232px 232px;
}

.image-border{
	padding: 10px;
	height: 100%;
    width: 100%;
    border: 1px solid #0042C8;
}

.image-border div{
	background-size: cover;
    background-position: center;
    height: 100%;
	background-repeat: no-repeat;
}

.common-banner-img {
    width: 50%;
}

.common-banner-text h5{
	color: #49D8C1;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.5px;
}


.common-banner-text h1{
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.5px;
	margin-bottom: 0;
}


.careers-banner .graph-text {
    color: rgba(77, 82, 91, 0.60);
}

.common-banner-text {
    width: 50%;
}


.careers-banner {
    padding-top: 46px;
}

.careers-banner .common-banner-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 32px;
}

.explore-button{ 
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal; 
	color: #0D1014;
	display: flex;
    align-items: center;
}

.chevron-animation {
    display: flex;
    flex-direction: column;	
	margin-left: 10px;
	margin-top: -9px;
}


.chevron {
  position: absolute;
  width: 15px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #1E479A;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(0px);
  }
  67% {
    opacity: 1;
    transform: translateY(7px);
  }
  100% {
    opacity: 0;
    transform: translateY(15px) scale3d(0.5, 0.5, 0.5);
  }
}


@keyframes pulse {
  to {
    opacity: 1;
  }
}



/* careers banner section */


.home-blog-box .position-absolute.b-32{
	width: 90%;
	display: flex;
	justify-content: space-between;
}

.card-para.hovered-para p{
	margin-bottom: 0;
}

.about-us .content h1{
	font-size: 48px;
	color: rgba(13, 16, 20, 0.87);
}


.case-studies-img{
	position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.position-sec .paragraph-text {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.position-sec .cvf_pag_loading {
    max-width: 1118px;
    margin: 0 auto;
}

.position-sec .common-search {
    margin: 44px 0 32px;
}

.position-sec .container {
    max-width: 1320px;
}

.position-sec .cvf-pagination-nav {
    margin-top: 32px;
}


.position-outer{
    border: 1px solid rgba(0, 0, 0, 0.23);
    background: #FFF;
    box-shadow: 0px 0px 0px 0px #49D8C1 inset;
    padding: 24px;	
	display: block;
	position: relative;
}

.position-outer:hover:before {
    content: "";
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: #1E479A;
    height: 8px;
    left: 0;
}

.position-outer:hover .bob-title h4{ color: #1E479A;}

.position-outer:hover .btn-arrow {
    background-color: #1E479A;
}

.position-outer:hover .btn-arrow span img {
    filter: brightness(100);
}


.position-required {
    display: flex;
    column-gap: 16px;
	min-width: 321px;
}


.position-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.bob-title h4 {
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.15px;
    color: rgba(13, 16, 20, 0.87);
}

.requirement-text {
    background-color: rgba(30, 71, 154, 0.12);
    padding: 4px 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 166%;
    letter-spacing: 0.4px;
    color: #1E479A;
    border-radius: 50px;
    column-gap: 4px;
    display: flex;
}



.position-type {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}


.position-outer .graph-text {
    margin-bottom: 32px;
}


.position-location ul li {
    display: flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 166%;
    letter-spacing: 0.4px;
    padding: 0 10px;
    column-gap: 7px;
	align-items: center;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	color: rgba(77, 82, 91, 0.60);
}

.position-location .common-btn {
    display: none;
}

.position-location ul li:first-child {
    padding-left: 0;
}

.position-location ul li:last-child {
    border: none;
	padding-right: 0;
}


.position-location ul {
    display: flex;
}


.position-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.btn-arrow{
    color: #1E479A;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.46px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid rgba(30, 71, 154, 0.50);
    background: transparent;
    padding: 10px 24px;
    min-height: 54px;
	background-position: 0%;
	position: relative;
}

.btn-arrow span{ position: relative;}

.btn-arrow:hover span img{ filter: brightness(100);}

.btn-arrow:before{ 
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
	position: absolute;
	content: "";
	background-color: #1E479A;
	transition: all 0.4s;
}

.btn-arrow:hover:before{width: 100%;}


.careers-banner-img li:nth-child(1) .group-image-border {
	border-bottom-left-radius: 57%;
    border-bottom-right-radius: 61%;
}

.careers-banner-img li:nth-child(1) .grp-background {
	border-bottom-left-radius: 57%;
    border-bottom-right-radius: 61%;
}

.careers-banner-img li:nth-child(2) .group-image-border {
	border-top-left-radius: 57%;
    border-top-right-radius: 61%;
}

.careers-banner-img li:nth-child(2) .grp-background {
	border-top-left-radius: 57%;
    border-top-right-radius: 61%;
}

.careers-banner-img li:nth-child(3) .grp-background {
	border-top-right-radius: 57%;
    border-bottom-right-radius: 61%;
}

.careers-banner-img li:nth-child(3) .group-image-border {
	border-top-right-radius: 57%;
    border-bottom-right-radius: 61%;
}

.careers-banner-img li:nth-child(4) .grp-background {
	border-bottom-left-radius: 57%;
    border-bottom-right-radius: 61%;
}

.careers-banner-img li:nth-child(4) .group-image-border{
	border-bottom-left-radius: 57%;
    border-bottom-right-radius: 61%;
}

.careers-banner-img li:nth-child(5) .grp-background {
	border-top-left-radius: 57%;
    border-bottom-left-radius: 61%;
}

.careers-banner-img li:nth-child(5) .group-image-border {
	border-top-left-radius: 57%;
    border-bottom-left-radius: 61%;
}

.careers-banner-img li:nth-child(6) .grp-background {
	border-radius: 57%;
}

.careers-banner-img li:nth-child(6) .group-image-border {
	border-radius: 57%;
}

.careers-banner-img li:nth-child(7) .grp-background {
	border-radius: 57%;
}

.careers-banner-img li:nth-child(7) .group-image-border {
	border-radius: 57%;
}

.careers-banner-img li:nth-child(8) .image-border{
	width: 200%;
}

.careers-banner-img li:nth-child(8) .grp-background {
	border-top-right-radius: 102px;
    border-bottom-right-radius: 124px;
}

.careers-banner-img li:nth-child(8) .group-image-border {
	border-top-right-radius: 112px;
    border-bottom-right-radius: 134px;
}

.our-effect .slick-slider{
	overflow: hidden;
}

.career-single-page{
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 726px;
    position: relative;	
}


.career-single-page::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}



.job-details{
	display: flex;
    gap: 16px;
    list-style-type: none;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 24px;
}

.job-details li{
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.30);
    padding: 4px 12px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 166%;
    letter-spacing: 0.4px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.job-description-data {
    position: relative;
    z-index: 1;
}



.job-description-data  h3{
	color: #FFF;
	text-align: center;
	font-size: 56px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: -0.5px;
	margin-bottom: 24px;
}

.career-social-outer{
	border: 1px solid rgba(30, 71, 154, 0.50);
    padding: 8px 24px;
}

.career-social-change{
	border: 1px solid rgba(30, 71, 154, 0.50);
    padding: 8px 24px;
}



.back-to-career {
    color: #1E479A;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.46px;
    text-transform: capitalize;
    align-items: center;
    display: flex;
    column-gap: 16px;
}


/*div.form-group input.form-control::placeholder {
	color: rgba(77, 82, 91, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	letter-spacing: 0.15px;
}

div.form-group textarea.form-control::placeholder {
	color: rgba(77, 82, 91, 0.60);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	letter-spacing: 0.15px;
}*/










.career-left-content h1{
	color: #1E479A;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 123.5%;
	letter-spacing: 0.25px;
}

.career-left-content p{
	color: #242424;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.25px;
}

.career-left-content li{
	color: #242424;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.25px;
}

.d-flex .border-right:last-child {
    border-right: none;
}

.contact-us-banner-section{
	border-right: none;
}

.get-in-touch-img{
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	min-height: 650px;
}


.contact-us-form-button{
	background: #49D8C1;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.20);
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 14px 0;
}

.contact-us-form-button p{
	margin-bottom: 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us-form-button input{
	border-bottom: none;
	color: rgba(13, 16, 20, 0.87);
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0.46px;
	text-transform: capitalize;
}

.contact-us-form-button input:focus{
	border-bottom: none;
	color: rgba(13, 16, 20, 0.87);
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0.46px;
	text-transform: capitalize;
}

.footer input::placeholder{
	color: #FFF !important;
}

.career-left-content{
	background: rgba(0, 0, 0, 0.04);
	padding: 32px;
}


/*Single services Page*/

.single-services-banner{
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	min-height: 1044px;
	position: relative;
	background-position: center;
}

.up-down-box {
    position: absolute;
    right: 62px;
    bottom: -62px;
    display: flex;
    column-gap: 24px;
}

.up-box {
    width: 49px;
    height: 97px;
    background-color: #49D8C1;
}

.up-down{
	width: 49px;
	height: 132px;
	border: 4px solid #49D8C1;
}

.single-common-heading h5{
	color: #49D8C1;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.5px;
}

.single-common-heading h1{
	font-size: 56px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: -0.5px;
	margin-bottom: 0;
}



.single-services-content{
  max-width: 1006px;
}


.innovative-solutions .text-width-btn {
    row-gap: 52px;
}


.innovative-solutions .d-flex{
	gap: 94px;
}

.innovative-solutions .column-img {
    padding: 24px;
}

.pack-one{
	top: 127px;
    left:0;
}

.pack-two{
	right: 0;
    bottom: 215px;
}

.pack-three{
	left: 12px;
    bottom: -11px;
}


.pack-style{
	position: absolute;
    color: #1D564D;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.5px;
    background: #49D8C1;
    padding: 16px 24px;
    border: none;
}

.blue-box {
    max-width: 316px;
    max-height: 315px;
    background: #1E479A;
    position: absolute;
    height: 315px;
    width: 315px;
    bottom: 0;
    right: 0;
}

.blue-box-medium {
    width: 92px;
    height: 93px;
    background: #1E479A;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
}

.blue-box-medium.blue-box-medium-bottom {
    bottom: 40px;
    top: auto;
    right: 40px;
    left: auto;
    height: 43px;
    width: 43px;
    background-color: #4B6CAE;
}

.blue-box-small.blue-box-small-bottom {
    bottom: 63px;
    top: auto;
    left: auto;
    right: 100px;
    background-color: #4B6CAE;
    height: 20px;
    width: 20px;
}

.blue-box-small {
    max-width: 43px;
    max-height: 43px;
    background: #4B6CAE;
    position: absolute;
    height: 43px;
    width: 43px;
    top: 50px;
    left: 108px;
    z-index: 3;
}

.vision-experties .common-center-heading {
    margin-bottom: 44px;
}

.vision-experties .container {
    max-width: 1320px;
}

.vision-bg {
    width: 100%;
    height: 100%;
}


.bg-under-dev {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    padding: 24px;
}

.vision-experties .column-content {
	min-height: 620px;
}




.vision-experties .paragraph-text {
    max-width: 100%;
}

.vision-experties .img-section img{
	max-width: 620px;
	max-height: 620px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.vision-experties .img-section{
	position: relative;
}

.vision-experties .common-list-child{
	max-width: 264px;
	max-height: 184px;
	width: 100%;
	height: 100%;
}

.vision-experties .d-flex{
	gap: 92px;
	justify-content: center;
    align-items: center;
}

.vision-experties h4{
	color: #18397B;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.vision-experties h1{
	color: rgba(13, 16, 20, 0.87);
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 116.7%;
}






/*Single services Page*/


/* services footer form */

.services-footer-form{
	background-repeat: no-repeat;
    background-position: bottom;
}



.why-business .box-1 {
	padding: 44px;
}

.u-shape {
	margin-top: 0;
}

/* services footer form */

/*terms and conditions*/

.conditions-head{
	color: #1E479A;
	font-size: 34px;
	font-style: normal;
	font-weight: 600;
	line-height: 123.5%;
	margin: 0;
	letter-spacing: 0.25px;
}

.conditions-subhead{
	color: rgba(13, 16, 20, 0.87);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 123.5%; /* 29.64px */
	letter-spacing: 0.25px;
	margin-bottom: 8px;
}

.terms-and-conditions{
	padding: 32px;
	background: rgba(0, 0, 0, 0.04);
}

.conditions-section{
	padding: 64px 0 8px;
}


.conditions-section p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #242424;
}

.conditions-section p:last-child{ margin-bottom: 0;}

.commission-list-invoiced .status-data li {
    flex-direction: column;
}

.commission-list-invoiced .status-data li .status-type {
    font-size: 16px;
}
.site-address p {
    max-width: 380px;
}

.page-template-privacy-policy .site-header, .page-template-terms-conditons .site-header{
    border-bottom: 1px solid rgba(188, 190, 194, 0.23);
}

.policy-content ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
	color: #242424;
	list-style: disc;
	margin-bottom: 8px;
}
.policy-content ol li:last-child{ margin-bottom: 0;}

.policy-content ol {
    padding-left: 22px;
}

.policy-content ul{ padding-left: 17px;}


.policy-content ol, .policy-content ul{ margin-bottom: 15px;}

.policy-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    list-style: auto;
	margin-bottom: 8px;
	color: #242424;
	margin-bottom: 5px;
}

.policy-content ul li:last-child{ margin-bottom: 0;}

.conditions-section a {
    font-weight: 600;
}

/*terms and conditions*/

/*home page */

.rating-text{
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 143%;
	letter-spacing: 0.17px;
}

.network-section ul{
	list-style: none;
    display: flex;
    gap: 10px;
}

.network-section h1{
	color: rgba(13, 16, 20, 0.87);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; 
	letter-spacing: -0.5px;
}
/*home page */



/*footer*/

.wpcf7-response-output{
	display: none;
}

.wpcf7-not-valid-tip {
	font-size: 14px !important;
}
/*footer*/

/******** rahul css *********/


/*contact us */


.pop-form-connect {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.lets-connect-form {
    padding: 36px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}


.lets-connect .input-material textarea{ max-height: 110px; min-height: 110px; resize: none; }


.common-btn .wpcf7-spinner {
    left: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0;
    top: 0;
}

.form-title h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: rgba(13, 16, 20, 0.87);
	margin: 0 0 16px;
}


.form-title h6{
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 28.8px */
	letter-spacing: -0.5px;
	color: #49D8C1;
	margin: 3px 0;
	text-transform: inherit;
}


.form-title p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
    margin: 0;
}

.connect-form {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}


.lets-connect .common-btn-click{ width: 100%;}


.lets-connect .common-btn-click.light-turquoise {
    background-color: #1E479A;
    color: #fff;
    border-color: #1E479A;
}

.get-in-touch {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.get-in-touch-form {
    background-color: #212732;
    padding: 40px 64px 40px 52px;
	display: flex;
    align-items: center;
}

/*contact us */



/*** heading start ***/

.up-heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: #18397B;
    margin: 0 0 4px;
	text-transform: capitalize;
}


.main-heading {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.7%;
    color: rgba(13, 16, 20, 0.87);
	margin: 0;
}


.text-width-btn {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
}


.common-center-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}


.center-up {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: #18397B;
	margin: 0;
}

.center-main {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.7%;
    margin: 0;
	color: rgba(13, 16, 20, 0.87);
}



.common-center-heading .paragraph-text{
	max-width: 1114px;
	margin: 0 auto;
}

.paragraph-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: rgba(77, 82, 91, 0.60);
}


.paragraph-text p {
  margin: 0;
}

.common-left-heading-gap{ display: flex; flex-direction: column; row-gap: 5px;}

.light-turquoise-heading .center-up, .light-turquoise-heading .banner-up, .light-turquoise-heading .main-heading {
    color: #49D8C1;
}


.increase-data {
    display: flex;
    column-gap: 24px;
}


.service-heading h6 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: #49D8C1;
    margin: 0;
}


.service-heading h3 {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.7%;
    margin: 0;
    max-width: 530px;
}


.graph-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #0D1014;
}

.graph-text p:last-child{ margin: 0;}


.service-heading {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}


/*** heading end ***/


.building-vision {
    display: flex;
    column-gap: 94px;
	align-items: center;
}

.building-vision-img {
    padding-bottom: 187px;
    position: relative;
    padding-left: 118px;
    width: 100%;
    max-width: 780px;
}


.building-vision-content{ width: calc(100% - 680px);}


.service-data-outer {
    display: grid;
    grid-template-columns: 1fr 1fr;
	column-gap: 44px;
}


.service-data-content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 32px;
    justify-content: center;
}

.service-data-content .card-section {
    display: none;
}

.service-data-content .graph-text {
    color: #fff;
}

.transition-inherit p {
    transition: inherit;
}


.card-para p {
    margin: 0;
}


.more-case-outer .blog-card {
    background-color: #212732;
    padding: 24px;
    min-height: 250px;
}


.blog-card-outer.more-case-outer{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 44px;
    margin-top: 44px;
}

.blog-case-study{ padding-bottom: 32px;}

.blog-case-study .blog-card .blog-head h6 {
    font-size: 34px;
}


.blog-case-study .container {
    width: 100%;
    max-width: 1056px;
}


.blog-case-study .blog-position {
    justify-content: flex-end;
}


.faq-data .category-data-select {
    display: none;
}



.country-code, .country-code p {
    display: flex;
    column-gap: 16px;
	position: relative;
	width: 100%;
}

.country-code .country-select input {
    display: none;
}

.country-code .country-select.inside .selected-flag {
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}


.get-in-touch .country-code .country-select.inside .selected-flag{ border-color: #fff;}

.get-in-touch .country-select .selected-flag .arrow {
    border-top: 4px solid #fff;
}


.country-code .country-select .flag-dropdown {
    position: static;
}


.country-code .country-select.inside .flag-dropdown:hover .selected-flag {
    background-color: transparent;
}


.country-code .wpcf7-form-control-wrap,.country-code .country-select {
    position: static;
}


.country-code .country-select ul.country-list{white-space: inherit;}


.country-code .wpcf7-form-control-wrap:first-child {
    width: 48px;
	flex: inherit;
}

.country-code .wpcf7-form-control-wrap {
    flex: 1;
}


.nav-links {
    display: flex;
    column-gap: 16px;
}


.single-blog-post-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 52px;
	column-gap: 30px;
}

.nav-links a {
    border: 1px solid rgba(30, 71, 154, 0.50);
    padding: 8px 24px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.46px;
    text-transform: capitalize;
    color: #1E479A;
    min-height: 60px;
    transition: inherit;
    min-width: 145px;
    justify-content: center;
}

.nav-links a img, .nav-links a span{transition: inherit;}


.nav-links a:hover {
    background-color: #1E479A;
    color: #fff;
}

.nav-links a:hover img{ filter: brightness(100);}


.single-blog-post-title h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.7%;
    color: rgba(13, 16, 20, 0.87);
	margin-bottom: 0;
}

.single-blog-post-title h5 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #18397B;
    margin: 0 0 3px;
}


.view-post-number {
    display: flex;
    column-gap: 28px;
}

.single-blog-post-img {
    height: 600px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.view-post-number li {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.view-post-number li p{ margin: 0;}

.view-post {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
}

.view-post-number li .view-box {
    background-color: #E9E9EB;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.share-post {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.share-post h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
	color: rgba(77, 82, 91, 0.60);
	margin: 0;
}

.post-views, .view-post-number li p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: rgba(77, 82, 91, 0.60);
}

.share-post a span {
    display: none !important;
}

.share-post a {
    width: 24px;
    height: 24px;
	margin: 0 !important;
}


.share-post .heateor_sss_sharing_ul .heateor_sss_button_linkedin {
    background-image: url(../assets/images/blog/linkedin.svg) !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
}

.share-post .heateor_sss_sharing_ul .heateor_sss_facebook {
    background-image: url(../assets/images/blog/facebook.svg) !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
}


.share-post .heateor_sss_sharing_ul .heateor_sss_button_x {
    background-image: url(../assets/images/blog/x.svg) !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
}

.share-post .heateor_sss_sharing_ul .heateor_sss_button_instagram {
    background-image: url(../assets/images/blog/insta.svg) !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
}



.share-post .heateor_sss_sharing_ul {
    display: flex;
    column-gap: 12px;
}


.single-blog-post-content {
    background-color: rgba(0, 0, 0, 0.04);
    padding: 32px;
    margin-top: 32px;
}



.single-blog-post-content h1, .single-blog-post-content h2, .single-blog-post-content h3, .single-blog-post-content h4, .single-blog-post-content h4, .single-blog-post-content h6 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 123.5%; /* 29.64px */
	letter-spacing: 0.25px;
	color: #1E479A;
	margin-bottom: 16px;
}


.single-blog-post-content ol, .single-blog-post-content ul {
    padding-left: 20px;
}


.single-blog-post-content p{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #242424;
}



.single-blog-post-content ol li, .single-blog-post-content ul li{ font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #242424;}


.single-blog-post-content strong{ font-weight: 600;}

.single-blog-post-content ol li, .single-blog-post-content ul li {
    margin-bottom: 16px;
}

.single-blog-post-content ol li:last-child, .single-blog-post-content ul li:last-child {
    margin-bottom: 0;
}



.network-blog h4{ 
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
	letter-spacing: -0.5px;
	margin-bottom: 0;
	color: rgba(13, 16, 20, 0.87);
}


.network-blog a span {
    display: none !important;
}

.network-blog a {
    width: 40px;
    height: 40px;
	margin: 0 !important;
}


.network-blog .heateor_sss_sharing_ul .heateor_sss_button_linkedin {
    background-image: url(../assets/images/blog/linkedin.svg) !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
	background-size: 40px !important;
}

.network-blog .heateor_sss_sharing_ul .heateor_sss_facebook {
    background-image: url(../assets/images/blog/facebook.svg) !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
	background-size: 40px !important;
}


.network-blog .heateor_sss_sharing_ul .heateor_sss_button_x {
    background-image: url(../assets/images/blog/x.svg) !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
	background-size: 40px !important;
}

.network-blog .heateor_sss_sharing_ul .heateor_sss_button_instagram {
    background-image: url(../assets/images/blog/insta.svg) !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
	background-size: 40px !important;
}


.network-blog .heateor_sss_sharing_ul {
    display: flex;
    column-gap: 12px;
}


.network-blog {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}


.single-blog-post .common-technology {
    padding: 32px 0 64px;
}



.single-blog-post {
    padding-top: 46px;
}



.back-btn-outer {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}


.back-prev-link {
    display: flex;
    column-gap: 16px;
}



.back-prev-link .nav-links a {
    min-height: 38px;
    width: 66px;
    min-width: auto;
}


.career-details .container {
    display: grid;
    grid-template-columns: 1fr 700px;
	column-gap: 32px;
}


.job-description-content {
    background-color: rgba(0, 0, 0, 0.04);
    padding: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}



.career-content-outer h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 123.5%;
    letter-spacing: 0.25px;
    color: #1E479A;
}



.career-heading-icon {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(30, 71, 154, 0.08);
}

.job-description-content a {
    color: #1E479A;
    font-weight: 600;
}

.career-heading-outer h4 {
    margin: 0;
}

.career-heading-outer {
    display: flex;
    align-items: center;
    column-gap: 12px;
	margin-bottom: 16px;
}




.career-content-outer ul li, .career-content-outer ol li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #242424;
	margin-bottom: 1px;
}

.career-content-outer ul li:last-child, .career-content-outer ol li:last-child{ margin-bottom: 0;}

.career-content-outer ul, .career-content-outer ol {
    padding-left: 30px;
}


.job-description-content p{
	   font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #242424;
	
}


.job-description-content p:last-child{ margin-bottom: 0;}


.upload-cv{
    border: 1px solid #ACACAC;
    border-radius: 8px;
    padding: 24px;
    margin-top: 16px;	
}



.upload-cv-file .codedropz-upload-handler {
    border: none;
    border-radius: 6px;
    text-align: center;
    min-height: 128px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 40px 0 0;
    margin-bottom: 0;
    background-image: url(../assets/images/career/photo-rounded.svg);
    background-repeat: no-repeat;
    background-position: center 13px;
}


.upload-cv-file .codedropz-upload-handler:before{
	content: "";
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23474747FF' stroke-width='1.5' stroke-dasharray='13%2c 15' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 6px;
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}


.upload-cv-file .codedropz-upload-container {
    padding: 0;
    position: relative;
    z-index: 1;
}

.upload-cv-file p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: 0.17px;
	margin-bottom: 0;
}


.doc-text{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 143%;
	letter-spacing: 0.17px;
	color: #6A6A6A;
	margin: 0;
}


.upload-cv-file .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{ color: #2196F3;}




.upload-cv-file .dnd-upload-status {
    padding: 0;
    margin-top: 13px;
}

.upload-cv-file .dnd-progress-bar{ display: none;}


.upload-cv-file .dnd-upload-status .dnd-upload-details .name em, .upload-cv-file .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    display: none;
}

.upload-cv-file .dnd-upload-status .dnd-upload-details .has-error {
    position: absolute;
    min-width: max-content;
    font-size: 14px;
}

.upload-cv-file .dnd-upload-status .dnd-upload-image {
    width: 16px;
    height: 21px;
    border: none;
	display: flex;
}


.upload-cv-file .dnd-upload-status .dnd-upload-details .name span{ margin: 0;
    color: #242424;
    font-size: 16px;
    font-weight: 400;}



.upload-cv-file .dnd-upload-status .dnd-upload-details{ position: relative; width: auto;}



.upload-cv-file .dnd-upload-status .dnd-upload-details .name {
    padding-right: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 390px;
    vertical-align: middle;
}



.upload-cv-file .dnd-upload-status .dnd-upload-details .remove-file{ top: 7px; opacity: 1;}



.upload-cv-file .codedropz-upload-inner {
    color: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.15px;
    gap: 4px;
}
	
.upload-cv-file .codedropz-upload-inner h3 {
    margin: 0;
    color: #242424;
	font-size: 16px;
	font-weight: 400;
}


.upload-cv-file .dnd-upload-counter{ display: none;}


.submit-area {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.upload-cv p{ margin: 0;}

.submit-area p {
    width: 100%;
}


.input-material .walcf7-datepicker{ background-image: url(../assets/images/career/calendericon.svg);background-repeat: no-repeat; background-position: right center;}


.upload-cv h4 {
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 123.5%;
    letter-spacing: 0.25px;
    color: rgba(13, 16, 20, 0.87);
	margin: 0 0 24px;
}

.upload-cv .row {
    gap: 36px 0;
}



.postid-144 .solution-one:nth-child(1) .design-img-outer {
    height: auto;
    display: block;
    object-fit: cover;
    position: absolute;
    transform: translateY(0%);
    right: 32px;
    top: 0;
    left: 32px;
}


.postid-144 .solution-one:nth-child(2) .design-img-outer {
    position: absolute;
    transform: translateY(0);
    right: 0;
    top: 0;
    left: 32px;
}

.postid-144 .solution-one:nth-child(3) .design-img-outer {
    position: absolute;
    bottom: 32px;
    transform: translateY(0%);
    right: 0;
    left: 0;
}


.postid-144 .solution-one:nth-child(4) .design-img-outer {
    position: absolute;
    bottom: auto;
    transform: translateY(0%);
    right: 0;
    left: 0;
    top: 0;
    padding: 32px 32px 0px;
}


.postid-144 .solution-one:nth-child(6) {
    justify-content: flex-start;
}

.postid-144 .solution-one:nth-child(6) .solution-content .graph-text {
    max-width: 100%;
}


.postid-144 .solution-one:nth-child(5) .design-img-outer{ height: auto;}


.design-img-outer img {
    width: 100%;
}


.postid-145 .solution-one:nth-child(6) {
    justify-content: flex-start;
	overflow: hidden;
}

.postid-145 .solution-one:nth-child(6) .design-img-outer {
    bottom: -55px;
}

.postid-145 .solution-one:nth-child(6) .solution-content .graph-text {
    max-width: 100%;
}

.postid-145 .solution-one:nth-child(4) .design-img-outer {
    position: absolute;
    bottom: 0;
    transform: translateY(0%);
    right: 0;
    top: 0;
}

.postid-145 .solution-one:nth-child(2) .design-img-outer {
    position: absolute;
    transform: translateY(0%);
    right: 0;
    top: 0;
    left: 32px;
}


.postid-145 .solution-one:nth-child(1) .design-img-outer {
    transform: translateY(0%);
    right: 0;
    top: 0;
    left: 0;
    padding: 0px 32px;
}

.postid-145 .solution-one:nth-child(3) .design-img-outer {
    position: absolute;
    bottom: 0;
    transform: translateY(0);
    right: 0;
    left: 0;
    padding: 0 32px 32px;
}



.design-img-outer{ position: relative;}



.error-page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.error-page {
    padding: 141px 0;
}

.error-content{ text-align: center;}

.error-content h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: rgba(13, 16, 20, 0.87);
    margin: 32px 0 0;
}


.error-content p{
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 133.4%;
	color: rgba(77, 82, 91, 0.60);
	margin: 8px 0 32px;
}


.go-back{
	padding: 16px;
	display: inline-flex;
	padding: 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(30, 71, 154, 0.50);
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px; /* 152.941% */
	letter-spacing: 0.46px;
	text-transform: capitalize;
	color: #1E479A;
}


.go-back:hover{ color: #fff; background-color: #1E479A; border-color: #1E479A;}


.no-results-found {
    text-align: center;
}

/* contact-us 26-09-2024 */
.address-box-outer .address-box:last-child {
    border-right: none;
	padding-right: 0;
}

.address-box-image{
    padding: 10px;
    border: 1px solid #0042C8;
	height: 239px;
    width: 239px;
}

.address-box-image div{
    height: 100%;
    width: 100%;
	background-size: cover;
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
}

.address-box-outer .address-box:nth-child(1) .address-box-image > div {
   border-top-left-radius: 57%;
    border-top-right-radius: 61%;
}

.address-box-outer .address-box:nth-child(1) .address-box-image {
   border-top-left-radius: 57%;
    border-top-right-radius: 61%;
}

.address-box-outer .address-box:nth-child(2) .address-box-image > div {
   border-top-left-radius: 57%;
    border-bottom-left-radius: 61%;
}

.address-box-outer .address-box:nth-child(2) .address-box-image {
  border-top-left-radius: 57%;
    border-bottom-left-radius: 61%;
}
.address-box-outer .address-box:nth-child(3) .address-box-image > div {
  border-bottom-left-radius: 57%;
    border-bottom-right-radius: 61%;
}

.address-box-outer .address-box:nth-child(3) .address-box-image {
  border-bottom-left-radius: 57%;
    border-bottom-right-radius: 61%;
}

.address-box-outer .address-box:nth-child(4) .address-box-image > div {
   border-top-left-radius: 57%;
    border-bottom-left-radius: 61%;
	background-position: right;
}

.address-box-outer .address-box:nth-child(4) .address-box-image {
  border-top-left-radius: 57%;
    border-bottom-left-radius: 61%;
}

/* contact-us 26-09-2024 */