@font-face {
    font-family: 'Brunson Rough';
    src: url('../fonts/BrunsonRough.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brunson';
    src: url('../font/Brunson.ttf') format('truetype');
  
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Creato Display';
    src: url('../font/CreatoDisplay-Light.eot');
    src: url('../font/CreatoDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/CreatoDisplay-Light.woff2') format('woff2'),
        url('../font/CreatoDisplay-Light.woff') format('woff'),
        url('../font/CreatoDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../font/CreatoDisplay-Medium.eot');
    src: url('../font/CreatoDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/CreatoDisplay-Medium.woff2') format('woff2'),
        url('../font/CreatoDisplay-Medium.woff') format('woff'),
        url('../font/CreatoDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../font/CreatoDisplay-ExtraBold.eot');
    src: url('../font/CreatoDisplay-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/CreatoDisplay-ExtraBold.woff2') format('woff2'),
        url('../font/CreatoDisplay-ExtraBold.woff') format('woff'),
        url('../font/CreatoDisplay-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../font/CreatoDisplay-Bold.eot');
    src: url('../font/CreatoDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/CreatoDisplay-Bold.woff2') format('woff2'),
        url('../font/CreatoDisplay-Bold.woff') format('woff'),
        url('../font/CreatoDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../font/CreatoDisplay-Thin.eot');
    src: url('../font/CreatoDisplay-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/CreatoDisplay-Thin.woff2') format('woff2'),
        url('../font/CreatoDisplay-Thin.woff') format('woff'),
        url('../font/CreatoDisplay-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../font/CreatoDisplay-Black.eot');
    src: url('../font/CreatoDisplay-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/CreatoDisplay-Black.woff2') format('woff2'),
        url('../font/CreatoDisplay-Black.woff') format('woff'),
        url('../font/CreatoDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../font/CreatoDisplay-Regular.eot');
    src: url('../font/CreatoDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/CreatoDisplay-Regular.woff2') format('woff2'),
        url('../font/CreatoDisplay-Regular.woff') format('woff'),
        url('../font/CreatoDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    background:#0F0606;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

/*header*/

header .navbar-toggler{
padding: 0;
}
header .navbar-toggler:focus{
box-shadow: inherit;

}
/*Arrow up down*/
.arrow-with-content{
position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}	
.arrow-with-content a{
width: 50px;
    height: 50px;
    background: #70040036;
    line-height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 999999;
     transition: transform 0.3s ease;


}
.arrow-with-content .content-for-arrow{
    position: absolute;
    top: 0;
}

.arrow-with-content .circle-text{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
     animation: rotateCircle 10s linear infinite; /* Animate here */
}
.content-for-arrow span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 0 50px;
    font-size: 10px;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
}
@keyframes rotateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

header{
    position: absolute;
    width: 100%;
    z-index: 999;
}
header .navbar-brand{
    font-family: Creato Display;
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
color:#fff;
}
header #navbarSupportedContent{
        justify-content: space-between;
}
header #navbarSupportedContent ul{
    margin:0 auto;
}
header #navbarSupportedContent ul li:first-child{
    margin: 0;
}
header #navbarSupportedContent ul li{
    margin:0 0 0 40px;
}
header #navbarSupportedContent ul li a:hover{
   opacity: 1;
 border-bottom: 1px solid #fff;
}
header #navbarSupportedContent ul li a.active{
 opacity: 1;
 border-bottom: 1px solid #fff;
}
header #navbarSupportedContent ul li a{
    font-family: Creato Display;
    opacity: .5;
    color:#fff;
font-weight: 400;
font-size: 18px;
padding: 0;
transition: .3s all ease-in-out;
}
header form a:hover{
    color:#fff;
}
header form a{
    background-color: #FC0800;
    box-shadow: 2px 5px 76.1px 0px #FC0800A6;
font-family: Creato Display;
font-weight: 500;
font-size: 18px;
color:#fff;
text-align: center;
height: 50px;
line-height: 50px;
width: 170px;
border-radius: 8px;

}

/*banner*/

 .main-banner-hero{
        position: relative;
        background: url(../images/banner-new-img.png);
        background-size: cover;
        background-position: center;
        z-index: 1;

    }

    .main-banner-hero img{
        position: relative;
        z-index: 99;
        width: 100%;
    }
    .main-banner-hero .hero-banner-content h1{
       font-family: Brunson;
    font-weight: 400;
    font-size: 180px;
    color: #fff;
    padding: 80px 0 0;
    position: absolute;
    top: 3.5%;
    z-index: 9;
    left: 0;
    width: 100%;
    text-align: center;

    }
    .main-banner-hero .hero-banner-content p{
font-family: Creato Display;
font-weight: 400;
font-size: 18px;
line-height: 28px;
    position: absolute;
    bottom: 18%;
    left: 7%;
    width: 32%;
    z-index: 99;
    right: 0;
    color: #fff;
    }
.doubler-marquee{
    position: relative;
    z-index: 99;
}
    .about-sec{
        position: relative;
        z-index: 1;
    }

    .about-sec:before{
         content: '';
     background: #FC0800;
  width: 306px;
  height: 306px;
  border-radius: 50%;
     filter: blur(150px);
  -webkit-filter: blur(150px); /* For Safari support */
  box-shadow: 0 0 100px rgba(252, 8, 0, 0.3); /* fake depth */
    position: absolute;
    opacity: .5;
    top: -30%;
    z-index: -1;
    left: -7%;
    }
    .about-sec:after{
         content: '';
     background: #FC0800;
  width: 306px;
  height: 306px;
  border-radius: 50%;
     filter: blur(150px);
  -webkit-filter: blur(150px); /* For Safari support */
  box-shadow: 0 0 100px rgba(252, 8, 0, 0.3); /* fake depth */
    position: absolute;
    opacity: .5;
    bottom: -30%;
    z-index: -1;
    right: -7%;
    }

