/* My Second Font */
@font-face {
    font-family: 'mysecondfont-Bold';
    font-style: Normal;
    font-display: swap;
    src: url(../font/Montserrat/Montserrat-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'mysecondfont-SemiBold';
    font-style: Normal;
    font-display: swap;
    src: url(../font/Montserrat/Montserrat-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'mysecondfont-Regular';
    font-style: Normal;
    font-display: swap;
    src: url(../font/Montserrat/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'mysecondfont-Medium';
    font-style: Normal;
    font-display: swap;
    src: url(../font/Montserrat/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'mysecondfont-Light';
    font-style: Normal;
    font-display: swap;
    src: url(../font/Montserrat/Montserrat-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'mysecondfont-ExtraLight';
    font-style: Normal;
    font-display: swap;
    src: url(../font/Montserrat/Montserrat-ExtraLight.ttf) format('truetype');
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
}
    

/* width */
::-webkit-scrollbar {
    width: 10px;
}

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

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

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

:root {
    --main-color: #1964b5;
    --main-sub-color: #E7B02B;
    --main-light-color: #FFE6A9;
    --main-shape-color: #A28269;
    --main-dark-color: #333333;
    --h1HeadingFont: 'mysecondfont-ExtraBold';
    --h1SubHeadingFont: 'mysecondfont-Light';
    --h1FontSize: 40px;
    --h1FontLineHeight: 45px;
    --h2HeadingFont: 'mysecondfont-Medium';
    --h2FontSize: 33px;
    --h2FontLineHeight: 43px;
    --h3HeadingFont: 'mysecondfont-Medium';
    --h3FontSize: 22px;
    --h3FontLineHeight: 32px;
    --paraFont: 'mysecondfont-Regular';
    --paraFontSize: 18px;
    --paraLineHeight: 32px;
    --bodyFont: 'mysecondfont-Regular';
    --menuFont: 'mysecondfont-Medium';
    --menuFontSize: 14px;
    --menuLineHeight: 21px;
    --borderWidth: 3px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

body {
    font-family: var(--bodyFont);
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

html,
body {
    overflow-x: hidden;
}

section {
    overflow: hidden !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}

p,
ul,
ol,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

p, li {
    font-family: var(--bodyFont);
    font-size: 20px;
    line-height: 30px;
    color: #4D4D4D;
    margin-bottom: 20px;
}

a:hover,
a {
    text-decoration: none;
}

.form-control:focus {
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
    /* border: 0; */
}

li {
    list-style: none;
}

.padd-top-bottom {
    padding: 85px 0;
}

.padd-top {
    padding-top: 85px;
}

.padd-bottom {
    padding-bottom: 85px;
}

.container.custom-container {
    max-width: 1600px;
}

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


.scroll-margin-top {
    scroll-margin-top: 150px;
}


@-webkit-keyframes growDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    80% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }

    100% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }
}

@keyframes growDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    80% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}



/* Slick Slider Css */

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
  
.slide-content {
    padding: 10px 20px 10px 0;
}

.slide-content .h1 {
    font-size: 62px;
}

.slick-dots {
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button:before {
    content: '';
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: var(--main-sub-color);
    border-radius: 50px;
    padding: 5px;
    opacity: 0.75;
    position: relative;
}

.slick-dots li.slick-active button {
    opacity: 1;
    width: 13px;
    height: 13px;
}




.bg-gray {
    background: #f2f2f2;
}

.bg-white {
    background: #fff;
}

.bg-blue {
    background: var(--main-color);
}



header.site-header.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 19px 38px rgb(0 0 0 / 0%), 0 15px 12px rgb(0 0 0 / 6%);
}


header.site-header {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.menuWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    justify-content: space-between;
    background: var(--themeThirdColor);
    border-radius: var(--borderRadiusSec);
}


.dropDownInnerMnb,
.navbarMain ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: revert;
    flex-wrap: wrap;
/*     gap: 50px; */
    margin-top: 20px;
}



.dropdownMain {
    float: left;
    overflow: hidden;
}

.logobox {
    height: 100%;
    margin-top: -40px;
}

header.site-header.navbar-fixed .logobox {
    margin-top: -30px;
}

.logobox a {
    display: block;
    height: 100%;
    width: 200px;
}

.logobox a img {
    width: 100%;
}


header.site-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 19px 38px rgb(0 0 0 / 0%), 0 15px 12px rgb(0 0 0 / 6%);
    animation: 15s infinite gradient;
    z-index: 999;
    padding: 10px 0;
    transition: 0.3s ease-in-out;
}

header.site-header.sticky .dropdownMain .dropbtn,
header.site-header.sticky .navbarMain a {
    color: #fff;
    font-weight: 500;
}

.navbarMain a,
.dropdownMain .dropbtn {
    transition: 0.2s;
}

.dropdownMain .dropbtn,
.navbarMain a {
    color: #fff;
    position: relative;
    font-weight: 500;
    transition: 0.2s;
    text-decoration: none;
    /* padding-bottom: 25px; */
}

.dropdownMain .dropbtn.active,
.navbarMain a.active {
    color: var(--main-sub-color)
}

.menuListing ul {
    display: block;
    padding: 0;
}


header.site-header.navbar-fixed {
    padding: 10px 0;
}


#myHeader.hide {
    top: 0;
}

