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

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

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

a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


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

@font-face {
    font-family: 'des-morgan';
    src: url(../fonts/des-morgan.ttf);
}

@font-face {
    font-family: 'megila';
    src: url(../fonts/Megila-vmPw4.otf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

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

.all-section-btm {
    padding: 0 0 100px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'des-morgan';
    font-size: 82px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
}

h2 {
    font-family: 'des-morgan';
    font-size: 45px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h3 {
    font-family: 'des-morgan';
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: 'des-morgan';
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h5 {
    font-family: 'des-morgan';
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

h6 {
    font-family: 'des-morgan';
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0 20px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

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

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

/*header css start */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/

/* theme */

.themebtn1 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #fff;
    background-color: #233646;
    border: 1px solid #233646;
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 600;
    text-transform: uppercase;
}

.themebtn1:hover {
    color: #233646;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.themebtn2 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #000000 !important;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
}

.themebtn2:hover {
    color: #ffffff !important;
    background-color: #233646;
    border: 1px solid #ffffff;
}

.themebtn3 {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #6891b2;
    border: 1px solid #6891b2;
    padding: 12px 45px;
    border-radius: 50px;
    font-weight: 500;
}

.themebtn3:hover {
    color: #6891b2;
    background-color: #fff;
    border: 1px solid #6891b2;
}

.container-fluid {
    padding: 0 6%;
}

/* theme */

/* header */

.header-logo img {
    height: 60px;
    object-fit: cover;
}

.menuSection {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff30;
}

.header_btn {
    text-align: end;
}

/* header */

/* banner */

.bnr_bg img {
    width: 100%;
    height: 840px;
    object-fit: cover;
}

.main_slider {
    position: relative;
}

.banner_text h3 {
    font-size: 34px;
    margin-bottom: 20px;
}

.banner_text h4 {
    font-size: 28px;
    margin-bottom: 20px;
}

.banner_text h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 30px;
}

.banner_text p {
    width: 72%;
}

.banner_text *,
.banner_right * {
    color: #ffffff;
}

.bnr_btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bnr_btns .themebtn1 {
    border: 1px solid #ffffff;
}

.banner_right p {
    width: 89%;
}

/* banner */

/* about */

.abt_img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    object-position: 0% 75%;
}

.abt_txt h2 {
    font-size: 76px;
}

.abt_txt h3 {
    font-size: 33px;
}

.abt_txt {
    padding-left: 60px;
}

.about {
    position: relative;
    z-index: 99;
    padding: 120px 0 190px;
    margin-top: -10%;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/abt-shape.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

/* about */

/* statics */

.statics_txt h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.statics_txt p {
    font-size: 14px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #00000082;
    width: 80%;
}

.statics_circle h3 {
    font-size: 50px;
    color: #6891b2;
    text-transform: uppercase;
    font-family: 'megila';
}

.statics_circle {
    height: 100px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f1efed;
    border-radius: 50%;
}

.statics_main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* staticss */

/* Our Top Picks */

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

.heading h2 {
    font-size: 85px;
}

.heading p {
    font-family: "Roboto", sans-serif;
    color: #00000082;
    width: 61%;
    margin: 0 auto;
}

.top_picks_txt h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #666666;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.top_picks_txt h4 i {
    font-size: 20px;
}

.top_picks_txt h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.top_picks_txt p {
    font-family: "Roboto", sans-serif;
    color: #00000082;
    font-size: 14px;
    width: 80%;
}

.top_picks_img img {
    border-radius: 30px;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.top_picks_details h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 27px;
    font-weight: 600;
    color: #000000;
}

.top_picks_details h6 span {
    color: #6891b2;
}

.rating i {
    color: #fd8f00;
}

.rating span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #00000082;
}

.rating {
    display: flex;
    justify-content: end;
    gap: 20px;
    padding: 12px 20px;
    border: 1px solid #00000038;
    border-radius: 50px;
}

ul.top_picks_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}


.tp_dtls_inr li {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    color: #00000082;
    font-weight: 500;
}

ul.tp_dtls_wrp {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 30px;
}

ul.tp_dtls_inr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 60px 15px 60px;
    border-right: 1px solid #00000038;
}

.top_picks_txt {
    padding: 5px 150px 5px 50px;
    border-left: 1px solid #c7c7c7;
}

ul.tp_dtls_inr.nobrder {
    border: none;
}

.top_picks_img {
    position: relative;
}

.top_picks_img a {
    display: flex;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #3183d3;
    font-size: 20px;
    color: #6d92b1;
    justify-content: center;
    align-items: center;
    background: #fff;
    transform: rotate(90deg);
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 15px;
    transition: all .3s ease-in;
}

.top_picks_img a:hover {
    background: #6d92b1;
    color: #ffffff;
    border: 1px solid #ffffff;
    transform: rotate(55deg);
}

.top_picks_txt.top_picks_txttwo {
    padding: 5px 0px 5px 50px;
    border-left: 1px solid #c7c7c7;
    margin-left: 90px;
}

.rowreverse {
    margin-top: 80px;
}

