@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

body {
    font-family: Poppins, sans-serif;
    padding: 0;
    margin: 0;
    font-size: 14px;
    background: linear-gradient(to top right, #1426A9, #5169FB)
}

img {
    max-width: 100%
}

a {
    color: #262626;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
    outline: 0 !important
}

a:focus,
a:hover {
    color: #005CAA;
    text-decoration: none
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

p {
    color: #262626;
    line-height: 1.5
}

p:last-child {
    margin-bottom: 0;
    font-size: 15px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #262626;
    font-weight: 500
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.bg-f7fafd {
    background-color: #f7fafd
}

.bg-f5f5f5 {
    background-color: #f5f5f5
}

.bg-gradient {
    background: -webkit-linear-gradient(-45deg, #005CAA 0, #000 100%);
    color: #ffffff;
}

.btn-primary {
    color: #fff;
    background-color: #005CAA;
    -webkit-box-shadow: 1px 1px 30px 0 rgb(0 0 0 / 20%);
    box-shadow: 1px 1px 30px 0 rgb(0 0 0 / 20%);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background: #262626;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 13px 27px 0 rgba(161, 88, 251, .25);
    box-shadow: 0 13px 27px 0 rgba(161, 88, 251, .25)
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.btn-primary .show>.btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.btn-primary .show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background: #262626;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25);
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #005CAA;
    -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25);
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25);
    opacity: 1
}

.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background: #262626;
    -webkit-box-shadow: 0 13px 27px 0 rgba(161, 88, 251, .25);
    box-shadow: 0 13px 27px 0 rgba(161, 88, 251, .25)
}

.btn {
    font-weight: 600;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    position: relative;
    border-radius: 30px;
    z-index: 1;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

.btn::after,
.btn::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    -webkit-transition: .5s;
    transition: .5s;
    background: #5169FB;
    z-index: -1
}

.btn::after {
    left: 0;
    border-radius: 30px 0 0 30px
}

.btn::before {
    right: 0;
    border-radius: 0 30px 30px 0
}

.btn:hover::after,
.btn:hover::before {
    width: 50%
}

.owl-theme .owl-nav {
    margin-top: 0
}

.owl-theme .owl-dots {
    margin-top: 20px
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background: #d6d6d6;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #005CAA
}

.form-group {
    margin-bottom: 18px
}

label {
    color: #262626;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px
}

.form-control {
    height: 45px;
    padding: 10px;
    font-size: 14px;
    color: #262626;
    border: 1px solid #eee;
    border-radius: 0;
    background: #eee;
    -webkit-transition: .5s;
    transition: .5s
}

.form-control:focus {
    outline: 0;
    background: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #005CAA
}

.section-title {
    text-align: center;
    margin-bottom: 25px
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}

.section-title p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
}

.section-title .bar {
    height: 5px;
    width: 100px;
    background: #005CAA;
    margin: 10px auto;
    position: relative;
    border-radius: 30px
}

.section-title .bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #005CAA;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(88px)
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #005CAA
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    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;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 0 70px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, .4);
    top: 50%;
    margin-top: -75px
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.startp-mobile-nav {
    display: none
}

.startp-mobile-nav.mean-container .mean-nav ul li a.active {
    color: #005CAA
}

.startp-nav {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px;
    width: 100%;
    z-index: 999;
    height: auto
}

.startp-nav nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.startp-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0
}

.startp-nav nav .navbar-nav .nav-item a {
    font-size: 16px;
    color: #FFFFFF;
    margin: 0px 0px 0px 30px;
}

.startp-nav.is-sticky nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0px 0px 0px 30px;
}

.startp-nav nav .navbar-nav .nav-item a.active,
.startp-nav nav .navbar-nav .nav-item a:focus,
.startp-nav nav .navbar-nav .nav-item a:hover {
    color: #005CAA
}

