/* General */

body {
    font-family: 'Poppins', sans-serif;
}

a:hover {
    text-decoration: none;
    transition: all .3s ease;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.section-title {
    position: relative;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    color: #0b4b83;
    margin-bottom: 50px;
}

.section-title:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #42c6ff;
}

.button-d a {
    background-color: #0b4b83;
    color: white;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
}

.button-d a:hover {
    background-color: #42c6ff;
}

#scroll-top {
    position: fixed;
    right: 10px;
    bottom: 80px;
    margin: 0;
    text-decoration: none;
    z-index: 9999999999999999;
}

#scroll-top button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: #0b4b83;
    color: #fff;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border: none;
}

#scroll-top button i {
    font-size: 30px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
    outline: 0 none;
}

.owl-theme .owl-dots .owl-dot.active span,
.home-sectors .owl-theme .owl-dots .owl-dot:hover span {
    background: #0b4b83;
    transition: all .3s;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 10px;
    background: #42c6ff;
    border-radius: 50%;
    transition: all .3s;
}

/* General CSS */

.mobile-nav {
    display: none;
}

.mobile-close-menu {
    display: none;
}



/* Header Top*/

.header-top {
    padding: 5px 0 5px;
    background-color: #0b4b83;
}

.header-top .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.header-top .infos a {
    color: white;
    font-size: 15px;
    font-weight: lighter;
    margin-right: 15px;
    padding: 8px 0px 8px;
}

.header-top .infos a:hover {
    color: #42c6ff;
}

.header-top .social a {
    color: white;
    font-size: 22px;
    font-weight: lighter;
    margin-left: 15px;
    padding: 8px 0px 8px;
}

.header-top .social a:hover {
    color: #42c6ff;
}

/* Header Logo Menu*/

.header-logo-menu {
    padding: 10px 0 10px;
    position: relative;
}

.header-logo-menu .logo {
    max-width: 300px;
}

.header-logo-menu .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo-menu .menu ul {
    display: flex;
    margin: 0px;
    padding: 0px;
}

.header-logo-menu .menu ul li {
    list-style: none;
}

.header-logo-menu .menu ul li a {
    color: #0b4b83;
    font-weight: 600;
    font-size: 15px;
    padding: 37px 10px;
}

.header-logo-menu .menu ul li a:hover {
    color: #42c6ff;
}

.header-logo-menu .menu ul li.has-children>a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    margin-left: 3px;
}


.header-logo-menu .menu ul li:hover ul li a {
    color: #0b4b83;
    display: block;
    white-space: nowrap;
    margin-right: 10px;
    padding: 7px 10px;
    width: 100%;
    border-bottom: solid 1px #efefef;
}


.header-logo-menu .menu ul li:hover ul li a:hover {
    color: #42c6ff;
}

.header-logo-menu .menu ul ul {
    display: none;
    position: absolute;
    top: 30px;
    width: auto;
}

