@import "https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&amp;display=swap";

@font-face {
    font-family: gilroybold;
    src: url(../fonts/GilroyBold.html);
    src: url(../fonts/GilroyBold.html) format("embedded-opentype"), url(../fonts/GilroyBold-2.html) format("woff2"), url(../fonts/GilroyBold-3.html) format("woff"), url(../fonts/GilroyBold-4.html) format("truetype"), url(../fonts/GilroyBold.svg#GilroyBold) format("svg")
}

body {
    font-family: karla, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    color: #81a3bb
}

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

img {
    max-width: 100%
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: gilroybold;
    font-weight: 700;
    color: #002249;
    margin: 0
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

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

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #81a3bb;
    margin: 0
}

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

.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #0c59db;
    padding: 0 55px;
    font-size: 16px;
    line-height: 60px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background-color: #0c59db
}

.main-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .2)
}

.main-btn.main-btn-2 {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .2)
}

.main-btn.main-btn-2:hover {
    background-color: #0c59db;
    border-color: #0c59db;
    color: #fff
}

.section-title span {
    color: #0c59db;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    z-index: 6;
    position: relative
}

.section-title .title {
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    z-index: 5;
    margin-bottom: 33px
}

@media(max-width:767px) {
    .section-title .title {
        font-size: 44px
    }
}

@media(max-width:767px) {
    .section-title .title {
        font-size: 36px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-title .title {
        font-size: 54px
    }
}

.section-title .title::before {
    position: absolute;
    content: 'services';
    font-size: 180px;
    font-family: gilroybold;
    font-weight: 700;
    bottom: 0;
    color: #f5f6f8;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-title .title::before {
        font-size: 145px
    }
}

@media(max-width:767px) {
    .section-title .title::before {
        font-size: 60px;
        bottom: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-title .title::before {
        font-size: 120px
    }
}

.section-title-2 {
    padding-bottom: 45px
}

.section-title-2 .title {
    font-size: 60px;
    margin-top: -2px;
    padding-bottom: 5px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .section-title-2 .title {
        font-size: 48px
    }
}

@media(max-width:767px) {
    .section-title-2 .title {
        font-size: 38px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .section-title-2 .title {
        font-size: 57px
    }
}

.section-title-2 p {
    font-size: 16px
}

.mt-m2 {
    margin-top: -20px
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0c59db;
    z-index: 9999999;
    text-align: center
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    display: flex;
    align-items: center
}

.line {
    width: 5px;
    height: 40px;
    background: #fff;
    margin: 0 3px;
    border-radius: 10px;
    animation: loading .8s infinite
}

.line:nth-child(2) {
    animation-delay: .1s
}

.line:nth-child(3) {
    animation-delay: .2s
}

.line:nth-child(4) {
    animation-delay: .3s
}

.line:nth-child(5) {
    animation-delay: .4s
}

.line:nth-child(6) {
    animation-delay: .5s
}

.line:nth-child(7) {
    animation-delay: .6s
}

.line:nth-child(8) {
    animation-delay: .7s
}

@keyframes loading {
    0% {
        height: 0
    }

    50% {
        height: 40px
    }

    100% {
        height: 0
    }
}

.header-top {
    position: relative;
    background: #0c59db
}

@media(max-width:767px) {
    .header-top {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-top {
        padding-left: 30px;
        padding-right: 30px
    }
}

.header-top .header-left-side {
    position: relative
}

.header-top .header-left-side ul li {
    display: inline-block
}

.header-top .header-left-side ul li a {
    color: #fff;
    line-height: 40px;
    margin-right: 40px;
    font-size: 14px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-top .header-left-side ul li a {
        margin-right: 15px
    }
}

@media(max-width:767px) {
    .header-top .header-left-side ul li a {
        margin-right: 25px
    }
}

.header-top .header-left-side::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 400px;
    background: #fff;
    top: 0;
    right: -70px;
    transform: skew(-45deg)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-top .header-left-side::before {
        right: -220px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-top .header-left-side::before {
        transform: skew(45deg)
    }
}

@media(max-width:767px) {
    .header-top .header-left-side::before {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-top .header-left-side::before {
        transform: skew(45deg);
        right: -200px;
        display: block
    }
}

.header-top .header-right-social {
    position: relative
}

.header-top .header-right-social ul li {
    display: inline-block
}

.header-top .header-right-social ul li a {
    color: #fff;
    margin-left: 24px;
    line-height: 40px
}

.header-top .header-right-social::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 400px;
    background: #fff;
    top: 0;
    left: -70px;
    transform: skew(45deg)
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-top .header-right-social::before {
        left: -170px
    }
}

@media(max-width:767px) {
    .header-top .header-right-social::before {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-top .header-right-social::before {
        left: -200px;
        display: block
    }
}

.header-nav {
    -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, .1)
}

.header-nav .navigation {
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 99
}
.navigation .navbar-brand{
            max-width: 250px;
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-nav .navigation {
        top: 80px
    }
}

@media(max-width:767px) {
    .header-nav .navigation {
        top: 80px;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-nav .navigation {
        padding-left: 30px;
        padding-right: 30px
    }
}

.header-nav .navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .04);
    z-index: 999;
    animation: sticky .4s
}

.header-nav .navigation.sticky .navbar .navbar-nav .nav-item a {
    line-height: 80px
}

.header-nav .navigation .navbar {
    position: relative;
    padding: 0
}

.header-nav .navigation .navbar .country-flag img {
    border: 5px solid #fff;
    border-radius: 6px;
    box-shadow: 0 8px 16px 0 rgba(60, 110, 203, .2)
}

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

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

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

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

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-nav .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, .15)
    }
}

