@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

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

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

img {
    max-width: 100%;
}

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;
}

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

p {
    font-weight: 500;
    line-height: 25px;
    font-size: 14px;
    font-family: 'montserat-side-text';
}


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

@font-face {
    font-family: 'anton-font';
    src: url(../font/anton.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserat-side-text';
    src: url(../font/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'montserat-side-heading';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}



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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 2px 15px 2px 2px;
    border: unset;
    border-radius: 45px;
    color: #ffffff;
    z-index: 1;
    background: #8732de;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #8732de;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #8732de;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'anton-font';
    font-size: 73px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'anton-font';
    font-size: 60px;
    line-height: 1.2;
    color: #3a3a3a;
    font-weight: 500;
    margin: 0 0 8px;
    text-transform: uppercase;
}

h3 {
    font-family: 'anton-font';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
    text-transform: uppercase;
}

h4 {
    font-family: 'anton-font';
    font-size: 20px;
    line-height: 1.2;
    color: #8732de;
    font-weight: 500;
    margin: 0 0 2px;
    text-transform: uppercase;
}


h5 {
    font-family: 'anton-font';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'montserat-side-heading';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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

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

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

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

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


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    text-transform: capitalize;
}

.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: 0px 0px;
    font-size: 14px;
    font-family: 'montserat-side-heading';
    text-transform: uppercase;
    margin: 10px 20px;
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}
 */
.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;
    border-bottom: 1px solid #8732de;
}

.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;
}

.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;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

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


/*header css start */

.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;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */
.container-fluid {
    padding: 0px 90px;
}

/* Header Banner Css Start */
.dis-block{
    display: block;
}
.menuSec {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 10px 0px;
}

.header-btn {
    display: flex;
}

.side-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.side-btn-text {
    background: #0f1017;
    padding: 10px 18px;
    border-radius: 60px;
    font-family: 'montserat-side-heading';
}
.side-btn-text.abot-btn {
    padding: 12px 28px;
    background: #fff;
    color: #000;
}

.theme_btn:hover .side-btn-text {
    background: #fff;
}

.banner-img img {
    height: 110vh;
    width: 100%;
    object-fit: cover;
}

ul.banner-ul {
    display: flex;
    margin: 0px 0px;
    align-items: center;
    width: 90%;
}

li.banner-ul-line {
    height: 1px;
    width: 100%;
    background: #ffffff52;
    position: relative;
}

li.banner-ul-line:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 1px;
    width: 4%;
    background: #8732de;
}

li.banner-ul-line:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 1px;
    width: 4%;
    background: #8732de;
}

li.banner-ul-play a i {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: #8732de;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.banner_text h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 8px;
    letter-spacing: 3px;
}

.banner_text p {
    width: 60%;
}
.banner-video-play {
    display: flex;
    gap: 0px;
    position: absolute;
    bottom: 0px;
    right: 80px;
}

section.main_slider {
    position: relative;
}

.banner-video-play-img {
    position: relative;
}

.banner-video-play-icon a i {
    height: 50px;
    width: 50px;
    background: #8732de91;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.banner-video-play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-video-play-img img {
    width: 90%;
    border-bottom: unset !important;
    border: 3px solid #ffffff;
}
.banner_text {
    margin-top: 80px;
}



/* Header Banner Css End */

/* About Sec Css Start */
.about-text-heading {
    text-align: end;
    position: relative;
}

section.about-sec {
    margin: 100px 0px;
}

.about-text-heading:before {
    position: absolute;
    content: '';
    bottom: 36px;
    right: 12%;
    width: 90%;
    height: 1px;
    background: #d8d8d8;
}

.about-text-heading:after {
    position: absolute;
    content: '';
    bottom: 36px;
    right: 12%;
    width: 10%;
    height: 1px;
    background: #8732de;
}

.about-text-box {
    padding-right: 90px;
}
.about-img-box > img {
    width: 100%;
}

.about-img-box {
    position: relative;
}

.about-img-one {
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 30%;
}

.about-img-one img {
    border: 9px solid #fff;
    border-right: unset;
    border-bottom: unset;
}
.banner-video-play-icon.about-icon a i {
    background: #ffffff85;
    color: #3a3a3a;
}

/* About Sec Css End */





/* Explore Our Sec Start */