.doubler-marquee .single-marquee ul li img{
    width: 65px;
    margin: 0 25px;
}
.doubler-marquee{
    margin: -120px 0 170px;
}
.doubler-marquee .single-marquee ul{
    display: flex;
    flex-shrink: 0;
    align-items: center;
}
.doubler-marquee .single-marquee{
padding: 0 15px;
 background: #48292926; /* semi-transparent background */
  border: 1px solid;
  border-image-source: linear-gradient(
    103.68deg,
    rgba(255, 116, 116, 0.32) -23.92%,
    rgba(255, 255, 255, 0) 58.67%,
    rgba(255, 126, 126, 0.27) 137.59%
  );
  border-left: none;
  border-right: : none;
  border-image-slice: 1; /* Required to apply the gradient */
}
.doubler-marquee .single-marquee ul li{
        display: flex;
    flex-shrink: 0;
    align-items: center;

    font-family: Creato Display;
font-weight: 500;
    font-size: 26px;
    line-height: 25px;
    letter-spacing: 2px;
color:#fff;
background-color: #000;

}

.single-marquee {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(5deg);
    z-index: 9;
}

/* Second marquee container */
.singles-marquee {
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: rotate(-6deg);
    z-index: 99;
}

.doubler-marquee .singles-marquee ul li img{
    width: 65px;
    margin: 0 25px;
}
.doubler-marquee .singles-marquee ul{
    display: flex;
    flex-shrink: 0;
    align-items: center;
}
.doubler-marquee .singles-marquee{
padding: 0 15px;
 background: #48292926; /* semi-transparent background */
  border: 1px solid;
  border-image-source: linear-gradient(
    103.68deg,
    rgba(255, 116, 116, 0.32) -23.92%,
    rgba(255, 255, 255, 0) 58.67%,
    rgba(255, 126, 126, 0.27) 137.59%
  );
  border-left: none;
  border-right: : none;
  border-image-slice: 1; /* Required to apply the gradient */
}
.doubler-marquee .singles-marquee ul li{
        display: flex;
    flex-shrink: 0;
    align-items: center;

    font-family: Creato Display;
font-weight: 500;
    font-size: 26px;
    line-height: 25px;
    letter-spacing: 2px;
color:#fff;
background-color: #000;
}


.about-sec h3{
font-family: Brunson;
font-weight: 400;
    font-size: 65px;
color: #FFFFFF;
}
.about-sec p{
    font-family: Creato Display;
font-weight: 400;
    font-size: 16px;
    line-height: 24px;
color:#fff;
}
.about-sec ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
        height: 100px;
}
.about-sec ul li a img{
 transition: .3s all ease-in-out;
  
}
.about-sec ul li:hover a img:last-child{
      transform: rotate(45deg);
}
.about-sec ul li:hover{
  transform: translate(0, -5px);
}
.about-sec ul li{
 background: #4C393926;
 transition: .3s all ease-in-out;


  box-shadow: 10px 20px 100px 0px #16010180;
  position: relative;
  overflow: hidden;
  z-index: 1;
    height: 100px;
    margin: 0 0 20px;
    line-height: 100px;
    border-radius: 24px;
    padding: 0 40px;

}
.about-sec ul li:before{
      content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* same as border width */
  border-radius: 24px;
  background: linear-gradient(
    103.68deg,
    rgba(255, 116, 116, 0.32) -23.92%,
    rgba(255, 255, 255, 0) 58.67%,
    rgba(255, 126, 126, 0.27) 137.59%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: -1;
}
}

