/* Swiper container styles */
.swiper-container {
    width: 100%;
    overflow: hidden;
}

/* Swiper wrapper styles */
.swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}
.swiper-button-prev i{

}
/*.swiper-button-prev {
    border: none;
    top: 45%;
    margin: 0;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50px !important;
    background: #5290fd;
    overflow: hidden;
    transition: all 0.3s;
}*/
/* Individual slide styles */
.swiper-slide {
    width: calc((100% - 20px) / 3); /* Adjust for 3 slides per view */
    box-sizing: border-box;
    margin-right: 20px; /* Matches spaceBetween setting in JS */
}

.swiper-slide img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

div#slider2 .owl-carousel{
	display: block !important;
}

/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/

section#slider-section .sliderimg{
    float: right;
    z-index: 9;
    right: 5em;
    position: relative;
    top: 3em;
}
#slider-section {
    position: relative;
    overflow: hidden;
}
#slider-section .slider-content {
    position: absolute;
    top: 33%;
    left: 44%;
    width: 589px;
    margin-left: -518px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    z-index: 99;
}
/*#slider-section section.hero-slider.hero-style {
    padding-bottom: 3em;
}*/
section#slider-section .swiper-button-prev {
       left: 2%;
}
section#slider-section .swiper-button-next{
    right: 2%;
}
section#slider-section .swiper-button-prev:after, section#slider-section .swiper-button-next:after{
    display: none;
}
section#slider-section .swiper-button-prev.swiper-button-lock i, section#slider-section .swiper-button-next.swiper-button-lock i{
    font-size: 30px;
    padding: 11px 15px 17px 15px;
    color: #fff;
    width: 50px;
    height: 50px;
    font-weight: 600;
    background-color: #5290fd;
    border-radius: 50px !important;
    transition: all 0.5s;
        font-family: 'FontAwesome';
    font-style: normal;

}

section#slider-section .swiper-button-prev{
    border: none;
    top: 45%;
    margin: 0;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50px !important;
    background: #5290fd;
    overflow: hidden;
    transition: all 0.3s;
}
section#slider-section .swiper-button-prev i{
font-size: 36px;
}
section#slider-section .swiper-button-next{
    border: none;
    top: 45%;
    margin: 0;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50px !important;
    background: #5290fd;
    overflow: hidden;
    transition: all 0.3s;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none !important;
}
section#slider-section .swiper-button-next i{
font-size: 36px;
}
section#slider-section .swiper-button-prev:hover{
    background: #441e87;
    transition: all 0.5s;

}
section#slider-section .swiper-button-next:hover{
    background: #441e87;
    transition: all 0.5s;
}
#slider-section .swiper-button-lock {
    display: block;
    display: block;
    position: absolute;
    z-index: 999;
    top: 45%;
    margin: 0;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0px !important;
    overflow: hidden;
    transition: all 0.3s;
}

#slider-section .slider-content .title{
    margin: 0px 0;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    color: #000;
    width: 313px;
    word-break: break-word;
    white-space: normal;
}
#slider-section .slider-content  .sub-title p {
    color: #757575;
    padding: 30px 0;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}
#slider-section {
    margin-bottom: 2em;
    width: 100%;
    background-image: url('../images/sliderbg_layers.png');
    background-size: cover;
    background-position: center;

/*
    background-image: url('../images/sliderbg_layers.png');
    background-size: cover;
    background-position: center;*/
}

section#slider-section .sliderimg img {
    display: block;
    object-fit: cover;
    position: relative;
    transform: skew(2deg, 4deg);
    width: 648px;
    height: 474px;
    border-radius: 10px;
    z-index: 1;
}

section#slider-section .sliderimg:before{
    content: "/";
    width:100px;
    height:100px;
    clip-path: ellipse(50% 50% at 50% 50%);
    background: #5482d4;
    position: absolute;
    top: 3em;
    left: 1em;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

section#slider-section .sliderimg:after{
    content: "/";
    width:100px;
    height:100px;
    clip-path: ellipse(50% 50% at 50% 50%);
    background: #5482d4;
    position: absolute;
    bottom: 8em;
    right: -5em;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}


#slider-section .slider-content .slider-btn ul {
    margin: 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}