.header-logo-menu .menu ul li:hover ul {
    display: block;
    background-color: #ffffff;
    z-index: 10;
    padding: 0;
    top: 64px;
    margin: 0px;
    margin-left: -3px;
    animation: fadeIn 1000ms;
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


/*fixed header*/
@keyframes fadeDown {
    from{
        transform: translateY(-5rem);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s;
    z-index: 10;
    animation: fadeDown 0.7s linear;
}

.header-logo-menu.fixed-header {
    background-color: white;
    border-bottom: solid 2px #0b4b83;
}

.header-mobile.fixed-header {
    background-color: white;
}

/* Slider */

.slider {
    background-color: white;
}


.slider .owl-prev {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}

.slider .owl-next {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}

.slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: white;
    color: black;
    border-radius: 5px;
    transition: all .3s ease;
}

.slider .owl-prev i {
    color: white;
    font-size: 25px;
    background-color: #0b4b83;
    border-radius: 5px;
    padding: 10px;
}

.slider .owl-next i {
    color: white;
    font-size: 25px;
    background-color: #0b4b83;
    border-radius: 5px;
    padding: 10px;
}

.slider .owl-prev i:hover {
    color: white;
    background-color: #42c6ff;
    transition: all .3s ease;
}

.slider .owl-next i:hover {
    color: white;
    background-color: #42c6ff;
    transition: all .3s ease;
}

/* slider mobile */

.slider-mobile .owl-prev {
    position: absolute;
    left: 5px;
    top: 90%;
    transform: translateY(-50%);
    outline: none;
}

.slider-mobile .owl-next {
    position: absolute;
    right: 5px;
    top: 90%;
    transform: translateY(-50%);
    outline: none;
}

.slider-mobile .owl-theme .owl-nav [class*=owl-]:hover {
    background: white;
    color: black;
    border-radius: 5px;
    transition: all .3s ease;
}

.slider-mobile .owl-prev i {
    color: white;
    font-size: 25px;
    background-color: #0b4b83;
    border-radius: 5px;
    padding: 10px;
}

.slider-mobile .owl-next i {
    color: white;
    font-size: 25px;
    background-color: #0b4b83;
    border-radius: 5px;
    padding: 10px;
}

.slider-mobile .owl-prev i:hover {
    color: white;
    background-color: #42c6ff;
    transition: all .3s ease;
}

.slider-mobile .owl-next i:hover {
    color: white;
    background-color: #42c6ff;
    transition: all .3s ease;
}


/* about us home page */

.about-us {
    padding: 70px 0 70px;
}

.about-us-area {
    align-items: center;
}

.about-us .text .title {
    font-size: 25px;
    font-weight: 600;
    color: #0b4b83;
    margin-bottom: 20px;
}

.about-us .text .desc {
    font-weight: 300;
}

.about-us .about-box {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
    border-radius: 3px;
    padding: 20px 20px;
    margin-bottom: 30px;
    text-align: center;
    height: 200px;
}

.about-us .about-box .icon {
    font-size: 25px;
    color: #0b4b83;
}

.about-us .about-box .box-title {
    font-size: 20px;
    font-weight: 600;
    color: #0b4b83;
}

.about-us .about-box .box-desc {
    font-weight: 300;
    font-size: 15px;
}

/* services home page */

.services {
    padding: 70px 0 70px;
    background-color: #f7f7f7;
    background: linear-gradient(158deg, rgba(84, 84, 84, 0.03) 0%, rgba(84, 84, 84, 0.03) 20%, rgba(219, 219, 219, 0.03) 20%, rgba(219, 219, 219, 0.03) 40%, rgba(54, 54, 54, 0.03) 40%, rgba(54, 54, 54, 0.03) 60%, rgba(99, 99, 99, 0.03) 60%, rgba(99, 99, 99, 0.03) 80%, rgba(92, 92, 92, 0.03) 80%, rgba(92, 92, 92, 0.03) 100%), linear-gradient(45deg, rgba(221, 221, 221, 0.02) 0%, rgba(221, 221, 221, 0.02) 14.286%, rgba(8, 8, 8, 0.02) 14.286%, rgba(8, 8, 8, 0.02) 28.572%, rgba(52, 52, 52, 0.02) 28.572%, rgba(52, 52, 52, 0.02) 42.858%, rgba(234, 234, 234, 0.02) 42.858%, rgba(234, 234, 234, 0.02) 57.144%, rgba(81, 81, 81, 0.02) 57.144%, rgba(81, 81, 81, 0.02) 71.42999999999999%, rgba(239, 239, 239, 0.02) 71.43%, rgba(239, 239, 239, 0.02) 85.71600000000001%, rgba(187, 187, 187, 0.02) 85.716%, rgba(187, 187, 187, 0.02) 100.002%), linear-gradient(109deg, rgba(33, 33, 33, 0.03) 0%, rgba(33, 33, 33, 0.03) 12.5%, rgba(147, 147, 147, 0.03) 12.5%, rgba(147, 147, 147, 0.03) 25%, rgba(131, 131, 131, 0.03) 25%, rgba(131, 131, 131, 0.03) 37.5%, rgba(151, 151, 151, 0.03) 37.5%, rgba(151, 151, 151, 0.03) 50%, rgba(211, 211, 211, 0.03) 50%, rgba(211, 211, 211, 0.03) 62.5%, rgba(39, 39, 39, 0.03) 62.5%, rgba(39, 39, 39, 0.03) 75%, rgba(55, 55, 55, 0.03) 75%, rgba(55, 55, 55, 0.03) 87.5%, rgba(82, 82, 82, 0.03) 87.5%, rgba(82, 82, 82, 0.03) 100%), linear-gradient(348deg, rgba(42, 42, 42, 0.02) 0%, rgba(42, 42, 42, 0.02) 20%, rgba(8, 8, 8, 0.02) 20%, rgba(8, 8, 8, 0.02) 40%, rgba(242, 242, 242, 0.02) 40%, rgba(242, 242, 242, 0.02) 60%, rgba(42, 42, 42, 0.02) 60%, rgba(42, 42, 42, 0.02) 80%, rgba(80, 80, 80, 0.02) 80%, rgba(80, 80, 80, 0.02) 100%), linear-gradient(120deg, rgba(106, 106, 106, 0.03) 0%, rgba(106, 106, 106, 0.03) 14.286%, rgba(67, 67, 67, 0.03) 14.286%, rgba(67, 67, 67, 0.03) 28.572%, rgba(134, 134, 134, 0.03) 28.572%, rgba(134, 134, 134, 0.03) 42.858%, rgba(19, 19, 19, 0.03) 42.858%, rgba(19, 19, 19, 0.03) 57.144%, rgba(101, 101, 101, 0.03) 57.144%, rgba(101, 101, 101, 0.03) 71.42999999999999%, rgba(205, 205, 205, 0.03) 71.43%, rgba(205, 205, 205, 0.03) 85.71600000000001%, rgba(53, 53, 53, 0.03) 85.716%, rgba(53, 53, 53, 0.03) 100.002%), linear-gradient(45deg, rgba(214, 214, 214, 0.03) 0%, rgba(214, 214, 214, 0.03) 16.667%, rgba(255, 255, 255, 0.03) 16.667%, rgba(255, 255, 255, 0.03) 33.334%, rgba(250, 250, 250, 0.03) 33.334%, rgba(250, 250, 250, 0.03) 50.001000000000005%, rgba(231, 231, 231, 0.03) 50.001%, rgba(231, 231, 231, 0.03) 66.668%, rgba(241, 241, 241, 0.03) 66.668%, rgba(241, 241, 241, 0.03) 83.33500000000001%, rgba(31, 31, 31, 0.03) 83.335%, rgba(31, 31, 31, 0.03) 100.002%), linear-gradient(59deg, rgba(224, 224, 224, 0.03) 0%, rgba(224, 224, 224, 0.03) 12.5%, rgba(97, 97, 97, 0.03) 12.5%, rgba(97, 97, 97, 0.03) 25%, rgba(143, 143, 143, 0.03) 25%, rgba(143, 143, 143, 0.03) 37.5%, rgba(110, 110, 110, 0.03) 37.5%, rgba(110, 110, 110, 0.03) 50%, rgba(34, 34, 34, 0.03) 50%, rgba(34, 34, 34, 0.03) 62.5%, rgba(155, 155, 155, 0.03) 62.5%, rgba(155, 155, 155, 0.03) 75%, rgba(249, 249, 249, 0.03) 75%, rgba(249, 249, 249, 0.03) 87.5%, rgba(179, 179, 179, 0.03) 87.5%, rgba(179, 179, 179, 0.03) 100%), linear-gradient(241deg, rgba(58, 58, 58, 0.02) 0%, rgba(58, 58, 58, 0.02) 25%, rgba(124, 124, 124, 0.02) 25%, rgba(124, 124, 124, 0.02) 50%, rgba(254, 254, 254, 0.02) 50%, rgba(254, 254, 254, 0.02) 75%, rgba(52, 52, 52, 0.02) 75%, rgba(52, 52, 52, 0.02) 100%), linear-gradient(90deg, #FFF, #FFF);
}

.services .button-d {
    text-align: center;
}

.service-box-area .service-box {
    padding: 10px;
    background-color: white;
    margin-bottom: 35px;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
}

.service-box-area .service-box:hover {
    transform: scale(1.03);
    transition: all 0.3s ease 0s;
}

.service-box-area .service-box .pictures {
    margin-bottom: 15px;
}

.service-box-area .service-box .title {
    text-align: center;
    font-weight: 600;
    color: #323232;
}

/* cta home page */

.cta {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    color: white;
}

.cta .title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.cta .desc {
    margin-bottom: 30px;
}

/* blog home page*/

.blog {
    padding: 70px 0 70px;
}

.blog-box-2 .full-row {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog-box-2 .text-area {
    position: relative;
    color: white;
    font-weight: lighter;
}

.blog-box-2 .overlay_hover {
    left: 0;
    padding: 20px 25px;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 80%;
    background: rgba(11, 75, 131, 0.83);
}

.blog-box-2 .overlay:hover .overlay_hover {
    padding: 90px 25px;
    top: 0;
    transition: all 300ms ease-in-out;
}

.blog-box-2 .title {
    color: white;
    font-size: 18px;
    font-weight: 600;
    height: 70px;
    margin-bottom: 10px;
}

.blog-box-2 img {
    width: 100%;
}

.blog-box-2 .button-d {
    margin-top: 15px;
    text-align: center;
}

.blog-box-2 .button-d a {
    background-color: #42c6ff;
}

.blog-box-2 .button-d a:hover {
    background-color: #0b4b83;
}

.blog .button-d {
    text-align: center;
}

/* testimonials home */

.testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(rgba(11, 75, 131, 0.93),rgba(80, 180, 230, 0.82)), url(../images/testimonials-bg-users.png);
}

.testimonials .section-title {
    color: white;
}

.testimonials .comment {
    color: white;
    font-weight: lighter;
    text-align: center;
}

.testimonials .name {
    color: white;
    font-weight: 600;
    text-align: center;
}

.testimonials .button-d {
    text-align: center;
}


/* Footer */

.footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #0b4b83;
}

.footer .items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .info {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid white;
}

.footer .info img {
    max-height: 80px;
    margin-right: 30px;
}

.footer .info p {
    margin-bottom: 0px;
    margin-right: 20px;
    font-weight: 300;
}

.footer .menu {
    display: flex;
    justify-content: center;
}


.footer .menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 12px;
    margin-left: 3px;
}