#myHeader {
    width: 100%;
    z-index: 100;
    transition: all .3s ease;
}

.dropdownMain-content {
    display: none;
    position: absolute;
    background-color: var(--main-sub-color);
    width: 260px;
    z-index: 1;
    /* left: 0; */
    top: 95%;
    color: #000;
}
.dropdownMain-content.full-megamenu {
    display: none;
    position: absolute;
    width: 280px;
    z-index: 1;
    left: 0;
    top: 100%;
}
.dropdownMain-content.full-megamenu {
    background: #ffffff;
}
.dropdownMain-content.full-megamenu::before {
    content: url(../images/menu-texture.svg);
    position: absolute;
    left: -1px;
    bottom: -8px;
    width: 86%;
    z-index: -1;
}

header.site-header.navbar-fixed .dropdownMain-content {
    top: 100%;
}

header.site-header.navbar-fixed .dropdownMain-content.full-megamenu {
    background: #ffffff;
}

header.site-header.navbar-fixed .navbarMain .full-megamenu .menu-others-sub a:hover {
    color: #000000;
    background: #02010100;
}

header.site-header.navbar-fixed .main-navigation ul li a i {
    color: #111;
}

.dropdownMain:hover .dropdownMain-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.full-megamenu .img-menu-ra
{
    flex: 0 0 25%;
}

.full-megamenu .menu-others-sub {
    flex: 0 0 100%;
    padding-left: 0;
}

.dropdown_menu-mega {
    -webkit-animation: growDown 500ms ease-in-out forwards;
    animation: growDown 500ms ease-in-out forwards;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    overflow: hidden;
}


.navbarMain a {
    float: left;
    font-size: 18px;
    color: #111;
    text-align: center;
    padding: 0 15px;
    font-family: var(--bodyFont);
}

header.site-header.navbar-fixed .navbarMain a, 
header.site-header.navbar-fixed .top-menu a {
    color: #111;
}


.navbarMain .menuListing a:after,
.onlyMobile,
header.site-header.sticky .whiteLogo {
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #0b4789;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

header.site-header.navbar-fixed .menuWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

header.site-header.navbar-fixed .menuWrap ul li.active::after {
    bottom: 0;
}

.sidenav,
body,
html {
    overflow-x: hidden;
}

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

header.site-header .navbarMain ul li {
    margin-bottom: 0;
    position: relative;
}

header.site-header .navbarMain ul li.active::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: var(--main-sub-color);
}

.topnavigation ul li a {
    font-size: 16px;
    font-family: var(--menuFont);
    font-size: var(--menuFontSize);
    line-height: var(--menuLineHeight);
}

.main-navigation ul li a i {
    font-size: 12px;
    /* color: var(--themeColor); */
    color: #fff;
}

.main-navigation ul li a {
    padding: 0px 15px 10px;
    letter-spacing: 1px;
    font-family: var(--menuFont);
    font-size: var(--menuFontSize);
    line-height: var(--menuLineHeight);
    text-transform: capitalize;
    color: #fff;
}

.main-navigation ul li a:hover {
    color: #fff;
}


header.site-header.navbar-fixed .main-navigation ul li:last-child a,
.main-navigation ul li:last-child a {
    padding-right: 0;
}


.topnavigation ul li a {
    color: #fff;
    margin-right: 0;
    margin-left: 55px;
}

.topnavigation ul li a:hover {
    color: var(--themeSecColor);
}

.topnavigation ul li:first-child a span {
    color: var(--themeSecColor);
    font-size: 20px;
    font-family: Poppins-SemiBold;
}

.topnavigation ul li:first-child a {
    border-right: 1px solid #ffffff54;
    margin: 0;
    padding-right: 55px;
    font-family: 'Inter_18pt-Regular';
}

.topnavigation ul li:first-child a i {
    color: var(--themeSecColor);
    font-size: 22px;
    margin-right: 10px;
}

.topnavigation {
    background: var(--themeColor);
    border-radius: var(--borderRadiusSec);
    padding: 15px 70px;
    margin: 10px 0;
}

.topnavigation ul {
    display: flex;
    justify-content: end;
}