#slider-section .slider-content .slider-btn ul li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: all 0.5s;
    text-align: center;
}
#slider-section .slider-content .slider-btn a.sliderbuton1 {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s;
    background: linear-gradient(to right,#4b91f1 0%,#441e87 -31%,#441e87 2%,#4b91f1 100%);
    cursor: pointer;
    z-index: 9;
    margin-right: 20px;
}
#slider-section .slider-content .slider-btn a.sliderbuton2{
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    padding: 8px 30px;
    border-radius: 30px;
    color: #441e87;
    transition: all 0.5s;
    background: none;
    border: 2px solid #441e87;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
}
#slider-section .slider-content .slider-btn a.sliderbuton2:hover{
    background: #441e87;
    transition: all 0.5s;
    color: #fff;
}
#slider-section .slider-content .slider-btn a.sliderbuton1:hover{
    background: #441e87;
    transition: all 0.5s;
    color: #fff;
}

.slider_section2 {
    margin-bottom: 2em;
    width: 100%;
    background-image: url('../images/sliderbg_layers.png');
    background-size: cover;
    background-position: center;
} 

.slider_section2{
    position: relative;
}

.ht-slide{
    position: relative;
}
.ht-slide img{
    width: 100%;
}

.slider_content {
    position: absolute;
    top: 40%;
    left: 43%;
    width: 589px;
    margin-left: -527px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    z-index: 99;
}
.slider_section2 .title {
    font-size: 42px;
    font-weight: 600;
    padding-bottom: 0px;
    word-break: break-word;
    line-height: 50px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}
.slider_section2 .sub-title p{
    color: #757575;
    padding: 30px 0;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}
.slider_gradiant {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    background-image: linear-gradient(-90deg, transparent 10%, #000 66%);
    opacity: 0.5;
    z-index: 2;
}
.slider_section2 .sliderimg{
    float: right;
    z-index: 9;
    right: 5em;
    position: relative;
    top: 3em;
}

.slider_section2 .sliderimg img {
    position: relative;
    transform: skew(2deg, 4deg);
    width: 648px;
    height: 474px;
    border-radius: 10px;
    z-index: 1;
}

.slider_section2 .sliderimg:before{
    content: "/";
    width:100px;
    height:100px;
    clip-path: ellipse(50% 50% at 50% 50%);
    background: #5482d4;
    position: absolute;
    top: 3em;
    left: 1em;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.slider_section2 .sliderimg:after{
    content: "/";
    width:100px;
    height:100px;
    clip-path: ellipse(50% 50% at 50% 50%);
    background: #5482d4;
    position: absolute;
    bottom: 8em;
    right: -5em;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.slider_section2 .slider-btn ul {
    margin: 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.slider_section2 .slider-btn ul li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: all 0.5s;
    text-align: center;
}

/*====== btn ====*/
.slider_section2 .slidebtn2 a{
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    padding: 8px 30px;
    border-radius: 30px;
    color: #441e87;
    transition: all 0.5s;
    background: none;
    border: 2px solid #441e87;
    cursor: pointer;
    z-index: 9;
    transition: all 0.5s;
}
.slider_section2 .slidebtn2 a:hover{
    background: #441e87;
    transition: all 0.5s;
    color: #fff;
}
.slider_section2 .btn5 a:hover{
     background: #441e87;
    transition: all 0.5s;
}
.slider_section2 .btn5 a{
    text-align: center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s;
    background: linear-gradient(to right, #4b91f1 0%, #441e87 -31%, #441e87 2%, #4b91f1 100%);
    cursor: pointer;
    z-index: 9;
    margin-right: 20px;
}

.slider_section2 .btn5 a span {
    color: #fff;
    z-index: 2;
    position: relative;
}

/*====================*/
#slider .owl-carousel{
    display: block;
}
.slider_section2 .owl-theme .owl-dots {
    position: absolute;
    bottom: 50%;
    right: 0px;
    display: none;
}
.slider_section2 .owl-nav{
    display: block;
}
.slider_section2 .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 45%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    line-height: 60px;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    cursor: pointer;
    background: #5290fd !important;
    border-radius: 50%;
}
.slider_section2 .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 45%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) ;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    cursor: pointer;
    background: #5290fd !important;
    border-radius: 50%;
}
.slider_section2 .owl-nav .owl-prev span,
.slider_section2 .owl-nav .owl-next span {
    font-size: 55px;
    color: #fff;
    line-height: 32px;
    font-weight: 500;
    top: 1px;
    position: relative;
    z-index: 999;
}

