@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Timeless';
    src: url(../fonts/Timeless.ttf);
}

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


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

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', 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: 600;
    font-size: 14px;
    line-height: 1.7;
}


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

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    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 {
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 5px 5px 25px;
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    background: #5dbe09;
    position: relative;
    font-size: 14px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 50px;
    background-color: #014bae;
    z-index: -1;
    transition: all 700ms;
}

.theme_btn:hover {
    color: #fff;
}

.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: Timeless;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: Timeless;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: Timeless;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: Timeless;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

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

h6 {
    font-family: Timeless;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    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;
    width: 80%;
    border-radius: 5px;
    background: #fff;
    padding: 10px 10px;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 0px;
    text-align: center;
    text-transform: capitalize;
    background: #000000cf;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
}

.abt_img video {
    width: 100%;
    height: 365px;
    object-fit: cover;
}

.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: #fff;
    padding: 10px 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.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: #63bd1d;
}

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


/*header css*/

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 10px 0;
}

.custmm {
    padding: 0 50px;
}

.btn_top {
    display: flex;
    justify-content: end;
}

.theme_btn span {
    width: 40px;
    display: inline-block;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    padding: 7px 0;
    margin: 0 0 0 10px;
}

.theme_btn span img {
    width: auto !important;
    display: inline-block;
}

.banner_main {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner_main img.banr_mainn_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.banner_main .bann_txt {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 130px 0 0 0;
}

.banner_main .bann_txt h2 {
    font-size: 75px;
    font-family: Timeless-Bold;
    text-transform: uppercase;
    margin: 0 0;
    color: #fff;
}

.banner_main .bann_txt h2 span {
    display: block;
}

.banner_main .bann_txt h1 {
    font-size: 50px;
    font-family: Timeless-Bold;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.5;
    margin: 80px 0 0 0;
    text-align: center;
}
.padding-top {
    padding-top: 0 !important;
}

.bann_img img {
    width: 95%;
    position: relative;
    z-index: 9;
}

.bann_right {
    padding: 320px 0 0 0;
}

.bann_right h3 {
    color: #fff;
    font-size: 25px;
    font-family: 'Timeless-Bold';
    margin: 0 0 20px 0;
}

.bann_right ul {
    margin: 0;
}

.bann_right ul li {
    color: #fff;
    padding: 0 0 15px 0;
    font-size: 14px;
    font-weight: 500;
}

.bann_right ul li img {
    margin: 0 15px 0 0;
}


.bann_right p {
    color: #fff;
}

section.banner_main:before {
    content: '';
    position: absolute;
    background: #00000040;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.row.layr_to {
    align-items: center;
    position: absolute;
    bottom: 50px;
    width: 100%;
    right: 0;
    padding: 0 50px;
}

.counter_sec ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0;
}

.counter_sec ul li h5 {
    font-size: 24px;
    font-family: 'Timeless-Bold';
    color: #242323;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.counter_sec ul li h6 {
    font-size: 16px;
    font-family: 'Timeless-Bold';
    color: #242323;
    margin: 0;
    text-transform: uppercase;
}

.all_sec {
    padding: 60px 0;
}

.about_Sec .abt_img img {
    width: 100%;
}

.about_Sec .abt_txt p {
    color: #7f7f7f;
}

.about_Sec .abt_txt .d-flex {
    gap: 30px;
    margin: 0 0 20px 0;
}

.about_Sec .abt_txt .d-flex .itm {
    width: 35%;
}

.about_Sec .abt_txt .d-flex .itm img {
    margin: 0 0 15px 0;
}

.about_Sec .abt_txt .d-flex .itm h6 {
    margin: 0 0 5px 0;
    font-family: 'Timeless-Bold';
    font-size: 22px;
}

.about_Sec .abt_txt .d-flex .itm p {
    margin: 0;
}

