@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap');

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

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

a {
    text-decoration: none;
    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%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** 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: 100px 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 {
    color: #fff;
    text-transform: uppercase;
    font-size: 3.6vw;
    font-family: "Rajdhani", sans-serif;
    font-weight: 900;
    line-height: 65px;
}

h2 {
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    font-size: 59.09px;
    color: #000;
    font-weight: bold;
    margin: 0 0 0px;
}

h3 {
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 0px;
}

h4 {
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    text-transform: uppercase;
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    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: #ffffff;
    padding: 0px 20px;
    font-size: 13px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul#menu li:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    background-color: #85c1fd;
    height: 100%;
    opacity: 0;
    transition: 0.6s;
}

.menuSec ul#menu li:hover:before {
    opacity: 1;
    height: 1%;
}

.menuSec ul li {
    padding: 33px 0px;
    margin: 0px 10px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #85c1fd;
}

.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: #031323db;
}

.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*/

header {
    border-bottom: 1px solid #535c66;
}

.menuSection .container-fluid {
    padding: 0 5% 0 0;
}

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

.headset a i {
    color: #fff;
    font-size: 40px;
}

.headset a h4 {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 17px;
}

.headset a h5 {
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #b8babc;
    font-size: 14px;
    margin-top: 5px;
}

.menuSection {
    background-color: #081726;
}


.themebtn {
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #33afe8;
    padding: 8px 8px 8px 20px;
    transition: background-color 0.4s ease, color 0.4s ease;
}

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

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

.themebtn:hover .btn_icon img {
    transform: translateX(5px);
}

.themebtn:hover .btn_icon {
    border: 1px solid #fff;
    background-color: #01396e;
}

.themebtn:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #33afe8;
}

.menu_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-left: 1px solid #575f69;
    gap: 30px;
    width: 90%;
    margin: 0 0 0 auto;
}

/* banner */

.main_slider .container-fluid {
    padding: 0 0 0 5%;
}

.main_slider {
    position: relative;
}

.bnr_right {
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 50%;
    border-radius: 50px 0 0 50px;
    object-fit: cover;
}

.banner_text p {
    color: #cdd0d3;
    margin-bottom: 20px;
}

.banner_text .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: black;
    text-transform: uppercase;
    font-size: 12px;
}

.banner_text .nav-tabs {
    border-bottom: 1px solid transparent;
    background-color: #f2f4f5;
    padding: 5px 5px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.nav-tabs {
    display: flex;
    justify-content: center;
    border: unset;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #f2f4f5;
}

.banner_text .nav-tabs .nav-link.active,
.banner_text .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #33afe8;
    border-color: #dee2e6 #dee2e6 #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.wrapper>ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper>ul li {
    margin-left: -20px;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.stars i {
    color: #FF9800;
    font-size: 14px;
}

.wrapper span {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 13px;
}

.main_wrpr {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 50px;
}

/* about */

.abt_txt {
    margin-right: 70px;
}

.abt_img {
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin: 0 0 0 50px;
}

.abt_img img {
    border-radius: 10px;
    transition: 0.9s;
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.abt_img img:hover {
    transform: scale(1.1);
}

.abt_txt h2 {
    color: #01396e;
    margin-bottom: 10px;
}

.abt_txt h3 {
    color: #021122;
    font-size: 32px;
    margin-bottom: 15px;
}

.abt_txt p {
    color: #7a7a7a;
    margin-bottom: 30px;
}

.abt_wrapr::before {
    content: '';
    position: absolute;
    background: url(../images/abt_border.png);
    width: 80%;
    height: 80%;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -60px;
    left: 160px;
}

.abt_wrapr {
    padding: 130px 0 70px;
    position: relative;
    z-index: 1;
}

/* about */

/* service */

section.service {
    padding: 120px 0 170px;
}

.service_card_img {
    transition: height 0.4s ease, transform 0.4s ease;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service_card_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.233), #34afe8);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 10px;
    z-index: 1;
}

.ser_txt .b_btn {
    display: none;
}

.service_card:hover .ser_txt {
    background: transparent;
    margin: -250px 15px;
}

.service_card:hover .ser_txt .b_btn {
    transition: margin-top 0.4s ease;
    margin-top: 10px;
    display: block;
}

.service_card:hover .service_card_img img {
    height: 600px;
}

.service_card:hover .ser_txt p {
    color: #9ad7f3;
}

.service_card:hover .service_card_img::before {
    opacity: 1;
}

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

.service_card_img img {
    height: 535px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: left;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 0;
}

.ser_txt {
    text-align: center;
    color: white;
    padding: 30px 20px;
    background: #031122;
    margin: -200px 15px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.ser_txt h3 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 15px;
}

.ser_txt p {
    transition: color 0.4s ease;
    color: #a4a6a9;
}

.service_heading {
    text-align: center;
    margin-bottom: 30px;
}

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

.service_heading p {
    margin: 0 auto;
    color: #35414d;
    width: 80%;
}

/* service */

/* why choose us */

.wcu {
    padding: 187px 0 130px;
}

.wcu_img {
    display: inline-block;
    position: relative;
    border-radius: 20px;
}

.wcu_img img {
    border-radius: 10px;
    position: relative;
    transition: 0.9s;
    height: 790px;
    width: 100%;
    object-fit: cover;
}

.wcu_img img:hover {
    transform: scale(1.1);
}

.wcu_txt h2 {
    color: #01396e;
    line-height: 60px;
}

.wcu_txt h2 span {
    color: #000;
    display: block;
}

.wcu_txt p {
    color: #7a7a7a;
    margin-bottom: 20px;
}

p.wcu_p {
    color: #000;
}

.wcu_txt ul {
    display: flex;
    align-items: center;
    width: calc(100% + 100px);
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin: 35px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    height: 100%;
}

.wcu_txt ul li h4 {
    background-color: #33afe8;
    writing-mode: sideways-lr;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}

.wcu_txt ul li img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.wcu_txt ul li h3 {
    font-size: 29.23px;
    margin-bottom: 5px;
}

.wcu_txt ul>li:nth-child(1) {
    width: 10%;
    display: block;
    height: 180px;
}

.wcu_txt ul>li:nth-child(2) {
    width: 17%;
}

.wcu_txt ul>li:nth-child(3) {
    width: 73%;
}

.special_txt .themebtn {
    color: #4ab1e6;
}

.special_txt .themebtn:hover {
    color: #ffffff;
}

/* why choose us */

/* special needs of transportation */

.special .container {
    background: url(../images/sp-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 70px;
}

.special_txt h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 65px;
}

.special_txt p {
    color: #838a90;
    margin-bottom: 20px;
}

/* special needs of transportation */

/* contact */

.con_img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 20px;
}

