@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    font-weight: 400;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

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

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Playfair Display", serif;
    font-size: 83.07px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    line-height: 1.1;
}

h2 {
    font-family: "Playfair Display", serif;
    font-size: 67px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "Playfair Display", serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Playfair Display", serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #646464;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #646464;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.3s ease;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    color: #4e9bdc;
}

.menuSec ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: linear-gradient(180deg, rgba(132, 196, 241, 1) 0%, rgba(110, 180, 233, 1) 50%, rgba(81, 157, 222, 1) 100%);
    transition: width 0.3s ease;
}

.menuSec ul li a:hover::after,
.menuSec ul li a.active::after {
    width: 100%;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/


.themebtn {
    background: linear-gradient(180deg, rgba(132, 196, 241, 1) 0%, rgba(110, 180, 233, 1) 50%, rgba(81, 157, 222, 1) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    text-decoration: none;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 4px 4px 4px 40px;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.btn_icon {
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
}

.btn_icon img {
    width: 12px !important;
    height: 12px !important;
    object-fit: contain !important;
    transition: transform 0.4s ease;
}

.themebtn:hover .btn_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(597%) hue-rotate(265deg) brightness(121%) contrast(100%);
    transform: translateX(5px);
}

.themebtn:hover .btn_icon {
    background-color: #000000;
}

.themebtn:hover {
    color: #000000;
    background-color: #33afe8;
}

.header_btn {
    text-align: end;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 20px 0;
}

/* banner */

.banner_text h3 {
    font-size: 73px;
    color: #55a0df;
    font-weight: 500;
}

.banner_text h1 span {
    font-size: 112.73px;
}

.banner_text p {
    margin: 20px 0;
    width: 83%;
}

.banner_text {
    margin-left: 60px;
}

.main_slider {
    position: relative;
}

.main_slider::before {
    content: '';
    position: absolute;
    background: url(../images/banner-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    bottom: 0;
    width: 46%;
    height: 100%;
    z-index: 1;
}

.bnr_bg img {
    height: 870px;
    width: 100%;
    object-fit: cover;
}


.bnr_social ul li a {
    background-color: #4d9adc;
    color: #ffff;
    font-size: 15px;
    border: 1px solid #fff;
    overflow: hidden;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 3;
    position: relative;
}

.bnr_social ul li a:hover {
    background-color: #ffffff;
    color: #4b99dc;
    border: 1px solid #fff;
}

.bnr_social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.bnr_social h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
}

.bnr_social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 4%;
    right: 14%;
    width: 32%;
    z-index: 99;
}

.bnr_social::before {
    content: "";
    position: absolute;
    background-color: #fff;
    z-index: 1;
    height: 1px;
    width: 130px;
    top: 50%;
    left: 20%;
}

.main_slider::after {
    content: "";
    position: absolute;
    background-color: #4e9bdc;
    height: 118px;
    width: 55%;
    bottom: 0%;
    right: 0%;
    z-index: 1;
}

/* banner */

/* about */

.abt {
    padding: 120px 0;
}

.abt_left img {
    border-radius: 50%;
    object-fit: cover;
    height: 590px;
    width: 100%;
}

.abt .row {
    position: relative;
}

.abt .row::before {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    z-index: -1;
    height: 500px;
    width: 100%;
}

.abt_left {
    position: relative;
    z-index: 1;
    padding: 0 30px;
}

.abt_left::before {
    border-radius: 50%;
    content: '';
    position: absolute;
    border: 10px solid #4c99db;
    top: -5%;
    left: 0;
    z-index: -8;
    height: 650px;
    width: 100%;
}

.abt_txt p {
    margin: 20px 0;
}

.abt_txt {
    padding: 0 30px;
}

/* about */

/* team */

.team {
    background: linear-gradient(180deg, rgba(132, 196, 241, 1) 0%, rgba(110, 180, 233, 1) 50%, rgba(81, 157, 222, 1) 100%);
    padding: 100px 0;
}

.team_heading {
    text-align: center;
    margin-bottom: 50px;
}

.team_heading h2 {
    color: #fff;
    margin-bottom: 10px;
}

.team_heading p {
    margin: 0 auto;
    width: 50%;
    color: #fff;
}

.team_txt h3 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 400;
}