.startp-nav nav .navbar-nav .nav-item a svg {
    width: 14px
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    background: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li {
    position: relative;
    padding: 0
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a {
    font-size: 14px;
    font-weight: 500;
    padding: 9px 15px;
    margin: 0;
    display: block;
    color: #262626
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a.active,
.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:focus,
.startp-nav nav .navbar-nav .nav-item .dropdown_menu li a:hover {
    color: #005CAA
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu {
    position: absolute;
    left: 220px;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a {
    color: #262626
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a.active,
.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:focus,
.startp-nav nav .navbar-nav .nav-item .dropdown_menu li .dropdown_menu li a:hover {
    color: #005CAA
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover .dropdown_menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important
}

.startp-nav nav .navbar-nav .nav-item .dropdown_menu li:hover a {
    color: #005CAA
}

.startp-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.startp-nav nav .others-option {
    margin: 0px 0px 0px 30px;
}

.startp-nav nav .others-option .btn.btn-light {
    background: 0 0;
    border: 2px dashed #005CAA;
    padding: 12px 33px;
    margin-right: 10px
}

.startp-nav nav .others-option .btn.btn-light:focus,
.startp-nav nav .others-option .btn.btn-light:hover {
    color: #fff;
    border-color: #005CAA
}

.startp-nav nav .others-option .btn.btn-light::after,
.startp-nav nav .others-option .btn.btn-light::before {
    background: #005CAA
}

.startp-nav nav .others-option .btn.btn-primary {
    background: #005CAA;
    -webkit-box-shadow: 0 13px 27px 0 rgb(0 92 170 / 25%);
    box-shadow: 0 13px 27px 0 rgb(0 92 170 / 25%);
}

.startp-nav nav .others-option .btn.btn-primary::after,
.startp-nav nav .others-option .btn.btn-primary::before {
    background: #005CAA;
    -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25);
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25);
    border-radius: 50px;
}

.startp-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    z-index: 999;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 25%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 25%);
    background: #17E6D5;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown
}

.main-banner {
    position: relative;
    height: 750px;
    z-index: 1;
    display: flex;
}

.main-banner .hero-content h1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.main-banner .hero-content p {
    margin-bottom: 0px
}

.main-banner .banner-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: 50px 30px;
    border-radius: 5px
}

.main-banner .banner-form form .form-control {
    padding-left: 15px
}

.main-banner .banner-form form .btn {
    display: block;
    width: 100%;
    -webkit-transform: unset;
    transform: unset;
    margin-top: 25px
}

.main-banner .banner-image {
    position: relative
}

.main-banner .banner-image img {
    position: absolute
}

.main-banner .banner-image img:nth-child(1) {
    z-index: 3;
    top: -130px;
    left: -30px
}

.main-banner .banner-image img:nth-child(2) {
    right: 145px;
    top: -287px
}

.main-banner .banner-image img:nth-child(3) {
    left: 25px;
    top: -20px
}

.main-banner .banner-image img:nth-child(4) {
    right: 12%;
    top: 118px;
    z-index: 1
}

.main-banner .banner-image img:nth-child(5) {
    left: 28%;
    top: -120px;
    z-index: 2
}

.main-banner .banner-image img:nth-child(6) {
    right: 35%;
    z-index: 1;
    top: -150px
}

.main-banner .banner-image img:nth-child(7) {
    right: 20px;
    top: -110px
}

.main-banner .banner-image img:nth-child(8) {
    right: 25px;
    top: -140px
}

.main-banner .banner-image img:nth-child(9) {
    right: 30%;
    z-index: 1;
    top: -35px
}

.main-banner .banner-image img:nth-child(10) {
    left: 37%;
    top: -28px;
    z-index: 1
}

.main-banner .banner-image img:nth-child(11) {
    left: 37%;
    top: -160px;
    z-index: 1
}

.main-banner .banner-image img:nth-child(12) {
    left: 90px;
    top: -110px
}

.main-banner .banner-image img:nth-child(13) {
    left: 56%;
    top: -25px;
    z-index: 2
}

.main-banner .banner-image img:nth-child(14) {
    right: 105px;
    top: -28px
}

.main-banner .banner-image img:last-child {
    display: none
}

.shape1 {
    position: absolute;
    top: 20%;
    z-index: -1;
    left: 30px;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: .4
}

.shape2 {
    position: absolute;
    z-index: -1;
    top: 60%;
    left: 15%
}

.shape3 {
    position: absolute;
    left: 25%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear
}

.shape4 {
    position: absolute;
    right: 25%;
    bottom: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear
}

.shape5 {
    position: absolute;
    right: 5%;
    top: 10%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: .2
}

.shape6 {
    position: absolute;
    z-index: -1;
    top: 40%;
    right: 10%
}

.shape7 {
    position: absolute;
    left: 25%;
    top: 15%;
    z-index: -1;
    -webkit-animation: animationFramesOne 20s infinite linear;
    animation: animationFramesOne 20s infinite linear
}

.shape8 {
    position: absolute;
    z-index: -1;
    top: 15%;
    right: 10%
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    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(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0)
    }
}

.boxes-area {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    z-index: 1
}

.single-box {
    border: 2px dashed #005CAA;
    padding: 20px 20px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background: #F5F5F5;
    -webkit-box-shadow: 0 0 10px rgba(72, 69, 224, .1);
    box-shadow: 0 0 10px rgba(72, 69, 224, .1);
    -webkit-transition: .5s;
    transition: .5s
}

.single-box .icon {
    display: inline-block;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #cdf1d8;
    border-radius: 50%;
    color: #005CAA;
    -webkit-transition: .5s;
    transition: .5s
}

.single-box h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    background: #17E6D5;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.single-box p {
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
}

.single-box.bg-f78acb {
    border-color: rgba(247, 138, 203, .3)
}

.single-box.bg-f78acb .icon {
    color: #f78acb;
    background: rgba(247, 138, 203, .3)
}