.footer .menu a {
    color: white;
}

.footer .menu a:hover {
    color: #42c6ff;
}

.footer .contact {
    color: white;
    padding-top: 0px;
}

.footer .contact a {
    color: white;
}

.footer .contact a:hover {
    color: #42c6ff;
}

.footer .contact p {
    margin-bottom: 0px;
    margin-right: 20px;
}

.footer .contact i {
    margin-right: 10px;
}





/* bredcrumb */

.bredcrumb1 {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .4)), url(../images/bread-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bredcrumb1 .title {
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.bredcrumb1 ul {
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    color: white;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px;
}

.bredcrumb1 ul li {
    list-style: none;
}

.bredcrumb1 ul li a {
    color: white;
}

.bredcrumb1 ul li a:hover {
    color: #9cc026;
    transition: all .3s ease;
}

.bredcrumb1 ul li a:after {
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
}

@media (max-width: 992px) {
    .bredcrumb1 ul {
      justify-content: flex-start;
    }
  }

/* service list */

.services-list {
    padding: 70px 0 70px;
}

/* services detail */

.services-detail {
    padding: 70px 0 70px;
}

.services-detail .text-area {
    margin-bottom: 30px;
}

.services-detail .text-area img {
    max-width: 100%;
    margin-bottom: 15px;
}

/* blog list */

.blog-list {
    padding: 70px 0 70px;
}

.blog-list .blog-box-2 {
    margin-bottom: 30px;
}

/* blog detail */

.blog-detail {
    padding: 70px 0 70px;
}

.blog-detail .text-area {
    margin-bottom: 30px;
    margin-right: 30px;
}

.blog-detail .text-area img {
    max-width: 100%;
    margin-bottom: 15px;
}

.sidebar-area {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.20);
}

.sidebar-area .sidebar-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    color: #0b4b83;
    border-bottom: solid 1px #0b4b83;
    margin-bottom: 20px;
}