.team_txt p {
    color: #fff;
}

.team_card {
    text-align: center;
    padding: 0 40px;
    transition: all 0.4s ease;
            margin-bottom: 10px;
}

.team_card:hover {
    transform: translateY(-10px);
}

.team_img {
    display: inline-flex;
    height: 230px;
    width: 230px;
    position: relative;
    margin: 0 auto 30px;
    justify-content: center;
    align-items: center;
}

.team_img img {
    height: 190px;
    width: 190px;
    object-fit: cover;
    border-radius: 50%;
}

.team_img::before {
    border-radius: 50%;
    content: '';
    position: absolute;
    border: 5px solid #ffffff;
    top: 0;
    left: 0;
    z-index: 1;
    height: 230px;
    width: 230px;
}

/* team */

/* service */

.service {
    background-color: #f5f5f5;
    padding: 100px 0;
}

.service_btn {
    text-align: end
}

.ser_btm_border {
    padding-bottom: 20px;
    border-bottom: 1px solid #ababab;
    margin-bottom: 50px;
}

.service_card h3 {
    font-size: 24px;
}

.ser_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #edf5fc;
}

.service_card {
    background-color: #fff;
    border: 1px solid #4c99db;
    border-radius: 15px;
    padding: 30px 30px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.service_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

ul.servul_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.serarrow_btn1 {
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    color: #4c99db;
    font-size: 15px;
    font-weight: 500;
}

.serarrow_btn2 {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #4b99db;
    font-size: 14px;
    border-radius: 50%;
}

.service_card p {
    margin: 20px 0;
}

ul.servul_1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

/* service */

/* why choose us */

.wcu {
    padding: 100px 0;
}

.wcu_heading {
    text-align: center;
    margin-bottom: 50px;
}

.wcu_heading h2 {
    margin-bottom: 10px;
}

.wcu_heading p {
    margin: 0 auto;
    width: 50%;
}

.wcu_mid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wcu_left_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #4b99db;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.wcu_left h3 {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 500;
}

.wcu_left ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.wcu_left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.wcu_right h3 {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 500;
}

.wcu_right ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    text-align: end;
}

.wcu_right {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

/* why choose us */

/* counter */

.count_sec_card {
    text-align: center;
}

.count_sec_card h2 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 20px;
}

.count_sec_card p {
    font-size: 16px;
    color: #cde3f6;
}

.count_sec {
    padding: 70px 0;
    background: linear-gradient(180deg, rgba(132, 195, 240, 1) 0%, rgba(107, 176, 231, 1) 50%, rgba(77, 155, 220, 1) 100%);
}

/* counter */

/* contact */

.contact_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.contact_right h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.contact_right form input,
.contact_right form textarea {
    width: 100%;
    padding: 12px 0px;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    font-size: 14px;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000;
}

.contact_right form input::placeholder,
.contact_right form textarea::placeholder {
    color: #666666;
    text-transform: uppercase;
}

.contact_right form textarea {
    resize: none;
    min-height: 170px;
}

.formbtn {
    position: relative;
}

.contact_right form button {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(132, 196, 241, 1) 0%, rgba(110, 180, 233, 1) 50%, rgba(81, 157, 222, 1) 100%);
    color: #fff;
    border: none;
    font-size: 20px;
    position: absolute;
    bottom: 7px;
    right: 0;
}

.contact_right p {
    margin-bottom: 20px;
}

.contact_right {
    padding: 42px 80px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 10px;
    margin-left: -30px;
}

.contact {
    padding: 100px 0;
}

/* contact */

/* hero section */

