@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,500,600,700');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
    position: relative;
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

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

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

button {
    cursor: pointer
}

a {
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 43px;
    line-height: 70px;
}

h2 {
    font-size: 33px;
    line-height: 56px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 16px;
    color: #63688e;
    line-height: 28px;
    letter-spacing: 1px
}

.d-table {
    width: 100%;
    height: 100%
}

.animation-jump {
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
}

.animation-bg {
    -webkit-animation: animation-bg 10s ease-in-out infinite;
    animation: animation-bg 10s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
    0% {
        top: 150px;
    }
    50% {
        top: -150px;
    }
    100% {
        top: 150px;
    }
}

@keyframes animation-jump {
    0% {
        top: 3px;
    }
    50% {
        top: -3px;
    }
    100% {
        top: 3px;
    }
}

@-webkit-keyframes animation-bg {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}

@keyframes animation-bg {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }
    100% {
        background-position: top;
    }
}


/*-------------------------------------------------------------------------------------
    preloader
---------------------------------------------------------------------------------------*/

.preloader {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background-color: #0086f1
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    header
---------------------------------------------------------------------------------------*/

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

#header.sticky {
    position: fixed;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    z-index: 999;
}

.navbar-nav .nav-link {
    font-weight: 600;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #081bf5
}

.navbar-nav .nav-item {
    padding: 20px 10px;
}


/*-------------------------------------------------------------------------------------
    home area
---------------------------------------------------------------------------------------*/

#home-area {
    background-image: url(../images/banner-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 60px
}
#home-area2 {
    background-image: url(../images/banner-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 60px
}

#home-area3 {
    background-image: url(../images/banner-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 60px
}

.caption {
    padding-top: 74px
}

.caption h1 {
    font-weight: 600;
    margin-bottom: 30px;
}

.caption h2 {
    font-weight: 600;
    color: #0084e9;
}

.caption h3 {
    font-weight: 600;
    color: #00f0df;
}

.caption h3 {
    font-weight: 600;
    color: #00f0df;
}

.caption a {
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 30px rgba(4, 128, 104, 0.5);
    box-shadow: 0 6px 30px rgba(4, 128, 104, 0.5);
    padding: 14px 40px;
    border-radius: 4px;
    margin-top: 5px;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.caption a:hover {
    display: inline-block;
    background-color: #319df8;
    -webkit-box-shadow: 0 6px 30px rgba(4, 128, 104, 0.5);
    box-shadow: 0 6px 30px rgba(4, 128, 104, 0.5);
    padding: 14px 40px;
    border-radius: 4px;
    margin-top: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

#home-area.slider {
    background-image: none;
    background-color: #f8f8ff
}

.slide-single .caption-img img {
    max-width: 520px;
    margin: 50px auto 0;
}

.home-slider .owl-dots {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home-slider .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 4px 0;
    border: 2px solid #000
}

.home-slider .owl-dot.active {
    background-color: #000
}

/*-------------------------------------------------------------------------------------
    section heading
---------------------------------------------------------------------------------------*/

.section-heading h2 {
    font-weight: 600;
    margin: 20px 0 0px;
    line-height: 60px
}

.section-heading h5 {
    position: relative;
    padding-left: 60px
}

.section-heading h5:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #0088f1;
    left: 0;
    top: 12px;
    position: absolute;
}
.section-heading2 h5 {
    position: relative;
    padding-left: 60px
}

.section-heading2 h5:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #0bee7f;
    left: 0;
    top: 12px;
    position: absolute;
}

.section-heading3 h5 {
    position: relative;
    padding-left: 60px
}

.section-heading3 h5:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #ff4e00;
    left: 0;
    top: 12px;
    position: absolute;
}

.section-heading4 h5 {
    position: relative;
    padding-left: 60px
}

.section-heading4 h5:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #cccc10;
    left: 0;
    top: 12px;
    position: absolute;
}


/*-------------------------------------------------------------------------------------
    feature area
---------------------------------------------------------------------------------------*/

#feature-area {
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 50px 0 120px
}

.feature-single .icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: #0086f1;
    border-radius: 50%;
    color: #fff;
    font-size: 60px;
    position: relative;
    margin: 0 auto 30px;
}

