/*---------------------------------------------
Template name:  jironis
Version:        1.0
Author:         layerdrops
Author Email:   layerdrops@gmail.com 

NOTE:
-----
Please DO NOT EDIT THIS CSS, you may need to use "custom.css" file for writing your custom css.
We may release future updates so it will overwrite this file. it's better and safer to use "custom.css".

[Table of Content]

01: General CSS 
    1.1: Default CSS
    1.2: background color
    1.3: Buttons
    1.4: Padding/Margin
    1.5: Animations
02: Page Title
03: Header
    3.1: Header Menu 1
04: Banner
    4.1: main banner 01
    4.02: main banner home2
05: Feature area
    5:01 feature type2
    5:02 feature type3
06: Video section
07: bottle delivery
08: start about section
09: start our team
10: subscribe area
11: testimonial area
    11: 01 testimonial area type2
12: our location
13: our partner
14: our quality feature
    14:01 quality type2
15: our blog area
16: Bloge details page
    16:01 blog details
17: map area
18: Conatct page
    18:01 conatct info
19: Call to action
20: Footer
    20.01: footer top
    20.02: footer bottom
21: Others
    21.01: pettrns
    21.02: About block
    21.03: Why us
    21.04: Subscription
    21.05: Carousel controls
    21.06: Slider pagination style
    21.07: Social icons
    21.08: Back to top
    21.09: Preloader
    21.10: Form validation
    21.11: Content animation
----------------------------------------------*/

/*=============================================
    01: General CSS
==============================================*/

/* 1.1: Default CSS */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
::-moz-selection {
    background: #31333e;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #31333e;
    color: #fff;
    text-shadow: none;
}


button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}
button[type=submit] { 
    cursor: pointer;
    border: none;
 }
textarea { resize: none; }
img {
    max-width: 100%;
    height: auto; 
}

a {
    color: #1dabf7;
    -webkit-transition: all .2s;
    transition: all .2s;
}
a:hover { color: #f77ade; }
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 { 
    font-family: 'Poppins', sans-serif;
    color: #36324a;
}
h1, .h1 { font-size: 50px; line-height: 55px; }
h2, .h2 { font-size: 40px; line-height: 55px;}
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 26px; }
h5, .h5 { font-size: 20px; } 
h6, .h6 { font-size: 16px; }

p {
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 16px;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #6f6c7f;
    line-height: 36px;
    background: #fff;
    overflow-x: hidden !important;
    font-weight: 400;
}
.theme-color{
    color: #5b39c9;
}
.theme-bg{
    background: #5b39c9
}
/*1.2: background color*/

/* 1.3: Buttons */
.btn {
    cursor: pointer;
    z-index: 1;
    position: relative;
    padding: 16px 36px;
    color: #0C4265;
    font-weight: 600;
    text-transform: capitalize;
    overflow: hidden;
    border: 2px solid #0c4265;
    border-radius: 50px;
    overflow: hidden;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    font-size: 14px;
}

.btn.active,
.btn:hover,
.btn:focus {
    color: #fff;
    text-decoration: none;
}
.btn:before {
    content: " ";
    position: absolute;
    top: 48%;
    left: 48%;
    z-index: -1;
    -webkit-transform: scale(0);
            transform: scale(0);
    width: 11px;
    height: 11px;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    opacity: 0;
    visibility: hidden;
    background: #1dabf7;
    border-radius: 50px;

}
.btn:hover{
    border-color: #1dabf7;
}
.btn:hover:before{
    -webkit-transform: scale(20);
            transform: scale(20);
    opacity: 1;
    visibility: visible;
    
}

.btn:focus,
.form-control:focus {
    box-shadow: none !important;
}

.disabled { pointer-events: none; }

.bg-2 {
    background-color: #f7f6f9;
}
 ul,li{
     margin-bottom: 0;
     list-style: none;
     padding: 0;
 }

.font-weight-600 { font-weight: 600; }
b, strong {
    font-weight: bold;
}
.list-inline > li { display: inline-block; }

