/*=========================== 01.COMMON css ===========================*/
body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #3c3c3c;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    max-width: 1400px !important;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

a {
    color: #ff2e00;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ff2e00;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #000;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
    letter-spacing: 0;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #111616;
    margin: 0px;
    margin-bottom: 10px;
}

mark {
    background-color: #c0ffc8;
}
/*=========================== HIGHLIGHTS ===========================*/
.sub_title span.highlighter::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url(../images/head_underline.png);
    background-repeat: no-repeat;
    bottom: -12px;
}

#team .section_title h2 span:after { 
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 100%;
    height: 3px;
    background-image: url(../images/head_underline.png);
    background-repeat: no-repeat;
    bottom: -12px;
}


#team .process-box {
    transition: all .2s ease-in-out;
    background: #fff;
    border-radius: 20px;
    padding: 40px 25px 40px 25px;
    position: relative;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 50px;
    margin-top: 100px;
    box-shadow: 0 9px 32px -2px rgb(223 223 223);
}

#team .process-box:hover {
    transform: translateY(-6px);
}

#team .process-box .circle-badge {
    transition: all .2s ease-in-out;
    background: transparent;
    border-radius: 50%;
    padding: 0px;
    position: relative;
    z-index: 800;
    width: 60%;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 30px;
}

#team .process-box .circle-badge img {
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
}




.sub_title span.highlighter {
    position: relative;
}

