body{font-family: "Inter", sans-serif;font-size: 1rem;font-weight: 400;overflow-x: hidden}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding: 0 10px;}
.row {margin: 0 -10px;align-items: center;}
a:hover, a:focus, button:hover, button:focus{outline: none;}
section {padding: 100px 0;clear: both;position: relative;margin: 0 auto;z-index: 1;}
h1,h2,h3,h4,h5,h6{font-family: "Inter", sans-serif;color: #0B0D14;}
p {color: #282828;font-size: 16px;font-weight: 400;margin-bottom: 20px;position: relative;z-index: 1;}
img{max-width: 100%;}
textarea{resize: none}
input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }
label.error {display: none !important;}
span, b{vertical-align:baseline;}

select {
-webkit-appearance: listbox !important;
}

.container{
    max-width: 1200px;
    padding: 0 10px;
}

ul {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer !important;
}


a.logo img {
    max-width: 220px;
    transition: .5s all;
}


/*Reset Css*/

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #000;
}
header {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    z-index: 4;
}

header .row {
    align-items: center;
}


img{
    max-width: 100%;
}


.btn {
    padding: 12px 35px;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600;
    text-align: center;
    transition: .5s all;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    font-family: "Inter", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #e63f15 !important;
    border: none;
}


h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    color: #0b1227;
    line-height: 52px;
} 


.btn-block .btn:first-child {
    margin: 0 10px 0 0;
}


.info-banner h1 {
    color: #fff;
    font-size: 3rem;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
}


.info-banner p {
    font-size: 1.25rem;
    color: #ffff;
    line-height: 30px;
    margin: 0 0 35px;
}


.our-banner {
    padding: 120px 0 80px;
    z-index: 2;
    background: url("../images/main-banner.png") no-repeat;
    background-size: cover;
    background-position: 50%;
    background-color: #000a1b;
}


header  .btn-head {
    text-align: right;
}

header .btn-head a img {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.copyright {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    background: #000000;
}

.copyright p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}