.form-control { font-size: 14px; }
.form-control:focus { border-color: #fff; }

input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    border: 1px solid red !important;
}
.half-gutter {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.half-gutter > .col,
.half-gutter > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.no-gutters-padding{
    padding-right: 0px;
    padding-left: 0px;
}


.theme-list-style {
    padding: 0;
    list-style: none;
}
.theme-list-style li {
    font-weight: 600;
    color: #4c4f60;
    padding: 5px 0;
}
.theme-list-style li:before {
    content: '\f05d';
    font-family: 'FontAwesome';
    color: #6f6c7f;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
}

.theme-input-style {
    font-size: 16px;
    width: 100%;
    height: 70px;
    padding: 0 20px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: transparent;
    border: none;
    border: 4px solid #f7f6f9;
    opacity: 1;
    border-radius: 10px;
    color: #6f6c7f;
    margin-bottom: 30px;
}

textarea.theme-input-style {
    padding: 10px;
    min-height: 120px;
    display: block;
}

label input[type=checkbox],
label input[type=radio] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.form-cont .form-group .form-control{
  border-color: #ebebeb;
}
.form-group button{
  background-color: #1dabf7 !important;
  color: white;
}
.form-group { position: relative; }

.table-bordered,
.table-bordered td, 
.table-bordered th {
    border-color: #e2e6fb;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 15px;
}
/* 1.4: Padding/Margin */
.pt-150 { padding-top: 150px; }
.pb-150 { padding-bottom: 150px; }
.pt-140 { padding-top: 140px; }
.pb-140 { padding-bottom: 140px; }
.pt-130 { padding-top: 130px; }
.pb-130 { padding-bottom: 130px; }
.pt-120 { padding-top: 120px; }
.pt-115{ padding-top: 115px; }
.pb-115{ padding-bottom: 115px; }
.pb-120 { padding-bottom: 120px; }
.pt-110 { padding-top: 110px; }
.pb-110 { padding-bottom: 110px; }
.pt-100 { padding-top: 100px; }
.pb-100 { padding-bottom: 100px; }
.pt-90 { padding-top: 90px; }
.pb-90 { padding-bottom: 90px; }
.pt-80 { padding-top: 80px; }
.pb-80 { padding-bottom: 80px; }
.pt-70 { padding-top: 70px; }
.pb-70 { padding-bottom: 70px; }
.pt-60 { padding-top: 60px; }
.pb-60 { padding-bottom: 60px; }
.pt-55 { padding-top: 55px; }
.pb-55 { padding-bottom: 55px; }
.pt-50 { padding-top: 50px; }
.pb-50 { padding-bottom: 50px }
.pt-30 { padding-top: 30px; }
.pb-30 { padding-bottom: 30px; }
.pt-20 { padding-top: 20px; }
.pb-20 { padding-bottom: 20px; }

.mt-140 { margin-top: 140px; }
.mb-140 { margin-bottom: 140px; }
.mt-120 { margin-top: 120px; }
.mb-120 { margin-bottom: 120px; }
.mt-70 {margin-top: 70px;}
.mb-70 {margin-bottom: 70px;}
.mt-60 { margin-top: 60px; }
.mb-60 { margin-bottom: 60px; }
.mt-50 { margin-top: 50px; }
.mb-50 { margin-bottom: 50px; }
.mt-40 { margin-top: 40px; }
.mb-40 { margin-bottom: 40px; }
.mt-30 { margin-top: 30px; }
.mb-30 { margin-bottom: 30px; }

/* 1.5: Animations */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0,-40px,0);
        transform: translate3d(0,-40px,0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0,-40px,0);
        transform: translate3d(0,-40px,0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); 
        transform: rotate(0deg); 
    }
    100% { 
        -webkit-transform: rotate(360deg); 
        transform: rotate(360deg); 
    }
}
@keyframes spin {
    0% { 
        -webkit-transform: rotate(0deg); 
        transform: rotate(0deg); 
    }
    100% { 
        -webkit-transform: rotate(360deg); 
        transform: rotate(360deg); 
    }
}
.spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes bounce {
    0% {
       -webkit-transform: translateY(0px);
               transform: translateY(0px);
    }
    50% {
       -webkit-transform: translateY(-40px);
               transform: translateY(-40px);
    }
     100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
      
}

@keyframes bounce {
    0% {
       -webkit-transform: translateY(0px);
               transform: translateY(0px);
    }
    50% {
       -webkit-transform: translateY(-40px);
               transform: translateY(-40px);
    }
     100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
      
}
.bounce {
    -webkit-animation: bounce 2s linear infinite;
    animation: bounce 1s linear infinite;
}
@-webkit-keyframes rotate2d {
    0% {
       -webkit-transform: rotate(0deg);
               transform: rotate(0deg);
   }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }    
}
@keyframes rotate2d {
    0% {
       -webkit-transform: rotate(0deg);
               transform: rotate(0deg);
   }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }    
}
.rotate2d {
    -webkit-animation: rotate2d 2s linear infinite;
    animation: rotate2d 1s linear infinite;
}
@-webkit-keyframes rotate-2d {
    0% {
       -webkit-transform: rotate(0deg);
               transform: rotate(0deg);
   }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }    
}
@keyframes rotate-2d {
    0% {
       -webkit-transform: rotate(0deg);
               transform: rotate(0deg);
   }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }    
}
.rotate-2d {
    -webkit-animation: rotate-2d 2s linear infinite;
    animation: rotate-2d 1s linear infinite;
}

