@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: 600;
    line-height: 27px;
    font-family: 'side-font-two';
}


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

@font-face {
    font-family: 'side-font-one';
    src: url(../font/fonnts.com-Blender_Pro_Medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'side-font-two';
    src: url(../font/Montserrat-Regular.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: 13px 22px;
    border: unset;
    border-radius: 2px;
    color: #ffffff;
    z-index: 1;
    /* background: #242889; */
    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;
    background: linear-gradient(to bottom, #f6c635 0%, #f28944 100%);
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 2px;
    background-color: #f4754a;
    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: #000000;
}

.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: 'side-font-one';
    font-size: 56px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'side-font-one';
    font-size: 55px;
    line-height: 52px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

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

h4 {
    font-family: 'side-font-two';
    font-size: 22px;
    line-height: 1.2;
    color: #f4754a;
    font-weight: 700;
    margin: 0 0 0px;
}

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

h6 {
    font-family: 'side-font-two';
    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: right;
    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: #393939;
    padding: 10px 23px;
    font-size: 14px;
}



.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: #f4754a;
    border-bottom: 1px solid #f4754a;
    /* display: inline-block; */
}

.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 start */
header {
    padding: 0px 0;
    top: 0;
    width: 100%;
}
.header-logo h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
    font-family: 'side-font-one';
}
.menuSec {
    padding: 0px  0px;
    position: relative;
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

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

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 8px 3px;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Poppins';
    transition: ease-in;
    transition-duration: 0.2s;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #fff;
    transition: ease-out;
    transition-duration: 0.2s;

}

.menuSec ul li a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.2s;
}

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

.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:hover a {}

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


/*header css start */

/*Banner Start*/