.single-box.bg-c679e3 {
    border-color: #f5f5f5
}

.single-box.bg-c679e3 .icon {
    color: #005CAA;
    background: #f5f5f5
}

.single-box.bg-eb6b3d {
    border-color: rgba(235, 107, 61, .3)
}

.single-box.bg-eb6b3d .icon {
    color: #eb6b3d;
    background: rgba(235, 107, 61, .3)
}

.single-box:hover {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
    border-color: transparent
}

.single-box:hover::before {
    opacity: 1;
    visibility: visible
}

.single-box:hover .icon {
    background: #fff;
    color: #005CAA
}

.single-box:hover h3,
.single-box:hover p {
    color: #fff
}

.single-box:hover.bg-f78acb .icon {
    color: #f78acb
}

.single-box:hover.bg-c679e3 .icon {
    color: #005CAA
}

.single-box:hover.bg-eb6b3d .icon {
    color: #eb6b3d
}

.about-content .section-title {
    text-align: left;
    margin-bottom: 18px
}

.about-content .section-title .bar {
    margin-right: 0;
    margin-left: 0
}

.about-content .section-title p {
    margin: 0
}

.about-inner-area {
    margin-top: 50px
}

.about-inner-area .about-text h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.services-area {
    overflow: hidden
}

.services-content .section-title {
    text-align: left;
    margin-bottom: 20px
}

.services-content .section-title .bar {
    margin-left: 0;
    margin-right: 0
}

.services-content .section-title p {
    margin: 0
}

.services-content .row {
    margin-left: -8px;
    margin-right: -8px
}

.services-content .row .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px
}

.services-content .box {
    background: #17E6D5;
    position: relative;
    margin-top: 15px;
    font-size: 15px;
    z-index: 1;
    display: block;
    padding: 15px 12px;
    color: #262626;
    font-weight: 500;
    border-radius: 10px;
    -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)
}

.services-content .box::before {
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #5169FB;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.services-content .box svg {
    margin-right: 5px;
    display: inline-block;
    color: #005CAA;
    -webkit-transition: .5s;
    transition: .5s;
    width: 18px
}

.services-content .box:hover {
    color: #fff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.services-content .box:hover::before {
    opacity: 1;
    visibility: visible
}

.services-content .box:hover svg {
    color: #fff
}

.services-right-image {
    position: relative
}

.services-right-image img {
    position: absolute
}

.services-right-image img:nth-child(1) {
    left: 22%;
    top: -85px;
    z-index: 1
}

.services-right-image img:nth-child(2) {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: -52px
}

.services-right-image img:nth-child(3) {
    left: 44%;
    top: -33px;
    z-index: 1
}

.services-right-image img:nth-child(4) {
    right: 38%;
    z-index: 1;
    top: -220px
}

.services-right-image img:nth-child(5) {
    z-index: 1;
    right: 24%;
    top: 8px
}

.services-right-image img:nth-child(6) {
    left: 29%;
    top: 0;
    z-index: 1
}

.services-right-image img:nth-child(7) {
    right: 44%;
    top: -78px;
    z-index: 1
}

.services-right-image img:nth-child(8) {
    right: 30%;
    top: -134px;
    z-index: 1
}

.services-right-image img:nth-child(9) {
    right: 31%;
    top: -21px;
    z-index: 1
}

.services-right-image img:nth-child(10) {
    right: 24%;
    top: -80px
}

.services-right-image img:nth-child(11) {
    left: 27%;
    top: -60px;
    z-index: 2
}

.services-right-image img:nth-child(12) {
    right: 28%;
    z-index: 1;
    top: -54px
}

.services-right-image img:nth-child(13) {
    left: 31%;
    top: -105px;
    z-index: 1
}