.highlight {
    background: url(https://s2.svgbox.net/pen-brushes.svg?ic=brush-9&color=a7e5e5);
    margin: -2px -6px;
    padding: 2px 6px;
}

.highlight-cyan {
    background: url(https://s2.svgbox.net/pen-brushes.svg?ic=brush-9&color=01AFE9);
    margin: -2px -6px;
    padding: 2px 6px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#csomag h4 {
    color: #36a8c8;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

#home {
    z-index: 0;
    background: url(../images/hero-background.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
}
.home-hero img.hero-img { position: absolute; bottom: 0; }



.section_title h2 {
    font-size: 68px;
    line-height: 64px;
    font-weight: 800;
    color: #0e0e0e;
}

.section_title h2 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}


.section_title h2 span:after {
    width: 100%;
    background-position-x: left;
}


.section_title h2 span:after {
    content: '';
    background: url(../images/head_underline.png) no-repeat;
    display: block;
    height: 3px;
    width: 200px;
    position: absolute;
    bottom: -20px;
    z-index: -1;
}


.counter-box { padding: 20px;  }

.rounded-corners-gradient-borders {
    border-radius: 50px; /*1*/
  border: 5px solid transparent; /*2*/
  background: linear-gradient(45deg,#15aaf0,#0cf4e4) border-box; /*3*/
  -webkit-mask: /*4*/
     linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
          mask-composite: exclude; /*5*/
    padding: 25px;
    margin: 25px;
    
}

.counter-inside { color: #000;  }

/*===========================
       COUNTER 
===========================*/
.counter-container {    position: relative;}
.counter-container img.podium { z-index: 1; }
.counter-container .counter-box {  text-align: center; }
.counter-container .counter-box .content {  }
.counter-container .counter-box img.counter-bg {  }
#days{font-size:3.2em;color:#000;display:inline-block;margin-right:20px;position:relative;font-weight:900;}
#days::after, #hours::after, #minutes::after{content:':';position:absolute;top:0px;right:-20px;color:#10b4ef;}
#hours{font-size:3.2em;color:#000;display:inline-block;margin-right:20px;position:relative;font-weight:900;}
#minutes{font-size:3.2em;color:#000;display:inline-block;margin-right:20px;position:relative;font-weight:900;}
#seconds{font-size:3.2em;color:#000;display:inline-block;font-weight:900;}
span.timer-caption{display:block;font-size:10px;font-weight:500;color:#10b4ef;text-transform:uppercase;}

.counter-rounded-frame {
    border: 5px solid #07d0eb;
border-radius: 500px;
padding: 20px 80px;
box-shadow: 0 2px 20px -2px rgb(11 242 229);
}


/*=========================== BACKGROUND COLORS and GRADIENTS ===========================*/
.orange-grad {
    background: #d91e85;
    background: -moz-linear-gradient(to left, #d91e85, #f24405);
    background: -webkit-linear-gradient(to left, #d91e85, #f24405);
    background: linear-gradient(to left, #d91e85, #f24405);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f154a",endColorstr="#5ced80",GradientType=1);
}

.orange-grad-inverse {
    background: rgb(0, 84, 80);
    background: -moz-linear-gradient(90deg, #5ced80 0%, #1f154a 100%);
    background: -webkit-linear-gradient(90deg, #5ced80 0%, #1f154a 100%);
    background: linear-gradient(90deg, #5ced80 0%, #1f154a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5ced80",endColorstr="#1f154a",GradientType=1);
}

.radial-grad {
    background: #000327;
    background-image: radial-gradient(
      circle at left 5%,
      rgba(0, 185, 255, 0.5) -6%,
      rgba(169, 74, 210, 0.4) 32%,
      #00031f 97%
    ),
    radial-gradient(
      circle at center right,
      rgba(110, 0, 186, 0.58) -6%,
      rgba(128, 83, 255, 0.28) 32%,
      rgba(2, 157, 255, 0.4) 57%
    );
}

.logo img {
    
    margin-right: 6px;
}

.partner-img {
    filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
    filter: gray;
  /* IE6-9 */
    -webkit-filter: grayscale(1);
    opacity: 0.3;
  /* Google Chrome & Safari 6+ */
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    width: 160px;
    height: 95px;
}

.partner-img:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: none;
}

.hero-img {
    position: relative;
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

.hero-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 90;
}

.hero-badge2 {
    position: absolute;
    bottom: 12%;
    right: 12%;
    z-index: 90;
}

.hero-badge-left {
    position: absolute;
    bottom: 12%;
    left: 8%;
    z-index: 90;
}

.hero-dots {
    position: absolute;
    bottom: 18%;
    left: 11%;
    z-index: -1;
}

.hero-dots2 {
    position: absolute;
    top: 18%;
    right: 11%;
    z-index: -1;
}

.hero-dots3 {
    position: absolute;
    bottom: 5%;
    left: 4%;
    z-index: -1;
}

.hero-dots-top {
    position: absolute;
    top: 10%;
    right: 6%;
    z-index: -1;
}

.hero-circle-dots-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.hero-circle-dots-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.values-core-inside {
  /*background: linear-gradient(to right, #2e1770 0%, #ff2e00 100%);
     background-image: none, linear-gradient(0deg);
     */
    ;
}

.values-core-inside {
    position: relative;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.values-core h4,
.values-core h5,
.values-core p {
    color: white !important;
}

.values-core h4 {
}

.values-core .move-box-white {
}

.values-core .move-box-white p {
    color: #111616 !important;
}

.values-core .move-box-white i {
    font-size: 46px;
    line-height: 44px;
    margin-right: 0px;
    margin-bottom: 30px;
    display: inline-block;
    color: #36a8c8;
}

.values-core .move-box-white h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.values-core .move-box-white {
    text-align: center;
    height: 85%;
}

.values .move-box-white i {
    font-size: 46px;
    line-height: 44px;
    margin-right: 0px;
    margin-bottom: 30px;
    display: inline-block;
    color: #36a8c8;
}

.values .move-box-white h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.values .move-box-white {
    text-align: center;
    height: 85%;
}

#value-list .topliner:hover:before {
    width: 100%;
}

#value-list .topliner:before {
    content: "";
    height: 5px;
    width: 0%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    position: absolute;
    background-color: #068faa;
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
/*=========================== 0 FEATURES IT WORKS css ===========================*/
#features ul.list {
    padding-top: 10px;
}

#features ul.list li {
    margin-top: 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    padding: 10px 0;
}

#features ul.list li i,
#compare-table i {
    font-size: 22px;
    font-weight: 800;
    line-height: 15px;
    color: #ff2e00;
    position: relative;
    padding-right: 10px;
    vertical-align: middle;
}

/*==========================================================*/
#features-box ul.list {
    padding-top: 10px;
}

#features-box ul.list li {
    margin-top: 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    padding: 10px 0;
    justify-content: center;
}

#features-box ul.list li i {
    font-size: 22px;
    font-weight: 800;
    line-height: 15px;
    color: #ff2e00;
    position: relative;
    padding-right: 10px;
    vertical-align: middle;
}

#features-box h4 { color: #111616 !important;
font-size: 40px;
    font-weight: 800;
    margin-top: 16px;
    position: relative;
    display: inline-block;
    letter-spacing: -0.8px;
}



#core-website-box ul.list li i {
    color: #ffffff;
}

#features .image {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

#features .image img {
    border-radius: 20px;
}

#about .image {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

#about .image img {
    border-radius: 20px;
}

#about {
    padding-top: 200px;
}