.vito-call:before{
     content: '';
     background: #FC0800;
  width: 306px;
  height: 306px;
  border-radius: 50%;
     filter: blur(150px);
  -webkit-filter: blur(150px); /* For Safari support */
  box-shadow: 0 0 100px rgba(252, 8, 0, 0.3); /* fake depth */
    position: absolute;
    z-index: -1;
    top: 20%;
    left: 10px;
    opacity: .5;
}
.vito-call:after{
 content: '';
     background: #FC0800;
  width: 306px;
  height: 306px;
  border-radius: 50%;
     filter: blur(150px);
  -webkit-filter: blur(150px); /* For Safari support */
  box-shadow: 0 0 100px rgba(252, 8, 0, 0.3); /* fake depth */
    position: absolute;
    z-index: -1;
    top: 10%;
    right: 20px;
    opacity: .5;
}
.vito-call{
    background-image: url(../images/vito-bg1.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
}
.vito-call .vito-call-box h4{
     font-family: Brunson;
    font-weight: 400;
    font-size: 82px;
    color: #fff;
    margin: 0 0 10px;
}
.vito-call .vito-call-box{
    position: absolute;
    z-index: 9;
    bottom: 20%;
    width: 42%;
    right: 6%;
}
.vito-call .vito-call-box ul{
    margin: 30px 0 0;
}
.vito-call .vito-call-box ul li{
    display: inline-block;
}
.vito-call .vito-call-box ul li img{
    width: 85%;
}
.vito-call .vito-call-box p{
    font-family: Creato Display;
font-weight: 400;
font-size: 16px;
line-height: 25px;
opacity: .7;
color:#fff;
}
.author-sec{
    padding: 200px 0 0; 
    position: relative;
}
.author-sec:before{
 content: '';
     background: #FC0800;
  width: 306px;
  height: 306px;
  border-radius: 50%;
     filter: blur(150px);
  -webkit-filter: blur(150px); /* For Safari support */
  box-shadow: 0 0 100px rgba(252, 8, 0, 0.3); /* fake depth */
    position: absolute;
    bottom: -5%;
    left: 60px;
    opacity: .5;
}
.author-sec:after{
     content: '';
     background: #FC0800;
  width: 306px;
  height: 306px;
  border-radius: 50%;
     filter: blur(150px);
  -webkit-filter: blur(150px); /* For Safari support */
  box-shadow: 0 0 100px rgba(252, 8, 0, 0.3); /* fake depth */
    position: absolute;
    z-index: -1;
    bottom: -5%;
    right: 50px;
    opacity: .5;
}
.author-sec .author-box p{
    font-family: Creato Display;
font-weight: 400;
font-size: 16px;
line-height: 25px;
opacity: .7;
color:#fff;
margin: 0 0 15px;

}

.author-sec .author-box h4{
    font-family: Brunson;
font-weight: 400;
font-size: 76px;
color:#fff;
margin: 0 0 15px;
position: relative;
}
.author-sec .author-box h4:after{
    content:'';
    background-image: url(../images/1-broken.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
        width: 76px;
    height: 100px;
    position: absolute;
    right: 5%;
    top: 0;
}
.author-sec .author-box ul{
    margin: 35px 0 0;
}
.author-sec .author-box ul li{
    display: inline-block;
    margin: 0 15px 0 0;
}
.author-sec .author-box ul li a:hover{
    box-shadow: 0px 15px 40px 0px #FC080066;
    background: #FC0800;
}
.author-sec .author-box ul li a:before{
     content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* simulate 1px border */
  border-radius: 16px;
  background: linear-gradient(
    102.14deg,
    rgba(255, 116, 116, 0.32) -7.81%,
    rgba(255, 255, 255, 0.08) 47.08%,
    rgba(255, 126, 126, 0.27) 96.19%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: -1;
}
.author-sec .author-box ul li a{
    transition: .3s all ease-in-out;
    background: #ffffff0a; /* optional low-opacity background for layering */
  border-radius: 16px;
  position: relative;
  filter: blur(0); /* Apply blur to contents if needed */
  backdrop-filter: blur(400px);
  -webkit-backdrop-filter: blur(400px);

  box-shadow: 21px 14px 200px 0px #0D020230;

  z-index: 1;
  overflow: hidden;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;


}
.author-sec .author-box{
    padding: 30px;
 background: #4C393926;

  /* Simulated inner blur */
  backdrop-filter: blur(150px);
  -webkit-backdrop-filter: blur(150px);

  box-shadow: 21px 14px 200px 0px #0D020230;
border-radius: 16px;
  z-index: 1;
  overflow: hidden;
position: relative;

}
.author-sec .author-box:before{
      content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* same as border width */
  border-radius: 16px;
  background: linear-gradient(
    103.68deg,
    rgba(255, 116, 116, 0.32) -23.92%,
    rgba(255, 255, 255, 0) 58.67%,
    rgba(255, 126, 126, 0.27) 137.59%
  );

  /* This creates only the border (hollow inside) */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: -1;
}
.author-sec .author-box:after{
    content: '';
    background-position: 100% 100%;
    background-size: cover;
    background-image: url(../images/big-crack.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -7.5%;
    bottom: -11%;
    width: 240px;
    height: 350px;
    transform: rotate(180deg);
}

.new-cta{
    background-image: url(../images/airplane-cta.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 200px 0 350px;
    position: relative;
    z-index: 1;
}
.new-cta .plane-img{
 position: absolute;
    bottom: 40%;
    width: 15%;
    z-index: -1;
    left: 30%;
}
.new-cta ul li img{
        width: 85%;
}
.new-cta ul li{
    display: inline-block;
}
.new-cta ul{
        margin: 30px 0 0;
}
.new-cta p{
        font-family: Creato Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: .7;
    color: #fff;
}
.new-cta h4{
        font-family: Brunson;
    font-weight: 400;
    font-size: 82px;
    color: #fff;
    margin: 0 0 10px;
}
.testi:Before{
    content: '';
     background: #FC0800;
  width: 306px;
  height: 306px;
  border-radius: 50%;
     filter: blur(150px);
  -webkit-filter: blur(150px); /* For Safari support */
  box-shadow: 0 0 100px rgba(252, 8, 0, 0.3); /* fake depth */
      position: absolute;
    z-index: -1;
    bottom: 13%;
    right: 20%;

  opacity: 0.6;
}
.testi:after{
    content: '';
     background: #FC0800;
  width: 306px;
  height: 306px;
  border-radius: 50%;
     filter: blur(150px);
  -webkit-filter: blur(150px); /* For Safari support */
  box-shadow: 0 0 100px rgba(252, 8, 0, 0.3); /* fake depth */
      position: absolute;
    z-index: -1;
  top: 10%;
    left: 0%;

  opacity: 0.6;
}
.testi{
position: relative;
z-index: 1;
}
.testi h4{
    font-family: Brunson;
font-weight: 400;
font-size: 96px;
line-height: 96px;
color:#fff;
}
.testi .testi-slides .testi-box .quote{
    margin: 0 0 30px;
}
.testi .testi-slides .testi-box p{
    font-family: Creato Display;
font-weight: 400;
font-size: 16px;
line-height: 25px;
color: #fff;
opacity: .7;
height: 250px;
}
.testi .testi-slides .testi-box h6{
    font-family: Creato Display;
font-weight: 800;
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
color:#fff;
margin: 0 0 10px;

}
.testi .testi-slides .testi-box:before{
     content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(103.68deg, rgba(255, 116, 116, 0.32) -23.92%, rgba(255, 255, 255, 0) 58.67%, rgba(255, 126, 126, 0.27) 137.59%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.testi .testi-slides .testi-box{ 
 background: #4C393926;
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
  box-shadow: 21px 14px 200px 0px #0D020230;
  z-index: 1;
  overflow: hidden;
    padding: 30px 80px 30px 30px;
    margin: 0 12px;
    border-radius: 20px;
}
.testi-slides .slick-list{
    padding: 80px 80px 0 80px !important;
}
.testi-slides .slick-prev, .testi-slides .slick-next{
        top: -8%;
background: #4C393926;
  backdrop-filter: blur(450px);
  -webkit-backdrop-filter: blur(450px);
  box-shadow: 23.63px 15.75px 225px 0px #0D020230;
  z-index: 1;
  overflow: hidden;
width: 72px;
height: 72px;
opacity: 1;
 border-radius: 18px;

}
.testi-slides .slick-prev:hover , .testi-slides .slick-next:hover{
    opacity: 1;
}
.testi-slides .slick-prev{
    right: 15%;
    left: inherit;
}
.testi-slides .slick-next{
    right: 9%;
}
.testi-slides .slick-prev:hover, .testi-slides .slick-prev:focus, .testi-slides .slick-next:hover, .testi-slides .slick-next:focus{
        color: #fff;
    outline: none;
    box-shadow: 0px 10px 40px 0px #FC080047;
    border-radius: 18px;
    background: #FC0800;
}
.testi-slides .slick-prev:before , .testi-slides .slick-next:before{
    opacity: 1;
    content: '' !important;

}
.testi-slides .slick-prev:after , .testi-slides .slick-next:after{
    content: "";
  position: absolute;
  inset: 0;
  padding: 1.13px; /* Your exact border width */
  border-radius: 18px;
  background: linear-gradient(102.14deg, rgba(255, 116, 116, 0.32) -7.81%, rgba(255, 255, 255, 0.08) 47.08%, rgba(255, 126, 126, 0.27) 96.19%);
  
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  
  pointer-events: none;
  z-index: -1;
}

.follow-us{
    padding: 50px 0 0;
}
.follow-us h2{
    font-family: Brunson;
font-weight: 400;
font-size: 96px;
line-height: 96px;
color: #fff;

}
.follow-us ul{
    text-align: right;
}
.follow-us ul li{
    display: inline-block;
    margin: 0 15px 0 0;
}
.follow-us ul li a:hover{
    box-shadow: 0px 15px 40px 0px #FC080066;
    background: #FC0800;
}
.follow-us ul li a:before{
     content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* simulate 1px border */
  border-radius: 16px;
  background: linear-gradient(
    102.14deg,
    rgba(255, 116, 116, 0.32) -7.81%,
    rgba(255, 255, 255, 0.08) 47.08%,
    rgba(255, 126, 126, 0.27) 96.19%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: -1;
}
.follow-us ul li a{
    transition: .3s all ease-in-out;
    background: #ffffff0a; /* optional low-opacity background for layering */
  border-radius: 16px;
  position: relative;
  filter: blur(0); /* Apply blur to contents if needed */
  backdrop-filter: blur(400px);
  -webkit-backdrop-filter: blur(400px);

  box-shadow: 21px 14px 200px 0px #0D020230;

  z-index: 1;
  overflow: hidden;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;


}
footer{
    position: relative;
    z-index: 1;
    height: 100vh
}
footer:before{
    content: '';
    width: 550px;
    height: 550px;
    background: #FC0800;
    border-radius: 50%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
    box-shadow: 0 0 100px rgba(252, 8, 0, 0.3);
    opacity: .3;
    position: absolute;
    z-index: -1;
    bottom: 0;

}
footer:after{
      content: '';
    width: 550px;
    height: 550px;
    background: #FC0800;
    border-radius: 50%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
    box-shadow: 0 0 100px rgba(252, 8, 0, 0.3);
    opacity: .3;
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
}
footer .imageset-with-content{
    position: relative;
}
footer .imageset-with-content img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

footer .imageset-with-content h4{
    font-family: Brunson;
    font-weight: 400;
    font-size: 208px;
    /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 28.64%,
    rgba(15, 6, 6, 0) 76.43%,
    rgba(15, 6, 6, 0) 95.11%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/

  /* For Firefox (optional) */
  background-clip: text;
  color: #fff;
    text-align: center;
    position: absolute;
    top: 6%;
    width: 100%;
    z-index: -1;
}
footer p a:hover{
color: #fff
}
footer p a{
    color: #fff;
    text-decoration: underline;
    font-family: Creato Display;
font-weight: 400;
font-size: 16px;
}
footer p{
font-family: Creato Display;
font-weight: 400;
font-size: 16px;
margin: 0 0 15px;
line-height: 25px;
color:#fff;
text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999999;


}

footer .train{
    position: absolute;
    z-index: 1;
bottom: 0px;
    right: 378px;
  transform: scale(1);
}

/*BOok Page*/
.inner-book-page{
  padding: 130px 0;
  position: relative;
  z-index: 1;
}
.inner-book-page:before{
    content: '';
    background: #FC0800;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
    box-shadow: 0 0 100px rgba(252, 8, 0, 0.3);
    position: absolute;
    top: -30px;
    z-index: -1;
    left: -30px;
    opacity: .6;
}
.inner-book-page:after{
content: '';
    background: #FC0800;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
    box-shadow: 0 0 100px rgba(252, 8, 0, 0.3);
    position: absolute;
    opacity: .6;
    bottom: 45%;
    z-index: -1;
    right: -7%;
}
.inner-book-page h4{
  font-family: Brunson;
font-weight: 400;
font-size: 96px;
color: #fff;
margin: 0 0 10px
}
.inner-book-page h6{
  font-family: Creato Display;
font-weight: 400;
font-size: 28px;
line-height: 28px;
color: #fff;
margin: 0 0 24px;
}
.inner-book-page p{
  font-family: Creato Display;
font-weight: 400;
font-size: 16px;
line-height: 25px;
opacity: .7;
color: #fff;
}
.inner-book-page .book-detail-box-inner{
  background: #4C393926;
    box-shadow: 10px 20px 100px 0px #16010180;
    margin: 40px 0 0;
    border-radius: 24px;
        position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 25px;

}
.inner-book-page .book-detail-box-inner:before{
      content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 24px;
    background: linear-gradient(103.68deg, rgba(255, 116, 116, 0.32) -23.92%, rgba(255, 255, 255, 0) 58.67%, rgba(255, 126, 126, 0.27) 137.59%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}
.inner-book-page .book-detail-content-box{
padding: 0 0 0 45px;
}
.inner-book-page .book-detail-box-inner .book-description-box li .book-description .book-desciption-head{
  font-family: Creato Display;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #fff;
opacity: .7;
margin: 0 0 4px;
} 
.inner-book-page .book-detail-box-inner .book-description-box li .book-description{
  padding: 0 0 0 15px;
}
.inner-book-page .book-detail-box-inner .book-description-box li .book-description .book-desciption-para{
  font-family: Creato Display;
font-weight: 500;
font-size: 18px;
line-height: 20px;
color: #fff;


}

.inner-book-page .book-detail-box-inner .book-description-box li{
  width:32%;
  display: flex;
  align-items: center;
}
.inner-book-page .book-detail-box-inner .book-description-box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
    border-bottom: 0.5px solid rgb(255 255 255 / 10%);
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.purchasing-logo{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/*Author Page*/
.author{
  padding: 130px 0;
  position: relative;
  background-image: url(../images/author-background-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:100% 100%;
  z-index: 1;
}
.author:before{
    content: '';
    background: #FC0800;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
    box-shadow: 0 0 100px rgba(252, 8, 0, 0.3);
    position: absolute;
    bottom: 10%;
    z-index: -1;
    left: -12%;
    opacity: .4;
}
.author:after{
content: '';
    background: #FC0800;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
    box-shadow: 0 0 100px rgba(252, 8, 0, 0.3);
    position: absolute;
    opacity: .4;
    top: 10%;
    z-index: -1;
    right: -7%;
}
.author .author-content-box h4{
  font-family: Brunson;
font-weight: 400;
font-size: 96px;
color: #fff;
margin: 0 0 16px;
}
.author .author-content-box p{
  font-family: Creato Display;
font-weight: 400;
font-size: 16px;
line-height: 25px;
color: #fff;
opacity: .7;
margin: 0 0 20px;

}
.author .author-content-box .author-reading-platform{
  margin: 30px 0 0;
}
.author .author-content-box .author-reading-platform li{
display: inline-block;
margin: 0 30px 0 0;
}
.author .author-content-box .author-reading-platform li:last-child{
  margin: 0;
}

.author .author-content-box .author-social-platform{
    margin: 35px 0 0;
}
.author .author-content-box .author-social-platform li{
    display: inline-block;
    margin: 0 15px 0 0;
}
.author .author-content-box .author-social-platform li a:hover{
    box-shadow: 0px 15px 40px 0px #FC080066;
    background: #FC0800;
}
.author .author-content-box .author-social-platform li a:before{
     content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* simulate 1px border */
  border-radius: 16px;
  background: linear-gradient(
    102.14deg,
    rgba(255, 116, 116, 0.32) -7.81%,
    rgba(255, 255, 255, 0.08) 47.08%,
    rgba(255, 126, 126, 0.27) 96.19%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: -1;
}
.author .author-content-box .author-social-platform li a{
    transition: .3s all ease-in-out;
    background: #ffffff0a; /* optional low-opacity background for layering */
  border-radius: 16px;
  position: relative;
  filter: blur(0); /* Apply blur to contents if needed */
  backdrop-filter: blur(400px);
  -webkit-backdrop-filter: blur(400px);

  box-shadow: 21px 14px 200px 0px #0D020230;

  z-index: 1;
  overflow: hidden;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;


}
.author .author-content-box{
  padding: 0 0 0 45px;
}

/*Contact Page*/
.contact-page{
  position: relative;
  z-index: 1;
}
.contact-page:after{
        content: '';
    background: #FC0800;
    width: 306px;
    height: 306px;
    border-radius: 50%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
    box-shadow: 0 0 100px rgba(252, 8, 0, 0.3);
position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    opacity: .6;
}
.contact-page:before{
        content: '';
    background: #FC0800;
    width: 306px;
    height: 306px;
    border-radius: 50%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
    box-shadow: 0 0 100px rgba(252, 8, 0, 0.3);
position: absolute;
    z-index: -1;
    top: 15%;
    right: 0;
    opacity: .6;
}
.contact-page h1{
  font-family: Brunson;
font-weight: 400;
    font-size: 445px;
    text-align: center;
background: linear-gradient(360deg, rgba(255, 255, 255, 0) 16.72%, rgba(255, 255, 255, 0.2) 45.99%, #FFFFFF 78.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.contact-page .contact-box{
   background: #4c393959;
    backdrop-filter: blur(10px);


    border-radius: 40px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    margin: -230px 0 100px 0;
}
.contact-page .contact-box:before{
       content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 40px;
    background: linear-gradient(103.68deg, rgba(255, 116, 116, 0.32) -23.92%, rgba(255, 255, 255, 0) 58.67%, rgba(255, 126, 126, 0.27) 137.59%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}
.contact-page .contact-box .contact-form h5{
  font-family: Creato Display;
font-weight: 900;
font-size: 42px;
color: #fff;
text-transform: uppercase;
margin: 0 0 30px;
position: relative;
}
.contact-page .contact-box .contact-form h5:before{
      content: '';
    background-image: url(../images/1-broken.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
width: 55px;
    height: 55px;
    position: absolute;
    right: 0%;
    top: 0;
}
.contact-page .contact-box .contact-form:before{
  content: '';
    background-position: 100% 100%;
    background-size: cover;
    background-image: url(../images/contact-page-broken.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 264px;
    height: 109px;
    z-index: -1;
}
.contact-page .contact-box .contact-form:after{
      content: '';
    background: #FC0800;
    width: 306px;
    height: 306px;
    border-radius: 50%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
    box-shadow: 0 0 100px rgba(252, 8, 0, 0.3);
    position: absolute;
    z-index: -1;
    bottom: 20%;
    right: -4%;
    opacity: .6;
}
.contact-page .contact-box:after{
        content: '';
    background: #FC0800;
    width: 306px;
    height: 306px;
    border-radius: 50%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
    box-shadow: 0 0 100px rgba(252, 8, 0, 0.3);
      position: absolute;
    z-index: -1;
    bottom: 20%;
    left: 5%;
    opacity: .6;
}
.contact-page .contact-box .contact-form{
  padding: 30px;

}

.contact-page .contact-box .contact-form .custom-input{
  position: relative;
  margin: 0 0 20px;
}
.contact-page .contact-box .contact-form .custom-input input::placeholder , .contact-page .contact-box .contact-form .custom-input textarea::placeholder{
  color: #fff;
}
.contact-page .contact-box .contact-form .custom-input input{
  background-color: transparent;
  font-family: Creato Display;
font-weight: 400;
font-size: 16px;
height: 50px;
line-height: 50px;
width: 100%;
padding: 0 15px;
border: 1px solid #FFFFFF1A;
color: #fff;
outline: none;
border-radius: 12px;
opacity:.7;
}
.contact-page .contact-box .contact-form button img{
  margin: 0 0 0 8px;
  transform: rotate(45deg);
}
.contact-page .contact-box .contact-form button{
  background: #FC0800;
box-shadow: 2px 5px 76.1px 0px #FC0800A6;
height: 48px;
line-height: 48px;
width: 155px;
font-family: Creato Display;
font-weight: 500;
font-size: 18px;
color: #fff;
border-radius: 8px;
border: none;

}
.contact-page .contact-box .contact-form .custom-input textarea{
  background-color: transparent;
  font-family: Creato Display;
font-weight: 400;
font-size: 16px;
height: 150px;
width: 100%;
padding: 10px 15px;
border: 1px solid #FFFFFF1A;
color: #fff;
outline: none;
border-radius: 12px;
resize:none;
opacity:.7;
}

@media only screen and (min-width: 1330px) and (max-width: 1399px) {
   footer .train{
       bottom: -26px;
    right: 312px; 
}
.contact-page h1{
      font-size: 365px;
}
footer .imageset-with-content h4{
      font-size: 178px;
}
.inner-book-page h4{
  font-size: 76px;
}
.inner-book-page .book-detail-box-inner .book-description-box li .book-description .book-desciption-head{
  font-size: 14px;
}
.inner-book-page .book-detail-box-inner .book-description-box li .book-description .book-desciption-para{
  font-size: 14px;
}
.purchasing-logo li a{
  display: block;
        width: 70%;
        margin: 0 auto;
}
.contact-page .contact-box .contact-form .custom-input textarea{
  resize: none;
  height: 100px;
}
.contact-page .contact-box .contact-form h5{
      margin: 0 0 10px;
}
}
@media only screen and (min-width: 1095px) and (max-width: 1229px) {
  .contact-page h1{
      font-size: 365px;
}
footer .imageset-with-content h4{
      font-size: 178px;
}
   footer .train{
        bottom: -63px;
    right: 243px;
        }
        .inner-book-page h4{
  font-size: 76px;
}
.inner-book-page .book-detail-box-inner .book-description-box li .book-description .book-desciption-head{
  font-size: 14px;
}
.inner-book-page .book-detail-box-inner .book-description-box li .book-description .book-desciption-para{
  font-size: 14px;
}
.purchasing-logo li a{
  display: block;
        width: 70%;
        margin: 0 auto;
}
.contact-page .contact-box .contact-form .custom-input textarea{
  resize: none;
  height: 100px;
}
.contact-page .contact-box .contact-form h5{
      margin: 0 0 10px;
}
}
@media only screen and (min-width: 1540px) and (max-width: 1710px) {
       footer .train {
           bottom: 25px;
        right: 450px;
    }
}



@media only screen and (min-width: 1710px) and (max-width: 1921px) {
    footer .train {
        bottom: 65px;
        right: 540px;
    }

}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
       footer .train{
       bottom: -26px;
    right: 312px; 
}
 .main-banner-hero .hero-banner-content h1{
    font-size: 130px;
    top: 0.5%;
  }
  .about-sec h3 {
    font-size: 44px;
}
.about-sec p{
  font-size: 14px;
  line-height: 20px;
}
.vito-call .vito-call-box{
  width: 46%;
}
.author-sec .author-box h4{
  font-size: 56px;
}
.author-sec .author-box p{
      font-size: 14px;
    line-height: 21px;
}
.new-cta h4{
  font-size: 64px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {

  .main-banner-hero .hero-banner-content h1{
    font-size: 130px;
    top: 0.5%;
  }
  .about-sec h3 {
    font-size: 44px;
}
.about-sec p{
  font-size: 14px;
  line-height: 20px;
}
.vito-call .vito-call-box{
  width: 46%;
}
.author-sec .author-box h4{
  font-size: 56px;
}
.author-sec .author-box p{
      font-size: 14px;
    line-height: 21px;
}
.new-cta h4{
  font-size: 64px;
}
footer .train{
          bottom: -50px;
        right: 245px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {


  .main-banner-hero .hero-banner-content h1{
        top: -5vh;
            font-size: 80px;
  }
  .main-banner-hero .hero-banner-content p{
    bottom: 12%;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 15px;
  }
  .doubler-marquee{
  margin: -30px 0 170px;
}
.doubler-marquee .singles-marquee ul li , .doubler-marquee .single-marquee ul li{
  font-size: 20px;
}
.doubler-marquee .singles-marquee ul li img , .doubler-marquee .single-marquee ul line-height:  img{
  width:40px;
}
.about-img{
  display: table;
  margin: 0 auto 15px;
}
.vito-call .vito-call-box h4{
  font-size: 48px;
}
.vito-call .vito-call-box{
      bottom: 0;
    width: 100%;
    right: 0;
    padding: 0 15px;
}
.vito-call .vito-call-box p{
  font-size: 16px;
}
.author-sec{
  padding: 50px 0;
}
.author-sec .author-box h4{
    margin: 15px 0;
    font-size: 46px;
}
.author-sec .author-box p{
      font-size: 14px;
    line-height: 20px;
        margin: 0px 0 10px;
}
.new-cta h4{
  font-size:52px;
}
.new-cta ul li{
  width: 30%;
}
.testi-slides .slick-prev, .testi-slides .slick-next {
    top: 30px;
}
.new-cta ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.follow-us h2{
  font-size: 66px;
}
.new-cta{
  padding: 200px 0 200px;
}
.testi-slides .slick-prev{
      right: 20%;
}
.testi .testi-slides .testi-box h6{
      font-size: 18px;
}
.follow-us h2{
  text-align: center;
}
.follow-us ul{
  text-align: center;

}
footer .train{
        bottom: -5vw;
        right: 13vw;
}
footer .imageset-with-content h4 {
    font-size: 100px !important;
}

}
@media only screen and (min-width: 860px) and (max-width: 991px) {
.train{
          bottom: -6vw!important;
        right: 8vw !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header #navbarSupportedContent{
  background-color: #000;
  padding: 15px;
}
header #navbarSupportedContent ul li a.active{
  border-bottom: none;
}
header #navbarSupportedContent ul li a{
  font-size: 16px;
}
header #navbarSupportedContent ul li{
  margin: 0 0 5px;
}
header form a{
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  width: 140px;
}
  .main-banner-hero .hero-banner-content h1{
        top: -5vh;
            font-size: 80px;
  }
  .main-banner-hero .hero-banner-content p{
    bottom: 12%;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 15px;
  }
  .doubler-marquee{
  margin: -30px 0 170px;
}
.doubler-marquee .singles-marquee ul li , .doubler-marquee .single-marquee ul li{
  font-size: 20px;
}
.doubler-marquee .singles-marquee ul li img , .doubler-marquee .single-marquee ul line-height:  img{
  width:40px;
}
.about-img{
  display: table;
  margin: 0 auto 15px;
}
.vito-call .vito-call-box h4{
  font-size: 48px;
}
.vito-call .vito-call-box{
      bottom: 0;
    width: 100%;
    right: 0;
    padding: 0 15px;
}
.vito-call .vito-call-box p{
  font-size: 16px;
}
.author-sec{
  padding: 50px 0;
}
.author-sec .author-box h4{
    margin: 15px 0;
}
.new-cta{
  padding: 200px 0 200px;
}
.testi-slides .slick-prev{
      right: 20%;
}
.testi .testi-slides .testi-box h6{
      font-size: 18px;
}
.follow-us h2{
  text-align: center;
}
.follow-us ul{
  text-align: center;

}
footer .train{
        bottom: -6vw;
        transform: scale(0.6) !important;
        right: 5vw;
}
footer .imageset-with-content h4 {
    font-size: 100px !important;
}
}
@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .contact-page h1{
    font-size: 85px;
        margin: 50px 0 0 0;
  }
  .contact-page .contact-box{
        margin: -30px 0 50px 0;
  }
  .contact-page .contact-box .contact-form h5:before{
    content: inherit;
  }
  .contact-page .contact-box .contact-form h5{
    font-size: 28px;
        margin: 0 0 15px;
  }
 .contact-page .contact-box .contact-form:before{
  content: inherit;
 }
 .inner-book-page , .author{
      padding: 70px 0;
 }
 .inner-book-page .book-detail-content-box{
  padding: 0;
 }
 .inner-book-page h4{
  font-size: 40px;
    text-align: center;
 }
 .inner-book-page h6{
  font-size: 16px;
  text-align: center;
  margin: 0 0 15px;
 }
 .inner-book-page p{
  text-align: center;
  font-size: 14px;
      line-height: 20px;
 }
 .inner-book-page .book-detail-box-inner{
  padding: 20px;
 }
.author .author-content-box{
  padding: 0;
 }
 .inner-book-page .book-detail-box-inner .book-description-box li{
  width: 100%;
  flex-direction: column;
  margin: 0 0 15px;
 }
  .inner-book-page .book-detail-box-inner .book-description-box li .book-description-img{
    margin: 0 0 10px;
 }
 .purchasing-logo{
  justify-content: center;
 }
 .author .author-content-box h4{
  font-size: 52px;
  text-align: center;
 }
 .author .author-content-box p{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 0 0 15px;
 }
 .author .author-content-box .author-reading-platform li a{
  text-align: center;
  display: block;
  margin: 0 0 15px;
 }
 .author .author-content-box .author-reading-platform li{
  margin: 0;
  display: block;
 }
 .author .author-content-box .author-social-platform{
  margin: 20px 0 0;
  text-align: center;
 }
 .author .author-content-box .author-social-platform li{
  margin: 0;
 }
 .author .author-content-box .author-social-platform li a{
  width: 45px;
  height: 45px;
 }
  .purchasing-logo li{
    margin: 0 0 15px;
  }

    .main-banner-hero .hero-banner-content h1{
        position: absolute;
    top: -10%;
        left: 0;
        font-size: 42px;
    }
    .main-banner-hero .hero-banner-content p{
        font-size: 12px;
        line-height: 16px;
        bottom: -20px;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .doubler-marquee {
    padding: 0 0;
    margin: 0;
}
.singles-marquee{
  position: relative;
  transform: inherit;
}
.single-marquee{
  position: relative;
  transform: inherit;
}
.doubler-marquee {
padding: 30px 0;
}
.doubler-marquee .single-marquee ul li , .doubler-marquee .singles-marquee ul li{
      font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
}
.doubler-marquee .single-marquee ul li img , .doubler-marquee .singles-marquee ul li img{
  width: 45px;
    margin: 0 15px;
}
.about-sec h3 , .vito-call .vito-call-box h4 {
  font-size: 44px;
  text-align: center;
}
.about-sec p , .vito-call .vito-call-box p{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.vito-call .vito-call-box{
  position: relative;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0;
}
.vito-call .vito-call-box ul , .new-cta ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.vito-call .vito-call-box ul li , .new-cta ul li{
  display: inherit;
  width: 30%;
}
.vito-call .vito-call-box{
  padding: 0 15px;
}

.vito-call .vito-call-box ul li a , .new-cta ul li a{
  display: block;
}

.author-sec{
  padding: 50px 0 0;
}
.author-sec .author-box{
  padding: 10px;
}
.author-sec .author-box h4 {
  font-size: 38px;
  text-align: center;
  margin: 15px 0;
}
 .new-cta h4{
  font-size: 32px;
  text-align: center;
  margin: 15px 0; 
}
.author-sec .author-box h4:after{
  content: inherit;
}
.author-sec .author-box p , .new-cta p{
  font-size: 14px;
      line-height: 20px;
      text-align: center;
}
.author-sec .author-box:after{
  content: inherit;

}
.author-sec .author-box ul {
    text-align: center;
    margin: 15px 0 0;
}
.author-sec .author-box ul li , .follow-us ul li{
      margin: 0 10px 0 0;
}
.author-sec .author-box ul li a , .follow-us ul li a{
      width: 45px;
    height: 45px;
}
.new-cta{
  padding: 30px 0;
}
.new-cta .plane-img{
display: none;
}
.testi h4{
  font-size: 42px;
    line-height: 45px;
}
.testi-slides .slick-list{
  padding:70px  20px 20px 20px !important;
}
.testi .testi-slides .testi-box{
      padding: 20px;
}
.testi .testi-slides .testi-box .quote{
  width: 20%;
  margin: 0 auto 15px;
  display: table;
}
.testi .testi-slides .testi-box p{
  height: auto;
      font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.testi .testi-slides .testi-box img{
  display: table;
  margin: 0 auto 15px;
}
footer:after , footer:before{
  content: inherit;
}
.testi .testi-slides .testi-box h6{
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}
.testi-slides .slick-prev, .testi-slides .slick-next{
      width: 50px;
    height: 50px;
    border-radius: 10px;
        top: 20px;
}
.testi-slides .slick-prev{
  right: 80px;
}
.testi-slides .slick-next{
  right: 20px;
}
.testi-slides .slick-prev:after, .testi-slides .slick-next:after{
    border-radius: 10px;

}
.testi-slides .slick-prev svg{
  width: 22px;
}
.testi-slides .slick-next svg{
  width: 22px;
}
.testi-slides .slick-prev:hover, .testi-slides .slick-prev:focus, .testi-slides .slick-next:hover, .testi-slides .slick-next:focus{
    border-radius: 10px;

}
.follow-us h2{
          font-size: 42px;
        line-height: 45px;
        text-align: center;
}
.follow-us ul{
  text-align: center;
}
footer .imageset-with-content h4{
  font-size: 42px !important;
  text-align: center !important;
  top:10% !important;
}
footer p{
  font-size: 14px;
  line-height: 20px;
}
header #navbarSupportedContent{
  background-color: #000;
  padding: 15px;
}
header #navbarSupportedContent ul li a.active{
  border-bottom: none;
}
header #navbarSupportedContent ul li a{
  font-size: 16px;
}
header #navbarSupportedContent ul li{
  margin: 0 0 5px;
}
header form a{
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  width: 140px;
}
.about-img{
  margin: 0 0 15px;
}
.vito-img{
  display: none;
}
footer .train{
  display: none;
}
}