/*=====Reset CSS======*/

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    font-style: normal;
}

a:focus,
button:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
label,
span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: 0;
}

figure {
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin: 0;
    font-size: 0;
    line-height: 100%;
}

figure img {
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    overflow-x: hidden;
}

.svg_container {
    display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

::-moz-selection {
    background-color: #1f40cb;
    color: #fff;
}

::selection {
    background-color: #1f40cb;
    color: #fff;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 157 233 / 25%);
}


/*=====Reset CSS======*/


/* global css */

a:hover {
    text-decoration: none;
}

h2 {
    color: #191919;
    font-weight: 600;
    font-size: 47px;
    line-height: 57px;
}

/* header css starts */

/* .header {
    position: absolute;
    width: 100%;
} */

/* .attach_header_sec {
    background-image: url(../images/banner-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */



.attach_header_sec.inner_header .header {
    background-color: #fff;
}

.attach_header_sec.inner_header .navbar-brand {
    position: relative;
    z-index: 9;
    padding-left: 56px;
    padding-right: 56px;
    padding-top: 16px;
    margin-right: 106px;
    margin-left: 60px;
}

.attach_header_sec.inner_header .select-selected ::after {
    display: none;
}

.attach_header_sec.inner_header .navbar-brand img {
    max-width: 120px;
}

.attach_header_sec.inner_header .navbar-brand::after {
    /* background-image: url(../images/logo-back.png);
    background-repeat: no-repeat; */
    position: absolute;
    content: "";
    top: -40px;
    bottom: -90px;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    clip-path: ellipse(53% 31% at 50% 52%);
}

.navbar-brand {
    margin-left: 50px;
}

.logo_wrap {
    margin-left: -78px;
}

.custom-container {
    margin: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu_wrap .navbar {
    padding: 0;
}

.menu_wrap .navbar-nav {
    align-items: center;
}

.menu_wrap .navbar-nav .cmn_btn {
    margin-right: 53px;
}

.menu_wrap .navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #191919;
    padding: 0;
    margin-right: 50px;
}

.menu_wrap .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #338ebd;
}

.menu_wrap .navbar-expand-lg .navbar-nav .nav-link:last-child {
    margin-right: 0;
}

.service_txt {
    color: #a5a5a5;
    margin-left: 28px;
    margin-bottom: 6px;
}





.service_wrap {
    width: 417px;
}


/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    padding: 0;
    border: none;
    background: url(../images/down.png) no-repeat right;
    top: -9px;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: transparent;
}

.custom-select {
    position: relative;
}

.map_icon {
    position: absolute;
    left: 0;
    top: 9px;
}

.location_icon {
    position: absolute;
    right: 30px;
    top: -14px;
    z-index: 2;
}

.location_icon img {
    filter: drop-shadow(0px 20px 16.5px rgba(45, 42, 42, 0.2));
}

.map_icon img {
    width: 20px;
}

/*style the arrow inside the select element:*/
/* .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  } */

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #a5a5a5;
    padding: 10px 0;
    cursor: pointer;
    user-select: none;
    padding-left: 30px;
    position: relative;
}

.select-selected ::after {
    position: absolute;
    content: "";
    max-width: 338px;
    height: 2px;
    background-color: #dce1df;
    left: 0;
    right: 0;
    bottom: 0;
}

.select-selected span {
    font-family: 'futura_medium_bt';
    color: #191919;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 164%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #009de9;
    color: #fff;
}



/* header css ends */

/* banner css starts */