.move-box-white ul.list {
    padding-top: 5px;
}

.move-box-white ul.list li {
    margin-top: 0px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    padding: 0 0 10px 0;
}

.move-box-white ul.list li i {
    font-size: 22px;
    font-weight: 800;
    line-height: 15px;
    color: #ff2e00;
    position: relative;
    padding-right: 10px;
    vertical-align: middle;
}
/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 40px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 0 0 30px 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #ff2e00;
    border: 3px solid #ff2e00;
}

.main-btn:hover {
    background-color: transparent;
    color: #000;
}

.main-btn.main-btn-2 {
    background-color: #fff;
    color: #ff2e00;
    border-color: #ff2e00;
}

.main-btn.main-btn-2:hover {
    background-color: #ff2e00;
    border-color: #ff2e00;
    color: #fff;
}
/* BTN GRADIENT */





/* BTN GRADIENT INVERSE ORANGE */
.btn-gradient-inverse-orange {
    font-size: 16px;
    padding-left: 2.3em;
    padding-right: 2.3em;
    padding-top: 1.1em;
    height: 4em;
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    border: 3px solid white;
    font-weight: 600;
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 10px 30px rgb(13 26 25 / 35%);
}

.btn-gradient-inverse-orange:hover {
    background-color: #ff2e00;
    color: #ffffff;
    border: 3px solid #ff2e00;
}
/* BTN GRADIENT INVERSE ORANGE */
.btn-orange {
    font-size: 16px;
    padding-left: 2.3em;
    padding-right: 2.3em;
    padding-top: 1.1em;
    height: 4em;
    border-radius: 50px;
    background-color: #ff2e00;
    color: #ffffff;
    border: 3px solid #ff2e00;
    font-weight: 600;
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 10px 30px rgb(13 26 25 / 35%);
}

.btn-orange:hover {
    background-color: #ffffff;
    color: #36a8c8;
    border: 3px solid #ff2e00;
}



/* BTN GRADIENT */
.btn-gradient {
    font-size: 16px;
    padding-left: 2.3em;
    padding-right: 2.3em;
    padding-top: 1.3em;
    height: 4em;
    border-radius: 50px;
    color: #ffffff;
    border: 0px solid #00c572;
    font-weight: 600;
    background: #00c572;
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 10px 30px rgb(13 26 25 / 35%);
}
.btn-gradient span, .btn-gradient-inverse span { transition: all 0.3s ease; -webkit-transition: all 0.3s ease; margin-left: 0; }
.btn-gradient:hover { color: #fff; }
.btn-gradient:hover span, .btn-gradient-inverse:hover span { transition: all 0.3s ease; -webkit-transition: all 0.3s ease; margin-left: 25px; }

.btn-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(104.43deg, #0cf4e4 -39.31%, #15aaf0 100.52%);
    z-index: -1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.btn-gradient:hover::before {opacity: 0; transform: translateX(-100%); -webkit-transform: translateX(-100%); }





/* BTN GRADIENT */
.btn-gradient {
    font-size: 16px;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    height: auto;
    border-radius: 50px;
    color: #ffffff;
   
    font-weight: 600;
    background: #36a8c8;
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 10px 30px rgb(13 26 25 / 35%);
}

.btn-gradient:hover {

    background: #0d9cdc;
    
    color: #ffffff !important;
}

.btn-gradient span,
.btn-gradient-inverse span {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-left: 5px;
    vertical-align: middle;
}

.btn-gradient span i,
.btn-gradient-inverse span i {
    font-size: 17px;
}

.btn-gradient:hover,
input.wpcf7-submit:hover {
    color: #fff;
}

.btn-gradient:hover span,
.btn-gradient-inverse:hover span {
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    margin-left: 25px;
}

.btn-gradient::before,
input.wpcf7-submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(104.43deg, #0cf4e4 -39.31%, #15aaf0 100.52%);
    
    z-index: -1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-gradient:hover::before,
input.wpcf7-submit:hover::before {
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
/* BTN GRADIENT INVERSE */
.btn-gradient-inverse {
    font-size: 14px;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    height: auto;
    border-radius: 50px;
    background: transparent;
    color: #ffffff;
    
    font-weight: 700;
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 10px 30px rgb(13 26 25 / 35%);
}

.btn-gradient-inverse:hover {
    background-color: #ff2e00;
    color: #ffffff;
    border: 3px solid #ff2e00;
}

#components .btn-gradient-inverse,
#components2 .btn-gradient-inverse {
    border-color: white !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#components .btn-gradient-inverse:hover,
#components2 .btn-gradient-inverse:hover {
    border-color: #ff2e00 !important;
}

#components .btn-gradient-inverse:hover,
#components2 .btn-gradient-inverse:hover {
    background: #ff2e00 !important;
}
/* BTN GRADIENT INVERSE */
.btn-cta-menu {
    font-size: 14px;
    padding-left: 2em !important;
    padding-right: 2em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    height: auto;
    border-radius: 50px;
    background-color: #ff2e00;
    color: #ffffff !important;
    border: 0px solid #36a8c8;
    font-weight: 600;
    transition-duration: 0.3s;
    position: relative;
    overflow: hidden;
}

.btn-cta-menu:hover {
    background-color: #36a8c8;
    color: #ffffff !important;
    border: 0px solid #36a8c8;
}

.btn-cta-menu span {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-left: 5px;
}

.btn-cta-menu:hover span {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin-left: 25px;
    vertical-align: middle;
}

.updown-anim {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}




#about {
    position: relative;
    background: #ffffff url(../images/about-background.jpg) no-repeat left center;
    height: auto;
    padding: 150px 0;
    margin-bottom: 30px;
    position: relative;
    background-position: left;
    background-repeat: no-repeat;
}

#team {
    position: relative;
    background: #ffffff url(../images/teams-background.jpg) no-repeat center center;
    height: auto;
    padding: 250px 0 50px 0;
    margin-bottom: 30px;
    position: relative;
    background-position: left;
    background-repeat: no-repeat;
}