.services-right-image img.bg-image {
    top: -215px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.services-right-image img:last-child {
    display: none
}

.services-left-image {
    position: relative
}

.services-left-image img {
    position: absolute
}

.services-left-image img:nth-child(1) {
    left: 15%;
    top: -98px
}

.services-left-image img:nth-child(2) {
    left: 0;
    top: -200px;
    right: 0;
    text-align: center;
    margin: 0 auto
}

.services-left-image img:nth-child(3) {
    left: 36%;
    z-index: 12;
    top: -55px
}

.services-left-image img:nth-child(4) {
    left: 55px;
    top: -38px;
    z-index: 1
}

.services-left-image img:nth-child(5) {
    z-index: 3;
    right: 26%;
    top: -66px
}

.services-left-image img:nth-child(6) {
    right: 19%;
    top: -41px;
    z-index: 2
}

.services-left-image img:nth-child(7) {
    right: 97px;
    top: 40px;
    z-index: 1
}

.services-left-image img:nth-child(8) {
    right: 23%;
    top: -175px;
    z-index: 2
}

.services-left-image img.bg-image {
    top: -262px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.services-left-image img:last-child {
    display: none
}

.single-services-box {
    position: relative;
    background: #F5F5F5;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-services-box h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 15px
}

.single-services-box .icon {
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #FFFFFF;
    border-radius: 50%;
    color: #005CAA;
    -webkit-transition: .5s;
    transition: .5s
}

.single-services-box .icon.bg-c679e3 {
    color: #005CAA;
    background: #f5f5f5
}

.single-services-box .icon.bg-eb6b3d {
    color: #eb6b3d;
    background: rgba(235, 107, 61, .3)
}

.single-services-box::after,
.single-services-box::before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #005CAA;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-services-box::before {
    left: 0
}

.single-services-box::after {
    right: 0
}

.single-services-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.single-services-box:hover .icon {
    background: #005CAA;
    color: #fff
}

.single-services-box:hover .icon.bg-c679e3 {
    background: #005CAA
}

.single-services-box:hover .icon.bg-eb6b3d {
    background: #eb6b3d
}

.single-services-box:hover::after,
.single-services-box:hover::before {
    opacity: 1;
    visibility: visible;
    width: 50%
}

.services-area-two {
    padding-bottom: 50px;
    padding-top: 50px
}

.features-area {
    padding-bottom: 50px
}

.features-area-two {
    overflow: hidden
}

.single-features {
    position: relative;
    background: #fff;
    padding-left: 95px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-features h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.single-features .icon {
    position: absolute;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #cdf1d8;
    border-radius: 50%;
    color: #005CAA;
    left: 20px;
    top: 30px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-features .icon.bg-c679e3 {
    color: #005CAA;
    background: #f5f5f5
}

.single-features .icon.bg-eb6b3d {
    color: #eb6b3d;
    background: rgba(235, 107, 61, .3)
}

.single-features:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.single-features:hover .icon {
    background: #005CAA;
    color: #fff
}

.single-features:hover .icon.bg-c679e3 {
    background: #005CAA
}

.single-features:hover .icon.bg-eb6b3d {
    background: #eb6b3d
}

.team-area {
    padding-bottom: 50px
}

.team-area .owl-controls {
    margin-bottom: 30px
}

.single-team {
    background: #fff;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
    text-align: center
}

.single-team .team-image {
    position: relative;
    z-index: 1;
    padding-left: 35px;
    padding-right: 35px
}

.single-team .team-image img {
    border: 3px solid #005CAA;
    width: auto !important;
    border-radius: 50%;
    display: inline-block !important;
    -webkit-transition: .5s;
    transition: .5s
}

.single-team .team-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #f5f5f5;
    height: 10px;
    width: 100%;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.single-team .team-content {
    padding-left: 35px;
    padding-right: 35px
}

.single-team .team-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.single-team .team-content ul li {
    display: inline-block;
    margin: 0 3px
}

.single-team .team-content ul li a {
    color: #005CAA
}

.single-team .team-content ul li a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #005CAA
}

.single-team .team-content ul li a svg {
    width: 19px
}

.single-team .team-content p {
    margin-top: 20px;
    margin-bottom: 0
}

.single-team .team-info {
    background: #17E6D5;
    padding: 10px 15px;
    border-radius: 75px;
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-team .team-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff
}

.single-team .team-info span {
    color: #fff;
    font-size: 13px
}

.single-team:hover {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.single-team:hover .team-image::before {
    height: 0
}

.single-team:hover .team-image img {
    border-color: #005CAA
}

.single-team:hover .team-info {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0
}

.works-area {
    position: relative;
    z-index: 1;
    padding-bottom: 50px
}

.single-works {
    position: relative;
    margin-bottom: 30px
}

.single-works::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #17E6D5;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.single-works .icon {
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 45px;
    background: #fff;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    visibility: hidden
}

.single-works .icon svg {
    width: 19px
}

.single-works .icon:hover {
    background: #005CAA;
    color: #fff
}

.single-works .works-content {
    position: absolute;
    bottom: -60px;
    left: 0;
    padding: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden
}

.single-works .works-content h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.single-works .works-content h3 a {
    color: #fff
}

.single-works .works-content p {
    color: #fff
}

.single-works:hover::before {
    opacity: .8;
    visibility: visible
}

.single-works:hover .icon {
    opacity: 1;
    visibility: visible;
    top: 45px
}

.single-works:hover .works-content {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.funfacts-area {
    position: relative;
    z-index: 1
}

.funfacts-area .section-title h2 {
    max-width: 520px;
    margin: 0 auto;
    line-height: 30px
}

.funfacts-area .map-bg {
    position: absolute;
    z-index: -1;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto
}

.funfact {
    text-align: center
}

.funfact h3 {
    color: #005CAA;
    font-size: 32px;
    margin-bottom: 7px
}

.contact-cta-box {
    margin: 80px auto 0;
    max-width: 600px;
    border: 1px dashed #ebebeb;
    padding: 30px 210px 30px 30px;
    border-radius: 5px;
    position: relative
}

.contact-cta-box h3 {
    font-size: 20px;
    margin-bottom: 6px
}

.contact-cta-box p {
    margin-bottom: 0
}

.contact-cta-box .btn {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -27px
}

.contact-cta-box .btn::after,
.contact-cta-box .btn::before {
    background: #005CAA
}

.contact-cta-box .btn-primary {
    background: #005CAA;
    -webkit-box-shadow: 0 13px 27px 0 rgba(161, 88, 251, .25);
    box-shadow: 0 13px 27px 0 rgba(161, 88, 251, .25)
}

.contact-cta-box .btn-primary:focus,
.contact-cta-box .btn-primary:hover {
    -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25);
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
}

.pricing-area {
    position: relative;
    z-index: 1
}

.pricing-table {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .06);
    border-radius: 5px;
    padding-bottom: 35px;
    -webkit-transition: .5s;
    transition: .5s
}

.pricing-table .pricing-header {
    background: #fff;
    position: relative;
    padding: 30px 20px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #eee;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px;
    z-index: 1
}

.pricing-table .pricing-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    background: #17E6D5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1
}

