/*===========================*/
*{
    font-family: "Poppins", sans-serif;
    font-display: optional;
}
::selection {
    color: #fff; /* Text color */
    background: #ff4a17; /* Background color */
}

#hero.new_hero h1 {
    font-size: 38px;
    font-weight: 100;
    margin: 0;
    padding-bottom: 22px;
}
#hero.new_hero h2 {
    font-size: 72px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    font-family: "Poppins", sans-serif;
    width: 100%;
}
span.typed-cursor {
    color: #ff4a17;
    font-weight: 100;
}
#hero.new_hero h3 {
    color: #fff;
    max-width: 575px;
    font-weight: 100;
    padding: 22px 0;
    font-size: 22px;
}
.counter_section {
    background: #5c8eb0;
}
.counter_section .align-items-md-stretch {
    justify-content: center;
}
.counter_section i.bi {
    display: block;
    color: #fff;
    font-size: 50px;
}
.counter_section .count-box {
    color: #fff;
    text-align: center;
}
.counter_section .count-box span.purecounter {
    font-size: 38px;
    font-weight: 900;
}
.counter_section .count-box p {
    text-transform: uppercase;
    font-weight: 100;
    margin: 0 auto;
}
.video_frame_inner {
    background: #000;
    padding: 30px;
    padding-right: 34px;
    border-radius: 30px;
    position: relative;
    z-index: 9;
    line-height: 0;
}
.video_frame_inner:before, .video_frame_inner:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 15px;
    display: block;
    background: #000;
    top: -4px;
    left: 100px;
    border-radius: 5px;
}
.video_frame_inner:after{
    left: 140px;
}
.video_frame video {
    border-radius: 10px;
    pointer-events: none;
}
section.about .container{
    box-shadow: none;
}
.video_frame {
    position: relative;
    z-index: 9;
}
.video_frame:before {
    content: "";
    position: absolute;
    height: 65px;
    width: 15px;
    display: block;
    background: #000;
    top: 55px;
    left: -4px;
    border-radius: 5px;
}
.frame_button {
    position: absolute;
    height: 40px;
    width: 20px;
    z-index: 5;
    background: #000000;
    border-radius: 10px;
    right: 7px;
    top: 50%;
    margin-top: -20px;
    border: 1px solid rgb(255 255 255 / 35%);
    overflow: hidden;
    cursor: pointer;
}
.frame_button:before {
    content: '';
    position: absolute;
    top: 22%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(0deg, transparent, transparent 30%, rgb(255 255 255 / 28%));
    transform: rotate(35deg);
    transition: all 0.5s ease;
}
.about .content {
    font-size: 18px;
    padding-left: 50px;
    line-height: 1.6;
}
.about .content h3{

}
.about .content p{
    font-size: 18px;
    line-height: 1.6;
}
.clients {
    padding: 60px 0;
}
.clients .section-title h2::before {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ff8664;
    margin: 4px 10px;
}
.clients-slider {
    overflow: hidden;
    position: relative;
    padding: 0 35px;
}
.clients-slider .swiper-button-prev{
    left: 0;
}
.clients-slider .swiper-button-next{
    right: 0;
}
.clients-slider .swiper-button-next:after, 
.clients-slider .swiper-button-prev:after {
    /* background: #5c8eb0; */
    color: #5c8eb0;
    font-size: 30px;
    width: 30px;
    line-height: 50px;
    height: 50px;
    transition: all 0.4s ease;
}
.clients-slider .swiper-button-next:hover:after, 
.clients-slider .swiper-button-prev:hover:after{
    color: #ff8664;
}
.counter_section .count-box img {
    width: 75px;
    display: block;
    margin: 0 auto;
    filter: invert(8);
    height: 75px;
    object-fit: contain;
}
.counter_section .count-box span.purecounter {
    font-size: 42px;
    font-weight: 100;
    padding-top: 10px;
    display: block;
}
.counter_section .count-box {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 25px 15px;
    background: #214a66;
    border-radius: 15px;
    box-shadow: 5px 5px 15px -10px #000000;
}
.highlights_item {
    padding-top: 100px;
}
.highlights_item h3{
    font-weight: 700;
    font-size: 24px;
    color: #263d4d;
}
.highlights_item ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.highlights_item ul li {
    width: 15%;
    padding: 10px;
}
.highlights_each img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}
.highlights_item ul li span {
    display: block;
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.highlights_each {
    padding: 25px 12px;
    border-radius: 8px;
    height: 100%;
    border: 1px solid #000;
}
.highlights_item ul li:last-child{
    width: 25%;
}

img{
    width: 100%;
}
.about-boxes.new_shop .content p {
    font-size: 16px;
}
.about-boxes-slider img {
    border-radius: 50px;
}
a.drop_pin {
    display: inline-block;
    padding: 8px 15px;
    background: #ff4a17;
    color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 5;
    padding-left: 60px;
}
.about-boxes.new_shop .content p i {
    font-style: normal;
}
.about-boxes.new_shop .content p b {
    font-weight: 600;
}
a.drop_pin i.fa-solid {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}
a.drop_pin:after {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 50px;
    background: #fff;
    display: block;
    position: absolute;
    opacity: 0.5;
}
a.drop_pin b {
    font-weight: 400;
}
.about-boxes section#about {
    padding-top: 15px;
}
.testimonials .testimonial-item {
    background: rgb(33 74 102 / 62%);
    max-width: 100%;
    margin: 0 auto;
    padding: 35px 50px;
    border-radius: 15px;
}
.testimonials-slider {
    max-width: 900px;
    border-radius: 15px;
}
.testimonials .testimonial-item p {
    min-height: 110px;
}
.testimonials-slider{

}
.testimonials-slider .swiper-button-next {
    color: #fff;
    opacity: 0.5;
}
.testimonials-slider .swiper-button-prev{
    color: #fff;
    opacity: 0.5;
}
header#header .container {
    max-width: 100%;
}
header#header .container a.logo_wrp {
    display: inline-block;
    padding-left: 15px;
}
.section-title.center_title {
    text-align: center;
}
.section-title.center_title h2::before {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ff8664;
    margin: 4px 10px;
}
#hero.new_hero h1 span {
    font-weight: inherit;
    font-family: inherit;
}
.counter_section .row.justify-content-end .col-lg-11 {
    width: 100%;
}
.video_frame video {
    z-index: 9;
    position: relative;
}
.copyright ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}
.copyright ul li a {
    display: inline-block;
    padding: 5px;
}
.about-boxes .card-title{

}
.about-boxes .card-title a{

}
.team .member h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    color: #15222b;
    position: relative;
    padding-bottom: 10px;
    margin: 0
}
#header .logo {
    height: auto;
}
.navbar>ul>li.dropdown:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 11px;
    right: 4px;
    transform: rotate(45deg);
}
.navbar>ul>li.dropdown {
    padding-right: 15px;
}













