/************ TABLE OF CONTENTS ***************
Template Name: TursusLTD
Author: TursusLTD Team
Version: 1.0
Main Font : 
**********************************************/

/************ TABLE OF CONTENTS ***************

01. Reset CSS
02. Header/ Navigation 
03. BANNER SLIDER

**********************************************/

/*Reset CSS*/

table,
caption,
html,
body,
div,
span,
applet,
object,
iframe,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
ol,
ul,
li,
form,
label,
embed,
footer,
header,
menu,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
    display: block;
}

body {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Inter', sans-serif;
    color: #575757;
}

p,
li {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.2;
    color: #272727;
}


.radius_50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.radius_30 {
    border-radius: 30%;
    -webkit-border-radius: 30%;
}

.radius_15 {
    border-radius: 15%;
    -webkit-border-radius: 15%;
}

.radius_10 {
    border-radius: 10%;
    -webkit-border-radius: 10%;
}

.radius_5 {
    border-radius: 5%;
    -webkit-border-radius: 5%;
}

.mt_120 {
    margin-top: 120px;
}

.mt_100 {
    margin-top: 100px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_0 {
    margin-top: 0;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mx_auto {
    margin-left: auto;
    margin-right: auto;
}

.p_0 {
    padding: 0;
}

.pt_0 {
    padding-top: 0;
}

.pb_0 {
    padding-bottom: 0;
}

.bg_cover {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg_gray {
    background: #f5f5f7;
}

.bg_white {
    background: #fff;
}

.bg_black {
    background: #000;
}

.bg_dark {
    background: #20292e;
}

.bg_blue {
    background-color: #003478;
}

.text_blue {
    color: #003478;
}

.text-gray {
    color: #575757;
}

.text_white {
    color: #fff;
}

.pos_rel {
    position: relative;
}

.d_ib {
    display: inline-block;
}

.d_block {
    display: block;
}

.d_none {
    display: none;
}

.d_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.fw_700 {
    font-weight: 700;
}

.fw_600 {
    font-weight: 600;
}

.fw_500 {
    font-weight: 500;
}

.section_space {
    padding: 70px 0;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;
    max-width: 1170px;
    position: relative
}

.text_center {
    text-align: center;
}

.section_heading {
    margin: 0px auto 25px;
    max-width: 768px;
}

.section_heading p {
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
}

.section_heading h2 {
    display: inline-block;
    font-size: 42px;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
}

.section_heading h2::before,
.section_heading h2::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #0f75bc;
    position: absolute;
    top: 50%;
}

.section_heading h2::before {
    left: -60px;
}

.section_heading h2::after {
    right: -60px;
}

.btn_theme {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    background-color: #003478;
    border: 2px solid #0f75bc;
    border-radius: 30px;
    display: inline-block;
    min-width: 190px;
    padding: 16px 30px;
    cursor: pointer;
    position: relative;
    text-align: center;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-transform: capitalize;
}

.btn_theme:hover {
    background-color: #0f75bc;
    border-color: #003478;
}

/*Topbar*/
.topbar .content {
    justify-content: space-between;
    align-items: center
}

.topbar ul li {
    display: inline-block;
    padding: 5px 6px;
}

.topbar ul li a {
    display: inline-block;
    line-height: 30px;
    color: #f2f2f2;
}

.topbar ul li a i {
    font-size: 18px;
    line-height: inherit;
    display: inline-block;
    vertical-align: middle
}

.topbar ul li a:hover {
    color: #fff;
}

.topbar .right li {
    padding: 5px 3px;
}

.topbar .right li a {
    width: 30px;
    text-align: center;
    border-radius: 5px;
    transition: transform 0.3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar .right li a:hover {
    transform: scale(1.1);
}

/*Header*/
#site_header {
    padding: 7px 0;
}

#site_header.sticky {
    position: fixed;
    width: 100% !important;
    background-color: #fff;
    box-shadow: 5px 0 15px 0 rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 100;
}

#site_header .nav_wrapper {
    justify-content: space-between;
    align-items: center
}

#site_header .nav .menu_list > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#site_header .nav .menu_list > li > a {
    padding: 5px 25px;
    display: block;
    position: relative;
    color: #272727;
}