.top_picks_img.top_picks_img2 a {
    left: 30px;
}

/* Our Top Picks */

/* testimonial */

.testi_main ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f7f8fa;
    border-radius: 10px;
    margin-top: -50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 99;
}

.testi_main ul li {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.testi_main {
    padding: 30px;
    border: 1px solid #00000023;
    border-radius: 10px;
}

.testi_main p {
    font-size: 12px;
    color: #0000008f;
    line-height: 21px;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testi_slider .slick-track {
    margin: 40px 0 0;
}

/* testimonial */

/* contact us  */

.contact_left h2 {
    color: #ffffff;
    font-size: 96px;
}

.contact_left p {
    color: #ffffff;
    font-size: 23px;
}

.contact_img img {
    border-radius: 30px;
    height: 570px;
    width: 100%;
    object-fit: cover;
}

.contact_right form input,
.contact_right form textarea {
    width: 100%;
    margin-bottom: 30px;
    padding: 15px;
    font-size: 13px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    background: #f7f8fa;
}

.contact_right form textarea {
    resize: none;
    height: 190px;
}

.contact_right form input::placeholder,
.contact_right form textarea::placeholder {
    color: #888888;
    font-weight: 600;
}

.contact_right {
    background: #ffffff;
    border-radius: 30px;
    width: 570px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    padding: 40px 40px;
}

.contact_img {
    margin-top: -30%;
}

.contact {
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
}

.contact::before {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 700px;
    background: url(../images/contact-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact .container-fluid {
    position: relative;
    z-index: 99;
}

.icon_ab {
    position: relative;
}

.icon_ab i {
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #636364;
    top: 20px;
    z-index: 2;
    margin-right: 35px;
}

/* contact us  */

/* why choose us */

.wcu_left img {
    border-radius: 30px;
    height: 820px;
    width: 100%;
    object-fit: cover;
}

.wcu_right h2 {
    font-size: 85px;
    margin-top: 70px;
}

.wcu_right img {
    border-radius: 30px;
    height: 180px;
    width: 490px;
    object-fit: cover;
}

.wcu_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.d_block {
    display: block;
}

.wcu_right ul li {
    color: #000;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 30px;
    position: relative;
}

.wcu_right ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../images/wcu-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 21px;
    width: 21px;
    z-index: 1;
}

.wcu_right p {
    color: #000;
    font-size: 22px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.wcu_right {
    background: #ffffff;
    border-radius: 30px;
    position: relative;
    z-index: 99;
    padding: 0px 40px 60px 60px;
    margin-left: -500px;
}

/* why choose us */

/* footer */

.footerSec {
    padding: 100px 0 0px;
    background: #0f1114;
}

.footerSec h5 {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 30px;
}

.footerSec::before {
    content: '';
    /* position: absolute; */
    z-index: 0;
    background: #093145eb;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.footerSec p {
    color: #9fa0a1;
    width: 80%;
    margin-bottom: 40px;
    font-size: 14px;
}

.ftr_socials a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    align-items: center;
    color: #fff;
    transition: all .3s ease-in;
}

.ftr_socials a:hover {
    background: #638aaa;
    border: 1px solid #638aaa;
    color: #ffffff;
}

.ftr_socials {
    display: flex;
    gap: 10px;
}

.ftr_links a {
    color: #9fa0a1;
    font-size: 15px;
    transition: all .3s ease-in;
}

.ftr_links ul li a:hover {
    color: #ffffff;
    transform: translateX(10px);
}

.ftr_links ul li {
    margin-bottom: 30px;
}

.ftr_contact ul li a {
    color: #9fa0a1;
    font-size: 15px;
    transition: all .3s ease-in;
}

.ftr_contact ul li a:hover {
    color: #ffffff;
    transform: translateX(10px);
}

.ftr_contact ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #9fa0a14d;
    width: 80%;
}

.ftr_contact ul li i {
    font-size: 20px;
    margin-right: 10px;
    color: #9fa0a1;
}

.ftr_contact ul li {
    display: flex;
    align-items: center;
}

.news-letter form input {
    padding: 15px 20px;
    width: 100%;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 40px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #000;
}

.news-letter form input::placeholder {
    color: #0000009e;
    text-transform: capitalize;
}

.news-letter form button {
    background: #638aaa;
    color: #000000;
    font-weight: 600;
    border: none;
    font-size: 12px;
    border-radius: 50px;
    padding: 12px 30px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.copy-txt {
    text-align: end;
}

.copy-txt p {
    margin-bottom: 0;
    color: #9fa0a1;
    width: 100%;
}

.ftr_links {
    padding-right: 50px;
}

.footer-btm {
    border-top: 1px solid #9fa0a14d;
    margin-top: 100px;
    position: relative;
    z-index: 99;
    padding: 20px 0;
}

.ftr_links ul {
    column-count: 2;
}

.copy_txt_left h4 {
    color: #ffffff36;
    font-size: 31px;
}

/* footer */

.abt_scroll_down a {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #ffffff;
    color: #6891b2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}