@import "https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&amp;display=swap";

body {
    font-size: 15px;
    line-height: 1.6;
    font-family: livvic, sans-serif;
    color: #444;
    font-weight: 400
}

p {
    color: #444;
    font-weight: 400
}

a {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}
button {
    margin: 0;
    padding: 0;
    outline: 0
}

button:focus {
    outline: 0;
    border: 0
}

h1,
h2,
h3 {
    font-weight: 600;
    color: #252525
}

h3 {
    font-size: 22px
}

.blog-img a img {
    width: 100% !important;
    height: 315px;
}
img.logo-one {
    width: 172px;
}
img.footerlogo {
    width: 198px;
}
img {
    max-width: 100%
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-45 {
    padding-top: 45px
}

.mr-20 {
    margin-right: 20px
}

.border-radius-50 {
    border-radius: 50px
}

.border-radius-5 {
    border-radius: 5px
}

.section-title span {
    margin-bottom: 8px;
    font-weight: 600;
    display: block
}

.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.2;
    color: #252525;
    margin-bottom: 0
}

.section-title p {
    padding-top: 10px;
    margin-bottom: 0;
    max-width: 530px;
    color: #444
}

.sp-color1 {
    color: #ffc221
}

.sp-color2 {
    color: #0071dc
}

.default-btn {
    display: inline-block;
    padding: 12px 32px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.default-btn i {
    font-size: 20px;
    position: relative;
    top: 4px;
    display: none
}

.default-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: -36%;
    top: 0;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0
}

.default-btn:hover {
    color: #fff !important
}

.default-btn:hover:before {
    height: 100%;
    width: 135%;
    background-color: #252525
}

.btn-bg-one {
    background-color: #ffc221
}

.btn-bg-two {
    background-color: #0071dc
}

.top-header {
    padding: 7px 0 10px
}

.top-header-bg {
    background-color: #070b3b
}

.top-head-left {
    float: left
}

.top-head-left .top-contact {
    position: relative;
    display: inline-block
}

.top-head-left .top-contact:hover h3 a {
    color: #ffc221
}

.top-head-left .top-contact h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500
}

.top-head-left .top-contact h3 a {
    color: #fff;
    margin-bottom: 0;
    text-decoration: none
}

.top-head-left .top-contact h3 a:hover {
    color: #ffc221
}

.top-header-right {
    float: right
}

.top-header-right .top-header-social {
    display: inline-block
}

.top-header-right .top-header-social ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.top-header-right .top-header-social ul li {
    display: inline-block;
    top: 1px;
    position: relative
}

.top-header-right .top-header-social ul li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
    font-size: 18px
}

.top-header-right .top-header-social ul li a:hover {
    color: #ffc221
}

.main-nav {
    background-color: #fff;
    top: 0;
    position: inherit;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto
}

.main-nav .navbar {
    padding-left: 0;
    padding-right: 0
}

.main-nav .navbar .navbar-brand .logo-two {
    display: none
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
    color: #0071dc !important
}

.main-nav nav .navbar-nav .nav-item:hover a::before,
.main-nav nav .navbar-nav .nav-item .active::before {
    opacity: 1;
    width: 100%
}

.main-nav nav .navbar-nav .nav-item a {
    text-transform: capitalize;
    color: #252525;
    font-weight: 500;
    margin-left: 12px;
    margin-right: 12px;
    position: relative
}

.main-nav nav .navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #0071dc;
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
    color: #0071dc !important
}

.main-nav nav .navbar-nav .nav-item a:hover::before,
.main-nav nav .navbar-nav .nav-item a :focus::before {
    opacity: 1;
    width: 100%
}

.main-nav nav .navbar-nav .nav-item a.active {
    color: #0071dc !important
}

.main-nav nav .navbar-nav .nav-item a.active::before {
    opacity: 1;
    width: 100%
}

.main-nav .nav-side.nav-side {
    position: relative
}

.main-nav .nav-side .nav-side-item {
    margin-right: 20px;
    display: inline-block
}

.main-nav .nav-side .nav-side-item:last-child {
    margin-right: 0
}



.main-nav .nav-side .nav-side-item .get-btn {
    display: inline-block;
    position: relative;
    top: 5px
}

.main-nav .nav-side .nav-side-item .get-btn .default-btn {
    padding: 9px 25px
}

.side-nav-responsive {
    display: none
}

.side-nav-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 60px;
    top: 20px
}

.side-nav-responsive .dot-menu .circle-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px
}

