@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap";

body {
    padding: 0;
    margin: 0;
    font-family: roboto, sans-serif;
    font-size: 16px
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    color: #0f123b
}

a:hover,
a:focus {
    color: #207ef7;
    text-decoration: none
}

button {
    outline: 0 !important
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #7b7c93;
    font-weight: 400;
    font-family: roboto, sans-serif;
    font-size: 16px
}

p:last-child {
    margin-bottom: 0
}

i {
    line-height: normal
}

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

.d-table-cell {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

.ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-100 {
    padding-top: 20px
}

.pb-100 {
    padding-bottom: 20px
}

.pt-70 {
    padding-top: 70px
}

.pb-70 {
    padding-bottom: 70px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0f123b;
    text-transform: capitalize;
    font-family: rubik, sans-serif;
    font-weight: 700
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: #207ef7;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 30px;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px
}

.default-btn span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #0f123b;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    opacity: 1
}

.default-btn:hover {
    color: #fff !important
}

.default-btn:hover span {
    width: 225%;
    height: 562.5px
}

.default-btn i {
    font-size: 20px;
    position: relative;
    top: 4px
}

.default-btn-two {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: #0f123b;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 30px;
    opacity: 1;
    margin-left: 14px;
    font-weight: 400;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px
}

.default-btn-two span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #207ef7;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    opacity: 1
}

.default-btn-two:hover {
    color: #fff !important
}

.default-btn-two:hover span {
    width: 225%;
    height: 562.5px
}

.default-btn-two i {
    font-size: 20px;
    position: relative;
    top: 4px
}

.section-title {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 45px
}

.section-title span {
    color: #207ef7;
    font-size: 18px
}

.section-title h2 {
    font-size: 38px;
    margin-top: 12px;
    margin-bottom: 12px
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    -webkit-transition: .9s;
    transition: .9s
}

.preloader .spinner {
    width: 50px;
    height: 50px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%);
    -webkit-transition: .5s;
    transition: .5s
}

.preloader::before,
.preloader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
    background: #207ef7;
    -webkit-transition: .9s;
    transition: .9s
}

.preloader::after {
    left: auto;
    right: 0
}

.preloader.preloader-deactivate {
    visibility: hidden
}

.preloader.preloader-deactivate::after,
.preloader.preloader-deactivate::before {
    width: 0
}

.preloader.preloader-deactivate .spinner {
    opacity: 0;
    visibility: hidden
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.top-header {
    background-color: #07092b;
    padding-top: 20px;
    padding-bottom: 20px
}

.top-header .container-fluid {
    max-width: 1310px;
    margin: auto
}

.top-header .top-list {
    padding-left: 0;
    margin-bottom: 0
}

.top-header .top-list li {
    list-style-type: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.top-header .top-list li:last-child {
    margin-right: 0
}

.top-header .top-list li a {
    color: #fff
}

.top-header .top-list li i {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
    color: #0f1132;
    font-size: 12px;
    margin-right: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.top-header .top-list li:hover i {
    background-color: #207ef7;
    color: #fff
}

.top-header .top-social {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right
}

.top-header .top-social li {
    list-style-type: none;
    display: inline-block;
    margin-right: 14px
}

.top-header .top-social li:last-child {
    margin-right: 0
}

.top-header .top-social li i {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
    color: #0f1132;
    font-size: 12px;
    -webkit-transition: .5s;
    transition: .5s
}

.top-header .top-social li i:hover {
    background-color: #207ef7;
    color: #fff
}

.top-header .top-social li .facebook i {
    color: #5b63f8
}

.top-header .top-social li .facebook i:hover {
    color: #fff
}

.top-header .top-social li .twitter i {
    color: #03a9f4
}

.top-header .top-social li .twitter i:hover {
    color: #fff
}

.top-header .top-social li .pinterest i {
    color: #d33131
}

.top-header .top-social li .pinterest i:hover {
    color: #fff
}

.top-header .top-social li .instagram i {
    color: #075d84
}

.top-header .top-social li .instagram i:hover {
    color: #fff
}

.top-header .top-social li .log-in {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 15px
}

.top-header .top-social li .sign-in {
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    color: #0f123b;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.top-header .top-social li .sign-in:hover {
    background-color: #207ef7;
    color: #fff
}

.main-responsive-nav {
    display: none
}

.main-navbar {
    padding-top: 0
}

.main-navbar .container-fluid {
    max-width: 1290px;
    margin: auto
}

.main-navbar .navbar {
    -webkit-transition: .5s;
    transition: .5s;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.main-navbar .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.main-navbar .navbar .navbar-nav {
    margin: auto
}

.main-navbar .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0
}

.main-navbar .navbar .navbar-nav .nav-item span {
    display: block;
    font-size: 12px;
    color: #918ac5
}

.main-navbar .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    color: #0f123b;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 500;
    margin-left: 14px;
    margin-right: 14px
}

.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #207ef7;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.main-navbar .navbar .navbar-nav .nav-item a i {
    font-size: 16px;
    position: relative;
    top: 2px;
    display: inline-block
}

.main-navbar .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0
}

.main-navbar .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0
}

.main-navbar .navbar .navbar-nav .nav-item:hover a,
.main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #207ef7;
    -webkit-transition: .5s;
    transition: .5s
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    background: #fff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    position: relative;
    color: #0f123b;
    font-size: 15.5px;
    font-weight: 400
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #207ef7;
    letter-spacing: 1px
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
    display: none
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    position: absolute;
    right: 16px;
    top: 12px
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -255px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #0f123b
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #207ef7
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #0f123b
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #207ef7
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #0f123b
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #207ef7
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #0f123b
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #207ef7
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #0f123b
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #207ef7
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #0f123b
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #207ef7
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #207ef7
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #207ef7
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #207ef7
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #207ef7
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #207ef7
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #207ef7
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    margin-top: 0
}

.main-navbar .navbar .others-options {
    margin-left: 50px
}

.main-navbar .navbar .others-options .default-btn {
    border-radius: 10px;
    background-color: #0f123b
}

.main-navbar .navbar .others-options .default-btn span {
    background-color: #207ef7
}

.main-navbar .navbar .others-options .default-btn-two {
    border-radius: 10px;
    background-color: #207ef7;
    margin-left: 0
}

.main-navbar .navbar .others-options .default-btn-two span {
    background-color: #0f123b
}

.navbar-area {
    position: absolute;
    z-index: 999;
    width: 100%
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    background-color: #fff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}

.navbar-two {
    position: relative
}

.navbar-two .main-navbar .navbar .others-options {
    line-height: 1
}

.navbar-two .main-navbar .navbar .others-options .default-btn-two {
    padding: 16px 30px
}

@media only screen and (max-width:991px) {
    .main-responsive-nav {
        display: block
    }

    .main-responsive-nav .main-responsive-menu {
        position: relative
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #207ef7
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
        display: none
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14px
    }

    .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 336px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1)
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal {
        color: #0f123b
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #0f123b
    }

    .main-responsive-nav .mean-container .others-options {
        display: none
    }

    .main-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999
    }

    .navbar-area {
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .main-navbar {
        display: none
    }
}

.main-banner {
    position: relative;
    z-index: 1;
    background-image: url(../img/banner-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden
}

.main-banner .container-fluid {
    max-width: 1290px;
    margin: auto
}

.main-banner.bg-two {
    position: relative;
    z-index: 1;
    background-image: url(../img/banner-bg2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-attachment: fixed
}

.main-banner.bg-three {
    position: relative;
    z-index: 1;
    background-image: url(../img/banner-bg3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 165px
}

.main-banner.bg-three .main-banner-content {
    margin-top: 0
}

.main-banner.bg-four {
    background-image: unset
}

.main-banner.bg-four .container-fluid {
    max-width: 100%;
    padding-right: 0
}

.main-banner.bg-four .main-banner-content {
    margin-top: -60px;
    max-width: 630px;
    margin-left: auto
}

.main-banner.bg-four .main-banner-content h1 {
    font-size: 42px
}

.main-banner.bg-four .banner-form {
    background-color: #f5f7fe
}

.main-banner.bg-four .banner-form .banner-form-btn {
    padding: 10px 16px
}

.main-banner .main-banner-content {
    max-width: 650px
}

.main-banner-content {
    margin-top: 50px
}

.main-banner-content h1 {
    font-size: 48px;
    margin-bottom: 10px
}

.main-banner-content p {
    color: #4e4e4e;
    margin-bottom: 0
}

.banner-btn {
    margin-top: 30px
}

.banner-form {
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 20px;
    margin-top: 20px
}

.banner-form form {
    position: relative
}

.banner-form form .form-group {
    margin-bottom: 0;
    position: relative
}

.banner-form form .form-group .form-control {
    height: 50px;
    border-radius: 0;
    border: 0;
    padding-left: 0;
    padding-right: 40px
}

.banner-form form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.banner-form form .form-group::-webkit-input-placeholder {
    color: #95969c
}

.banner-form form .form-group:-ms-input-placeholder {
    color: #95969c
}

.banner-form form .form-group::-ms-input-placeholder {
    color: #95969c
}

.banner-form form .form-group::placeholder {
    color: #95969c
}

.banner-form form .form-group .nice-select {
    float: unset;
    line-height: 40px;
    color: #4e4e4e;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    height: 100%
}

.banner-form form .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px
}

.banner-form form .form-group .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    padding-left: 20px;
    padding-right: 20px
}

.banner-form form .form-group .nice-select .list .option:hover {
    background-color: #207ef7 !important;
    color: #fff
}

.banner-form form .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600
}

.banner-form form .form-group .nice-select:after {
    right: 0;
    width: 8px;
    height: 8px
}

.banner-form form .banner-form-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #07092b;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.banner-form form .banner-form-btn i {
    color: #fff;
    position: relative;
    margin-left: 6px
}

.banner-form form .banner-form-btn:hover {
    background-color: #207ef7
}

.banner-image {
    position: absolute;
    top: 55px;
    right: 125px;
    text-align: right
}

.banner-image img {
    max-width: 470px
}

.default-shape .shape-1 {
    position: absolute;
    left: 2%;
    top: 18%;
    z-index: -1;
    -webkit-animation: moveBounce 10s linear infinite;
    animation: moveBounce 10s linear infinite
}

.default-shape .shape-2 {
    position: absolute;
    left: 5%;
    bottom: 25%;
    z-index: -1
}