.pricing-table .pricing-header h3 {
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 0
}

.pricing-table .price {
    margin-bottom: 30px
}

.pricing-table .price span {
    color: #005CAA;
    font-size: 30px;
    font-weight: 600
}

.pricing-table .price span sup {
    font-weight: 500
}

.pricing-table .price span span {
    font-size: 14px;
    font-weight: 500
}

.pricing-table .pricing-features ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px
}

.pricing-table .pricing-features ul li {
    color: #ccdcea;
    margin-bottom: 12px;
    text-decoration: line-through
}

.pricing-table .pricing-features ul li:last-child {
    margin-bottom: 0
}

.pricing-table .pricing-features ul li.active {
    color: #262626;
    text-decoration: none
}

.pricing-table:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.pricing-table:hover .pricing-header::before {
    opacity: 1;
    visibility: visible
}

.pricing-table:hover .pricing-header h3 {
    color: #fff
}

.pricing-table.active-plan .pricing-header::before {
    opacity: 1;
    visibility: visible
}

.pricing-table.active-plan .pricing-header h3 {
    color: #fff
}

.pricing-table.active-plan .btn-primary {
    background: #005CAA;
    -webkit-box-shadow: 0 13px 27px 0 rgba(161, 88, 251, .25);
    box-shadow: 0 13px 27px 0 rgba(161, 88, 251, .25)
}

.pricing-table.active-plan .btn-primary::after,
.pricing-table.active-plan .btn-primary::before {
    background: #005CAA;
    -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25);
    box-shadow: 0 13px 27px 0 rgba(198, 121, 227, .25)
}

.feedback-area {
    position: relative;
    z-index: 1
}

.feedback-slides {
    position: relative;
    max-width: 750px;
    margin: 0 auto
}

.feedback-slides .client-feedback {
    position: relative
}

.feedback-slides .client-feedback .single-feedback {
    background: #fff;
    border-radius: 5px;
    padding-left: 170px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    position: relative
}

.feedback-slides .client-feedback .single-feedback .client-img {
    position: absolute;
    left: 40px;
    top: 40px
}

.feedback-slides .client-feedback .single-feedback .client-img img {
    border-radius: 50%;
    border: 2px solid #005CAA;
    padding: 3px
}

.feedback-slides .client-feedback .single-feedback h3 {
    font-size: 18px;
    margin: 0
}

.feedback-slides .client-feedback .single-feedback span {
    display: block;
    margin-top: 8px;
    margin-bottom: 18px;
    color: #005CAA
}

.feedback-slides .client-feedback .single-feedback p {
    font-size: 15px
}

.feedback-slides .client-feedback .single-feedback::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 50px;
    height: 50px;
    background: #fff;
    right: 0;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.feedback-slides .client-thumbnails {
    position: relative;
    margin: 0 85px
}

.feedback-slides .client-thumbnails .item .img-fill {
    cursor: pointer;
    position: relative;
    text-align: center
}

.feedback-slides .client-thumbnails .item .img-fill img {
    opacity: .4;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    position: relative;
    border: 2px solid #005CAA;
    border-radius: 50%;
    padding: 3px;
    width: 85px
}

.feedback-slides .client-thumbnails .item.slick-center .img-fill img,
.feedback-slides .client-thumbnails .item:hover .img-fill img {
    opacity: 1
}

.client-thumbnails .next-arrow,
.client-thumbnails .prev-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    color: #5e5e5e;
    border: 2px solid #5e5e5e;
    z-index: 1;
    border-radius: 50%;
    line-height: 30px;
    outline: 0 !important;
    -webkit-transition: .5s;
    transition: .5s
}

