@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700;800;900&display=swap');

* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
}
:root {
    --bs-barlow: "Barlow", serif;
    --bs-dark-blue: #00527A;
    --bs-fade-blue: #F7FDFE;
    --bs-light-grey: #FCFCFC;
    --bd-grey: #F5F5F5;
    --bs-black: #000000;
    --bs-body: #353535;
    --bs-light-blue: #05B7E7;
    --bs-fw300: 300;
    --bs-fw400: 400;
    --bs-fw500: 500;
    --bs-fw600: 600;
    --bs-fw700: 700;
    --bs-fw800: 800;
    --bs-fsbody: 20px;
    --bs-h1: 45px;
    --bs-h2: 40px;
    --bs-h3: 26px;
    --bs-h4: 23px;
    --bs-border-0: 0;
    --bs-lineheight: 1.15;
}
body{
 	font-family: var(--bs-barlow);
    font-weight: var(--bs-fw400);
    color: var(--bs-body);
	font-size: var(--bs-fsbody);
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	font-family: inherit;
    line-height: var(--bs-lineheight);
    color: inherit;
}
h1 {
    font-size: var(--bs-h1);
    margin-bottom: 15px;
    line-height: 1;
    font-weight: var(--bs-fw700);
}
h2 {
	font-size: var(--bs-h2);
    font-weight: var(--bs-fwregular);
    line-height: var(--bs-lineheight);
    font-weight: var(--bs-fw700);
}
h3{
    font-size: var(--bs-h3);
    font-weight: var(--bs-fw600);
    line-height: var(--bs-lineheight);
}
h4{
    font-size: var(--bs-h4);
    font-weight: var(--bs-fw600);
    line-height: var(--bs-lineheight);
}
p{
	font-size: inherit;
    color: inherit;
}
a{
	text-decoration: none;
	color: inherit;
}
ul {
    padding: 0;
}
ul li{
    list-style: none;
}
img {
    max-width: 100%;
}
.btn_block{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}
.button {
	min-width: 130px;
    width: auto;
    display: inline-block;
    font-size: var(--bs-fs22);
    font-weight: var(--bs-fw600);
    color: inherit;
    border-radius: 50px;
    padding: 14px 25px;
    box-shadow: none;
    border: inherit;
    background: transparent;
    text-decoration: none !important;
    outline: none !important;
    line-height: normal;
    text-align: center;
    transition: .5s all;
}
.blue_btn {
    background: var(--bs-dark-blue);
    color: #fff;
    border: 1px solid var(--bs-dark-blue);
}
.white_btn {
    color: var(--bs-dark-blue);
    background: #fff;
    border: #fff;
}
.blue_btn:hover, .white_btn:hover {
    background: var(--bs-light-blue);
    border-color: var(--bs-light-blue);
    color: #fff !important;
}

.text-black{
    color: var(--bs-black);
}
.text-white{
    color: #fff;
}
.text-blue{
    color: var(--bs-dark-blue);
}
form .form-group {
    margin-bottom: 1.25rem;
}
form .form-control {
    width: 100%;
    height: 55px;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #F5F5F5 !important;
    padding: 8px 15px;
    background: #F5F5F5 !important;
    color: #797979;
    font-weight: inherit;
    font-size: 100%;
}
form textarea {
	height: auto !important;
}


header .navbar {
    border: var(--bs-border0);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .75rem 0;
    background: #fff;
    box-shadow: none;
    transition: 0.4s; 
}
header .navbar.sticky {
    box-shadow: 0 1px 10px rgb(0 0 0 / 5%);
}
header .navbar .navbar-brand{
    max-width: 80px;
    padding: 0;
    transition: .4s all;
}
header .navbar.sticky .navbar-brand {
    max-width: 70px;
}
header .navbar li .nav-link {
    color: #000;
    padding: 4px 0 !important;
    position: relative;
    text-transform: uppercase;
    font-weight: var(--bs-fw500);
    font-size: var(--bs-fsbody);
}
header .navbar li.active .nav-link {
    color: var(--bs-light-blue);
}
header .navbar li .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--bs-light-blue);
}
header .navbar li.active .nav-link:before {
    width: 100%;
}
header .navbar li.contact_btn a {
    padding: 8px 20px 12px !important;
    background: var(--bs-dark-blue);
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 50px;
    transition: .5s all;
}
header .navbar li.contact_btn a:hover {
    background: var(--bs-light-blue);
}