#site_header .nav .menu_list > li > a:hover {
    color: #003478;
}

#site_header .nav .menu_list > li.dropdown_item > a i {
    line-height: inherit;
    display: inline-block;
    position: absolute;
    right: 2px;
    transition: transform 0.3s linear;
}

#site_header .nav .menu_list > li.dropdown_item > a:hover i {
    transform: rotate(180deg);
}

#site_header .nav .menu_list > li.dropdown_item .dropdown {
    display: none;
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    box-shadow: 10px 0 25px 1px rgba(0, 0, 0, .2);
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    z-index: 1;
}

#site_header .nav .menu_list > li.dropdown_item:hover > .dropdown,
#site_header .nav .menu_list > li.dropdown_item .dropdown:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

#site_header .nav .menu_list > li.dropdown_item .dropdown li {
    clear: both;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#site_header .nav .menu_list > li.dropdown_item .dropdown li:nth-last-child(1) {
    border-bottom: 0;
}

#site_header .nav .menu_list > li.dropdown_item .dropdown li a {
    display: block;
    padding: 6px 10px;
    color: #272727;
}

#site_header .nav .menu_list > li.dropdown_item .dropdown li a:hover {
    background-color: #003478;
    color: #fff;
}

#site_header .nav .menu_list > li.dropdown_item .dropdown li:nth-child(1) a,
#site_header .nav .menu_list > li.dropdown_item .dropdown li:nth-child(1) {
    border-radius: 5px 5px 0 0;
}

#site_header .nav .menu_list > li.dropdown_item .dropdown li:nth-last-child(1) a,
#site_header .nav .menu_list > li.dropdown_item .dropdown li:nth-last-child(1) {
    border-radius: 0 0 5px 5px;
}

#site_header .toggler_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #272727;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: absolute;
    right: 5px;
    top: calc(50% - 20px);
}

#site_header .toggler_icon span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -9px
}

#site_header .toggler_icon span,
#site_header .toggler_icon span:before,
#site_header .toggler_icon span:after {
    background-color: #fff;
    width: 20px;
    height: 2px;
    border-radius: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

#site_header .toggler_icon span::before,
#site_header .toggler_icon span::after {
    content: " ";
    margin-top: -7px;
    position: absolute;
    left: 0;
    right: 0
}

#site_header .toggler_icon span::after {
    margin-top: 7px;
}

#site_header .toggler_icon.open span {
    background-color: transparent !important
}

#site_header .toggler_icon.open span::before {
    margin-top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

#site_header .toggler_icon.open span::after {
    width: 19px;
    margin-top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

main {
    min-height: calc(100vh - 459px; )
}

/*Home Banner*/
.hero_section .slide {
    background-color: #272727;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.hero_section .slide .slide_logo {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.8
}

.hero_section .slide .slide_content {
    min-height: 550px;
    max-width: 550px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.hero_section .slide .slide_content h2 {
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 10px;
}

.hero_section .slide .slide_content h2 span {
    background-color: rgb(192, 17, 32);
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
}

.hero_section .slide .slide_content h3 {
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 25px;
}

.hero_section .slide .slide_content .btn_theme {
    max-width: 210px
}

/*Home Content Sectin*/
.home_content_sec {
    background-color: #0f75bc;
    background-image: url('../images/dotted-bg-light.png');
    background-repeat: repeat;
    background-position: left center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.home_content_sec::before,
.home_content_sec::after {
    content: '';
    display: inline-block;
    width: 200px;
    height: calc(100% + 2px);
    background-color: #003478;
    opacity: 0.5;
    position: absolute;
    top: 0;
}

.home_content_sec::before {
    left: 0px;
    clip-path: polygon(0 100%, 0 0, 100% 0);
}

.home_content_sec::after {
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.home_content_sec .content {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.home_content_sec h1 {
    font-size: 28px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 15px;
}

.home_content_sec p {
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    margin: 0 0 10px;
}

.home_content_se p:nth-last-child(1) {
    margin-bottom: 0;
}

/*Home Services Section*/
.home_service_sec {
    padding: 65px 0 30px;
}

.home_service_sec .service_wrapper {
    justify-content: space-between;
    align-items: flex-start;
}

.home_service_sec .service_wrapper .service_item {
    width: calc(33.333% - 20px);
    margin-bottom: 10px;
}

.home_service_sec .service_item .img_box {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 230px;
    border-radius: 5px;
    overflow: hidden
}

.home_service_sec .service_item .img_box .hover_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 70, 0.9), rgba(28, 181, 224, 0.9));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 70, 0.9), rgba(28, 181, 224, 0.9));
    width: 100%;
    height: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    font-size: 16px;
    opacity: 0;
    transition: all 0.3s linear;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.home_service_sec .service_item:hover .img_box .hover_content {
    opacity: 1;
}