.slider_section2 .owl-nav .owl-prev:before, 
.slider_section2 .owl-nav .owl-next:before{    
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #441e87;
    border-radius: 50px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    transition: all 0.3s;
}
.slider_section2 .owl-nav .owl-prev:hover:before, 
.slider_section2 .owl-nav .owl-prev:focus:before, 
.slider_section2 .owl-nav .owl-prev:active:before,
.slider_section2 .owl-nav .owl-next:hover:before, 
.slider_section2 .owl-nav .owl-next:focus:before, 
.slider_section2 .owl-nav .owl-next:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    transition: all 0.3s;
}
.slider_section2 .owl-nav .owl-prev span:hover,
.slider_section2 .owl-nav .owl-next span:hover{
    color: #fff !important;
}
.slider_section2 .owl-nav .owl-prev:focus,
.slider_section2 .owl-nav .owl-next:focus {
    outline: 0;
}

@media screen and (min-width: 320px) and (max-width: 425px){
section#slider-section .sliderimg {
    float: right;
    z-index: 9;
    right: 0;
    position: relative;
    top: 0;
}
#slider-section .slider-content {
    position: absolute;
    top: 49%;
    left: 11%;
    width: 344px;
    margin-left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    z-index: 100;
}
#slider-section .slider-content .slider-btn a.sliderbuton1 {
    font-size: 15px;
    padding: 6px 17px;
    margin-right: 6px;
}
#feature-section .content {
    width: 80%;
    position: relative;
    margin: 0em auto 0 auto;
}
#slider-section .slider-content .slider-btn a.sliderbuton2 {
    font-size: 15px;
    padding: 6px 17px;
}
section#slider-section .swiper-button-prev.swiper-button-lock i, section#slider-section .swiper-button-next.swiper-button-lock i {
    font-size: 20px;
    padding: 7px 10px 12px 11px;
    width: 35px;
    height: 35px;
}
#slider-section .slider-content .sub-title p {
    color: #757575;
    padding: 10px 0;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
#slider-section .slider-content .title {
    margin: 0px 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    color: #000;
    width: 313px;
    word-break: break-word;
    white-space: normal;
}
section#slider-section .sliderimg img {
    display: block;
    object-fit: cover;
    position: relative;
     transform: none; 
    width: 100%;
    height: 297px;
    border-radius: 10px;
    z-index: 1;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