.py_3{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.mt_3 {
    margin-top: 4rem;
}
.wi_full{
    width: 100%;
    display: inline-block;
}
.bg_grey {
    background-color: var(--bs-light-grey);
}
.bg_white {
    background-color: #fff;
}
.sub_title {
    color: var(--bs-light-blue);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 20px;
}
.sec_title h2 {
    margin-bottom: 1rem;
}
.sec_title h2 span {
    position: relative;
}
.sec_title.text-center h2 {
    margin: 0 auto;
}
.sec_title h2 span:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 50%;
    height: 10px;
    background: linear-gradient(45deg, var(--bs-light-blue), transparent);
    z-index: -1;
}
.banner_sec {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
    align-items: center;
}
.main_banner {
    min-height: 600px;
}
.inner_banner {
    min-height: 420px;
}
.banner_content .sub_title {
    display: inline-block;
    margin-bottom: 15px;
    padding: 3px 20px;
    color: #fff;
    background: rgb(5 183 231 / 50%);
}
.inner_banner .banner_content h1 {
    padding: 20px;
    width: max-content;
    max-width: 100%;
    margin-bottom: 0;
    background: rgb(5 183 231 / 50%);
    backdrop-filter: blur(3px);
}
.banner_content .sub_title span:before, .inner_banner .banner_content h1:before {
    content: '';
    width: 40px;
    display: inline-block;
    height: 1px;
    background: #fff;
    margin-right: 10px;
    vertical-align: middle;
}
.lead_form .contact_form {
    border: 1px solid #DDDDDD;
    padding: 2rem;
    padding-bottom: 8px !important;
}
.lead_form img.form_img {
    border-radius: 20px;
}
.growth_step .content_wrapper {
    background: var(--bs-dark-blue);
    padding: 3rem;
    border-radius: 40px;
    display: flex;
    align-items: center;
    position: relative;
}
.growth_step .content_wrapper:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 96%;
    height: 100%;
    transform: translateX(-50%);
    border-radius: 40px;
    background: var(--bs-light-blue);
    z-index: -1;
}
.growth_step .content_wrapper .col_content {
    padding-right: 5rem;
    color: #fff;
}
.growth_step .content_wrapper .button {
    white-space: nowrap;
}
.operation_block:nth-child(odd) {
    position: relative;
}
.operation_block:nth-child(odd):after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-element.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 40%;
    z-index: -1;
}
.operation_block:nth-child(even) {
    background-color: var(--bs-light-grey);
}
.tick_list ul {
    margin-top: 1rem;
}
.tick_list ul li {
    position: relative;
    margin: 10px 0;
    padding-top: 10px;
    padding-left: 30px;
    border-top: 1px solid #DBDBDB;
}
.tick_list ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 20px;
    height: 20px;
    background: url(../images/list-tick.svg) no-repeat center;
    background-size: contain;
}
.tick_list.no_border li {
    border: 0;
}

/* ------------------- footer style -------------- */
footer {
    background: var(--bs-fade-blue);
    padding-top: 3rem;
    position: relative;
    color: #393939;
}
footer a:hover {
    color: var(--bs-light-blue);
}
footer img.ftr_logo {
    margin-bottom: 1.5rem;
}
footer .ftr_block {
    margin-bottom: 2rem;
}
footer .ftr_menu ul li {
    margin-bottom: 10px;
}
footer .ftr_social ul li {
    position: relative;
    padding-left: 50px;
    min-height: 40px;
    display: flex;
    align-items: center;
    margin: 13px 0;
}
footer .ftr_social ul li img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}
footer .copyright_footer {
    border-top: 1px solid #e3e3e3;
    padding-top: 1rem;
}
footer .copyright_footer .d-flex {
    justify-content: space-between;
}
footer .ftr_block h4 {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin-bottom: 1rem;
}
footer .ftr_block h4:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 60%;
    height: 5px;
    background: linear-gradient(45deg, var(--bs-light-blue), transparent);
    z-index: 0;
}
footer .ftr_block h4 span {
    position: relative;
}