/* PARALLAX */
.test-parallax2 {
    background-color: #f8fafc;
    position: relative;
    overflow: hidden;
}

.test-parallax2:before {
    content: "";
    background-image: url(../images/cta-bg-red.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit;
    pointer-events: none;
}

.test-parallax {
    background-color: #f8fafc;
    position: relative;
    overflow: hidden;
}

.test-parallax:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: url("../images/parallax-background.jpg");
    background-size: 760px;
    background-position: center right -100px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.parallax1 {
    position: relative;
    background: #000 url(../images/parallax-background.jpg) no-repeat center
    center fixed;
    height: auto;
    padding: 150px 0;
    margin-bottom: 30px;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
/* PARALLAX */
.parallax2 {
    position: relative;
    background: #000 url(../images/cta-bg-red.jpg) no-repeat center
    center fixed;
    height: auto;
    padding: 150px 0;
    margin-bottom: 30px;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
/* PARALLAX */
.parallax3 {
    position: relative;
    background: #000 url(../images/parallax-background3.png) no-repeat center
    center fixed;
    height: auto;
    padding: 150px 0;
    margin-bottom: 30px;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* PARALLAX */
.parallax4 {
    position: relative;
    background: #000 url(../images/parallax-background4.png) no-repeat center
    center fixed;
    height: auto;
    padding: 0 0 150px 0;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
/* PARALLAX END */
/* PARALLAX */
.parallax5 {
    position: relative;
    background: #000 url(../images/parallax-background4.png) no-repeat center
    center fixed;
    height: auto;
    padding: 200px 0;
    margin-bottom: 0px;
    background-attachment: fixed;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
/* PARALLAX END */
.parallax5 .block-component-content {
    background: #fff url(../images/sectionbg.png) no-repeat center center !important;
}
/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}
/*===== All Section Title Style =====*/
.section_title .sub_title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1em;
    background: #131077;
background: linear-gradient(to right, #131077 0%, #09e8e0 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.section_title .main_title {
    font-size: 40px;
    font-weight: 800;
    margin-top: 16px;
    position: relative;
    color: #111616;
    display: inline-block;
    letter-spacing: -0.8px;
}

.bottom-flying {
    font-size: 3vw;
}

.section_title p {
    margin-top: 20px;
}


h1.hero_title_main { font-size: 72px; letter-spacing: -3px; }
h1.hero_title_main span { background: linear-gradient(to right, #15aaf0 0%, #0cf4e4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

/*=========================== PHOTO AFTER EFFECT ===========================*/
.l-dcbl .c-block__media.-img-bg::after {
    content: " ";
    background: linear-gradient(
    311deg,
    #9536e5 2.32%,
    #04e4ff 56.99%,
    #04e4ff 100%
  );
    top: 10px;
    right: -8px;
    width: 100%;
    max-width: 689px;
    height: 100%;
    position: absolute;
}

.l-dcbl .c-block__media.-img-bg::after {
    top: 15px;
    right: -15px;
}

.l-dcbl .c-block__media .c-image {
    z-index: 1;
}

.l-dcbl .c-block__media.-img-bg {
    position: relative;
}
/*=========================== 02.HEADER css ===========================*/
/*===== NAVBAR =====*/
.header_navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: white;
}

.navbar {
    padding: 15px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #36a8c8;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

.navbar-nav .nav-item {
    margin-left: 30px;
    position: relative;
}

.navbar-nav .nav-item a {
    font-size: 14px;
    font-weight: 700;
    color: #0e0e0e !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
}

.navbar-nav .nav-item.active > a,
.navbar-nav .nav-item:hover > a {
    color: #05abe5 !important;
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-nav .nav-item .sub-menu li {
    display: block;
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #050712;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #ff2e00;
}

.navbar-nav .sub-nav-toggler {
    display: none;
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #050712;
    border-bottom: 1px solid #050712;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
}
/*===== Header hero =====*/
.header_hero {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.hero_shape {
    position: absolute;
    opacity: 0.39;
}

.header_shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.header_shape::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1000%;
    height: 100%;
    background-color: #f5f5fc;
    transform: skewX(-15deg);
}

.header_image {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 50%;
    height: 100%;
}

.custom-toggler.navbar-toggler {
}

.custom-toggler .navbar-toggler-icon {
}

#about .image .inner {
    background-color: #fff;
    max-width: 200px;
    width: 115px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    right: 15%;
    bottom: 25%;
    -webkit-box-shadow: 0px 10px 30px rgb(13 26 25 / 35%);
    box-shadow: 0px 10px 30px rgb(13 26 25 / 35%);
    padding: 15px 15px;
    z-index: 90;
}

#about .image .inner:before {
    position: absolute;
    content: "";
    bottom: -48px;
    right: -2px;
    border-right: 117px solid transparent;
    border-top: 50px solid #fff;
}

#about .image span:nth-child(1) {
    font-weight: 600;
    color: #36a8c8;
    font-size: 22px;
}

#about .image span {
    display: block;
}

.hero-img .hero-badge {
}

.header_hero_content .hero_title {
    font-size: 46px;
    letter-spacing: -2px;
    font-weight: 500;
    line-height: 1em;
    color: #0e0e0e;
}

.header_hero_content .hero_title span {
}

.header_hero_content {
    min-height: 800px;
    padding-top: 30%;
}

.header_hero_content p {
    margin-top: 30px;
}

.header_hero_content ul {
    padding-top: 20px;
}

.header_hero_content ul li {
    display: inline-block;
    margin-left: 50px;
    margin-top: 30px;
}

.header_hero_content ul li:first-child {
    margin-left: 0;
}

.header_hero_content ul li .play {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #ff2e00;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 9;
}

.header_hero_content ul li .play::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ff2e00;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    -moz-animation: pulse-border 1500ms ease-out infinite;
    -o-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    z-index: -1;
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
/*=========================== MOVE BOXES css ===========================*/
.move-box-white {
    line-height: 1;
    padding: 40px 25px;
    font-weight: normal;
    letter-spacing: 0.03em;
    border: none;
    vertical-align: top;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 15px;
    will-change: transform;
}

.move-box-white:hover {
    transform: translateY(3px);
}

.move-box-white small {
    display: block;
    line-height: 1.6em;
}

.move-box-white .price {
    font-weight: 800;
    font-size: 26px;
    margin: 20px 0;
}

.move-box-white .old-price {
    color: #767281;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
    text-decoration: line-through;
    margin: 20px 0 0px 0;
}
/*=========================== SINGLE BOXES css ===========================*/
.single-why-chose:hover {
    transform: translateY(-6px);
}

.single-why-chose.style-2 {
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    position: relative;
    padding: 40px 30px 35px 185px;
    background-color: #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 9px 32px -2px rgb(223 223 223);
    transition: 0.2s !important;
}

.why-chose-thumb {
    position: absolute;
    border-radius: 50%;
    transition: 0.3s;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
}

.why-chose-thumb i {
    font-size: 40px;
}

.why-chose-content h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    color: #000 !important;
    line-height: 35px;
    transition: 0.3s;
}

.why-chose-content p {
    color: #000 !important;
}

.single-why-chose.style-2:hover:before {
    width: 100%;
}

.single-why-chose.style-2:before {
    content: "";
    height: 5px;
    width: 0%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    position: absolute;
    background: linear-gradient(0.25turn, #d91e85, #f24405);
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
/*=========================== GRAD BTN CIRCLE css ===========================*/
.grad-circle {
    background: linear-gradient(0.25turn, #d91e85, #f24405);
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    padding: 2px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    line-height: 14px;
    position: absolute;
}

.grad-circle span {
    background: #fff;
    display: block;
    padding: 1.6em;
    border-radius: 50%;
    color: #313131;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.single-why-chose:hover .grad-circle span {
    background: transparent;
    color: #fff;
}
/*=========================== COLOR FLIP css ===========================*/
.color-flip0 i,
.color-flip0 h3 {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.color-flip0 {
    background-color: #ffffff;
    color: #272727;
    box-shadow: 0 9px 32px -2px rgb(223 223 223 / 100%);
}

.color-flip0:hover {
    background-color: #ffffff;
    box-shadow: 0px 10px 30px rgb(13 26 25 / 35%);
}
/* .color-flip0:hover i {
     color: orangered;
     -webkit-transition: all 300ms ease-in-out;
     transition: all 300ms ease-in-out;
}
 */
.color-flip0:hover h3 {
    color: #068faa;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.color-flip2 {
    color: #ffffff;
    background: linear-gradient(to right, #d91e85, #f24405);
    box-shadow: 0 9px 32px -2px rgb(95 48 226 / 30%);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.color-flip2:hover {
    background: linear-gradient(to right, #36a8c8, #36a8c8);
    color: #ffffff;
}

.color-flip3 {
    color: #ffffff;
    background-color: #36a8c8;
    box-shadow: 0 9px 32px -2px rgb(223 223 223 / 100%);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.color-flip3:hover {
    background-color: #36a8c8;
    box-shadow: 0 9px 32px -2px rgb(95 48 226 / 30%);
}

.color-flip4 {
    color: #ffffff;
    background-color: #36a8c8;
    box-shadow: 0 9px 32px -2px rgb(223 223 223 / 100%);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.color-flip4:hover {
    color: #ffffff;
    background-color: #36a8c8;
    box-shadow: 0 9px 32px -2px rgb(95 48 226 / 30%);
}

#components .color-flip0,
#components2 .color-flip0 {
    box-shadow: 0px 10px 30px rgb(13 26 25 / 35%);
}




/*-------------------------------------------------------------- # SWITCHER --------------------------------------------------------------*/
.toggle,
.toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.toggler {
    transition: 0.2s;
    font-weight: 700;
    font-size: 16px;
    color: #01afe9;
}

.toggler--is-active {
    color: #111616;
}

.color-flip3:hover .toggler {
    color: #7853dc;
}

.color-flip3:hover .toggler--is-active {
    color: #ffffff;
}

.color-flip3:hover .switch {
    background-color: #7853dc;
}

.b {
    display: block;
}

.toggle {
    position: relative;
    width: 80px;
    height: 35px;
    border-radius: 100px;
    background-color: #ff2e00;
    overflow: hidden;
}

.check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.check:checked ~ .switch {
    right: 2px;
    left: 57.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0.08s, 0s;
}

.switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 57.5%;
    background-color: white;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, 0.08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hide {
    display: none;
}
/*=========================== 03.SERVICES css ===========================*/
.single_services {
    border: 2px dashed #e8e8e8;
    border-radius: 14px;
    padding: 50px 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_services .services_icon {
    position: relative;
    display: inline-block;
}

.single_services .services_icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 52px;
    color: #050712;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_services .services_icon .services_shape {
    fill: #fff1f1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_services .services_content {
    margin-top: 40px;
}

.single_services .services_content .services_title a {
    font-size: 28px;
    color: #050712;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_services .services_content .services_title a:hover {
    color: #ff2e00;
}

.single_services .services_content p {
    margin-top: 15px;
}

.single_services.active,
.single_services:hover {
    border-color: #ff2e00;
    -webkit-box-shadow: 0px 5px 26px 0px rgb(100 111 135 / 30%);
    -moz-box-shadow: 0px 5px 26px 0px rgba(100, 111, 135, 0.3);
    box-shadow: 0px 5px 26px 0px rgb(100 111 135 / 30%);
    border-color: transparent;
}

.single_services.active .services_icon i,
.single_services:hover .services_icon i {
    color: #fff;
}

.single_services.active .services_icon .services_shape,
.single_services:hover .services_icon .services_shape {
    fill: #ff2e00;
}
/*=========================== 04.ABOUT css ===========================*/
.about_area {
    position: relative;
}

.about_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.about_image .image {
    padding-right: 50px;
}

.about_image .image img {
    max-width: 770px;
}

.about_content {
    padding-top: 0px;
    padding-bottom: 60px;
}

.about_content .about_list {
    padding-top: 10px;
}

.about_content .about_list li {
    margin-top: 20px;
}

.about_content .about_list li .about_check i {
    font-size: 22px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #14acf0;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    top: 4px;
}

.about_content .about_list li .about_list_content {
    padding-left: 20px;
}

ul.about_list li span {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #111616;
    margin: 0px;
}

#components ul.about_list,
#components2 ul.about_list {
}

#components ul.about_list li,
#components2 ul.about_list li {
    margin-bottom: 15px;
}

#componentsx ul.about_list li .about_check i,
#components2 ul.about_list li .about_check i {
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #01afe9;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    top: 4px;
}

#components ul.about_list li .about_list_content,
#components2 ul.about_list li .about_list_content {
    padding-left: 20px;
}

#components ul.about_list li .about_list_content h4,
#components ul.about_list li .about_list_content p,
#components ul.about_list li .about_list_content span,
#components2 ul.about_list li .about_list_content h4,
#components2 ul.about_list li .about_list_content p,
#components2 ul.about_list li .about_list_content span{
    color: #ffffff;
}
/*=========================== 06.PRICING PLAN css ===========================*/

#pricing .section_title h4 {
    color: #ffffff;
}
#pricing .section_title h5 {
    color: #01afe9;
}
.check-list li .check-content p {
    color: #fff;
}
#pricing .section_title p {
    color: #ffffff;
}

#pricing .about_list {
    padding-top: 10px;
}

#pricing .about_list li {
    margin-top: 20px;
}

#pricing .about_list li i {
    font-size: 16px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    background-color: #ff2e00;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    top: 4px;
}
#pricing .about_list li .about_check {  }
#pricing .about_list li span.count { 
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    color: #ff2e00;
    line-height: 48px;
}