.bnr_sec {
    padding-bottom: 100px;
    padding-top: 60px;
    background-image: url(../images/banner-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bnr_sec h2 {
    margin-right: -63px;
    padding-bottom: 36px;
    max-width: 499px;
    font-size: 55px;
    line-height: 65px;
}

.bnr_sec p {
    max-width: 290px;
    font-size: 18px;
    line-height: 28px;
}

.bnr_sec .row {
    align-items: center;
}



.appo_wrap {
    background-color: #fff;
    padding: 50px 60px;
    filter: drop-shadow(0px 10px 22.5px rgba(45, 42, 42, 0.1));
    text-align: center;
    margin-left: 80px;
    margin-right: -11px;
    border-radius: 10px;
    position: relative;
}

.appo_wrap::before {
    position: absolute;
    content: "";
    width: 222px;
    height: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #338ebd;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.appo_wrap h5 {
    font-size: 19px;
    line-height: 24px;
    color: #338ebd;
    padding-bottom: 28px;
    font-family: 'futura_medium_bt';
}

.appo_wrap h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #191919;
    padding-bottom: 35px;
}

.appo_wrap h3 span {
    display: block;
}

.app_list li {
    text-align: left;
    margin-bottom: 30px;
}

.app_list li:last-child {
    margin-bottom: 0;
}

.app_list li a {
    padding: 18px 32px;
    border-radius: 8px;
    border: 1px solid #4b4b4b;
    display: block;
}

.app_list li a:hover {
    background-color: #338ebd;
    border: 1px solid #338ebd;
}

.app_list li a:hover .app_list_tittle,
.app_list li a:hover .app_list_det {
    color: #fff;
}

.app_list li .app_list_tittle {
    display: block;
    font-size: 22px;
    line-height: 31px;
    color: #191919;
    font-family: 'futura_medium_bt';
    padding-bottom: 17px;
    cursor: pointer;
}

.app_list_det {
    font-size: 16px;
    color: #4b4b4b;
    cursor: pointer;
}

/* banner css ends */

/* read_sec css starts */

.read_sec {
    padding-top: 120px;
    padding-bottom: 173px;
    position: relative;
}

.read_sec .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.read_sec .row {
    align-items: center;
}

.read_sec h2 {
    margin-left: 38px;
    max-width: 488px;
    margin-right: 30px;
}

.read_wrap {
    background-color: #fff;
    /* filter: drop-shadow(0px 10px 22.5px rgba(45, 42, 42, 0.1)); */
    filter: drop-shadow(0px 4px 7.5px rgba(45, 42, 42, 0.1));
    padding: 40px;
    margin-right: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 15px;
}

.icon_wrap {
    margin-right: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgb(45 42 42 / 10%) 0px 4px 20.5px
        /* filter: drop-shadow(0px 10px 22.5px rgba(45,42,42,0.1)); */
}


.read_tittle {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    padding-top: 26px;
    position: relative;
    padding-bottom: 16px;
}

.read_tittle::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 157px;
    height: 3px;
    background-color: #338ebd;
}

.read_content {
    padding-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #191919;
}

.read_btn {
    margin-top: 30px;
}

/* read_sec css ends */

/* drop_sec css starts */