.copyright ul {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.copyright ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.copyright ul li {
    position: relative;
    z-index: 1;
}

.copyright ul li:first-child::before {
    position: absolute;
    content: "";
    right: -21px;
    top: 15%;
    width: 2px;
    height: 70%;
    background: #ffffff;
}

.info-banner span.badge {
    position: absolute;
    right: -80px;
    top: 55px;
}


.heading h2:last-child {
    margin-bottom: 0;
}

.heading {
    margin-bottom: 60px;
}

.btn svg {
    transform: rotate(-45deg);
    transition: .5s all;
    margin-left: 11px;
}

.btn:hover svg {
    transform: rotate(360deg);
}


div.popupform {
    padding: 10px 90px 60px 50px;
    overflow: hidden;
    width: 940px;
    height: 650px;
    transform: scale(0.9);
    background: transparent;
}

div.popupform .popup-content {
    width: 390px;
    height: auto;
    z-index: 1;
    padding: 30px 20px;
    position: relative;
    top: 0px;
    border-radius: 0;
    text-align: center;
    margin: 0;
    left: -50px;
    background: #fff;
    border: 5px solid #24c4d8;
}

div.popupform .modal-body {height: 100%;background: url(../images/bg-popup.jpg) no-repeat;background-size: cover;margin-block: 0;position: relative;z-index: 1;border: 5px solid #ffcd4d;border-radius: 0;display: flex;align-items: center;left: 0;}


button.fancybox-button.fancybox-close-small {
    background: url("../images/pop-close.png") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    opacity: 1;
    right: 80px;
    top: 0;
}

button.fancybox-button.fancybox-close-small svg {
    display: none;
}

div.popupform .popup-content h3 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 9px;
    color: #353535;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

div.popupform .popup-content .form-control {
    height: 46px;
    background: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 15px;
    resize: none;
    border: 1px solid #c4c3c3;
}

div.popupform .popup-content textarea.form-control {height: 90px;}

div.popupform .popup-content input.btn.btn-red {
    display: block;
    width: 100%;
    border-radius: 50px;
    background: #d00304 !important;
    position: relative;
    z-index: 1;
}

div.popupform .popup-content p > span {
    color: #d00304;
    font-weight: 600;
}

div.popupform .modal-body::before {
    position: absolute;
    content: "";
    background: url("../images/pop-bg1.png") no-repeat;
    width: 260px;
    height: 260px;
    background-size: 100%;
    right: -90px;
    bottom: -70px;
    z-index: 2;
}

div.popupform .popup-content button.btn.btn-blue {
    width: 100%;
    border: none;
}

div.popupform .modal-body h4 {
    font-size: 1.1rem;
    font-weight: 400;
    position: relative;
    border-radius: 0;
    display: inline-block;
    text-transform: none;
    /* letter-spacing: 1px; */
    margin-bottom: 15px;
    background: #ffcd4d;
    color: #000000;
    padding: 5px 0;
    width: 100%;
}

h6 {
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: 1px;
    background: #f34a14;
    padding: 4px 20px 3px;
    border-radius: 20px;
    border: 2px solid #59f884;
    color: #fff;
}

.info-banner h5 {font-weight: 400;font-size: 1.63rem;color: #fff;margin-bottom: 0;line-height: 32px;width: 82%;margin-inline: auto;left: -20px;position: relative;letter-spacing: 4px;}


.our-banner .container {
    position: relative;
    z-index: 1;
}


header .btn-head a.btn-msg {
    margin-right: 0;
    color: #000000;
    font-size: 18px;
}

header .btn-head a.btn-msg svg {
    margin-right: 5px;
    position: relative;
    top: 2px;
}



.our-banner .row:first-child {
    justify-content: center;
}

.btn.btn-black {
    background: #000;
    color: #fff !important;
    border-color: #000 !important;
}


.site-logos img {
    width: auto !important;
    filter: brightness(0);
}

.site-logos .item {
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logos {
    padding-block: 10px 60px;
}



.form-control {
    background: #fff;
    border-color: #fff;
    height: 52px;
    margin-bottom: 8px;
    padding: 15px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

textarea.form-control {
    height: 120px;
    margin-bottom: 15px;
}

::placeholder {
    color: #a3a8c0 !important;
}


div.popupform .modal-body h4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 30px;
    background: #fff;
}

div.popupform .popup-content h3 > span {
    color: #e22f07;
}


div.popupform .modal-body h5 {
    font-size: 16px;
    color: #353535;
    font-weight: 600;
    line-height: 22px;
    text-transform: lowercase;
    margin-bottom: 20px;
}

div.popupform .modal-body h5 > span {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 4px;
    word-spacing: 3px;
}



.btn-block.text-center {
    margin-top: 50px;
}

.heading.text-center p {
    width: 75%;
    margin: 0 auto;
}

.owl-nav {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 60px;
    height: 60px;
    background: url("../images/left.png") no-repeat !important;
    background-size: 100% !important;
    margin-inline: 10px;
}

.owl-theme .owl-nav [class*=owl-] span{
    display: none;
}

.owl-carousel .owl-nav button.owl-next{
    transform: scaleX(-1);
    margin-right: 0;
}

button {
    width: 100%;
    z-index: 2;
}

section.or-cta {
    background: #1d2235;
    padding: 40px 0;
    overflow: unset;
    z-index: 2;
}

section.or-cta h3 {
    color: #fff;
    font-size: 2.375rem;
    text-transform: uppercase;
    font-weight: 700;
}

section.or-cta  p {
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
}

section.or-cta p span {
    vertical-align: baseline;
    color: #fff67e;
}

section.or-cta h3 span {
    color: #ff5a00;
    font-family: 'Playfair Display';
    font-style: italic;
    text-transform: none;
}

img.leaf-yellow {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.or-cta .container {position: relative;}

.or-cta .btn-block {
    position: absolute;
    right: 0;
    margin: auto;
    top: 70px;
}

img.cta-arch {
    position: absolute;
    right: 0;
    left: 100px;
    margin: 0 auto;
    bottom: -90px;
}

.owl-testimonial .owl-stage {
    display: flex;
}

.owl-testimonial .item {
    background: #f8f687;
    padding: 50px 35px;
    border-radius: 24px;
    height: 100%;
}

.testimonial .heading p {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
}

.testimonial .heading h2 {
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 500;
    font-weight: 700;
}


section.testimonial:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 62%;
    top: 0;
    background: #f6f4ef;
    z-index: -1;
}

img.testbgwh-r {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

section.footer-up {
    background: url('../images/testbg.jpg') no-repeat scroll center center #1d2135;
    background-size:cover;
    text-align: center;
    padding: 80px 0;
}

section.footer-up * {
    color: #fff;
}

section.footer-up p {font-size: 1.375rem;font-weight: 500;}

.footer-up ul {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.footer-up ul a {
    color: #fff;
    font-size: 1.2rem;
}

.footer-up ul li {
    margin: 0 30px;
}

section.our-story{
    background: url('../images/multbg.jpg') no-repeat scroll center center;
    background-size:cover;  
}

.info-ser {
    background: #fbf7ef;
    height: 100%;
    padding: 20px;
    border: 1px solid #ede8db;
    border-radius: 10px;
    margin-top: 0;
}

.ser-box {
    height: 133px;
    width: 133px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.ser-box img {
    max-width: none;
}

.ser-txt {
    margin-top: 40px;
}

.our-story .col {
    margin-top: 40px;
    padding: 0 5px;
}

.ser-txt h4 {
    padding-left: 20px;
    border-left: 2px solid #ffc000;
    color: #112133;
    font-size: 1.375rem;
}

.ser-txt p {
    color: #373737;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 0;
} 


.cta {
    background: url("../images/bg-cta2.png") no-repeat;
    background-size: cover;
    background-position: 45%;
    height: 622px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.cta h4::before {
    position: absolute;
    content: "";
    height: 5px;
    background: #33b0c7;
    width: 70%;
    right: 0;
    bottom: 5px;
}

.cta h2 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 44px;
    margin-bottom: 40px;
}

.custom-form {
    background: #24c4d8;
    text-align: center;
    padding: 30px 20px 30px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    box-shadow: 12px 12px #000c32ad;
}

.custom-form h3 {
    font-size: 1.5rem;
    color: #000e3c;
    font-weight: 800;
    margin-bottom: 16px;
    padding-bottom: 12px;
    text-align: left;
    line-height: 27px;
    position: relative;
    z-index: 1;
}

.custom-form h3 >span {
    color: #e52f12;
    font-size: 1.6rem;
}

.custom-form h4 {
    color: #191818;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 25px;
}

.custom-form h4 span {
    background: #680b0f;
    color: #fffc00;
    font-weight: 700;
    display: inline-block;
    padding: 0 6px;
    line-height: 28px;
}

.custom-form .form-control {
    height: 45px;
}

.form-control {
    height: 42px;
    margin-bottom: 10px;
    resize: none;
    font-size: 14px;
    background-color: #f1f1f1;
    border-radius: 0;
    border-color: transparent;
    color: #a9a4af;
}

.custom-form textarea.form-control {
    height: 100px;
    margin-bottom: 20px;
}


.custom-form  button.btn.btn-yellow {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    background: rgb(15,68,67);
    background: linear-gradient(90deg, rgba(15,68,67,1) 0%, rgba(93,180,164,1) 100%) !important;
    color: #fff !important;
}

.custom-form img.bg-form {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: -1;
}


.custom-form h3::before {
    position: absolute;
    content: "";
    width: 77%;
    height: 1px;
    bottom: 0;
    left: -15px;
    background: #ffcd1f;
}

.custom-form ::placeholder {
    color: #a9a4af;
}

header .btn-block .btn:first-child {
    margin: 0;
}

.info-banner h1 > span {
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
    color: #da7719;
    font-size: 4.5rem;
    font-style: italic;
}

.btn.btn-blue {
    background: #30b0c9 !important;
    border-color: #30b0c9 !important;
    color: #fff !important;
}

.btn.btn-orange {
    background: #da7719 !important;
    border-color: #da7719 !important;
    color: #fff !important;
}

.our-about .row {
    align-items: start;
}

.our-about ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.our-about ul li {
    width: calc(50% - 10px);
    padding-left: 40px;
    position: relative;
    z-index: 1;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}

.our-about ul li::before {
    position: absolute;
    content: "";
    background: url("../images/tick.png") no-repeat;
    width: 36px;
    height: 27px;
    background-size: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.our-about p > span {
    color: #da3c14;
    font-weight: 600;
    font-style: italic;
}

h2 > span {
    color: #da7719;
    font-style: italic;
    font-family: 'Playfair Display' , sans-serif;
    font-weight: 800;
    line-height: normal;
}


.our-about{
    background: url("../images/bg-about.png") no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}

.cta h4 {
    color: #ef8521;
    font-family: 'Playfair Display';
    font-size: 1.85rem;
    font-style: italic;
    margin: 0 0 10px;
    line-height: 36px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding-top: 30px;
}

.owl-testimonial h5 {
    color: #010646;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Playfair Display';
    letter-spacing: 1px;
}


.our-process{
    background: url("../images/bg-process.png") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.info-pro {
    text-align: center;
    min-height: 264px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/bg-circle.png") no-repeat;
    background-size: 100%;
    width: 100%;
    background-position: 100%;
}

.info-pro span {
    display: block;
    position: absolute;
    bottom: -10px;
    background: -webkit-linear-gradient(#00000052, #00000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 5rem;
    font-weight: 700;
    line-height: 5rem;
}

.info-pro h4 {
    color: #ffffc9;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
}

.our-process [class*='col']:nth-child(-n+4) {margin-bottom: 30px;}

.our-process h2,.our-process p {
    color: #fff;
}

.our-process h2 > span {
    color: #fff;
}


.our-process{
    background: url("../images/bg-process.png") no-repeat;
    background-size: cover;
    background-position: 50%;
}

.our-genre{
    background: url("../images/bg-gen.png") no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-top: 240px;
    margin-top: -160px;
}

.our-genre h2 , .our-genre p , .our-genre h4 {
    color: #fff;
}

.info-gen {
    padding-left: 250px;
    position: relative;
    z-index: 1;
}

.info-gen h4 {
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 20px 50px 20px 20px;
    background: #da7719;
    border-radius: 10px 0 0 10px;
    width: 230px;
}

.info-gen p {
    color: #bdcae1;
}

.info-gen::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #d9772a;
    left: 230px;
}

.our-genre [class*="col"]:nth-child(-n+4) {
    margin-bottom: 60px;
}

div.popupform .popup-content button.btn.btn-yel {
    background: #e33913 !important;
    border-radius: 10px;
}
   
   
   
 .thankyou-banner {
    text-align: center;
    background: url(../images/thanks-banner.jpg);
    display: -webkit-flex;
    display: inline-flex
;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    line-height: 21px;
}

a.live-chat-thank {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff !important;
    text-transform:  uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}
.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}
.thankyou-banner h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 58px;
    color: #fff;
    margin-top: 20px;
}
.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}
header .btn-head img {
    max-width: 30px;
}
.thankyou-banner p {
    color: white;
    line-height: 30px;
    font-size: 19px;
} 

.our-banner.inn-banner {
    padding-top: 160px;
}   

.content-page ul {
    margin-bottom: 20px;
}

.content-page ul li {
    list-style: square inside;
    margin-bottom: 10px;
}

.content-page ol li {
    list-style: square inside;
    margin-bottom: 10px;
}


h5.sub-heading {
    margin-bottom: 20px;
    font-weight: 600;
}

.info-gen figure img {
    width: 100%;
    border-radius: 10px;
}   

.our-story .row {
    align-items: unset;
}   

a.tel-phone {
    color: #fff;
    margin-right: 30px;
    font-size: 1.3rem;
    font-weight: 500;
}

a.tel-phone svg , a.tel-phone i {
    margin-right: 6px;
}


.footer-up ul li svg , .footer-up ul li i {
    color: rgb(250 87 28) !important;
    fill: rgb(250 87 28) !important;
} 
.footer-up ul.addr a * {
    color: rgb(250 87 28) !important;
}

   