.feature-single .icon:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    left: -10px;
    top: -10px;
    border: 2px solid #f2f0ff;
    border-radius: 50%;
}

.feature-single h3 {
    font-weight: 600;
    margin-bottom: 15px
}

#feature-area2 {
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 50px 0 0px
}

.feature-single2 .icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: #5fe299;
    border-radius: 50%;
    color: #fff;
    font-size: 60px;
    position: relative;
    margin: 0 auto 30px;
}

.feature-single2 .icon:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    left: -10px;
    top: -10px;
    border: 2px solid #f2f0ff;
    border-radius: 50%;
}

.feature-single2 h3 {
    font-weight: 600;
    margin-bottom: 15px
}

#feature-area3 {
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 50px 0 0px
}

.feature-single3 .icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: #ff9336;
    border-radius: 50%;
    color: #fff;
    font-size: 60px;
    position: relative;
    margin: 0 auto 30px;
}

.feature-single3 .icon:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    left: -10px;
    top: -10px;
    border: 2px solid #f2f0ff;
    border-radius: 50%;
}

.feature-single3 h3 {
    font-weight: 600;
    margin-bottom: 15px
}

#feature-area4 {
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 50px 0 0px
}

.feature-single4 .icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background-color: #e1d40e;
    border-radius: 50%;
    color: #fff;
    font-size: 60px;
    position: relative;
    margin: 0 auto 30px;
}

.feature-single4 .icon:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    left: -10px;
    top: -10px;
    border: 2px solid #f2f0ff;
    border-radius: 50%;
}

.feature-single4 h3 {
    font-weight: 600;
    margin-bottom: 15px
}

/*-------------------------------------------------------------------------------------
    about area
---------------------------------------------------------------------------------------*/

.about-single {
    padding: 80px 0;
    position: relative
}

.about-bg {

    background-image: url(../images/circle-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -25%;
    width: 50%;
    height: 100%
}

.about-bg.two {
    background-image: url(../images/shape-3.png);
}

.about-cont h5 {
    position: relative;
    padding-left: 40px
}

.about-cont h5:before {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #000000;
    left: 0;
    top: 12px;
    position: absolute;
}

.about-cont {
    padding-left: 30px;
}

.about-cont.right {
    padding-left: 0px;
    padding-right: 30px
}

.about-cont h2 {
    margin: 0 0 20px;
}

.about-cont ul {
    margin: 25px 0 0;
}

.about-cont li {
    padding: 6px 0;
    color: #63688e;
}

.about-cont h3 {
    font-weight: 700;
    margin: 18px 0 0;
}

.about-cont a {
display: inline-block;
    background-color: #0cabf2;
    padding: 16px 39px;
    margin: 40px 0 0;
    color: #fff;
    font-weight: 600;
    border-radius: 46px;
    font-size: 18px;

}

.about-cont a:hover {
    background-color: #04d6f2;
    color: #000
}

.about-img {
    background-color: #c7e3f8;
    padding: 100px 0
}

.about-img.bg1 {
    background-color: #e5ebf7;
}

.about-img.bg3 {
    background-color: #b7eef5;
}

.about-img.bg4 {
    background-color: #cff8e4;
}

.about-img.bg5 {
    background-color: #b8fcc5;
}

.about-img.bg6 {
    background-color: #c8f0ba;
}

.about-img.bg7 {
    background-color: #f7e9e0;
}

.about-img.bg8 {
    background-color: #f8e1d6;
}

.about-img.bg9 {
    background-color: #f5cbb4;
}

.about-img.bg10 {
    background-color: #faf4de;
}

.about-img.bg11 {
    background-color: #fff9cb;
}

.about-img.bg12 {
    background-color: #fdf8b2;
}



/*-------------------------------------------------------------------------------------
    video area
---------------------------------------------------------------------------------------*/

#video-area {
    padding: 40px 0 100px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: relative
}

.video-area-bg {
    position: absolute;
    right: 0;
    top: 66px;
    width: 50%;
    height: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/circle-3.png)
}

.video-box {
    padding: 0px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/circle-1.png);
    margin-left: -100px;
    margin-top: 70px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    height: 380px
}