@-webkit-keyframes rotate3d {
    0% {
       -webkit-transform: rotateY(0deg);
               transform: rotateY(0deg);
   }
    100% {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }    
}

@keyframes rotate3d {
    0% {
       -webkit-transform: rotateY(0deg);
               transform: rotateY(0deg);
   }
    100% {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }    
}
.rotate3d {
    -webkit-animation: rotate3d 2s linear infinite;
    animation: rotate3d 1s linear infinite;
}




/*=============================================
    03: Header
==============================================*/

/* 3.1: Header Menu 1*/
.main-header{
    box-shadow: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: background .3s;
    transition: background .3s;
    padding: 30px 0;
    }

    .urgent-call span {
        margin-right: 15px;
        display: inline-block;
    }
.main-header.stuck {
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    width: 100%;
}
.header-menu, .header-menu ul, 
.header-menu ul li, 
.header-menu ul li a, 
.header-menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
}
.header-menu #menu-button {
    display: none;
    }
.header-menu > ul ul {
    text-align: left;
    z-index: 99999;
}
.header-menu{
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.header-menu > ul > li {
    display: inline-block;
    float: left;
}
.header-menu > ul > li.has-sub:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2em;
    bottom: -2em;
    cursor: pointer;
    left: 0;
}
.header-menu > ul > li {
    padding-left: 19px;
    padding-right: 19px;
}
.header-menu > ul > li > a {
    padding: 23px 0 23px;
    font-size: 16px;
    color: #36324a;
    font-weight: 500;
}

.main-header.sticky .header-menu > ul > li > a {
    color: #0C4265;
}

.header-menu > ul > li:hover > a, 
.header-menu > ul > li.active > a {
    color: #081340;
}
.main-header .header-menu > ul > li:hover > a, 
.main-header .header-menu > ul > li.active > a {
    color: #1DABF7;
    font-weight: 400;
}

.header-menu ul ul {
    position: absolute;
    left: -9999px;
    opacity: 0;
    -webkit-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease;
}
.header-menu > ul > li:hover > ul {
    left: auto;
    top: 60px;
    opacity: 1;
}

.header-menu > ul > li > ul {
    top: 30px;
    background: #081340;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease;
    border-radius: 5px;
}

.header-menu.align-right > ul > li:hover > ul {
    right: 0;
}

.header-menu ul ul ul {
    top: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header-menu ul ul ul:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: -1;
}
.header-menu ul ul ul li {
    background: #fff;
}
.header-menu ul ul > li:hover > ul {
    top: 0;
    left: 180px;
    opacity: 1;
}
.header-menu.align-right ul ul > li:hover > ul {
    left: auto;
    right: 178px;
    padding-left: 0;
    padding-right: 10px;
    opacity: 1;
}
.header-menu ul ul li a {
    width: 186px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.25;
    position: relative;
    background: #081340;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #979caf;
}
.main-header.sticky .header-menu ul ul li a {
    background: #081340;
    color: #979caf;
}
.header-menu ul ul li a i {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 10px;
}

.header-menu ul ul li:hover > a, 
.header-menu ul ul li > a:hover, 
.header-menu ul ul li.active > a {
    color: #fff;
}
.main-header.sticky .header-menu ul ul li:hover > a, 
.main-header.sticky .header-menu ul ul li > a:hover, 
.main-header.sticky .header-menu ul ul li.active > a {
    color: #fff;
}
.menu-wraper {
    float: right;
}
.header-menu>ul {
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}
.header-menu > ul > li:last-child {
    margin-right: 0;
}
.header-menu ul ul ul,
.header-menu ul ul{
    padding: 8px 0;
    background: #fff;
}

.header-menu > ul > li > ul .has-sub-item {position:  relative;}