.sidebar-area .blog-box-2  {
    margin-bottom: 30px;
}






/* contact page */

.contact {
    padding-top: 70px;
}

.contact .title {
    text-align: center;
    color: #0b4b83;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact .infos {
    display: flex;
    align-items: center;
}

.infos .icon {
    font-size: 30px;
    min-width: 50px;
    color: #0b4b83;
    text-align: center;
}

.contact .info {
    color: black;
    font-size: 20px;
    font-weight: 500;
}

.contact .info a {
    color: black;
    font-size: 20px;
    font-weight: 500;
}

.info a:hover {
    color: #42c6ff;
}

.form-area input.form-control {
    width: 100%;
    background: #f7f7f7;
    border-radius: 5px;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 10px;
    outline: none;
}

.form-area select.form-control {
    width: 100%;
    background: #f7f7f7;
    border-radius: 5px;
    border: none;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 10px;
    outline: none;
}

.form-area textarea.form-control {
    background: #f7f7f7;
    border-radius: 5px;
    width: 100%;
    border: none;
    height: 160px;
    margin-bottom: 15px;
    padding: 10px 10px;
    outline: none;
}

.form-area button.contact-button {
    background: #0b4b83;
    border-radius: 5px;
    color: white;
    border: none;
    padding: 10px 50px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    outline: none;
}