.default-shape .shape-2 img {
    -webkit-animation-name: rotateMe;
    animation-name: rotateMe;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.default-shape .shape-3 {
    position: absolute;
    left: 45%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
    animation: animationFramesOne 30s infinite linear
}

.default-shape .shape-4 {
    position: absolute;
    right: 10%;
    top: 10%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
    animation: animationFramesOne 30s infinite linear
}

.default-shape .shape-5 {
    position: absolute;
    left: 45%;
    top: 12%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
    animation: animationFramesOne 30s infinite linear
}

.default-shape .shape-6 {
    position: absolute;
    left: 25%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: moveBounce 10s linear infinite;
    animation: moveBounce 10s linear infinite
}

.default-shape .shape-7 {
    position: absolute;
    right: 10%;
    bottom: 60%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
    animation: animationFramesOne 30s infinite linear
}

.default-shape .shape-8 {
    position: absolute;
    right: 10%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 30s infinite linear;
    animation: animationFramesOne 30s infinite linear
}

.default-shape .shape-10 {
    position: absolute;
    right: 36.3%;
    bottom: 18%;
    z-index: -1
}

.video-image {
    position: relative
}

.video-image .video-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    background-color: #207ef7;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 85px;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.video-image .video-btn i {
    font-size: 20px;
    position: relative;
    top: -2px;
    left: 16px
}

.video-image .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #207ef7;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.video-image .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #207ef7;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.video-image .video-btn:hover,
.video-image .video-btn .video-content .video-btn:focus {
    background-color: #fff;
    color: #207ef7
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg)
    }

    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg)
    }

    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg)
    }

    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg)
    }

    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg)
    }

    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg)
    }

    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg)
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-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)
    }
}

@-webkit-keyframes moveScale {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

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

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

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

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

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

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

.image-sliders.owl-theme .owl-nav {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.image-sliders.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 0;
    background-color: #207ef7;
    border-radius: 50px
}

.image-sliders.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0
}

.image-sliders.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background-color: #6c9dfb
}

.image-sliders.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.main-banner-item {
    background-image: url(../img/slider/5.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 900px
}

.main-banner-item.item-two {
    background-image: url(../img/slider/4.jpg)
}

.main-banner-item.item-tree {
    background-image: url(../img/slider/2.jpg)
}



.main-banner-item .main-banner-content {
    max-width: 650px
}

.main-banner-item .main-banner-content h1 {
    font-size: 50px;
    margin-bottom: 16px
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    outline: 0;
    width: 45px;
    height: 45px;
    line-height: 47px;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
    color: #207ef7;
    border-radius: 50%;
    opacity: 1;
    visibility: hidden
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover,
.home-slides.owl-theme .owl-nav [class*=owl-]:focus {
    background-color: #0f123b
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    left: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px
}

.main-banner-single {
    background-color: #f3f3f3
}

.main-banner-single .main-banner-content {
    max-width: unset
}

.main-banner-single .main-banner-content h1 {
    font-size: 50px;
    margin-bottom: 16px
}

.main-banner-single .main-banner-image {
    margin-top: 50px;
    text-align: center
}

.top-services-area .container-fluid {
    max-width: 1280px;
    margin: auto
}

.top-services-content {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #bbcafc;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 2px;
    margin-bottom: 30px
}

.top-services-content .icon {
    margin-bottom: 25px
}

.top-services-content .icon i {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: #eaf7fd;
    color: #6c9dfb;
    font-size: 40px;
    border-radius: 50px;
    border: 1px dashed #a1c3fc;
    -webkit-transition: .5s;
    transition: .5s
}

.top-services-content h3 {
    font-size: 18px;
    margin-bottom: 12px
}

.top-services-content:hover {
    border: 2px solid #fff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.top-services-content:hover .icon i {
    background-color: #207ef7;
    border: 1px dashed #207ef7;
    color: #fff
}

.top-services-content.two {
    border: 2px solid #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.top-services-content.two:hover {
    border: 2px solid #bbcafc
}

.about-area .container-fluid {
    max-width: 1290px;
    margin: auto
}

.about-content span {
    font-size: 18px;
    color: #207ef7
}

.about-content h3 {
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 10px
}

.about-content .about-features {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px
}

.about-content .about-features li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.about-content .about-features li span {
    display: block;
    background-color: #f0f3fd;
    border-radius: 5px;
    padding: 20px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    color: #0f123b;
    font-weight: 500;
    font-size: 18px
}

.about-content .about-features li span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    background-color: #fff;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.about-content .about-features li span:hover {
    color: #0f123b
}

.about-content .about-features li span:hover::before {
    height: 100%
}

.about-content .about-features li span i {
    font-size: 25px;
    position: relative;
    top: 4px;
    margin-right: 5px;
    font-weight: 700
}

.about-content .about-features.two li span {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09)
}

.about-content .about-features.two li span:hover {
    color: #0f123b;
    background-color: #207ef7
}

.about-content .about-features.two li span i {
    color: #207ef7;
    font-weight: 500
}

.about-wrap {
    background-image: url(../img/about-4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1
}

.about-wrap .video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 90px;
    background-color: #207ef7;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.about-wrap .video-btn i {
    font-size: 30px;
    position: relative;
    top: 0;
    left: 4px
}

.about-wrap .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid #207ef7;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.about-wrap .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid #207ef7;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.about-wrap .video-btn:hover,
.about-wrap .video-btn .video-content .video-btn:focus {
    background-color: #fff;
    color: #207ef7
}

.services-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/services-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.services-area .section-title span {
    color: #fff
}

.services-area .section-title h2 {
    color: #fff
}

.services-area .section-title p {
    color: #fff
}

.services-area.two {
    position: relative;
    z-index: 1;
    background-image: url(../img/services-bg-2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.services-area.two .section-title span {
    color: #207ef7
}

.services-area.two .section-title h2 {
    color: #0f123b
}

.services-area.two .section-title p {
    color: #7b7c93
}

.services-section .container-fluid {
    max-width: 1550px
}

.services-section.bg-f4f6fe {
    background-color: #f4f6fe
}

.services-section.bg-ffffff {
    background-color: #fff
}

.services-item {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px
}

.services-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 10px
}

.services-item.bg-1 {
    background-image: url(../img/services/image1.jpg)
}

.services-item .icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 90px;
    background-color: #e1e7fb;
    border: 1px solid #207ef7;
    border-radius: 50px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 25px
}

.services-item .icon i {
    color: #6c9dfb;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #eaf7fd;
    color: #207ef7;
    border-radius: 30px
}

.services-item h3 {
    font-size: 24px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px
}

.services-item p {
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0
}

.services-item .read-btn {
    display: inline-block;
    color: #207ef7;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 12px
}

.services-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.services-item:hover::before {
    opacity: .6;
    background-color: #000
}

.services-item:hover h3 {
    color: #fff
}

.services-item:hover p {
    color: #fff
}

.services-item:hover .icon {
    border: 1px solid #e1e7fb
}

.services-item:hover .icon i {
    background-color: #fff
}

.services-item-two {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px
}

.services-item-two .icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 90px;
    background-color: #e1e7fb;
    border: 1px solid #207ef7;
    border-radius: 50px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 25px
}

.services-item-two .icon i {
    color: #6c9dfb;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #eaf7fd;
    color: #207ef7;
    border-radius: 30px
}

.services-item-two h3 {
    font-size: 24px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px
}

.services-item-two p {
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0
}

.services-item-two .read-btn {
    display: inline-block;
    color: #207ef7;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 12px
}

.services-item-two::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background-color: #207ef7;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.services-item-two:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.services-item-two:hover::before {
    height: 100%
}

.services-item-two:hover h3 {
    color: #fff
}

.services-item-two:hover p {
    color: #fff
}

.services-item-two:hover .icon {
    border: 1px solid #e1e7fb
}

.services-item-two:hover .icon i {
    background-color: #fff
}

.services-item-two:hover .read-btn {
    color: #fff
}

.services-item-three {
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px
}

.services-item-three .icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 90px;
    background-color: #e1e7fb;
    border: 1px solid #207ef7;
    border-radius: 50px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 25px
}

.services-item-three .icon i {
    color: #6c9dfb;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #eaf7fd;
    color: #207ef7;
    border-radius: 30px
}

.services-item-three h3 {
    font-size: 24px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px
}

.services-item-three p {
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0
}

.services-item-three .read-btn {
    display: inline-block;
    color: #207ef7;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 12px
}

.services-item-three:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-services {
    text-align: center;
    padding: 30px;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #207ef7;
    margin-top: 15px;
    margin-bottom: 15px
}

.single-services .icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 90px;
    background-color: #e1e7fb;
    border: 1px solid #207ef7;
    border-radius: 50px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 25px
}

.single-services .icon i {
    color: #6c9dfb;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #eaf7fd;
    color: #207ef7;
    border-radius: 30px
}

.single-services h3 {
    font-size: 24px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px
}

.single-services p {
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0
}

.single-services .read-btn {
    display: inline-block;
    color: #207ef7;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 12px
}

.single-services::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background-color: #207ef7;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.single-services:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.single-services:hover::before {
    height: 100%
}

.single-services:hover h3 {
    color: #fff
}

.single-services:hover p {
    color: #fff
}

.single-services:hover .icon {
    border: 1px solid #e1e7fb
}

.single-services:hover .icon i {
    background-color: #fff
}

.single-services:hover .read-btn {
    color: #fff
}

.services-image {
    background-image: url(../img/services/woman.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1
}

.app-area {
    line-height: 1
}

.app-content {
    max-width: 610px
}

.app-content span {
    font-size: 18px;
    color: #207ef7
}

.app-content h3 {
    font-size: 34px;
    max-width: 350px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px
}

.app-content p {
    margin-bottom: 0;
    line-height: 25px
}

.app-content .app-text {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    padding-left: 65px;
    margin-top: 25px
}

.app-content .app-text .icon {
    position: absolute;
    left: 0;
    top: 0
}

.app-content .app-text .icon i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #cfdafc;
    color: #2a2b7c;
    border-radius: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    font-size: 22px
}

.app-content .app-text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.app-content .app-text p {
    margin-bottom: 0
}

.app-content .app-text:hover .icon i {
    background-color: #207ef7;
    color: #fff
}

.app-content.two h3 {
    max-width: 100%
}

