@font-face {
    font-family: "socialico";
    src: url("fonts/Socialico/Socialico.eot");
    src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"), url("fonts/Socialico/Socialico.woff2") format("woff2"), url("fonts/Socialico/Socialico.woff") format("woff"), url("fonts/Socialico/Socialico.ttf") format("truetype"), url("fonts/Socialico/Socialico.svg#lobster_1.4regular") format("svg");
}








@font-face {
    font-family: "formula1";
    src: url("fonts/formula1.ttf");
}



.follow-imgs img {
    max-width: 427px;
}





*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}




.suspension-contain {
    max-height: 980px;
    overflow: hidden;
    position: relative;
}

html.suspended {
    background: rgba(0, 0, 0, 0.6);
}

body {
    max-width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Lato', sans-serif
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}



p {
    margin: 0;
}


.row {
    max-width: 1200px;
    margin: 0 auto
}

/*floats*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*typography*/
.text-primary {
    color: #B11414;
}

.text-bold {
    font-weight: 700;
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left;
}






button.ctcBtn {
    padding: 22px 28px;
    text-decoration: none;
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    width: 274px;
    height: 74px;
    background-color: #33A9FF;
    color: white;
    border: none;
}








/*button*/
.button {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    border: 1px solid transparent;
    transition: all 0.5s ease;
}

.button:hover {
    background: #ddd;
    border-color: #ddd;
    color: #ddd;
    color: #fff;
}

/*clearings*/
.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
    font-size: 14px;
    padding: 5px 10px;
    position: fixed;
    display: block !important;
    transform: none !important;
    bottom: 0 !important;
    left: 20px !important;
}

/*call to action*/
.cta {
    display: none;
}

/*contact form messages*/
form .messages p {
    display: none;
    font-family: Arial !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: 16px !important;
}

form .loading {
    display: none;
}

form .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

form .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

form .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

form [type="submit"] {
    margin: 20px auto
}

/*contact form*/
.ctc-form {
    margin: 0 auto;
    text-align: center;
}

.ctc-form input[type="text"],
.ctc-form textarea {
    font-family: Arial;
    font-size: 16px;
    color: #000;
    height: 60px;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0 auto 0px
}

.ctc-form textarea {
    height: 120px;
    padding-top: 10px;
}

.ctc-form button {
    display: block;
}

.ctc-form .recap {
    display: inline-block;
}

.ctc-form .g-recaptcha div {
    margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
    display: none;
}

/*gallery*/
#content .gallery-container {
    text-align: center;
}

#content .gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content .gallery li {
    display: inline-block;
}

#content .thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: .42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
    transform: scale(1.02);
}

#content .page_navigation {
    display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #0275d8;
    display: inline-block;
    line-height: 1.25;
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
    background-color: #eceeef;
    border-color: #ddd;
    color: #014c8c;
    text-decoration: none;
}

h1 {
    font-size: 100px;
    font-weight: 100;
    color: #000;
}




.upper-info .wrapper {
    background-color: #0B3D72;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 55px 76px 56px;
    border-radius: 0 0 150px 150px;
}

.inner-cont-info-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
}


.head-inner-info {
    display: flex;
    justify-content: center;
    align-items: normal;
    gap: 11px;
}


.head-soc {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.head-icons a img {
    transition: transform 0.3s ease;
}

.head-icons a:hover img {
    transform: scale(1.1);
}


.icon-holder img {
    transition: transform 0.3s ease;
}

.icon-holder:hover img {
    transform: scale(1.7);
}



.head-inner-info p {
    font-size: 14px;
    font-family: 'poppins';
    color: #fff;
    font-weight: 300;
}

.head-soc h3 {
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}





.head-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.quote-button {
    display: inline-block;
    background-color: #0D3C72;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 24px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-family: "Montserrat";
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.quote-button:hover {
    background-color: #0b3363;
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
}



.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1185px;
    margin: auto;
    max-width: 100%;
    padding: 15px 35px 15px 35px;
    background-color: #fff;
    border-radius: 89px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 1);
    margin: -60px auto 0 auto;
}