.navbarMain .menu-others-sub a {
    padding: 10px 15px;
    float: left;
    width: 100%;
    text-align: left;
    /* border-bottom: 1px solid #ffffff29; */
    color: #000;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}
.navbarMain .menu-others-sub a:last-child {
    border-bottom: 0;
}
.navbarMain .menu-others-sub a::before {
    content: "-";
    position: absolute;
    left: 10px;
    display: none;
}
.navbarMain .menu-others-sub a:hover::before {
    display: block;
}
.navbarMain .menu-others-sub a:hover {
    padding-left: 25px;
}
/* .navbarMain .full-megamenu .menu-others-sub {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
} */

.navbarMain .full-megamenu .menu-others-sub a {
    /* color: #fff; */
    float: left;
    width: 100%;
}


.navbarMain .menu-others-sub a:hover{
    color: #000;
    background: var(--themeSecColor);
}

.navbarMain .full-megamenu .menu-others-sub a:hover{
   color: #fff;
    background: #1964b5;
}

/* .navbarMain .menu-others-sub a::before {
    content: '';
    background: var(--themeSecColor);
    width: 6px;
    height: 6px;
    position: absolute;
    top: 35px;
    left: 0;
} */

.top-menu {
    text-align: right;
}
.top-menu a {
    padding: 0px 15px;
    font-family: var(--menuFont);
    font-size: var(--menuFontSize);
    line-height: var(--menuLineHeight);
    text-transform: capitalize;
    color: #fff;
    text-align: center;
	letter-spacing: 1px;
}

.top-menu li {
    margin-bottom: 0;
}
.top-menu a.login-btn {
    border: 1px solid #ffffff00 !important;
    background: #f05052;
    font-size: 14px;
    color: #fff !important;
    padding: 5px 12px;
    line-height: 20px;
    font-family: var(--menuFont);
    text-transform: capitalize;
    border-radius: 5px;
	margin-left: 15px;
}

header.site-header.navbar-fixed .top-menu a.login-btn {
    border: 1px solid #111;
    color: #111;
}


a.connect-ra {
    background: rgb(28, 131, 201);
    background: linear-gradient(90deg, rgba(28, 131, 201, 1) 21%, rgba(198, 57, 22, 1) 100%);
    margin-left: 25px;
    font-family: var(--menuFont);
    font-size: var(--menuFontSize);
    line-height: var(--menuLineHeight);
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 10px 18px;
}

.navigationWrap {
    border-bottom: 1px solid #ffffff63;
    padding: 10px 0 0;
}

.navbar-fixed .navigationWrap {
    padding-bottom: 0;
    border-bottom: none;
    padding: 0;
}




.top-menu ul {
    display: flex;
    justify-content: end;
    align-items: center;
/*     gap: 30px; */
}

.colorLogo {
    display: none;
}

header.site-header.navbar-fixed .menuWrap .whiteLogo {
    display: none;
}

header.site-header.navbar-fixed .menuWrap .colorLogo {
    display: block;
}

.top-menu ul li:last-child a {
    border-left: 1px solid #fff;
}

header.site-header.navbar-fixed .top-menu ul li:last-child a {
    border-left: 1px solid #111;
}





/* ------- Custom CSS------------------------ */

.inner-text-para h1 {
    font-family: var(--h1HeadingFont);
    font-size: var(--h1FontSize);
    line-height: var(--h1FontLineHeight);

}

.inner-text-para h2 {
    font-family: var(--h2HeadingFont);
    font-size: var(--h2FontSize);
    line-height: var(--h2FontLineHeight);
    margin-bottom: 20px;
    color: #333333;
}

.inner-text-para h3 {
    font-family: var(--h3HeadingFont);
    font-size: var(--h3FontSize);
    line-height: var(--h3FontLineHeight);
    color: #313131;
    margin-bottom: 10px;
}

.inner-text-para .subHead {
    font-family: var(--h3HeadingFont);
    font-size: 17px;
    line-height: 26px;
    color: var(--themeBlueLight);
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.main-btn {
    font-family: 'mysecondfont-Medium';
    font-size: 18px;
    line-height: 26px;
    color: #000;
    background: var(--main-light-color);
    padding: 12px 25px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    border-radius: 50px;
    display: block;
    width: fit-content;
}

.main-btn:hover {
    overflow: hidden;
}

.main-btn span {
    position: relative;
    z-index: 2;
    transition: all ease-in-out 0.5s;
    padding-left: 30px;
}

.main-btn span i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out 0.3s;
}

.main-btn:hover span {
    padding-right: 30px;
    padding-left: 0;
}

.main-btn:hover span i {
    left: 100%;
    transform: translate(-100%, -50%);
}

.main-btn::after, .main-btn::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    background-color: var(--main-color);
    z-index: 1;
    transition: all ease-in-out 0.5s;
    opacity: 0;
}

.main-btn::after {
    left: 0;
}

.main-btn::before {
    right: 0;
}

.main-btn:hover span {
    color: #fff;
}

.main-btn:hover::after, .main-btn:hover::before {
    width: 100%;
    opacity: 1;
}


.sec-footer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ft-logo {
    width: 150px;
}
.quick-head {
    font-family: var(--menuFont);
    font-size: var(--menuFontSize);
    line-height: var(--menuLineHeight);
    text-transform: uppercase;
    color: var(--themeColor);
    margin-bottom: 25px;
}

.quick-list a {
    float: left;
    width: 100%;
    color: #B2BBDC;
    margin-bottom: 15px;
}
.quick-list a:hover
{
    color: #fff;
}

.sec-footer .inner-text-para h4 {
    font-size: 45px;
}

.cont-text {
    font-size: 20px;
    margin-top: 20px;
}