section.main_slider {
    /* background-image: url('../images/banner.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: #141417;
    height: 100vh;
}

.btn1 {
    background: #7862de;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 19px;
    height: 55px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto";
    gap: 14px;
    transition: 0.5s ease-in-out;
  
  }
  
  .btn1 img {
    object-fit: cover;
    width: 100%;
    background: #7862de;
    position: relative;
    padding: 3px 0;
  }
  
  .btn1 span {
    position: relative;
  }
  
  .btn1 span:before {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    width: 42px;
    height: 42px;
    content: "";
    position: absolute;
    border-radius: 50%;
    top: -9px;
    right: -12px;
  }
  
  .btn1:hover {
      color: #fff;
      box-shadow: 0 0 20px 0 #000;
      transition: 0.5s ease-in-out;
  }
  
  /* .banner-txt h1 {
    font-size: 162px;
    line-height: 170px;
    color: #6855bf;
    font-family: "Sacco-Semi";
  } */
  
  
  .waviy {
    position: relative; 
  }
  
  .waviy span {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
    
  }
  @keyframes waviy {
    0%,40%,100% {
      transform: translateY(0)
    }
    20% {
      transform: translateY(-20px)
    }
  }
  
  
  
  .banner-form input {
    width: 100%;
    height: 70px;
    border: 0;
    background: #e3e3e3;
    border-radius: 40px;
    padding: 0 0 0 30px;
    color: #000;
    font-family: "Roboto";
  }
  
  .banner-form input::placeholder {
    font-size: 15px;
    color: #000;
    font-family: "Roboto";
    font-weight: 300;
    text-transform: uppercase;
  }
  
  .banner-form {
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 0 20px 20px 20px;
  }
  
  .banner-in {
    position: relative;
  }
  
  .banner-in button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7px;
    bottom: 0;
    right: 7px;
  }
  
  .banner-in .btn1 span:before {
      top: -14px !important;
  }
  
  .banner-txt .nav-tabs {
    border-bottom: none;
  }
  
  .banner-txt .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #6855bf;
    border-color: #6855bf;
    border-radius: 14px 0 0 0;
  }
  
  .banner-txt .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #b5b5b5;
    font-family: "Roboto";
  }
  
  .progress {
    display: block;
    width: 53%;
    height: 4px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #d5d5d5;
    background-image: linear-gradient(to right, #f6bd38, #f28c43);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    position: absolute;
    left: 23%;
    bottom: 49%;
  }
  
  .banner-slider .nike-zoom-silder-number {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .banner-slider .nike-zoom-sec:before {
    content: "";
    position: absolute;
    background: linear-gradient(287deg, #d62a3a, transparent);
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
  }
  
  .slide_counter h2 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    gap: 203px;
    font-family: "Roboto";
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
  }
  
  span.start_number {
    font-size: 28px;
    font-family: 'side-font-one';
    line-height: 30px;
    margin: 0;
    color: #ffffff;
  }
  span.end_number {
    position: relative;
    bottom: 0;
    font-size: 28px;
    line-height: 30px;
    font-family: 'side-font-one';
    color: #ffffff;
  }
  
  .banner-media ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 60px;
    margin: 0;
  }
  
  .banner-media {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15px 0 15px 28%;
  }
  
  .banner-media ul li a {
    font-size: 18px;
    color: #7862de;
  }
  
  .banner-number {
      /* background: #fff; */
      padding: 0;
      position: relative;
      width: 100%;
      /* margin: 0 0 0 auto; */
  }
  
  .banne-main {
    padding: 149px 0 0 0;
  }
  
  .pd-0 {
    padding: 0;
  }
  
  .banner-slider .slick-next:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: -25px;
    right: -20px;
    z-index: -1;
  }
  .banner-slider .slick-next:before {
    content: "";
    background-image: url(../images/btn-arrow.png);
    width: 60px;
    height: 10px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #6f5bcd;
    z-index: 1;
    opacity: 1 !important;
  }
  
  .banner-slider .slick-prev:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: -25px;
    right: 27px;
    z-index: -1;
  }
  .banner-slider .slick-prev:before {
    content: "";
    background-image: url(../images/btn-arrow-left.png);
    width: 60px;
    height: 10px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #6f5bcd;
    z-index: 1;
  }
  
  .banner-slider .slick-prev,
  .banner-slider .slick-next {
    top: 110%;
    z-index: 1;
    opacity: 1 !important;
  }
  
  .banner-slider .slick-prev {
    left: 46%;
  }
  
  .banner-slider .slick-next {
    right: 45px;
  }

  .banner-img {
    position: absolute;
    top: 217px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53%;
    width: 60%;
    object-fit: cover;
}

.banner-img img {
    width: 100%;
    height: 100%;
}

.banner-txt p {
    color: #fff;
    width: 93%;
    margin: 0 0 20px 0;
}

.banner-side-main {
    width: 4%;
    height: 782px;
    background: #fff;
    padding: 25px 11px;
    rotate: 0deg;
    position: absolute;
    top: -43px;
    right: 0%;
}

.banner-side ul {
    display: block;
    align-items: center;
    justify-content: center;
    rotate: 0deg;
    margin-top: 160px;
    margin-left: -42px;
}

.banner-side ul li h5 {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.2s;
    font-weight: 600;
}

.banner-side ul li h5:hover {
    color: #f4754a;
    transition: ease-out;
    transition-duration: 0.2s;
    text-decoration: underline;
}

.container-fluid.bg-banner-img {
    /*background-image: url(../images/banner-img.png);*/
    height: 100vh;
    width: 88%;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin: 0px 100px 0px 20px; */
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 30px;
}

/*Banner Ends*/

.dis-block{
    display: block;
}
.menuSec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 35%;
    background: #141417;
    z-index: -1;
}

.menuSec:after {
    position: absolute;
    content: '';
    top: 0;
    left: 11%;
    height: 100%;
    width: 1px;
    background: #2c2c2f;
}

.header-logo {
    width: 52%;
    margin-left: 200px;
}
.banner-side ul li {rotate: 90deg;margin-bottom: 120px;width: 122px;/* height: 90px; */}