.head-icons img {
    width: 26px;
    max-width: 100%;
}

#header {
    position: relative;
    z-index: 9999;
}


#header,
.row {
    width: 1600px;
    max-width: 100%;
    margin: auto;
}



#header nav a#pull {
    display: none
}

#header nav ul {
    margin: 0;
    padding: 0
}

#header nav ul li {
    display: inline-block;
    vertical-align: middle;
}

#header nav ul li a {
    font-size: 18px;
    color: #000;
    padding: 0 15px 0px;
    display: inline-block;
    font-family: 'poppins';
    font-weight: 400;
}

#header nav ul li.active-menu a,
#header nav ul li a:hover {
    background: linear-gradient(309deg, #1389E0, #00399A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

#header .hdRight {
    text-align: right;
}

#header .hdRight p {
    line-height: 1;
    margin: 0;
    color: #fff;
}

#header .hdRightBot {
    padding-top: 20px;
    border-top: 1px solid #222222;
    margin-top: 15px;
}

#header .hdSocial a {
    font-family: "socialico";
    font-size: 35px;
    color: #007FFF;
}

#header .hdSocial a:hover {
    color: #FFFFFF;
}

#header .hdPhone {
    font-size: 22px;
    vertical-align: top;
}

#header .hdPhone img {
    vertical-align: bottom;
}

#header .hdEmail {
    font-size: 16px;
}

#header .hdInfo,
.hdPhone {
    display: inline-block;
}

#header .hdInfo {
    border-left: 1px solid #222222;
    margin-left: 15px;
    padding-left: 15px;
    text-align: center;
}

/* end */

/* banner */
.inner-banner-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 38px;
    padding: 90px 0 30px 0;
}

.ban-logo {
    padding: 0 0 50px 0;
}


.header-title h1 {
    font-family: "Playfair Display", serif;
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
}


.header-title p {
    font-family: 'Poppins';
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    width: 1011px;
    max-width: 100%;
    margin: auto;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
    font-style: italic;
}









.button-group {
    display: flex;
    gap: 10px;
}

.banner-btn {
    padding: 22px 28px;
    text-decoration: none;
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    width: 274px;
    height: 74px;
}



.logo-link img {
    transition: transform 0.3s ease;
    display: block;
}

.logo-link:hover img {
    transform: scale(1.05);
}









.banner-btn.solid {
    background-color: #33A9FF;
    color: white;
    border: none;
    box-shadow: 4px 7px 8px rgba(0, 0, 0, 1);
    border-radius: 4px;
}


.banner-btn.outline {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    width: 311px;
    max-width: 100%;
    padding: 22px 11px 0 16px;
    border-radius: 4px;
}

.banner-btn.solid:hover {
    background-color: #1f8edd;
}

.banner-btn.outline:hover {
    background-color: white;
    color: #000;
}



#banner {
    background: url(../images/content/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1077px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -176px 0 0 0;
    position: relative;
    z-index: 999;
}

#banner .row {
    min-height: 754px;
    padding: 0;
    text-align: right;
}

#banner .text {
    display: inline-block;
    vertical-align: top;
    width: 462px;
    height: 462px;
    margin: 108px 0 0;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box;
    background: rgb(0, 45, 78, 0.8);
    margin-right: -120px;
}

#banner .text .bnBox {
    width: 100%;
    height: 100%;
    padding: 20% 2% 0;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    border-color: rgb(255, 255, 255, 0.8);
}

#banner .text h2 {
    padding: 0 0 20px;
    font-size: 40px;
    font-weight: 900;
}

#banner .text p {
    font-size: 18px;
    line-height: 122%;
    font-weight: bold;
}

#banner .text p .button {
    margin: 10px 0 0;
}