.cont-text i {
    display: inline-block;
    background: linear-gradient(151deg, #75a8ca, #d14826);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}

.socialLinks {
    text-align: right;
}

.social-list .fa-icon {
    color: #000;
    background: #fff;
  }
.socialLinks a:last-child i {
    margin-right: 0px;
}


.copyright-info {
    text-align: left;
    padding: 35px 0;
    border-top: 1px solid #485377;
    margin-top: 50px;
}

.copyright-info p a,
.copyright-info p {
    color: var(--paraColor);
    font-size: 13px;
}

.ft-contact-info {
    padding-left: 190px;
}


.swiper-button-next {
    width: 50px;
    height: 50px;
    color: var(--themeColor);
    /* border: 1px solid #f05052; */
    border-radius: 50%
}

.swiper-button-prev {
    width: 50px;
    height: 50px;
    color: var(--themeBlueLight);
    /* border: 1px solid #4272a8; */
    border-radius: 50%
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

button.btn-close {
    position: absolute;
    top: -30px;
    right: -30px;
    background: #fff0;
    width: 3em;
    opacity: 1;
}


.form-control:focus {
    background: #c8e2ff;
    color: #333333;
}

.form-control::placeholder {
    color: #333333;
    opacity: 0.6;
}

.form-control:-ms-input-placeholder {
    color: #333333;
    opacity: 0.6;
}

.form-control::-ms-input-placeholder {
    color: #333333;
    opacity: 0.6;
}

.modal-content {
    background-color: transparent;
}

.modal-body {
    padding: 0;
}

.flat-whatsapp {
    position: fixed;
    right: 50px;
    bottom: 150px;
    width: 65px;
    z-index: 1;
}

.innerBanner {
    background: #000000;
}
.innerBanner img {
    position: absolute;
    top: 0;
}

.innerBanner .inner-text-para {
    padding: 325px 0 180px;
}
.innerBanner .inner-text-para span {
    float: left;
    width: 100%;
    font-family: 'mysecondfont-Light';
    color: var(--themeColor);
}

.innerBanner.quote-inner .inner-text-para {
    padding: 260px 0 125px;
}

.innerBanner.quote-inner.about-page .inner-text-para {
    padding: 260px 0 40px;
}

.padd-top-botton{
    padding: 90px 0;
}

.innerpara-text p{
    font-family: 'mysecondfont-Regular';
    /* font-size: 23px;
    line-height: 45px; */
    color: #4D4D4D;
}

.footermodel .modal-body {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.footermodel .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1964b5;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}

.footermodel .modal-body h3 {
    font-family: 'mysecondfont-SemiBold';
    color: var(--main-color);
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
}

.footermodel .modal-body p {
    font-size: 17px;
    line-height: 25px;
}

/*--------------------
 Back to Top Button
---------------------*/
.scrollToTopBtn {
    background-color: var(--themeColor);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 20px;
    line-height: 48px;
    width: 48px;
    /* place it at the bottom right corner */
    position: fixed;
    bottom: 30px;
    right: 30px;
    /* keep it on top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all 0.5s ease;
}

.showBtn {
    opacity: 1;
    transform: translateY(0);
}

.footer-form h3 {
    font-size: 40px;
    color: #fff;
    font-family: 'mysecondfont-SemiBold';
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 20px;
    margin-bottom: 35px;
}


.contact-sec input[type="text"], .contact-sec input[type="email"], .contact-sec input[type="tel"], .contact-sec select, .contact-sec textarea {
    border: 0;
    border-radius: 4px;
    border-bottom: 0;
    background: #C8E2FF;
    outline: none;
    box-shadow: none;
    padding: 10px 8px;
    font-size: 14px;
    font-family: var(--bodyFont);
    width: 100%;
    color: #333333;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'mysecondfont-Regular';
}

.contact-sec label {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'mysecondfont-Regular';
}

.contact-sec input[type="file"]::-webkit-file-upload-button {
    background: #000;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 10px 8px;
    transition: all 1s ease;
}
.contact-sec input[type="file"]::-webkit-file-upload-button:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #000 !important;
}
.contact-sec input[type="file"] {
    border: 0;
    border-radius: 0 !important;
    border-bottom: 1px solid #464646;
    background: none;
    outline: none;
    box-shadow: none;
    padding: 10px 8px;
    font-size: 14px;
    font-family: var(--bodyFont);
    width: 100%;
    color: #111;
    font-weight: 600;
}
input[type="file"] {
    padding-left: 38px;
    color: #111;
}
textarea.form-control {
    min-height: calc(1.5em + 44px + 35px);
}
select.form-control {
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 10px;
    color: #565656;
}
.contact-sec select option {
    background: #fff;
}

.footer-form .btn-main {
    background: transparent;
    padding: 15px 18px;
    float: right;
}

.innerBanner.quote-inner .inner-page-btn .btn-more a.watch-video {
    background: transparent;
    border: 2px solid #681e0c;
    color: #681e0c;
}

.heading .sub-head {
    font-family: 'mysecondfont-Regular';
    font-size: 20px;
    line-height: 30px;
    color: var(--main-color);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.address-sec {
    color: #fff;
    width: 80%;
}
.address-sec a i{
    font-size: 24px;
    line-height: 40px;
    margin-right: 12px;
}

    .address-sec a.phone-number{
       font-size: 24px;
        line-height: 35px;
        font-family: 'mysecondfont-SemiBold';
        margin-top: 15px;
    }

.down-img img {
    margin: 12px 0 0;
}
.playstore {
    margin-top: 20px;
}

/*.foot-golfimg img {
    width: 70%;
}*/

.playstore h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}

.address-sec a {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
     color: #fff;
     font-size: 16px;
     line-height: 28px;
}


.heading h2 {
    font-family: 'mysecondfont-SemiBold';
    color: #000;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 40px;
}

.heading h3 {
    font-family: 'mysecondfont-SemiBold';
    color: #000;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
}

.heading p{
    font-family: var(--bodyFont);
    font-size: 20px;
    line-height: 36px;
}

.heading h2 span.text-span {
    color: var(--main-sub-color);
}

.heading.text-white h2, .heading.text-white .sub-head {
    color: #fff;
}

.heading.text-black h2, .heading.text-black .sub-head {
    color: #362519;
}

.colorblue{
    color: #1964B5;
}


/*animation element*/
  .animation-element {
    opacity: 0;
  }
  
  /*animation element sliding left*/
  .animation-element.slide-left {
    opacity: 0;
    transition: all 500ms linear;
    transform: translate3d(-100px, 0px, 0px);
  }
  
  .animation-element.slide-left.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  
  .animation-element.slide-right {
    opacity: 0;
    transition: all 500ms linear;
    transform: translate3d(100px, 0, 0);
  }
  
  .animation-element.slide-right.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  
  .animation-element.slide-up {
    opacity: 0;
    transition: all 500ms linear;
    transform: translate3d(0, 100px, 0);
  }
  
  .animation-element.slide-up.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  
  .animation-element.slide-down {
    opacity: 0;
    transition: all 500ms linear;
    transform: translate3d(0, -100px, 0);
  }
  
  .animation-element.slide-down.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }



  /* footer CSS start */

.sec-footer {
    background-color: #14569D;
    padding-top: 85px;
}

.ftr-logo img {
    width: 225px;
}

.foot-golfimg {
    margin-top: 30px;
}

.ftr-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.sec-footer .container {
    position: relative;
    z-index: 1;
}

.sec-footer h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 22px;
    font-family: 'mysecondfont-SemiBold';
}

.sec-footer .ftr-item {
    padding: 0 20px 0 0;
    width: 31%;
}

.sec-footer .ftr-item ul li, .sec-footer .ftr-item p {
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'mysecondfont-Regular';
}

.all-links {
    display: flex;
    justify-content: space-between;
}

.sec-footer .ftr-item1 ul li {
    float: left;
    width: 100%;
}

.sec-footer .ftr-item ul li a {
    color: #fff;
    transition: all ease-in-out 0.5s;
    font-family: 'mysecondfont-Medium';
}

.sec-footer .ftr-item1 ul li a:hover {
    margin-left: 10px;
}

.sec-footer .ftr-item ul li img {
    width: 24px;
    height: auto;
    margin-right: 10px;
}

.ftr-top {
    margin-bottom: 50px;
}

.social-icon a {
    margin-right: 10px;
}

.stroke {
    -webkit-text-stroke: 1px #976F0E;
    color: #fff0;
    font-size: 250px;
    font-family: 'mysecondfont-ExtraBold';
}

.ftr-btm p, .ftr-btm li {
    font-size: 16px;
    line-height: 26px;
}

.ftr-btm p, .ftr-btm li, .ftr-btm a {
    color: #fff;
    transition: all ease-in-out 0.4s;
    margin-bottom: 0;
    font-family: 'mysecondfont-Regular';
    font-size: 14px;
    
}

.ftr-btm p a{
    margin: 0 10px;
}

.ftr-btm a:hover {
    color: var(--main-color);
}

.ftr-btm ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.ftr-btm {
    padding: 20px 0 20px;
    border-top: 1px solid #ffffff65;
    background: #104987;
}

.ftr-btm p.text-ftr {
    text-align: right;
}

.ftr-btm p.text-ftr,  .ftr-btm p.text-ftr a {
    color: #fff;
}

.ftr-btm p.text-ftr a:hover {
    color: #f05052;
}

.fa-icon {
    color: #02335d;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #fff;
    font-size: 16px;
}

.social-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ftr-item2 a {
    display: grid;
    grid-template-columns: auto auto;
    align-items: start;
    justify-content: start;
}

.ftr-item2 a i {
    margin-top: 5px;
    width: 25px;
}


.innerpara-text h2 {
    font-family: 'mysecondfont-SemiBold';
    /*color: var(--main-color);*/
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 40px;
    color: #000;
}

.text-white h2 {
    color: #fff;
}

.text-white p {
    color: #fff;
}

.social-icon a i{
    background: #C0DEFF;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 50%;
    color: #0A3B71;
}


.copywrite-text,
.copywrite-text a{
    color: #fff;
    font-family: var(--bodyFont);
    font-size: 16px;
    line-height: 28px;
}

.copywrite-text a {
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.copywrite-text a:last-child {
    border-right: 0;
}

.text-ftr.social-icon {
    justify-content: end;
}

.text-ftr.social-icon p {
    margin-right: 10px;
}

.text-ftr.social-icon a:first-child{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-family: var(--bodyFont);
}

.ft-copywrite {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}


.btn-main {
    padding: 10px 30px;
    color: #F05052;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #0954a5;
    font-family: "mysecondfont-SemiBold";
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}


.btn-main span {
    position: relative;
    z-index: 2;
    transition: all ease-in-out 0.4s;
}

.btn-main:hover span {
    color: #fff;
}

.btn-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1964b5;
    transition: all ease-in-out 0.4s;
    border-radius: 5px;
    opacity: 0;
}

.btn-main::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #1964b5;
    transition: all ease-in-out 0.4s;
    border-radius: 5px;
    opacity: 0;
}