.about_content .about_list li .about_list_content {
    padding-left: 20px;
}

ul.about_list li span {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #111616;
    margin: 0px;
}

/*=========================== 08.BLOG css ===========================*/

/*=========================== 09.CONTACT css ===========================*/
.contact_area {
    position: relative;
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #333;
    background: #ddd;
    padding: 10px 15px;
    margin-top: 15px;
    margin-left: 15px;
}

p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
    color: #f00;
}

.contact_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.contact_image .image {
    padding-right: 50px;
}

.single_form {
    margin-top: 30px;
}

.single_form textarea,
.single_form input {
    padding: 0 25px;
    border: 1px solid rgba(116, 126, 136, 0.2);
    height: 50px;
    border-radius: 5px;
    width: 100%;
}

.single_form textarea {
    padding-top: 15px;
    height: 168px;
    resize: none;
}

.single_form .main-btn {
    background-color: #ff2e00;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    color: #fff;
}

.single_form .main-btn:hover {
    background-color: rgba(249, 79, 79, 0.8);
}

/*-------------------------------------------------------------- # Testimonials --------------------------------------------------------------*/

/* NEWSLETTER */
.block-component-section
  .block-component-content
  .block-component-form
  .nws-button
  button {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.block-component-section
  .block-component-content
  .block-component-form
  .nws-button
  button:before {
    left: 0;
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    bottom: -100%;
    position: absolute;
    transition: 0.5s all ease-in-out;
}

.block-component-section
  .block-component-content
  .block-component-form
  .nws-button
  button:hover:before {
    bottom: 0;
}
/*---------------------------------------------------- */
/*Newslatter area*/
/*----------------------------------------------------*/
#inside-header-parallax {
    z-index: 1;
    padding: 200px 0 100px 0 !important;
}