.color-yellow{
    color: #f6c136;
}
.banner-bottom {
    position: absolute;
    width: 22%;
    top: 60%;
    left: 7%;
}
.header-search-icon {
    height: 85px;
    width: 95px;
    background: #f4754a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    float: right;
    margin-right: -12px;
    color: #fff;
}
.baner-sec-ora {
    width: 33%;
    margin-top: -200px;
    position: relative;
    z-index: 1;
    padding: 130px 0px 70px 264px;
    background: linear-gradient(to bottom, #f6c635 21%, #f28944 58%);
}

.baner-sec-ora h3 {
    color: #fff;
    margin-bottom: 0;
    line-height: 43px;
    font-size: 28px;
}

.baner-sec-ora:before {
    position: absolute;
    content: '';
    top: 0;
    left: 45%;
    height: 100%;
    width: 1px;
    background: #f3c48c;
}
.baner-sec-ora:after {
    position: absolute;
    content: '';
    top: 25%;
    left: 0%;
    height: 1px;
    width: 100%;
    background: #ffffff;
}
li.latest-box-bg-text p {
    margin: 0;
    color: #fff;
}ul.latest-box-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.latest-box-bg-text {
    background: #f38d44;
    padding: 4px 7px;
}

ul.latest-box-ul li {
    text-align: center;
}

ul.latest-box-ul li h4 {
    color: #025036;
    font-size: 19px;
    font-weight: 600;
    font-family: 'FontAwesome';
}

.latest-slider-box h3 {
    font-size: 25px;
    margin-bottom: 18px;
}
.latest-slider-box h3 {
    font-size: 25px;
    margin-bottom: 18px;
}

.latest-slider-box {
    box-shadow: 0px 0px 6px 0px #00000087;
    padding: 10px 18px;
}
.latest-slider-box p {
    font-size: 13px;
}

.latest-slider .slick-active {
    opacity: 1;
}
.latest-slider .slick-slide {
    margin: 20px 10px;
}
.latest-slider .slick-slide {
    transition: allease-in-out .3s;
    opacity: 1;
}
ul.latest-box-ul li h5 {
    font-size: 14px;
}
.latest-sec-text {
    padding-left: 50px;
    padding-top: 100px;
}
.latest-sec-text h4 {
    position: relative;
    font-family: 'Poppins';
    font-weight: 700;
}

.latest-sec-text h4:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    height: 3px;
    width: 42px;
    background: #f38d44;
}

.latest-slider-box h3 {
    font-size: 25px;
    text-transform: capitalize;
}
.latest-slider .slick-prev:before{
    font-family: unset;
    content: '';
    background-image: url(../images/lates=arrow-slider-left.png);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 1;
}
.latest-slider .slick-next:before {
    font-family: unset;
    content: '';
    background-image: url(../images/lates=arrow-slider-right.png);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 1 !important;
}

.latest-slider .slick-prev {
    left: 75%;
}
.latest-slider .slick-next {
    right: 125px;
}
.latest-slider .slick-prev, .latest-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -7%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.latest-slider .slick-prev.slick-disabled:before, .latest-slider .slick-next.slick-disabled:before {
    opacity: 1;
}
section.latest-sec {
    background: #f5f5f5;
    padding: 200px 0px 40px 0px;
    margin-top: -250px;
    margin-bottom: 80px;
}
.latest-sec-slider-sd {
    position: relative;
}

.latest-sec-slider-more {
    position: absolute;
    top: -18%;
    right: 14.4%;
    background: #025036;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest-sec-slider-more a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.latest-sec-text h3 {
    letter-spacing: 1px;
    font-family: 'side-font-one';
}
.about-top-heading {
    margin-bottom: 130px;
    margin-left: 47px;
}

.our-mission-img img {
    width: 85%;
    height: 660px;
    object-fit: cover;
    margin-top: -140px;
}