.head {
    font-family: 'Timeless-Bold';
    font-size: 55px;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.head span {
    color: #5dbe09;
}

.Services_Sec {
    padding: 60px 0;
    background: url(../images/service_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Services_Sec .servi_txt {
    text-align: center;
    padding: 0 100px;
    margin: 0 0 50px 0;
}

.Services_Sec .servi_txt h2 {
    color: #fff;
}

.Services_Sec .servi_txt p {
    color: #fff;
}

.Services_Sec .servi_wrp {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    height: 500px;
}

.Services_Sec .servi_wrp img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.Services_Sec .servi_wrp h5 {
    font-family: 'Timeless-Bold';
    font-size: 24px;
    color: #000;
    margin: 20px 0 5px 0;
    height: 35px;
}

.Services_Sec .slick-slide {
    opacity: 1 !important;
}

.Services_Sec .slick-next {
    right: -40px;
}

.Services_Sec .slick-prev {
    left: -40px;
    width: auto !important;
}

.Services_Sec .slick-prev,
.slick-next {
    width: 40px !important;
    height: 40px !important;
    background: transparent;
    padding: 0;
    border-radius: 50px;
    border: 1px solid #fff;
}

.Services_Sec .slick-next:before {
    background-image: url(../images/arro.png);
}

.Services_Sec .slick-prev:before {
    background-image: url(../images/arro.png);
    transform: rotate(180deg);
}

.Services_Sec .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #63bd1d;
    border: 1px solid #63bd1d;
}

.Services_Sec .slick-prev:before,
.slick-next:before {
    content: '';
    opacity: 1;
    height: 10px;
    width: 16px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    filter: invert(100%) sepia(100%) saturate(7%) hue-rotate(164deg) brightness(102%) contrast(105%);
}

.Services_Sec .slick-slide.slick-current.slick-active.slick-center .servi_wrp {
    background: #63bd1d;
}

.Services_Sec .theme_btn {
    border: 1px solid #fff;
}

.Services_Sec .slick-slide.slick-current.slick-active.slick-center .servi_wrp h5 {
    color: #fff;
}

.Services_Sec .slick-slide.slick-current.slick-active.slick-center .servi_wrp p {
    color: #fff;
}

.why_choose_Sec ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
}

.why_choose_Sec ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.why_choose_Sec ul li .itm_left {
    width: 15%;
}

.why_choose_Sec ul li .itm_left img {
    width: 100%;
}

.why_choose_Sec ul li .itm_right {
    width: 85%;
}

.why_choose_Sec ul li .itm_right h5 {
    font-size: 20px;
    margin: 0 0 5px 0;
    font-family: 'Timeless-Bold';
    color: #000;
}

.gallery_Sec {
    padding: 80px 0;
    background: url(../images/gallery_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery_Sec .gall_txt {
    text-align: center;
    padding: 0 300px;
    margin: 0 0 20px 0;
}

.gallery_Sec .gall_txt h2 {
    color: #fff;
}

.gallery_Sec .gall_txt p {
    color: #fff;
}

.gallery_Sec .gallry {
    padding: 10px 0;
}

.gallery_Sec .gallry {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.gallery_Sec .gallry:hover img {
    transform: scale(1.5);
}

.gallery_Sec .gallry img {
    width: 100%;
    transition: 1s all;
    object-fit: cover;
    height: 278px;
}

.col-md-4 .gallry:nth-child(1) img {
    height: 575px;
    object-fit: cover;
}

.col-md-8 .row .col-md-6:first-child .gallry:nth-child(1) img {
    height: 276px;
    object-fit: cover;
}

.col-md-8 .row .col-md-6:first-child .gallry:nth-child(2) img {
    height: 283px;
    object-fit: cover;
}

.col-md-8 .row .col-md-6:last-child .gallry:nth-child(1) img {
    height: 578px;
    object-fit: cover;
}



.test_Sec {
    padding: 80px 0 100px 0;
}

.test_Sec .test_txt {
    text-align: center;
    padding: 0 300px;
    margin: 0 0 50px 0;
}

.test_Sec .test_wrp {
    background: #5dbe09;
    padding: 20px;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 365px;
    display: inline-grid;
    border-radius: 8px;
}



.test_Sec .test_wrp strong {
    margin: 0 0 0 0;
    color: #fff;
}

.test_Sec .test_wrp strong span {
    margin: 0 0 0 10px;
}

.test_Sec .test_wrp p {
    color: #fff;
    font-weight: 500;
    margin: 20px 0 20px 0;
}

.test_Sec .test_wrp .d-flex {
    gap: 15px;
    align-items: center;
}

.test_Sec .test_wrp .d-flex .i_right h5 {
    margin: 0 0 5px 0;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.test_Sec .test_wrp .d-flex .i_right h6 {
    margin: 0 0 5px 0;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.test_Sec .slick-slide {
    opacity: 1 !important;
}

.test_Sec .slick-next {
    right: 460px;
}

.test_Sec .slick-prev {
    left: 480px;
    width: auto !important;
}

.test_Sec .slick-prev,
.test_Sec .slick-next {
    top: 118%;
    width: 40px !important;
    height: 40px !important;
    background: transparent;
    padding: 0;
    border-radius: 50px;
    border: 1px solid #c9c9c9;
}

.test_Sec .slick-next:before {
    background-image: url(../images/arro.png);
}

.test_Sec .slick-prev:before {
    background-image: url(../images/arro.png);
    transform: rotate(180deg);
}

.test_Sec .slick-prev:hover,
.test_Sec .slick-prev:focus,
.test_Sec .slick-next:hover,
.test_Sec .slick-next:focus {
    background: #014bae;
    border: 1px solid #014bae;
}

.test_Sec .slick-prev:before,
.test_Sec .slick-next:before {
    content: '';
    opacity: 1;
    height: 10px;
    width: 16px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    filter: invert(86%) sepia(0%) saturate(1856%) hue-rotate(157deg) brightness(92%) contrast(97%);
}

.test_Sec .slick-slide.slick-current.slick-active.slick-center .servi_wrp {
    background: #63bd1d;
}

.test_Sec .slick-dots {
    bottom: -85px;
    z-index: -1;
}

.test_Sec .slick-dots li button {
    width: 37px;
    padding: 0;
    height: 5px;
}

.test_Sec .slick-dots li button:before {
    opacity: 1;
    color: black;
    line-height: unset;
    background: #c9c9c9;
    height: 5px;
    width: 37px;
    color: transparent;
}

.test_Sec li.slick-active button:before {
    background: #014bae;
}

.test_Sec .slick-dots li {
    opacity: 1;
}

.test_Sec .test_wrp .client-image .testi-1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.test_Sec .slick-current.slick-active.slick-center .test_wrp .client-image .testi-1 {
    opacity: 0;
    z-index: -1;
}

.i_left img {
    width: 70px;
    height: 70px;
    border-radius: 80px;
    object-fit: cover;
}

.test_Sec .test_wrp:hover .client-image .testi-1 {
    opacity: 0;
    z-index: -1;
}

.contact_Sec {
    background: url(../images/bg-form.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 20px;
}

.contact_Sec .contact_detail {
    background: #fff;
    padding: 50px 50px;
    height: 660px;
    border-radius: 5px 0 0 5px;
}

.contact_Sec .contact_detail .d-flex {
    gap: 20px;
}

.contact_Sec .contact_detail .grp {
    margin: 15px 0;
    width: 100%;
}

.contact_Sec .contact_detail .grp input {
    border: 2px solid #e5e5e5;
    width: 100%;
    padding: 5px 20px;
    height: 50px;
    border-radius: 50px;
}

.contact_Sec .contact_detail .grp textarea {
    border: 2px solid #e5e5e5;
    width: 100%;
    padding: 30px 20px;
    resize: none;
    border-radius: 50px;
    height: 130px;
}

.contact_Sec img {
    width: 100%;
    height: 660px;
    object-fit: cover;
}

.contact_Sec .contact_detail .grp button img {
    height: auto;
}

.contact_Sec .row {
    background: #fff;
    border-radius: 5px;
}

.footerSec {
    background: #1156b3;
    padding: 60px 0 0 0;
}
.footerSec .top_ftr_left ul {
    display: flex;
    gap: 30px;
    margin: 0;
}

.footerSec .top_ftr_left ul li h5 {
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.footerSec .top_ftr_left ul li p {
    color: #fff;
    line-height: 1.4;
    margin: 0;
}

.footerSec .top_ftr_right form {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.footerSec .top_ftr_right form input {
    width: 60%;
    border: 2px solid #e5e5e5;
    padding: 5px 20px;
    height: 50px;
    border-radius: 50px;
}

.footerSec .top_ftr_right form button {
    width: 30%;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 10px;
    border: unset;
    border-radius: 50px;
    color: #ffffff;
    z-index: 1;
    background: #5dbe09;
    position: relative;
    font-size: 14px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.topfutr {
    padding: 60px 0 0px 0;
    border-bottom: 1px solid #37557c;
    margin: 0px 0 60px 0;
}

.fotr_detail img {
    margin: 0 0 20px 0;
    width: 85%;
    border-radius: 5px;
    background: #fff;
    padding: 10px 10px;
}



.fotr_detail h5 {
    color: #fff;
    font-family: 'Timeless-Bold';
    font-size: 24px;
    margin: 0 0 15px 0;
}

.fotr_detail ul {
    display: flex;
    margin: 0;
    gap: 20px;
}

.fotr_detail ul li a i {
    color: #fff;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50px;
}

.fotr_detail ul li a i:hover {
    background: #63bd1d;
}

.fotr_detail_1 h5 {
    color: #fff;
    font-family: 'Timeless-Bold';
    font-size: 24px;
    margin: 0 0 15px 0;
}

.fotr_detail_1 ul {
    margin: 0;
}

.fotr_detail_1 ul li {
    padding: 0 0 15px 0;
}

.fotr_detail_1 ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btm_aker p {
    margin: 0;
    color: #fff;
    padding: 0 0 15px 0;
}

hr {
    color: #fff;
}

.abt_pg .why_choose_Sec {
    padding: 60px 0;
    background: url(../images/service_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.abt_pg .why_choose_Sec .why_txt h2 {
    color: #fff;
}

.abt_pg .why_choose_Sec ul li .itm_right h5 {
    color: #fff;
}

.inner_banner {
    background: url(../images/inner_bg.jpg);
    height: 60vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #0000002b;
}

.inner_banner .inr_wrp h2 {
    color: #fff;
}

.service-page {
    background-image: unset;
}
.service-page .servi_wrp {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    margin: 15px 0;
    transition: 0.5s;
}

.ser-det-img {
    margin-top: 20px;
}

.inner-pricing-sec {
    padding: 100px 0;
}

.inner-pricing-box {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
    transition: 0.5s;
    padding: 20px;
    height: 330px;
    border: 2px solid #63bd1d;
}

.inner-pricing-box ul li {
    position: relative;
    padding-left: 20px;
    color: #595253;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.inner-pricing-box ul li:before {
    content: "";
    position: absolute;
    background: #63bd1d;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    left: 0;
}

.inner-pricing-box ul {
    line-height: 30px;
}



.service-page .servi_wrp:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 35%);
    transition: 0.5s;
}

.video-sec {
    background-image: url("../images/video-sec.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.videos {
    display: flex;
    align-items: center;
    gap: 2%;
}

.videos {
    display: flex;
    align-items: center;
    gap: 2%;
}

.video-header h2 {
    color: #fff;
}

.video-header p {
    font-weight: 300;
    width: 50%;
    margin: auto;
    color: #ffffffc4;
}

.video-header {
    text-align: center;
    padding: 0 0 2% 0;
}

.play-btn1 {
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-1 {
    position: relative;
}

.play-btn1 i {
    color: #5dbe09;
}

.play-btn {
    height: 90px;
    width: 90px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-btn i {
    font-size: 24px;
    color: #5dbe09;
}

.video-line {
    height: 4px;
    width: 280px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-point {
    width: 20px;
    height: 20px;
    background-color: #5dbe09;
    border-radius: 100%;
    border: 2px solid #fff;
    position: absolute;
    left: 20%;
    top: -8px;
}

.st-line {
    position: absolute;
    bottom: 8%;
    left: 4%;
}

.videos img {
    border: 8px solid #fff;
    width: 600px;
}

.video-1:first-child img,
.video-1:last-child img {
    width: 330px;
    height: 260px;
    object-fit: cover;
}

.video-1:nth-child(2n) img {
    width: 620px;
    height: 400px;
    object-fit: cover;
}

.video-line1 {
    width: 560px;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
}


/* Service Video Sec */


/* Service Page End */


/* Service detail page Start */


/*faq start*/

section.faqs-main {
    background-image: url(../images/video-sec.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
    background-size: cover;
}

section.faqs-main.testimonial-sec:after {
    background-color: rgb(71 69 70 / 73%);
}

.gorilla-content .accordion-button.collapsed {
    padding: 12px 32px;
    background: #5dbe09;
    color: #fff;
    font-size: 35px;
    line-height: 45.11px;
    font-weight: 700;
}

.gorilla-content .accordion-button {
    color: #000000;
    font-size: 24px;
    padding: 20px 20px;
    line-height: 30px;
    background-color: transparent;
    text-transform: capitalize;
}

.gorilla-content .gorrila-page-txt .color-red {
    color: #A60000;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px;
}

.accordion-body.gorrila-page-txt p {}

.gorrila-page-txt ul {
    list-style: auto;
}

.gorrila-page-txt ul li {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
    color: #A60000;
}

.accordion-body.gorrila-page-txt {
    padding: 20px 40px;
    background: #ffffff;
    border-top: none;
    margin-top: 0;
    border-radius: 15px;
}

.gorilla-content .accordion-item {
    margin-bottom: 30px;
    border: unset;
    border-radius: 50px;
    overflow: hidden;
}

section.service-detail.all-section .dot img:nth-child(1) {
    left: 0;
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    /* border: 1px solid; */
    border-bottom: 0;
    color: #000;
    font-size: 35px;
    line-height: 45.14px;
    background: #fff;
    font-weight: 600;
    padding: 30px 40px 0;
}

.accordion-collapse.collapse {
    /* border: 1px solid #A60000; */
    border-top: 0;
    border-radius: 0 0 10px 10px;
    /* margin-bottom: 30px; */
}

.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}

.gorilla-content .accordion-button::after {
    content: '\f107';
    font-weight: 900;
    font-family: 'FontAwesome';
    background-image: none;
    bottom: -3%;
    position: absolute;
    right: 0%;
    height: 69px;
    width: 69px;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    align-items: center;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    content: '\f107';
    font-weight: 400;
    color: #5dbe09;
}

.gorilla-content.privacy-content {
    position: relative;
}

section.banner-wrap.inner-banner:before {
    display: none;
}

.gorilla-content .accordion-header {
    margin-bottom: 0;
    background: #ffffff;
    border-radius: 50px;
    color: #000;
    overflow: hidden;
}

section.ser-det-sec.page {
    padding: 100px 0;
}

.s-d-img-1 img {
    width: 100%;
    border-radius: 10px;
    /* box-shadow: 0 0 20px 2px #9898989c; */
}

.ser-det-img img {
    width: 100%;
    /* box-shadow: 0 0 20px 2px #9898989c; */
    border-radius: 5px;
    height: 400px;
    object-fit: cover;
}

.ser-content h3 {
    font-size: 50px;
    color: #073762;
    text-transform: uppercase;
}

.ser-content p {
    padding: 0 0 10px 0;
    line-height: 27px;
    color: #7f7f7f;
}

.faqs-main .testi-main {
    margin: 0 auto 50px;
}

.testi-main.text-center h2 {
    color: #fff;
}

.faqs-main .testi-main p {
    color: #fff;
    width: 55%;
    margin: 0 auto;
}


/*faq end*/


/* Service detail page End */

.booking-form-box select {
    width: 100%;
    height: 55px;
    color: #000;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #e7e7e7;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    text-transform: uppercase;
}

.schedule-form {
    margin: 12px 0;
}

.booking-form-box input {
    width: 100%;
    height: 55px;
    color: #000;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #e7e7e7;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}

.booking-form-box input::placeholder {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.booking-form-box textarea::placeholder {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}

.booking-form-box textarea {
    width: 100%;
    resize: none;
    height: 200px;
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    align-content: end;
    padding: 20px 20px;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
}

.booking-form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.booking-form-sec {
    padding: 100px 0;
}

.date-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

span.icon {
    right: 23px;
    position: absolute;
    pointer-events: none;
    background: #ffffff;
    color: var(--themeColor);
    top: 0;
    bottom: 0;
    margin: auto;
    display: grid;
    place-content: center;
    height: 10px;
}


/* Contact Page */

.contact_deail_sec {
    padding: 100px 0;
}

.grp input,
.grp textarea {
    width: 100%;
    height: 55px;
    padding: 0 30px;
    border-radius: 50px;
    border: 1px solid #414141;
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
}

.grp input::placeholder,
.grp textarea::placeholder {
    color: #000;
    text-transform: uppercase;
}

.grp textarea {
    height: 150px;
    padding: 20px;
    border-radius: 20px;
}

.grp button {
    width: 100%;
    height: 55px;
    font-size: 18px;
}

.cont_furth ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 30px 0;
}

.con_left {
    width: 80px;
    height: 80px;
    object-fit: cover;
    background: #5dbe09;
    border-radius: 100px;
}

.con_right {
    width: 70%;
}

.con_right h5 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.con_right h6 {
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat';
}

.cont_furth ul {
    margin: 60px 0 0;
}

.contact_deail_sec iframe {
    width: 100%;
    height: 400px;
    margin-top: 50px;
}


/* Contact Page */
.Services_Sec .servi_wrp .theme_btn span img {
    height: unset;
}
section.Services_Sec.service-page .servi_wrp h5 {
    height: unset;
}

.text-payment ul li {
    font-size: 14px;
    font-weight: 600;
    list-style-type: disc;
    margin-left: 18px;
}

.text-payment h3 {
    font-size: 23px;
    margin-bottom: 10px;
}

.text-payment {
    padding: 100px 0px;
}






.client-agreement {box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);padding: 60px 70px;margin: 90px 50px;}


.client-agreement h2 {margin-bottom: 35px;color: #333;text-align: center;}


.client-agreement p {
margin-bottom: 20px;
}


.client-agreement label {
font-weight: bold;
display: block;
margin-top: 15px;
}


.client-agreement input {width: 100%;padding: 10px;border-radius: 6px;border: 1px solid #ccc;margin-top: 5px;}


/* Signature Box */
.signature-box {
border: 2px dashed #aaa;
height: 150px;
border-radius: 10px;
margin-top: 10px;
background: #fafafa;
position: relative;
}


.signature-box canvas {
width: 100%;
height: 100%;
cursor: crosshair;
}


.clear-btn {
margin-top: 10px;
padding: 8px 14px;
background: #0f2957;
color: white;
border: none;
border-radius: 6px;
cursor: pointer;
}

.check-field {
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-field input {
    width: unset;
}

.check-field label {
    font-size: 14px;
    font-weight: 600;
}
.submit-btn {margin-top: 20px;padding: 12px;width: 100%;background: #092858;color: white;border: none;border-radius: 6px;cursor: pointer;font-size: 16px;}

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





/*Inner Coaching Discovery Session Start*/


.inner-coahing-discovery-session-sec {
    padding: 100px 0;
}
.inner-coahing-discovery-session-heading {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.inner-coahing-discovery-session-form {
    width: 85%;
    margin: 0 auto;
}
.inner-coahing-discovery-question-bottom-row {
    width: 95%;
    margin: 0 auto;
}
.inner-coahing-discovery-session-heading p {
    color: #7f7f7f;
    margin-bottom: 0 !important;
}
.inner-coahing-discovery-session-input {
    margin-top: 22px;
}
.inner-coahing-discovery-session-input input {
    width: 100%;
    height: 58px;
    padding: 0 20px;
    border-radius: 10px;
    font-weight: 500;
    color: #7f7f7f;
    border: 1px solid #414141;
    font-family: 'Montserrat';
}
.inner-coahing-discovery-question-heading h2 {
    font-size: 40px;
}
.inner-coahing-discovery-question-heading {
    text-align: center;
    padding: 30px 0 20px;
}
.inner-coahing-discovery-session-input label {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.inner-coahing-discovery-session-input input::placeholder {
    font-weight: 500;
    color: #7f7f7f;
    font-family: 'Montserrat';
}
.inner-coahing-discovery-question-box label {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.inner-coahing-discovery-question-box textarea {
    width: 100%;
    height: 58px;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
    color: #7f7f7f;
    border: 1px solid #414141;
    font-family: 'Montserrat';
}
.inner-coahing-discovery-question-box {
    margin-bottom: 20px;
}
.inner-coahing-discovery-client-signature {
    display: flex;
    align-items: end;

    gap: 20px;
}
.inner-coahing-discovery-client-signature.chg input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #414141;
    height: 60px;
    padding: 0 10px;
}
.inner-coahing-discovery-question-button {
    text-align: center;
    margin-top: 50px;
}
.inner-coahing-discovery-question-button button {
    background: #5dbe09;
    width: 30%;
    height: 55px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    border: none;
    font-size: 18px;
}
.inner-coahing-discovery-client-signature.chg {
    justify-content: end;
}
.inner-coahing-discovery-client-signature label {
    color: #000;
    font-weight: 600;
}
.inner-coahing-discovery-client-signature.chg input:focus-visible {

    outline: none;
}

.inner-pricing-box h2 {
    color: #000;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 20px;
    text-decoration: underline;
}



/*Inner Coaching Discovery Session Ends*/
.top_ftr_left ul {
    align-items: center;
}

.footerSec .top_ftr_left ul li h5 {
    margin-bottom: 0;
}



.abt_pg .why_choose_Sec {
    padding: 60px 0;
    background: url(../images/service_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}