/* end */

/* content */
#content .row {
    padding: 0;
}

#services-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/services-wrapper.jpg);
}

#services-1 {}

#services-1 .row {
    margin: -200px auto -120px;
}

#services-1 dd {
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
}

#services-1 dd p {
    font-size: 14px;
    color: #000;
}

#services-1 h3 {
    font-size: 25px;
    position: relative;
    padding-bottom: 20px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}

#services-1 h3:before,
#content-1 h3:before,
#gallery-section h2:before,
#footer-section h2:before {
    width: 100px;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    content: "";
    background: #2391FF;
    border-radius: 30px;

}

#services-1 dl {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 3px);
    padding-top: 90px;
}

#services-1 dl:nth-of-type(2) {
    padding-top: 0;
}

#services-1 dt {
    margin-bottom: 20px;
}

#services-1 dt img {
    border-radius: 50%;
    box-shadow: 0 -5px 10px grey;
    border: 5px solid #fff;
}

#services-1 .button {
    margin-top: -60px;
}

#services-1 .parag p {
    padding: 20px;
}


/* content bottom */
#services-section .row {
    padding: 13px 0 13px;
}

#services-section h2 {
    font-size: 25px;
}

#services-section p {
    font-size: 15px;
    line-height: 150%;
    font-weight: 300;
    padding: 8px 0;
}

#services-section .logo {
    padding: 20px 0;
    background: url(../images/common/data-border.png) no-repeat center bottom;
}

#services-section .logo img {
    max-width: 286px;
}

#services-section .text {
    width: 462px;
    height: 462px;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    border-width: 2px;
    box-sizing: border-box;
    background: rgb(0, 45, 78, 0.8);
}

#services-section .text .bnBox {
    width: 100%;
    height: 100%;
    padding: 5% 5% 0;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
    border-color: rgb(255, 255, 255, 0.8);
}

#content-1 {
    padding: 180px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background: url(../images/common/cn-wrapper.jpg);
}

#content-1 h3 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-bottom: 20px;
}

#content-1 .parag {
    max-width: 630px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 80px;
}

#content-1 .cn1imgBox {
    position: relative;
}

#content-1 .cn1imgBox img {
    width: 100%;
}

#content-1 .cn1imgBox h4 {
    font-size: 38px;
    font-weight: 900;
    color: #2391FF;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
}

#content-1 .cn1imgBox h4 span {
    display: block;
    color: #fff;
}

#gallery-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/gallery-wrapper.jpg);

}

#gallery-section .gal-text {
    padding-bottom: 20px;
    position: relative;
}

#gallery-section .row {
    padding: 50px 0 105px;
    color: #000;
}

#gallery-section .galBox {
    max-width: 930px;
    margin: 30px auto 0;
}

#gallery-section .galRightTop {
    margin-bottom: 8px;
}

#gallery-section .galRightTop img:first-of-type {
    margin-right: 8px;
}

#feeds-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/feeds-wrapper.png);
}

#feeds-section .row {
    padding: 0;
}

#feeds-section .text {
    display: inline-block;
    vertical-align: top;
    width: 580px;
    min-height: 396px;
    padding: 10px 4% 0;
    box-sizing: border-box;
    background: rgb(28, 62, 147, 0.8);
}

#feeds-section p {
    font-size: 20px;
    line-height: 125%;
    font-weight: lighter;
    max-width: 458px;
    margin: auto;
}

#feeds-section .rates {
    font-size: 60px;
    line-height: 120%;
    color: #FF7F00;
}

#feeds-section .user {
    padding: 20px 0 0;
    font-size: 35px;
    line-height: 120%;
}

#feeds-section .user small {
    display: block;
    padding: 0 0 5px;
    line-height: 0;
}

#feeds-section .user small img {
    width: 100%;
    max-width: 100px;
    border-radius: 50%;
}

/* end */







/* ABOUT SECTION START */