.side-nav-responsive .dot-menu .circle-inner .in-circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: .7s;
    transition: .7s;
    background-color: #0071dc
}

.side-nav-responsive .container-max {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.side-nav-responsive .container-max .container {
    position: absolute;
    top: 70px;
    right: 0;
    max-width: 220px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px
}

.side-nav-responsive .side-nav-inner {
    padding: 12px 10px 10px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .09);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .09);
    background-color: #fff
}

.side-nav-responsive .side-nav-inner .side-nav {
    background-color: #0071dc;
    padding: 10px
}



.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn {
    display: inline-block;
    position: relative;
    top: 5px
}

.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn .default-btn {
    padding: 7px 15px;
    background-color: #fff;
    color: #252525
}

.banner-four-area {
    background-color: #070b3b;
    z-index: 1;
    position: relative
}

.banner-four-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/home-four/home-four-bg.png);
    opacity: .8
}

.banner-four-content {
    max-width: 620px;
    margin-left: auto;
    margin-right: -50px;
    position: relative;
    z-index: 2
}

.banner-four-content span {
    font-size: 14px;
    font-weight: 400;
    color: #ffc221;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px
}

.banner-four-content h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px
}

.banner-four-content p {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px
}

.banner-four-content .banner-btn .default-btn {
    display: inline-block
}

.banner-four-img {
    position: relative;
    z-index: 1;
    margin-bottom: 50px
}

.inner-banner {
    position: relative;
    z-index: 1;
    background-color: #070b3b
}

.inner-banner .inner-title {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1
}

.inner-banner .inner-title h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    position: relative
}

.inner-banner .inner-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.inner-banner .inner-title ul li {
    font-size: 18px;
    color: #fff;
    display: inline-block
}

.inner-banner .inner-title ul li i {
    color: #fff;
    position: relative;
    top: 3px;
    margin: 0 3px
}

.inner-banner .inner-title ul li a {
    color: #fff
}

.inner-banner .inner-title ul li a:hover {
    color: #ffc221
}

.inner-banner .inner-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none
}

.services-item {
    position: relative;
    margin-bottom: 80px;
    -webkit-transition: .7s;
    transition: .7s
}

.services-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.services-item:hover .content h3 a {
    color: #ffc221
}
.navbar-area{
   position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.services-item a {
    display: block
}

.services-item a img {
    border-radius: 5px
}

.services-item .content {
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: 20px 20px 20px 100px;
    margin-bottom: 30px
}

.services-item .content i {
    font-size: 60px;
    position: absolute;
    top: 17px;
    left: 20px;
    line-height: 1;
    color: #0071dc
}

.services-item .content span {
    color: #0071dc
}

.services-item .content h3 {
    font-size: 20px;
    margin-top: 3px;
    margin-bottom: 0
}

.services-item .content h3 a {
    color: #252525
}

.services-area-three {
    background-color: #f8f8f8
}

.services-area-three .section-title h2 {
    max-width: 390px;
    color: #252525;
    margin-left: auto;
    margin-right: auto
}

.work-process-area-two {
    position: relative
}

.work-process-card-two {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 35px 23px;
    margin-bottom: 30px
}

.work-process-card-two .number-title {
    font-size: 30px;
    color: #0071dc;
    font-weight: 600;
    margin-bottom: 10px;
    display: block
}

.work-process-card-two h3 {
    margin-bottom: 15px
}

.work-process-card-two p {
    margin-bottom: 0
}

.work-process-right {
    background-color: #070b3b;
    padding: 138px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.work-process-right::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/shape/bg-shape2.png)
}

.work-process-right .section-title {
    margin-bottom: 30px
}

.work-process-right .section-title h2 {
    color: #fff
}

.work-process-right .default-btn {
    margin: 0 auto
}

.choose-content-two .section-title {
    margin-bottom: 25px
}

.choose-content-two .section-title p {
    padding-top: 15px
}

.choose-content-two .choose-content-card {
    position: relative;
    padding-left: 100px;
    margin-bottom: 25px
}

.choose-content-two .choose-content-card i {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 35px;
    color: #fff;
    background-color: #0071dc;
    border-radius: 3px
}

.choose-content-two .choose-content-card h3 {
    margin-bottom: 15px
}

.choose-content-two .choose-content-card p {
    margin-bottom: 0;
    max-width: 315px
}

.choose-img-two {
    position: relative;
    z-index: 1;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.choose-img-two::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background-color: #070b3b
}

.build-item {
    position: relative;
    margin-bottom: 80px
}

.build-item a {
    display: block
}