.video-cont {
    background-color: #30c57f;
    padding: 50px 150px 50px 50px
}


.video-cont h2 {
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 20px;
}

.video-cont p {
    color: #ffffff;
}

.video-cont2 {
    background-color: #f48e0f;
    padding: 50px 150px 50px 50px
}
.video-cont2 h2 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
}

.video-cont2 p {
    color: #fff;
}


.video-cont3 {
    background-color: #e1c706;
    padding: 50px 150px 50px 50px
}

.video-cont3 h2 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
}

.video-cont3 p {
    color: #fff;
}
.video-box a {
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 110px;
    padding: 0 28px;
    background-color: #fe5b4a;
    color: #fff;
    position: relative
}

.video-box a:hover {
    background-color: #d92310;
    color: #fff;
}

.video-box a:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 120px;
    width: 120px;
    border: 3px solid #fe5b4a;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear;
    animation: icon-bubble 1s infinite forwards linear;
}

.video-box a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 120px;
    width: 120px;
    border: 3px solid #fe5b4a;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
    animation: icon-bubble 1s infinite forwards linear 0.5s;
}


@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }
    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }
    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }
    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}


/*-------------------------------------------------------------------------------------
    why choose area
---------------------------------------------------------------------------------------*/

#why-choose-area {
    padding: 0px 0;
}

.why-chose-cont {
    padding-left: 60px;
}

.why-chose-cont h4 {
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #63688e;
    letter-spacing: 1px
}

.why-chose-cont li {
    color: #63688e;
    padding: 5px 0;
}

.why-chose-cont li i {
    color: #e74c3c;
}

/*-------------------------------------------------------------------------------------
    product area
---------------------------------------------------------------------------------------*/

#product-area {
    padding: 55px 0 0px;
}

.product-single h3 {
    font-weight: 600;
}

.product-cont {
    padding: 30px 0 0;
}

.product-cont h4 {
    font-weight: 600;
    margin: 10px 0 0;
    color: #63688e
}

.product-cont h3 {
    font-weight: 700;
    margin: 10px 0 10px;
    font-size: 26px;
    color: #e74c3c
}

.product-cont a {
    display: inline-block;
    border: 2px solid #63688e;
    padding: 12px 40px;
    font-weight: 600;
    margin: 20px 0 15px;
    color: #63688e
}

.product-cont a:hover {
    background-color: #0086f1;
    border-color: #063860;
    color: #fff
}

/*-------------------------------------------------------------------------------------
    newsletter area
---------------------------------------------------------------------------------------*/

#newsletter-area {
    padding: 50px 0 100px
}

.newsletter-form input {
    height: 60px;
    background-color: #fff;
    border: 0;
    padding-left: 60px;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 30px #e6f0fa;
    box-shadow: 0 3px 30px #e6f0fa;
}

.newsletter-form .input {
    position: relative;
}

.newsletter-form .input i {
    position: absolute;
    left: 30px;
    top: 21px;
    color: #1697ff;
    font-size: 22px;
}

.newsletter-form button {
    position: absolute;
    right: 7px;
    top: 5px;
    background-color: #1897f4;
    border: 0;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    outline: 0
}

.newsletter-form button:hover {
    background-color: #58b4ed;
    color: #000;
}

#newsletter-area2 {
    padding: 50px 0 100px
}

.newsletter-form2 input {
    height: 60px;
    background-color: #fff;
    border: 0;
    padding-left: 60px;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 30px #e6f0fa;
    box-shadow: 0 3px 30px #e6f0fa;
}

.newsletter-form2 .input {
    position: relative;
}

.newsletter-form2 .input i {
    position: absolute;
    left: 30px;
    top: 21px;
    color: #46d567;
    font-size: 22px;
}

.newsletter-form2 button {
    position: absolute;
    right: 7px;
    top: 5px;
    background-color: #0eb915;
    border: 0;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    outline: 0
}

.newsletter-form2 button:hover {
    background-color: #0cf527;
    color: #000;
}

#newsletter-area3 {
    padding: 50px 0 100px
}

.newsletter-form3 input {
    height: 60px;
    background-color: #fff;
    border: 0;
    padding-left: 60px;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 30px #e6f0fa;
    box-shadow: 0 3px 30px #e6f0fa;
}