.header-menu > ul > li > ul .has-sub-item:after {
    content: ">";
    position:  absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.logo .sticky-logo {
    display: none;
}
.logo .sticky-logo {
    display: none;
}

.main-header.sticky .logo .default-logo{
    display: none;
}
.main-header.sticky .logo .sticky-logo{
    display: block;
}
.main-header.sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.signup--out-btn {
    margin-left: 16px;
}
.main-header .header-menu ul ul li.active a:before {
    visibility: visible;
    opacity: 1;
    background: #53e1ff;
}

.main-header .header-menu ul .has-sub-item ul .has-sub-item ul li a:before {
    visibility: hidden;
    opacity: 0;
}
.main-header .header-menu ul .has-sub-item ul .has-sub-item ul li a:hover:before {
    visibility: visible;
    opacity: 1;
}

.inner-header .header-menu > ul > li > a {
    color: #fff;
}
.inner-header a.btn {
    border-color: #fff;
    color: #36324a;
    background: #fff;
}

.main-header.inner-header .btn:before {
    background: #36324a;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
}
.main-header.inner-header .btn:hover{
    color: #fff;
    background: #36324a;
}
.main-header.inner-header .btn:hover:before {
    background: #36324a;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(20);
            transform: scale(20);
}
.sticky .main-menu-wrap .btn {
    border-color: #5b39c9;
    color: #36324a;
    background: #fff;
}
.main-menu-wrap .btn:hover {
    border-color: #36324a;
    background: #36324a;
    color: #fff;
}

.main-menu-wrap .btn:before {
    background: #36324a;
}

.sticky .main-menu-wrap .btn:hover {
    border-color: #36324a;
}
.main-header.blog-header .header-menu > ul > li:hover > a,
.main-header.blog-header .header-menu > ul > li.active > a {
   color: #fff;
   font-weight: 400;
}
.sticky.main-header.blog-header .header-menu > ul > li:hover > a, 
.sticky.main-header.blog-header .header-menu > ul > li.active > a {
   color: #333333;
   font-weight: 400;
}
.main-menu-wrap .btn {
    background: #fff;
    border-color: #fff;
    color: #36324a;
}
.inner-header .header-menu > ul > li:hover > a,
.inner-header .header-menu > ul > li:focus > a,
.inner-header .header-menu > ul > li:active > a{
    color: #fff;
}
.sticky.inner-header .header-menu > ul > li:hover > a,
.sticky.inner-header .header-menu > ul > li:focus > a,
.sticky.inner-header .header-menu > ul > li:active > a{
    color: #36324a;
}




/*=============================================
    04: Banner
==============================================*/
    /*4.1: main banner 01*/
.banner-inner-area {
    padding: 217px 0 96px;
    position: relative;
    overflow: hidden;
}
.banner-area1 .banner-text-wrap h1 {
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 20px;
}
.banner-inner-area.banner-area1:before{
    background: url(../img/main-base.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0%;
    right: -19%;
    position: absolute;
    content: "";
}
.banner-area1 .banner-text-wrap span {
    color: #ffa21d;
    font-size: 30px;
    margin-bottom: 7px;
    display: block;
}
.banner-area1 .banner-text-wrap{
    padding: 0;
}
.banner-text-inner h1 {
    color: #36324a;
    margin-bottom: 33px;
    font-size: 70px;
    line-height: 80px;
    font-weight: 600;
}

.banner-text-inner p {
    margin-bottom: 43px;
}

.banner-text-inner .btn {
    background: #1dabf7;
    border-color: #1dabf7;
    color: #fff;
}
.banner-text-inner .btn:hover {
    background: #0C4265;
    border-color: #0C4265;
    color: #fff;
}
.banner-text-inner .btn:before{
    background: #36324a;
}
.banner-text-inner .btn + .btn {
    background: transparent;
    border-color: #0C4265;
    color: #0C4265;
    margin-left: 10px;
}

.banner-text-inner .btn + .btn:hover {
    color: #fff;
    border-color: #1dabf7;
    background: #1dabf7;
}
.banner-text-inner .btn + .btn:hover:before {
    background: #1dabf7;
}

.banner-image{
    -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
            animation: bounce 1s ease-in-out 0s infinite alternate;
}
.main-header.sticky .logo .main-logo2 {
    display: none;
}
@keyframes bounce{
    0%{
        -webkit-transform: translateY(0);
                transform: translateY(0)
    }
    100%{
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px)
    }
}

.banner-shape-inner .shape {
    position: absolute;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
}

.banner-shape-inner .shape1 {
    top: -34%;
    left: -12%;
}

.banner-shape-inner .shape2 {
    top: -24%;
    left: 37%;
}

.banner-shape-inner .shape3 {
    top: -34%;
    left: 114%;
}

.banner-shape-inner .shape4 {
    top: -5%;
    right: 13%;
}

.banner-shape-inner .shape5 {
    top: 43%;
    left: 49%;
}

.banner-shape-inner .shape6 {
    top: 53%;
    left: -12%;
}

.banner-shape-inner .shape7 {top: 103%;right: -6%;}

/* home2 */
.banner-inner-area.banner-area1.banner2:before {
    background: url(../img/banner/base3.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    position: absolute;
    content: "";
    background-position: 47% 0%;
    content: "";
}
.banner-inner-area.banner-area1.banner2:after{
    display: none
}
.banner2 .banner-shape-inner .shape1 {
    top: -20%;
    left: -25%;
}

.banner2 .banner-shape-inner .shape2 {
    top: 1%;
    left: 0;
}

.banner2 .banner-shape-inner .shape3 {
    top: -21%;
    left: 108%;
}

.banner2 .banner-shape-inner .shape4 {
    top: -10%;
    right: 28%;
}

.banner2 .banner-shape-inner .shape5 {
    top: 17%;
    right: -20%;
    left: auto;
}

.banner2 .banner-shape-inner .shape6 {
    top: 53%;
    right: 0;
    left: auto;
}

.banner2 .banner-shape-inner .shape7 {
    top: 80%;
    right: -12%;
}
.main-header.inner-header.header-2 .btn:hover {
    background: #f77ade;
    border-color: transparent;
}

.main-header.inner-header.header-2 .btn::before {
    background: #f77ade;
}
.main-header.sticky {
    padding: 15px 0;
}





/*==============================================
    05: Feature area
==============================================*/
.section-title img{
    width: 100px;
}
.section-title h2 {
    color: #36324a;
    font-weight: 600;
    margin-bottom: 0px;
}
.section-title p {
    color: #6f6c7f;
    line-height: 30px;
}
.section-title {
    position: relative;
    margin-top: -8px;
    margin: -8px 40px 78px;
}

.feature-icon{
    width: 95px;
    height: 95px;
    margin: auto;
    margin-bottom: 44px;
}
.single-feature-inner {
    padding: 74px 10px 66px;
}
.center .single-feature-inner {
    border: 4px solid #1DABF7;
    border-radius: 10px;
    margin: -10px -10px -10px -10px;
}
.feature-carousel .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.single-feature-inner .feature-icon svg rect,
.single-feature-inner .feature-icon svg path {
    fill: #36324a;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.center .single-feature-inner .feature-icon svg rect,
.center .single-feature-inner .feature-icon svg path {
    fill: #f77fdf;
}

.single-feature-inner p {
    margin-bottom: 0;
    color: #6f6c7f;
    font-size: 16px;
    line-height: 30px;
}
.single-feature-inner h5 {
    margin-bottom: 34px;
    color: #36324a;
    font-weight: 600;
}
.feature-carousel button.owl-dot {
    height: 7px;
    width: 7px;
    background: #ded7f4 !important;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    line-height: 10px;
    vertical-align: middle;
}
.feature-carousel button.owl-dot.active {
    background: #1dabf7 !important;
    height: 10px;
    width: 10px;
}
.feature-carousel .owl-dots {
    text-align: center;
    margin-top: 36px;
}
.box-top{
    border-top: 2px solid #f7f6f9;
}
.gradient-bg {
    background: #5b39c9;
    background: -webkit-linear-gradient(left, #5b39c9 0%,#f77ade 100%);
    background: linear-gradient(to right, #5b39c9 0%,#f77ade 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b39c9', endColorstr='#f77ade',GradientType=1 );
}






/*===========================================
    Counter area
===========================================*/
.single-counter .counter {
    font-size: 60px;
    font-weight: 400;
    color: #63c9ff;
    line-height: 42px;
    margin-bottom: 21px;
    display: block;
}

.single-counter p {
    font-size: 18px;
    color: #0c4265;
    font-weight: 400;
    margin-bottom: 0;
}
.single-counter {
    margin-bottom: 30px;
}






/*===============================================
    user interact inner
===============================================*/
.user-interact-inner .interact-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 39px;
}
.user-interact-inner h2 {
    color: #36324a;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 29px;
}
.user-interact-inner p {
    margin-bottom: 40px;
}
.user-interact-image {
    width: 795px;
    margin-left: -150px;
}
.user-interact-inner .interact-icon svg#Capa_1 {
    fill: #f77ade;
}
.bg-2 {
    background: #f7f6f9;
}
.user-interact-image.type2 {
    margin-left: 0;
    width: 700px;
}






/*===============================================
    Feature screen image
===============================================*/
.app-scrin-inner {
    position: relative;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0px 20px;
    margin-top: -72px;
}

.app-carousel-inner {
    position: relative;
    width: 450px;
    height: 770px;
    margin: 0 auto;
    padding: 108px 70px;
    background: url(../img/feature/mockup.png);
    margin-top: 12px;
}
.app-carousel .owl-stage-outer {
    overflow: visible;
}
.app-carousel .single-app-image img {
    display: block;
    width: 90%;
    height: 95%;
    margin: 40px auto;
    top: 20px;
}
.app-carousel button.owl-dot {
    height: 7px;
    width: 7px;
    background: #ded7f4 !important;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    line-height: 10px;
    vertical-align: middle;
}
.app-carousel button.owl-dot.active{
    background: #1dabf7 !important;
    height: 10px;
    width: 10px;
}
.app-carousel .owl-dots {
    text-align: center;
    margin-top: 84px;
}






/*============================================
    11: testimonial area
============================================*/

/* partner */
.partner-carousel .single-partner img {
    width: inherit !important;
    margin: 0 auto;
     opacity: .5;
     -webkit-transition: .3s all linear;
     transition: .3s all linear;
}

.partner-carousel .single-partner:hover img{
    opacity: 1;
}
.single-author-imge img {
    width: inherit !important;
    margin: 0 auto;
    border-radius: 50%;
}

.author-carousel .owl-nav {
    display: none;
}
.testimonial-author-arousel {
    max-width: 326px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 75px;
}

.testimonial-author-inner {
    width: 100px;
    margin: 10px auto 10px;
    padding-left: 5px;
}

.testimonial-author-arousel 
 .owl-stage-outer {
    overflow: visible;
}
.center .single-author-imge img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.author-comment-carousel .owl-prev,
.author-comment-carousel .owl-next {
    height: 65px;
    width: 65px;
    background: #fff !important;
    position: absolute;
    border-radius: 50%;
    right: -36%;
    top: -10%;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}
.author-comment-carousel .owl-prev{
    left: -36%;
}
.author-comment-carousel .owl-prev:hover,
.author-comment-carousel .owl-next:hover{
    background: #0c4265 !important;
    color: #fff !important;
}
.single-author-comment h4 {
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 34px;
    color: #fff;
}

.single-author-comment p {
    color: #1dabf7;
    margin-bottom: 0;
}






/* =================================================
        download area
================================================= */
.download-app-inner {
    padding: 0 60px;
}

.download-app-inner h2.h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 18px;
}
.download-app-inner .fst {
    padding: 6px 30px;
    color: white;
    background-color: #1dabf7;
    border: none;
    border-radius: 5px;
}
.download-app-inner .sec{
    background-color: #0c4265;
    padding: 6px 30px;
    color: white;
    border: none;
    border-radius: 5px;
}
.download-app-inner button i {
    font-size: 40px;
    margin-right: 12px;
}
.download-app-inner button p {
    font-size: 24px !important;
    font-weight: 400;
    margin-top: -6px;
}
.download-content p {
    color: #fff;
    font-size: 21px;
    padding-top: 17px;
    padding-bottom: 48px;
}
.download-app-inner h3 {
    font-size: 20px;
    color: #6f6c7f;
    font-weight: 400;
    margin-bottom: 80px;
}
.download-app-inner .btn {
    border-color: #f77ade;
    color: #fff;
    background: #f77ade;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
    padding: 23px 60px;
}

.download-app-inner .btn:hover {
    border-color: #36324a;
    background: #36324a;
}
.download-app-inner .btn:hover:before {
    background: #36324a;
    border-color: #36324a;
    -webkit-transform: scale(30);
            transform: scale(30);
}





/*==============================================
    20: Footer
==============================================*/
/*20.01: footer top*/
footer.footer {
    position: relative;
}

.footerbg {
    position: absolute;
    margin-top: -34px;
}

.footerbg {
    width: 100%;
}
.footerbg img{
    width: 100%;
    height: 518px;
}
.footer-widget .footer-logo {
    margin-bottom: 18px;
}

.widget-header h5 {
    font-weight: 600;
    margin-bottom: 35px;
}

.widget-header {
    margin-top: 11px;
}

.address-list ul li span i {
    font-size: 14px;
}
.address-list li {
    padding-left: 30px;
    position: relative;
}
.social-icons li a {
    color: #6f6c7f;
    font-size: 20px;
}
.social-icons li a i{
    height: 40px;
    width: 40px;
    background-color: #1dabf7;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.widget-body ul li a{
    color: #0C4265;
    line-height: 40px;
    font-weight: 500;
}
.widget-body ul li a:hover{
    color: #1DABF7;
}
.social-icons li a:hover{
    color: #1DABF7;
}
.footer-post-details {
    padding: 32px 20px 36px 40px;
    position: relative;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    border-radius: 10px;
}
/*20.02: footer bottom*/
.footer-bottom {
    background: #f6f7f9;
    padding: 33px 0 49px;
    position: relative;
    border: 1px solid #ebebeb;
}

.footer-bottom p {
    margin-bottom: 0;
    line-height: 1;
    color: #6f6c7f;
    font-size: 16px;
    font-weight: 500;
}

    /*===========================================
        02: Page Title
    ===========================================*/
    .page-title-wrap {
        padding-top: 267px;
        padding-bottom: 156px;
        position: relative;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: 20% 80%;
    }

    .page-title h1 {
        color: #53e1ff;
        font-weight: 700;
    }
    .page-title-content ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .page-title-content ul li a {
        color: #fff;
        font-size: 16px;
    }

    .page-title-content ul li {
        position: relative;
        padding: 0 19px;
    }

    .page-title-content ul li + li:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 2px;
        background: #fff;
        top: 50%;
        left: 0px;
    }
    .page-title-content h1.h2 {
        font-size: 50px;
        color: #fff;
        font-weight: 600;
    }
    .page-title-wrap:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5b39c9;
    background: -webkit-linear-gradient(left, #f77ade 0%, #5b39c9 100%);
    background: -webkit-linear-gradient(left, #f77ade 0%,#5b39c9 100%);
    background: linear-gradient(to right, #f77ade 0%,#5b39c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77ade', endColorstr='#5b39c9',GradientType=1 );
    opacity: .85;
}
.inner-header.sticky a.btn {
    border-color: #5b39c9;
    color: #36324a;
    background: #fff;
}

/* 21.07: Social icons */
.social-icons li:not(:last-child) {
    margin-right: 14px;
}

/* 21.08: Back to top */
.back-to-top{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all linear;
    transition: .3s all linear; 
}
   
.back-to-top.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.back-to-top a {
    width: 35px;
    height: 35px;
    background: #1dabf7;
    box-shadow: 1px 5px 19px rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    bottom: 10%;
    right: 4%;
    position: fixed;
    z-index: 999;

}
.back-to-top a:hover {
    background: #fff;
    color: #5b39c9;
}

.back-to-top a i{
    -webkit-animation: bounce2 3s linear infinite;
            animation: bounce2 3s linear infinite;
}

@-webkit-keyframes bounce2 {
    0% {
       -webkit-transform: translateY(3px);
               transform: translateY(3px);
    }
    50% {
       -webkit-transform: translateY(-10px);
               transform: translateY(-10px);
    }
     100% {
        -webkit-transform: translateY(3px);
                transform: translateY(3px);
    }
      
}

@keyframes bounce2 {
    0% {
       -webkit-transform: translateY(3px);
               transform: translateY(3px);
    }
    50% {
       -webkit-transform: translateY(-10px);
               transform: translateY(-10px);
    }
     100% {
        -webkit-transform: translateY(3px);
                transform: translateY(3px);
    }
      
}

/* 21.09: Preloader */
.preLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    overflow: hidden;
}
.preload-inner {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sk-cube-grid {
  width: 50px;
  height: 50px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #5b39c9;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/* 21.10: Form validation */
.parsley-errors-list {
    list-style: none;
    padding: 0;
    position: absolute;
    left: 0;
    margin: -10px 0 0;
    top: 0%;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.parsley-errors-list li {
    font-size: 13px;
    line-height: 1.5;
    background: red;
    color: #fff;
    padding: 0 10px;
    padding: 0 10px;
}



/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-one {
    padding: 120px 0;
    position: relative;
    counter-reset: faqNumber;
}

[class*=faq-one__shape-] {
    position: absolute;
}

.faq-one__shape-1 {
    top: -145.5px;
    left: 4%;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.faq-one__shape-3 {
    left: 4%;
    bottom: -4%;
    z-index: 11;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.faq-one__shape-2 {
    top: 0;
    right: 0;
}


.faq-one .container {
    position: relative;
}

@media (min-width: 992px) {
    .faq-one .container {
        max-width: 1000px;
    }
}

.faq-accrodion .accrodion {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    counter-increment: faqNumber;
}

.faq-accrodion .accrodion:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-image: linear-gradient(90deg, #1dabf7 0%, #0c4265 100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.faq-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-accrodion .accrodion.active {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);

}

.faq-accrodion .accrodion.active .accrodion-inner {
    margin: 0 1px;
}

.faq-accrodion .accrodion.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.faq-accrodion .accrodion.active .accrodion-title {
    padding-bottom: 0;
}

.faq-accrodion .accrodion.active .accrodion-title h4 {
    color: #1dabf7;
}

.faq-accrodion .accrodion .accrodion-inner {
    background-color: #fff;
    padding: 16.5px 0;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8ef;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.faq-accrodion .accrodion .accrodion-title {
    padding: 0px 26px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 375px) {
    .faq-accrodion .accrodion .accrodion-title {
        padding-right: 50px;
    }
}

.faq-accrodion .accrodion .accrodion-title:before {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;

    background-image: linear-gradient(90deg,  #1dabf7 0%, #0c4265 100%);
    transition: all 500ms ease;

}

.faq-accrodion .accrodion .accrodion-title::after {
    content: '\f068';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;

    background-image: linear-gradient(90deg, #1dabf7 0%, #1dabf7 100%);
    transition: all 500ms ease;

}

.faq-accrodion .accrodion.active .accrodion-title::before {
    opacity: 0;
}

.faq-accrodion .accrodion.active .accrodion-title::after {
    opacity: 1;
}

.faq-accrodion .accrodion .accrodion-title h4 {
    margin: 0;
    color: #30283d;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

@media (max-width: 375px) {
    .faq-accrodion .accrodion .accrodion-title h4 {
        line-height: 1.4em;
    }
}

.faq-accrodion .accrodion .accrodion-content .inner {
    padding: 0 24px;
    padding-right: 70px;
    padding-top: 35px;
    padding-bottom: 0px;
}

.faq-accrodion .accrodion .accrodion-content p {
    margin: 0;
    color: #7c7d8a;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
}
/*End FAQ*/




.work-box i{
    color: white;
    font-size: 40px;
}
.work-box{
    text-align: center;
    background-color: #1dabf7;
    padding: 40px 20px;
    border-radius: 5px;
}
.work-box h4{
    font-weight: 600;
    font-size: 22px;
    margin-top: 20px;
    color: white;
}
.banner-inner-area .tur4{
    position: absolute;
    left: 6%;
    opacity: 0.5;
    top: 40%;
}
.banner-inner-area .tur11{
    position: absolute;
    left: 86%;
    top: 57%;
    width: 240px;
}
.banner-inner-area .tur12{
    position: absolute;
    right: 5%;
    top: -20px;
    color: white !important;
}
.banner-inner-area .tur13{
    position: absolute;
    left: 25%;
    opacity: 0.5;
    bottom: -15px;
}
.banner-inner-area .tur71{
    right: 12%;
    position: absolute;
    top: 26%;
    width: 160px;
}
.banner-inner-area .tur81{
    position: absolute;
    left: 30%;
    top: 16%;
}
.abouts .tur14{
    position: absolute;
    top: 42%;
    left: 3%;
    opacity: 0.5;
}
.abouts .tur15{
    position: absolute;
    right: 4%;
    top: 10px;
    opacity: 0.4;
}
.feature-one .tur16{
    position: absolute;
    left: 3%;
    bottom: 10px;
}
.feature-one .tur17{
    position: absolute;
    left: 85%;
    top: -165%;
    opacity: 0.5;
}
.feature-one .tur81{
    position: absolute;
    top: 12%;
    left: 6%;
}
.feature-one .tur18{
    position: absolute;
    right: 17%;
    bottom: 91%;
    opacity: 0.5;
}
.feature-one .tur83{
    position: absolute;
    right: 10%;
    top: 126%;
    opacity: 0.5;
}
.feature-one .tur82{
    position: absolute;
    left: 86%;
    top: -70%;
    opacity: 0.5;
}
.works .tur88{
    position: absolute;
    left: 12%;
    opacity: 0.5;
}
.feature-one .tur4{
    position: absolute;
    right: 6%;
    top: 42%;
}
.feature .tur20{
    position: absolute;
    left: 10%;
    top: 0px;
}
.feature .tur21{
    position: absolute;
    right: 3%;
    top: 18%;
}
.feature .tur84{
    position: absolute;
    bottom: 0px;
    left: 5%;
}
.feature .tur85{
    position: absolute;
    right: 38px;
    bottom: 75px;
}
.faq-one .tur86{
    position: absolute;
    top: 0px;
    left: 20%;
    opacity: 0.5;
}
.faq-one .tur89{
    position: absolute;
    right: 40px;
}
.faq-one .tur87{
    position: absolute;
    bottom: -170px;
    left: 10%;
    opacity: 0.5;
}
.faq-one .tur88{
   position: absolute;
    bottom: -10px;
    right: 101px;
}
.faq-one .tur22{
    position: absolute;
    top: 54%;
    left: 3%;
    width: 120px;
    opacity: 0.6;
}
.form-cont .tur22{
    position: absolute;
    top: 50%;
    left: 4%;
    width: 120px;
    opacity: 0.5;
}
.form-cont .tur86{
    position: absolute;
    right: 9%;
    top: 36%;
}
.form-cont .tur89{
    position: absolute;
    bottom: -46%;
    left: 87%;
    opacity: 0.5;
}
.form-cont .tur88{
    position: absolute;
    right: 4%;
    bottom: 16%;
    width: 120px;
    opacity: 0.5;
}
.form-cont .tur87{
        position: absolute;
    top: -9%;
    left: 80%;
    width: 110px;
    opacity: 0.5;
}
.download .tur86{
    position: absolute;
    left: 4%;
    top: 62%;
    width: 130px;
    opacity: 0.5;
}
.download .tur87{
    position: absolute;
    top: -14%;
    right: 76%;
    opacity: 0.5;
}
.download .tur88{ 
    position: absolute;
    bottom: -2px;
    left: 16%;
    z-index: 1;
    opacity: 0.5;
    width: 120px;
}
.download .tur89{
    position: absolute;
    right: 18%;
    bottom: 4%;
    z-index: 1;
    opacity: 0.5;
}