.home_service_sec .service_item .bottom_content {
    padding: 25px;
}

.home_service_sec .service_item .bottom_content h3 {
    font-size: 20px;
    line-height: 1.2;
}

.logos_section .logos_wrapper {
    font-size: 0;
}

.logos_section .logos_wrapper .logo_item {
	display: inline-block;
	width: 25%;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}

.logos_section .logos_wrapper .logo_item a {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	padding: 15px 10px;
	text-align: center;
	background-color: #f9f9f9;
	border-radius: 20px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
    min-height: 82px;
    transition: transform 0.3s linear
}
.logos_section .logos_wrapper .logo_item a:hover {
    background-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    transform:scale(1.05);
}

.logos_section .logos_wrapper .logo_item img {
	 display: inline-block;
    vertical-align: middle;
	max-height: 52px;
}

.bottom_cta {
    padding: 50px 0;
    background-color: #0f75bc;
}

.bottom_cta .content {
    justify-content: space-between;
    align-items: center;
}

.bottom_cta .content h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

footer {
    background-color: #111f24;
    color: #f2f2f2;
}

footer .footer_top {
    padding: 50px 0;
}

footer .footer_top .content_wrapper {
    justify-content: space-between;
}

footer .footer_top .content_wrapper > div {
    width: calc(25% - 15px);
    padding-right: 15px;
}

footer .footer_top .content_wrapper > div .logo {
    margin-bottom: 5px;
}

footer .footer_top .content_wrapper > div h3 {
    font-weight: 600;
    margin: 55px 0 15px;
    position: relative;
    color: #f2f2f2;
}

footer .footer_top .content_wrapper > div h3::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #0f75bc;
    position: absolute;
    left: 0;
    bottom: -5px;
}

footer .footer_top .content_wrapper > div ul li {
    margin-bottom: 5px;
}

footer a {
    color: #f2f2f2;
}

footer a:hover {
    color: #0f75bc;
    text-decoration: underline !important;
}

footer .footer_top .content_wrapper > div ul li i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

footer .footer_top .content_wrapper .social {
    margin-top: 15px;
}

footer .footer_top .content_wrapper .social li {
    padding: 5px 3px;
    display: inline-block;
}

footer .footer_top .content_wrapper .social li a {
    width: 40px;
    text-align: center;
    border-radius: 5px;
    transition: transform 0.3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
footer .footer_top .content_wrapper .social li a i {
    font-size: 25px;
    line-height: 40px;
    margin: 0;
}
*/

footer .footer_top .content_wrapper .social li a:hover {
    transform: scale(1.1);
}

footer .footer_bottom {
    border-top: 1px solid #0f75bc;
    padding: 20px 0;
    justify-content: space-between;
}

/*Privacy Policy*/
.small_banner {
    min-height: 250px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.small_banner h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.small_banner p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    max-width: 768px;
    margin: 0 auto;
}

.policy_content h3 {
    font-size: 24px;
    margin: 30px 0 5px;
}

.policy_content p {
    margin-bottom: 15px;
}

.value_section .content {
    justify-content: space-between;
}

.value_section .content > div {
    width: calc(33.33% - 25px);
}

.value_section .content div img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 150px;
    height: auto
}

.value_section .content div:hover img {
    opacity: 0.8
}

.value_section .content div h3 {
    font-size: 24px;
    margin: 10px 0 15px;
}

.value_section .content2 {
    justify-content: center;
    align-content: center;
}

.value_section .content2 .content_box {
    width: 300px;
    height: 300px;
    padding: 30px;
    margin: 15px 30px;
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer
}

.value_section .content2 .content_box h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.value_section .content2 .content_box:hover {
    background-color: #0f75bc;
    color: #f2f2f2;
    box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.3);
}