.newsletter-form3 .input {
    position: relative;
}

.newsletter-form3 .input i {
    position: absolute;
    left: 30px;
    top: 21px;
    color: #f58144;
    font-size: 22px;
}

.newsletter-form3 button {
    position: absolute;
    right: 7px;
    top: 5px;
    background-color: #fa953e;
    border: 0;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    outline: 0
}

.newsletter-form3 button:hover {
    background-color: #f8a67a;
    color: #000;
}

#newsletter-area4 {
    padding: 50px 0 100px
}

.newsletter-form4 input {
    height: 60px;
    background-color: #fff;
    border: 0;
    padding-left: 60px;
    border-radius: 30px;
    -webkit-box-shadow: 0 3px 30px #e6f0fa;
    box-shadow: 0 3px 30px #e6f0fa;
}

.newsletter-form4 .input {
    position: relative;
}

.newsletter-form4 .input i {
    position: absolute;
    left: 30px;
    top: 21px;
    color: #f8dc04;
    font-size: 22px;
}

.newsletter-form4 button {
    position: absolute;
    right: 7px;
    top: 5px;
    background-color: #d9d90b;
    border: 0;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    outline: 0
}

.newsletter-form4 button:hover {
    background-color: #fff500;
    color: #000;
}


/*-------------------------------------------------------------------------------------
    testimonial area
---------------------------------------------------------------------------------------*/

#testimonial-area {
    padding: 50px 0 20px;
    background-image: url(../images/shape-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top
}

.testi-comment {
    background-color: #f5f7ff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.testi-comment:after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -18px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #f5f6ff;
}

.client-img {
    float: left;
    width: 20%;
}

.client-details {
    float: left;
    width: 80%;
    padding-left: 20px;
}

.client-img img {
    border-radius: 50%;
    border: 2px solid #e74c3c;
}

.client-info {
    padding-top: 30px;
}

.client-details h5 {
    font-weight: 600;
    margin: 0 0 4px;
    color: #e74c3c
}

/*-------------------------------------------------------------------------------------
    faq area
---------------------------------------------------------------------------------------*/

#faq-area {
    padding: 0px 0 50px;
    background-image: url(../images/shape-2.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.card {
    background-color: #f8f9fd;
    margin: 0 0 10px;
    border: 0
}

.card-body {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #63688e;
}

.card-header {
    border: 0
}

.card-header:before {
    content: '\efc1';
    font-family: 'icofont';
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 12px;
    color: #63688e
}

.card-header.active:before {
    content: '\ef99';
    color: #63688e
}

.card-header h5 a {
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding-left: 28px;
    color: #63688e
}

/*-------------------------------------------------------------------------------------
    blog area
---------------------------------------------------------------------------------------*/

#blog-area {
    padding: 80px 0 50px
}

.blog-single h6 a {
    display: inline-block;
    color: #6f7498;
    font-size: 14px
}

.blog-single h6 small {
    padding: 0 10px;
    color: #555
}

.blog-single h6 {
    margin-top: 25px;
}

.blog-single h3 {
    font-weight: 600;
    line-height: 36px;
    margin-top: 15px;
}

.blog-single h3 a {
    color: #63688e
}

.blog-single h3 a:hover {
    color: #fe5b4a
}

/*-------------------------------------------------------------------------------------
    contact area
---------------------------------------------------------------------------------------*/

#contact-area {
    padding: 60px 0 120px;
    background-image: url(../images/shape-1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.contact-info-single h6 {
    font-weight: 500;
    color: #e74c3c
}

.contact-social li {
    display: inline-block;
}

.contact-social li a {
    display: block;
    background-color: #3b5998;
    color: #fff;
    padding: 5px 20px;
    margin-right: 10px;
    border-radius: 4px;
}

.contact-social li a.tw {
    background-color: #55acee;
}

.contact-social li a.lk {
    background-color: #0077b5;
}

.contact-social li a.pn {
    background-color: #bd081c;
}

.contact-social {
    margin-top: 40px;
}

.contact-social h3 {
    font-weight: 600;
    margin-bottom: 20px;
}