#abt-sec {
    background: url(../images/content/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1250px;
    padding-top: 300px;
    margin-top: -246px;
    padding-left: 10px;
    padding-right: 20px;
}

#abt-sec .wrapper {
    width: 1650px;
    max-width: 100%;
    margin: auto;
}


.abt-txt h2 {
    font-family: "Great Vibes", serif;
    font-size: 40px;
    font-weight: 400;
    color: #0B3D72;
}


.abt-txt p {
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 400;
    color: #333;
}



.slider-cont {
    width: 527px;
    max-width: 100%;
    height: 536px;
    background: url(../images/content/abt-img-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
}

.slider-txt h3 {
    font-family: "Playfair Display", serif;
    font-size: 29px;
    font-weight: 900;
    color: #fff;
}

.slider-txt p {
    font-family: 'poppins';
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    width: 454px;
    max-width: 100%;
    width: 100%;
}


.slder-feature-img.last {
    margin-top: 11px;
}


.slider-txt {
    text-align: left;
}

.slider-txt span {
    display: inline-flex;
    gap: 11px;
    align-items: flex-end;
    justify-content: center;
    font-size: 16px;
    color: #3F98F8;
    font-weight: 700;
    text-decoration: underline;
}

.slder-feature-img {
    margin: 50px 0 -215px 0;
}


.blue-line {
    padding: 20px 0 20px 0;
}


.slder-feature-img {
    margin: 30px 0 0 0;
}


.slder-feature-img img {
    transition: transform 0.3s ease;
    display: block;
}

.slder-feature-img img:hover {
    transform: scale(1.05);
}


.slider-icon {
    padding-bottom: 20px;
}


.slider-icon img {
    transition: transform 0.3s ease;
    display: block;
}

.slider-icon img:hover {
    transform: rotate(15deg);
}


.nav-img {
    display: flex;
    justify-content: flex-end;
}








.slider-main-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 21px 0 0 0;
}



.abt-txt {
    text-align: left;
    margin-bottom: -45px;
}


/* ABOUT SECTION END */






/* SCHEDDULE SECTION START */

#scedule-sec {
    background: url(../images/content/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1100px;
    padding-top: 239px;
    position: relative;
}



#scedule-sec .wrapper {
    width: 1850px;
    max-width: 100%;
    display: flex;
    justify-content: end;
}



.inner-sced {
    width: 984px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}




.sced-title h2 {
    font-family: 'Playfair Display';
    font-size: 50px;
    font-weight: 900;
    text-align: right;
    color: #fff;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
    padding: 0 0 25px 0;
}



.sced-contact {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}


.sced-txt p {
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.sced-txt {
    line-height: 50px;
}

p.sced-num {
    font-size: 50px;
}








.sced-btn {
    display: inline-block;
}

.sced-outline {
    display: inline-block;
    padding: 21px 10px;
    text-decoration: none;
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-align: center;
    width: 311px;
    height: 75px;
    font-weight: 400;
}

.sced-btn {
    display: flex;
    justify-content: end;
    padding: 38px 22px 0 0;
}



.sced-outline:hover {
    background-color: #33A9FF;
    border: none;
    color: #fff;
}


/* SCHEDDULE SECTION END */





/* SEVICES SECTION START */
#svr-sec {
    background: url(../images/content/bg3.3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -14px 0;
    padding-top: 220px;
    margin: -189px 0 0 0;
    height: 1171px;
}







/* 
#svr-sec {
    background: url(../images/content/bg3.1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -14px 0;
    padding-top: 178px;
    margin: -189px 0 0 0;
    height: 1124px;
} */




#svr-sec .wrapper {
    width: 1750px;
    max-width: 100%;
    margin: auto;
}



.srv-title h2 {
    font-family: 'Great Vibes';
    font-size: 40px;
    font-weight: 400;
    color: #0B3D72;
    text-align: left;
}