.value_section .content2 .content_box:hover h2,
.value_section .content2 .content_box:hover p {
    color: inherit
}

/*Services Page*/
.content_section .top_content {
    max-width: 768px;
    margin: 0 auto 50px;
    text-align: center;
}

.content_section .top_content h3 {
    font-size: 22px;
}

.content_section .top_content p {
    font-size: 17px;
}

.content_section .main_content {
    justify-content: space-between;
}

.content_section .main_content .item {
    width: calc(50% - 40px);
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.content_section .main_content .item .icon_box {
    width: 85px;
    height: 85px;
    font-size: 45px;
    color: #fff;
    background: linear-gradient(44.44deg, #3f75ff 7.79%, #4adeff 94.18%);
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    text-align: center;
    position: relative;
    transition: border-radius 0.3s linear;
}

.content_section .main_content .item .icon_box i {
    line-height: 85px;
}

.content_section .main_content .item:hover .icon_box {
    border-radius: 50%;
}

.content_section .main_content .item h3 {
    margin: 15px 0;
    font-size: 20px;
}

.choose_content_section .content_item {
    justify-content: space-between;
    align-items: center;
}

.choose_content_section .content_item > div {
    width: calc(50% - 40px);
}

.choose_content_section .content_item > div h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.choose_content_section .content_item > div img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.choose_content_section .content_item > div img:hover {
    opacity: 0.8
}

.services_section .content {
    justify-content: space-between;
}

.services_section .content .item {
    text-align: center;
    width: calc(33.333% - 20px);
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #0f75bc;
    border-radius: 0 0 10px 10px;
    transition: transform 0.3s linear;
}

.services_section .content .item:hover {
    transform: translateY(-15px);
}

.services_section .content .item .item_cotent {
    position: relative;
}

.services_section .item .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.services_section .item .thumbnail img {
    display: block;
}

.services_section .item .thumbnail::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*    background-color: rgba(7, 14, 32, 0.85);*/
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    transition: top 0.3s linear;
}

.services_section .item:hover .thumbnail::before {
    top: 0;
}

.services_section .item .text {
    padding: 50px 25px 50px;
    position: relative;
}

.services_section .icon_box {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
}

.services_section .icon_box i {
    font-size: 40px;
    line-height: 80px;
    color: #0f75bc;
}

.services_section .item .text h2 {
    margin-bottom: 5px;
}

.services_section .item .text a {
    color: #0f75bc;
    border-bottom: 2px solid #0f75bc;
    display: inline-block;
    margin-top: 5px;
}

.services_section .item .text a:hover {
    color: #003478
}

.content_section .service_content {
    justify-content: space-between;
}

.content_section .service_content .item {
    position: relative;
    width: calc(33.33% - 30px);
    text-align: center;
}

.content_section .service_content .item .thumbnail {
    position: relative;
    margin: 15px auto;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.content_section .service_content .item img {
    display: block;
}

.content_section .service_content .item h3 {
    font-size: 24px
}

.content_section .service_content .item .thumbnail:before {
    content: '';
    display: block;
    width: 84%;
    height: 84%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: transform 0.3s linear;
}

.content_section .service_content .item:hover .thumbnail:before {
    transform: scale(1);
    opacity: 1;
}

.content_section .content .services_list {
    font-size: 0;
    max-width: 768px;
    margin: 0 auto;
}

.content_section .content .services_list li {
    display: inline-block;
    position: relative;
    padding: 10px 10px 10px 50px;
    font-size: 18px;
    width: 50%;
}

.content_section .content .services_list li:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url('../images/tick.svg');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 10px;
}

.form_section .form_wrapper {
    padding: 50px;
    max-width: 768px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);

}

.form_section .form_wrapper .form_field {
    margin-bottom: 22px;
}

.form_section .form_wrapper .form_field label {
    display: block;

}

.form_section .form_wrapper .form_field .field {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #c3c3c3;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.form_section .form_wrapper .form_field:nth-last-child(1) {
    text-align: right;
    margin-bottom: 0;
}

.thanks_section .msg_area {
    ;
    max-width: 550px;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
}

.thanks_section .msg_area p {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #18ba60;
    margin: 0 auto 25px;
}