.solutions-area {
    background-image: url(../img/solutions-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.solutions-content span {
    font-size: 18px;
    color: #207ef7
}

.solutions-content h3 {
    font-size: 38px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px
}

.solutions-content p {
    font-size: 15px
}

.solutions-content .solutions-features {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 25px;
    margin-left: -10px;
    margin-right: -10px
}

.solutions-content .solutions-features li {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.solutions-content .solutions-features li span {
    display: block;
    background-color: #f2f6fe;
    border-radius: 5px;
    padding: 20px 20px 20px 60px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    color: #0f123b;
    width: 90%;
    font-weight: 500;
    font-size: 18px
}

.solutions-content .solutions-features li span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    background-color: #207ef7;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.solutions-content .solutions-features li span::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background-color: #2a2b7c;
    left: 30px;
    top: 22px;
    border-radius: 2px
}

.solutions-content .solutions-features li span:hover {
    color: #0f123b
}

.solutions-content .solutions-features li span:hover::before {
    height: 100%
}

.solutions-content .solutions-features li:hover span {
    color: #fff
}

.doctor-area {
    line-height: 1
}

.doctor-area .container-fluid {
    max-width: 1300px;
    margin: auto
}

.doctor-item {
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    position: relative;
    z-index: 1
}

.doctor-item .image img {
    -webkit-transition: .5s;
    transition: .5s;
    border: 8px solid #fff;
    border-radius: 10px;
    border-bottom: none
}

.doctor-item .content {
    text-align: center;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 2px;
    padding-top: 20px;
    padding-bottom: 0
}

.doctor-item .content h3 {
    font-size: 18px;
    margin-bottom: 6px
}

.doctor-item .content span {
    font-size: 15px;
    font-weight: 500;
    color: #207ef7
}

.doctor-item .content .social {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.doctor-item .content .social li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px
}

.doctor-item .content .social li:last-child {
    margin-right: 0
}

.doctor-item .content .social i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #207ef7;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    -webkit-transition: .5s;
    transition: .5s
}

.doctor-item .content .social i:hover {
    background-color: #6c9dfb
}

.doctor-item:hover .content {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    -webkit-transition: .5s;
    transition: .5s;
    padding: 20px;
    max-width: 255px;
    margin: -50px auto 0;
    position: relative;
    z-index: 1
}

.doctor-item:hover .content .social {
    margin-top: 15px;
    opacity: 1;
    visibility: visible
}

.doctor-item:hover .image img {
    -webkit-transition: .5s;
    transition: .5s;
    border: 8px solid #d3ecfe;
    border-bottom: none
}

.team-item {
    margin-bottom: 30px
}

.team-item .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.team-item .image .social {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.team-item .image .social li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-left: 1px;
    margin-right: 1px
}

.team-item .image .social li a {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #f4f5fe;
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #0f123b;
    border-radius: 30px;
    -webkit-transition: .5s;
    transition: .5s
}

.team-item .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    margin-left: auto;
    margin-right: auto
}

.team-item .image .social li a:hover {
    color: #fff;
    background-color: #207ef7
}

.team-item .image .social li:nth-child(1) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.team-item .image .social li:nth-child(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.team-item .image .social li:nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.team-item .image .social li:nth-child(4) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.team-item .content {
    margin-top: 25px
}

.team-item .content h3 {
    font-size: 25px;
    margin-bottom: 15px
}

.team-item .content span {
    font-size: 16px;
    color: #7b7c93;
    color: #207ef7
}

.team-item .content.bg-ffffff {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    margin-top: 0;
    padding: 35px 20px;
    text-align: center
}

.team-item:hover .image .social li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.appointment-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/appointment-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.appointment-area .container-fluid {
    max-width: 1290px;
    margin: auto
}

.appointment-area .single-fun-fact {
    margin-top: 15px;
    margin-bottom: 15px
}

.single-fun-fact {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 60px 30px;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px
}

.single-fun-fact h3 {
    font-size: 36px;
    color: #207ef7;
    margin-bottom: 0;
    font-family: roboto, sans-serif;
    -webkit-transition: .5s;
    transition: .5s
}

.single-fun-fact h3 .sign-icon {
    font-size: 36px;
    position: relative;
    top: 2px;
    left: -5px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #207ef7
}

.single-fun-fact p {
    color: #0f123b;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s
}

.single-fun-fact:hover {
    background-color: #207ef7
}

.single-fun-fact:hover h3 {
    color: #fff
}

.single-fun-fact:hover h3 .sign-icon {
    color: #fff
}

.single-fun-fact:hover p {
    color: #fff
}

.appointment-form {
    background-color: #fff;
    padding: 50px 40px;
    border-radius: 2px;
    position: relative
}

.appointment-form::before {
    left: 0;
    right: 0;
    height: 20px;
    content: '';
    position: absolute;
    background: #d5d8db;
    bottom: -6px;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .02);
    border-radius: 0 0 2px 2px;
    margin-left: 15px;
    margin-right: 15px;
    z-index: -1
}

.appointment-form .content {
    text-align: center;
    margin-bottom: 50px
}

.appointment-form .content span {
    color: #207ef7
}

.appointment-form .content h3 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0
}

.appointment-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.appointment-form .form-group .form-control {
    padding: 15px 20px;
    border: 1px dashed #f2f6fe;
    color: #5d5d5d;
    border-radius: 50px;
    background-color: #f2f6fe;
    font-size: 14px;
    font-weight: 400
}

.appointment-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.appointment-form .form-group i {
    position: absolute;
    top: 17px;
    right: 20px;
    line-height: 1;
    font-size: 18px;
    color: #04b8e5
}

.appointment-form .nice-select {
    height: 50px;
    width: 100%;
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    border: 1px dashed #f2f6fe;
    color: #5d5d5d;
    border-radius: 50px;
    background-color: #f2f6fe
}

.appointment-form .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.appointment-form .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    color: #0f123b;
    padding-left: 20px;
    padding-right: 20px
}

.appointment-form .nice-select .list .option:hover {
    background-color: #207ef7 !important;
    color: #fff
}

.appointment-form .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600
}

.appointment-form .nice-select::after {
    height: 8px;
    width: 8px;
    border-color: #04b8e5;
    right: 23px
}

.appointment-form .appointment-btn {
    text-align: center
}

.table-condensed {
    border-collapse: collapse;
    width: 260px;
    text-align: center
}

.table-condensed .prev {
    background-color: #207ef7;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    cursor: pointer
}

.table-condensed .prev:hover {
    background-color: #0f123b;
    color: #fff
}

.table-condensed .next {
    background-color: #207ef7;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    color: #fff
}

.table-condensed .next:hover {
    background-color: #0f123b;
    color: #fff
}

.table-condensed .day {
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 4px;
    font-size: 14px
}

.table-condensed .day:hover {
    background-color: #207ef7;
    color: #fff
}

.consult-area .container-fluid {
    max-width: 1920px;
    margin: auto
}

.consult-content {
    max-width: 800px
}

.consult-content span {
    color: #207ef7
}

.consult-content h3 {
    font-size: 38px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 10px
}

.consult-content p {
    margin-bottom: 0
}

.consult-content .list {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    padding-left: 40px;
    margin-top: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.consult-content .list li {
    font-weight: 500;
    font-size: 16px;
    color: #0f123b;
    list-style-type: none;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.consult-content .list li:last-child {
    margin-bottom: 0
}

.consult-content .list li:hover i {
    background-color: #207ef7;
    color: #fff
}

.consult-content .list i {
    position: absolute;
    left: 0;
    display: inline-block;
    background-color: #fff;
    color: #1184de;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .1);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .1);
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    font-weight: 700;
    margin-top: -4px;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-area .container-fluid {
    max-width: 1290px;
    margin: auto
}

.blog-item {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px
}

.blog-item::before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
    width: 100%;
    height: 90%;
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.blog-item .image {
    position: relative
}

.blog-item .image .date {
    display: inline-block;
    padding: 10px 20px;
    color: #0f123b;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 5
}

.blog-item .content h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 5px
}

.blog-item .content h3 a {
    color: #fff
}

.blog-item .content h3 a:hover {
    color: #fff
}

.blog-item .content .blog-btn {
    display: inline-block;
    color: #4eb4f9;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-item:hover::before {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 255, 0), black)
}

.blog-item:hover .content {
    bottom: 10px
}

.blog-item:hover .content .blog-btn {
    color: #6c9dfb
}

.blog-item:hover .image .date {
    color: #fff;
    background-color: #207ef7
}

.single-blog {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px
}

.single-blog .image {
    position: relative
}

.single-blog .image .date {
    display: inline-block;
    padding: 10px 20px;
    color: #0f123b;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog .content {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09)
}

.single-blog .content h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 15px
}

.single-blog .content h3 a:hover {
    color: #207ef7
}

.single-blog .content p {
    margin-bottom: 18px
}

.single-blog .content .blog-btn {
    display: inline-block;
    color: #4eb4f9;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog:hover .image .date {
    color: #fff;
    background-color: #207ef7
}

.goal-area .container-fluid {
    padding-left: 0
}

.goal-content-item {
    background-color: #f4f6fe;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    margin-left: -155px
}

.goal-content-item .item-content {
    max-width: 500px
}

.goal-content-item .item-content span {
    color: #207ef7
}

.goal-content-item .item-content h3 {
    font-size: 38px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 10px
}

.goal-content-item .item-content p {
    margin-bottom: 0
}

.goal-content-item .item-content .list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px
}

.goal-content-item .item-content .list li {
    position: relative;
    list-style-type: none;
    color: #7b7c93;
    font-weight: 500;
    margin-top: 15px;
    padding-left: 20px
}

.goal-content-item .item-content .list li:last-child {
    margin-bottom: 0
}

.goal-content-item .item-content .list li::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    background-color: #2a2b7c;
    left: 0;
    top: 6px;
    border-radius: 2px
}

.goal-content-item .item-content .goal-btn {
    margin-top: 30px
}

.shop-area .container-fluid {
    max-width: 1310px;
    margin: auto
}

.single-shop {
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-shop .product-image {
    overflow: hidden;
    position: relative
}

.single-shop .product-image a img {
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 10px 10px 0 0
}

.single-shop .product-image .percentage {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #01011a;
    background-color: #bacbfc;
    padding: 20px 15px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s
}

.single-shop .product-image .add-to-cart-btn {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    font-weight: 700
}

.single-shop .product-image .add-to-cart-btn li {
    display: inline-block;
    list-style-type: none
}

.single-shop .product-image .add-to-cart-btn li i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #4eb4f9;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s
}

.single-shop .product-image .add-to-cart-btn li i:hover {
    background-color: #207ef7
}

.single-shop .product-content {
    position: relative;
    padding-top: 20px
}

.single-shop .product-content h3 {
    margin-bottom: 10px;
    color: #0f123b;
    font-size: 24px;
    font-weight: 500
}

.single-shop .product-content h3 a {
    display: inline-block;
    color: #0f123b;
    text-decoration: none
}

.single-shop .product-content span {
    color: #b3b4b4;
    text-transform: uppercase
}

.single-shop .product-content .bar {
    height: 1px;
    width: 100%;
    background: #c8cacd;
    margin: 20px auto 20px 0;
    position: relative
}

.single-shop .product-content .rating {
    padding-left: 0;
    margin-bottom: 0
}

.single-shop .product-content .rating li {
    color: #ffb708;
    list-style-type: none;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px
}

.single-shop .product-content .rating .rating1 {
    color: #cdcdcf
}

.single-shop .product-content b {
    font-size: 18px;
    color: #ea423c;
    font-weight: 500
}