.our-mission-text {
    padding-left: 88px;
}

.our-mission-text h4 {
    margin-bottom: 10px;
}

.our-mission-text p {
    width: 86%;
}

section.about-us-sec {
    margin-bottom: 100px;
    position: relative;
}

section.about-us-sec:before {
    position: absolute;
    content: '';
    top: 26%;
    left: 12%;
    height: 461px;
    width: 768px;
    background-image: url(../images/about-img-line.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
section.about-us-sec:after {
    position: absolute;
    content: '';
    top: -90px;
    right: -200px;
    height: 400px;
    width: 400px;
    /* background: red; */
    z-index: 0;
    background-image: url(../images/about-circle-bg-img.png);
    background-size: cover;
}
section.our-services{
    background-image: url(../images/services-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0px;
    margin-bottom: 100px;
}
.our-services-top-heading {
    text-align: center;
    width: 38%;
    margin: 0 auto;
    margin-bottom: 50px;
}

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

.our-services-top-heading p {
    color: #fff;
}
.services-box-text {
    background: #fff;
    margin-left: 60px;
    padding: 56px 18px;
    margin-top: -170px;
    position: relative;
}

.services-box-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.services-box-text h3 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 16px;
}

.services-box-text p {
    font-size: 12px;
    line-height: 20px;
}

.only-box-sd {
    /* position: absolute; */
    border: 5px solid #f17449;
    width: 60px;
    height: 70px;
    float: right;
    margin-right: -20px;
    margin-top: -40px;
    z-index: 1;
    position: relative;
}

.services-box {
    position: relative;
}
.services-box-text a {
    color: #f4754a;
    font-size: 18px;
    text-decoration: underline;
}
.service-slider .slick-active {
    opacity: 1;
}



.service-slider .slick-prev:before {
    font-family: unset;
    content: '';
    height: 25px;
    width: 46px;
    position: absolute;
    background-image: url(../images/services-arrow-img-left.png);
}
.service-slider .slick-next:before {
    font-family: unset;
    content: '';
    height: 25px;
    width: 46px;
    position: absolute;
    background-image: url(../images/services-arrow-img-right.png);
}
.service-slider .slick-prev {
    left: -65px;
}


.service-slider .slick-slide.slick-current.slick-active .services-box-text {
    background: linear-gradient(to bottom, #f6c635 0%, #f28944 100%);
}
.service-slider .slick-slide.slick-current.slick-active .services-box-text h3 {
    color: #fff;
}
.service-slider .slick-slide.slick-current.slick-active .services-box-text p{
    color: #fff;
}
.service-slider .slick-slide.slick-current.slick-active .services-box-text a{
    color: #fff;
}
.service-slider .slick-slide.slick-current.slick-active .only-box-sd {
    /* position: absolute; */
    border: 5px solid #fff;
    width: 60px;
    height: 70px;
    float:left;
    margin-top: -170px;
    z-index: 1;
    position: relative;
    margin-left: -20px;
}


section.gallery-sec {
    background-image: url(../images/gallery-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 50px;
    margin-bottom: 100px;
}

.gallery-top-heading {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 40px;
}

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

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

.gallery-img-1 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 10px;
}

.gallery-img-2 img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}



section.motivational-video-sec {
    position: relative;
     margin-bottom: 100px;
}
section.motivational-video-sec:before {
    position: absolute;
    content: '';
    top: -193px;
    right: -170px;
    height: 300px;
    width: 300px;
    background-image: url(../images/about-circle-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.motivational-video-img {
    position: relative;
}

.motivational-video-img-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.motivational-video-img-text h3 {
    color: #fff;
    line-height: 41px;
    font-size: 20px;
}

.motivational-video-img-icon a {
    position: absolute;
    top: 50%;
    left: 46%;
    height: 70px;
    width: 70px;
    background: #ed7248;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.motivational-video-img h2 {
    color: #000000;
    margin-bottom: 21px;
}

.motivational-video-img img {
    width: 100%;
    height: 525px;
}
.motivational-video-box {
    display: flex;
    align-items: center;
    gap: 24px;
    background: #7ec577;
    margin-bottom: 20px;
    border-radius: 10px;
}

.motivational-video-box-text h5 {
    color: #fff;
    margin-bottom: 10px;
    line-height: 28px;
}

.motivational-video-box-img {
    position: relative;
}

.motivational-video-box-img-icon a {
    position: absolute;
    top: 28%;
    left: 39%;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #ed7248;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
}
.motivational-video-text p {
    color: #000000;
    margin-bottom: 18px;
}

.motivational-video-box-img img {
    height: 160px;
}




/*footer start*/

.footerSec {
    padding-top: 50px;
    position: relative;
    /* background-image: url('../images/footer-bg.png'); */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #1f1f1f;
}


.footerSec h5 {
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 23px;
    font-family: 'side-font-one';
    text-transform: uppercase;
}

.footerSec ul.linkList li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    text-transform: capitalize;
    margin: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footerSec ul.linkList li a:hover {
    color: #f88125;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footerSec ul.linkList li {
    margin-bottom: -6px;
    position: relative;
    padding-left: 8px;
}

img.footerLogo {
    margin-bottom: 30px;
}

.footerSec p {
    color: #ffffff8c;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
    width: 89%;
    font-size: 14px;
}

.pay-img {
    margin-top: 12%;
}

p.copy-text {
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    margin: 0;
    width: 100%;
}

.copy-rite {
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    background: #121212;
    border-top: 1px solid #ffffff47;
}

.map-img {
    margin-bottom: 20px;
}

.container.text-center p {
    border-top: 1px solid #fff;
    width: 100%;
}

.sub-box input::placeholder {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #898989;
}

.ul-links {
    padding-left: 5%;
}

.socail-media i {
    height: 42px;
    width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    font-size: 20px;
    border-radius: 6px;
    color: #ffffff;
    transition: ease-in;
    transition-duration: 0.2s;
    background: #f4754a;
}

.socail-media i:hover {
    background-color: #000000;
    border: 1px solid #0000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.socail-media {
    display: flex;
    align-items: center;
    justify-content: start;
}



.news-inp input {
    width: 100%;
    padding: 12px;
    height: 50px;
    border-radius: 10px;
    border: none;
}



.news-inp input::placeholder {
    color: #000000;
}

.news-inp {
    position: relative;
}

.do-ul {
    display: flex;
    gap: 31px;
}


.footerSec .col-lg-3 {
    position: relative;
}


.footerSec .col-lg-3:first-child:before {
    display: none;
}

.ftr-news {
    padding-left: 25px;
}

.footer-text ul li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    gap: 14px;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer-text ul li a:hover {
    color: #f88125;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-text ul li a p {
    margin: 0;
    font-size: 15px;
    transition: ease-in;
    transition-duration: 0.2s;
    font-size: 12px;
    color: #fff;
}

.footer-text ul li a p:hover {
    color: #ed7248;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer-text ul li.line-extra a {
    /* border: 1px solid #ffffff5e; */
    border-right: 0;
    border-left: 0;
    padding: 20px 0;
}

.footer-text ul li {
    margin: 0 0 23px 0;
}

.footer-text ul li a i {
    font-size: 20px;
    color: #f5c136;
    /* background: linear-gradient(to bottom, #f6c635 0%, #f28944 100%); */
}

.footer-btn {
    margin: 20px 0;
}
.banner-logo-sd {
    margin-top: 50px;
}
button.theme2 {
    width: 100%;
    background: linear-gradient(to bottom, #f6c635 0%, #f28944 100%);
    padding: 12px;
    border: unset;
    border-radius: 6px;
    font-size: 17px;
    color: #fff;
}

/* ----- footer end --- */



/*choose-us start*/
.chose-img img {
    /* display: block; */
    /* margin: 0 auto; */
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.chose-txt h3 {
    font-size: 55px;
    line-height: 62px;
}

.chose-txt h3 span {
    display: block;
}


.chose-txt ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}
.chose-txt ul li p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
}
.chose-img {
    margin: 0 auto;
    width: 85%;
}
section.chose-us {
    position: relative;
    padding: 0px 0px 100px;
}
.ex-before-sd {
    background-image: url(../images/about-circle-bg-img.png);
    height: 400px;
    width: 400px;
    position: absolute;
    top: -140px;
    right: -240px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
section.chose-us::before {
    position: absolute;
    content: '';
    top: 6%;
    left: 43%;
    height: 501px;
    width: 859px;
    background-image: url("../images/line-2.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.chose-txt h3 {
    font-size: 55px;
    line-height: 60px;
    font-family: 'side-font-one';
}
.chose-txt {
    position: relative;
    z-index: 999;
}
.chose-txt ul li i {
    font-size: 20px;
    color: #f4754a;
}


section.chose-us::after {
    position: absolute;
    bottom: 25px;
    left: 0;
    content: '';
    width: 30%;
    background-color: #f5f5f5;
    z-index: -1;
    height: 523px;
}
/*chose-us end*/



section.out-testi-sec {
    background: #f49243;
    padding: 50px;
}

.our-testi-top-heading {
    text-align: center;
    margin-bottom: 0;
}

.our-testi-top-heading h3 {
    color: #fff;
    margin-bottom: 20px;
}

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

.out-testi-box {
    background: #fff;
    width: 63%;
    /* margin: 0 auto; */
    padding: 80px 70px 60px;
    margin-left: 310px;
    position: relative;
}
section.out-testi-sec {
    position: relative;
    z-index: 1;
}

.out-testi-img-one {
    position: absolute;
    top: 260px;
    left: 250px;
    z-index: 1;
}

.out-testi-img-one img {
    height: 443px;
    width: 352px;
    object-fit: cover;
}

.out-testi-img-two {
    position: absolute;
    top: 24%;
    right: 19.8%;
}


.out-testi-img-two img {
    height: 202px;
}

.out-testi-slider-inner-box-icon img {
    /* font-size: 80px; */
    /* color: #000; */
    position: absolute;
    top: -7%;
    z-index: 4;
    left: 14%;
    width: auto;
}

.out-testi-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 128%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.out-testi-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 128%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.out-testi-slider .slick-prev {
    left: 5px;
}
.out-testi-slider .slick-next {
    right: 85%;
}
.out-testi-box:before {
    position: absolute;
    content: '';
    top: 48%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #d4d8dc;
}

.out-testi-slider-inner-box p {
    margin-bottom: 0;
}
.slick-prev:before {
    font-family: unset;
    content: '';
    background-image: url(../images/testi-slider-left-icon.png);
    height: 28px;
    width: 43px;
    background-size: cover;
    position: absolute;
}

.slick-next:before {
    font-family: unset;
    content: '';
    background-image: url(../images/testi-slider-right-icon.png);
    height: 28px;
    width: 45px;
    background-size: cover;
    position: absolute;
}









.testimonial-sec .slick-prev:before,
.testimonial-sec .slick-next:before {
    top: 360px !important;
    position: absolute;
    left: 450px;
    right: auto;
    z-index: 9999999999 !important;
    content: '\f104';
    font-family: 'Font Awesome 6 Pro';
    width: 50px;
    height: 50px;
    background: #262626;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .5s all;
}

.testimonial-sec .slick-next:before {
    right: auto !important;
    left: -600px !important;
    content: '\f105';
}

.testi-slider button.slick-arrow {
    transition: 2s all;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0;
    background-repeat: no-repeat;
    height: 470px;
    width: 392px;
    object-fit: cover;
}

.testi-slider button.slick-prev.slick-arrow {
    left: -90px;
    top: 40%;
    z-index: 9;
}

.testi-slider button.slick-next.slick-arrow {
    right: 0%;
    top: 14%;
    height: 200px;
    width: 200px;
}

.testi-slider-box .col-lg-8 {
    position: relative;
    z-index: 1;
}
.testi-img img {
    display: none;
}
.slick-slide {
    margin: 40px 20px;
}
.testi-slider .slick-next:before {
    font-family: unset;
    content: '';
    background-image: url(../images/testi-slider-right-icon.png);
    right: 310%;
    top: unset;
    height: 28px;
    width: 43px;
    background-size: cover;
    position: absolute;
    left: -310%;
    bottom: -119%;
}

.testi-slider .slick-prev:before{
    font-family: unset;
    content: '';
    background-image: url(../images/testi-slider-left-icon.png);
    height: 28px;
    width: 43px;
    background-size: cover;
    position: absolute;
    left: 125%;
    bottom: -61px;
}
.banner-slider .slick-slide {
    margin: 0;
    position: relative;
}

.row.banne-main.align-items-center {
    position: absolute;
    top: 60px;
    left: 80px;
}


.banner-img1 img {
    height: 100%;
    height: 90vh;
    object-fit: cover;
}
.banner-slider .slick-track {
    display: flex;
}
.banner-number {
    /* background: #fff; */
    padding: 0;
    position: relative;
    width: 100%;
    /* margin: 0 0 0 auto; */
    display: none !important;
}




.test-new-box {
    display: flex;
    align-items: end;
    justify-content: start;
    margin: 80px 0;
}

.testi-image {
    width: 40%;
}

.out-testi-slider-inner-box p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 600;
    line-height: 27px;
    font-family: 'side-font-two';
}
.page-id-8 .out-testi-slider-inner-box {
    padding-bottom: 0 !important;
    padding: 25px !important;
    background: #fff;
    border-radius: 0;
    position: relative;
    box-shadow: 0 0 20px 3px #00000059;
}
.page-id-8 .out-testi-slider-inner-box::before {
    position: absolute;
    border: 5px solid #f17449;
    width: 70px;
    height: 70px;
    bottom: -25px;
    right: 5px;
    content: '';
    z-index: -10;
}
.test-new-box.test-new-box1 {
    align-items: start;
}

.testi-image img {
    height: 350px;
    object-fit: cover;
    border-radius: 0;
}
.out-testi-slider-inner-box {
    width: 160%;
}

.test-new-box3 .out-testi-slider-inner-box {
    border-radius: 0;
}
.test-new-box4 .out-testi-slider-inner-box {
    border-radius: 0;
}
.test-new-box3 .out-testi-slider-inner-box::before {
    position: absolute;
    border: 5px solid #f17449;
    width: 70px;
    height: 70px;
    bottom: -25px;
    left: 5px;
    right:unset;
    content: '';
    z-index: -10;
}

.test-new-box4 .out-testi-slider-inner-box::before {
    position: absolute;
    border: 5px solid #f17449;
    width: 70px;
    height: 70px;
    bottom: -25px;
    left: 5px;
    right:unset;
    content: '';
    z-index: -10;
}
.out-testi-slider-inner-box {
    width: 70%;
}
.test-new-box h4 {
    font-family: 'side-font-two';
    font-size: 14px;
    line-height: 1.2;
    color: #f4754a;
    font-weight: 700;
    margin: 0 0 0px;
}
.test-new-box h5 {
    font-family: 'side-font-two';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 700;
    margin: 0 0 0px;
}
h5.extra.content_1 {
    margin-top: 10px !important;
    text-align: center;
    font-weight: bold;
}p.extra.content {
    margin-top: 35px;
    text-align: center;
    margin-bottom: 0;
}