section#slider-section .sliderimg img {
    width: 372px;
    height: 370px;
}
#slider-section .slider-content {
    top: 36%;
    left: 9%;
    width: 589px;
    margin-left: 0;
}
#slider-section .slider-content .sub-title p {
    padding: 20px 0;
    margin-bottom: 0px;
    font-size: 17px;
    width: 450px;
    line-height: 30px;
}
#slider-section .slider-content .title {
    margin: 0px 0;
    font-size: 35px;
    line-height: 50px;
    width: 313px;
}
}
@media screen and (min-width: 320px) and (max-width: 325px){
    .slider_section2 .slider_content {
        width: 90% !important;
        left: 66% !important; 
        top: 60% !important;
    }
        .slider_section2 .sliderimg img {
        width: 386px !important;
        height: 316px !important;
        left: 16px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 1024px){
.slider_section2 .owl-nav .owl-prev {
    left: 0px;
    top: 45%;
    width: 35px;
    line-height: 60px;
    height: 35px;
}
.slider_section2 .owl-nav .owl-next{
    right: 0px;
    top: 45%;
    width: 35px;
    line-height: 60px;
    height: 35px;
}
    .slider_section2 .owl-nav .owl-prev {
        width: 30px;
        height: 40px;
        left: 20px;
    }
.slider_section2 .owl-nav .owl-prev span, .slider_section2 .owl-nav .owl-next span {
    font-size: 40px;
    line-height: 32px;
}
}
@media screen and (min-width: 320px) and (max-width: 425px){
.slider_section2 .sliderimg {
    float: right;
    z-index: 9;
    right: 0;
    top: 3em;
    left: 0;
    margin: 0 auto;
}
.slider_section2 .sliderimg img {
    width: 394px;
    height: 327px;
}
}
@media screen and (min-width: 426px) and (max-width: 768px){
    .slider_content {
    position: absolute;
    top: 53%;
    left: 25px;
    width: 378px;
     margin-left: 0px; 
}
.slider_section2 .sliderimg:before {
    content: "/";
    width: 40px;
    height: 40px;
    top: 1em;
    left: 0em;
}
.slider_section2 .sliderimg:after{
    content: "/";
    width: 40px;
    height: 40px;
    bottom: 4em;
    right: -2em;
}
.slider_section2 .btn5 a {
    font-size: 16px;
    padding: 8px 25px;
    margin-right: 8px;
}
.slider_section2 .slidebtn2 a {
    font-size: 16px;
    padding: 8px 25px;
}
.slider_section2 .sub-title p {
    padding: 10px 0;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
}
    .slider_section2 .sliderimg img {
        width: 350px;
        height: 300px;
    }
    .slider_section2 .sliderimg {
    right: 3em;
    top: 3em;
}
}
@media screen and (min-width: 900px) and (max-width: 1024px){
.slider_section2 .title {
    font-size: 34px;
    line-height: 50px;
    line-height: 25px;
}
.slider_section2 .sub-title p {
    padding: 19px 0;
    font-size: 16px;
}
    .slider_section2 .sliderimg img {
    width: 410px;
    height: 390px;
}
.slider_section2 .sliderimg {
    right: 3em;
    top: 3em;
}
.slider_section2 .sliderimg:before {
    content: "/";
    width: 60px;
    height: 60px;
    top: 2em;
    left: 0.5em;
}
.slider_section2 .sliderimg:after {
    content: "/";
    width: 60px;
    height: 60px;
    bottom: 4em;
    right: -3em;
}

}
@media screen and (min-width: 1024px) and (max-width: 1200px){
.slider_section2 .extimg img.ex{max-width: 20%;}
.slide-btn{bottom: 110px;}
.slide-btna a.btn{font-size: 14px;padding: 10px 35px;}
body.page-template-default main#innerpage-box .single-service-bx .service-icon img {width: 100%;height: 220px;}
.ht-slider-highlighttext {font-size: 30px;}
.ht-slide-cap-title.animated.fadeInDown {font-size: 35px;}
.slider_content {top: 58%;width: 499px;left: 61%;}
}

@media screen and (min-width: 994px) and (max-width: 1023px){
.slider_section2 .title {font-size: 40px;padding: 0;}
.slider_section2 .sub-title p {font-weight: 500;line-height: 25px;padding: 0;}
.slider_content {top: 72%;width: 747px;left: 68%;}
#slider .owl-nav button {display: none;}
}


@media (max-width: 1012px){
.slider_section2 .title {font-size: 35px;line-height: 35px;}
.img-slide-responsive {position: absolute;right: 620px;top: -6px;}
.slider_section2 a.btn {font-size: 14px;}
.slider-btn {margin-top: 0.7em;}
}

@media (max-width: 992px){
.slider_section2 .sub-title p {margin: 5px 0;}
.slider_section2 .btn5 a{margin-left: 0;}
.slider_section2 .title {font-size: 23px ;line-height: 35px;margin-bottom: 0px;}
.slider_section2 .owl-nav .owl-prev span, .slider_section2 .owl-nav .owl-next span {
    font-size: 44px;
}
.slider_section2 .owl-nav .owl-prev {
    width: 30px;
    height: 40px;
}
.slider_section2 .owl-nav .owl-next{
        width: 30px;
    height: 40px;
}
}
@media only screen and (max-width: 375px){

    .slider_section2 .owl-nav .owl-prev span, .slider_section2 .owl-nav .owl-next span {
        font-size: 35px;
        line-height: 30px;
    }
        .slider_section2 .owl-nav .owl-prev {
        width: 26px;
        height: 30px;
    }
    .slider_section2 .owl-nav .owl-next{
          width: 26px;
        height: 30px;
    }
}
@media only screen and (max-width: 600px) {
    .slider_section2 .sub-title p {
    font-size: 15px;
    padding: 7px;
    line-height: 25px;
}
    .slider_section2 .slider_content {
        width: 90%;
        left: 30%;
        top: 60%;
    }
    .slider_section2 .btn5 a {
    font-size: 15px;
    padding: 6px 25px;
    margin-right: 5px;
}
.slider_section2 .slidebtn2 a {
    font-size: 15px;
    padding: 5px 25px;
}
.slider_section2 .sliderimg:before{
    display: none;
}
.slider_section2 .sliderimg:after{
    display: none;
}
}


@media only screen and (max-width: 767px) {

    .slide-content p{
        display:none;
    }
    .slide-content-box{
        text-align:center;
    }
    .owl-slider.owl-theme .owl-dots {
        bottom: 180px;
        margin-top: 0;
        position: absolute;
        right: auto;
        text-align: center;
        top: auto;
        transform: translateY(-50%);
        width: 100%;
    }
    .site-header .navbar-toggler, 
    .site-header .is-fixed .navbar-toggler {
        margin: 22px 0 22px 10px;
        box-shadow: none;
    }
    .slide-content .button-lg {
        font-size: 13px;
        padding: 10px 15px;
    }
    
}
@media screen and (min-width: 320px) and (max-width: 768px){

.slider_section2 .layer-2{top: 12.9%;}
.slider_section2 .layer-8 {
top: 11.5%;
}

.slider_section2::after{ left: -4%; bottom: -20.8%; width: 104%; }

.slider_section2 .layer-3{ top: 50.9%; }


.slider_section2 .box{ right: 0; }
.slider_section2 .box-hover, .box-hover-2, .slider_section2 .box{ width: 700px; }

}


@media screen and (max-width: 640px){
.header-btn .head-button a {
    padding: 10px 18px;
    font-size: 16px;
}
.slider_section2 .owl-theme .owl-nav {
    display: none;
}
.slider_section2 .owl-theme .owl-dots .owl-dot span:before {
    font-size: 10px;
}
.slider_section2 .owl-theme .owl-dots .owl-dot.active span:before {
    width: 15px;
}


section#slider-section .swiper-button-prev,section#slider-section .swiper-button-next {
    width: 40px;
    height: 40px;
}
section#slider-section .swiper-button-prev i,section#slider-section .swiper-button-next i {
    font-size: 24px;
}

}