.btn-main:hover::before,
.btn-main:hover::after {
    width: 100%;
    opacity: 1;
}

button.btn-main {
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #fff;
    font-family: "mysecondfont-SemiBold";
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

/* Responsive CSS Start */

@media (max-width: 1600px) {

    .container.custom-container {
        max-width: 1320px;
    }
    .heading h2,
    .innerpara-text h2{
        font-size: 37px;
        line-height: 47px;
        margin-bottom: 35px;
    }
	
	.heading h3 {
		font-size: 30px;
    	line-height: 40px;
	}

    li, p, .heading .sub-head, .heading p {
        font-size: 18px;
        line-height: 30px;
    }
	
    .main-navigation ul li a, .top-menu a {
        font-size: 13px;
        line-height: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
	
	.top-menu a.login-btn {
		font-size: 13px;
		margin-left: 10px;
	}

}

@media (max-width: 1399px) {

    .container.custom-container {
        max-width: 1140px;
    }

/*     .main-navigation ul li a {
        padding: 20px 0px 20px;
    } */

/*     .navbarMain ul {
        gap: 25px;
    } */

    p, li, .heading .sub-head, .heading p {
        font-size: 16px;
        line-height: 28px;
    }

    .main-btn {
        font-size: 16px;
        line-height: 24px;
    }

    /* .heading h2 {
        font-size: 40px;
        line-height: 50px;
    } */

    .sec-footer .ftr-item ul li, .sec-footer .ftr-item p, .ftr-btm p, .ftr-btm li {
        font-size: 14px;
        line-height: 24px;
    }
    .address-sec a.phone-number {
        font-size: 19px;
    }
    .copywrite-text, .copywrite-text a {
        font-size: 13px;
    }

}

@media (max-width: 1280px) {

/*     .main-navigation ul li a, .top-menu a, .top-menu a.login-btn {
        font-size: 14px;
    } */

    .ftr-btm ul {
        gap: 15px;
    }

    .heading h2, .innerpara-text h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 25px;
    }
	
	.heading h3 {
		font-size: 28px;
    	line-height: 38px;
	}
	
	.main-navigation ul li a, .top-menu a {
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
	
	.top-menu a.login-btn {
        font-size: 12px;
        margin-left: 8px;
    }

}

@media (max-width: 1199px) {

    .container.custom-container {
        max-width: 960px;
    }

    .heading h2,
    .innerpara-text h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 20px;
    }
	
	.heading h3 {
		font-size: 26px;
    	line-height: 36px;
	}

    .ftr-logo img {
        width: 200px;
        margin: 0 auto;
    }

}

@media (max-width: 1024px) {
    .header.site-header.navbar-fixed span.hamburgers
    {
        color: #000;
    }
    .sidenav .mobmenuList a
 {
        text-decoration: none;
        color: #ffffff;
        width: 100%;
        float: left;
        font-family: 'mysecondfont-Medium';
        font-size: 17px;
        text-align: left;
        padding: 0px 0;
        /*border-bottom: 1px solid #ffffff47;*/
         font-size: 20px;
    }
    .mobileBoxLogo.InsideSideBar a {
    text-align: left;
}

    .logobox a {
        width: 200px;
    }
	.logobox {
		height: 100%;
		margin-top: 0px;
	}
	header.site-header.navbar-fixed .logobox {
		margin-top: 0px;
	}
    header.site-header.navbar-fixed .logobox img {
        width: 200px;
        padding-bottom: 10px;
		padding-top: 8px;
    }
    span.hamburgers {
        font-size: 29px;
        color: var(--themeColor);
        color: #fff;
    }

    .top-menu {
        display: none;
    }

    header.site-header.navbar-fixed {
        top: -175px;
    }

    .sidenav .quick-list.social-list {
        float: left;
        padding: 20px 15px;
    }

    header.site-header {
        padding-top: 0;
    }

    header.site-header.navbar-fixed {
        padding: 0;
    }

    .sideNaviMob {
        display: flex;
        justify-content: end;
        float: left;
        width: 100%;
        align-items: center;
    }

    .sideNaviMob span img {
        width: 30px;
    }

    .onlyMobile {
        display: block;
        width: 100%;
    }

    .mobmenuList ul {
        padding: 60px 40px 0;
        float: left;
        width: 100%;
    }

    .navbarMain.onlyDesktop {
        display: none;
    }

    .mobileBoxLogo.InsideSideBar {
        padding: 80px 40px 0;
        float: left;
        width: 100%;
    }
    .mobileBoxLogo.InsideSideBar img {
        width: 40%;
    }    

    .mobmenuList .accordion .accordion-body .menuprodlist-items {
        float: left;
        padding: 10px;
        width: 100%;
        background: #00000052;
        margin-top: 22px;
    }
    
    .mobmenuList .accordion .accordion-body .menuprodlist-items a {
        margin-bottom: 15px;
    }

    .mobmenuList .accordion .accordion-item .accordion-button {
        background: transparent;
        margin: 0 auto;
        display: flex;
        gap: 10px;
        text-decoration: none;
        color: #ffffff;
        width: 100%;
        float: left;
        font-family: 'mysecondfont-Medium';
        text-align: left;
        padding: 0px 0;
        font-size: 20px;
        justify-content: space-between;
        /*border-bottom: 1px solid #ffffff47;*/
    }

    .mobmenuList .accordion .accordion-item .accordion-button::after {
        margin-left: 0;
    }

    .mobmenuList .accordion .accordion-button:focus {
        z-index: 3;
        border-color: inherit;
        outline: 0;
        box-shadow: none
    }

    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: initial;
        box-shadow: none;
        /*font-weight: 700;*/
        font-family: 'mysecondfont-SemiBold';
        font-size: 20px;
                justify-content: space-between;
    }

    .mobmenuList .accordion .accordion-item {
        border: 0;
        position: relative;
        float: left;
        width: 100%;
        background: transparent;
        font-size: 15px;
        padding: 15px 0;
		margin-bottom: 0;
    }
    ul.menuprodlist-items {
        padding: 0;
    }
    
     .sidenav .mobmenuList .menuprodlist-items a:last-child{
        border-bottom: 0;
    }

    .mobmenuList .accordion-button::after {
        background-size: 18px;
        transition: transform 0.2s ease-in-out;
        padding: 12px;
        background-position: center;
        background-image: url(../images/down-arrow.png);
    }

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

    .sidenav .subMenuList a {
        font-size: 18px;
        position: relative;
        padding: 10px;
        float: left;
        font-family: 'mysecondfont-Medium';
    }

    a.closebtn {
        position: absolute;
        z-index: 999;
        width: 50px;
        right: 10px;
        top: 5px;
    }

    .dropdown-btn,
    .sidenav a {
        text-decoration: none;
        color: #ffffff;
        width: 100%;
        float: left;
        font-family: 'mysecondfont-SemiBold';
        font-size: 20px;
        text-align: center;
    }

    .logobox {
        padding-bottom: 0px;
    }

    a.closebtn {
        text-align: right;
    }

    .logobox {
        padding-bottom: 0px;
    }

    .menuWrap {
        padding-left: 0%;
        padding-right: 0%;
    }

    header.site-header .whatsapp {
        text-align: center;
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        font-size: 25px;
        border-radius: 15px;
    }

    header.site-header .call {
        text-align: center;
        width: 40px;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        font-size: 25px;
        border-radius: 15px;
        margin-right: 30px;
        margin-left: 15px;
    }

    .navigationWrap {
        /* border-bottom: 1px solid #7c7e86; */
        padding: 10px 0;
    }
    .flat-whatsapp {
        position: fixed;
        right: 20px;
        bottom: 30px;
        width: 48px;
        z-index: 1;
    }
    .social-list .socialLinks {
        text-align: center;
        margin-top: 10px;
        float: left;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 50px;
    }

    .social-list .socialLinks a {
        flex: 0 0 11%;
        margin: 0;
        text-align: center;
        border-bottom: 0;
    }

    .sticky-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        border-radius: var(--borderRadiusSec);
        overflow: hidden;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        z-index: 2;
    }
    .sticky-footer a {
        padding: 7px 0;
        width: 50%;
        float: left;
        font-size: 16px;
        text-align: center;
        color: #fff;
        font-family: var(--h1HeadingFont);
        background: #6a96b4;
        text-transform: uppercase;
    }
    .sticky-footer a.booking {
        background: #a93316;
    }

    .padd-top-bottom {
        padding: 50px 0;
    }

    .padd-top {
        padding-top: 55px;
    }

    .padd-bottom {
        padding-bottom: 55px;
    }
    .site-header.hide.navbar-fixed span.hamburgers
    {
        color: #000;
    }
    .mobmenuList .accordion .accordion-item .mobmenulogin a {
        width: 180px;
        padding: 12px 14px;
        border: 1px solid #0079ff;
        font-size: 18px;
        background: #044bbc;
        color: #fff;
        font-family: 'mysecondfont-SemiBold';
        margin: 30px auto;
        text-align: center;
    }
    .mobmenulogin {
    display: flex;
    text-align: center;
}
.social-list .fa-icon {
    color: #000;
    background: #fff;
    margin: 0 10px;
}
}