.client-thumbnails .next-arrow::before,
.client-thumbnails .prev-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #17E6D5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%
}

.client-thumbnails .next-arrow:hover,
.client-thumbnails .prev-arrow:hover {
    color: #fff;
    border-color: #005CAA
}

.client-thumbnails .next-arrow:hover::before,
.client-thumbnails .prev-arrow:hover::before {
    opacity: 1;
    visibility: visible
}

.client-thumbnails .next-arrow svg,
.client-thumbnails .prev-arrow svg {
    width: 18px;
    height: 18px;
    position: relative
}

.client-thumbnails .next-arrow {
    right: -20px
}

.client-thumbnails .prev-arrow {
    left: -20px
}

.ready-to-talk {
    text-align: center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #17E6D5
}

.ready-to-talk h3 {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px
}

.ready-to-talk p {
    color: #fff;
    margin-bottom: 25px;
    font-size: 16px;
}

.ready-to-talk .btn::after,
.ready-to-talk .btn::before {
    background: #005CAA
}

.ready-to-talk .btn-primary {
    background: #005CAA;
    -webkit-box-shadow: 0 5px 20px 0 rgba(161, 88, 251, .25);
    box-shadow: 0 5px 20px 0 rgba(161, 88, 251, .25)
}

.ready-to-talk .btn-primary:focus,
.ready-to-talk .btn-primary:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(198, 121, 227, .25);
    box-shadow: 0 5px 20px 0 rgba(198, 121, 227, .25)
}

.ready-to-talk span a {
    margin-left: 15px;
    color: #fff;
    text-decoration: underline
}

.partner-section {
    text-align: center;
    position: relative;
    margin-top: -120px;
    background: 0 0
}

.partner-section h5 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
}

.partner-section .partner-inner {
    background: #fff;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    -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: 3px;
    margin-top: 25px
}

.partner-section .partner-inner a {
    display: block;
    margin-top: 25px;
    position: relative
}

.partner-section .partner-inner a img:last-child {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.partner-section .partner-inner a:hover img:last-child {
    opacity: 1;
    top: 0;
    visibility: visible
}

.blog-area {
    padding-bottom: 50px
}

.blog-area .pagination-area {
    margin-bottom: 30px
}

.single-blog-post {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px
}

.single-blog-post .blog-image {
    position: relative
}

.single-blog-post .blog-image a {
    display: block
}

.single-blog-post .blog-image .date {
    position: absolute;
    left: 20px;
    bottom: -20px;
    background: #17E6D5;
    color: #fff;
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 50px
}

.single-blog-post .blog-image .date svg {
    width: 15px;
    margin-right: 3px
}

.single-blog-post .blog-post-content {
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    background: #f7fafd;
    -webkit-transition: .5s;
    transition: .5s
}

.single-blog-post .blog-post-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0
}

.single-blog-post .blog-post-content span {
    display: block;
    color: #262626;
    margin: 15px 0
}

.single-blog-post .blog-post-content span a {
    color: #262626
}

.single-blog-post .blog-post-content span a:hover {
    color: #005CAA
}

.single-blog-post .blog-post-content .read-more-btn {
    color: #262626
}

.single-blog-post .blog-post-content .read-more-btn svg {
    -webkit-transition: .5s;
    transition: .5s;
    width: 15px
}

.single-blog-post .blog-post-content .read-more-btn:hover {
    color: #005CAA
}

.single-blog-post .blog-post-content .read-more-btn:hover svg {
    margin-left: 5px
}

.single-blog-post:hover {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.single-blog-post:hover .blog-post-content {
    background: #fff
}

.page-title-area {
    position: relative;
    z-index: 1;
    background: transparent url(../images/main-pic.png) right top no-repeat;
    padding-top: 190px;
    padding-bottom: 100px;
    text-align: center
}

.page-title-area h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0
}

.faq-accordion {
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .08);
    padding: 60px;
    background: #fff;
    border-radius: 10px
}

.faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 15px
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item .accordion-title {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    background: #f5f9ff;
    font-size: 18px
}

.faq-accordion .accordion .accordion-item .accordion-title.active,
.faq-accordion .accordion .accordion-item .accordion-title:focus,
.faq-accordion .accordion .accordion-item .accordion-title:hover {
    background: #005CAA;
    color: #fff
}

.faq-accordion .accordion .accordion-item .accordion-title.active {
    border-radius: 0
}

.faq-accordion .accordion .accordion-item .accordion-content {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 15px 15px 0;
    line-height: 1.9
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block
}

.faq-contact {
    margin-top: 45px;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .08);
    padding: 60px;
    border-radius: 4px;
    background: #fff
}

.faq-contact h3 {
    font-size: 24px;
    margin-bottom: 25px
}

.faq-contact form .btn {
    margin-top: 10px
}

.pagination-area {
    text-align: center;
    margin-top: 40px
}

.pagination-area ul {
    padding: 0;
    margin: 0
}