/*============================*/

@media(max-width: 1300px){
.navbar .getstarted, .navbar .getstarted:focus {

    padding: 8px 25px;
    margin-left: 5px;
}
.navbar a, .navbar a:focus {
    font-size: 13px;

}
#header .logo {
    height: auto;
    max-width: 250px;
}
.navbar>ul>li {
    padding: 8px 8px;
}





}


@media(max-width: 1024px){
.counter_section .align-items-md-stretch {
    justify-content: center;
    flex-grow: 1;
    padding: 15px;
}
.team .member {
    width: 100%;
}
.about .content {
    font-size: 18px;
    padding-left: 10px;
}
.about .content p {
    font-size: 16px;
    line-height: 1.5;
}
.highlights_item ul li {
    width: 33%;
    padding: 10px;
}
.highlights_item ul li:last-child {
    width: 33%;
}
section#about .col-md-7.video-box {
    width: 100%;
}
section#about .col-md-5.content{
    width: 100%;
}

}


@media(max-width: 992px){

.navbar>ul>li.dropdown:after {
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    top: 24px;
    right: 25px;
}

}



@media(max-width: 900px){



.about .content h3 {
    padding-top: 25px;
}



}



@media(max-width: 767px){
.clients img {
    max-width: 60%;
}
header#header .container a.logo_wrp {
    padding-left: 0;
    max-width: 250px;
}
#hero.new_hero h1 span {
    display: block;
}
#hero.new_hero h1 {
    font-size: 28px;
}
#hero.new_hero h2 {
    font-size: 38px;
}
#hero.new_hero h3 {
    padding: 22px 15px;
    font-size: 18px;
}
.section-title p {
    font-size: 26px;
    line-height: 1.3;
}
.section-title h2 {
    line-height: 1;
}
.counter_section .count-box img {
    width: 55px;
    height: 55px;
}
.counter_section .count-box span.purecounter {
    font-size: 30px;
    line-height: 1;
    padding: 15px 0;
}
.counter_section .count-box p {
    font-size: 14px;
    min-height: 44px;
}
.video_frame_inner {
    padding: 18px;
    padding-right: 24px;
    border-radius: 26px;
    position: relative;
    z-index: 9;
    line-height: 0;
}
.video_frame_inner:before, .video_frame_inner:after {
    left: 80px;
}
.video_frame_inner:after {
    left: 120px;
}
.frame_button {
    height: 31px;
    width: 14px;
    right: 5px;
    margin-top: -15px;
}
.video_frame_inner {
    padding: 10px;
    padding-right: 16px;
    border-radius: 18px;
    position: relative;
    z-index: 9;
    line-height: 0;
}
.video_frame:before {
    height: 44px;
    width: 15px;
    top: 39px;
    left: -2px;
    border-radius: 5px;
}
.video_frame_inner:before{
    left: 40px;
}
.video_frame_inner:after {
    left: 65px;
}
.frame_button {
    height: 24px;
    width: 10px;
    right: 3px;
    margin-top: -12px;
}
.counter_section .align-items-md-stretch {
    padding: 10px;
}
.section-title.center_title h2::before,
.clients .section-title h2::before,
.section-title h2::after {
    width: 50px;

}
.about-boxes-slider img {
    border-radius: 20px;
}
a.drop_pin {

    font-size: 14px;
}


}




@media(max-width: 640px){



.highlights_item ul li,
.highlights_item ul li:last-child {
    width: 50%;
    padding: 10px;
}
.highlights_item ul li, .highlights_item ul li:last-child {
    width: 50%;
    padding: 5px;
}
.highlights_item ul {
    margin: 0 -5px;
}
.highlights_each img {
    width: 65px;
    height: 65px;
}
.highlights_each {
    padding: 15px 10px;
}
.highlights_item ul li span {
    font-size: 13px;
}
.video_frame_inner:before, .video_frame_inner:after {
    width: 22px;
    top: -2px;
}
.about-boxes section#about > .container {
    padding: 0 3px;
}



}