.explore-top-heading h2 {
    text-align: center;
    margin-bottom: 40px;
}
.explore-img-main {
    position: relative;
    margin-bottom: 20px;
}

.explore-img-box-btm-icon {
    background: #8732de;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.explore-img-box-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.explore-img-box-btm-heading {
    width: 90%;
}

.explore-text-box ul {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 32px;
}

.explore-text-box ul li p {
    margin-bottom: 0;
}

.explore-text-box ul li img {
    width: 212px;
}
section.explore-sec {
    margin-bottom: 100px;
}

/* Explore Our Sec End */


/* Gallery Css Start */


.our-gallery-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 20px;
}
section.our-gallery {
    padding: 60px 0px;
    background-image: url(../images/gallery-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}

.our-gallery-top-btn {
    display: flex;
    justify-content: end;
}

.our-gallery-row {
    border-bottom: 1px solid #ffffff42;
    margin-bottom: 40px;
    position: relative;
}

.our-gallery-row:before {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 4%;
    background: #8732de;
}

.our-gallery-top-heading h2 {
    color: #fff;
}

/* Gallery Css End */


/* Professional Sec Css Start */

.profession-box-sd {
    padding: 50px 45px;
    border: 1px solid #454445;
    margin-bottom: 20px;
}

ul.profession-box-ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #454445;
}

li.profession-box-img {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3a3a3a;
    border-radius: 50%;
}

ul.profession-box-ul li h3 {
    margin-bottom: 0;
    color: #fff;
}

.profession-box-sd p {
    color: #fff;
}

.profession-box-sd:hover {
    border: 1px solid #8732de;
}

.profession-box-sd:hover li.profession-box-img {
    background: #8732de;
}


/* Professional Sec Css End */


/* Latest News Css Start */
.latest-news-box-text {
    padding: 10px 50px 10px 18px;
    position: relative;
}

ul.latest-ul {
    display: flex;
    gap: 20px;
}

ul.latest-ul li i {
    color: #8732de;
}

.latest-btn {
    height: 40px;
    width: 40px;
    background: #8732de;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

section.latets-sec {
    margin-bottom: 100px;
}
/* Latest News Css End */



/*footer start*/

footer {
    padding: 0px 0%;
    /* background-color: #403a34; */
    background-image: url(../images/footer-bg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .row {
    align-items: center;
}

.footer-logo p {
    font-size: 14px;
    color: #ffffff;
    margin: 20px;
    margin-left: 0;
    width: 93%;
}

.news h2 {
    font-size: 46px;
    color: #f6f1eb;
    font-weight: 400;
    margin-bottom: 15px;
}

.news p {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 25px;
}

.news form input {
    width: 100%;
    color: #000;
    border: unset;
    padding: 5px 30px;
    font-family: 'montserat-side-heading';
    background-color: #1c1c1d00;
}

.news form input::placeholder {
    color: #989f9c;
}

.news form {
    width: 100%;
    display: flex;
    padding: 1.5px;
    align-items: center;
    border-radius: 50px;
    background-color: #1c1c1d;
    justify-content: space-between;
    border: 1px solid #ffffff70;
}

.news form .btn-ank {
    flex-shrink: 0;
    margin-bottom: 0.5px;
}

.news form .btn-ank button {
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    padding: 15px 35px;
    position: relative;
    border-radius: 50px;
    font-family: 'montserat-side-heading';
    background-color: #8732de;
}

.footer-links {
    padding-top: 25px;
    text-align: center;
    position: relative;
}

.footer-links ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'montserat-side-heading';
}

.footer-links ul li {
    padding: 20px 10px;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #ffffff42;
}

.news {
    padding-left: 5%;
}

.footer-bot {
    padding: 30px 4% 30px;
    border-top: 1px solid #ffffff42;
}

.footer-bot .row {
    align-items: center;
}

.footer-bot p {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    font-family: 'montserat-side-text';
}

.footer-links::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    content: '';
    background-color: #ffffff42;
    top: 0px;
}

.footer-links::after {
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    content: '';
    background-color: #ffffff42;
    top: 0px;
}
.footer-links ul {
    margin-bottom: 0;
}

/*footer end*/
.side-btn-text.profession-btn {
    padding: 12px 30px;
}

.side-btn-text.gallery-btn{
    padding: 14px 30px;
}
.latets-top-heading {
    text-align: center;
    margin-bottom: 30px;
}