.form-area button.contact-button:hover {
    background: #42c6ff;
    outline: none;
    transition: all .3s ease;
}

.contact .maps {
    padding-top: 50px;
}

/* 404 page */

.error-page {
    padding: 70px 0 70px;
    text-align: center;
}

.error-page .title {
    font-size: 40px;
    margin-bottom: 40px;
}

.error-page .desc {
    margin-bottom: 40px;
    font-size: 20px;
}

.full-w {
    padding: 70px 0 70px;
}

.full-w img {
    width: 100%;
    margin-bottom: 15px;
}

.full-w li {
    list-style: disc;
    margin-left: 40px;
    margin-bottom: 15px;
}


/* testimonials all page*/

.testimonials-all {
    padding: 70px 0 70px;
}

.testimonials-all .top-desc {
    text-align: center;
}

.testimonials-all .button-d {
    text-align: center;
    margin-bottom: 50px;
}

.testimonials-all .comment-detail {
    background-color: #f5f5f5;
    padding: 20px;
    margin-bottom: 30px;
}

.testimonials-all .comment-detail .comment {
    font-weight: 300;
}

.testimonials-all .comment-detail .name {
    font-weight: 600;
}

/* responsive integration */

@media only screen and (min-width: 900px),
(height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
(width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {

    .header-mobile {
        display: none;
    }

    .slider-mobile {
        display: none;
    }

}

@media only screen and (max-width: 900px),
(height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape),
(width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {

    .slider {
        display: none;
    }

    .mobile-header-icons {
        display: flex;
    }

    .mobile-header-icons .i {
        font-size: 22px;
    }

    .mobile-header-icons a i {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #222;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .mobile-header-icons a i.far.fa-map-marker-alt {
        margin-left: 15px;
        background-color: #42c6ff;
    }

    .mobile-header-icons a i.fas.fa-phone {
        background-color: #0b4b83;
    }

    .mobile-header-hamburger .hamburger-toggle {
        background: transparent;
        padding: 0px;
        font-size: 30px;
        margin: 0 10px;
        border: none;

    }

    /* mobil menü- 1 */

    .mobile-nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: #0b4b83e6;
        z-index: 9999;
        width: 100%;
        -webkit-animation: fadeOutLeft 0.5s ease-in-out;
        animation: fadeOutLeft 0.5s ease-in-out;
    }

    .mobile-nav-content {
        padding-top: 20px;
        background: #0b4b83;
        width: 75%;
        height: 100%;
        cursor: copy;
    }

    .mobile-nav-logo {
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 20px;
    }

    .mobile-nav-logo-content {
        position: relative;
    }

    .mobile-nav-logo-content i {
        display: block;
        margin: 0 auto 10px;
        max-width: 30px;
        line-height: 32px;
        font-size: 30px;
    }

    .mobile-nav-logo-content a {
        color: white;
        font-size: 14px;
        font-weight: 600;
    }

    .mobile-nav-logo>a {
        display: block;
        padding: 30px 60px;
    }

    .mobile-nav-logo>a img {
        width: 100%;
    }

    .mobile-nav-menu ul li {
        padding: 10px 25px;
    }

    .sub-menu ul {
        background-color: #0b4b83;
    }

    .mobile-nav-menu ul li .sub-menu-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-nav-menu ul li i {
        font-size: 14px;
        fill: #b5bbc2;
        color: #b5bbc2;
    }

    .mobile-nav-menu ul li a {
        color: white;
        font-weight: 600;
        font-size: 14px;
    }

    .mobile-nav-menu ul li ul {
        display: none;
        margin-top: 10px;
        margin-right: -25px;
        margin-left: -25px;
        padding-left: 25px;
    }

    .mobile-nav-login a {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #b5bbc2;
        padding-left: 25px;
        padding-bottom: 20px;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-nav-login a svg {
        font-size: 18px;
        margin-right: 5px;
    }

    .mobile-nav.open {
        display: block;
        -webkit-animation: fadeInLeft 0.5s;
        animation: fadeInLeft 0.5s;
        z-index: 999;
    }

    .cta-link {
        line-height: 40px;
        display: block;
        color: #fff;
        border-radius: 3px;
        background: #42c6ff;
        text-align: center;
        margin: 20px;
        margin-bottom: 10px;
    }

    .mobile-close-menu {
        position: fixed;
        top: 18px;
        right: 20px;
        display: none;
        z-index: 9999;
    }

    .mobile-close-menu i {
        color: #fff;
        font-size: 25px;
    }

    ul.mobile-menu-social {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        list-style: none;
    }

    ul.mobile-menu-social li+li {
        margin-left: 15px;
    }

    ul.mobile-menu-social li a {
        border: 1px solid #42c6ff;
        display: flex;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 50%;
    }

    .mobile-nav-menu ul {
        padding: 0px;
    }

    .header-mobile {
        display: block;
    }

    .header-mobile-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: solid 2px #0b4b83;
    }

    .header-mobile .header-mobile-logo img {
        max-width: 170px;
    }

    .header-top {
        display: none;
    }

    .header-logo-menu {
        display: none;
    }

    .footer .info {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .info img {
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .footer .menu {
        display: none;
    }

    .footer .contact {
        text-align: center;
        padding-top: 0px;
    }

    .footer .contact a {
        margin-bottom: 15px;
        display: block;
    }

    .footer .info {
        border: none;
    }

    .footer .info p {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .bredcrumb1 .title {
        font-size: 20px;
    }

    .about-us {
        padding: 30px 0 30px;
    }

    .about-us .text {
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .about-us .title {
        text-align: center;
        font-size: 22px;
    }

    .button-d {
        text-align: center;
    }

    .cta .title {
        font-size: 22px;
    }

    .services {
        padding: 30px 0 30px;
    }

    .blog {
        padding: 30px 0 30px;
    }

    .services-list {
        padding: 30px 0 30px;
    }

    .services-detail {
        padding: 30px 0 30px;
    }

    .blog-list {
        padding: 30px 0 30px;
    }

    .blog-detail {
        padding: 30px 0 30px;
    }

    .blog-detail .text-area {
        margin-right: 0px;
    }

    .sidebar-area {
        box-shadow: none;
    }

    .contact {
        padding-top: 30px;
    }

    .contact .infos-area {
        margin-bottom: 30px;
    }

    .contact .title {
        font-size: 20px;
    }

    .contact .info {
        font-size: 16px;
    }

    .contact .info a {
        font-size: 16px;
    }

    .form-area button.contact-button {
        width: 100%;
    }

    .error-page {
        padding: 30px 0 30px;
    }

    .full-w {
        padding: 30px 0 30px;
    }
}