@media screen and (min-width: 400px) and (max-width: 600px){
.slider_content{width: 400px;}
.slider_section2 .title {font-size: 35px;line-height: 35px;padding-bottom: 5px;}
.slider_section2 a.btn {font-size: 10px;}
}

@media screen and (min-width: 320px) and (max-width: 399px){
.slider_content{
    width: 300px;
}
}
@media screen and (min-width: 320px) and (max-width: 475px){
    .slider_section2 .title {
        font-size: 17px ;
        line-height: 30px;
    }
}
@media screen and (min-width: 320px) and (max-width: 475px){
    .slider_section2 .char{
        font-size: 12px;
        height: 20px;
    }
    .slider_section2 p{
        width: 90%;
        font-size: 12px;
        line-height: 20px !important;
        padding: 0;

    }
    .ht-slide-cap-desc{
       font-size: 28px;
       line-height: 35px;
       margin-bottom: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 475px){

.slider_section2 i.fa{font-size: 10px;}
.slider-social-icon > span{letter-spacing: 0;}
.slider_section2 .layer-3 img {
width: 30px;
}
.slider_section2::after{width: 0;}

.slider_section2 div.slider-social-icon { left: 90px; top: 88%;    transform: rotate(0deg);}
.social-icon-container a {font-size: 8px;padding: 0 2px; margin: 0 4px;}
.slider_section2 .layer-5 img,.slider_section2 .layer-8 img{ width: 25px;}

.slider_section2 .layer-6 img, .slider_section2 .layer-4 img{width: 15px; }
.slider_section2 .layer-3 img{ width: 40px; }
.slider_section2 .layer-8{top: 10.5%;}
.slider_section2 .layer-6 { bottom: 10%;right: 62.4%;}
.slider_section2 .layer-5 { bottom: 92px; }
.slider_section2 .layer-4 { top: 73.5%; }
.slider_section2 .box-hover, .box-hover-2, .slider_section2 .box { width: 380px;}
.slider_section2 .btn:hover:before{top: 6px; }
.slider_section2 .box-hover, .box-hover-2{height: 340px;}
.slider_section2 .box-hover, .box-hover-2{ margin-top: 0; }

.slider_section2 .btn{font-size: 14px; padding: 8px 32px 8px 32px;}
.slider_section2 .box{ height: 325px; right: 0%;}

.single-header-info { text-align: center; padding: 0;}

}