.single-shop .product-content .cart-icon {
    position: absolute;
    right: 0;
    bottom: 0
}

.single-shop .product-content .cart-icon i {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ededee;
    color: #b5b5b6;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px
}

.single-shop .product-content .cart-icon i:hover {
    background-color: #207ef7;
    color: #fff
}

.single-shop:hover .product-image .add-to-cart-btn {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .6s;
    transition: .6s;
    text-decoration: none
}

.single-shop:hover .product-image .percentage {
    color: #fff;
    background-color: #207ef7
}

.woocommerce-topbar {
    margin-bottom: 40px
}

.woocommerce-topbar .woocommerce-topbar-ordering {
    text-align: right
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
    background-color: #fff;
    color: #666;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
    float: unset;
    height: unset;
    line-height: initial;
    padding: 17px 35px 13px 20px;
    font-size: 16px
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, .11);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
    background-color: #207ef7 !important;
    color: #fff
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 700
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
    right: 20px
}

.single-product {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, .05)
}

.single-product .product-image {
    overflow: hidden;
    position: relative;
    text-align: left
}

.single-product .product-image a img {
    -webkit-transition: .6s;
    transition: .6s
}

.single-product .product-image .add-to-cart-btn {
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 18px 20px 13px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    font-size: 15px;
    font-weight: 700
}

.single-product .product-image .add-to-cart-btn i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-product .product-image .add-to-cart-btn:hover {
    background-color: #fff;
    color: #207ef7
}

.single-product .product-content {
    padding: 30px 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.single-product .product-content h3 {
    margin-bottom: 12px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 22px;
    font-weight: 700
}

.single-product .product-content h3 a {
    display: inline-block;
    color: #0f123b;
    text-decoration: none
}

.single-product .product-content .price {
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600;
    font-size: 15px
}

.single-product .product-content .price .old {
    text-decoration: line-through;
    color: #828893;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px
}

.single-product .product-content .rating {
    margin-top: 12px;
    color: #ffb708;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px
}

.single-product .product-content .rating i {
    margin-right: -1px
}

.single-product .product-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #207ef7;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.single-product:hover .product-image .add-to-cart-btn {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .6s;
    transition: .6s;
    text-decoration: none
}

.single-product:hover .product-content::before {
    height: 100%
}

.single-product:hover .product-content h3 a {
    color: #fff
}

.single-product:hover .product-content .price {
    color: #fff
}

.single-product:hover .product-content .price .old {
    color: #fff
}

.single-product:hover .product-content .rating {
    color: #fff
}

.cart-table table {
    margin-bottom: 0
}

.cart-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
    font-weight: 700
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: .6s;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    border-color: #eaedff;
    border-left: none;
    border-right: none
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px
}

.cart-table table tbody tr td.product-name a {
    color: #666;
    font-weight: 500;
    display: inline-block;
    text-decoration: none
}

.cart-table table tbody tr td.product-name a:hover {
    color: #207ef7
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: #207ef7;
    float: right;
    position: relative;
    top: -1px
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .6s;
    transition: .6s
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #207ef7
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #207ef7;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 600
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #207ef7
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #207ef7
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #207ef7
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #207ef7
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden
}

.cart-buttons {
    margin-top: 30px
}

.cart-buttons .shopping-coupon-code {
    position: relative;
    max-width: 530px
}

.cart-buttons .shopping-coupon-code .form-control {
    height: 53px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #207ef7
}

.cart-buttons .shopping-coupon-code button {
    position: absolute;
    right: 0;
    top: 0;
    height: 53px;
    background: #207ef7;
    color: #fff;
    border: none;
    padding: 0 25px;
    line-height: 54px;
    font-weight: 600;
    outline: 0;
    -webkit-transition: .6s;
    transition: .6s;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cart-buttons .shopping-coupon-code button:hover {
    background-color: #3a60cd;
    color: #fff
}

.cart-buttons .default-btn {
    padding: 14px 30px;
    background-color: #207ef7;
    color: #fff;
    border: 1px solid #207ef7;
    text-decoration: none;
    display: inline-block
}

.cart-buttons .default-btn:hover {
    background-color: #fff;
    color: #207ef7;
    -webkit-transition: .6s;
    transition: .6s
}

.cart-totals {
    background: #fff;
    padding: 40px;
    max-width: 620px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700
}

.cart-totals ul {
    padding-left: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #0f123b;
    overflow: hidden;
    font-weight: 600
}

.cart-totals ul li:first-child {
    border-bottom: none
}

.cart-totals ul li:last-child {
    border-top: none
}

.cart-totals ul li b {
    font-weight: 500
}

.cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: 400
}

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background: #fff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #0f123b;
    position: relative
}

.user-actions::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #eee
}

.user-actions i {
    color: #0f123b;
    margin-right: 2px
}

.user-actions span {
    display: inline-block;
    font-weight: 400;
    color: #0f123b;
    font-size: 16px
}

.user-actions span a {
    display: inline-block;
    color: #0f123b;
    text-decoration: none
}

.user-actions span a:hover,
.user-actions span a:focus {
    color: #207ef7
}

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    font-weight: 700
}

.billing-details .title::before {
    content: '';
    position: absolute;
    background: #207ef7;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.billing-details .form-group {
    margin-bottom: 25px
}

.billing-details .form-group label {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 400
}

.billing-details .form-group label .required {
    color: #0f123b
}

.billing-details .form-group .nice-select {
    float: unset;
    line-height: 53px;
    color: #666;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0
}

.billing-details .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.billing-details .form-group .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    padding-left: 20px;
    padding-right: 20px
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: #207ef7 !important;
    color: #fff
}

.billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600
}

.billing-details .form-group .nice-select:after {
    right: 20px
}

.billing-details .form-group .form-control {
    height: 50px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.billing-details .form-group .form-control:focus {
    border-color: #207ef7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.billing-details .form-group textarea.form-control {
    height: auto;
    padding-top: 15px
}

.billing-details .form-check {
    margin-bottom: 20px
}

.billing-details .form-check .form-check-label {
    color: #0f123b
}

.billing-details .form-check label {
    position: relative;
    left: -3px;
    top: 1px;
    font-weight: 500
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    font-weight: 700
}

.order-details .title::before {
    content: '';
    position: absolute;
    background: #207ef7;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.order-details .order-table table {
    margin-bottom: 0
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-weight: 600
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    border-color: #eaedff;
    font-size: 15.5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 13px
}

.order-details .order-table table tbody tr td.product-name a {
    color: #666;
    display: inline-block;
    text-decoration: none;
    font-weight: 500
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: #207ef7
}

.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
    color: #666;
    font-weight: 500
}

.order-details .order-table table tbody tr td.shipping-price,
.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal {
    font-weight: 600
}

.order-details .payment-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    margin-top: 30px;
    padding: 30px
}

.order-details .payment-box .payment-method p [type=radio]:checked,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
    display: none
}

.order-details .payment-box .payment-method p [type=radio]:checked+label,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    color: #0f123b;
    position: relative;
    margin-bottom: 8px;
    font-weight: 600
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::before,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #207ef7;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.order-details .payment-box .default-btn.order-btn {
    display: block;
    margin-top: 25px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2)
}

.product-details-desc h3 {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700
}

.product-details-desc .price {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 600
}

.product-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893
}

.product-details-desc .product-review {
    margin-bottom: 15px
}

.product-details-desc .product-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 14px
}

.product-details-desc .product-review .rating i {
    color: #ffba0a
}

.product-details-desc .product-review .rating-count {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
    line-height: initial
}

.product-details-desc .product-review .rating-count:hover {
    color: #207ef7;
    border-color: #207ef7;
    text-decoration: none
}

.product-details-desc .product-add-to-cart {
    margin-top: 20px
}

.product-details-desc .product-add-to-cart .input-counter {
    max-width: 130px;
    min-width: 130px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative
}

.product-details-desc .product-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 50px;
    height: 100%;
    line-height: 55px;
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
    left: 0
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
    right: 0
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
    color: #207ef7
}

.product-details-desc .product-add-to-cart .input-counter input {
    height: 50px;
    color: #000;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #000
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #000
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #000
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
    color: #000
}

.product-details-desc .product-add-to-cart .default-btn {
    position: relative;
    border: none;
    padding: 12px 30px;
    background-color: #207ef7;
    color: #fff;
    border: 1px solid #207ef7
}

.product-details-desc .product-add-to-cart .default-btn i {
    margin-right: 2px
}

.product-details-desc .product-add-to-cart .default-btn:hover {
    background-color: #fff;
    color: #207ef7;
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .buy-checkbox-btn {
    margin-top: 20px
}

.product-details-desc .buy-checkbox-btn input {
    display: none
}

.product-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.product-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
    position: relative;
    top: 2px;
    padding-left: 4px;
    color: #666
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #207ef7
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: #207ef7;
    border-color: #207ef7;
    -webkit-animation: wave .4s ease;
    animation: wave .4s ease
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 15px
}

.product-details-desc .buy-checkbox-btn .btn-light {
    background-color: #f2f2f2;
    border: none;
    padding: 13px 25px 10px;
    -webkit-transition: .6s;
    transition: .6s;
    font-weight: 600;
    display: block;
    width: 100%
}

.product-details-desc .buy-checkbox-btn .btn-light:hover {
    background-color: #207ef7;
    color: #fff
}

.product-details-desc .custom-payment-options {
    margin-top: 20px
}

.product-details-desc .custom-payment-options span {
    display: block;
    color: #666;
    margin-bottom: 8px
}

.product-details-desc .custom-payment-options .payment-methods a {
    display: inline-block
}

.product-details-desc .custom-payment-options .payment-methods a img {
    width: 40px
}

.products-details-tab {
    margin-top: 50px
}

.products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0
}

.products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px
}

.products-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #0f123b;
    border: 1px dashed #eee;
    text-decoration: none;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 30px;
    padding-left: 30px;
    font-weight: 700;
    font-size: 15px
}

.products-details-tab .tabs li a:hover,
.products-details-tab .tabs li a:focus {
    color: #fff;
    background-color: #207ef7;
    border-color: #207ef7
}

.products-details-tab .tabs li.current a {
    color: #fff;
    background-color: #207ef7;
    border-color: #207ef7
}

.products-details-tab .tabs li:last-child {
    margin-right: 0
}

.products-details-tab .tab_content {
    border: 1px dashed #eee;
    padding: 30px
}

.products-details-tab .tab_content .tabs_item {
    display: none
}