.block-component-section {
    z-index: 1;
    background-color: #fff;
    min-height: 60vh;
}

.block-component-section .newslatter-shape {
    z-index: -1;
}

.block-component-section .block-component-content {
    border-radius: 30px;
    background-color: #fff;
    padding: 55px 55px 65px 75px;
}

.block-component-section .block-component-content .block-component-text h3 {
    color: #282350;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px;
}

.block-component-section .block-component-content .block-component-text p {
    font-size: 17px;
}

.block-component-section .block-component-content .block-component-form {
}

.block-component-section .block-component-content .block-component-form input {
    width: 100%;
    border: none;
    height: 50px;
    max-width: 330px;
    padding-left: 20px;
    border-radius: 5px;
    background-color: #ebeff3;
}

.block-component-section
  .block-component-content
  .block-component-form
  .nws-button {
    top: 0;
    right: 0;
    position: absolute;
}

.block-component-section
  .block-component-content
  .block-component-form
  .nws-button
  button {
    color: #fff;
    height: 50px;
    width: 140px;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    background-image: linear-gradient(
    -100deg,
    #ff6600 0%,
    #ff9903 75%,
    #ffcb05 100%
  );
}

.block-component-section
  .block-component-content
  .block-component-form
  .nws-button
  button:before {
    background-color: #390ed2;
}