.build-item a img {
    border-radius: 5px
}

.build-item .content {
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    bottom: -80px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px
}

.build-item .content h3 {
    margin-bottom: 5px
}

.build-item .content h3 a {
    color: #252525;
    -webkit-transition: .5s;
    transition: .5s
}

.build-item .content ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.build-item .content ul li {
    display: inline-block;
    margin-right: 15px;
    color: #444;
    font-weight: 500;
    position: relative;
    font-size: 14px
}

.build-item .content ul li a {
    color: #444
}

.build-item .content ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    right: -10px;
    width: 2px;
    height: 15px;
    background-color: #444;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg)
}

.build-item .content ul li:last-child {
    margin-left: 0
}

.build-item .content ul li:last-child::before {
    display: none
}

.build-item .content ul li:hover a {
    color: #0071dc
}

.build-item .content .more-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #0071dc;
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 5px;
    background-color: #e6f1fc;
    -webkit-transition: .5s;
    transition: .5s
}

.build-item:hover .content h3 a {
    color: #ffc221
}

.build-item:hover .more-btn {
    background-color: #0071dc;
    color: #fff
}

.build-area-two {
    background-color: #f8f8f8
}

.talk-content .section-title {
    margin-bottom: 30px
}

.talk-content .section-title h2 {
    color: #fff;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto
}

.talk-area-two {
    background-image: url(../images/talk-bg2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed
}

.talk-area-two::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0071dc;
    opacity: .8
}

.counter-area {
    position: relative
}

.counter-area .section-title h2 {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
}

.counter-area .section-title p {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px
}

.counter-another-content {
    margin-bottom: 25px;
    padding-left: 90px;
    position: relative
}

.counter-another-content i {
    position: absolute;
    line-height: 1;
    font-size: 60px;
    top: 3px;
    left: 0;
    color: #0071dc
}

.counter-another-content h3 {
    color: #252525;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 8px
}

.counter-another-content span {
    font-size: 17px;
    color: #444;
    margin-bottom: 0;
    font-weight: 600
}

.counter-shape {
    display: none
}

.counter-shape .shape1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.counter-shape .shape1 img {
    max-width: 200px
}

.counter-shape .shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.counter-shape .shape2 img {
    max-width: 200px
}

.technology-card {
    padding: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px
}

.technology-card i {
    font-size: 50px;
    line-height: 1;
    color: #fff
}

.technology-card h3 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 500
}

.technology-area-three {
    position: relative;
    z-index: 1;
    background-color: #070b3b
}

.technology-area-three .section-title {
    margin-bottom: 30px
}

.technology-area-three .section-title h2 {
    color: #fff;
    max-width: 540px
}

.technology-area-three .section-title p {
    color: #fff;
    margin-bottom: 20px;
    padding-top: 17px
}

.technology-area-three::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/shape/bg-shape3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .4
}

.technology-card-color2 i {
    color: #0071dc
}

.brand-area-two {
    position: relative;
    background-color: #0071dc
}

.brand-area-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/brand-logo/brand-bg.png)
}

.brand-item img {
    width: unset !important;
    text-align: center;
    margin: 0 auto
}

.clients-area {
    position: relative;
    z-index: 1;
    background-color: #15163b
}

.clients-area::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-image: url(../images/clients-img/client-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.clients-area .section-title h2 {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    color: #fff
}

.clients-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    box-shadow: 0 0 15px rgba(0, 0, 0, .06);
    padding: 30px 40px 25px;
    margin-bottom: 30px;
    border-radius: 10px
}

.clients-content::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: .5;
    border-radius: 10px
}

.clients-content .content {
    /*padding-left: 110px;*/
    position: relative;
    margin-bottom: 30px
}
.footer-social{
        display: flex;
    column-gap: 28px;
    list-style-type: none;
    padding: 0px;
}
.footer-social li {
    background-color: #fff;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 4px;
}
.clients-content .content img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: unset !important;
    width: 85px !important;
    height: 85px !important
}

.clients-content .content i {
    position: absolute;
    bottom: -10px;
    left: 60px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #ffc221;
    color: #fff;
    text-align: center
}

.clients-content .content h3 {
    padding-top: 20px;
    margin-bottom: 0
}

.clients-content .content span {
    margin-bottom: 0
}

.clients-content p {
    margin-bottom: 0
}

.client-circle .client-circle-1 {
    position: absolute;
    top: 10%;
    left: 0
}

.client-circle .client-circle-2 {
    position: absolute;
    top: 40%;
    left: 3%
}