.srv-title h3 {
    font-family: 'Playfair Display';
    font-size: 100px;
    font-weight: 900;
    color: #3F98F8;
    text-align: left;
    line-height: 97px;
}


.srv-inner-cont {
    width: 800px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}




.srv-title p {
    padding: 30px 0 30px 0;
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: left;
    line-height: 48px;
    width: 678px;
    font-style: italic;
}










.srv-contact {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}


.srv-txt p {
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    text-align: left;
}

.srv-txt {
    line-height: 50px;
}

p.srv-num {
    font-size: 50px;
}




.srv-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
}

.srv-btn {
    padding: 22px 28px;
    text-decoration: none;
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    width: 274px;
    height: 74px;
}


.srv-solid {
    background-color: #33A9FF;
    color: white;
    border: none;
    border-radius: 4px;
}


.srv-outline {
    background-color: transparent;
    color: #333333;
    border: 1px solid #333;
    width: 311px;
    height: 75px;
    max-width: 100%;
    padding: 22px 11px 0 16px;
    border-radius: 4px;
}


.srv-solid:hover {
    background-color: #1f8edd;
}

.srv-outline:hover {
    background-color: white;
    color: #000;
}


/* SEVICES SECTION END */



/* TESTOMONIAL SECTION START */

#testi-sec {
    background: url(../images/content/bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -14px 0;
    padding-top: 285px;
    margin: -150px 0 0 0;
    height: 1124px;
    position: relative;
}


#testi-sec .wrapper {
    width: 1750px;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: auto;
}


.inner-testi-cont {
    width: 615px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}




.testi-txt p {
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    line-height: 40px;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
    font-style: italic;
}


.testi-txt h4 {
    font-family: 'Playfair Display';
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    text-align: right;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
    padding: 15px 0 20px 0;
}




.star-img {
    padding: 18px 0;
}



/* TESTOMONIAL SECTION END */



/* GALLERY SECTION START */


#gallery-sec {
    background: url(../images/content/bg5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 330px 10px 0 10px;
    margin: -199px 0 0 0;
    height: 1408px;
}



#gallery-sec .wrapper {
    width: 1750px;
    max-width: 100%;
    margin: auto;
}


.gall-title {
    text-align: left;
    width: 1300px;
    margin: 0px 0 -32px 0;
}


.gall-title h2 {
    font-family: 'Great Vibes';
    font-size: 40px;
    font-weight: 400;
    color: #0B3D72;
}


.gall-title h3 {
    font-family: 'Playfair Display';
    font-size: 36px;
    font-weight: 400;
    color: #333;
}



.gall-nav {
    display: flex;
    justify-content: flex-end;
    padding-right: 80px;
}



.gall-slider-main {
    padding: 25px 0 25px 0;
}







.gall-btn {
    padding: 22px 28px;
    text-decoration: none;
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    width: 274px;
    height: 74px;
    background-color: #33A9FF;
    color: white;
    border: none;
    border-radius: 4px;
}

.gall-btn:hover {
    background-color: #000;
    color: #fff;
}







/* GALLERY SECTION END */






/* CONTACT SECTION START */

#contact-sec-form {
    background: url(../images/content/bg6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 250px 0 0 0;
    margin: -184px 0 0 0;
    height: 1100px;
    position: relative;
}


#contact-sec-form .wrapper {
    width: 1800px;
    max-width: 100%;
    margin: auto;
}


.inner-contact-info {
    width: 1405px;
    max-width: 100%;
    margin: auto;
}



.contact-title h2 {
    font-family: 'Playfair Display';
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
}


.contact-title p {
    font-family: 'Playfair Display';
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    padding: 35px 0;

}


.contact-form-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.contact-form-txt p {
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    text-align: left;

}

.contact-form {
    line-height: 50px;
}

p.contact-form-num {
    font-size: 50px;
}