.products-details-tab .tab_content .tabs_item:first-child {
    display: block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
    margin-bottom: 20px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
    margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
    border: 1px solid #eee;
    border-bottom: none;
    padding: 10px 15px 7px;
    color: #666
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
    border-bottom: 1px solid #eee
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
    display: inline-block;
    width: 30%;
    color: #0f123b;
    font-weight: 700
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
    position: relative
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
    display: inline-block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
    color: #ffba0a
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
    color: #ebebeb;
    font-size: 14px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 14px 25px;
    background-color: #207ef7;
    border: 1px solid #207ef7;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn:hover {
    background-color: #fff;
    color: #207ef7;
    text-decoration: none
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
    margin-top: 35px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eee;
    padding-top: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
    color: #ffba0a
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
    font-size: 14px;
    color: #ebebeb
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 13px;
    display: block
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
    font-weight: 600
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
    margin-bottom: 0
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
    position: absolute;
    right: 0;
    color: #666;
    top: 40px;
    text-decoration: underline;
    font-weight: 500;
    font-size: 15px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
    color: #207ef7
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
    margin-top: 30px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form h3 {
    margin-bottom: 20px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form {
    max-width: 100%
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
    margin-bottom: 15px
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
    height: 55px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    border: none
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
    padding-top: 15px;
    height: auto
}

.related-products {
    margin-top: 70px;
    text-align: center
}

.related-products .products-title {
    margin-bottom: 30px;
    text-align: center
}

.related-products .products-title span {
    font-size: 14px;
    color: #207ef7
}

.related-products .products-title h2 {
    font-size: 30px;
    color: #0f123b;
    margin: 10px 0 0
}

.related-products .single-product-box {
    margin-bottom: 0;
    margin-top: 30px
}

.projects-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/projects-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.projects-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9
}

.projects-area .section-title span {
    color: #207ef7
}

.projects-area .section-title h2 {
    color: #fff
}

.projects-area .section-title p {
    color: #fff
}

.projects-area .container-fluid {
    max-width: 1290px;
    margin: auto
}

.projects-area.two {
    background-image: unset
}

.projects-area.two::before {
    display: none
}

.projects-area.two .section-title span {
    color: #207ef7
}

.projects-area.two .section-title h2 {
    color: #0f123b
}

.projects-area.two .section-title p {
    color: #7b7c93
}

.projects-area.two .container-fluid {
    max-width: 100%;
    padding: 0;
    overflow: hidden
}

.projects-area.two .projects-item .content {
    max-width: 100%
}

.projects-area.two .projects-item .image img {
    border-radius: 0
}

.projects-area .shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.projects-area.bg-color {
    background-image: unset;
    background-color: #fff
}

.projects-area.bg-color::before {
    display: none
}

.projects-area.bg-color .section-title span {
    color: #207ef7
}

.projects-area.bg-color .section-title h2 {
    color: #0f123b
}

.projects-area.bg-color .section-title p {
    color: #7b7c93
}

.projects-area.bg-color .projects-item .content {
    background-color: #f3f3f3
}

.projects-item {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px
}

.projects-item .image img {
    border-radius: 10px
}

.projects-item .content {
    background-color: #fff;
    padding: 20px;
    max-width: 370px;
    position: relative;
    z-index: 1;
    margin-top: -40px;
    -webkit-transition: .5s;
    transition: .5s
}

.projects-item .content p {
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s
}

.projects-item .content p a {
    color: #060f1e
}

.projects-item .content::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background-color: #207ef7;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.projects-item:hover .content {
    max-width: 100%
}

.projects-item:hover .content p a {
    color: #fff
}

.projects-item:hover .content::before {
    width: 100%
}

.projects-item-two {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px
}

.projects-item-two .content {
    background-color: #fff;
    padding: 22px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09)
}

.projects-item-two .content h3 {
    font-size: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.projects-item-two .content h3 a {
    color: #060f1e;
    -webkit-transition: .5s;
    transition: .5s
}

.projects-item-two .content p {
    text-transform: lowercase;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 10px
}

.projects-item-two .content::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #207ef7;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.projects-item-two .content .see-btn {
    font-size: 16px;
    font-weight: 400;
    color: #0f123b;
    -webkit-transition: .5s;
    transition: .5s
}

.projects-item-two:hover .content h3 a {
    color: #fff
}

.projects-item-two:hover .content p {
    color: #fff
}

.projects-item-two:hover .content::before {
    height: 100%
}

.projects-item-two:hover .content .see-btn {
    color: #fff
}

.testimonials-area .container-fluid {
    padding-left: 0
}

.testimonials-slider .testimonials-item {
    max-width: 560px;
    margin: auto;
    text-align: center
}

.testimonials-slider .testimonials-item .content span {
    color: #207ef7
}

.testimonials-slider .testimonials-item .content h3 {
    font-size: 38px;
    font-weight: 500;
    margin-top: 14px;
    margin-bottom: 30px
}

.testimonials-slider .testimonials-item .content p {
    font-size: 20px;
    margin-bottom: 0
}

.testimonials-slider .testimonials-item .content .icon {
    margin-bottom: 16px
}

.testimonials-slider .testimonials-item .content .icon i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #e1f1fc;
    color: #207ef7;
    text-align: center;
    border-radius: 50px;
    font-size: 20px
}

.testimonials-slider .testimonials-item .content .info {
    margin-top: 20px
}

.testimonials-slider .testimonials-item .content .info img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px
}

.testimonials-slider .testimonials-item .content .info h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px
}

.testimonials-slider .testimonials-item .content .info p {
    font-size: 14px;
    margin-bottom: 0
}

.testimonials-slider .owl-dots {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0
}

.testimonials-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #6c9dfb;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.testimonials-slider .owl-dots .owl-dot:hover span,
.testimonials-slider .owl-dots .owl-dot.active span {
    background-color: #207ef7
}

.testimonials-slider .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.partner-area {
    background-color: #f3f9fd;
    line-height: 1
}

.partner-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.partner-list .partner-item {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px
}

.partner-list .partner-item a {
    display: block;
    text-align: center;
    position: relative
}

.partner-list .partner-item:nth-child(6) {
    margin-left: 20%
}

.single-partner-item {
    text-align: center
}

.single-partner-item a {
    display: block
}

.single-partner-item a img {
    width: auto !important;
    display: inline-block !important
}

.emergency-area {
    position: relative;
    z-index: 1;
    margin-top: -100px
}

.emergency-area .container-fluid {
    max-width: 1300px
}

.emergency-area.bg-top {
    margin-top: 0
}

.emergency-item {
    background-color: #07092b;
    padding: 20px;
    text-align: center
}

.emergency-item .image img {
    border-radius: 5px
}

.emergency-item .content {
    max-width: 260px;
    margin: auto
}

.emergency-item .content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #c2c3c4;
    margin-top: 20px;
    margin-bottom: 8px
}

.emergency-item .content p a {
    color: #fff
}

.emergency-form {
    background-color: #fff;
    padding: 60px 40px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    position: relative
}

.emergency-form .content {
    margin-bottom: 25px
}

.emergency-form .content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0
}

.emergency-form .content i {
    color: #207ef7;
    font-size: 35px;
    margin-right: 5px
}

.emergency-form .form-group {
    position: relative;
    margin-bottom: 15px
}

.emergency-form .form-group .form-control {
    padding: 14px 14px 18px 45px;
    border: 1px solid #d6f1fe;
    color: #5d5d5d;
    border-radius: 0;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 55px
}

.emergency-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.emergency-form .form-group i {
    position: absolute;
    top: 16px;
    left: 20px;
    line-height: 1;
    font-size: 18px;
    color: #0f123b;
    z-index: 1;
    font-weight: 700
}

.emergency-form .nice-select {
    height: 50px;
    width: 100%;
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 30px;
    padding-left: 42px;
    border: 1px solid #d6f1fe;
    color: #5d5d5d;
    border-radius: 0;
    background-color: #fff
}

.emergency-form .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.emergency-form .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    color: #0f123b;
    padding-left: 20px;
    padding-right: 20px
}

.emergency-form .nice-select .list .option:hover {
    background-color: #207ef7 !important;
    color: #fff
}

.emergency-form .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600
}

.emergency-form .nice-select::after {
    height: 8px;
    width: 8px;
    border-color: #04b8e5;
    right: 23px
}

.emergency-form .appointment-btn {
    text-align: center
}

.emergency-form.two {
    padding: 75px 40px
}

.treatment-area .container-fluid {
    max-width: 1300px;
    margin: auto
}

.treatment-content span {
    font-size: 18px;
    color: #207ef7
}

.treatment-content h3 {
    font-size: 38px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px
}

.treatment-content p {
    font-size: 14px;
    margin-bottom: 0
}

.treatment-content .treatment-features {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px
}

.treatment-content .treatment-features li {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.treatment-content .treatment-features li span {
    display: block;
    background-color: #f2f6fe;
    border-radius: 5px;
    padding: 20px 20px 20px 60px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    color: #0f123b;
    font-weight: 500;
    font-size: 18px
}

.treatment-content .treatment-features li span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background-color: #207ef7;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.treatment-content .treatment-features li span::after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background-color: #2a2b7c;
    left: 30px;
    top: 22px;
    border-radius: 2px
}

.treatment-content .treatment-features li span:hover {
    color: #0f123b
}

.treatment-content .treatment-features li span:hover::before {
    width: 100%
}

.treatment-content .treatment-features li:hover span {
    color: #fff
}

.choose-area {
    background-color: #eff2fc;
    overflow: hidden
}

.choose-area .container-fluid {
    max-width: 1300px;
    margin: auto
}

.choose-content span {
    font-size: 18px;
    color: #207ef7
}

.choose-content h3 {
    font-size: 34px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px
}

.choose-content p {
    margin-bottom: 0
}

.choose-overview-content {
    background-color: #fff;
    padding: 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 30px
}

.choose-overview-content h4 {
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 12px
}

.choose-overview-content p {
    margin-bottom: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.choose-overview-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    border-radius: 0;
    background-color: #207ef7;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.choose-overview-content:hover::before {
    height: 100%
}

.choose-overview-content:hover h4 {
    color: #fff
}

.choose-overview-content:hover p {
    color: #fff
}

.clients-area {
    background-color: #f7f9fe
}

.clients-area.bg-ffffff {
    background-color: #fff
}

.clients-area.bg-ffffff .clients-item {
    -webkit-transform: .5s;
    transform: .5s;
    background-color: #f3f3f3
}

.clients-area.bg-ffffff .clients-item:hover {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09)
}

.clients-slider .clients-item {
    text-align: center;
    background-color: #fff;
    padding: 40px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 30px
}

.clients-slider .clients-item .content p {
    margin-top: 18px;
    margin-bottom: 0
}

.clients-slider .clients-item .content .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 8px
}

.clients-slider .clients-item .content .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background-color: #fff;
    color: #207ef7;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    text-align: center;
    border-radius: 50px;
    font-size: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.clients-slider .clients-item .content .info {
    margin-top: 20px
}