.client-circle .client-circle-3 {
    position: absolute;
    top: 75%;
    left: 0%
}

.client-circle .client-circle-4 {
    position: absolute;
    top: 10%;
    right: 20%
}

.client-circle .client-circle-5 {
    position: absolute;
    top: 25%;
    right: 5%
}

.client-circle .client-circle-6 {
    position: absolute;
    top: 70%;
    right: 0
}

.client-circle .client-circle-7 {
    position: absolute;
    bottom: 5%;
    right: 35%
}

.circle {
    width: 40px;
    height: 40px;
    background-color: #0071dc;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    border: 13px solid #f6fbff
}

.clients-content-color {
    background-color: #070b3b
}

.clients-content-color::before {
    background-color: #070b3b
}

.clients-content-color .content h3 {
    color: #fff
}

.clients-content-color .content span {
    color: #fff
}

.clients-content-color p {
    color: #fff
}

.blog-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: .9s;
    transition: .9s
}

.blog-item .blog-img {
    position: relative
}

.blog-item .blog-img img {
    border-radius: 5px
}

.blog-item .blog-img .blog-tag {
    background-color: #0071dc;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 20px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    -webkit-transition: .7s;
    transition: .7s;
    color: #fff
}

.blog-item .blog-img .blog-tag:hover {
    background-color: #fff;
    color: #0071dc
}

.blog-item .content {
    padding: 25px 21px
}

.blog-item .content ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0
}

.blog-item .content ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
    color: #444;
    font-weight: 500
}

.blog-item .content ul li i {
    font-size: 18px;
    color: #0071dc;
    margin-right: 5px;
    position: relative;
    top: 3px;
    -webkit-transition: .7s;
    transition: .7s
}

.blog-item .content ul li a {
    color: #444
}

.blog-item .content ul li a i {
    font-size: 20px;
    color: #0071dc;
    margin-right: 5px;
    position: relative;
    font-size: 18px;
    -webkit-transition: .7s;
    transition: .7s
}

.blog-item .content ul li a:last-child {
    margin-right: 0
}

.blog-item .content ul li a:hover {
    color: #0071dc
}

.blog-item .content ul li a:hover i {
    color: #ffc221
}

.blog-item .content h3 {
    margin-bottom: 10px;
    font-size: 22px
}

.blog-item .content h3 a {
    color: #252525
}

.blog-item .content p {
    margin-bottom: 8px
}

.blog-item .content .read-btn {
    color: #0071dc;
    font-size: 14px;
    font-weight: 600
}

.blog-item .content .read-btn i {
    font-size: 20px;
    position: relative;
    top: 5px
}

.blog-item .content .read-btn:hover {
    color: #252525;
    letter-spacing: .25px
}

.blog-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.blog-item:hover .content h3 a {
    color: #0071dc
}

.blog-article {
    margin-bottom: 30px
}

.blog-article .blog-article-img {
    margin-bottom: 30px;
    position: relative
}

.blog-article .blog-article-img img {
    border-radius: 15px
}

.blog-article .blog-article-img .blog-article-tag {
    background-color: #ffc221;
    padding: 15px 12px;
    position: absolute;
    bottom: -20px;
    right: 30px;
    border-radius: 3px;
    text-align: center
}

.blog-article .blog-article-img .blog-article-tag h3 {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 500
}

.blog-article .blog-article-img .blog-article-tag span {
    font-size: 17px;
    color: #fff;
    line-height: 1;
    font-weight: 500
}

.blog-article .blog-article-title {
    margin-bottom: 20px
}

.blog-article .blog-article-title ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-article .blog-article-title ul li {
    display: inline-block;
    font-size: 15px;
    color: #252525;
    margin-right: 30px;
    position: relative;
    font-weight: 500
}

.blog-article .blog-article-title ul li:last-child {
    margin-right: 0
}

.blog-article .blog-article-title ul li i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    color: #0071dc
}

.blog-article .blog-article-title h2 {
    margin-top: 15px;
    font-size: 26px;
    max-width: 650px;
    margin-bottom: 0;
    color: #252525
}

.blog-article .article-content {
    padding-bottom: 10px
}

.blog-article .article-content p {
    margin-bottom: 20px
}

.blog-article .article-content .blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    padding: 20px 30px 20px 50px;
    margin-left: 35px
}

.blog-article .article-content .blockquote p {
    font-size: 15px;
    color: #444;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
}

.blog-article .article-content .blockquote span {
    font-size: 15px;
    color: #252525;
    font-weight: 600
}