.con_right h2 {
    font-size: 60px;
    margin-bottom: 40px;
}

.con_right form input,
.con_right form select,
.con_right form textarea {
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 10px 0 10px;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 20px;
    width: 100%;
    color: #b2b2b2;
    text-align: start;
}

.con_right form textarea {
    height: 180px;
    resize: none;
}

.con_right form input::placeholder,
.con_right form select::placeholder {
    color: #b2b2b2 !important;
}

.contact .container {
    border-radius: 20px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.con_right {
    padding: 50px 70px;
}

.contact {
    background-color: #031121;
    position: relative;
    margin: 80px 0;
}

.contact::before {
    content: '';
    position: absolute;
    border-radius: 20px 0 0 20px;
    background-color: #33afe8;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 40%;
    z-index: 1;
}

.col-lg-6.groupfield i {
    color: #33afe8;
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 16px;
}

.col-lg-6.groupfield {
    position: relative;
}

.col-lg-12.groupfield i {
    color: #33afe8;
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 16px;
}

.col-lg-12.groupfield {
    position: relative;
}

/* contact */

/* Testimonial start  */

ul.rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    gap: 4px;
}

ul.rating span i {
    color: #fd8f00;
    font-size: 12px;
}

section.happy .box {
    background: #fff;
    border-radius: 17px;
    padding: 30px 30px 40px;
    text-align: center;
    transition: 0.4s;
}

section.happy .item {
    opacity: 1;
    transform: scale(1.07);
    padding: 20px 0;
}

section.happy .box p {
    font-family: "Montserrat";
    font-weight: 500;
    color: #7c7c7c;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px;
}

.client-box .quotess {
    margin-left: 20px;
    position: relative;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #f3a2145c;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

section.happy .box .quote-i i {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #2a96cc;
    color: #fff;
    font-size: 20px;
    outline: 13px solid #c1e5f5;
}

section.happy .box .quote-i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

section.happy .box .title {
    margin-bottom: 16px;
}

section.happy .box .title h5 {
    font-weight: 500;
    margin: 0px 0 5px;
    color: #2a96cc;
    font-family: "Montserrat";
    letter-spacing: 0px;
    font-size: 21px;
}

section.happy .box .title h6 {
    font-size: 16px;
    font-family: "Montserrat";
    opacity: 60%;
    font-weight: 500;
}

.item.slick-slide.slick-current.slick-active.slick-center .box {
    border: 1px solid #2a96cc;
}

section.happy .slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    color: #2a96cc;
    background-color: #fff;
    opacity: 3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
    border: 2px solid #2a96cc;
    transition: 0.4s;
}

section.happy .slick-next:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    color: #2a96cc;
    background-color: #fff;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 900;
    content: "\f105";
    border: 2px solid #2a96cc;
    transition: 0.4s;
}

section.happy button.slick-prev.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 32%;
    z-index: 12;
    top: 49%;
}

section.happy button.slick-prev.slick-arrow:hover:before {
    background: #2a96cc;
    color: #fff;
}

section.happy button.slick-next.slick-arrow:hover:before {
    background: #2a96cc;
    color: #fff;
}

section.happy button.slick-next.slick-arrow {
    position: absolute;
    right: 34%;
    z-index: 1;
    top: 43%;
}

/* contact */

section.blog {
    padding: 20px 0px 80px;
}

