/*
Theme Name: donald Child
Theme URI: https://bootscore.me/
Template: donald
Author: donald
Author URI: https://bootscore.me
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. Documentation. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Tags: featured-images,threaded-comments,translation-ready
Version: 5.3.4.1714034907
Updated: 2024-04-25 08:48:27

*/

:root {
    --primary-color: #01216f;
    --secondary-color: #d30000;
    --body-font-color: #666666;
    --black-color: #000000;
    --white-color: #ffffff;
    --bg-light-color: #f0efeb;
    
}
a {
    color: transparent;
    text-decoration: none;
}

body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* Spacers Start */
.space-p-t {
    padding-top:100px;
}

.space-p-b {
    padding-bottom:100px;
}

.space-p-tb {
    padding:100px 0;
}

.space-m-t {
    margin-top:100px;
}

.space-m-b {
    margin-bottom:100px;
}

.space-m-tb {
    margin:100px 0;
}


/* Spacers End */
/* h1{
    font-family: "Crimson Text", serif;
}
h2{
    font-family: "Crimson Text", serif;
} */
/* Header Css start */
.header-active{
    background-color: #000000e3;
}
/* .active {
    background-color: var(--primary-color);
    color: #fff;
} */
.site-header{
    padding: 15px 0;
}

.logo{
    transition: 0.3s ease-in;
}

.header-active #nav-main img {
    max-width: 70px;
}
    
.header-active.site-header {
    padding: 0px 0;
    
}


.navbar-nav li{
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    margin: 0 20px;
}
.navbar-nav li a{
    color: var(--white-color);
    font-weight:500;
    text-decoration: none;
    text-transform: uppercase;
}

a.nav-link.active {
    color: rgb(145 145 145) !important;
    font-weight: 600;
}

a.nav-link:hover {
    color: rgb(217 217 217) !important;
    font-weight: 500;
}

.top-phone .cm-btn{
  border: 0;
  border-radius: 20px;
  font-weight: 600;
  padding: 14px 20px;
  margin-top: 0;
}
.top-phone .cm-btn i{
    font-size: 20px;
    margin-right: 13px;
    color: var(--secondary-color);
}
.top-phone .cm-btn:hover{
    background-color: var(--white-color);
    color: var(--black-color);
}
/* Header Css End */
/* Home Page css Start */

.main-banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height:900px;
    position: relative;
    padding-top: 250px;    
    display: flex;
    align-items: center;
}