.clients-slider .clients-item .content .info img {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 10px
}

.clients-slider .clients-item .content .info h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 3px
}

.clients-slider .clients-item .content .info p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0
}

.clients-slider .clients-item:hover .icon i {
    background-color: #207ef7;
    color: #fff
}

.clients-slider .owl-dots {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0
}

.clients-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #6c9dfb;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.clients-slider .owl-dots .owl-dot:hover span,
.clients-slider .owl-dots .owl-dot.active span {
    background-color: #207ef7
}

.clients-slider .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.clients-slider .owl-nav.disabled+.owl-dots {
    margin-top: 30px
}

.step-one-image img {
    border-radius: 50%
}

.step-one-content span {
    color: #207ef7
}

.step-one-content h3 {
    font-size: 38px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 15px
}

.step-one-content b {
    font-size: 20px;
    color: #7b7c93;
    font-weight: 500
}

.step-one-content .step-btn {
    margin-top: 25px
}

.step-two {
    background-color: #0f123b
}

.step-two.bg-color {
    background-color: #fff;
    border-top: 1px solid #f3f3f3
}

.step-two.bg-color .step-two-content h3 {
    color: #0f123b
}

.step-two.bg-color .step-two-content p {
    color: #0f123b
}

.step-two.bg-color .step-two-content b {
    color: #0f123b
}

.step-two.bg-color .step-two-image img {
    border-radius: 50%
}

.step-two-content span {
    color: #207ef7
}

.step-two-content h3 {
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 15px
}

.step-two-content p {
    color: #fff
}

.step-two-content b {
    font-size: 20px;
    color: #7b7c93;
    font-weight: 500;
    color: #fff
}

.step-two-content .step-btn {
    margin-top: 25px
}

.step-three-content span {
    color: #207ef7
}

.step-three-content h3 {
    font-size: 38px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 15px
}

.step-three-content b {
    font-size: 20px;
    color: #7b7c93;
    font-weight: 500
}

.step-three-content .step-btn {
    margin-top: 25px
}

.step-three.bg-color {
    border-top: 1px solid #f3f3f3
}

.step-three.bg-color .step-three-image img {
    border-radius: 50%
}

.step-four {
    position: relative;
    z-index: 1
}

.step-four.bg-color {
    border-top: 1px solid #f3f3f3
}

.step-four.bg-color .step-four-image img {
    border-radius: 50%
}

.step-four-content span {
    color: #207ef7
}

.step-four-content h3 {
    font-size: 38px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 15px
}

.step-four-content b {
    font-size: 20px;
    color: #7b7c93;
    font-weight: 500
}

.step-four-content .step-btn {
    margin-top: 25px
}

.step-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.page-title-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    background-attachment: fixed
}

.page-title-area.item-bg-1 {
    background-image: url(../img/page-title/bg-1.jpg)
}

.page-title-area.item-bg-2 {
    background-image: url(../img/page-title/bg-2.jpg)
}

.page-title-area.item-bg-3 {
    background-image: url(../img/page-title/bg-3.jpg)
}

.page-title-area.item-bg-4 {
    background-image: url(../img/page-title/bg-4.jpg)
}

.page-title-area.item-bg-5 {
    background-image: url(../img/page-title/bg-5.jpg)
}

.page-title-area.item-bg-6 {
    background-image: url(../img/page-title/bg-6.jpg)
}

.page-title-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .77
}

.page-title-content {
    text-align: center;
    margin-top: -10px
}

.page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    font-family: roboto, sans-serif;
    font-size: 50px
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0
}

.page-title-content ul li {
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px
}

.page-title-content ul li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.page-title-content ul li a:hover {
    color: #207ef7
}

.page-title-content ul li::before {
    content: '';
    position: absolute;
    right: -15px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #207ef7
}

.page-title-content ul li:last-child::before {
    display: none
}

.faq-accordion-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    padding: 40px
}

.faq-accordion-content.bg-color {
    background-color: transparent;
    padding: 0
}

.faq-accordion-content .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.faq-accordion-content .accordion .accordion-item {
    display: block;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    background: #fff;
    margin-bottom: 10px
}

.faq-accordion-content .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion-content .accordion .accordion-title {
    padding: 18px 20px 18px 55px;
    color: #0f123b;
    position: relative;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700
}

.faq-accordion-content .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #207ef7;
    color: #fff
}

.faq-accordion-content .accordion .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px
}

.faq-accordion-content .accordion .accordion-title.active {
    border-bottom-color: #eee
}

.faq-accordion-content .accordion .accordion-title.active i::before {
    content: "\f068"
}

.faq-accordion-content .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 15px
}

.faq-accordion-content .accordion .accordion-content.show {
    display: block
}

.faq-contact {
    margin-top: 70px
}

.faq-contact-form {
    max-width: 850px;
    margin: 0 auto;
    text-align: center
}

.faq-contact-form form .form-group {
    margin-bottom: 15px
}

.faq-contact-form form .form-control {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2) !important;
    height: 60px;
    font-size: 15px
}

.faq-contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
    line-height: initial
}

.faq-contact-form form .btn {
    margin-top: 8px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2);
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, .2)
}

.faq-contact-form form .help-block ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0
}

.faq-contact-form form .help-block ul li {
    color: red;
    font-weight: 300;
    text-align: left
}

.faq-contact-form form #msgSubmit {
    margin-bottom: 0;
    text-align: center !important
}

.faq-contact-form form #msgSubmit.text-danger,
.faq-contact-form form #msgSubmit.text-success {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 300
}

.faq-contact-form .send-btn {
    margin-top: 10px
}

.faq-contact-form .send-btn .optional-btn {
    margin-left: 0
}

.faq-image {
    background-image: url(../img/faq.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1
}

.faq-image .video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 90px;
    background-color: #207ef7;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.faq-image .video-btn i {
    font-size: 30px;
    position: relative;
    top: 0;
    left: 4px
}

.faq-image .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid #207ef7;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.faq-image .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid #207ef7;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.faq-image .video-btn:hover,
.faq-image .video-btn .video-content .video-btn:focus {
    background-color: #fff;
    color: #207ef7
}

.faq-area .container-fluid {
    max-width: 1300px
}

.service-details-image {
    margin-bottom: 30px
}

.service-details-content {
    margin-top: 5px
}

.service-details-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600
}

.service-details-content h4 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600
}

.service-details-content ul,
.service-details-content ol {
    padding-left: 17px
}

.service-details-content ul li,
.service-details-content ol li {
    line-height: 1.7;
    margin-bottom: 5px
}

.service-details-content ul li:last-child,
.service-details-content ol li:last-child {
    margin-bottom: 0
}

.service-details-content .service-details-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    background: #f4f5fe;
    padding: 50px 20px 30px;
    border-radius: 10px
}

.service-details-content .service-details-info .single-info-box {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px
}

.service-details-content .service-details-info .single-info-box h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600
}

.service-details-content .service-details-info .single-info-box span {
    display: block;
    color: #7b7c93;
    font-size: 15px
}

.service-details-content .service-details-info .single-info-box .social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.service-details-content .service-details-info .single-info-box .social li {
    display: inline-block;
    margin-right: 5px
}

.service-details-content .service-details-info .single-info-box .social li a {
    background-color: #fff;
    color: #7b7c93;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 32px
}

.service-details-content .service-details-info .single-info-box .social li a:hover {
    color: #207ef7;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.service-details-content .service-details-info .single-info-box:last-child {
    text-align: center
}

.pagination-area {
    text-align: center;
    margin-top: 20px
}

.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    display: inline-block;
    background-color: #fff;
    line-height: 48px;
    color: #0f123b;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: 700
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
    background: #207ef7;
    color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6
}

.projects-details-header {
    margin-bottom: 30px
}

.projects-details-header h3 {
    margin-bottom: 12px;
    font-size: 25px
}

.projects-details-desc h3 {
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 25px
}

.projects-details-desc .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px
}

.projects-details-desc .features-list li {
    position: relative;
    color: #7b7c93;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 25px;
    line-height: 1.8
}

.projects-details-desc .features-list li i {
    color: #207ef7;
    position: absolute;
    left: 0;
    top: 8px
}

.projects-details-desc .features-list li:last-child {
    margin-bottom: 0
}

.widget-projects-area .widget-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-size: 25px
}

.widget-projects-area .widget-title::before {
    content: '';
    position: absolute;
    background: #207ef7;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.widget-projects-area .widget_projects_info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.widget-projects-area .widget_projects_info ul li {
    color: #7b7c93;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px
}

.widget-projects-area .widget_projects_info ul li:first-child {
    padding-top: 0
}

.widget-projects-area .widget_projects_info ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.widget-projects-area .widget_projects_info ul li span {
    display: inline-block;
    color: #0f123b;
    font-weight: 600
}

.widget-projects-area .widget_contact {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    height: 400px;
    text-align: center;
    margin-top: 30px;
    background-image: url(../img/projects-details/emergency-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.widget-projects-area .widget_contact::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-color: #000;
    opacity: .77
}

.widget-projects-area .widget_contact .text {
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0
}

.widget-projects-area .widget_contact .text span {
    display: block;
    color: #fff;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 700
}

.widget-projects-area .widget_contact .text a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    font-family: rubik, sans-serif
}

.sign-in-form {
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto
}

.sign-in-form .sign-in-title {
    text-align: center;
    margin-bottom: 30px
}

.sign-in-form .sign-in-title h3 {
    font-size: 30px;
    font-family: roboto, sans-serif;
    margin-bottom: 8px
}

.sign-in-form .sign-in-title p {
    margin-bottom: 30px
}

.sign-in-form form .form-control {
    height: 50px;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #0f123b;
    padding-left: 20px;
    background: 0 0
}

.sign-in-form form .form-control:focus {
    border-color: #207ef7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sign-in-form form .form-control::-webkit-input-placeholder {
    color: #666
}

.sign-in-form form .form-control:-ms-input-placeholder {
    color: #666
}

.sign-in-form form .form-control::-ms-input-placeholder {
    color: #666
}

.sign-in-form form .form-control::placeholder {
    color: #666
}

.sign-in-form form .form-check {
    margin-top: 18px
}

.sign-in-form form .form-check .form-check-label {
    color: #666;
    position: relative;
    top: -2px;
    z-index: 1
}

.sign-in-form form .form-check-input {
    margin-top: 3px
}

.sign-in-form form .send-btn {
    margin-top: 20px
}

.sign-in-form form .send-btn .default-btn {
    color: #fff
}

.sign-in-form form span {
    display: block;
    color: #777
}

.sign-in-form form span a {
    color: #207ef7
}

.sign-in-form .forgot-password {
    margin-bottom: 0;
    margin-top: -25px
}

.sign-in-form .forgot-password a {
    color: #777
}