.blog-txt {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.blog-txt h2 {
    margin-bottom: 10px;
    color: #111111;
}

.blog-txt p {
    font-size: 14px;
    margin: 0 auto;
    width: 65%;
}

.blog-img {
    position: relative;
    margin: 25px 0px;
    overflow: hidden;
    border-radius: 5px;
}

.blog-img img {
    width: 90%;
    height: 415px;
    border: 2px solid #fff;
    object-fit: fill;
    transition: 0.2s;
    border-radius: 20px;
}

.blog-detail {
    transform: translateY(-50%);
    padding: 50px 40px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -1%;
    box-shadow: 0 0px 4px #80808024;
    width: 72%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.5s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.blog-detail h5 {
    font-family: "Montserrat";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px;
    width: 100%;
    text-transform: capitalize;
    line-height: 22px;
}

.blog-detail p {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 20px;
}

.blog-detail h5 {
    font-family: "Montserrat";
    font-size: 24px;
    line-height: normal;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
    width: 100%;
    text-transform: capitalize;
}

.blog-detail h5 span {
    display: block;
}

.alignlist {
    display: flex;
    gap: 10px;
    justify-content: end;
    text-align: end;
    margin-left: 0;
}

.icons i {
    border: solid 1px #bdbdbd;
    border-radius: 20px;
    color: #32abe3;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.icons p {
    margin: 0;
}

img.blog-image-butter-big {
    width: auto;
    position: absolute;
    top: -30px;
    right: -70px;
}

img.blog-image-butter {
    margin: 0 0 0 40px;
    width: auto;
}

.blog-txt h2 {
    color: #222222;
    font-weight: 600;
}

.blog-img:hover img {
    width: 100%;
    transform: scale(1.1);
}

.blog-img:hover .blog-detail {
    transform: translate(-25%, -50%);
}

/*.blog .container-fluid {
    padding: 0 5%;
}*/

.ffgd {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.dff {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center;
}

/* blogs */

/* footer section start  */

footer {
    padding: 0px 0px 0px 60px;
    background: #031122;
    color: #fff;
    position: relative;
}

footer .ft-Links {
    background: #32abe3;
    text-align: center;
    padding: 40px 0px 20px 0px;
}

footer .ft-Links .ft0-logo {
    margin-bottom: 40px;
}

footer .ft-Links li a {
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
}

footer .colRight {
    padding-left: 110px;
    padding-top: 100px;
    padding-bottom: 70px;
}

footer .colRight h1 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
}

footer .colRight p {
    font-weight: 500;
    padding-bottom: 0px;
    color: #717982;
    width: 61%;
    margin-bottom: 40px;
}

footer .news-letter form input {
    width: 100%;
    border: 0px;
    padding: 16px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}

footer .news-letter form input::placeholder {
    font-family: "Roboto";
    color: #898989;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

footer .news-letter form button span {
    margin-top: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

footer .news-letter form button:hover {
    background-color: #000 !important;
}

footer form .row {
    align-items: center;
}

footer form .map {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    position: relative;
}

footer form .map:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 120%;
    background-color: #fff;
    right: 6px;
    opacity: 0.2;
}

footer form .mail:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 120%;
    background-color: #fff;
    right: 6px;
    opacity: 0.2;
}

footer form .mail {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    position: relative;
}

footer form .phone {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    position: relative;
}

.footer-bottom p {
    text-align: right;
    padding-right: 30px;
    color: #fff;
    margin-bottom: 0px;
}

.row.footer-bottom p a {
    color: #fff;
}

.footer-bottom {
    align-items: center;
}

.footer-bottom:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background: #35414e;
    bottom: 49px;
}

.footer-bottom .ft-Links {
    border-top: 1px solid #5bbce9;
    z-index: 9999;
    position: relative;
    padding: 39px 0px 10px 0px;
}

footer .ft-Links li a {
    transition: 0.4s;
}

footer .ft-Links li a:hover {
    text-decoration: underline;
    color: #000;
}

.map a,
.mail a,
.phone a {
    color: #ffff;
}

.ft0-logo img {
    width: 100%;
}

/* footer section end */

/* inner pages */

.inrmain_slider {
    position: relative;
}

.inr_right {
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 500px !important;
    width: 50% !important;
    border-radius: 50px 0 0 50px;
    object-fit: cover;
}

.inrmain_slider img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.inrmain_slider .container-fluid {
    padding: 0 0 0 5%;
}

section.special.inrspc {
    margin-top: 100px;
}

.row.mar {
    margin-top: 330px;
}



/* InnerPage Contact Us start */

.contact-pag-form form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 15px;
    border: 1px solid #bdbdbd;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 26px;
    display: flex;
    border-radius: 5px;
}

.contact-pag-form form select.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 25px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    display: flex;
    border-radius: 5px;
}

.contact-pag-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
    font-size: 15px;
    padding-left: 15px;
    padding-top: 20px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: unset;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
    border-radius: 6px;
    height: 150px;
    scroll-behavior: unset;
    position: relative;
}

.contact-pag-form .detailss {
    position: relative;
}

.contact-pag-form .detailss i {
    position: absolute;
    top: 20px;
    color: #7e7e7e;
    left: 13px;
    font-size: 20px;
}

.contact-pag-form .email {
    padding: 0;
}

.contact-pag-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-pag-form form textarea.form-control::placeholder {
    color: #909091;
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border: transparent;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    color: #33afe8;
    background: #fff;
    border: 1px solid #33afe8;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    border-radius: 8px;
    background: #33afe8;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px;
}

.contact-main-sec h4 {
    color: #000000;
    line-height: 60px;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: bold;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-family: "Oswald";
    text-transform: capitalize;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 34px;
}

.contact_text p {
    font-size: 22px;
    line-height: 25px;
    color: #8b8b8b;
    padding-top: 0px;
    font-weight: 400;
    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    display: block;
    font-family: 'Montserrat';
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #00386d;
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 0;
    margin-left: 20px;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    color: #7e7e7e;
    left: 13px;
    font-size: 20px;
}

.contact-pag-form .form-group1 i {
    right: 13px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
}

.contact-pag-form {
    margin-top: 0;
}

.contact-pag-form button {
    margin-top: 30px;
}

.contact-side-bar h4 {
    padding: 0 0 30px 0;
    font-size: 50px;
    font-weight: bold;
}

/* InnerPage Contact Us end */

/* book now */

.book_form form input {
    border: 1px solid #bdbdbd;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    color: #000;
}

.book_form form select {
    border: 1px solid #bdbdbd;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    color: #909091;
}

.book_form form textarea {
    resize: none;
    height: 140px;
    border: 1px solid #bdbdbd;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    color: #000;
}

.book_form form input::placeholder,
.book_form form select::placeholder,
.book_form form textarea::placeholder {
    color: #909091;
}

.col-lg-6.formgroup i {
    color: #33afe8;
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 20px;
}

.col-lg-6.formgroup {
    position: relative;
}

.col-lg-12.formgroup i {
    color: #33afe8;
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 20px;
}

.col-lg-12.formgroup {
    position: relative;
}

/* book now */

/* faqs */

.faqs_heading p {
    color: #35414d;
    width: 80%;
}

.faqs_heading h2 {
    margin-bottom: 5px;
}

.faqs_heading {
    margin-bottom: 40px;
}