.main-banner h3{
    font-size: calc(26px + (40 - 26) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    position: relative;
	    padding-top: 70px;
}
.main-banner h2{
    font-size: calc(28px + (50 - 28) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 0;
    padding-bottom: 0;
    line-height: 1;
    position: relative;
    margin: 0;
}

.main-banner h1{
    font-size: calc(40px + (110 - 40) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color:var(--white-color);
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

.banner-donald {
    display: flex;
    gap: 14px;
    align-items: baseline;
}

.banner-donald span {
    font-size: 25px;
    color: #fff;
}

.acheivment-logos {
    padding-top: 20px;
    padding-bottom: 20px;
}

img.ach-logo.px-2{
    width: 130px;
}

img.ach-logo.px-4{
    width: 170px;
}

.main-banner p{
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--body-font-color);
    position: relative;
    padding-bottom:30px;
}

.main-banner:after {
    content: "";
    height: 120px;
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    margin-bottom: -1px;
}

.banner-img {
    position: relative;
    z-index: 99;
    right: -30px;
    top: 0;
}

.toc-sec{
    position: relative;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: top right;
}


.ctm-title-thin{
    color: #012169;
    font-size: calc(1.1rem + 0.6vw);
    font-weight: 200;
    line-height: 1;
    margin-bottom: 0;
}

.ctm-title-thick{
    color: #012169;
    font-weight: 700;
    font-size: calc(2.3rem + 0.6vw);
    line-height: 1;
}


/* Boxes Slider CSS Start */


/* About Section */

.review-stars-holder {
    display: flex;
    gap: 10px;
    padding-top:20px;
    
}
.fa-stars i{
    color: #d30000;
    font-size: 20px;
}


.owner-image-holder {
    padding-top: 60px;
    margin-left: -60px;
}

/* About Section end */

/* the slides */
.discover-box-slider .slick-slide {
    margin: 0 10px;
}
/* the parent */
.discover-box-slider .slick-list {
    margin: 0 -10px;
}

.box-cont-holer {    
    padding: 60px 20px 20px;
    margin-top: 48px;
    position: relative;
    border-radius: 15px;
    min-height: 240px;
}

.dis-box-icon {
    max-width: 85px;
    position: absolute;
    top: -40px;
    left: 22px;
}

.box-color-1{
    background-color: #eef6f5;
}

.box-color-2{
    background-color: #f8f4ef;
}

.box-color-3{
    background-color: #eeeff8;
}

.box-color-4{
    background-color: #f6eef8;
}

.box-color-5{
    background-color: #f0e1e3;
}

/* Boxes Slider CSS end */


.cm-btn{
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding:15px 50px;
    position:relative;
    text-transform:uppercase;
    text-decoration: none;
    margin-top: 20px;
    border:0;
    letter-spacing:1px;
    display: inline-block;

}
.cm-btn:hover{
    background-color: var(--secondary-color);
    color: var(--black-color);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.common-title{
    font-family: "Crimson Text", serif;
    font-size: calc(30px + (70 - 30) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    color:var(--primary-color);
    position: relative;
    margin-bottom: 20px;
}

.available-sec-text{
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}

.common-text{
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color:var(--body-font-color);
    position: relative;
    margin-bottom: 20px;
}

.ourbook-sec {
    position: relative;
}
.ourbook-sec::before {
    content: "";
    background-image: url('./assets/images/ourbook-shape.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 373px;
    height: 470px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.book-slider{
    /* max-width:850px;
    margin-left: auto; */
    position: relative;
   
}
.book-slider::before{
    content: "";
    width: 148px;
    height: 700px;
    position: absolute;
    background-color: var(--white-color);
    top: 0;
    right: 0;
    z-index: 9;

}
.book-slider .book-item{
    margin:0 30px;
}
/* .book-slider .book-item img{
    width: 100%;
} */
.book-box{
    max-width:700px;
    margin-right: auto;
}
.ourbook-sec label{
    display: inline-block;
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--black-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    background-color: var(--secondary-color);
    padding: 5px 5px 5px 60px;
    margin-bottom: 20px;
}
.ourbook-sec label::before{
    content: "";
    width: 30px;
    height: 1px;
    background-color: var(--black-color);
    position: absolute;
    left:15px;
    top:16px;
}

.ourstory {
    position: relative;
}
.ourstory .ourstory-img1 img{
    width: 100%;
    margin-bottom: 20px;
}
.ourstory h3{
    font-family: "Crimson Text", serif;
    font-size: calc(24px + (50 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 20px;
    padding-left: 60px;
}
.ourstory h3::before{
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    left:0;
    top:20px;
}
.ourstory-left{
    max-width: 800px;
    margin-left: auto;
    padding-right: 60px;
    padding-top: 60px;
    padding-left: 3%;
}
.ourstory-img2 img{
    border: 20px solid var(--primary-color);

}
.ot-r2{
    margin-top:-100px;
}
.ourstory-left-inner{
    max-width:200px;
    text-align: center;
    padding-top: 40px;
}
.ourstory-left-inner h6{
    font-family: "Crimson Text", serif;
    font-size: calc(18px + (25 - 18) * ((100vw - 300px) / (1920 - 300)));
    color: var(--primary-color);
}

.ourstory-left-inner span{
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--black-color);
  
}

.blog-sec {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.blog-sec h2{
    position: relative;
}

.bg-body-tertiary.rounded {
    display: none;
}



/* Tabele of content sec */

.is-number-box {
    display: flex;
    gap: 15px;
    background-color: var(--bg-light-color);
    margin-bottom: 36px;
    padding: 12px 15px;
    align-items: center;
    box-shadow: 3.18px 5.088px 11px 0px rgba(0, 0, 0, 0.15);
}

.is_numb {
    flex: 1 0 40px;
    max-width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}

/* Tabele of content sec end */


/* Feature Story CSS */

.fs-blog-title {
    font-size: 22px;
}

.fstory-box{
    background-color:#f0efeb ;
}

.fstory-img {
    max-width: 350px;
    margin: 0 auto;
    border-radius: 50%;    
    border: 1px solid #acaeb1;
    box-shadow: 0px 0px 0px 2px #acaeb1;
    padding: 20px;
    margin-top: -57px;
    position: relative;
}

.fstory-img img {
    border-radius: 50%;
    max-width: 320px;
    width: 100%;
}

.fstory-box.slick-slide.slick-active:hover {
    background-color: #fff;
    box-shadow: 1.18px 5.088px 12px 0px rgba(0, 0, 0, 0.15);
}

.date-circle {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: blue;
}

.date-circle {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #01216f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    right: 0;
    margin: auto;
    top: 90%;
}

.f-story-cont {
    padding: 50px 20px 30px;
    text-align: center;
}

/* the slides */
.blog-slider .slick-slide {
    margin: 0 10px;
}
/* the parent */
.blog-slider .slick-list {
    margin: 0 -10px;
}

/* Feature Story CSS  End*/


.blog-box{
    margin-bottom:40px;
    
}
.blog-box .blog-img img{
    width:100%;
}
.blog-box .blog-text {
    background-color: #1f361d;
    padding:30px 45px;
}
.blog-box .blog-text h6{
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: var(--white-color);
    text-decoration:none;
}
.blog-box .blog-text label{
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-decoration:none;
    
}
.blog-box .blog-text label i{
    margin-right: 5px;
}
.blog-box .blog-text-botton{
    margin-top: 15px;
}
.blog-box .blog-text span{
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin-right:40px;
}
.blog-box .blog-text span i{
    margin-right: 5px;
}
/* .blog-nav-buton{
    position: relative;
} */
.blog-nav-buton button{
    background-color: transparent;
    border: 0;
}

.blog-nav-buton {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

/* .blog-nav-buton #nextb{
    position: absolute;
    left:-52px;
    top:-250px;
} 
.blog-nav-buton #prevb{
    position: absolute;
    right:-52px;
    top:-250px;
}  */
.avaiblie-sec{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:780px;
    padding:30px 0;
    /* margin-bottom:80px;
    display: flex; */
    align-items: center;
    position: relative;
    z-index: 1;
}

.avaiblie-sec h5{
    font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight:300;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.avaiblie-sec h3{
    font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: #fff;
    text-transform: uppercase;
}
.avaiblie-sec span{
    font-size:calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    color: #d30000;
    text-transform: uppercase;
    margin: 0;
}

.goolg-img.mt-3 {
    padding-bottom: 200px;
}

.avaible-img {
    position: relative;
    /* bottom: -102px; */
}
section.avaiblie-sec:after {
    content: "";
    width: 100%;
    height: 150px;
    background-color: #f0efeb;
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: 0;
    margin-bottom: -1px;
}

.tests-sec{
    padding-top: 52px;
    position: relative;
    background-image: url('./assets/images/bg-testimonial-sec.png'), url('./assets/images/tests-author.png');
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: var(--bg-light-color);
}

.tests-card {
    background-color: #fff;
    padding-left: 100px;
    padding-top: 40px;
    padding-right: 44px;
    padding-bottom: 40px;
	min-height:280px;
}

.tests-card::before {
    content: "";
    background-image: url(./assets/images/quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.card-icon {
    position: relative;
    top: 12px;
    right: 70px;
}

.card-content{
    color: #787878;
}

.card-name {
    font-family: inherit;
    color: #012169;
    font-size: 18px;
    font-weight: 600;
}

.card-profile {
    padding-right: 45px;
    margin-top: -16px;
}

h5.card-country {
    font-size: 14px;
    font-family: 'Poppins';
    color: #a8a8a8;
    font-weight: 600;
    margin-top: -20px;
}

.slick-arrow {
    border: none;
    background: transparent;
}

.testimonial-nav-button {
    padding-top: 40px;
}

/* .testimonial-sec{
    position: relative;
} */
.testimonial-sec h3{
    font-size: calc(24px + (50 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--black-color);
    font-family: "Crimson Text", serif;
    position: absolute;
    left: -35px;
    /* top: 50%; */
    transform: rotate(270deg);
    bottom:28%;
}
.testimonial-sec h3::before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: var(--black-color);
    position: absolute;
    left: -70px;
    top: 25px;
}
/* .testimonail-slider{
    max-width: 600px;
    margin: 0 auto;
    position: relative;
} */


/* the slides */
.testimonail-slider1 .slick-slide {
    margin: 0 15px;
}
/* the parent */
.testimonail-slider1 .slick-list {
    margin: 0 -15px;
}

.testimonail-slider::before{
    content: "";
    background-image: url(./assets/images/icons/quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 118px;
    height: 81px;
    position: absolute;
    top: -16%;
    left: 13px;
}
.testimonial-sec .bggreen{
    background-color:var(--primary-color);
    max-width:90%;
    margin-left: auto;
}
.testimonail-nav-buton{
    max-width: 100px;
    margin-left: 100px;
    padding-top: 30px;

}
.testimonail-nav-buton button{
    background-color: transparent;
    border: 0;
}
.testimonail-nav-buton button img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(119deg) brightness(103%) contrast(102%);
}
.testimonail-nav-buton button:hover{
    filter: brightness(0) saturate(100%) invert(92%) sepia(11%) saturate(863%) hue-rotate(62deg) brightness(105%) contrast(103%);
}
.testimonial-right img{
    width: 100%;
}
.testimonial-item{
    max-width:650px;
    margin:0 auto;
}
.testimonial-item p {
    font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
    color: var(--white-color);
    padding-bottom:25px;
    
}
.testimonial-bottom span{
    font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    color: var(--white-color);
    margin-right:15px;
}
.testimonial-bottom label{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:400;
    color: var(--white-color);
}
.getin-sec {
    position: relative;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 3.18px 5.088px 11px 0px rgba(0, 0, 0, 0.15);
    background-color: var(--bg-light-color);
    /* min-height: 700px; */
}
.getin-sec form input{
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
   height: 65px;
   width: 100%;
   border: 0;   
   padding: 5px 20px;

}

::placeholder {
    color: #01216f;
}

.getin-sec form textarea{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    height: 150px;
    width: 100%;
    border: 0;   
    padding: 15px 20px;
    
 }
.getin-sec h4{
    color: #01216f;
    font-size:calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight:300;
}
.getin-sec h3{
    color: #01216f;
    font-size: calc(2.3rem + 0.6vw);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.getin-sec h5{
    color: #202020;
    font-size:calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight:700;
    text-transform: uppercase;
    padding-top: 50px;
}
.getin-sec .gt-phone{
    display: block;
    font-size:calc(20px + (22 - 20) * ((100vw - 300px) / (1920 - 300)));
    text-decoration: none;
    font-weight:700;
    color: #d30000;
}

.getin-sec .gt-email{
    display: block;
    font-size:calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    text-decoration: none;
    font-weight:300;
    color: #1f361d;
}

.social-list-getin{
    padding: 0;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: start;
}
.social-list-getin li{
    list-style: none;
    margin-right: 10px;
}
.social-list-getin li img{
    width:25px;
    height:25px;
}
.social-list-getin li a{
    text-decoration: none;
    color: var(--body-font-color);
}
 
/* Home Page css Start */
/* Inner Page Css Start */
.inner-banner{
    min-height: 450px;
    background-color: #e8e7e7;
    display: flex;
    align-items: center;
    position: relative;
    padding: 120px 0 60px;

}

.inner-banner h2{
    font-family: "Crimson Text", serif;
    font-size: calc(28px + (52 - 28) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    color:#e1e1e1;
    position: relative;
    margin-bottom: 0px;
}

nav.breadcrumb-scroller.mb-4.mt-2.py-2.px-3.bg-body-tertiary.rounded {
    display: none;
}

footer.entry-footer.clear-both {
    display: none;
}

.inner-banner h2 {
    color: #cbcbcb;
}

/* -------------- Blogs Post css ----------- */

.entry-content p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.entry-header h1 {
    font-size: calc(14px + (52 - 28) * ((100vw - 300px) / (1920 - 300)));
    font-family: "Crimson Text", serif;
    font-weight: 500;
}

.entry-content h2 {
    font-size: calc(10px + (52 - 28) * ((100vw - 300px) / (1920 - 300)));
    font-family: "Crimson Text", serif;
    font-weight: 600;
}

li.page-item {
    display: none;
}

label.wp-block-search__label {
    display: none;
}

input#wp-block-search__input-1 {
    width: 70%;
    height: 4%;
}

.wp-block-search__button.wp-element-button {
    font-size: calc(7px + (16 - 12) * ((100vw - 300px) / (1920 - 300))) !important;
    margin-top: 0px !important;
    width: 30%;
    margin-left: 2px;
    padding: 0px !important;
    background-color: #01216f;
    color: #fff;
}

.wp-block-search__inside-wrapper {
    display: flex;
}

.wp-block-heading {
    font-size: calc(24px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-family: "Crimson Text", serif;
}

.wp-block-latest-posts__post-title {
    color: #737373;
    font-size: 16px;
}

.wp-block-latest-posts__post-title:hover {
    color: #01216f;
}

.wp-block-archives-list a {
    color: #737373;
}

section#block-6 {
    display: none;
}

input#commentsubmit {
    font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    background-color: #01216f;
    color: #fff;
    padding: 15px 50px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    border: 0;
    letter-spacing: 1px;
}

input#commentsubmit:hover {
    background-color: #ffffff;
    color: #01216f;
    border: 1px solid #01216f;
}

.entry-content strong {
    font-family: "Crimson Text", serif;
    font-size: calc(16px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
}




/* _____________________ End ________________________ */

.book-page-sec{
    position: relative;
}
.book-page-sec label{
    font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
    color:var(--primary-color);
    font-style:italic;
}
.book-page-sec h3{
    font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
    color:var(--primary-color);
    margin-bottom: 20px;
  
}
.book-page-sec .reviews{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.book-page-sec .reviews .stars{
    color: var(--primary-color);
    margin-right: 20px;
}
.book-page-sec .reviews label{
    color: var(--body-font-color);
    font-size:14px;
    font-style: normal;
}
.nav-pills{
    border-bottom: 1px solid var(--primary-color);
}
.nav-pills .nav-link{
    background-color: transparent;
    border: 0;
    color: var(--primary-color);
    border-radius: 0;
    padding:15px 50px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--primary-color);
    background-color: transparent;
    border-bottom: 3px solid var(--primary-color);

}
.tab-content .active{
    background-color: transparent;
}
.btn-box{
    background-color: var(--primary-color);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 230px;
    color: var(--white-color);
}
.btn-box-inn{
    display: grid;
}
.btn-box-inn em{
    font-size: 12px;
    font-weight: 600;
    color: var(--white-color);
    font-style: normal;
    margin: 0;
}
.btn-box i{
    font-size:30px;
}
.btn-box-inn span{
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    color:var(--white-color);
    text-transform: capitalize;
}
.btn-box:hover{
    background-color: var(--secondary-color);
    color: var(--black-color);
    transition: 0.6s;
  
}
.btn-box:hover i{
    color: var(--black-color);
}
.btn-box:hover .btn-box-inn em{
    color: var(--black-color);
}
.btn-box:hover .btn-box-inn span{
    color: var(--black-color);
}
.book-sec-img{
    position: relative;
}
.book-sec-img:hover img{
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
}

.brd-line{
    border-bottom:1px solid #333;
    margin-bottom:40px;
    padding-bottom:20px;
}
.number-box{
    display: flex;
    align-items: center;
}
.number-box label{
    font-size: calc(30px + (65 - 30) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    color: var(--primary-color);
}
.number-box em{
    font-size: 15px;
    color: #333;
    font-weight:400;
    margin-right: 25px;
    font-style: normal;
}
.event-left h3{
    font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight:600;
    color: var(--black-color);
    opacity: 0.8;
}
.event-right{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.event-right h5{
    font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
    color: #111;
    
}
.event-right-in-left label{
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    font-weight:500;
    color: #111;
    font-style: normal;
}
.event-right-in-left label em{
    color: var(--primary-color);
    font-style: normal;
}

/* inner Page Css End */

/* Custom Css Start */
.comments-link a{
    color: var(--body-font-color);

}

/* Custom Css End */
/* Footer Css Start */
.newsletter{
    position: relative;
    padding:80px 0 40px;
}
.footer-logo{
    text-align: center;
    margin-bottom: 40px;
}

.newsletter .newsletter-box{
    position: relative;
}
.newsletter-box input{
    border: 0;
    border-bottom: 1px solid var(--black-color);
    height: 50px;
    width: 100%;
    position: relative;
    padding: 5px 10px;
}
.newsletter-box button{
    background-color: transparent;
    border: 0;
    color: var(--black-color);
    font-size:calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
    position: absolute;
    top: 14px;
    right: 0;
}

.ft-bar{
    border-bottom:1px solid var(--black-color);
    padding:40px 0 0;
    margin-bottom:0;
}

.main-footer {
    position: relative;
    padding-bottom: 20px;
    padding-top: 40px;
}

.social-list{
    padding: 0;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-list li{
    list-style: none;
    margin: 0 20px;
}
.social-list li a{
    text-decoration: none;
    color: var(--body-font-color);
}
#menu-footer-menu{
    list-style: none;
    padding-left: 0;
    text-align: center;
}

#menu-footer-menu li{
    display: inline-block;
}

.footer-list li{
    list-style: none;
    margin-right:50px;
}
.footer-list li a{
    font-size:calc(16px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    color: #01216f;
    font-weight: 600;
    text-decoration: none;
    /* text-transform: uppercase; */
}

.logo-holder {
    text-align: center;
    margin-bottom: 35px;
}

.copyright{
    text-align: center;
}
.copyright p{
    margin-bottom: 0;
    color: var(--primary-color);
    font-weight: 600;
    font-size: calc(16px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
}
.top-button.visible{
    background-color: var(--secondary-color);
}
.top-button{
    left:3%!important;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    line-height: 2;
}
/* Footer Css End */


.ctm-pricing{
    display:block;
    font-size: 30px;
    font-weight:bold;
    color:#d30000;
    margin-top:40px;
}

.testimonial-sec {
    position: relative;
}

.blog-page-sec .fstory-img{
    margin-top:0;
}

a.url.fn.n {
    color: #01216f;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li {
    margin-bottom: 15px;
}

@media(max-width:1600px){


    .box-cont-holer {
        min-height: 270px;
    }

    .ourbook-sec::before{
        opacity: 0.5;
    }
    .avaiblie-sec{
        height: auto;
        margin-bottom:0px;
    }

    .goolg-img.mt-3 {
        padding-bottom: 80px;
    }

    section.avaiblie-sec:after {
        height: 216px;
    }
 
}
@media(max-width:1400px){

/* ------ Navbar ----------- */

a.nav-link {
    padding: 0px;
}

.top-phone .cm-btn {
    padding: 14px 20px;
    display: flex;
    font-size: 13px;
    margin-top: -4px;
}

.top-phone .cm-btn i.fa-solid.fa-phone {
    margin-right: 6px;
}



/* --------------- book section ------------ */

.box-cont-holer {
    padding: 60px 20px 20px;
    margin-top: 48px;
    position: relative;
    border-radius: 15px;
    min-height: 244px;
}

    .book-slider::before{
        height: 500px;
    }
    .ourstory-left {
        padding-left: 30px;
    }
   .testimonial-sec h3{
        bottom: 30%;
    }
    .avaiblie-sec{
        height: auto;
        margin-bottom:0px;
    }

    .goolg-img.mt-3 {
        padding-bottom: 140px;
    }

    section.avaiblie-sec:after {
        height: 200px;
    }
    .tests-card {
        min-height: 282px;
    }
    /* .getin-sec h3 {
        font-size: calc(2rem + 0.6vw);
    }
    .getin-sec h4 {
        font-size: calc(1rem + 0.6vw);
    } */

}
@media(max-width:1199px){

    /* ------ Navbar ----------- */

    .goolg-img.mt-3 {
        padding-bottom: 60px;
    }

    section.avaiblie-sec {
        padding-top: 20px;
        padding-bottom: 80px;
    }

    section.avaiblie-sec:after {
        height: 140px;
    }    

    .top-phone .cm-btn {
        padding: 10px 16px;
        display: flex;
        font-size: 14px;
        margin-top: -4px;
        width: 170px;
    }

    .main-banner h3 {
        font-size: calc(10px + (40 - 26) * ((100vw - 300px) / (1920 - 300)));
        padding-bottom: 6px;
    }
    
    .main-banner h2 {
        font-size: calc(28px + (50 - 28) * ((100vw - 300px) / (1920 - 300)));
        padding-bottom: 6px;
		padding-top:0px;
    }
    
    .main-banner h1 {
        font-size: calc(45px + (50 - 28) * ((100vw - 300px) / (1920 - 300)));
    }
    
    section.main-banner {
        padding-top: 174px;
    }
    
    a.navbar-brand {
        width: 120px;
    }
    
    .fa-solid.fa-star {
        font-size: 20px;
    }
    
    .banner-donald {
        gap: 6px;
    }
    
    .acheivment-logos {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    img.ach-logo.px-2 {
        width: 80px;
    }
    
    img.ach-logo.px-4 {
        width: 130px;
    }
    
    .cm-btn {
        font-size: calc(10px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
        margin-top: 14px;
        padding: 12px 32px;
    }
    
    /* .banner-img {
        width: 500px;
        right: -22px;
    } */
    
    .main-banner::after {
        height: 100px;
    }
    
    .is-number-box {
        margin-bottom: 14px;
        font-size: 14px;
        padding: 8px 8px;
        gap: 6px;
    }
    
    .is_numb {
        max-width: 34px;
        height: 34px;
    }
    

    .box-cont-holer {
        min-height: 220px;
    }
    
    .tests-sec {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    
    .tests-card {
		padding-left: 50px;
		padding-top: 18px;
		padding-right: 30px;
		padding-bottom: 20px;
		min-height: 252px;
	}
    
    .card-icon {
        width: 25px;
        right: 34px;
        top: 16px;
    }
    
    .testimonial-nav-button {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    .getin-sec h3 {
        font-size: calc(2rem + 0.6vw);
    }
    
    .getin-sec h4 {
        font-size: calc(14px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
    }


/* a.nav-link {
    padding: 0px;
}

.top-phone .cm-btn i.fa-solid.fa-phone {
    margin-right: 6px;
} */

    .space-p-t {
        padding-top:50px;
    }
    
    .space-p-b {
        padding-bottom:50px;
    }
    
    .space-p-tb {
        padding:50px 0;
    }
    
    .space-m-t {
        margin-top:50px;
    }
    
    .space-m-b {
        margin-bottom:50px;
    }
    
    .space-m-tb {
        margin:50px 0;
    }
    .main-banner {
        min-height:auto;
    }
    .main-banner::before{
        opacity: 0.2;
    }
    .ot-r2{
        margin-top:0;
    }
    .ourstory-left {
        padding-right: 0;
    }
    .testimonail-slider{
        padding-top: 50px;
    }
    .book-slider::before{
        display:none;
    }
    .avaible-img{
        bottom: -66px;
    }
    .navbar-nav li{
        margin: 0 4px;
    }
    .blog-nav-buton{
        display: none;
    }
    .blog-sec h2::before{
        display: none;
    }
    .testimonial-sec .bggreen {
        max-width:1100px;
    }
    .testimonial-sec h3{
        left:-52px;
    }
    .blog-box .blog-text{
        padding: 12px 20px;
    }
}
@media(max-width:1024px){
    .testimonial-sec .bggreen {
        max-width: 940px;
    }
}
@media(max-width:991px){


    .navbar-nav li a {
        color: #303030;
        font-size: 20px;
        text-decoration: underline;
        padding-bottom: 14px;
    }
    
    a.nav-link.active {
        color: #d30000 !important;
    }

    .navbar-brand {
        width: 115px;
    }
  
    section.main-banner {
        padding-top: 140px;
        padding-bottom: 20px;
    }
    
    .top-phone a.cm-btn {
        margin-right: 20px;
    }

    .banner-img {
        right: 0;
    }
    
    .main-banner h2 {
        font-size: calc(24px + (50 - 28) * ((100vw - 300px) / (1920 - 300)));
    }
    
    .main-banner h1 {
        font-size: 60px;
    }
    
    .main-banner h3 {
        font-size: calc(16px + (50 - 28) * ((100vw - 300px) / (1920 - 300)));
		        padding-top: 0px;
    }
    
    .banner-donald span {
        font-size: 16px;
    }
    
    i.fa-solid.fa-star {
        font-size: 12px;
    }
    
    .main-banner::after {
        height: 0px;
    }

    .acheivment-logos {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .is-number-box {
        margin-bottom: 12px;
        font-size: 16px;
        padding: 10px 14px;
        gap: 14px;
    }

    .about-content-col {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .tests-sec{
        padding-top: 52px;
        position: relative;
        background-image: url('./assets/images/bg-testimonial-sec.png');
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: var(--bg-light-color);
    }

    .tests-card {
        min-height: 276px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 0px;
        height: 280px;
    }
    
    .card-icon {
        width: 18px;
        right: 26px;
    }
    
    .getin-sec form input {
        height: 44px;
        padding: 5px 10px;
    }
    
    .getin-sec form textarea {
        height: 80px;
        padding: 10px 12px;
    }
    
    ::placeholder {
        font-size: 14px;
    }
    
    .logo-holder img {
        width: 100px;
    }
    
    .footer-list li {
        margin-right: 30px;
    }
    
    .copyright p {
        font-size: 14px;
    }
    
    .footer-list li a {
        font-size: 14px;
    }

    .acheivment-logos .ach-logo {
        padding-right: 5px !IMPORTANT;
        padding-left: 5px !important;
    }
    
    img.ach-logo.px-4 {
        width: 90px;
    }
    
    .ach-logo.px-2 {
        width: 70px !important;
    }
    
    section.avaiblie-sec:after {
        height: 0px;
    }
    
    section.avaiblie-sec {
        height: auto;
    }
    
    .goolg-img.mt-3 {
        padding-bottom: 0px;
    }

    .space-p-t {
        padding-top:40px;
    }
    
    .space-p-b {
        padding-top: 50px;
        padding-bottom:50px;
    }
        
    .space-m-t {
        margin-top:40px;
    }
    
    .space-m-b {
        margin-bottom:40px;
    }
    
    .space-m-tb {
        margin:40px 0;
    }
    .main-banner::before{
        opacity: 0.2;
    }
    .ot-r2{
        margin-top:0;
    }
    .ourstory-left {
        padding-right: 0;
    }
 

    .is-number-box {
        margin-bottom: 12px;
    }

    .testimonial-sec h3::before{
       display: none;
    }
    .testimonail-slider{
        padding-top: 50px;
    }
    .blog-sec h2::before{
        display: none;
    }
    .avaible-img{
        bottom: 0;
    }
    .testimonial-sec h3 {
        left:-60px;
    }
  
}

@media(max-width:767px){

    .space-p-t {
        padding-top:30px;
    }
    
    .space-p-b {
        padding-bottom:30px !important;
    }
    
    .space-p-tb {
        padding:30px 0;
    }
    
    .space-m-t {
        margin-top:30px;
    }
    
    .space-m-b {
        margin-bottom:30px;
    }
    
    .space-m-tb {
        margin:30px 0;
    }
    
    .ourbook-sec::before{
        opacity:0.2;
    }
    .blog-nav-buton{
        display: none;
    }
    .blog-nav-buton #nextb{
        position: relative;
        top:0;
    }
    .blog-nav-buton #nextb{
        position:relative;
        top: 0;
    }
    .blog-box .blog-text{
        padding: 12px 20px;
    }
    .copyright p{
        text-align: center;
    }  
      .testimonial-sec h3 {
        bottom:70%;
        color: var(--white-color);
        left: -40px;
    }
    .footer-list {
        margin-bottom: 20px;
        justify-content: center;
    }
    .ft-bar {
        padding: 0;
        margin-bottom: 0;
    }

    a.navbar-brand {
        width: 90px;
    }

    a.navbar-brand {
        width: 90px;
    }
    
    .banner-img {
        display: none;
    }
    
    .top-phone a.cm-btn {
        padding: 4px 6px;
        font-size: 12px;
        width: 134px;
    }

    .top-phone .cm-btn i.fa-solid.fa-phone {
        margin-right: 4px;
        margin-top: 2px;
    }

    .top-phone .cm-btn i{
        font-size: 14px;
    }
    
    .ctm-title-thick {
        font-size: 24px;
    }
    
    .box-cont-holer {
        min-height: 360px;
    }
    
    .ctm-title-thin {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.6;
    }
    
    section.avaiblie-sec {
        padding-top: 40px;
    }

    .card-profile {
        padding-right: 3px;
        margin-top: -14px;
    }
    
    .card-country {
        margin-top: -26px;
    }

    .tests-card {
        min-height: 276px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 34px;
    }

    .col-lg-12.col-md-12.mb-4 {
        margin-bottom: 10px !important;
    }
    
    button.cm-btn {
        margin-top: -6px;
    }
    
    ul.social-list-getin {
        padding-bottom: 14px;
    }
    
    .getin-sec h3 {
        font-size: 22px;
    }
    
    .logo-holder img {
        width: 70px;
    }
        
    .footer-list li {
        margin-right: 9px;
    }
    
    .footer-list li a {
        font-size: 12px;
    }
    
    .copyright p {
        font-size: 12px;
    }
    
    .navbar-nav li a {
        color: #303030;
        font-size: 20px;
        text-decoration: underline;
        padding-bottom: 14px;
    }
    
    a.nav-link.active {
        color: #d30000 !important;
    }

    .top-phone a.cm-btn {
        margin-right: 4px;
    }

}

@media(max-width:575px){

.tests-card {
    min-height: 240px;
}


}

/* Responsive Media Queries Start */

.avaiblie-sec h3:hover {
	color: rgb(217 217 217);
}