.contact-form {
    max-width: 1600px;
    padding: 55px 98px 98px 98px;
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #e1e1e1;
    margin-top: -363px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.contact-form h1 {
    text-align: center;
    /* color: #d00000; */
    background: linear-gradient(309deg, #1389E0, #00399A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 75px;
    margin-bottom: 5px;
    font-family: 'Playfair Display';
    font-weight: 900;
    padding: 5px 0 20px 0;
}




.contact-form p {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Poppins';
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    width: 100%;
    padding: 20px 0;
    border: 1px solid #ccc;
    font-size: 1rem;
    background-color: #f9f9f9;
    box-shadow: 2px 1px 6px 0px rgba(0, 0, 0, 0.4) inset;
}

.contact-form form textarea {
    grid-column: span 3;
    height: 150px;
    resize: none;
}

.contact-form form .checkboxes {
    grid-column: span 3;
    font-size: 0.9rem;
    line-height: 5px;
}

.contact-form form .checkboxes label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;

    text-align: center;
    color: #666;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';



}

.contact-form form .submit-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    gap: 14px;
}

.contact-form form .submit-section .recaptcha {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-form form .submit-section button {
    padding: 22px 28px;
    text-decoration: none;
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    width: 274px;
    height: 74px;
    background-color: #33A9FF;
    color: white;
    border: none;
    cursor: pointer;
}

/* .contact-form form .submit-section button:hover {
	background-color: #b00000;
} */


.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    padding-left: 20px;
    font-size: 15px;
    color: #666;
    font-family: 'poppins';
}


.contact-input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
}


.contact-lower-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -16px 0 0 0;
}

.contact-row {
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background: url(../images/content/footer-bg3.png);
    width: 100%;
    margin: auto;
    height: 700px;
}


.contact-text {
    width: 895px;
    margin: auto;
}

/* CONTACT SECTION END */

.follow-sco-cont a img {
    transition: transform 0.3s ease;
}

.follow-sco-cont a:hover img {
    transform: scale(1.1);
}


.follow-imgs img {
    transition: transform 0.3s ease;
    display: block;
}

.follow-imgs img:hover {
    transform: scale(1.1) rotate(5deg);
}

.follow-imgs {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 15px
}

#follow-sec {
    background: url(../images/content/bg5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -78px;
    margin: -172px 0 -220px 0px;
    height: 1630px;
    padding: 250px 0 0 0;
}


.soc-btn {
    display: inline-block;
    padding: 15px 31px;
    border: 1px solid #000;
    border-radius: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    transition: all 0.3s ease;
}


.soc-btn:hover {
    background-color: #000;
    color: #fff;
}





.inner-follow-cont {
    padding: 70px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.inner-follow-cont h2 {
    font-family: 'Playfair Display';
    font-size: 45px;
    font-weight: 600;
    color: #000;
}




/* footer */

#footer {
    padding: 90px 0 0 0;
    background: url(../images/content/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 585px;
    display: flex;
    justify-content: center;
    align-items: end;
}



.inner-footer-cont {
    width: 1550px;
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

#footer-section h2 {
    font-size: 51px;
    font-weight: 100;
    padding: 50px 0 20px;
    position: relative;
}



.foo-right-cont {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 880px;
    max-width: 100%;
}

.foo-soc {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 20px 0 0 50px;
    gap: 15px;
}


.left-info,
.right-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}



.foo-soc h3 {
    font-family: 'poppins';
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}


.foo-left-cont {
    width: 520px;
    max-width: 100%;
}

.foo-cont-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: left;
}



.foo-txt h3 {
    font-family: 'teko';
    font-size: 16px;
    font-weight: 700;
    color: #3E99F8;
    text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);

}

.foo-txt p {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}



.footer-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 50px;
}



.foo-icon a img {
    transition: transform 0.3s ease;
}

.foo-icon a:hover img {
    transform: scale(1.1);
}


.footer-logo a img {
    transition: transform 0.3s ease;
}

