@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&amp;display=swap');

body {
    margin: 0;
}

.left_img img {
    width: 100%;
}

.container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: auto !important;
}
.group-item svg {
    position: absolute;
    z-index: 1;
    right: 4%;
    bottom: 45%;
}
.group-item.select-icon {
    position: relative;
}
/* section{
    overflow: auto !important;
} */
/* === font_weight ====*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
button,
input,
textarea,
select {
    font-family: 'Titillium Web', sans-serif !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

a {
    text-decoration: none !important;
}

p {
    color: #383838 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #383838 !important;
    position: relative;
}

.fw_100 {
    font-weight: 100;
}

.fw_200 {
    font-weight: 200;
}

.fw_300 {
    font-weight: 300;
}

.fw_400 {
    font-weight: 400;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.fw_700 {
    font-weight: 700;
}

.fw_800 {
    font-weight: 800;
}

.fw_900 {
    font-weight: 900;
}

.fw_bold {
    font-weight: bold;
}

/* ==== font_weight === end*/

/* === font_size ====*/
.f_14 {
    font-size: 14px;
}

.f_16 {
    font-size: 16px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_24 {
    font-size: 24px;
}

.f_26 {
    font-size: 26px;
}

.f_28 {
    font-size: 28px;
}

.f_30 {
    font-size: 30px;
}

.f_35 {
    font-size: 35px;
}

.f_38 {
    font-size: 38px;
}

.f_42 {
    font-size: 42px;
}

.f_50 {
    font-size: 50px;
}

.f_55 {
    font-size: 55px;
}

.f_60 {
    font-size: 60px;
}

.f_65 {
    font-size: 65px;
}

.f_70 {
    font-size: 70px;
}

.f_85 {
    font-size: 85px;
}

.f_90 {
    font-size: 90px;
}

.f_95 {
    font-size: 95px;
}

.f_100 {
    font-size: 100px;
}

/* ==== font_size === end*/

/* ==== line_height ===*/

.lh_26 {
    line-height: 26px;
}

.lh_28 {
    line-height: 28px;
}

.lh_30 {
    line-height: 30px;
}

.lh_32 {
    line-height: 32px;
}

.lh_34 {
    line-height: 34px;
}

.lh_45 {
    line-height: 45px;
}

.lh_50 {
    line-height: 50px;
}

.lh_55 {
    line-height: 55px;
}

.lh_60 {
    line-height: 60px;
}

.lh_70 {
    line-height: 70px;
}

.lh_72 {
    line-height: 72px;
}

.lh_78 {
    line-height: 78px;
}

.lh_80 {
    line-height: 80px;
}

.lh_90 {
    line-height: 90px;
}

.lh_100 {
    line-height: 100px;
}

.lh_110 {
    line-height: 110px;
}

/* ==== line_height end ===*/

/* ==== margin ===*/

.mt_5 {
    margin-top: 5px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mt_15 {
    margin-top: 15px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mt_25 {
    margin-top: 25px !important;
}

.mt_28 {
    margin-top: 28px !important;
}

.mt_30 {
    margin-top: 30px !important;
}

.mt_40 {
    margin-top: 40px !important;
}

.mt_50 {
    margin-top: 50px !important;
}

.mt_55 {
    margin-top: 55px !important;
}

.mt_60 {
    margin-top: 60px !important;
}

.mt_70 {
    margin-top: 70px !important;
}

.mt_80 {
    margin-top: 80px !important;
}

.mt_90 {
    margin-top: 90px !important;
}

.mt_100 {
    margin-top: 100px !important;
}

.mt_110 {
    margin-top: 110px !important;
}

.mt_120 {
    margin-top: 120px !important;
}

.mt_130 {
    margin-top: 130px !important;
}

.mt_140 {
    margin-top: 140px !important;
}

.mt_150 {
    margin-top: 150px !important;
}

.mb_5 {
    margin-bottom: 5px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_28 {
    margin-bottom: 28px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_55 {
    margin-bottom: 55px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_70 {
    margin-bottom: 70px;
}

.mb_80 {
    margin-bottom: 80px;
}

.mb_90 {
    margin-bottom: 90px;
}

.mb_100 {
    margin-bottom: 100px;
}

.ml_5 {
    margin-left: 5px;
}

.ml_10 {
    margin-left: 10px;
}

.ml_15 {
    margin-left: 15px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_25 {
    margin-left: 25px;
}

.ml_28 {
    margin-left: 28px;
}

.ml_30 {
    margin-left: 30px;
}

.ml_40 {
    margin-left: 40px;
}

.ml_50 {
    margin-left: 50px;
}

.ml_55 {
    margin-left: 55px;
}

.ml_60 {
    margin-left: 60px;
}

.ml_70 {
    margin-left: 70px;
}

.ml_80 {
    margin-left: 80px;
}

.ml_90 {
    margin-left: 90px;
}

.ml_100 {
    margin-left: 100px;
}

.mr_5 {
    margin-right: 5px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_15 {
    margin-right: 15px;
}

.mr_20 {
    margin-right: 20px;
}

.mr_25 {
    margin-right: 25px;
}

.mr_28 {
    margin-right: 28px;
}

.mr_30 {
    margin-right: 30px;
}

.mr_40 {
    margin-right: 40px;
}

.mr_50 {
    margin-right: 50px;
}

.mr_55 {
    margin-right: 55px;
}

.mr_60 {
    margin-right: 60px;
}

.mr_70 {
    margin-right: 70px;
}

.mr_80 {
    margin-right: 80px;
}

.mr_90 {
    margin-right: 90px;
}

.mr_100 {
    margin-right: 100px;
}

/* ==== margin  end===*/

/* ==== padding ===*/

.pt_10 {
    padding-top: 10px !important;
}

.pt_15 {
    padding-top: 15px !important;
}

.pt_20 {
    padding-top: 20px !important;
}

.pt_25 {
    padding-top: 25px !important;
}

.pt_28 {
    padding-top: 28px !important;
}

.pt_30 {
    padding-top: 30px !important;
}

.pt_40 {
    padding-top: 40px !important;
}

.pt_50 {
    padding-top: 50px !important;
}

.pt_55 {
    padding-top: 55px !important;
}

.pt_60 {
    padding-top: 60px !important;
}

.pt_70 {
    padding-top: 70px !important;
}

.pt_80 {
    padding-top: 80px !important;
}

.pt_90 {
    padding-top: 90px !important;
}

.pt_100 {
    padding-top: 100px !important;
}

.pt_120 {
    padding-top: 120px !important;
}

.pt_130 {
    padding-top: 130px !important;
}

.pt_140 {
    padding-top: 140px !important;
}

.pt_150 {
    padding-top: 150px !important;
}

.pt_170 {
    padding-top: 170px !important;
}

.pt_180 {
    padding-top: 180px !important;
}

.pt_190 {
    padding-top: 190px !important;
}

.pt_200 {
    padding-top: 200px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pb_15 {
    padding-bottom: 15px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.pb_25 {
    padding-bottom: 25px !important;
}

.pb_28 {
    padding-bottom: 28px !important;
}

.pb_30 {
    padding-bottom: 30px !important;
}

.pb_40 {
    padding-bottom: 40px !important;
}

.pb_50 {
    padding-bottom: 50px !important;
}

.pb_55 {
    padding-bottom: 55px !important;
}

.pb_60 {
    padding-bottom: 60px !important;
}

.pb_70 {
    padding-bottom: 70px !important;
}

.pb_80 {
    padding-bottom: 80px !important;
}

.pb_90 {
    padding-bottom: 90px !important;
}

.pb_100 {
    padding-bottom: 100px !important;
}

.pl_10 {
    padding-left: 10px !important;
}

.pl_15 {
    padding-left: 15px !important;
}

.pl_20 {
    padding-left: 20px !important;
}

.pl_25 {
    padding-left: 25px !important;
}

.pl_28 {
    padding-left: 28px !important;
}

.pl_30 {
    padding-left: 30px !important;
}

.pl_40 {
    padding-left: 40px !important;
}

.pl_50 {
    padding-left: 50px !important;
}

.pl_55 {
    padding-left: 55px !important;
}

.pl_60 {
    padding-left: 60px !important;
}

.pl_70 {
    padding-left: 70px !important;
}

.pl_80 {
    padding-left: 80px !important;
}

.pl_90 {
    padding-left: 90px !important;
}

.pl_100 {
    padding-left: 100px !important;
}

.pr_10 {
    padding-right: 10px !important;
}

.pr_15 {
    padding-right: 15px !important;
}

.pr_20 {
    padding-right: 20px !important;
}

.pr_25 {
    padding-right: 25px !important;
}

.pr_28 {
    padding-right: 28px !important;
}

.pr_30 {
    padding-right: 30px !important;
}

.pr_40 {
    padding-right: 40px !important;
}

.pr_50 {
    padding-right: 50px !important;
}

.pr_55 {
    padding-right: 55px !important;
}

.pr_60 {
    padding-right: 60px !important;
}

.pr_70 {
    padding-right: 70px !important;
}

.pr_80 {
    padding-right: 80px !important;
}

.pr_90 {
    padding-right: 90px !important;
}

.pr_100 {
    padding-right: 100px !important;
}

/* ==== padding  end===*/

/* ==== display ===*/

.d_flex {
    display: flex;
    flex-wrap: wrap;
}

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

.j_sa {
    justify-content: space-around;
}

.j_se {
    justify-content: space-evenly;
}

.j_c {
    justify-content: center;
}

.j_ed {
    justify-content: end;
}

.j_st {
    justify-content: start;
}

/* ======= */

.al_s {
    align-items: start;
}

.al_c {
    align-items: center;
}

.al_e {
    align-items: end;
}

.al_b {
    align-items: baseline;
}

.flex_20 {
    flex: 0 0 20% !important;
}

.flex_25 {
    flex: 0 0 25% !important;
}

.flex_33 {
    flex: 0 0 33% !important;
}

.flex_50 {
    flex: 0 0 50% !important;
}

/* ==== display end ===*/

/* text */
.upper {
    text-transform: uppercase;
}

.capital {
    text-transform: capitalize;
}

/* text  end*/


/* ==== colors ===*/

.c_orange {
    color: #253f80 !important;
}

.c_black {
    color: #000 !important;
}

.c_white {
    color: #fff !important;
}

.c_gray {
    color: #383838 !important;
}

.c_blue {
    color: #ca1d2a !important;
}

/* ==== colors  end===*/

/* ==== global ===*/

button.global_button,
input.global_button {
    background: #ca1d2a;
    color: #fff;
    width: 160px;
    height: 45px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    border: 2px solid #ca1d2a;
}
.banner_inner h3 {
    background: #ca1d2a;
    padding: 5px 10px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 5px;
    font-size: 27px;
}
button.global_button2,
input.global_button2 {
    background: #253f80;
    color: #fff;
    width: 170px;
    height: 46px;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #253f80;
    border-radius: 5px;
}
.social ul li img {
    width: 125px;
}

.social {margin-top: 30px;}

.social ul {
    align-items: center;
}

.social ul li {
    margin-right: 20px;
}
ul.publishing-points li svg {
    color: #066f15 !important;
    padding-right: 15px;
}

button.global_button:hover,
input.global_button:hover {
    background: #253f80;
    border: 2px solid #253f80;
    color: #fff;
    transition: 0.5s;
}

button.global_button2:hover,
input.global_button2:hover {
    background: #ca1d2a;
    border: 2px solid #ca1d2a;
    color: #fff;
    transition: 0.5s;
}


input::placeholder,
textarea::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: capitalize;
    color: #383838;
}
/* input[type=text]{
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../images/user.svg');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
} */

input,
textarea {
    width: 100%;
    margin: 0px 10px 10px 0 !important;
    padding: 0 0 0 50px;
    height: 50px;
    outline: none !important;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    color: #383838;
    position: relative;
}

textarea {
    padding: 20px 0 0 50px;
    height: 81px;
}

input.global_button2,
input.global_button {
    padding: 0 !important;
}



/*bg_color*/

.bg_dark_blue {
    background: #03204D !important;
}

.bg_dark_blue2 {
    background: linear-gradient(270deg, rgb(145 32 33) 0%, rgba(225, 29, 12, 1) 100%);
}

.bg_shadow {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(19, 52, 103, 0.16);
    border-radius: 30px;
}

.bg_dark {
    background: #00132F !important;
}

/*bg_color end*/

/* === border ===*/
.radius_5 {
    border-radius: 5px !important;
}

.radius_10 {
    border-radius: 10px !important;
}

.radius_15 {
    border-radius: 15px !important;
}

.radius_20 {
    border-radius: 20px !important;
}

.radius_25 {
    border-radius: 25px !important;
}

.radius_30 {
    border-radius: 30px !important;
}

.radius_35 {
    border-radius: 35px !important;
}

.radius_40 {
    border-radius: 40px !important;
}

.radius_45 {
    border-radius: 45px !important;
}

.radius_50 {
    border-radius: 50px !important;
}

.radius_left_bottom_5 {
    border-bottom-left-radius: 5px;
}

.radius_left_bottom_10 {
    border-bottom-left-radius: 10px;
}

.radius_left_bottom_20 {
    border-bottom-left-radius: 20px;
}

.radius_left_bottom_30 {
    border-bottom-left-radius: 30px;
}

.radius_left_bottom_40 {
    border-bottom-left-radius: 40px;
}

.radius_left_bottom_50 {
    border-bottom-left-radius: 50px;
}

.radius_right_bottom_5 {
    border-bottom-right-radius: 5px;
}

.radius_right_bottom_10 {
    border-bottom-right-radius: 10px;
}

.radius_right_bottom_20 {
    border-bottom-right-radius: 20px;
}

.radius_right_bottom_30 {
    border-bottom-right-radius: 30px;
}

.radius_right_bottom_40 {
    border-bottom-right-radius: 40px;
}

.radius_right_bottom_50 {
    border-bottom-right-radius: 50px;
}

.radius_right_top_5 {
    border-top-right-radius: 5px;
}

.radius_right_top_10 {
    border-top-right-radius: 10px;
}

.radius_right_top_20 {
    border-top-right-radius: 20px;
}

.radius_right_top_30 {
    border-top-right-radius: 30px;
}

.radius_right_top_40 {
    border-top-right-radius: 40px;
}

.radius_right_top_50 {
    border-top-right-radius: 50px;
}

.radius_left_top_5 {
    border-top-left-radius: 5px;
}

.radius_left_top_10 {
    border-top-left-radius: 10px;
}

.radius_left_top_20 {
    border-top-left-radius: 20px;
}

.radius_left_top_30 {
    border-top-left-radius: 30px;
}

.radius_left_top_40 {
    border-top-left-radius: 40px;
}

.radius_left_top_50 {
    border-top-left-radius: 50px;
}


/* === border end===*/

/* header_global */
.navbar-expand-lg div#navbarNav {
    justify-content: end !important;
}

a:hover {
    color: #253f80 !important;
    transition: 0.1s;
}

header.header_wrap {
    position: absolute;
    width: 100%;
    top: 20px;
}

header .logo a {
    width: 110px;
    display: block;
}

/* ==== global end===*/


/* footer */
.footer_inner p {
    width: 50%;
    margin: auto !important;
}

.footer_inner ul.other {
    display: flex;
    flex-wrap: wrap;
}

.footer_inner ul.other li {
    flex: 0 0 050%;
}

.info_menu ul {
    display: flex;
    justify-content: center;
}

.social_icon ul li {
    cursor: pointer;
}

.social_icon ul li:hover {
    background: #ca1d2a;
    transition: 0.5s;
}

.social_icon ul li:hover svg {
    color: white;
    transition: 0.5s;
}


.service_box {
    min-height: 310px;
}

.service_box h3 {
    min-height: 60px;
}

img.four_img {
    height: 223px;
    object-fit: cover;
}

button.global_button2 a {
    color: #fff;
}

.modal-header {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 20px;
}

.modal-body {
    padding: 0 !important;
}

.modal {
    background: #0000008c;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.popup_form_wrp {
    padding: 0 15px;/ text-align: center;/
}

.popup_form_wrp h2 {
    font-weight: 800;
    font-size: 35px;
    color: #494949;
    margin: 0 0 10px 20px;
    position: relative;
}

.modal-content {
    padding: 30px 0;
}

.popup_form_wrp p {
    color: #343434;
    font-weight: 500;
}

.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
    width: 100%;
    /* background: #ca1d2a; */
    border-radius: 20px;
    height: 45px;
    color: black !important;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    font-family: 'Raleway';
    font-weight: 500;
    outline: none;
    color: rgba(0, 0, 0, 0.44);
    border: 1px solid #ca1d2a;
}

.popup_form_wrp form {
    margin: 30px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
}

.popup_form_wrp form textarea {
    border-radius: 15px;
    height: 130px;
    padding: 15px 18px;
}

.popup_form_wrp form select {
    font-size: 14px;
    font-weight: 500;
}

.modal-content {
    border-radius: 20px;
}

.modal-content {
    border: 2px solid #ca1d2a !important;
}

.popup_form_wrp h2:before {
    content: '';
    display: block;
    position: absolute;
    background: #ca1d2a;
    width: 10px;
    height: 40px;
    left: -20px;
    border-radius: 5px;
}

span.color_form {
    color: #ca1d2a;
}

button.btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #9c1321;
    opacity: 1;
    border-radius: 0;
    width: 40px;
    height: 22px;
    border-bottom-left-radius: 20px;
}

button.btn-close:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 2px;
    height: 17px;
    top: 5px;
    transform: rotate(42deg);
    left: 25px;
    border-radius: 5px;
}

button.btn-close:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 2px;
    height: 18px;
    top: 5px;
    transform: rotate(129deg);
    left: 24px;
    border-radius: 5px;
}

button.btn-close:hover {
    background: #253f80;
    opacity: 1;
}

button.popup_button {
    background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 200px;
    height: 50px;
    font-family: 'Raleway';
}

button.popup_button:hover {
    background: #c61632;
}

.disclaimer_iinner_section {
    margin: 20px 0 10px 0;
}

section.disclaimer {
    background: black;
    color: white;
}

.disclaimer_iinner_section p strong {
    color: white;
}

.disclaimer_iinner_section p {
    color: white !important;
}

.popup_form_wrp input[type="submit"] {
    background: #ca1d2a;
    padding: 0 !important;
    color: white !important;
}

/* Slick Slider dots container */
.slick-slider .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 30px 0 0 0 !important;
}

/* Slick Slider individual dot */
.slick-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

/* Slick Slider dot style (default state) */
.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bbb;
    border: none;
    cursor: pointer;
    outline: none;
}

/* Slick Slider dot style (active state) */
.slick-slider .slick-dots li.slick-active button {
    background-color: #253f80;
    /* Change to the desired color for the active dot */
}

.here_we {
    display: flex;
    flex-wrap: wrap;
}

.here_we .item {
    /* display: flex; */
    /* width: 50%; */
    flex: 0 0 48%;
    margin: 14px 12px 0 0;
    border: 2px solid #ececec;
    padding: 15px;
}

section.sec-padding {
    padding: 144px 0 0 0;
}

svg.svg-inline--fa.fa-circle {
    font-size: 11px !important;
    margin: 0 11px 0 0;
}

ul.list-simple li {
    margin: 10px 0 9px 0;
}

.darwin-img {
    position: absolute;
    width: 40%;
    top: 110px;
    right: 90px;
    z-index: -99;
}

.service_inner {
    background: #ffffffeb;
    padding: 35px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 311px;
    border-radius: 20px;
}

.btn_thanks {
    text-align: center;
    margin: -70px 0 80px 0 !important;
}

.c_white:hover {
    color: white !important;
}

button.global_button2.ml_10 a:hover {
    color: white !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125 !important;
    background-color: #e9ecef;
}

.cta_form form input:hover {
    border: 2px solid white;
}

.service_inner.text-center p {
    height: 100px;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

h1.get_pub.text-center {
    font-weight: 400;
    color: #fff !important;
    font-size: 30px;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #fff;
}

.logos-head{
    background: #28417e;
    padding: 10px;
}

.footer_logo img {
    width: 35%;
    margin-bottom: 20px;
}

.service_inner:hover {
    box-shadow: 0px 1px 12px 0px #ca1d2a;
}

.service_inner.first {
    background: #070e2985;
    border: 2px solid #fff;
}

.d-flex {}

.service_inner.first .d-flex h4.f_20 {
    color: #fff !important;
    font-weight: 600;
}

.service_inner.first p {
    color: #fff !important;
}
.global_innner h6 {
    font-size: 25px;
    font-weight: 600;
}

video {
    border-radius: 9px;
    width: 100%;
}

section.sec_4.pt_60.pb_60 {
    background: #f4f4f4;
}
section.section.s8 {
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
}
.form-area {
    border: 2px solid #28417e !important;
    border-radius: 21px;
    margin-top: 40px;
    padding: 30px;
    background-image: url(../images/american.webp);
    background-size: cover;
}
.form-head {
    margin-bottom: 20px;
}
.form-head h2 span {
    color: #ef1012;
}
.form-head.text-center p {
    font-size: 19px;
    color: #000 !important;
    font-weight: 500;
}
.form-style .form-body .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.form-style .form-body .form-group:not(:last-child) {
    margin: 0 0 1rem;
}
.form-style .form-body .form-group>div {
    flex: 1 0 48%;
}
.form-style .form-body .form-group input, .form-style .form-body .form-group textarea, .form-style .form-body .form-group select {
    background: #fff !important;
    border: 1px solid transparent;
    border-radius: 1.125rem;
    height: 3.625rem;
    padding: 0 1.5rem;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-style .form-body .form-group input, .form-style .form-body .form-group textarea, .form-style .form-body .form-group select, .form-style .code-field .code-txt-field {
    background: #fff !important;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important;
}
.form-style .form-submit {
    margin: 1rem 0 0;
}
.form-style .form-submit>.form-btn {
    font-size: 1.125rem;
    font-weight: 500;
    width: 25%;
    background: #29427d;
    border: 0;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    cursor: pointer;
    margin-left: 37% !important;
}
.form-style .form-submit>.form-btn:hover {
    background: #ed061e;
    color: #fff;
    border: none;
    transition: 0.5s;
}
.form-head h2 {
    font-size: 45px;
    font-weight: 700;
}
.div-img.aos-init.aos-animate img {
    width: 100%;
    height: 100%;
}
.service_inner img {
    height: 38px;
}
.service_inner .d-flex {
    justify-content: space-between;
}
.service_img img {
    width: 272px;
    height: 250px;
    border-radius: 20px;
}


.overlape_heading {
    color: #ed061e !important;
    font-family: Regular !important;
    font-size: 70px;
}
.overlape_heading {
    position: relative;
    top: -15px;
    font-weight: 100 !important
}
.form-style .form-body .form-group textarea.input-field {
    padding: 16px !important;
    margin: 0 !important;
}
/* .banner_form::before {
    content: url(../images/deal-banner.png);
    position: absolute;
    top: -55px;
    bottom: 0;
    margin: auto 0;
    right: -35px;
} */



form.mt_30 svg.form-icon {
    right: 42%;
    z-index: 1;
}

.banner_form{
    position: relative;
}
.badge-img {
    width: 30%;
    z-index: 1;
    right: -20px;
    top: -30px;
}
img.user-img {
    position: absolute;
    width: 15px;
    z-index: 1;
    top: 38%;
    left: 10%;
}
img.email-img {
    position: absolute;
    width: 15px;
    z-index: 1;
    top: 48.5%;
    left: 10%;
}
img.phone-img {
    position: absolute;
    width: 15px;
    z-index: 1;
    top: 58.5%;
    left: 10%;
}
img.brief-img {
    position: absolute;
    width: 15px;
    z-index: 1;
    top: 69.5%;
    left: 10%;
}
.banner_form::before {
    position: absolute;
    content: "";
    background: #fff;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
    border-radius: 0px 30px 30px 30px;
}
.banner_form p{
    position: relative;
    background: #c81a2e;
    color: #fff !important;
    border-radius: 10px;
    padding: 2px 22px 2px 22px;
}
section.our-work {
    padding: 60px 0;
    clear: both;
    position: relative;
    background: #29427d1a;
}
.our-work .container::before {
    position: absolute;
    content: "";
    right: 0;
    margin: auto;
    background: url(../images/wave.png) no-repeat;
    max-width: 555px;
    width: 100%;
    background-size: 100%;
    height: 256px;
    top: -60px;
}

.our-work .info-text {
    margin-bottom: 60px;
}
.info-text h2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -2px;
    font-weight: 700;
    /* margin-bottom: 20px; */
    position: relative;
}
.our-work .info-text h2:before {
    right: inherit;
}
.info-text h2::before {
    background: #c81a2ec2;
    width: 100px;
    height: 7px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
.our-work .row {
    align-items: center;
}
.info-work {
    padding: 50px 5px;
    position: relative;
}
.info-work span.blue {
    -webkit-text-stroke: 1px #0846b1;
}
.info-work span {
    position: absolute;
    font-size: 109px;
    line-height: 74px;
    font-weight: 700;
    color: transparent;
    top: 0;
    right: 0;
    font-family: 'Barlow Condensed', sans-serif;
    vertical-align: baseline;
    z-index: 2;
}
.info-work h6 {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
}
.info-work h6::before {
    position: absolute;
    left: -2px;
    content: "";
    background: #c81a2ec2;
    width: 100px;
    height: 7px;
    bottom: -4px;
    z-index: -1;
}
.info-work h6 + p {
    font-size: 15px;
    font-weight: 700;
}
.info-work span.yellow {
    -webkit-text-stroke: 1px #c81a2ec2;
}







section.sec_7 {
    padding: 60px 0;
}

.testi_head h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 74px;
    text-align: center;
}

.testi_head h3 span {
    color: #f60000;
}

/* .testi_head p {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
} */

.testimonial_box-top {
    padding: 24px 25px 24px 25px;
    /* border: 2px solid red; */
    border-radius: 33px !important;
    box-shadow: 1px 2px 11px 1px #ddd;
}

.testimonial_box-img img {
    width: 10%;
    border-radius: 50px;
}

.testimonial_box-icon {
    color: #f60000;
    font-size: 57px;
}

.testimonial_box-text p {
    margin-top: 10px;
    font-size: 16px;
    height: 135px;
    overflow: auto;
    padding-right: 10px;
}
.testimonial_box-text p span {
    font-weight: 700;
    color: #f40016;
}

.name-s{
    height: auto !important;
}

.testimonial_box-name h4 {
    color: #f60000;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
li.testi_name {
    position: relative;
    left: 65px;
    top: -41px;
}
li.testi_foundr p {
    position: relative;
    left: 65px;
    top: -45px;
}
.testimonial_box {
    padding: 26px;
}
ul.tesi_img {
    margin-top: 19px !important;
    margin-bottom: -34px !important;
}
li.testi_star {
    position: relative;
    left: 61px;
    top: -58px;
}
li.testi_founder img {
    width: 15%;
    border-radius: 50%;
}
li.testi_name p span {color: #27407f;font-weight: 600;font-size: 14px;}

li.testi_foundr p {
    font-size: 14px;
    font-weight: 600;
}
.testimonial__inner {
    margin-top: 40px;
}

.logo-slider-head{
    border-right: 2px solid #ffffff;
    height: 70px;
}

.logo-slider-head-right{
    border-left: 2px solid #ffffff;
    height: 70px;
}

.logo_slider li img {
    width: 120px;
    margin: 0 auto;
}

h5.get_pub.text-center {
    color: #fff !important;
    font-size: 20px;
    text-align: left !important;
}

.slider-button {
    background: #27407f !important;
    position: relative;
    top: 12px;
    border: none !important;
}

h5.get_pub.text-center span{
    font-style: italic;
    font-weight: 700;
}

.testimonials_box {
    box-shadow: 0 0 10px #adadad !important;
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
    min-height: 240px !important;
}
.testimonials_box ul {
    display: flex;
    flex-wrap: wrap;
}
.testimonials_box ul li img{
    filter: hue-rotate(311deg);
}
.testimonials_box ul li:nth-child(1) {
    flex: 0 0 13%;
}
.testimonials_box ul li:nth-child(2) {
    flex: 0 0 50%;
}
.testimonials_box ul li h5 {
    margin: 0 0 5px 0;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.testimonials_box ul li p {
    color: #4A4A4A;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.testimonials_box ul li:nth-child(3) {
    flex: 0 0 30%;
    padding-top: 10px;
}
.box_inner img {
    object-fit: cover;
    width: 90px;
    margin: 15px 0 15px 0;
}
.box_inner p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 150px;
    overflow: auto;
    padding-right: 10px;
}


.modal-content{

}

.choose-boxes ul {
    display: flex;
    flex-wrap: wrap;
    background: #e9e9e954;
    border-radius: 10px;
    padding: 30px !important;
}

.choose-boxes ul li {
    flex: 0 0 50%;
    padding: 10px;
}
.choose-box {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    position: relative;
}

.choose-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    color: #c81a2e !important;
}

.choose-box img {
    width: 23%;
    position: absolute;
    background: #fff;
    border-radius: 26px;
    padding: 6px;
    top: -17px;
    border: 4px solid #f8f8f8;
    right: 210px;
}

.choose-box p {
    overflow: auto;
    padding-right: 10px;
    height: 120px;
}
.main-choose img {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
}
.video-testi-color{
    color: #253f80;
}

.box_inner svg {
    color: #6a6a67;
    margin-left: 15px;
    margin-bottom: -1px;
}
.testimonial_box-text img {
    width: 90%;
}







.modal-content{
    border: none !important;
}
.modal-dialog {
    max-width: 80% !important;
}
.modal-content{
    /* background-image: url(../images/pop.webp); */
    background-size: cover;
    height: auto;
    background-position: bottom;
    background-repeat: repeat;
    padding: 20px;
}

.main-form {
    width: 100%;
}

.main-form form input{
    position: relative;
}
.main-form form textarea{
    position: relative;
}
.main-form form img.user-img{
    position: absolute;
    width: 15px;
    z-index: 1;
    top: 5%;
    left: 4%;
}

.main-form form img.email-img {
    position: absolute;
    width: 15px;
    z-index: 1;
    top: 22.5%;
    left: 4%;
}

.main-form form img.phone-img {
    position: absolute;
    width: 15px;
    z-index: 1;
    top: 39.5%;
    left: 4%;
}

.main-form form img.brief-img {
    position: absolute;
    width: 15px;
    z-index: 1;
    top: 58.5%;
    left: 4%;
}
.main-form form input.global_button{
    width: 100% !important;
    text-align: left;
    padding: 8px !important;
    text-align: center;
}

.main-form h2 {
    font-size: 25px;
    font-weight: 700;
}

.main-form h2 span {color: #ae0016;}
.main-form hr {
    width: 70px;
    opacity: 1;
    height: 4px !important;
    border-radius: 10px;
    color: #c81a2e;
}
svg.svg-inline--fa.fa-angle-right {
    position: absolute;
    color: #ffffff;
    top: 89%;
    right: 4%;
}
.bottom_form form input{
    padding: 0 0 0 20px;  
}
.bottom_form form textarea{
    padding: 20px 0 0 20px;
}

.main-form p span {
    font-weight: bolder;
    font-size: 18px;
    color: #9b1024;
    font-style: italic;
}

button.head-btn{
    width: 230px;
    background: #253f80;
    border: none;
}
button.head-btn:hover{
    background: #ca1d2a;
    border: none;
}
.button_wrap svg {
    /* margin-right: 20px; */
    color: #fff;
    font-size: 15px;
}
/* .button_wrap svg:hover{
    transform: scale(1.05);
    transition: 0.5s;
    background: #27407f;
    padding: 10px;
    border-radius: 40px;
    color: #fff;
} */

.editing_new_list {
    display: inline-block;
    text-align: center;
}
ul.category-list li {
    background: #fff;
    box-shadow: 0 0 20px #d9d9d9;
    -moz-box-shadow: 0 0 20px #d9d9d9;
    -webkit-box-shadow: 0 0 20px #d9d9d9;
    display: inline-block;
    width: 14%;
    margin: 1.2%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #ca1d2a;
    padding: 20px 0;
    transition: .3s ease-in-out;
}
ul.category-list li img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}
ul.category-list li:hover {
    transform: scale(1.05);
}
section.sec_8.pb_60.mt-5.htyh::before{
    display: none;
}
p.bottom-p{
    font-weight: 700;
    font-size: 25px;
}
.button_wrap.text-end.align-items-center {
    margin-left: 5px;
}
.space-testi {
    width: 70% !important;
    border-radius: 20px;
    box-shadow: 1px 2px 3px 4px #ddd;
}
.testimg-other img {
    width: 100%;
    margin-top: 18px;
    border-radius: 50%;
    object-fit: cover;
}
.testi-other {
    padding: 21px;
}
.space-testi.left.mt-5 {
    margin-left: 28%;
}
.testi-other h3 {
    font-size: 22px;
    font-weight: 700;
}

.section3new {
    padding: 5rem 0;
}
.testi-other p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 12px;
}


audio {
    width: 280px;
    margin-top: 10px;
}


.portfolio_images {
    margin: 50px 0 0 0;
}
ul.home_slider {
    display: flex !important;
}
.portfolio_images ul li {
    flex: 0 0 33%;
    margin: 0 0 50px 0;
    position: relative;
    z-index: 1;
}
.portfolio_images ul li span.first_img {
    position: absolute;
    left: 60px;
    z-index: -1;
    top: 8%;
    transition: 0.5s;
    opacity: 0.7;
}
.portfolio_images ul li span.first_img img {
    width: 180px;
    height: 215px;
}
.portfolio_images ul li img {
    height: 253px;
    margin: auto;
    display: block;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}
span.second_img {
    position: absolute;
    right: 60px;
    top: 8%;
    z-index: -1;
    bottom: 0;
    margin: auto;
    transition: 0.5s;
    opacity: 0.7;
}
span.second_img img {
    max-width: 100% !important;
    width: 180px !important;
    height: 215px !important;
    transition: 0.5s;
}
.modal-dialog{
    margin: 0 auto !important;
}
.modal-dialog{
    top: 60px;
}
.h2Heading {
    font-weight: 600;
    text-shadow: 1px 0 0 #000;
    font-size: 40px;
    color: #fff !important;
}
.btn-theme {
    letter-spacing: 1.5px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    width: auto !important;
    height: auto !important;
    background-color: #fff !important;
}
.bg-theme-white{
    color: #fff;
}

.pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
}
.img-non-fliud-left {
    position: relative;
    left: -113px;
    border-radius: 16px;
    width: 100%;
}
.border-radius-20.img-non-fliud {
    position: relative;
    right: -54px;
    width: 100%;
    border-radius: 16px;
}
.process_sec_1 {
    padding: 42px !important;
}
.process_sec {
    padding: 10px !important;
}
.process_sec_1 p.font-14 {
    color: #fff !important;
}
.process_sec p.font-14 {
    color: #fff !important;
    width: 80%;
}
.head-process.text-center.p-3 h1 {
    font-weight: 600 !important;
    font-size: 30px !important;
}

.head-process.text-center.p-3 p {
    font-size: 18px !important;
}
section.section4.new-service.d-flex {
    padding: 50px 0 0 0;
}