.mission_vission {
    margin-bottom: 3rem;
}
.mob_margin {
    margin-bottom: 2rem;
}
.mission_vission .shadow_box {
    box-shadow: 0 3px 15px rgb(0 0 0 / 7%);
    background: #fff;
    padding: 2rem 2rem 1rem;
    border-radius: 20px;
    height: 100%;
}
.core_value {
    background-color: #F8F8F8;
}
.core_value .sec_title {
    padding: 1.5rem 0;
    position: relative;
    z-index: 1;
}

.wbl_item {
    margin-top: 60px;
    margin-bottom: 1.5rem;
}
.wbl_item .item_inner {
    width: 100%;
    height: 100%;
    border: 1px solid #01BFF3;
    border-radius: 20px;
    padding: 0 1.5rem 13px;
}
.wbl_item .item_inner span.itm_icon {
    width: 80px;
    height: 80px;
    display: block;
    margin: -45px auto 20px;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 3px 15px rgb(0 0 0 / 7%);
}
.wbl_item .item_inner span.itm_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.common_page p a {
    color: var(--bs-dark-blue);
    font-weight: var(--bs-fw500);
}
.error_thankyou {
    margin-top: 80px;
}
.error_thankyou .sec_img {
    text-align: center;
    padding: 2rem;
}
.error_thankyou .sec_img img {
    width: 300px;
}
.error_thankyou h1 {
    line-height: 1.25;
}
.error_thankyou h1 span {
    position: relative;
}
.error_thankyou h1 span:after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 50%;
    height: 10px;
    background: linear-gradient(45deg, var(--bs-light-blue), transparent);
    z-index: -1;
}

.accordion .card {
    border-radius: 30px;
    margin: 1em 0 0;
    border: none;
    overflow: hidden;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 15%);
}
.accordion .card .card-header {
    background: transparent;
    margin-bottom: 0;
    border: 0;
}
.accordion .card-header a {
    width: 100%;
    display: inline-block;
    padding: 12px 20px;
    padding-right: 50px;
    position: relative;
    background: #fff;
    color: inherit;
    border-radius: 0;
    font-weight: var(--bs-fw600);
    font-size: var(--bs-fs26);
}
.accordion .card-header a:before {
    content: ' ';
    position: absolute;
    right: 10px;
    top: 9px;
    width: 35px;
    height: 35px;
    background-image: url(../images/accordion-minus.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
}
.accordion .card-header a.collapsed:before {
    background-image: url(../images/accordion-plus.svg);
}
.accordion .card-body {
    padding: 0 20px;
    font-size: 90%;
}

/*---- select2 ---*/
span.select2.select2-container {
    width: 100% !important;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
}
.select2-container .select2-selection{
    font-size: inherit;
    font-weight: 400;
    text-align: left;
    background: #F5F5F5 url(../images/down-arrow.svg) no-repeat right 12px center !important;
    background-size: 20px !important;
    padding: 14px 30px 10px 15px;
    width: 100%;
    height: 55px !important;
    color: #000;
    border: 1px solid #F5F5F5 !important;
    border-radius: 0 !important;
    outline: none;
    box-shadow: none;
}
.select2-container--default .select2-results__option{
    font-size: 14px;
    padding: 8px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #faf9fb !important;
    border: 0 !important;
    border-radius: 4px !important;
    cursor: default !important;
    float: left !important;
    margin-right: 5px !important;
    margin-top: 0 !important;
    padding: 0 5px !important;
    color: #8F8F8F;
    height: 30px;
    line-height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span{
    color: #8F8F8F !important;
    margin-right: 5px !important;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0 !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #faf9fb !important;
    color: #000 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--bs-dark-blue) !important;
    color: #fff !important;
}
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #ececec !important;
}
.select2-dropdown{
    z-index: 99999 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #797979 !important;
    line-height: normal !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}


form .input_error {
    border: 1px solid red !important;
}

select.input_error + span.select2.select2-container {
    border: 1px solid red !important;
}