.hero {
    padding: 50px 0;
    background: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero_left h2 {
    color: #fff;
    font-size: 61px;
    margin-bottom: 20px;
}

.hero_left h2 span {
    font-size: 58px;
}

.hero_left h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 20px;
}

.hero_left ul {
    column-count: 2;
}

.hero_left li {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

.hero_btm_icon {
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #4b99db;
}

.hero_btm_txt h6 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.hero_btm_txt h5 {
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.hero_btm a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.hero_btm {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.playicon {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #509dde;
    background-color: #fff;
    height: 80px;
    width: 90px;
    border-radius: 5px;
    transform: rotate(-10deg);
}

.hero_right a {
    margin-left: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
}

/* hero section */

/* testimonial */

.test_card p {
    margin: 30px 0;
}

.test_card h5 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.test_card h6 {
    font-size: 14px;
    font-weight: 400;
    color: #4d9adc;
    font-family: "Montserrat", sans-serif;
}

.test_card {
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #4b99db;
    background: #fff;
    transition: all 0.4s ease-in;
}

.test_card p,
.test_card h5,
.test_card h6,
.test_card img {
    transition: all 0.4s ease-in-out;
}

.test_card:hover {
    background: linear-gradient(180deg, rgba(132, 195, 240, 1) 0%, rgba(107, 176, 231, 1) 50%, rgba(77, 155, 220, 1) 100%);
    border: 1px solid transparent;
}

.test_card:hover p,
.test_card:hover h5,
.test_card:hover h6 {
    color: #fff;
}

.test_card:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(27deg) brightness(102%) contrast(101%);
}

.test_card img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.test_slider .slick-slide {
    opacity: 1;
}

section.testimonial {
    padding: 100px 0;
}

/* testimonial */

/* footer */

.footerSec {
    padding: 90px 0 0px;
    background: linear-gradient(180deg, rgba(132, 195, 240, 1) 0%, rgba(107, 176, 231, 1) 50%, rgba(77, 155, 220, 1) 100%);
}

.footer-contact h5,
.foot-links h5,
.news-letter h5 {
    font-weight: 400;
    color: #fff;
    font-size: 25px;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

.footer-contact h5::before,
.foot-links h5::before,
.news-letter h5::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: #fff;
    height: 2px;
    width: 50px;
    z-index: 1;
}

.footer-contact p,
.news-letter p {
    color: #fff;
    margin-bottom: 30px;
}

.footer-contact ul li a,
.foot-links ul li a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.foot-links ul li a {
    margin-bottom: 30px;
}

.footer-contact ul li a:hover,
.foot-links ul li a:hover {
    color: #000;
    text-decoration: underline;
    transform: translateX(8px);
}

.foot-links ul {
    column-count: 2;
}

.news-letter form input {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.news-letter form input::placeholder {
    color: #b3d7f3;
}

.news-letter form {
    position: relative;
}

.news-letter form button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    height: 100%;
    width: 90px;
    padding: 15px 10px;
    font-family: "Roboto", sans-serif;
    background: #fff;
    color: #33afe8;
    font-size: 14px;
    z-index: 1;
    font-weight: 400;
    border: none;
}

.copy-txt p {
    color: #9cc7eb;
    text-align: center;
    padding: 15px 0;
}

.footer-btm {
    margin-top: 40px;
    border-top: 1px solid #a3cced;
}

.footer-contact {
    padding-right: 130px;
}

.news-letter {
    padding-left: 100px;
}

.foot-links {
    padding-left: 60px;
}

/* footer */

.banner_img img {
    border-radius: 50%;
    height: 690px;
    width: 690px;
    object-fit: cover;
}


.banner_img {
    position: absolute;
    bottom: 7%;
    left: 4%;
    border-radius: 50%;
    height: 730px;
    width: 730px;
    border: 7px solid #57a1df;
    display: flex;
    justify-content: center;
    align-items: center;
}


html, body {
    overflow-x: hidden;
}