@media(max-width:767px) {
    .header-nav .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 8;
        padding: 10px 16px;
        box-shadow: 0 26px 48px 0 rgba(0, 0, 0, .15)
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-nav .navigation .navbar .navbar-nav {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .header-nav .navigation .navbar .navbar-nav {
        margin-right: 0
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item {
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item {
        margin-right: 18px
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 700;
    padding: 0 30px;
    color: #4f79a9;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    margin: 0;
    line-height: 120px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a {
        font-size: 15px;
        padding: 0 5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a {
        padding: 0;
        display: block;
        border: 0;
        margin: 0;
        line-height: 40px
    }
}

@media(max-width:767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a {
        padding: 0;
        display: block;
        border: 0;
        margin: 0;
        line-height: 40px
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item a span {
    padding-left: 5px;
    font-size: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a span {
        display: none
    }
}

@media(max-width:767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item a span {
        display: none
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    width: 260px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0
    }
}

@media(max-width:767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li {
    position: relative
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler {
    color: #002249;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
    display: block;
    padding: 8px 24px;
    position: relative;
    color: #4f79a9;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 0;
    margin: 0;
    line-height: 30px
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
    float: right;
    font-size: 14px;
    margin-top: 5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
        display: none
    }
}

@media(max-width:767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
        display: none
    }
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i {
    display: inline-block
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
        padding-left: 30px
    }
}

@media(max-width:767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
        padding-left: 30px
    }
}

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

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler {
    color: #fff
}

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a {
    background-color: #0c59db;
    color: #fff !important
}

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

.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: 0 0;
        border: 0;
        color: #002249
    }
}

@media(max-width:767px) {
    .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: 0 0;
        border: 0;
        color: #002249
    }
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .header-nav .navigation .navbar .navbar-btn {
        margin-right: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-nav .navigation .navbar .navbar-btn {
        margin-right: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-nav .navigation .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 3px;
        margin-right: 0
    }
}

@media(max-width:767px) {
    .header-nav .navigation .navbar .navbar-btn {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-nav .navigation .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 3px;
        margin-right: 0;
        display: block
    }
}

.header-nav .navigation .navbar .navbar-btn .main-btn {
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-nav .navigation .navbar .navbar-btn .main-btn {
        padding: 0 30px
    }
}

.header-nav .navigation .navbar .navbar-btn .main-btn:hover {
    border-color: #0c59db;
    color: #0c59db
}

.header-nav .navigation .navbar .navbar-btn a {
    color: #002249
}

@-webkit-keyframes sticky {
    0% {
        top: -200px
    }

    100% {
        top: 0
    }
}

@keyframes sticky {
    0% {
        top: -200px
    }

    100% {
        top: 0
    }
}

.header-area-2 {
    overflow: hidden
}

.header-area-2.header-area .header-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border-bottom: 1px solid #99c2f6;
    z-index: 99
}

@media(max-width:767px) {
    .header-area-2.header-area .header-top {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area-2.header-area .header-top {
        display: block
    }
}

.header-area-2.header-area .header-top .header-left-side::before {
    display: none
}

.header-area-2.header-area .header-top .header-left-side ul li a {
    color: #6c90b9;
    line-height: 55px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area-2.header-area .header-top .header-left-side ul li a {
        margin-right: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area-2.header-area .header-top .header-left-side ul li a {
        margin-right: 4px
    }
}

.header-area-2.header-area .header-top .header-left-side ul li a i {
    padding-right: 6px
}

.header-area-2.header-area .header-top .header-right-social::before {
    display: none
}

.header-area-2.header-area .header-top .header-right-social ul li a {
    color: #6c90b9;
    line-height: 55px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.header-area-2.header-area .header-top .header-right-social ul li a:hover {
    color: #0c59db
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area-2.header-area .header-top .header-right-social ul li a {
        margin-left: 20px
    }
}

.header-area-2.header-area .header-nav .navigation {
    top: 57px;
    background-color: transparent
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area-2.header-area .header-nav .navigation {
        top: 70px
    }
}

@media(max-width:767px) {
    .header-area-2.header-area .header-nav .navigation {
        top: 0;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area-2.header-area .header-nav .navigation {
        top: 70px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.header-area-2.header-area .header-nav .navigation .navbar .navbar-btn {
    margin-right: 0
}

.header-area-2.header-area .header-nav .navigation .navbar .navbar-btn a {
    border-radius: 0
}

.header-area-2.header-area .header-nav .navigation.sticky {
    background: #fff;
    top: 0
}

.header-area-2.header-area .header-nav .navigation.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px
}
.header-area-2.header-area-3 .header-nav .navigation {
    top: 20px;
    background-color: transparent
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-toggler {
    border-color: #fff
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-toggler span {
    background: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-collapse {
        background: #002249
    }
}

@media(max-width:767px) {
    .header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-collapse {
        background: #002249
    }
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item {
    margin-right: 0
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item {
        margin-right: 0
    }
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item > a {
    line-height: 100px;
    padding-right: 55px !important;
    padding: 0;
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item > a {
        padding: 0 10px !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item > a {
        line-height: 40px
    }
}

@media(max-width:767px) {
    .header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item > a {
        line-height: 40px
    }
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-nav .nav-item > a .sub-nav-toggler {
    color: #fff
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-btn a {
    background-color: transparent;
    color: #fff;
    border-color: #000;
    border-color: rgba(245, 250, 255, .1);
    border-radius: 6px
}

.header-area-2.header-area-3 .header-nav .navigation .navbar .navbar-btn a:hover {
    background: #0c59db;
    border-color: #0c59db
}

.header-area-2.header-area-3 .header-nav .navigation.sticky {
    top: 0;
    background: #002249
}

.header-area-2.header-area-4 .header-top {
    background: #fff;
    border-bottom: 2px solid #ebebeb
}

.header-area-2.header-area-4 .header-top .header-left-side ul li a {
    color: #616161
}

.header-area-2.header-area-4 .header-top .header-left-side ul li a i {
    color: #0c59db
}

.header-area-2.header-area-4 .header-top .header-right-social ul li a {
    color: #aeaeae
}

.header-area-2.header-area-4 .header-top .header-right-social ul li a:hover {
    color: #0c59db
}

.header-area-2.header-area-4 .header-nav .navigation {
    background-color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area-2.header-area-4 .header-nav .navigation {
        top: 57px
    }
}

@media(max-width:767px) {
    .header-area-2.header-area-4 .header-nav .navigation {
        top: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area-2.header-area-4 .header-nav .navigation {
        top: 57px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item {
        margin-right: 0
    }
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a {
    margin: 0 18px;
    padding: 0;
    color: #555;
    font-size: 18px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a {
        font-size: 16px;
        margin: 0 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a {
        padding: 5px 0
    }
}

@media(max-width:767px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a {
        padding: 5px 0
    }
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a::before {
    width: 0%;
    height: 2px;
    background: #0c59db;
    position: absolute;
    content: '';
    top: -2px;
    right: 0;
    left: auto;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a::before {
        display: none
    }
}

@media(max-width:767px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a::before {
        display: none
    }
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item a:hover::before {
    width: 100%;
    right: auto;
    left: 0
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
    line-height: 50px;
    margin: 0;
    padding: 0 22px;
    
        
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li {
    border-bottom: 1px solid #007bff;
        
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:last-child {
    border-bottom: 0;
        
}
.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a::before {
    display: none
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-nav .nav-item.active a::before {
    width: 100%
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .bar-area ul li {
    display: inline-block
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .bar-area ul li a {
    margin-right: 30px;
    font-size: 18px;
    color: #555
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .bar-area ul li:first-child a {
    padding-left: 20px
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .bar-area ul li:last-child a {
    color: #0c59db;
    font-size: 24px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-btn {
        top: 5px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-btn {
        top: 5px
    }
}

.header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-btn a {
    line-height: 55px;
    padding: 0 35px;
    border-radius: 5px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .header-area-2.header-area-4 .header-nav .navigation .navbar .navbar-btn a {
        font-size: 14px;
        padding: 0 10px
    }
}

.header-area-2.header-area-4 .header-nav .navigation.sticky .navbar .navbar-nav .nav-item a::before {
    width: 0
}
.banner-active .slick-arrow {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #0c59db;
    z-index: 2;
    font-size: 20px;
    cursor: pointer;
    transform: translateY(-50%)
}

.banner-active .slick-arrow.prev {
    left: 20px
}

.banner-active .slick-arrow.next {
    right: 20px
}
.single-banner {
    margin-top: 178px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-banner {
        margin-top: 127px
    }
}

@media(max-width:767px) {
    .single-banner {
        margin-top: 70px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-banner {
        margin-top: 127px
    }
}

.single-banner .banner-overlay {
    display: flex;
    align-items: center;
    height: 900px;
    background: linear-gradient(90deg, #0c5adb 0%, rgba(12, 90, 219, 0.6) 50%, rgba(255, 255, 255, 0) 100%)
}

@media(max-width:767px) {
    .single-banner .banner-overlay {
        height: 700px
    }
}

.single-banner .banner-overlay .banner-content {
    overflow: hidden
}

.single-banner .banner-overlay .banner-content span {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding-bottom: 10px
}

@media(max-width:767px) {
    .single-banner .banner-overlay .banner-content span {
        font-size: 16px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-banner .banner-overlay .banner-content span {
        font-size: 18px
    }
}

.single-banner .banner-overlay .banner-content .title {
    font-size: 80px;
    color: #fff;
    line-height: 90px;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .single-banner .banner-overlay .banner-content .title {
        font-size: 70px;
        line-height: 80px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-banner .banner-overlay .banner-content .title {
        font-size: 80px;
        line-height: 90px
    }
}

@media(max-width:767px) {
    .single-banner .banner-overlay .banner-content .title {
        font-size: 32px;
        line-height: 42px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-banner .banner-overlay .banner-content .title {
        font-size: 56px;
        line-height: 66px
    }
}

.single-banner .banner-overlay .banner-content p {
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 45px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-banner .banner-overlay .banner-content p {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .single-banner .banner-overlay .banner-content p {
        font-size: 14px;
        padding-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-banner .banner-overlay .banner-content p {
        font-size: 16px;
        padding-right: 0
    }
}

.single-banner .banner-overlay .banner-content a {
    background: #fff;
    color: #0c59db;
    border-color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 0 40px
}

.single-banner .banner-overlay .banner-content a i {
    padding-left: 6px
}

.services-title-area {
    margin-top: 50px;
    background: #0c59db;
    height: 535px;
    margin-left: 70px;
    margin-right: 70px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .services-title-area {
        margin-left: 20px;
        margin-right: 20px;
        height: 430px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .services-title-area {
        margin-left: 20px;
        margin-right: 20px;
        height: 450px
    }
}

@media(max-width:767px) {
    .services-title-area {
        margin-left: 0;
        margin-right: 0;
        height: 490px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services-title-area {
        margin-left: 20px;
        margin-right: 20px;
        height: 470px
    }
}

.services-title-area .services-title-item {
    padding-top: 112px;
    position: relative;
    z-index: 5
}

.services-title-area .services-title-item span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px
}

.services-title-area .services-title-item .title {
    font-size: 55px;
    line-height: 65px;
    color: #fff;
    padding: 0 210px;
    padding-top: 15px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .services-title-area .services-title-item .title {
        font-size: 40px;
        line-height: 50px;
        padding: 0 190px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .services-title-area .services-title-item .title {
        font-size: 36px;
        line-height: 46px;
        padding: 0 120px
    }
}

@media(max-width:767px) {
    .services-title-area .services-title-item .title {
        font-size: 30px;
        line-height: 40px;
        padding: 20px 0 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services-title-area .services-title-item .title {
        font-size: 36px;
        line-height: 46px;
        padding: 20px 0
    }
}

.services-title-area .services-title-item::before {
    position: absolute;
    content: '';
    height: 145px;
    width: 145px;
    border: 10px solid rgba(255, 255, 255, .1);
    top: 110px;
    left: 10px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: -1;
    -webkit-animation: rotate 30s linear infinite;
    -moz-animation: rotate 30s linear infinite;
    -o-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite
}

.services-title-area .services-title-item::after {
    position: absolute;
    content: '';
    height: 80px;
    width: 80px;
    border: 10px solid rgba(255, 255, 255, .1);
    top: 310px;
    right: 10px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: -1;
    -webkit-animation: rotate-2 30s linear infinite;
    -moz-animation: rotate-2 30s linear infinite;
    -o-animation: rotate-2 30s linear infinite;
    animation: rotate-2 30s linear infinite
}

.services-title-area .services-title-item .ring-shape {
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .1);
    top: 80px;
    right: 50px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: scale 15s linear infinite;
    -moz-animation: scale 15s linear infinite;
    -o-animation: scale 15s linear infinite;
    animation: scale 15s linear infinite;
    z-index: -1
}
.latest-services-area {
    margin-bottom: 65px;
    margin-top: -215px;
    position: relative;
    z-index: 10
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .latest-services-area {
        margin-top: -170px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .latest-services-area {
        margin-top: -200px
    }
}

.latest-services-area .single-services .services-thumb img {
    width: 100%
}

.latest-services-area .single-services .services-content .title {
    font-size: 26px;
    color: #232323;
    padding-top: 45px;
    border-bottom: 2px #e3eeff solid;
    padding-bottom: 25px;
    position: relative
}

.latest-services-area .single-services .services-content .title::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    background: #0c59db;
    left: 0;
    bottom: -3px
}

.latest-services-area .single-services .services-content p {
    font-size: 15px;
    color: #616161;
    line-height: 22px;
    padding-top: 32px
}

.latest-services-area .single-services .services-content a {
    font-weight: 700;
    color: #232323;
    line-height: 50px;
    padding: 0 30px;
    border: 3px solid #0c59db;
    border-radius: 5px;
    margin-top: 37px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.latest-services-area .single-services .services-content a:hover {
    background: #0c59db;
    color: #fff;
    border-color: #0c59db
}
.why-choose-area {
    background: #101028;
    padding-top: 113px;
    padding-bottom: 113px;
    position: relative;
    overflow: hidden;
    z-index: 9
}

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

.why-choose-area .section-title .title {
    color: #fff;
    font-size: 55px;
    line-height: 66px;
    padding-bottom: 3px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .why-choose-area .section-title .title {
        font-size: 44px;
        line-height: 56px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .why-choose-area .section-title .title {
        font-size: 44px;
        line-height: 56px
    }
}

@media(max-width:767px) {
    .why-choose-area .section-title .title {
        font-size: 30px;
        line-height: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .why-choose-area .section-title .title {
        font-size: 36px;
        line-height: 46px
    }
}

.why-choose-area .section-title .title::before {
    display: none
}

.why-choose-area .single-choose .icon-box {
    height: 175px;
    width: 175px;
    border-radius: 50%;
    text-align: center;
    line-height: 200px;
    border: 2px solid #252543;
    background: radial-gradient(circle, #8383f9 0%, rgba(209, 209, 223, 0) 50%, rgba(255, 255, 255, 0) 74%);
    position: relative;
    display: inline-block;
    z-index: 5
}

.why-choose-area .single-choose .icon-box i {
    font-size: 60px;
    color: #fff
}

.why-choose-area .single-choose .icon-box span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: rotate-2 30s linear infinite;
    -moz-animation: rotate-2 30s linear infinite;
    -o-animation: rotate-2 30s linear infinite;
    animation: rotate-2 30s linear infinite
}

.why-choose-area .single-choose .icon-box span::before {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background: #fff;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%
}

.why-choose-area .single-choose .icon-box span::after {
    position: absolute;
    content: '';
    height: 7px;
    width: 7px;
    background: #fff;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%
}

.why-choose-area .single-choose h4 {
    font-size: 26px;
    color: #fff;
    padding-top: 50px
}

.why-choose-area .single-choose p {
    font-size: 15px;
    line-height: 22px;
    color: #c7c7ff;
    padding: 0 20px;
    padding-top: 20px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .why-choose-area .single-choose p {
        padding: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .why-choose-area .single-choose p {
        padding: 0;
        padding-top: 20px
    }
}

@media(max-width:767px) {
    .why-choose-area .single-choose p {
        padding: 0;
        padding-top: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .why-choose-area .single-choose p {
        padding: 0 20px;
        padding-top: 20px
    }
}

.why-choose-area .choose-dot {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.why-choose-area .choose-dot img {
    width: 100%
}

.why-choose-area .choose-shape {
    position: absolute;
    left: 0;
    top: -170px;
    z-index: -1
}

.why-choose-area .choose-shape img {
    width: 100%
}
.brand-2-area {
    padding-top: 120px
}

.brand-2-area .brand-item {
    text-align: center
}

.brand-2-area .brand-item img {
    opacity: .2;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: inline-block
}

.brand-2-area .brand-item img:hover {
    opacity: 1
}

.footer-area .widget-item-1 p {
    padding-right: 30px;
    padding-top: 30px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer-area .widget-item-1 p {
        padding-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .widget-item-1 p {
        padding-right: 0
    }
}

@media(max-width:767px) {
    .footer-area .widget-item-1 p {
        padding-right: 0
    }
}

.footer-area .widget-item-2 .title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 34px;
    margin-top: -8px;
    padding-bottom: 17px
}

.footer-area .widget-item-2 .footer-list {
    display: flex
}

.footer-area .widget-item-2 .footer-list ul {
    display: inline-block
}

.footer-area .widget-item-2 .footer-list ul li {
    line-height: 50px;
    margin-right: 40px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer-area .widget-item-2 .footer-list ul li {
        margin-right: 20px
    }
}

.footer-area .widget-item-2 .footer-list ul li a {
    color: #81a3bb;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.footer-area .widget-item-2 .footer-list ul li a i {
    padding-right: 6px
}

.footer-area .widget-item-2 .footer-list ul li a:hover {
    color: #0c59db
}

.footer-area .widget-item-2.widget-item-3 ul {
    margin-top: 7px
}

.footer-area .widget-item-2.widget-item-3 ul li {
    line-height: 36px;
    font-size: 20px;
    font-weight: 400
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer-area .widget-item-2.widget-item-3 ul li {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .footer-area .widget-item-2.widget-item-3 ul li {
        font-size: 18px
    }
}

.footer-area .widget-item-2.widget-item-3 p {
    padding-top: 23px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .widget-item-2.widget-item-3 p {
        padding-right: 40px
    }
}

.footer-area .widget-item-2.widget-item-3 p span {
    font-weight: 700;
    color: #002249
}

.footer-area .widget-item-2.widget-item-3 a {
    margin-top: 8px;
    color: #81a3bb;
    font-weight: 700
}

.footer-area .widget-item-2.widget-item-3 a i {
    padding-right: 6px
}

.footer-area .widget-item-2.widget-item-3 a:hover {
    color: #0c59db;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.footer-area .footer-copyright {
    border-top: 1px solid #e2edf3;
    text-align: center
}

.footer-area .footer-copyright p span {
    font-weight: 700;
    color: #002249;
    line-height: 55px
}

.footer-area.footer-area-2 {
    overflow: hidden
}

.footer-area.footer-area-2 .footer-overlay {
    background-color: rgba(0, 21, 46, .9);
    padding-top: 88px
}

.footer-area.footer-area-2 .footer-overlay .widget-item-1 p {
    color: #c2d1e2
}

.footer-area.footer-area-2 .footer-overlay .widget-item-2 .title {
    color: #fff
}

.footer-area.footer-area-2 .footer-overlay .widget-item-2 .footer-list ul li a {
    color: #c2d1e2
}

.footer-area.footer-area-2 .footer-overlay .widget-item-2.widget-item-3 ul li {
    color: #c2d1e2
}

.footer-area.footer-area-2 .footer-overlay .widget-item-2.widget-item-3 p {
    color: #c2d1e2
}

.footer-area.footer-area-2 .footer-overlay .widget-item-2.widget-item-3 p span {
    color: #fff
}

.footer-area.footer-area-2 .footer-overlay .widget-item-2.widget-item-3 a {
    color: #0c59db
}

.footer-area.footer-area-2 .footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.footer-area.footer-area-2 .footer-copyright p {
    color: #c2d1e2
}

.footer-area.footer-area-2 .footer-copyright p span {
    color: #fff
}

.footer-area.footer-area-2 .shape-1 {
    position: absolute;
    left: -50%;
    bottom: -85%;
    height: 700px;
    width: 700px;
    border-radius: 50%;
    background-color: rgba(0, 109, 232, .4)
}

.footer-area.footer-area-2 .shape-2 {
    position: absolute;
    right: -10%;
    bottom: 14%;
    height: 105px;
    width: 105px;
    border-radius: 50%;
    background-color: #006de8
}

@media(max-width:767px) {
    .footer-area.footer-area-2 .shape-2 {
        right: -30%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-area.footer-area-2 .shape-2 {
        bottom: 5%
    }
}

.footer-area.footer-area-2 .shape-3 {
    position: absolute;
    right: -3%;
    bottom: 33%;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    background-color: rgba(0, 109, 232, .4);
    background-color: #00e8cf
}

.footer-area.footer-area-2.footer-area-3 .footer-overlay {
    background-color: #00152e
}

.footer-area.footer-area-2.footer-area-1 .footer-overlay {
    background-color: #00152e
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    z-index: 999999
}

.back-to-top a {
    color: #fff;
    background: #0c59db;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px
}

.page-title-area {
    height: 400px;
    background: #a9c7ec;
    position: relative
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .page-title-area {
        height: 500px
    }
}

@media(max-width:767px) {
    .page-title-area {
        height: 450px
    }
}

.page-title-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner-gradient-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.page-title-area .page-title-item {
    padding-top: 200px
}

.page-title-area .page-title-item .title {
    font-size: 80px
}

@media(max-width:767px) {
    .page-title-area .page-title-item .title {
        font-size: 42px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .page-title-area .page-title-item .title {
        font-size: 80px
    }
}

.page-title-area .page-title-item nav {
    display: inline-block
}

.page-title-area .page-title-item nav .breadcrumb {
    padding: 0;
    background-color: transparent
}

.page-title-area .page-title-item nav .breadcrumb li {
    color: #69a1bb;
    font-size: 24px;
    font-weight: 700
}

@media(max-width:767px) {
    .page-title-area .page-title-item nav .breadcrumb li {
        font-size: 18px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .page-title-area .page-title-item nav .breadcrumb li {
        font-size: 24px
    }
}

.page-title-area .page-title-item nav .breadcrumb li a {
    color: #69a1bb
}

.page-title-area .page-title-item nav .breadcrumb li.breadcrumb-item.active::before {
    content: '|';
    color: #69a1bb
}
.about-experience-area {
    padding-top: 113px
}

.about-experience-area .experience-item {
    margin-bottom: 50px
}

.about-experience-area .experience-item span {
    color: #0c59db;
    font-weight: 700;
    position: relative
}

.about-experience-area .experience-item span::before {
    position: absolute;
    content: '';
    right: -100px;
    top: 10px;
    height: 2px;
    width: 70px;
    background: #0c59db
}

.about-experience-area .experience-item .title {
    font-size: 50px;
    line-height: 60px;
    padding-top: 24px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .about-experience-area .experience-item .title {
        font-size: 46px;
        line-height: 56px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-experience-area .experience-item .title {
        padding-right: 130px
    }
}

@media(max-width:767px) {
    .about-experience-area .experience-item .title {
        font-size: 34px;
        line-height: 44px
    }
}

.about-experience-area .experience-item p {
    color: #69a1bb;
    margin-bottom: 20px;
}

.about-experience-area .experience-item a {
    font-weight: 700;
    color: #0c59db;
    margin-top: 17px
}

.about-experience-area .single-experience {
    position: relative
}

.about-experience-area .single-experience .experience-overlay {
    padding: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 34, 73, .4);
    padding-top: 275px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 5
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .about-experience-area .single-experience .experience-overlay {
        padding-top: 170px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-experience-area .single-experience .experience-overlay {
        padding-top: 205px
    }
}

@media(max-width:767px) {
    .about-experience-area .single-experience .experience-overlay {
        padding: 40px 20px;
        padding-top: 165px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-experience-area .single-experience .experience-overlay {
        padding-top: 210px;
        padding: 40px
    }
}

.about-experience-area .single-experience .experience-overlay .title {
    color: #fff;
    font-size: 22px;
    padding-bottom: 10px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .about-experience-area .single-experience .experience-overlay .title {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .about-experience-area .single-experience .experience-overlay .title {
        font-size: 20px
    }
}

.about-experience-area .single-experience .experience-overlay p {
    color: #cadef6;
    font-size: 14px
}

.about-experience-area .single-experience .experience-overlay a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.about-experience-area .single-experience .experience-overlay i {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 200px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: -1
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .about-experience-area .single-experience .experience-overlay i {
        font-size: 130px
    }
}

@media(max-width:767px) {
    .about-experience-area .single-experience .experience-overlay i {
        font-size: 150px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-experience-area .single-experience .experience-overlay i {
        font-size: 150px
    }
}

.about-experience-area .single-experience:hover .experience-overlay {
    background: rgba(12, 89, 219, .9);
    padding-top: 255px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .about-experience-area .single-experience:hover .experience-overlay {
        padding-top: 140px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-experience-area .single-experience:hover .experience-overlay {
        padding-top: 175px
    }
}

@media(max-width:767px) {
    .about-experience-area .single-experience:hover .experience-overlay {
        padding-top: 135px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .about-experience-area .single-experience:hover .experience-overlay {
        padding-top: 180px
    }
}

.about-experience-area .single-experience:hover .experience-overlay a {
    opacity: 1
}

.about-experience-area .single-experience:hover .experience-overlay i {
    opacity: .1
}
.pt-240 {
    padding-top: 240px
}
.contact-details-area .contact-info {
    border: 1px solid #ededed
}

@media(max-width:767px) {
    .contact-details-area .contact-info {
        margin-right: 0
    }
}

.contact-details-area .contact-info .contact-item-1 {
    display: flex
}

@media(max-width:767px) {
    .contact-details-area .contact-info .contact-item-1 {
        display: block
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .contact-details-area .contact-info .contact-item-1 {
        display: flex
    }
}

.contact-details-area .contact-info .contact-item-1 .contact-info-item {
    border: 1px solid #ededed;
    width: 100%;
    padding: 55px 0 50px
}

.contact-details-area .contact-info .contact-item-1 .contact-info-item i {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #0c59db;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 24px
}

.contact-details-area .contact-info .contact-item-1 .contact-info-item .title {
    font-size: 24px;
    padding-top: 25px
}

.contact-details-area .contact-info .contact-item-1 .contact-info-item p {
    font-size: 18px;
    color: #69a1bb;
    padding-top: 5px
}

.contact-details-area .map-area iframe {
    width: 100%;
    height: 550px
}
.get-in-touch-area {
    padding-top: 113px;
    padding-bottom: 120px;
    background: #f7fcff
}

.get-in-touch-area .section-title .title {
    font-size: 40px;
    line-height: 50px
}

@media(max-width:767px) {
    .get-in-touch-area .section-title .title {
        font-size: 34px;
        line-height: 44px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .get-in-touch-area .section-title .title {
        font-size: 52px;
        line-height: 62px
    }
}

.get-in-touch-area .section-title .title::before {
    display: none
}

.get-in-touch-area .form-area .input-box input {
    width: 100%;
    height: 70px;
    border: 1px solid #fff;
    line-height: 70px;
    padding-left: 30px;
    color: #6b93aa;
    border: 1px solid #0c59db;
        
}

.get-in-touch-area .form-area .input-box input::placeholder {
    opacity: 1;
    color: #6b93aa
}

.get-in-touch-area .form-area .input-box textarea {
    width: 100%;
    border: 1px solid #fff;
    height: 170px;
    padding-top: 30px;
    padding-left: 30px;
    color: #6b93aa;
    resize: none;
    border: 1px solid #0c59db;
}

.get-in-touch-area .form-area .input-box textarea::placeholder {
    opacity: 1;
    color: #6b93aa
}

.get-in-touch-area .form-area .input-box button {
    border-radius: 0;
    margin-top: 20px;
    background: #0c59db;
    border-color: #0c59db;
    color: #fff;
    transition: .4s;
}
.get-in-touch-area .form-area .input-box button:hover {
    background: #00152e;
    border-color: #00152e;
}


.get-in-touch-area .get-map {
    position: relative
}

.get-in-touch-area .get-map iframe {
    width: 530px;
    height: 560px;
    position: absolute;
    right: 0;
    top: 55px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .get-in-touch-area .get-map iframe {
        width: 100%
    }
}

.get-in-touch-area .get-map::before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-bottom: 400px solid #0c59db;
    border-left: 400px solid transparent;
    right: -20px;
    bottom: -635px
}

.get-in-touch-area.get-in-touch-area-2 .get-map {
    position: relative;
    z-index: 3
}

.get-in-touch-area.get-in-touch-area-2 .get-map::before {
    right: 20px;
    bottom: -20px;
    z-index: -1
}

.get-in-touch-area.get-in-touch-area-2 .get-map a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    color: #fff;
    font-size: 24px;
    z-index: 5;
    border-radius: 50%
}

.get-in-touch-area.get-in-touch-area-2 .get-map a::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: .6;
    animation: play-btn-1 1.5s linear infinite
}

.get-in-touch-area.get-in-touch-area-2 .get-map a::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #0c59db;
    border-radius: 50%;
    z-index: -1
}

.get-in-touch-area.get-in-touch-area-2 .form-area .input-box {
    position: relative
}

.get-in-touch-area.get-in-touch-area-2 .form-area .input-box i {
    position: absolute;
    right: 30px;
    top: 25px
}
.services-item-area .section-title .title {
    font-size: 60px;
    margin-bottom: 13px
}

@media(max-width:767px) {
    .services-item-area .section-title .title {
        font-size: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services-item-area .section-title .title {
        font-size: 46px
    }
}

.services-item-area .section-title .title::before {
    display: none
}

.services-item-area .section-title p {
    padding: 0 22px 45px
}

.services-item-area .single-services-item {
    position: relative;
    overflow: hidden
}

.services-item-area .single-services-item img {
    width: 100%
}

.services-item-area .single-services-item .services-overlay {
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 100%;
    height: 180px;
    background-color: rgba(0, 34, 73, .7);
    padding: 20px 25px 25px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .services-item-area .single-services-item .services-overlay {
        padding: 20px 10px 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .services-item-area .single-services-item .services-overlay {
        padding: 20px 30px 40px
    }
}

@media(max-width:767px) {
    .services-item-area .single-services-item .services-overlay {
        padding: 20px 5px 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services-item-area .single-services-item .services-overlay {
        padding: 20px 26px 40px
    }
}

.services-item-area .single-services-item .services-overlay i {
    position: absolute;
    top: -20px;
    left: 20px;
    height: 70px;
    width: 70px;
    background: #0c59db;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 30px
}

.services-item-area .single-services-item .services-overlay p {
    color: #fff;
    font-size: 14px;
    padding-top: 25px;
    line-height: 19px;
}

.services-item-area .single-services-item .services-overlay .title {
    padding-left: 80px;
    color: #fff;
    font-size: 20px
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .services-item-area .single-services-item .services-overlay .title {
        padding-left: 90px
    }
}

@media(max-width:767px) {
    .services-item-area .single-services-item .services-overlay .title {
        padding-left: 95px;
        font-size: 18px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services-item-area .single-services-item .services-overlay .title {
        padding-left: 80px;
        font-size: 20px
    }
}

.services-item-area .single-services-item:hover .services-overlay {
    bottom: 0;
    background: rgba(0, 102, 255, .9)
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .services-item-area .single-services-item:hover .services-overlay {
        bottom: -20px
    }
}