.sign-in-form .forgot-password a:hover {
    color: #207ef7
}

.signup-form {
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto
}

.signup-form h3 {
    font-size: 30px;
    font-family: roboto, sans-serif;
    margin-bottom: 30px;
    text-align: center
}

.signup-form form .form-control {
    height: 50px;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #0f123b;
    padding-left: 20px;
    background: 0 0
}

.signup-form form .form-control:focus {
    border-color: #207ef7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.signup-form form .form-control::-webkit-input-placeholder {
    color: #666
}

.signup-form form .form-control:-ms-input-placeholder {
    color: #666
}

.signup-form form .form-control::-ms-input-placeholder {
    color: #666
}

.signup-form form .form-control::placeholder {
    color: #666
}

.signup-form form .form-check {
    margin-top: 18px
}

.signup-form form .form-check .form-check-label {
    color: #666;
    position: relative;
    top: 0
}

.signup-form form .form-check-input {
    margin-top: 4px
}

.signup-form form .send-btn {
    margin-top: 20px
}

.signup-form form .send-btn .default-btn {
    color: #fff
}

.signup-form form span {
    display: block;
    color: #666
}

.signup-form form span a {
    color: #207ef7
}

.error-area {
    height: 100vh
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px
}

.error-content h3 {
    font-size: 50px;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 15px
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 20px
}

.error-content .default-btn {
    display: inline-block;
    background-color: #207ef7;
    padding: 14px 30px;
    border-radius: 30px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.error-content .default-btn:hover {
    background-color: #6c9dfb
}

.privacy-image {
    margin-bottom: 30px;
    position: relative
}

.privacy-image .video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 90px;
    background-color: #207ef7;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.privacy-image .video-btn i {
    font-size: 30px;
    position: relative;
    top: 0;
    left: 4px
}

.privacy-image .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid #207ef7;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.privacy-image .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid #207ef7;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.privacy-image .video-btn:hover,
.privacy-image .video-btn .video-content .video-btn:focus {
    background-color: #fff;
    color: #207ef7
}

.single-privacy h3 {
    font-size: 30px;
    margin: 0 0 12px;
    font-weight: 500
}

.contact-area .section-title {
    margin-top: 80px
}

.contact-form {
    text-align: center
}

.contact-form form .form-group {
    margin-bottom: 15px
}

.contact-form form .form-control {
    background-color: #f3f3f3;
    border: none;
    height: 60px;
    border: 1px solid #f3f3f3;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px
}

.contact-form form .form-control:focus {
    background-color: transparent;
    border-color: #207ef7;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px
}

.contact-form form .help-block ul {
    padding-left: 0;
    list-style-type: none;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0
}

.contact-form form .help-block ul li {
    color: red
}

.contact-form form #msgSubmit {
    margin-bottom: 0;
    text-align: center !important
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500
}

.contact-info-box {
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    background: #fff;
    padding: 38px 30px 30px
}

.contact-info-box .icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 67px;
    background: #f7fafd;
    border-radius: 50%;
    font-size: 30px;
    color: #207ef7;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px
}

.contact-info-box h3 {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 700
}

.contact-info-box p {
    margin-bottom: 0
}

.contact-info-box p a {
    display: inline-block;
    color: #7b7c93
}

.contact-info-box p a:hover {
    color: #207ef7
}

.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.contact-info-box:hover .icon {
    background-color: #207ef7;
    color: #fff
}

.solution-details-image {
    margin-bottom: 30px
}

.solution-details-content .details-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px
}

.solution-details-content .details-list li {
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
    color: #001430;
    margin-bottom: 15px
}

.solution-details-content .details-list li:last-child {
    margin-bottom: 0
}

.solution-details-content .details-list i {
    font-weight: 700;
    color: #001430;
    margin-right: 5px
}

.solution-details-overview {
    margin-top: 45px
}

.solution-details-overview h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px
}

.solution-details-overview .text {
    margin-top: 30px
}

.solution-details-overview .solution-details-video {
    margin-top: 30px;
    position: relative
}

.solution-details-overview .solution-details-video .video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 90px;
    background-color: #207ef7;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.solution-details-overview .solution-details-video .video-btn i {
    font-size: 30px;
    position: relative;
    top: 0;
    left: 4px
}

.solution-details-overview .solution-details-video .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid #207ef7;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

.solution-details-overview .solution-details-video .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid #207ef7;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.solution-details-overview .solution-details-video .video-btn:hover,
.solution-details-overview .solution-details-video .video-btn .video-content .video-btn:focus {
    background-color: #fff;
    color: #207ef7
}

.solution-details-sidebar .title h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-size: 20px
}

.solution-details-sidebar .title h3::before {
    content: '';
    position: absolute;
    background: #207ef7;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.solution-details-sidebar .content .list {
    padding-left: 0;
    margin-bottom: 30px
}

.solution-details-sidebar .content .list li {
    list-style-type: none;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.solution-details-sidebar .content .list li:last-child {
    margin-bottom: 0
}

.solution-details-sidebar .content .list li a {
    display: inline-block;
    color: #0f123b;
    background-color: #fafafa;
    padding: 14px 25px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.solution-details-sidebar .content .list li a:last-child {
    margin-bottom: 0
}

.solution-details-sidebar .content .list li a:hover {
    background-color: #207ef7;
    color: #fff
}

.solution-details-sidebar .content .list i {
    float: right;
    position: relative;
    top: 4px
}

.solution-details-sidebar .details-form {
    margin-bottom: 30px
}

.solution-details-sidebar .details-form form {
    position: relative
}

.solution-details-sidebar .details-form form .form-control {
    background-color: #f2f5fc;
    border: none;
    height: 60px;
    font-size: 16px
}

.solution-details-sidebar .details-form form .form-control:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.solution-details-sidebar .details-form form textarea.form-control {
    height: auto;
    padding-top: 15px
}

.solution-details-sidebar .details-form form .help-block ul {
    padding-left: 0;
    list-style-type: none;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0
}

.solution-details-sidebar .details-form form .help-block ul li {
    color: red
}

.solution-details-sidebar .details-form form #msgSubmit {
    margin-bottom: 0;
    text-align: center !important
}

.solution-details-sidebar .details-form form #msgSubmit.text-danger,
.solution-details-sidebar .details-form form #msgSubmit.text-success {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500
}

.solution-details-sidebar .details-form form .default-btn {
    display: inline-block;
    width: 100%;
    border-radius: 0
}

.solution-details-sidebar .details-form form i {
    position: absolute;
    right: 26px;
    top: 18px;
    font-size: 18px;
    color: #207ef7
}

.solution-details-sidebar .details-image {
    position: relative
}

.solution-details-sidebar .details-image .click-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    text-align: center
}

.solution-details-sidebar .details-image .click-btn a {
    display: inline-block;
    padding: 14px 25px;
    background-color: #fff;
    color: #0f123b;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s
}

.solution-details-sidebar .details-image .click-btn a:hover {
    background-color: #207ef7;
    color: #fff
}

.single-blog-details .blog-details-image {
    margin-bottom: 25px
}

.single-blog-details .content .list {
    padding-left: 0;
    margin-bottom: 0
}

.single-blog-details .content .list li {
    list-style-type: none;
    display: inline-block;
    color: #777676;
    margin-right: 10px
}

.single-blog-details .content .list li:last-child {
    margin-right: 0
}

.single-blog-details .content .list li a {
    color: #777676
}

.single-blog-details .content h3 {
    font-size: 25px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 14px
}

.single-blog-details .content p {
    margin-bottom: 0
}

.single-blog-details .single-image {
    margin-top: 30px;
    margin-bottom: 30px
}

.single-blog-details .details-features {
    padding-left: 0;
    margin-bottom: 0
}

.single-blog-details .details-features li {
    list-style-type: none;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px
}

.single-blog-details .details-features li:last-child {
    margin-bottom: 0
}

.single-blog-details .details-features li i {
    font-weight: 700;
    margin-right: 5px
}

.single-blog-details .text {
    margin-bottom: 30px
}

.single-blog-details .quote {
    background-color: #f4f4f4;
    padding: 30px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog-details .quote p {
    font-size: 18px;
    color: #0c0c39;
    font-weight: 500;
    font-style: italic;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog-details .quote p i {
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #0c0c39
}

.single-blog-details .quote:hover {
    background-color: #207ef7
}

.single-blog-details .quote:hover p {
    color: #fff
}

.single-blog-details .quote:hover p i {
    color: #fff
}

.single-blog-details .post-tags {
    margin-top: 30px
}

.single-blog-details .post-tags .tags {
    padding-left: 0;
    margin-bottom: 0
}

.single-blog-details .post-tags .tags li {
    list-style-type: none;
    display: inline-block
}

.single-blog-details .post-tags .tags li span {
    margin-right: 10px;
    color: #0f123b
}

.single-blog-details .post-tags .tags li a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f7f4f4;
    color: #0f123b;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog-details .post-tags .tags li a:hover {
    background-color: #207ef7;
    color: #fff
}

.single-blog-details .related-posts {
    margin-top: 30px
}

.single-blog-details .related-posts h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 12px
}

.single-blog-details .related-posts p {
    margin-bottom: 20px
}

.single-blog-details .related-posts .posts-item {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px
}

.single-blog-details .related-posts .posts-item .image {
    position: relative
}

.single-blog-details .related-posts .posts-item .image .date {
    display: inline-block;
    padding: 10px 20px;
    color: #0f123b;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center
}

.single-blog-details .related-posts .posts-item .image span {
    display: block
}

.single-blog-details .related-posts .posts-item .content h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 5px
}

.single-blog-details .related-posts .posts-item .content h3 a {
    color: #0f123b
}

.single-blog-details .related-posts .posts-item .content h3 a:hover {
    color: #fff
}

.single-blog-details .related-posts .posts-item .content p {
    margin-bottom: 12px;
    font-size: 15px
}

.single-blog-details .related-posts .posts-item .content .posts-btn {
    display: inline-block;
    color: #4eb4f9;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog-details .related-posts .posts-item:hover .content h3 a {
    color: #207ef7
}

.single-blog-details .related-posts .posts-item:hover .content .posts-btn {
    color: #6c9dfb
}

.single-blog-details .related-posts .posts-item:hover .image .date {
    color: #fff;
    background-color: #207ef7
}

.single-blog-details .comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 24px;
    font-weight: 500
}

.single-blog-details .comments-area ol,
.single-blog-details .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.single-blog-details .comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.single-blog-details .comments-area .comment-list .children {
    margin-left: 40px
}

.single-blog-details .comments-area .comment-body {
    border: 1px solid #eee;
    color: #0f123b;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    background-color: #f4f4f4;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 150px;
    padding-right: 30px
}

.single-blog-details .comments-area .comment-body .reply {
    position: absolute;
    top: 30px;
    right: 30px
}