.footer-logo a:hover img {
    transform: scale(1.1);
}


.foo-icon img {
    transition: transform 0.3s ease;
}

.foo-icon:hover img {
    transform: scale(1.1);
}


.lower-foo-copy {
    padding: 30px 0 15px 0;
    background-color: #0B3D72;
}



.foo-icons a img {
    transition: transform 0.3s ease;
}

.foo-icons a:hover img {
    transform: scale(1.1);
}


.foo-txt {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.copy-tech-wrapper {
    padding: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}






.inner-contact-wwapper-pg {
    width: 1100px;
    max-width: 100%;
    margin: auto;
}




.footer-nav li a:hover,
.footer-nav li.active-menu a {
    color: #000;
    font-weight: 700;
}




.footer-nav li a {
    font-size: 15px;
    color: #fff;
    font-family: 'formula1';
    font-weight: 400;
}

.copy-tech-wrapper p {
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
}

#footer-section .final {
    padding-top: 10px;
    float: right;
}

#footer-section .final p {
    max-width: 280px;
    margin: 30px auto;
    text-align: center;
    line-height: 180%;
}

#footer-section .final span {
    color: #007FFF;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

#footer-section .final strong {
    font-size: 15px;
    font-weight: normal;
}

#footer-section .final small {
    font-size: 25px;
    font-weight: bold;
}

#footer-section .copy-right p {
    font-size: 13px;
    font-weight: lighter;
    max-width: 739px;
    margin: auto;
    word-spacing: 2px;
    letter-spacing: 2px;
}

#footer-section .sub {
    text-align: left;
}

#footer-section .social-media a {
    max-width: 162px;
}

#footer-section .ctc-form .MesBox {
    height: 82px
}

#footer-section .MesBox input[type="text"] {
    padding: 10px 130px 70px 10px;
}

#footer-section .fot-logo img {
    position: absolute;
    top: 230px;
    left: 390px;
}

#footer-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/common/ft-wrapper.jpg);
    height: 638px;
}

#footer-section .row {
    min-height: 549px;
}

#footer-section nav {
    padding: 32px 0 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    margin-top: 40px;
}

#footer-section nav ul li {
    border-left: 1px solid #FFF;
    padding: 0 10px;
    letter-spacing: 2px;
    font-size: 15px;
}

#footer-section nav ul li:nth-child(1) {
    border: none;
}

#About,
#Services,
#Gallery,
#Testimonials,
#Contact {
    color: #000000;
}

/* end */
.silver img {
    display: inline-block;
    vertical-align: middle;
    max-width: 50px;
}

.media a,
.social-media a {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center top;
    transition: all 0.3s ease-in-out 0s;
}

.social-media a {
    font-size: 35px;
    line-height: 120%;
    font-family: "socialico";
}

.social-media a:hover {
    color: #007FFF;
}

.media a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.media a:nth-of-type(1) {
    background-image: url(../images/common/facebook.jpg);
}

.media a:nth-of-type(2) {
    background-image: url(../images/common/twitter.jpg);
}

.media a:nth-of-type(3) {
    background-image: url(../images/common/youtube.jpg);
}

.media a:nth-of-type(4) {
    background-image: url(../images/common/rss.jpg);
}

.media a:hover {
    background-position: center -40px;
}













/* INNER PAGES START */

#content h1 {
    font-size: 48px;
    color: #00399A;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Great Vibes';
}

.abt-pg-inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 85px 0 55px 0;
}

.abt-pg-inner h1 {
    font-size: 48px;
    color: #00399A;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Great Vibes';
}

.abt-desc {
    font-size: 18px;
    line-height: 1.7;
    font-family: 'poppins';
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}





.srv-pg-inner {
    padding: 35px 0 135px 0;
}

.simple-service-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service-box {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 25px 20px;
    max-width: 300px;
    flex: 1;
    min-width: 250px;
}