@media (max-width: 991px) {

    .padd-top-botton {
        padding: 80px 0;
    }

    p, li, .heading .sub-head, .heading p {
        font-size: 15px;
        line-height: 25px;
    }

    .container.custom-container {
        max-width: 720px;
    }

    .ftr-btm p, .ftr-btm li, .ftr-btm p.text-ftr {
        text-align: center;
        margin-bottom: 5px;
    }

    .o1 {
        order: 1;
    }

    .o2 {
        order: 2;
    }

    .o3 {
        order: 3;
    }

    .ftr-btm {
        padding: 30px 0 30px;
    }

    .ftr-top {
        padding-bottom: 30px;
        border-bottom: 1px solid #ffffff54;
    }

    .sec-footer .ftr-item ul li img {
        width: 18px;
        height: auto;
        margin-right: 5px;
    }

    .sec-footer .ftr-item {
        padding: 0 0px;
    }

    .ftr-btm ul {
        justify-content: flex-end;
    }
    
    .foot-golfimg {
        display: none;
    }

    .row.mt-5.mob-cont {
        margin: 0 !important;
    }

    .ftr-logo {
        text-align: center;
    }

    .foot-golfimg {
        margin-top: 30px;
        position: absolute;
        z-index: -1;
        opacity: 0.8;
        display: none;
    }
    .ftr-top {
        padding-bottom: 0px;
        border-bottom: 0;
    }
    .copywrite-text a:first-child {
        float: left;
        width: 100%;
        border-right: 0;
    }
    .copywrite-text a:last-child {
        border-right: 0;
        float: left;
        width: 100%;
    }
    .copywrite-text a:nth-child(5) {
        border-right: 0;
    }
    .row.mt-5.mob-cont {
        margin: 0 !important;
    }
    .address-sec {
            width: 100%;
            margin-bottom: 25px;
        }
        .down-img img:first-child {
        margin-right: 14px;
    }
    .footer-form .btn-main {
        float: none; 
        margin-top: 20px;
    }
    .footer-form .btn-read-more 
    {
        text-align: center;
    }
    .ft-copywrite
    {
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .copywrite-text, .copywrite-text a {
        color: #fff;
        font-family: var(--bodyFont);
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        margin-top: 22px;
    }

}

@media (max-width: 767px) {

    /* p, li, .heading .sub-head {
        font-size: 15px;
        line-height: 25px;
    } */
	
	.logobox a {
        width: 150px;
    }
	
    .mobileBoxLogo.InsideSideBar img {
        width: 70%;
    }
	
	.mobileBoxLogo.InsideSideBar {
		padding-top: 50px;
	}

    .padd-top-botton {
        padding: 60px 0;
    }

    .main-btn {
        font-size: 14px;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto;
    }

    .container.custom-container {
        max-width: 540px;
    }

    .heading h2,
    .innerpara-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
	
	.heading h3 {
		font-size: 24px;
    	line-height: 34px;
	}

    .heading h2 br {
        display: none;
    }

    .page-btn {
        font-size: 14px;
    }

    .animation-element.slide-left {
        transform: translate3d(-50px, 0px, 0px);
    }
    
    .animation-element.slide-right {
        transform: translate3d(50px, 0, 0);
    }
    
    .animation-element.slide-up {
        transform: translate3d(0, 50px, 0);
    }
    
    .animation-element.slide-down {
        transform: translate3d(0, -50px, 0);
    }

    .ftr-btm ul {
        justify-content: center;
    }

/*    .dropdown-btn, .sidenav a, .mobmenuList .accordion .accordion-item .accordion-button {
        font-size: 18px;
    }*/

    .sidenav .subMenuList a {
        font-size: 16px;
    }

    .mobmenuList .accordion .accordion-item {
        margin: 0;
    }
	
	.mobmenuList ul {
		padding-top: 40px;
	}
	
    .ftr-logo {
		text-align: center;
	}
section.get-connect-sec {
    background: #0a396c;
    padding: 50px 0;
}
    .foot-golfimg {
        margin-top: 30px;
        position: absolute;
        z-index: -1;
        opacity: 0.8;
        display: none;
    }
    .ftr-top {
        padding-bottom: 0px;
        border-bottom: 0;
    }
    .copywrite-text a:first-child {
        float: left;
        width: 100%;
        border-right: 0;
    }
    .copywrite-text a:last-child {
        border-right: 0;
        float: left;
        width: 100%;
    }
    .copywrite-text a:nth-child(5) {
        border-right: 0;
    }
    .row.mt-5.mob-cont {
        margin: 0 !important;
    }
    .address-sec {
            width: 100%;
            margin-bottom: 25px;
        }
        .down-img img:first-child {
        margin-right: 14px;
    }
    .footer-form .btn-main {
        float: none; 
        margin-top: 20px;
    }
    .footer-form .btn-read-more 
    {
        text-align: center;
    }
    .ft-copywrite
    {
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .copywrite-text, .copywrite-text a {
        color: #fff;
        font-family: var(--bodyFont);
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        margin-top: 22px;
    }
}

@media (max-width: 575px) {

    .container.custom-container {
        max-width: none;
    }

    .heading h2,
    .innerpara-text h2 {
        font-size: 24px;
        line-height: 34px;
    }
	
	.heading h3 {
		font-size: 20px;
    	line-height: 30px;
	}

}