.block-component-section
  .block-component-content
  .block-component-form
  .block-component-checkbox {
    margin-top: 15px;
}

.block-component-section
  .block-component-content
  .block-component-form
  .block-component-checkbox
  input {
    height: inherit;
    width: inherit;
    padding-left: 0;
    margin-right: 5px;
    max-width: inherit;
}

.block-component-section
  .block-component-content
  .block-component-form
  .block-component-checkbox
  label {
    font-size: 14px;
    margin-bottom: 0;
}

#value-list {
    background: #ffffff url(../images/bg-second-row.jpg) no-repeat center center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-component {
    position: relative;
}
/*=========================== 10.FOOTER css ===========================*/
small {
    font-size: 100% !important;
}

.footer {
    position: relative;
    background: #ffffff url(../images/footer-background.png) no-repeat center top;
    height: auto;
    padding: 300px 0 100px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.footer-core p { font-size: 12px; }
.footer .copyright-bottom {
    padding-bottom: 50px;
    margin-top: 100px;
}

.footer .widget-wrapper .footer-widget {
    margin-bottom: 40px;
}

.footer .widget-wrapper .footer-widget h3 {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 24px;
}

.footer .widget-wrapper .footer-widget p {
    color: #fff; font-size: 12px;     line-height: 22px;
}

.footer .widget-wrapper .footer-widget .links li a,
.footer .widget-wrapper .footer-widget .links li span {
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
}

.footer .widget-wrapper .footer-widget .links li a:hover,
.footer .widget-wrapper .footer-widget .links li span:hover {
    padding-left: 6px; color: #80fffd; font-weight: 600; font-size: 12px;
}

.footer .widget-wrapper .footer-widget .download {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer .widget-wrapper .footer-widget .download li:first-child {
    margin-right: 20px;
}

.footer .widget-wrapper .footer-widget .download li a {
    display: inline-flex;
    background: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    margin-bottom: 15px;
    align-items: center;
}

.footer .widget-wrapper .footer-widget .download li a .icon {
    font-size: 30px;
    color: #1d2a5d;
    margin-right: 10px;
}

.footer .widget-wrapper .footer-widget .download li a .text {
    font-size: 10px;
    color: #60698d;
}

.footer .widget-wrapper .footer-widget .download li a .text b {
    color: #1d2a5d;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.footer .copy-right a { color: #ffffff; text-decoration: none; }
.footer .copy-right a:hover { text-decoration: underline; }

.footer .copy-right-wrapper {
    border-top: 0px solid rgba(255, 255, 255, 0.17);
    padding: 45px 0;
}

.footer .copy-right-wrapper p {
    color: white;
}

.footer .copy-right-wrapper h5 {
    color: white;
}

.footer .copy-right-wrapper .copy-right p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 16px;
}

.footer .copy-right-wrapper .copy-right small {
    color: white;
    font-size: 12px !important;
}

.footer .copy-right-wrapper .copy-right p a {
    color: inherit;
}

.footer .copy-right-wrapper .copy-right p a:hover {
    color: #fff;
}

.footer .copy-right-wrapper .socials ul {
    display: flex;
    align-items: center;
    justify-content: right;
}

.footer .copy-right-wrapper .socials ul li a {
    color: rgba(255, 255, 255, 0.66);
    font-size: 18px;
    margin-left: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.footer .copy-right-wrapper .socials ul li a:hover {
    color: #fff;
}




#ourteam ul.links {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ourteam ul.links li a {
    color: #000;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

#ourteam ul.links li a:hover {
    color: #1adcf2;
}






#footer-block-whitebox { 
    border-radius: 30px;
    background-color: #fff;
    padding: 55px 55px 65px 75px;
    
    overflow: hidden;
}

/* Button */
/* Auto layout */
a.cta-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 17px;
    gap: 10px;
    width: 151px;
    height: 48px;
  /* Accent/Primary */
    background: #7000fe;
    border-radius: 5px;
  /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}