.pagination-area ul .page-item .page-link {
    padding: 11px 20px;
    margin: 0 -1px;
    color: #6f8ba4;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6
}

.pagination-area ul .page-item .page-link:focus,
.pagination-area ul .page-item .page-link:hover {
    color: #fff;
    background-color: #005CAA;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.pagination-area ul .page-item .page-link svg {
    width: 16px
}

.pagination-area ul .page-item.active .page-link {
    color: #fff;
    background-color: #005CAA
}

.blog-details-area {
    position: relative
}

.blog-details-area .blog-details {
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
    background: #fff
}

.blog-details-area .blog-details .article-img {
    position: relative
}

.blog-details-area .blog-details .article-img .date {
    position: absolute;
    bottom: 15px;
    width: 100px;
    right: 15px;
    height: 100px;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    background: #005CAA;
    color: #fff;
    border-radius: 5px;
    padding-top: 18px;
    line-height: 30px
}

.blog-details-area .blog-details .article-content {
    padding: 30px
}

.blog-details-area .blog-details .article-content ul li {
    display: inline-block
}

.blog-details-area .blog-details .article-content ul.category {
    margin-bottom: 25px
}

.blog-details-area .blog-details .article-content ul.category li a {
    background: #005CAA;
    color: #fff;
    padding: 5px 15px 3px;
    display: inline-block;
    border-radius: 3px
}

.blog-details-area .blog-details .article-content h3 {
    font-size: 18px
}

.blog-details-area .blog-details .article-content p {
    margin-bottom: 0;
    margin-top: 18px
}

.blog-details-area .blog-details .article-content .blockquote {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f7fafd;
    padding: 25px;
    border-left: 4px solid #005CAA
}

.blog-details-area .blog-details .article-content .blockquote p {
    margin-top: 0;
    font-size: 17px
}

.blog-details-area .blog-details .article-content .share-post {
    text-align: center;
    margin-top: 30px
}

.blog-details-area .blog-details .article-content .share-post ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 38px;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #262626
}

.blog-details-area .blog-details .article-content .share-post ul li a:focus,
.blog-details-area .blog-details .article-content .share-post ul li a:hover {
    color: #fff;
    border-color: #005CAA;
    background-color: #005CAA
}

.blog-details-area .blog-details .article-content .share-post ul li a svg {
    width: 16px
}

.blog-details-area .blog-details .article-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-details-area .post-controls-buttons {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05)
}

.blog-details-area .post-controls-buttons .controls-left {
    float: left
}

.blog-details-area .post-controls-buttons .controls-right {
    float: right
}

.blog-details-area .post-controls-buttons div a {
    border: 1px solid #eee;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px
}

.blog-details-area .post-controls-buttons div a:focus,
.blog-details-area .post-controls-buttons div a:hover {
    color: #fff;
    background: #005CAA;
    border-color: #005CAA
}

.blog-details-area .post-comments {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05)
}

.blog-details-area .post-comments h3 {
    font-size: 18px;
    margin-bottom: 0
}

.blog-details-area .post-comments .single-comment {
    position: relative;
    padding-left: 95px;
    margin-top: 30px
}

.blog-details-area .post-comments .single-comment .comment-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px
}

.blog-details-area .post-comments .single-comment .comment-img img {
    border-radius: 50%
}

.blog-details-area .post-comments .single-comment .comment-content h4 {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.blog-details-area .post-comments .single-comment .comment-content span {
    color: #262626
}

.blog-details-area .post-comments .single-comment .comment-content p {
    margin-bottom: 15px
}

.blog-details-area .post-comments .single-comment .comment-content a {
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase
}

.blog-details-area .post-comments .single-comment.left-m {
    margin-left: 85px
}

.blog-details-area .leave-a-reply {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, .035), 0 7px 18px rgba(0, 9, 128, .05);
    margin-top: 25px
}

.blog-details-area .leave-a-reply h3 {
    font-size: 18px;
    margin-bottom: 30px
}

.project-details-image {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center
}

.project-details-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #262626;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.project-details-image a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    color: #fff;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 25px
}

.project-details-image a:hover {
    color: #005CAA
}

.project-details-image:hover::before {
    opacity: .9;
    visibility: visible
}

.project-details-image:hover a {
    opacity: 1;
    visibility: visible;
    margin-top: -5px
}

.project-details-desc h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px
}

.project-details-desc .project-details-information {
    overflow: hidden
}

.project-details-desc .project-details-information .single-info-box {
    float: left;
    width: 20%;
    margin-top: 30px
}

.project-details-desc .project-details-information .single-info-box h4 {
    font-size: 18px;
    margin-bottom: 15px
}

.project-details-desc .project-details-information .single-info-box p {
    margin-bottom: 0
}

.project-details-desc .project-details-information .single-info-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.project-details-desc .project-details-information .single-info-box ul li {
    display: inline-block
}