.single-blog-details .comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #0f123b;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 400
}

.single-blog-details .comments-area .comment-body .reply a:hover {
    color: #fff;
    background-color: #6c9dfb;
    border-color: #6c9dfb
}

.single-blog-details .comments-area .comment-body:hover {
    background-color: transparent;
    border: 1px solid #eee
}

.single-blog-details .comments-area .comment-author {
    font-size: 18px;
    margin-bottom: .1em;
    position: relative;
    z-index: 1
}

.single-blog-details .comments-area .comment-author .avatar {
    height: 100px;
    left: -115px;
    position: absolute;
    width: 100px;
    border-radius: 50px
}

.single-blog-details .comments-area .comment-author .fn {
    font-size: 20px;
    font-weight: 500
}

.single-blog-details .comments-area .comment-metadata {
    margin-bottom: .8em;
    color: #7b7c93;
    letter-spacing: .01em;
    font-size: 14px;
    font-weight: 400
}

.single-blog-details .comments-area .comment-metadata a {
    color: #7b7c93
}

.single-blog-details .comments-area .comment-metadata a:hover {
    color: #207ef7
}

.single-blog-details .comments-area .comment-respond {
    margin-top: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    padding: 30px
}

.single-blog-details .comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    position: relative;
    font-size: 24px;
    font-weight: 500
}

.single-blog-details .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block
}

.single-blog-details .comments-area .comment-respond .comment-form {
    overflow: hidden
}

.single-blog-details .comments-area .comment-respond .comment-notes {
    margin-bottom: 0;
    margin-top: 10px
}

.single-blog-details .comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%
}

.single-blog-details .comments-area .comment-respond label {
    display: block;
    font-weight: 400;
    color: #0f123b;
    margin-bottom: 5px
}

.single-blog-details .comments-area .comment-respond input[type=date],
.single-blog-details .comments-area .comment-respond input[type=time],
.single-blog-details .comments-area .comment-respond input[type=datetime-local],
.single-blog-details .comments-area .comment-respond input[type=week],
.single-blog-details .comments-area .comment-respond input[type=month],
.single-blog-details .comments-area .comment-respond input[type=text],
.single-blog-details .comments-area .comment-respond input[type=email],
.single-blog-details .comments-area .comment-respond input[type=url],
.single-blog-details .comments-area .comment-respond input[type=password],
.single-blog-details .comments-area .comment-respond input[type=search],
.single-blog-details .comments-area .comment-respond input[type=tel],
.single-blog-details .comments-area .comment-respond input[type=number],
.single-blog-details .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog-details .comments-area .comment-respond input[type=date]:focus,
.single-blog-details .comments-area .comment-respond input[type=time]:focus,
.single-blog-details .comments-area .comment-respond input[type=datetime-local]:focus,
.single-blog-details .comments-area .comment-respond input[type=week]:focus,
.single-blog-details .comments-area .comment-respond input[type=month]:focus,
.single-blog-details .comments-area .comment-respond input[type=text]:focus,
.single-blog-details .comments-area .comment-respond input[type=email]:focus,
.single-blog-details .comments-area .comment-respond input[type=url]:focus,
.single-blog-details .comments-area .comment-respond input[type=password]:focus,
.single-blog-details .comments-area .comment-respond input[type=search]:focus,
.single-blog-details .comments-area .comment-respond input[type=tel]:focus,
.single-blog-details .comments-area .comment-respond input[type=number]:focus,
.single-blog-details .comments-area .comment-respond textarea:focus {
    border-color: #6c9dfb
}

.single-blog-details .comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px
}

.single-blog-details .comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px
}

.single-blog-details .comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.single-blog-details .comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px
}

.single-blog-details .comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 4px
}

.single-blog-details .comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #7b7c93;
    font-weight: 400;
    position: relative;
    top: -2px
}

.single-blog-details .comments-area .comment-respond .form-submit {
    float: left;
    width: 100%
}

.single-blog-details .comments-area .comment-respond .form-submit input {
    background: #6c9dfb;
    border: none;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 500;
    font-size: 16px
}

.single-blog-details .comments-area .comment-respond .form-submit input:hover,
.single-blog-details .comments-area .comment-respond .form-submit input:focus {
    color: #fff;
    background-color: #0f123b
}

.widget-area .widget {
    margin-top: 35px
}

.widget-area .widget:first-child {
    margin-top: 0
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    font-weight: 500
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    background: #207ef7;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px
}

.widget-area .widget_search form {
    position: relative;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
    background-color: #fff;
    padding: 15px
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0
}

.widget-area .widget_search form .screen-reader-text {
    display: none
}

.widget-area .widget_search form .search-field {
    background-color: #ecf3ff;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #ecf3ff;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.widget-area .widget_search form .search-field:focus {
    border-color: #ecf3ff;
    background-color: transparent
}

.widget-area .widget_search form button {
    position: absolute;
    right: 16px;
    outline: 0;
    bottom: 15px;
    height: 50px;
    width: 50px;
    line-height: 55px;
    z-index: 1;
    border: none;
    color: #fff;
    background-color: #207ef7;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.widget-area .widget_search form button:hover {
    background-color: #0f123b;
    color: #fff
}

.widget-area .widget_search form button i {
    font-size: 20px
}

.widget-area .widget_content .list {
    padding-left: 0;
    margin-bottom: 30px
}

.widget-area .widget_content .list li {
    list-style-type: none;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.widget-area .widget_content .list li:last-child {
    margin-bottom: 0
}

.widget-area .widget_content .list li a {
    display: inline-block;
    color: #0f123b;
    background-color: #fafafa;
    padding: 14px 25px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.widget-area .widget_content .list li a:last-child {
    margin-bottom: 0
}

.widget-area .widget_content .list li a:hover {
    background-color: #207ef7;
    color: #fff
}

.widget-area .widget_content .list i {
    float: right;
    position: relative;
    top: 4px
}

.widget-area .widget_tinzer_posts_thumb {
    position: relative;
    overflow: hidden
}

.widget-area .widget_tinzer_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 20px
}

.widget-area .widget_tinzer_posts_thumb .item:last-child {
    margin-bottom: 0
}

.widget-area .widget_tinzer_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px
}

.widget-area .widget_tinzer_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important
}

.widget-area .widget_tinzer_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog/image1.jpg)
}

.widget-area .widget_tinzer_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog/image2.jpg)
}

.widget-area .widget_tinzer_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog/image3.jpg)
}

.widget-area .widget_tinzer_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 15px
}

.widget-area .widget_tinzer_posts_thumb .item .info time {
    display: block;
    color: #7b7c93;
    text-transform: capitalize;
    font-size: 14px
}

.widget-area .widget_tinzer_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px
}

.widget-area .widget_tinzer_posts_thumb .item .info .title a {
    display: inline-block
}

.widget-area .widget-image {
    position: relative
}

.widget-area .widget-image .click-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    text-align: center
}

.widget-area .widget-image .click-btn a {
    display: inline-block;
    padding: 14px 25px;
    background-color: #fff;
    color: #0f123b;
    font-weight: 500;
    -webkit-transition: .5s;
    transition: .5s
}

.widget-area .widget-image .click-btn a:hover {
    background-color: #207ef7;
    color: #fff
}

.fun-fact-area .container-fluid {
    max-width: 1290px;
    margin: auto
}

.single-counter {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    background-color: #f6f6f6;
    border: 1px solid #dfdfdf;
    padding: 30px 40px;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.single-counter h3 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-counter h3 .sign-icon {
    display: inline-block;
    font-size: 36px;
    margin-left: -2px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #0f123b
}

.single-counter p {
    line-height: initial;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-counter::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 0%;
    background: #207ef7;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-counter:hover {
    border: 1px solid #207ef7
}

.single-counter:hover::before {
    height: 100%
}

.single-counter:hover h3 {
    color: #fff
}

.single-counter:hover h3 .sign-icon {
    color: #fff
}

.single-counter:hover p {
    color: #fff
}

.footer-area {
    background-color: #060f1e;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.footer-area .container-fluid {
    max-width: 1290px;
    margin: auto
}

.footer-area .shape {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: -1
}

.single-footer-widget {
    margin-bottom: 30px
}

.single-footer-widget h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500
}

.single-footer-widget p {
    color: #fff;
    margin-bottom: 0
}

.single-footer-widget .footer-social {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px
}

.single-footer-widget .footer-social li {
    display: inline-block;
    margin-right: 10px;
    list-style-type: none
}

.single-footer-widget .footer-social li:last-child {
    margin-right: 0
}

.single-footer-widget .footer-social i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #207ef7;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-size: 16px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-footer-widget .footer-social i:hover {
    background-color: #6c9dfb
}

.single-footer-widget .instagram {
    padding-left: 0;
    margin-bottom: 0
}

.single-footer-widget .instagram li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px
}

.single-footer-widget .instagram li img {
    max-width: 80px
}

.single-footer-widget .footer-quick-links {
    padding-left: 0;
    margin-bottom: 0
}

.single-footer-widget .footer-quick-links li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400
}

.single-footer-widget .footer-quick-links li a {
    color: #fff
}

.single-footer-widget .footer-quick-links li a:hover {
    color: #207ef7;
    letter-spacing: 1px
}

.single-footer-widget .footer-quick-links li:last-child {
    margin-bottom: 0
}

.single-footer-widget .footer-info-contact {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px
}

.single-footer-widget .footer-info-contact:last-child {
    margin-bottom: 0
}

.single-footer-widget .footer-info-contact i {
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #207ef7
}

.single-footer-widget .footer-info-contact h3 {
    margin-bottom: 5px;
    font-size: 20px
}

.single-footer-widget .footer-info-contact a {
    color: #fff
}

.single-footer-widget .footer-info-contact a:hover {
    color: #207ef7
}

.single-footer-widget .footer-info-contact span {
    font-size: 15px;
    color: #fff
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, .1);
    overflow: hidden
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    top: -50%;
    left: 0;
    background-color: #fff;
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.4, .26, 0, .97);
    animation-timing-function: cubic-bezier(.4, .26, 0, .97)
}

.lines .line:nth-child(1) {
    margin-left: -24%
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.lines .line:nth-child(3) {
    margin-left: 20%
}

@-webkit-keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

@keyframes run {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

.copyright-area {
    background-color: #121f34;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px
}

.copyright-area p {
    color: #efefef
}

.copyright-area p a {
    color: #efefef;
    display: inline-block;
    font-weight: 600
}

.copyright-area p a:hover {
    color: #207ef7
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #fff;
    background-color: #207ef7;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #0f123b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%
}

.go-top:hover,
.go-top:focus {
    color: #fff
}

.go-top:hover::before,
.go-top:focus::before {
    opacity: 1;
    visibility: visible
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}