.drop_sec {
    background-image: url(../images/drop-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding-top: 129px;
    padding-bottom: 123px;
    position: relative;
    z-index: 2;
}

.drop_sec_tittle {
    font-size: 45px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 500;
    max-width: 884px;
    margin: auto;
    padding-bottom: 50px;
}

.drop_btn a {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    padding: 22px 51px;
    border-radius: 40px;
    border: 2px solid #ffffff;
    font-weight: 600;
}

.drop_btn a:hover {
    background-color: #fff;
    color: #000;
}

/* drop_sec css ends */




/* check-list section starts */
.check_list {
    padding-top: 123px;
}

.check_list_left p {
    padding-top: 70px;
    font-size: 21px;
    line-height: 31px;
    color: #191919;
    margin: auto;
    max-width: 340px;
    text-align: center;
}

.pattern_wrap {
    position: relative;
    max-width: 341px;
}

.pattern_wrap .rot_ptrn {
    /* animation: rotate linear 3s infinite; */
}

.circle_logo {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.circle_logo img {
    max-width: 120px;
}

.ani_wrap {
    position: absolute;
    animation: bounce linear 3s infinite;
}

.ani_wrap_one {
    top: 7%;
    left: -40%;
    display: flex;
    align-items: center;
}

.ani_wrap_two {
    bottom: 0;
    left: -75px;
    text-align: center;
    display: flex;
    align-items: center;
}

.ani_wrap_three {
    top: 0;
    right: -26%;
    display: flex;
    align-items: center;
}

.ani_wrap_four {
    bottom: -25px;
    right: -15%;
}

.ani_circle {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    filter: drop-shadow(0px 10px 22.5px rgba(45, 42, 42, 0.1));
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.ani_txt {
    /*font-size: 16px;*/
    font-size: 19px;
    line-height: 26px;
    color: #191919;
    font-weight: 400;
    max-width: 96px;
    margin-top: 17px;
}

.ani_wrap_one .ani_txt {
    margin-left: 0;
}

.ani_wrap_two .ani_txt {
    margin-right: 18px;
}

.ani_wrap_three .ani_txt {
    margin-left: 20px;
}

.ani_wrap_four .ani_txt {
    max-width: 146px;
    margin-left: 15px;
}


.check_list .row {
    align-items: center;
}

.check_right_inr_txt h2 {
    font-size: 45px;
    line-height: 55px;
    color: #191919;
    font-weight: 600;
    max-width: 500px;
    padding-bottom: 35px;
}

.check_listing {
    margin-bottom: 26px;
}

.check_list_right {
    padding-left: 40px;
}

.check_right_inr_txt p {
    font-size: 16px;
    line-height: 26px;
    color: #191919;
    margin-bottom: 34px;
    margin-right: -10px;
}

/* check-list section ends */



/* .consult_sec css starts */

/* .consult_sec {
    position: relative;
    padding-bottom: 200px;
} */

/* .consult_btn {
    padding-bottom: 200px;
} */

.attach_wrap {
    padding-bottom: 240px;
    margin-top: 44px;
}



.right_icon_wrap {
    position: absolute;
    bottom: -30px;
    right: -250px;
    top: 0;
    z-index: 3;
}

.consult_sec {
    background-color: #fff;
    z-index: 2;
}

.right_icon_wrap img {
    height: 100%;
}

.consult_sec h2 {
    padding-bottom: 24px;
}

.consult_sec h2 span {
    display: block;
}

/* .consult_sec .consult_sec_left {
    margin-top: -44px;
} */

.consult_sec .consult_sec_left p {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
    max-width: 230px;
}

.file_txt {
    font-size: 30px;
    font-weight: 600;
    color: #191919;
}

.file_txt_cnt {
    font-size: 16px;
    line-height: 26px;
    color: #4b4b4b;
    padding-top: 23px;
    max-width: 260px;
}

.pricing_list {
    padding-top: 40px;
    color: #a5a5a5;
    font-size: 16px;
    line-height: 26px;
    max-width: 240px;
}

.pricing_list h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #191919;
}

.pricing_list a {
    font-size: 18px;
    line-height: 26px;
    font-family: 'futura_medium_bt';
    color: rgb(0 0 0 / 70%);
    display: block;
}

.pricing_list a:hover {
    color: #338ebd;
}

/* .pricing_list li:nth-child(1) {
    color: #a5a5a5;
    font-size: 16px;
    line-height: 26px;
}

.pricing_list li:nth-child(2) {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #191919;
}

.pricing_list li:nth-child(3) a {
    font-size: 18px;
    line-height: 26px;
    font-family: 'futura_medium_bt';
    color: rgb(0 0 0 / 70%);
}

/* .consult_sec css ends */


/* team section */

.team {
    padding: 103px 0 145px;
}

.team_hdng {
    padding-top: 22px;
    padding-bottom: 41px;
    padding-left: 10px;
}

.our_team {
    padding-left: 10px;
}

.gl_hdng {
    font-size: 16px;
    line-height: 26px;
    color: #338ebd;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'futura_medium_bt';
    position: relative;
    max-width: fit-content;
    letter-spacing: 2px;
}

.gl_hdng::after {
    position: absolute;
    content: '';
    top: 12px;
    right: -98px;
    bottom: 0;
    height: 2px;
    width: 80px;
    background-color: rgba(51, 142, 189, 50%);
}

.team_hdng h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

.team_slider_img_wrap {
    background-color: #09a14a;
    margin: 0 15px;
}

.team_slider .slick-track .item:nth-child(even) .team_slider_img_wrap {
    background-color: #009de9;
}

.team_slider_img_wrap img {
    margin: 0 auto;
}

.num_slider .slick-arrow {
    font-size: 0;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #009de9;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    z-index: 99;
}

.num_slider .slick-arrow:hover {
    background-color: #009de9;
}

.num_slider .slick-arrow:hover.slick-prev::after {
    color: #fff;
}

.num_slider .slick-arrow:hover.slick-next::after {
    color: #fff;
}


.num_slider .slick-prev {
    /* background-image: url(../images/num_arrow_one.png);
    background-repeat: no-repeat; */
    z-index: 9;
    /* background-position: center; */
    right: 500px;
}

.num_slider .slick-prev::after {
    font-family: "fontawesome";
    content: "\f104";
    font-size: 24px;
    top: 8px;
    color: #009de9;
    position: absolute;
    right: 16px;
    transition: .3s ease-in-out;
}

.num_slider .slick-next {
    /* background-image: url(../images/num_arrow_two.png);
    background-repeat: no-repeat;
    background-position: center; */
    right: 450px;
}

.num_slider .slick-next::after {
    font-family: "fontawesome";
    content: "\f105";
    font-size: 24px;
    top: 8px;
    color: #009de9;
    position: absolute;
    right: 14px;
    transition: .3s ease-in-out;
}

.team_slider .slick-arrow {
    font-size: 0;
    height: 55px;
    width: 55px;
    background-color: #fff;
    box-shadow: 10px 0 45px rgb(0 0 0 / 10%);
    border-radius: 50%;
    border: none;
    position: absolute;
    right: 10px;
    top: -108px;
    border: 1px solid transparent;
    z-index: 99;
}

.team_slider .slick-arrow:hover {
    border: 1px solid #009de9;
}

.team_slider .slick-arrow:focus {
    box-shadow: 10px 0 45px rgb(0 0 0 / 10%) !important;
}

.team_slider .slick-prev {
    background-image: url(../images/team_arrow_one.png);
    background-repeat: no-repeat;
    z-index: 9;
    top: -108px;
    background-position: center;
    right: 86px;
}

.team_slider .slick-next {
    background-image: url(../images/team_arrow_two.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* .team_slider .slick-disabled {
    border: 1px solid #000;
} */

.team_slider_txt_inr {
    padding-left: 14px;
    padding-top: 19px;
    display: flex;
    justify-content: space-between;
    padding-right: 14px;
    align-items: flex-end;
}

.team_slider_txt h5 {
    font-size: 20px;
    line-height: 26px;
    color: #191919;
    font-weight: 600;
    padding-bottom: 12px;
}

.team_slider_txt h6 {
    font-size: 16px;
    line-height: 26px;
    color: #338ebd;
    font-weight: 400;
}

.team_slider_arrow {
    position: relative;
    top: -10px;
}

.cmn_btn {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    background-color: #009de9;
    padding: 15px 24px;
    border-radius: 50px;
    font-weight: 600;
    filter: drop-shadow(0px 20px 16.5px rgba(45, 42, 42, 0.3));
    border: 1px solid #009de9;
}

.cmn_btn:focus {
    filter: drop-shadow(0px 20px 16.5px rgba(45, 42, 42, 0.3));
}

.cmn_btn:hover {
    background: none;
    color: #009de9;
    text-decoration: none;
}

.our_team_button {
    text-align: center;
    padding-top: 60px;
}


/* work sec */

.work {
    background-color: #f8fdff;
    padding-top: 119px;
    overflow-x: hidden;
}

.work .row .col-md-6 {
    position: relative;
}

.work_inr_img {
    position: absolute;
    bottom: 0;
    left: -132px;
    right: -95px;
}

.our_work .gl_hdng {
    font-family: 'Lato', sans-serif;
}

.work_text h2 {
    font-size: 50px;
    line-height: 60px;
    color: #191919;
    font-weight: 600;
    padding-bottom: 20px;
}

.work_text p {
    font-size: 18px;
    line-height: 26px;
    color: #7c7c7c;
    font-weight: 400;
}

.our_work {
    padding-bottom: 23px;
}

.our_work_right h4 {
    font-size: 30px;
    line-height: 60px;
    color: #191919;
    font-family: 'futura_medium_bt';
}

.from_inr form .row .col-sm-6:first-child {
    padding-right: 5px;
}

.from_inr form .form-group .form-control {
    background: transparent;
    border: 1px solid #c1c1c1;
    height: 51px;
}

.from_inr form .form-group .form-control::placeholder {
    font-size: 14px;
    line-height: 26px;
    color: #b1b6b8;
    font-weight: 400;
}

.from_inr form .form-group {
    margin-bottom: 20px;
}

.our_work_right {
    padding-bottom: 10px;
}

.do_you_need h4 {
    font-size: 18px;
    line-height: 26px;
    color: #4b4b4b;
    font-weight: 400;
}


/* .form_check label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 26px;
    color: #4b4b4b;
    margin-bottom: 20px;
}
.form_check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form_check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #4b4b4b;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    top: -2px;
}
.form_check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #4b4b4b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
} */


.form_check label {
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.form_check label span {
    display: inline-block;
    margin-left: 32px;
    padding-left: 7px;
    text-align: left;
    color: #4b4b4b;
}
.form_check label span::before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background: #fdfdfd;
    border: 1px solid  #c1c1c1;;
    border-radius: 3px;
}
.form_check label span::after {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #0087b7;
    line-height: 20px;
    text-align: center;
}
.form_check label input[type="checkbox"] {
    opacity: 0;
    z-index: -1;
    display: none;
    position: absolute;
}
.form_check label input[type="checkbox"]:checked+span::after {
    font-family: "FontAwesome";
    content: "\f00c";
    background: #009de9;
    color: #fff;
    border: 1px solid #c1c1c1;;
    border-radius: 3px;
}


.do_you_need {
    padding: 10px 0 20px;
}

.work_button {
    padding: 12px 40px;
}

.work_btn {
    margin-top: 16px;
}

.our_work_right_inr {
    padding-bottom: 110px;
}

.work .row {
    position: relative;
}


/* footer */

.footer {
    background-color: #338ebd;
    padding: 90px 0 45px ;
    overflow: hidden;
}

.ftr_mdl_inr_cnt h4 {
    font-size: 18px;
    line-height: 31px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 40px;
}

.ftr_mdl_lst li a {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 16px;
}

.ftr_mdl_lst li:last-child a {
    margin-bottom: 0;
}

.ftr_mdl_lst li a:hover {
    text-decoration: underline !important;
}

.ftr_scl {
    display: flex;
}

.ftr_scl li {
    margin-right: 13px;
}

.ftr_scl li a {
    height: 34px;
    width: 34px;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #fff !important;
}

.ftr_scl li a:hover {
    background: #029f4a !important;
    border: 1px solid #029f4a !important;
}

.ftr_scl li a:hover i {
    color: #fff !important;
}

.ftr_scl li a i {
    color: #fff !important;
}

.btm_ftr {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 10%);
    margin-top: 50px;
    padding-top: 44px;
}

.btm_ftr p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}



/* 23-08-2022 start p.d. */
.attach_header_sec.inner_header .navbar-brand {
    margin-right: 95px;
    margin-left: 50px;
}

.inner_header .custom-container {
    /* max-width: 1340px; */
    padding: 0 5px;
}

.inner_header .menu_wrap .navbar-nav .cmn_btn {
    /* font-family: 'Lato', sans-serif; */
    font-weight: 700;
    padding: 13px 28px;
    margin-right: 35px;
}

.inner_header .menu_wrap .navbar-expand-lg .navbar-nav .nav-link {
    /* font-family: 'Lato', sans-serif; */
    /* font-weight: 500; */
    margin-right: 35px;
}

.inner_header .menu_wrap .navbar-expand-lg .navbar-nav .nav-link:last-child {
    margin-right: 0;
}

.services_bnr_sec {
    background-image: url(../images/services-bnr-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 138px;
}

.services_bnr_sec .bnnr-contents h2 {
    font-size: 55px;
    line-height: 76px;
    color: #191919;
    font-weight: 600;
    padding-bottom: 30px;
}

.services_bnr_sec .bnnr-contents p {
    max-width: 100%;
    margin-bottom: 35px;
    color: #4b4b4b;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    max-width: 450px;
}

.services_bnr_sec .bnnr-contents a {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #fff;
    border: 2px solid #009de9;
    border-radius: 60px;
    padding: 22px 41px;
    background-color: #009de9;
    filter: drop-shadow(0px 20px 16.5px rgba(45, 42, 42, 0.3));
}

.services_bnr_sec .bnnr-contents a:hover {
    background-color: transparent;
    color: #009de9;
    text-decoration: none;
}

.service_sec {}

.what_wrap {
    padding-bottom: 304px;
}

.service_sec h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 70px;
    border-bottom: 6px solid #009de9;
}

.bnr_side_wrap {
    position: absolute;
    /* right: -102px;
    bottom: -112px; */
}

.cards-sec {
    padding-bottom: 70px;
}

.cards-sec .row {
    justify-content: center;
}

.cards-sec .card-wraper {
    filter: drop-shadow(0px 10px 22.5px rgba(0, 0, 0, 0.1));
    margin-bottom: 30px;
    background-color: #fff;
    padding: 40px 33px 60px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #191919;
    font-weight: 400;
}

.cards-sec .card-top-img {
    width: 99px;
    height: 99px;
    border-radius: 50px;
    filter: drop-shadow(0px 10px 22.5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 26px;
}

.cards-sec .card-wraper .card-top-img img {
    transition: 600ms all ease-in-out;
}

/* .cards-sec .card-wraper .card-contents {
    background-color: #fff;
    padding: 28px 45px 25px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #191919;
    font-weight: 400;
    transition: 600ms all ease-in-out;
} */

/* .cards-sec .card-wraper .card-contents h6 {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #338ebd;
    font-weight: 700;
    padding-bottom: 12px;
    transition: 600ms all ease-in-out;
} */

.card-wraper .card-contents h5 {
    font-size: 24px;
    line-height: 26px;
    color: #191919;
    font-weight: 500;
    padding-bottom: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.card-wraper .card-contents p {
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 26px;
    color: #7b7b7b;
}

.card-wraper .card-contents a {
    font-size: 16px;
    line-height: 26px;
    color: #009de9;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    transition: none;
}

.card-wraper .card-contents a img {
    margin-left: 20px;
}

.cards-sec .card-wraper:hover {
    background-color: #09a14a;
    color: #fff;
}

.card-wraper:hover .card-contents h5,
.card-wraper:hover .card-contents h6,
.card-wraper:hover .card-contents p,
.card-wraper:hover .card-contents a {
    color: #fff;
}

.cards-sec .card-wraper:hover .card-contents a img {
    filter: brightness(0) invert(1);
}

.downloads_options h6 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 25px 0;
}

.downloads_options .links-wrap a {
    display: inline-block;
}

.downloads_options .links-wrap a:last-child {
    margin-right: 0;
}

/* .service_footer .downloads_options .links-wrap a:hover{
    border-color: #000;
} */
/* 23-08-2022 end */

.num_slider {
    direction: rtl;
}

.num_slider .slick-slide {
    width: 492px;
}



.header {
    background-color: #ffffff;
    filter: drop-shadow(10px 0 50px rgb(0 0 0 / 8%));
    padding: 10px 0 5px;
}

.select-selected ::after {
    display: none;
}

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

.form_check {
    width: 50%;
}




.location_bnr_sec {
    padding-top: 60px;
    padding-bottom: 148px;
}

.bnr_sec h2 {
    margin-right: 0px;
    padding-bottom: 30px;
    max-width: 499px;
    font-size: 60px;
    line-height: 70px;
}

.bnr_sec p {
    max-width: 450px;
    font-family: 'Lato', sans-serif;
    color: #4b4b4b;
    padding-bottom: 28px;
}

.loc_bnr_wrap {
    position: relative;
    margin-right: -53px;
    margin-left: 108px;
}

.loc_bnr_wrap img {
    border-radius: 24px;
    width: 100%;
}

.loc_nm_wrap {
    width: 359px;
    border-radius: 12px;
    background-color: #fff;
    position: absolute;
    left: -188px;
    bottom: 32px;
    filter: drop-shadow(0px 10px 22.5px rgba(0, 0, 0, 0.1));
    animation: bounce linear 3s infinite;
    padding-top: 31px;
    padding-bottom: 28px;
}

.loc_nm_wrap ul {
    display: flex;
    padding-left: 21px;
    align-items: center;

}

.loc_nm_wrap ul li {
    font-size: 19px;
    line-height: 29px;
    font-weight: 600;
}

.loc_nm_wrap ul li a {
    text-decoration: underline;
    color: #191919;
}

.loc_nm_wrap ul li a:hover {
    color: #009de9;
}

.loc_nm_wrap img {
    width: auto;
    margin-right: 18px;
}




.loc_serv_sec {
    padding-top: 129px;
}

.serv_rght_wrap {
    margin-left: -17.5px;
}

.loc_serv_sec h6 {
    font-size: 18px;
    line-height: 28px;
    color: #191919;
    margin-right: -17.5px;
    padding-bottom: 65px;
}

.loc_serv_sec .card-header {
    padding: 0;
    border-radius: initial;
    border: none;
    border-radius: 10px;
}

.loc_serv_sec .card-body {
    color: #7b7b7b;
    font-size: 16px;
    line-height: 26px;
    padding: 0 30px 44px;
}

.loc_serv_sec .card-body p {
    max-width: 447px;
}

.loc_serv_sec .card {
    margin-bottom: 30px;
    border-radius: 10px;
    border: none;
    filter: drop-shadow(0px 10px 22.5px rgba(45, 42, 42, 0.1));
}

.loc_serv_sec .card:last-child {
    margin-bottom: 0;
}

.loc_serv_sec .btn-link {
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 24px 35px;
    background-color: #009639;
    border-radius: 10px;
    position: relative;
}

.loc_serv_sec .btn-link::after {
    font-family: "fontawesome";
    content: "\f107";
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 30px;
    transition: .3s ease-in-out;
    top: 35%;
}

.loc_serv_sec .btn-link img {
    margin-right: 30px;
}

.loc_serv_sec .btn-link:hover,
.loc_serv_sec .btn-link:focus {
    text-decoration: none;
}

.loc_serv_sec .btn-link[aria-expanded="true"] {
    background-color: #fff;
    color: #191919;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.loc_serv_sec .btn-link[aria-expanded="true"].btn-link::after {
    color: #000;
    transform: rotate(180deg);
}

.loc_serv_sec .btn-link[aria-expanded="false"].btn-link img {
    filter: brightness(600);
}

.slick-dots li button:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000000;
    opacity: .2;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    width: 16px;
    height: 16px;
    background-color: #009de9;
    top: -2px;
    content: "";
    font-size: 0;
}

.slick-dots li button:hover:before {
    background-color: #009de9;
}

.loc_serv_sec .serv_left_wrap {
    margin-left: -22px;
}

.loc_serv_sec .slick-dots li button:hover {
    color: #009de9;
}

.loc_serv_sec .slick-dots {
    bottom: 20px;
    margin-left: -25px;
    ;
}

.serv_mob_slider .slick-slide img {
    margin: auto;
}

.loc_serv_sec h2 {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 50px;
}

.loc_serv_bird {
    margin-left: -190px;
    margin-top: 80px;
}

.testi_sec {
    text-align: center;
    padding-bottom: 118px;
}

.testi_sec h2 {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 90px;
}

.testi_wrap_container {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.testi_wrap_card {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.testi_card {
    border-radius: 5px;
    filter: drop-shadow(0px 10px 22.5px rgba(45, 42, 42, 0.1));
    background-color: #ffffff;
    padding: 30px 10px;
}

.testi_card .prof_img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testi_card p {
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    color: #88a3b5;
    margin-bottom: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
}

.testi_card h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #191919;
    padding-bottom: 15px;
}

.rating_list {
    display: flex;
    color: #f79521;
    justify-content: center;
}

.rating_list li {
    margin-right: 5px;
}

.rating_list li:last-child {
    margin-right: 0;
}

.more_btn {
    padding-top: 60px;
}

.cus_modal .modal-body {
    padding: 24px;
}

.cus_modal h6 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #09a14a;
    padding-bottom: 25px;
}

.cus_modal p {
    font-size: 16px;
    line-height: 28px;
    color: #191919;
}




.blog-sec-page h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

.blog-sec-page .title_container {
    padding-bottom: 30px;
    border-bottom: 6px solid #009de9;
}

.blog-sec-page .card-wraper {
    filter: drop-shadow(0px 10px 22.5px rgba(0, 0, 0, 0.1));
    /* margin-bottom: 10px; */
    background-color: #fff;
    padding: 40px 33px 60px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #191919;
    font-weight: 400;
}

.blog-sec-list h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

.blog-sec-list .title_container {
    padding-bottom: 30px;
    border-bottom: 6px solid #009de9;
}

.blog-sec-list .card-wraper {
    filter: drop-shadow(0px 10px 22.5px rgba(0, 0, 0, 0.1));
    /* margin-bottom: 10px; */
    background-color: #fff;
    padding: 40px 33px 60px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #191919;
    font-weight: 400;
}

.blog-content {
    margin-bottom: 40px;
}

.blog-post-title a:hover {
    color: #338ebd;
}

.blog-post-title a {
    color: #009de9;
}

.blog-post-title {
    font-weight: 800;
    line-height: 1.09;
    letter-spacing: -.7px;
    margin-bottom: 10px;
}

.blog-text__secondary {
    line-height: 1.54;
    color: #a5a5a5;
    font-size: 1rem;
}

.bnr_sec {
    padding-top: 115px;
}

.num_slider .slick-next::after{right: 10px;}
.num_slider .slick-prev::after{left: 10px;}