.accordion-button {
    font-family: 'Rajdhani';
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    font-size: 18px;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:not(.collapsed) {
    color: #4ab1e6;
    background-color: #4ab1e64a;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-sign.png);
    transform: rotate(-180deg);
}

.accordion-button:focus {
    z-index: 3;
    border-color: #48ade1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(72 173 225 / 34%);
}

/* faqs */

/* Services Detail */

.sd_img img {
    border-radius: 20px;
    height: 530px;
    width: 100%;
    object-fit: cover;
}

.sd_txt h2 {
    margin-bottom: 10px;
    line-height: 60px;
}

.sd_txt p {
    color: #838282;
    margin-bottom: 30px;
}

.p_extra {
    margin-top: 70px;
}

.p_extra p {
    color: #838282;
    margin-bottom: 30px;
}

/* Services Detail */

html,
body {
    overflow-x: hidden;
}

.d-block {
    display: block;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
    h5.companyname {
    display: none;
}
    .contact-info {
    border-radius: 8px;
    background: #33afe8;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 10px;
}
.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 10px;
    font-size: 13px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
}
.menu_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-left: 1px solid #575f69;
    gap: 20px;
    width: 100%;
    margin: 0 0 0 auto;
}
}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {
    .menuSec ul li {
        padding: 20px 0px !important;
    }

    .menuSec ul li a {
        padding: 0px 10px;
    }

    .menuSection .container-fluid {
        padding: 0 2% 0 0;
    }

    h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .menu_right {
        gap: 15px
    }

    .bnr_right {
        width: 47%;
    }

    .main_wrpr {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .wrapper>ul li {
        margin-left: 0px;
    }

    h2 {
        font-size: 42px;
    }

    .abt_wrapr::before {
        display: none;
    }

    .abt_img {
        margin: 0;
    }

    .abt_txt {
        margin-right: 0;
    }

    .abt_txt p {
        margin-bottom: 10px;
    }

    .abt_txt h2 {
        margin-bottom: 0px;
    }

    .abt_txt h3 {
        margin-bottom: 5px;
    }

    .wcu_txt h2 {
        line-height: 40px;
    }

    .special_txt h2 {
        font-size: 42px;
        margin-bottom: 5px;
        line-height: 45px;
    }

    .con_img img {
        height: 760px;
    }

    .con_right h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .con_right {
        padding: 50px 30px;
    }

    .blog-detail h5 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .blog-detail p {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-img {
        overflow: unset;
    }

    .blog-img img {
        width: 90%;
        height: 350px;
    }

    footer {
        padding: 0px 0px 0px 0px;
    }

    footer .colRight {
        padding-left: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    footer .colRight h1 {
        font-size: 42px;
        line-height: 40px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .btn_icon {
    border-radius: 8px;
    background-color: #33afe8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
}  
footer form .mail {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    position: relative;
    margin: 10px 0;
}
footer .ft-Links {
    background: #32abe3;
    text-align: center;
    padding: 40px 0px 40px 0px;
}
.btn_icon img {
    width: 12px !important;
    height: 20px !important;
    object-fit: contain !important;
    transition: transform 0.4s ease;
}
footer form .map:before{
    display:none;
}
input#gform_submit_button_1 {
    width: fit-content;
}
.wcu {
    padding: 60px 0;
}
footer form .mail:before{
    display:none;
}
.service_card_img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: left;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 0;
}
.ser_txt h3 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 15px;
}
.ser_txt p {
    font-size: 12px;
    transition: color 0.4s ease;
    color: #a4a6a9;
}
footer form .map {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    position: relative;
}
footer form .mail {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    position: relative;
}
.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 11px !important;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}
.news-letter a {
    font-size: 12px;
}

    .col_logo {
        order: 1;
        width: 50%;
    }

    .col_phone {
        order: 2;
        width: 50%;
    }

    .col_menu {
        order: 3;
        width: 100%;
    }

    .menuSection .container-fluid {
        padding: 0 5%;
    }

    h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .bnr_right {
        width: 47%;
    }

    .main_wrpr {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .wrapper>ul li {
        margin-left: 0px;
    }

    h2 {
        font-size: 42px;
    }

    .abt_wrapr::before {
        display: none;
    }

    .abt_img {
        margin: 0;
    }

    .abt_txt {
        margin-right: 0;
    }

    .abt_txt p {
        margin-bottom: 10px;
    }

    .abt_txt h2 {
        margin-bottom: 0px;
    }

    .abt_txt h3 {
        margin-bottom: 5px;
    }

    .wcu_txt h2 {
        line-height: 40px;
    }

    .special_txt h2 {
        font-size: 42px;
        margin-bottom: 5px;
        line-height: 45px;
    }

    .con_img img {
        height: 760px;
    }

    .con_right h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .con_right {
        padding: 50px 30px;
    }

    .blog-detail h5 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .blog-detail p {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-img {
        overflow: unset;
    }

    .blog-img img {
        width: 90%;
        height: 350px;
    }

    footer {
        padding: 0px 0px 0px 0px;
    }

    footer .colRight {
        padding-left: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    footer .colRight h1 {
        font-size: 42px;
        line-height: 40px;
    }

h5.companyname{
display:none;}
.contact-main-sec h4 {
    color: #000000;
    line-height: 60px;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: bold;
}
.contact-side-bar h4 {
    padding: 0 0 30px 0;
    font-size: 40px;
    font-weight: bold;
}
.contact-info {
    border-radius: 8px;
    background: #33afe8;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h5.companyname{
display:none;}
    .col_logo {
        order: 1;
        width: 50%;
    }

    .col_phone {
        order: 2;
        width: 50%;
    }

    .col_menu {
        order: 3;
        width: 100%;
    }

    .menuSection .container-fluid {
        padding: 0 2%;
    }

    .menu_right {
        border-left: 1px solid #0a1726;
        width: 100%;
    }

    .d-block {
        display: inline;
    }

    .bnr_right {
        width: 40%;
        display: none;
    }

    h1 {
        font-size: 45px;
        line-height: 45px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    .abt_wrapr::before {
        display: none;
    }

    .abt_img {
        margin: 0;
    }

    .abt_txt {
        margin-right: 0;
    }

    h2 {
        font-size: 40px;
    }

    .abt_txt h3 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .abt_txt h2 {
        margin-bottom: 0px;
    }

    .abt_txt p {
        margin-bottom: 10px;
    }

    .abt_wrapr {
        padding: 70px 0;
    }

    section.service {
        padding: 70px 0;
    }

    .service_card_img img {
        height: 350px;
    }

    .ser_txt h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .service_card:hover .service_card_img img {
        height: 370px;
    }

    .themebtn {
        gap: 7px;
        font-size: 12px;
        padding: 3px 3px 3px 8px;
    }

    .menuSec ul li a {
        font-size: 12px;
    }

    .headset a h4 {
        font-size: 14px;
    }

    .headset a h5 {
        font-size: 12px;
    }

    .headset a i {
        font-size: 30px;
    }

    .header-logo {
        width: 60%;
    }

    .btn_icon {
        height: 40px;
        width: 40px;
    }

    .btn_icon img {
        width: 20px !important;
        height: 10px !important;
    }

    .abt_img img {
        height: 480px;
    }

    .wcu_txt h2 {
        line-height: 40px;
    }

    .wcu_txt ul {
        width: 100% !important;
        margin: 25px 0;
        padding: 0 10px 0 0;
    }
    .gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 15px !important;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}
.blog-img:hover img {
    width: 100%;
    transform: unset;
}
footer form .map:before{
    display:none;
}
footer form .mail:before{
    display:none;
}
footer form .map {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    position: relative;
}
footer form .mail {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    position: relative;
}

.news-letter a {
    font-size: 12px;
}
input#gform_submit_button_1 {
    width: fit-content;
}
    .wcu_txt ul li h4 {
        font-size: 17px;
    }

    .wcu_txt ul li img {
        height: 50px;
    }

    .wcu_txt ul li h3 {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .wcu_txt ul>li:nth-child(1) {
        height: 120px;
    }

    .wcu_txt p {
        margin-bottom: 10px;
    }

    .service_heading h2 {
        margin-bottom: 0px;
    }

    .wcu_img img {
        height: 400px;
    }

    .special_txt h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .special .container {
        padding: 70px 50px;
    }

    .con_img img {
        height: 400px;
    }

    .con_right h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .con_right {
        padding: 40px 50px;
    }

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

    .contact {
        margin: 50px 0;
    }

    section.happy .box .title h5 {
        font-size: 16px;
    }

    section.happy .box .title h6 {
        font-size: 14px;
    }

    section.happy .box p {
        font-size: 12px;
        line-height: 20px;
    }

    section.happy button.slick-prev.slick-arrow {
        top: 107%;
        left: 42%;
    }

    section.happy button.slick-next.slick-arrow {
        right: 45%;
        top: 101%;
    }

    footer .colRight {
        padding-left: 10px;
        padding-top: 50px;
        padding-bottom: 0;
    }

    footer {
        padding: 0px 0px 0px 0px;
    }

    footer .ft-Links li a {
        line-height: 50px;
        font-size: 12px;
    }

    footer .colRight h1 {
        font-size: 40px;
        line-height: 30px;
    }

    footer .colRight p {
        width: 80%;
        margin-bottom: 20px;
    }

    button.themebtn {
        margin-bottom: 20px;
    }

    footer .news-letter form input {
        padding: 15px 10px;
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .blog-detail h5 {
        font-size: 17px;
        margin: 0 0 10px;
    }

    .blog-detail p {
        font-size: 12px;
        line-height: 20px;
    }

    .blog-img {
        position: relative;
        margin: 25px 0px;
        overflow: unset;
        border-radius: 5px;
    }

    .blog-detail {
        width: 80%;
    }

    .sd_img img {
        height: 500px;
    }

    .d-block {
        display: inline !important;
    }

    .sd_txt h2 {
        margin-top: 10px;
        margin-bottom: 0px;
        line-height: 50px;
    }

    .sd_txt p {
        margin-bottom: 10px;
    }

    .p_extra {
        margin-top: 10px;
    }

    .p_extra p {
        margin-bottom: 10px;
    }

    section.special.inrspc {
        margin-top: 0px;
    }

    .wcu {
        padding: 70px 0;
    }

    .service_card {
        margin-bottom: 280px;
    }
  html body  section.service .col-lg-4 {
    width: 45% !important;
    }   
    section.service.inrser .col-lg-4 {
    margin-bottom: 0 !important;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    section.service.inrser .col-lg-4 {
    margin-bottom: 0 !important;
}
    .menuSection .container-fluid {
        padding: 0 5%;
}

section.service.inrser .row {
    justify-content: center;
}
html body  section.service .col-lg-4 {
    width: 70% !important;
}
.menu_right {
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: none;
        gap: 10px;
        width: 100%;
        margin: 0 auto;
        flex-direction: row;
        margin-top: 10px;
}
.gform_wrapper input#gform_submit_button_1 {
    width: fit-content;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #33afe8;
    padding: 10px 30px;
    transition: background-color 0.4s 
ease, color 0.4s 
ease;
}
    .headset a {
        gap: 10px;
    }

    .headset a i {
        font-size: 25px;
    }

    .headset a h4 {
        font-size: 13px;
    }

    .headset a h5 {
        font-size: 11px;
        margin-top: 5px;
    }

    .themebtn {
        gap: 10px;
        font-size: 12px;
        border-radius: 5px;
        padding: 5px 5px 5px 10px;
    }

    .btn_icon {
        border-radius: 5px;
        height: 40px;
        width: 40px;
    }

    .btn_icon img {
        width: 18px !important;
        height: 18px !important;
    }

    .menuSection {
        padding: 10px 0;
    }

    section.main_slider img {
        height: 700px;
    }

    img.bnr_right {
        height: 250px !important;
        display: none;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .d-block {
        display: inline;
    }

    .wrapper ul li img {
        height: 40px;
        width: 40px;
        object-fit: contain;
    }

    .main_wrpr {
        justify-content: center;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .wrapper {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }

    .banner_text .nav-tabs .nav-link.active,
    .banner_text .nav-tabs .nav-item.show .nav-link {
        font-size: 10px;
    }

    .wrapper>ul li {
        margin-left: 0px;
    }

    .banner_text .nav-tabs .nav-link {
        font-size: 10px;
    }

    .stars i {
        font-size: 12px;
    }

    .wrapper span {
        font-size: 12px;
    }

    .abt_img img {
        height: 300px;
    }

    .abt_img {
        margin: 0;
    }

    .abt_wrapr::before {
        display: none;
    }

    .abt_txt {
        margin-right: 0;
    }

    h2 {
        font-size: 24px;
    }

    .abt_txt h2 {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .abt_txt h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .abt_txt p {
        margin-bottom: 10px;
    }

    .abt_wrapr {
        padding: 50px 0;
    }

    .service_heading p {
        width: 100%;
    }

    section.service {
        padding: 50px 0;
    }

    .service_card_img img {
        height: 300px;
    }

    .service_card:hover .service_card_img img {
        height: 350px;
    }

    .service_card {
        margin-bottom: 270px;
    }

    .ser_txt h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .service_card:hover .ser_txt {
        margin: -220px 15px;
    }

    .wcu {
        padding: 50px 0;
    }

    .wcu_txt h2 {
        line-height: 25px;
    }

    .wcu_txt ul {
        width: 100% !important;
        margin: 15px 0;
        padding: 0 10px 0 0px;
    }

    .wcu_txt ul li h4 {
        font-size: 15px;
    }

    .wcu_txt ul li img {
        height: 30px;
    }

    .wcu_txt ul li h3 {
        font-size: 17px;
        margin-bottom: 2px;
    }

    .wcu_txt ul>li:nth-child(1) {
        height: 150px;
    }

    .wcu_txt p {
        margin-bottom: 0px;
    }

    .wcu_img img {
        height: 300px;
    }

    .special .container {
        padding: 70px 20px;
    }

    .special_txt h2 {
        font-size: 25px;
        margin-bottom: 5px;
        line-height: 30px;
    }

    .special_txt p {
        margin-bottom: 10px;
    }

    .con_img img {
        height: 300px;
    }

    .contact {
        margin: 50px 0;
    }

    .con_right {
        padding: 20px 10px;
    }

    .con_right h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .con_right form input,
    .con_right form select,
    .con_right form textarea {
        font-size: 12px;
        padding: 5px 0 5px;
        margin-bottom: 17px;
    }

    .col-lg-6.groupfield i {
        font-size: 12px;
    }

    .col-lg-12.groupfield i {
        font-size: 12px;
    }

    .con_right form textarea {
        height: 100px;
    }

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

    section.happy .box .quote-i i {
        height: 40px;
        width: 40px;
        font-size: 12px;
        outline: 6px solid #c1e5f5;
    }

    section.happy .box .quote-i {
        margin-bottom: 15px;
    }

    section.happy .box .title h5 {
        font-size: 15px;
    }

    section.happy .box .title h6 {
        font-size: 13px;
    }

    section.happy .box p {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 20px;
    }

    section.happy .box {
        padding: 20px 20px 20px;
    }

    section.happy button.slick-prev.slick-arrow {
        left: 22%;
        top: 107%;
    }

    section.happy button.slick-next.slick-arrow {
        right: 34%;
        top: 102%;
    }

    section.happy .slick-prev:before {
        height: 40px;
        width: 40px;
        font-size: 14px;
    }

    section.happy .slick-next:before {
        height: 40px;
        width: 40px;
        font-size: 14px;
    }

    .blog-detail h5 {
        font-size: 15px;
        margin: 0 0 10px;
    }

    .blog-detail p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .icons {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 5px;
    }

    .blog-detail {
        padding: 50px 40px;
        width: 80%;
    }

    .icons i {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }

    .blog-img img {
        height: 400px;
        width: 100%;
    }

    section.blog {
        padding: 50px 0px 50px;
    }

    .service_heading {
        margin-bottom: 10px;
    }

    footer {
        padding: 0px 0px 0px 0px;
    }

    footer .ft-Links li a {
        line-height: 30px;
        font-size: 12px;
    }

    footer .ft-Links .ft0-logo {
        margin-bottom: 20px;
    }

    footer .colRight {
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer .colRight h1 {
        font-size: 25px;
        line-height: 20px;
    }

    footer .colRight p {
        width: 100%;
        margin-bottom: 20px;
    }

    footer .news-letter form input {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    footer form .map {
        gap: 10px;
        margin: 10px 0;
    }

    footer form .mail {
        gap: 10px;
        margin: 5px 0;
    }

    footer form .phone {
        gap: 10px;
        margin: 5px 0;
    }

    .map a,
    .mail a,
    .phone a {
        font-size: 12px;
    }

    .map img,
    .mail img,
    .phone img {
        width: 3%;
    }

    .footer-bottom p {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-right: 0px;
    }

    section.service.inrser {
        padding: 50px 0 50px;
    }

    .row.mar {
        margin-top: 10px;
    }

    .inr_right {
        display: none;
    }

    .inrmain_slider img {
        height: 200px;
    }

    section.special.inrspc {
        margin-top: 0px;
    }

    .faqs_heading p {
        width: 100%;
    }

    .faqs_heading {
        margin-bottom: 10px;
    }

    .accordion-button {
        padding: 10px 10px;
        font-size: 12px;
    }

    .contact-main-sec {
        padding: 50px 0;
    }

    .contact-side-bar h4 {
        padding: 0 0 20px 0;
        font-size: 30px;
    }

    .contact-info {
        padding: 40px;
        gap: 20px;
    }

    .cicle-icon i {
        font-size: 16px;
        height: 50px;
        width: 50px;
    }

    .contact-main-sec h2 {
        font-size: 18px;
        line-height: 15px;
    }

    .contact_text p a {
        font-size: 11px;
    }

    .contact-main-sec h4 {
        line-height: 60px;
        font-size: 30px;
    }

    .contact-pag-form form input.form-control {
        height: 50px;
        font-size: 12px;
        padding-left: 15px;
        margin-top: 10px;
    }

    .book_form form input {
        margin-bottom: 15px;
        font-size: 12px;
        padding: 10px;
    }

    .col-lg-6.formgroup i {
        top: 15px;
        right: 25px;
        font-size: 15px;
    }

    .col-lg-12.formgroup i {
        top: 20px;
        right: 25px;
        font-size: 12px;
    }

    .book_form form select {
        padding: 10px;
        font-size: 12px;
    }

    .header-logo {
        width: 100%;
        margin: auto 0;
        display: flex;
        justify-content: center;
    }

    .book_form form textarea {
        height: 120px;
        font-size: 12px;
        padding: 10px;
    }

    .ft0-logo img {
        width: 40%;
    }
    .contact-side-bar {
    padding-top: 0;
    margin-left: 0;
}
h5.companyname{
display:none;}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    h5.companyname{
display:none;}
        section.service.inrser .col-lg-4 {
    margin-bottom: 0 !important;
}
.contact-side-bar {
    padding-top: 0;
    margin-left: 0;
}
    .ser_txt {
        padding: 50px 20px;
    }

    .menuSection .container-fluid {
        padding: 0 5%;
    }

    .menu_right {
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: none;
        gap: 10px;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        margin-top: 10px;
    }

    .headset a {
        gap: 10px;
    }

    .headset a i {
        font-size: 25px;
    }

    .headset a h4 {
        font-size: 13px;
    }

    .headset a h5 {
        font-size: 11px;
        margin-top: 5px;
    }

    .themebtn {
        gap: 10px;
        font-size: 12px;
        border-radius: 5px;
        padding: 5px 5px 5px 10px;
    }

    .btn_icon {
        border-radius: 5px;
        height: 40px;
        width: 40px;
    }

    .btn_icon img {
        width: 18px !important;
        height: 18px !important;
    }

    .menuSection {
        padding: 10px 0;
    }

    section.main_slider img {
    height: 700px;
    object-fit: cover;
    }

    img.bnr_right {
        height: 250px !important;
        display: none;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .d-block {
        display: inline;
    }

    .wrapper ul li img {
        height: 40px;
        width: 40px;
        object-fit: contain;
    }

    .main_wrpr {
        justify-content: center;
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
    }

    .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }

    .banner_text .nav-tabs .nav-link.active,
    .banner_text .nav-tabs .nav-item.show .nav-link {
        font-size: 10px;
    }

    .wrapper>ul li {
        margin-left: 0px;
    }

    .banner_text .nav-tabs .nav-link {
        font-size: 10px;
    }

    .stars i {
        font-size: 12px;
    }

    .wrapper span {
        font-size: 12px;
    }

    .abt_img img {
        height: 200px;
    }

    .abt_img {
        margin: 0;
    }

    .abt_wrapr::before {
        display: none;
    }

    .abt_txt {
        margin-right: 0;
    }

    h2 {
        font-size: 24px;
    }

    .abt_txt h2 {
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .abt_txt h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .abt_txt p {
        margin-bottom: 10px;
    }

    .abt_wrapr {
        padding: 50px 0;
    }

    .service_heading p {
        width: 100%;
    }

    section.service {
        padding: 50px 0;
    }

    .service_card_img img {
        height: 300px;
    }

    .service_card:hover .service_card_img img {
        height: 350px;
    }

    .service_card {
        margin-bottom: 200px;
    }

    .ser_txt h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .service_card:hover .ser_txt {
        margin: -220px 15px;
    }

    .wcu {
        padding: 50px 0;
    }

    .wcu_txt h2 {
        line-height: 25px;
    }

    .wcu_txt ul {
        width: calc(100% + 10px);
        margin: 15px 0;
    }

.wcu_txt ul li h4 {
    font-size: 15px;
    writing-mode: unset;
    padding: 10px 0;
}

    .wcu_txt ul li img {
        height: 30px;
    }

    .wcu_txt ul li h3 {
        font-size: 17px;
        margin-bottom: 2px;
    }

   .wcu_txt ul>li:nth-child(1) {
    height: auto;
    width: 100%;
}

    .wcu_txt p {
        margin-bottom: 0px;
    }

    .wcu_img img {
        height: 300px;
    }

    .special .container {
        padding: 50px 20px;
    }

    .special_txt h2 {
        font-size: 25px;
        margin-bottom: 5px;
        line-height: 30px;
    }

    .special_txt p {
        margin-bottom: 10px;
    }

    .con_img img {
        height: 300px;
    }

    .contact {
        margin: 50px 0;
        background: #ffff;
    }
    .con_right {
        padding: 20px 10px;
    }

    .con_right h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .con_right form input,
    .con_right form select,
    .con_right form textarea {
        font-size: 12px;
        padding: 5px 0 5px;
        margin-bottom: 17px;
    }

    .col-lg-6.groupfield i {
        font-size: 12px;
    }

    .col-lg-12.groupfield i {
        font-size: 12px;
    }

    .con_right form textarea {
        height: 100px;
    }

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

    section.happy .box .quote-i i {
        height: 40px;
        width: 40px;
        font-size: 12px;
        outline: 6px solid #c1e5f5;
    }

    section.happy .box .quote-i {
        margin-bottom: 15px;
    }

    section.happy .box .title h5 {
        font-size: 15px;
    }

    section.happy .box .title h6 {
        font-size: 13px;
    }

    section.happy .box p {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 20px;
    }

    section.happy .box {
        padding: 20px 20px 20px;
    }

    section.happy button.slick-prev.slick-arrow {
        left: 22%;
        top: 107%;
    }

    section.happy button.slick-next.slick-arrow {
        right: 34%;
        top: 102%;
    }

    section.happy .slick-prev:before {
        height: 40px;
        width: 40px;
        font-size: 14px;
    }

    section.happy .slick-next:before {
        height: 40px;
        width: 40px;
        font-size: 14px;
    }

    .blog-detail h5 {
        font-size: 15px;
        margin: 0 0 10px;
    }

    .blog-detail p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .icons {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 5px;
    }

    .blog-detail {
        padding: 20px 20px;
        width: 90%;
    }

    .icons i {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }

    .blog-img img {
        height: 300px;
        width: 100%;
    }

    section.blog {
        padding: 50px 0px 50px;
    }

    .service_heading {
        margin-bottom: 10px;
    }

    footer {
        padding: 0px 0px 0px 0px;
    }

    footer .ft-Links li a {
        line-height: 30px;
        font-size: 12px;
    }

    footer .ft-Links .ft0-logo {
        margin-bottom: 20px;
    }

    footer .colRight {
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer .colRight h1 {
        font-size: 25px;
        line-height: 20px;
    }

    footer .colRight p {
        width: 100%;
        margin-bottom: 20px;
    }

    footer .news-letter form input {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    footer form .map {
        gap: 10px;
        margin: 5px 0;
    }

    footer form .mail {
        gap: 10px;
        margin: 5px 0;
    }

    footer form .phone {
        gap: 10px;
        margin: 5px 0;
    }

    .map a,
    .mail a,
    .phone a {
        font-size: 12px;
    }

    .map img,
    .mail img,
    .phone img {
        width: 5%;
    }

    .footer-bottom p {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-right: 0px;
    }

    section.service.inrser {
        padding: 50px 0 50px;
    }

    .row.mar {
        margin-top: 10px;
    }

    .inr_right {
        display: none;
    }

    .inrmain_slider img {
        height: 200px;
    }

    section.special.inrspc {
        margin-top: 0px;
    }

    .faqs_heading p {
        width: 100%;
    }

    .faqs_heading {
        margin-bottom: 10px;
    }

    .accordion-button {
        padding: 10px 10px;
        font-size: 12px;
    }

    .contact-main-sec {
        padding: 50px 0;
    }

    .contact-side-bar h4 {
        padding: 0 0 20px 0;
        font-size: 30px;
    }

    .contact-info {
        padding: 20px;
        gap: 10px;
    }

    .cicle-icon i {
        font-size: 16px;
        height: 50px;
        width: 50px;
    }

    .contact-main-sec h2 {
        font-size: 18px;
        line-height: 15px;
    }

    .contact_text p a {
        font-size: 11px;
    }

    .contact-main-sec h4 {
        line-height: 60px;
        font-size: 30px;
    }

    .contact-pag-form form input.form-control {
        height: 50px;
        font-size: 12px;
        padding-left: 15px;
        margin-top: 10px;
    }

    .book_form form input {
        margin-bottom: 15px;
        font-size: 12px;
        padding: 10px;
    }

    .col-lg-6.formgroup i {
        top: 15px;
        right: 25px;
        font-size: 15px;
    }

    .col-lg-12.formgroup i {
        top: 20px;
        right: 25px;
        font-size: 12px;
    }

    .book_form form select {
        padding: 10px;
        font-size: 12px;
    }

    .header-logo {
        width: 70%;
        margin: 0 auto;
    }

    .book_form form textarea {
        height: 120px;
        font-size: 12px;
        padding: 10px;
    }
  html body  section.service .col-lg-4 {
    width: 100% !important;
    }
html body .wcu_txt ul {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin: 35px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    height: 100%;
    flex-direction: column;
    gap: 10px;
}
    
    .footer-bottom .ft-Links {
        border-top: none;
        z-index: 9999;
        position: relative;
        padding: 0;
    }
    .blog-img img {
    width: 90%;
    height: 415px;
    border: 2px solid #fff;
    object-fit: cover;
    transition: 0.2s;
    border-radius: 20px;
    }
    .blog-img:hover .blog-detail {
    transform: translate(5%, -50%);
}
.con_right form input, .con_right form select, .con_right form textarea {
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 10px 0 10px;
    border: none;
    border: 1px solid #b2b2b2;
    margin-bottom: 20px;
    width: 100%;
    color: #b2b2b2;
    text-align: start;
}
.con_right form input, .con_right form select, .con_right form textarea {
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 10px 0 10px;
    border: none;
    border: 1px solid #b2b2b2;
    margin-bottom: 20px;
    width: 100%;
    color: #b2b2b2;
    text-align: center;
}
}

/*Media Query End*/


::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #01396e;
}

::-webkit-scrollbar-thumb {
    background-color: #33afe8;
    border-radius: 0px;
    border: 3px solid #33afe8;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #33afe8;
}

/* new css */






section.service.inrser .col-lg-4 {
    margin-bottom: 250px;
}






.wcu_txt ul {
    display: flex;
    align-items: center;
    width: calc(100% + 100px);
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    margin: 35px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    height: 100%;
}



.services-template-default .post-thumbnail {
    display: none;
}

header.entry-header {
    display: none;
}


.service-det-inner img {
    width: 633px !important;
    height: 421px !important;
    object-fit: cover !important;
}


section.service .col-lg-4 {
    width: 31% !important;
}


h5.companyname {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}




form#gform_1 {}

.gform_wrapper input {
    border: 1px solid black;
    border-radius: 10px;
}

.gform_wrapper textarea {
    border: 1px solid black;
    border-radius: 10px;
}

.gform_wrapper input#gform_submit_button_1 {
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #33afe8;
    padding: 10px 30px;
    transition: background-color 0.4s 
ease, color 0.4s 
ease;
}
.con_right form input, .con_right form select, .con_right form textarea {
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 10px 0 10px;
    border: none;
    border: 1px solid #b2b2b2;
    margin-bottom: 20px;
    width: 100%;
    color: #b2b2b2;
    text-align: start;
}

div#gform_confirmation_message_1 {
    border: 1px solid;
    padding: 10px;
    font-weight: 700;
    color: black;
    width: fit-content;
}

footer form .map a {
    width: 80%;
}