.blog-article .article-content .blockquote i {
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#070f60), to(#0071dc));
    background-image: linear-gradient(to right, #070f60, #0071dc);
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 24%;
    left: -35px
}

.contact-form {
    max-width: 800px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}

.contact-form .form-group {
    margin-bottom: 20px;
    position: relative
}

.contact-form .form-group label {
    color: #252525;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500
}

.contact-form .form-group label span {
    color: #0071dc
}

.contact-form .form-group .form-control {
    height: 50px;
    color: #252525;
    border: 1px solid #0071dc;
    background-color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    font-weight: 500
}

.contact-form .form-group .form-control:focus {
    outline: none;
    border-color: #252525;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form .form-group textarea.form-control {
    height: auto
}

.contact-form .agree-label {
    margin-bottom: 15px;
    position: relative
}

.contact-form .agree-label #chb1 {
    position: absolute;
    top: 5px;
    left: 0
}

.contact-form .agree-label label {
    font-weight: 500;
    color: #252525;
    margin-left: 25px
}

.contact-form .agree-label label a {
    color: #0071dc
}

.contact-form .agree-label label a:hover {
    color: #ffc221
}

.contact-form .with-errors {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
    font-weight: 400;
    display: block
}

.contact-form .default-btn {
    border: 0;
    outline: none
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder,
.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #444
}

.contact-form .form-group .form-control::-webkit-input-placeholder,
.contact-form .form-group .form-control:-ms-input-placeholder,
.contact-form .form-group .form-control::-ms-input-placeholder {
    color: #444
}

.contact-info {
    margin-bottom: 30px;
    background-color: #070b3b;
    padding: 52px 35px 22px;
    border-radius: 15px;
    position: relative;
    z-index: 1
}

.contact-info::before {
    content: '';
    position: absolute;
    opacity: .1;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/call-us/call-shap1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.contact-info span {
    color: #ffc221;
    display: block;
    margin-bottom: 5px
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px
}

.contact-info p {
    color: #fff;
    margin-bottom: 20px
}

.contact-info ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.contact-info ul li {
    display: block;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative
}

.contact-info ul li .content i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    font-size: 20px;
    color: #0071dc;
    border-radius: 50px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0
}

.contact-info ul li .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    display: block
}

.contact-info ul li .content a {
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 15px
}

.contact-info ul li .content a:hover {
    color: #0071dc
}

.contact-info ul li .content span {
    color: #fff;
    font-weight: 400;
    display: block;
    font-size: 15px
}

.map-area iframe {
    display: block;
    width: 100%;
    height: 400px
}

.footer-bg {
    background-color: #070b3b
}

.footer-widget {
    margin-bottom: 30px
}

.footer-widget .footer-logo {
    margin-bottom: 20px;
    position: relative;
    top: -5px
}

.footer-widget h3 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.2
}

.footer-widget p {
    margin-bottom: 20px;
    color: #fff;
    max-width: 300px
}

.footer-widget .footer-call-content {
    background-color: #fff;
    padding: 20px 80px 20px 20px;
    border-radius: 15px;
    position: relative;
    max-width: 345px
}

.footer-widget .footer-call-content:hover i {
    background-color: #0071dc;
    color: #fff
}

.footer-widget .footer-call-content h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    color: #252525
}

.footer-widget .footer-call-content span a {
    color: #252525;
    font-weight: 600
}

.footer-widget .footer-call-content span a:hover {
    color: #0071dc
}

.footer-widget .footer-call-content i {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background-color: #e5f3ff;
    color: #0071dc;
    border-radius: 50px;
    -webkit-transition: .7s;
    transition: .7s
}

.footer-widget .footer-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-widget .footer-list li {
    display: block;
    margin-bottom: 10px;
    font-weight: 500
}

.footer-widget .footer-list li:last-child {
    margin-bottom: 0
}

.footer-widget .footer-list li a {
    color: #fff;
    font-weight: 400
}

.footer-widget .footer-list li a i {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 5px
}

.footer-widget .footer-list li a:hover {
    color: #ffc221
}

.copy-right-area {
    padding: 15px 0;
    border-top: 1px solid #0071dc61
}

.copy-right-text {
    text-align: center
}

.copy-right-text p {
    color: #fff;
    margin-bottom: 0
}

.copy-right-text p a {
    color: #ffc221;
    border-bottom: 1px solid #ffc221
}

.copy-right-text p a:hover {
    color: #0071dc;
    border-color: #0071dc
}

.top-header-right {
    float: right
}