.project-details-desc .project-details-information .single-info-box ul li a {
    margin-right: 4px;
    color: #262626
}

.project-details-desc .project-details-information .single-info-box ul li a svg {
    width: 18px
}

.project-details-desc .project-details-information .single-info-box ul li a:hover {
    color: #005CAA;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.contact-info-box {
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    -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: 30px
}

.contact-info-box .icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 62px;
    background: #f7fafd;
    border-radius: 50%;
    font-size: 30px;
    color: #005CAA;
    -webkit-transition: .4s;
    transition: .4s
}

.contact-info-box h3 {
    font-size: 18px;
    margin: 25px 0 15px
}

.contact-info-box p {
    margin-bottom: 0
}

.contact-info-box p a {
    color: #262626
}

.contact-info-box p a:hover {
    color: #005CAA
}

.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.contact-info-box:hover .icon {
    color: #fff;
    background: #005CAA
}

#map {
    height: 500px;
    width: 100%
}

#contactForm .help-block ul {
    margin: 0
}

#contactForm .help-block ul li {
    color: red
}

#contactForm .btn {
    margin-top: 10px
}

#contactForm #msgSubmit.text-danger,
#contactForm #msgSubmit.text-success {
    margin: 20px 0 0
}

.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    background-image: url(../img/coming-soon.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.coming-soon-area::before {
    z-index: -1;
    background: linear-gradient(-9deg, #6a82fb 0, #6a82fb 40%, #fc5c7d 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .8
}

.coming-soon-area .social-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 30px
}

.coming-soon-area .social-list li {
    display: inline-block
}

.coming-soon-area .social-list li.list-heading {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500
}

.coming-soon-area .social-list li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #005CAA;
    color: #fff;
    border-radius: 50%;
    margin: 0 2px
}

.coming-soon-area .social-list li a svg {
    width: 15px
}

.coming-soon-area .social-list li a.facebook {
    background-color: #3b5998
}

.coming-soon-area .social-list li a.twitter {
    background-color: #1da1f2
}

.coming-soon-area .social-list li a.linkedin {
    background-color: #0077b5
}

.coming-soon-area .social-list li a.instagram {
    background-color: #c13584
}

.coming-soon-area .social-list li a:focus,
.coming-soon-area .social-list li a:hover {
    background-color: #005CAA
}

.coming-soon-content {
    text-align: center;
    max-width: 820px;
    margin: -80px auto 0
}

.coming-soon-content h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 15px
}

.coming-soon-content p {
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    max-width: 620px
}

.coming-soon-content form {
    position: relative;
    margin: 35px auto 55px;
    max-width: 520px
}

.coming-soon-content form .email-input {
    display: block;
    width: 100%;
    height: 56px;
    border: none;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1), 0 0 0 5px rgba(255, 255, 255, .3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, .1), 0 0 0 5px rgba(255, 255, 255, .3);
    border-radius: 40px;
    padding: 15px 25px;
    font-size: 16px;
    outline: 0 !important;
    background: #f1f2f3
}

.coming-soon-content form .submit-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 50px;
    background: #005CAA;
    color: #fff;
    border: none;
    border-radius: 40px;
    width: 130px;
    outline: 0 !important;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    font-weight: 500
}

.coming-soon-content form .submit-btn:focus,
.coming-soon-content form .submit-btn:hover {
    background-color: #005CAA
}

.coming-soon-content #timer div {
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    color: #005CAA;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .5);
    margin: 0 10px;
    padding-top: 18px;
    font-size: 35px;
    font-weight: 500
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -4px;
    color: #262626;
    font-size: 15px
}

.error-area {
    height: 100vh
}

.error-content {
    text-align: center;
    margin-top: -70px
}

.error-content .notfound-404 {
    position: relative;
    height: 280px;
    z-index: -1;
    margin-bottom: 30px
}

.error-content .notfound-404 h1 {
    font-size: 230px;
    font-weight: 900;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/oops-bg.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center
}

.error-content h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px
}

.error-content p {
    max-width: 550px;
    margin: 0 auto 25px
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 30px;
    color: #fff;
    background-color: #005CAA;
    z-index: 1;
    display: none;
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 30px;
    line-height: 50px;
    -webkit-transition: .5s;
    transition: .5s;
}

.go-top:hover {
    color: #fff;
    background: #333333;
}

.d-table-cell.c {
    padding-bottom: 50px;
    /* background: url(../images/cloud.png); */
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: bottom center;
    background-size: contain;
}

.hero-content h1 span {
    font-weight: 800;
    text-transform: uppercase;
}

.others-option.m {
    display: flex;
    justify-content: center;
}

.others-option.m a.btn {
    margin: 10px 10px 20px;
}

@media only screen and (min-width:900px) {
    .others-option.m {
        display: none !important;
    }
}

.ready-to-talk img {
    width: 300px;
    height: auto;
}