.service-box h2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-box p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.service-box a {
    color: #1389E0;
    font-weight: bold;
    text-decoration: none;
}






.rev-pg-inner {
    padding: 40px 0 85px;
}



.rev-pg-inner h1 {
    text-align: center;
    font-size: 36px;
    color: #00399A;
    margin-bottom: 40px;
}

.review-wrapper {
    display: flex;
    justify-content: center;
}

.review-box {
    background: #fff;
    padding: 30px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    text-align: left;
}

.review-text {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.review-author {
    font-weight: bold;
    color: #000;
    text-align: right;
    margin: 0;
}





a.thumbnail.fancy {
    width: 387px;
    height: 309px;
}


img.img-responsive {
    width: 378px;
    height: 301px;
}


.inn-gall-wrapper {
    padding: 56px 0 55px 0;
}

/* INNER PAGES END */




/* FAQs Content */
#FAQs { margin-top: 150px; padding-top: 40px; border-top: 1px solid #eee; font-family: 'Poppins'; }
#FAQs h1 { font-family: "Playfair Display", serif; font-size: 60px; color: #00399A; font-weight: 800; text-align: center; }
#FAQs h1 span { display: block; font-size: 35px; }
#FAQs h2 { font-family: "Playfair Display", serif; font-size: 37px; margin: 40px 0 10px; }
#FAQs p { font-size: 18px;}
#FAQs p a { color: #00399A; font-weight: 600; }
#FAQs .accordion { width: 100%; max-width: 1000px; margin: 0 auto 50px; }
#FAQs .item { background: #fff; border-radius: 8px; margin-bottom: 10px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); overflow: hidden; }
#FAQs .question { padding: 15px 20px; cursor: pointer; font-weight: bold; background: #f1f1f1; transition: background 0.3s; display: flex; justify-content: space-between; align-items: center; font-size: 14pt; color: #000; }
#FAQs .question:hover { background: #e5e5e5; color: #00399A; }
#FAQs .item.active .question { background: #33A9FF; color: #fff; }
#FAQs .icon { border: solid #333; border-width: 0 2px 2px 0; display: inline-block; padding: 5px; transform: rotate(45deg); transition: transform 0.3s ease; margin-left: 10px; }
#FAQs .item:hover .icon { border-color: #00399A; }
#FAQs .item.active .icon { transform: rotate(-135deg); border-color: #fff; /* arrow up */ }
#FAQs .answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; font-weight: 400; background: #fff; color: #000000; font-size: 16px; padding: 0 20px; text-align: left; }
#FAQs .item.active .answer { max-height: 300px; padding: 30px 20px; }









html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    /* min-width: 1920px; */
    min-width: 1400px;
    transform-origin: 0 0;
}


/* Mobile Adjustments */
@media(max-width:1770px) {
    .gall-cont img {
        max-width: 340px;
    }
}

@media(max-width:1400px) {

    .gall-cont img,
    .follow-imgs img,
    .slder-feature-img img {
        max-width: 320px;
    }

    .slder-feature-img img {
        max-width: 420px;
    }


    #follow-sec {
        background-position: 0 -0;
    }

    .slider-cont {
        width: 445px;
    }

    #scedule-sec .wrapper,
    #svr-sec .wrapper,
    #testi-sec .wrapper {
        padding: 0 3%;
    }

}




@media (max-width: 480px) {
    html {
        overflow-x: hidden;
        font-size: 62.5%;
        height: 100vh;
        overflow-y: auto;
    }

    body {
        transform: scale(0.25);
        width: 1920px;
        min-height: 400vh;
        overflow-x: hidden;
        position: relative;
        margin-bottom: -300vh;
        overflow-x: hidden;
    }
}








/** Responsive
-------------------------------------------------------*/

/*

@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
}

@media screen and (max-width: 800px){
	#header {padding: 0}
	#header .row {width: 100%}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}*/