@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Ubuntu:wght@300;400;500;700&display=swap);
body,
html,
ul {
    padding: 0;
    margin: 0;
}
body,
html,
p,
ul {
    margin: 0;
}
#scroll-top,
.theme-btn {
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    cursor: pointer;
}
#scroll-top,
.theme-btn,
label {
    cursor: pointer;
}
*,
:after,
:before {
    box-sizing: inherit;
}
* {
    scroll-behavior: inherit !important;
}
body,
html {
    height: auto;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}
body {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
}
a {
    color: #14212b;
    display: inline-block;
}
a,
a:active,
a:focus,
a:hover {
    outline: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: #0049d0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #002448;
    margin: 0;
    font-weight: 600;
    font-family: Ubuntu, sans-serif;
    line-height: 1.2;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
#scroll-top,
h4 {
    font-size: 22px;
}
.site-heading p,
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
.img,
img {
    max-width: 100%;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    height: auto;
}
label {
    color: #999;
    font-weight: 400;
}
::-moz-selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #555;
    color: #fff;
    text-shadow: none;
}
::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}
::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}
.preloader {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
.loader {
    width: 80px;
    height: 80px;
    position: relative;
    top: calc(50% - 55px);
    left: calc(50% - 40px);
}
.loader:after,
.loader:before {
    content: "";
    border: 5px solid #0072b8;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: 2s linear infinite loader;
    opacity: 0;
}
.loader:before {
    animation-delay: 0.5s;
}
@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.ovrflow-hidden {
    overflow: hidden;
}
.text-right {
    text-align: right;
}
.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-pd {
    padding: 0 7rem;
}
.s-pd {
    padding: 0 12rem;
}
.h-100 {
    height: 100%;
}
.h-100vh {
    height: 100vh;
}
.bg {
    background-color: #f4f9fe;
}
.mb-50,
.site-heading {
    margin-bottom: 50px;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 18px;
    color: #0072b8;
    position: relative;
}
.site-title {
    font-weight: 700;
    font-size: 40px;
    color: #002448;
    margin-top: 5px;
    margin-bottom: 0;
}
.blog-item-info a:hover,
.blog-meta a:hover,
.copyright .footer-menu li a:hover,
.copyright ul li a:hover,
.hero-single .hero-content .hero-title span,
.service-title a:hover,
.site-breadcrumb .breadcrumb-menu li a:hover,
.site-breadcrumb .breadcrumb-menu li.active,
.site-title span,
.team-bio h5 a:hover,
.team-bio span,
.widget .recent-post-bio h6 a:hover {
    color: #0072b8;
}
.heading-divider {
    display: inline-block;
    position: relative;
    height: 3px;
    border-bottom: 4px solid #0072b8;
    width: 90px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.heading-divider:after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    height: 8px;
    width: 8px;
    border-radius: 50px;
    border: 4px solid #0072b8;
    -webkit-animation: 5s linear infinite heading-move;
    animation: 5s linear infinite heading-move;
}
@-webkit-keyframes heading-move {
    0%,
    100% {
        transform: translateX(-1px);
    }
    50% {
        transform: translateX(85px);
    }
}
@keyframes heading-move {
    0%,
    100% {
        transform: translateX(-1px);
    }
    50% {
        transform: translateX(85px);
    }
}
.pb-140 {
    padding-bottom: 140px;
}
.pd-50 {
    padding: 50px 0;
}
.py-120 {
    padding: 120px 0;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-0 {
    padding-top: 0;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.hero-slider2.owl-theme .owl-nav,
.main,
.mt-0 {
    margin-top: 0;
}
.about-list li .text p,
.about-right ul,
.author-social,
.mt-10 {
    margin-top: 10px;
}
.cta-area .theme-btn,
.mt-20 {
    margin-top: 20px;
}
.mt-30,
.service-arrow {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.mb-0 {
    margin-bottom: 0;
}
.cta-area h2,
.mb-10 {
    margin-bottom: 10px;
}
.blog-thumb-img,
.mb-20 {
    margin-bottom: 20px;
}
.contact-form-header,
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mr-300 {
    margin-right: 300px;
}
.ml-300 {
    margin-left: 300px;
}
.footer-widget,
.pos-rel,
.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
}
.theme-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    text-align: center;
    border: none;
    background: #0072b8;
}
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-px-2 {
    display: grid;
    grid-gap: 3rem;
}
.abloy,
.main-navigation .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
#scroll-top,
.header-top-social a {
    color: #fff;
    transition: 0.5s ease-in-out;
    text-align: center;
}
.shape-1,
.shape-1::before {
    position: absolute;
    border-radius: 50%;
}
.blog-item,
.contact-form,
.contact-info,
.service-item {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.team-social a:hover,
.theme-btn2,
.theme-btn:hover {
    background: #002245;
    color: #fff;
}
.blog-btn i,
.theme-btn i {
    margin-left: 8px;
}
.theme-btn span {
    margin-right: 8px;
}
.blog-details-tags ul a:hover,
.theme-btn2:hover,
.widget .social-share-link a:hover {
    background: #0072b8;
    color: #fff;
}
.cta-area .theme-btn,
.cta-area .theme-btn a {
    color: #fff !important;
}
.cta-area .theme-btn:hover {
    background: #002245;
    color: #fff !important;
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1185px;
    }
}
.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
    grid-template-columns: repeat(6, 1fr);
}
.grid-px-2 {
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}
.gap-0 {
    grid-gap: 0;
}
.cs-gap-1 {
    grid-gap: 1rem;
}
.cs-gap-2 {
    grid-gap: 2rem;
}
.shape-1 {
    width: 190px;
    height: 190px;
    top: -70px;
    left: -70px;
    background: #da1d25;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shape-1::before {
    content: "";
    width: 210px;
    height: 210px;
    border: 3px solid #da1d25;
}
.shape-2,
.shape-2::before {
    border-radius: 50%;
    background: #da1d25;
    position: absolute;
}
.shape-2 {
    width: 300px;
    height: 300px;
    right: -100px;
    bottom: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#scroll-top,
.abloy,
.header-top {
    background: #0072b8;
}
.shape-2::before {
    content: "";
    width: 340px;
    height: 340px;
    opacity: 0.5;
}
#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: 0;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.abloy {
    width: 100%;
    color: #fff;
}
.header-top {
    padding: 8px 0;
    position: relative;
    z-index: 1000;
}
.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 25px;
}
.header-top-contact ul li a {
    color: #fff;
    font-weight: 400;
}
.header-top-contact ul li a i {
    margin-right: 10px;
    color: #fff;
}
.header-top-right {
    display: flex;
    align-items: center;
    gap: 35px;
}
.footer-newsletter button a,
.header-top-social span {
    color: #fff;
}
.header-top-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 4px;
}
.author-social a:hover,
.header-top-social a:hover,
.team-bio h5 a {
    color: #002448;
}
@media all and (min-width: 992px) {
    .navbar .nav-item .nav-link {
        margin: 5px 10px;
        padding: 10px;
        font-size: 16px;
        font-weight: 400;
        color: #002448;
        position: relative;
    }
    .navbar .nav-item:last-child .nav-link {
        margin-right: 0;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        width: 220px;
        background: #002245;
        box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    }
    .navbar .nav-item .dropdown-menu li {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    }
    .navbar .nav-item .dropdown-menu li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 15px;
        font-weight: 500;
        padding: 8px 15px;
        color: #fff;
        position: relative;
        transition: 0.5s ease-in-out;
    }
    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background: 0 0;
        color: #0072b8;
        padding-left: 25px;
    }
    .header-phone-number a,
    .navbar .nav-item .nav-link.active,
    .navbar .nav-item:hover .nav-link {
        color: #0072b8;
    }
    .navbar .nav-item .nav-link.active {
        font-weight: 700;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0);
    }
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 140%;
    }
    .header-phone {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .header-phone-content span {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 0.6;
    }
    .header-phone-icon {
        font-size: 38px;
        color: #0072b8;
    }
    .header-phone-number {
        font-size: 18px;
        line-height: 1;
    }
    #main_nav {
        justify-content: flex-end;
    }
}
.author-social a,
.blog-details-tags ul a,
.blog-item,
.contact-form .form-group .form-control,
.hero-section .owl-dots .owl-dot span,
.service-download a,
.service-icon,
.service-item,
.team-item,
.team-social,
.widget .category-list a,
.widget .social-share-link a,
.widget .tag-list a {
    transition: 0.5s ease-in-out;
}
.hero-single::before,
.play-btn i::after {
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
}
.navbar {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
}
.navbar.fixed-top {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    animation: 0.7s slide-down;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.navbar.fixed-top .nav-item .nav-link::before {
    color: #00235a;
}
.hero-section .owl-dots .owl-dot,
.navbar .navbar-brand .logo-display,
.navbar.fixed-top .navbar-brand .logo-scrolled {
    display: block;
}
.navbar .nav-item.mobile-item,
.navbar .navbar-brand .logo-scrolled,
.navbar.fixed-top .navbar-brand .logo-display,
.site-breadcrumb .breadcrumb-menu li:last-child:before {
    display: none;
}
.navbar .navbar-toggler {
    font-size: 3.5rem;
    padding: 0;
    margin: 0;
}
.navbar .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: inherit;
    height: inherit;
}
.navbar-brand img {
    width: 250px;
}
.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    font-weight: 700;
    border: none;
    font-size: 14px;
}
.blog-details-tags ul,
.mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.about-img,
.contact-wrapper,
.hero-single,
.navbar .nav-item .dropdown-submenu {
    position: relative;
}
.navbar .nav-item .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 15px;
    top: 8px;
    font-weight: 400;
}
.blog-btn:hover,
.navbar .nav-item .dropdown-submenu a:hover {
    background: 0 0;
    color: #0072b8;
}
.navbar .nav-item .dropdown-submenu .dropdown-menu {
    top: 120%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
}
.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.hero-section,
.team-area {
    position: relative;
    overflow: hidden;
}
.home-3 .hero-single {
    padding-top: 150px;
    padding-bottom: 150px;
}
.hero-single {
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    height: auto;
    min-height: 725px;
}
.hero-single::before {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.hero-single .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.about-img::after,
.about-img::before {
    width: 250px;
    height: 250px;
    background: #0072b8;
}
.hero-single .hero-content .hero-title {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
}
.hero-single .hero-content p {
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.hero-single .hero-content .hero-btn {
    gap: 2rem;
    display: flex;
    margin-top: 1rem;
    justify-content: start;
}
.hero-title {
    font-weight: 700;
    margin: 20px 0;
}
.hero-section .owl-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}
.hero-section .owl-dots .owl-dot span {
    border: 4px solid rgba(66, 152, 239, 0.5);
    margin: 5px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: transparent;
}
.hero-section .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: #0072b8;
}
.widget .widget-title::after,
.widget .widget-title::before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #0072b8;
    bottom: 0;
}
.hero-slider2.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    cursor: pointer;
    height: 55px;
    width: 55px;
    border-radius: 50px;
    line-height: 55px;
    text-align: center;
    transition: 0.5s ease-in-out;
}
.hero-slider2.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: #0072b8;
}
.hero-slider2.owl-theme .owl-nav .owl-prev {
    left: 40px;
}
.hero-slider2.owl-theme .owl-nav .owl-next {
    right: 40px;
}
.hero-slider2.owl-theme .owl-nav .owl-next,
.hero-slider2.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
@media all and (max-width: 1420px) {
    .hero-single .hero-content .hero-title {
        font-size: 47px;
    }
    .hero-single .hero-content {
        margin-left: 80px;
    }
}
.play-btn {
    display: inline-block;
    padding: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    font-size: 20px;
    text-align: center;
    background: #0072b8;
    color: #fff !important;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}
.about-img img,
.about-img::after,
.blog-single-content img,
.service-details img,
.service-item {
    border-radius: 5px;
}
.play-btn i::after {
    position: absolute;
    width: 100%;
    background-color: #0072b8;
    border-radius: 50px;
    animation: 1s linear infinite ripple-wave;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.about-left,
.about-list,
.about-list li,
.about-list li .icon,
.about-list-wrapper,
.about-right,
.blockqoute-author,
.service-area,
.service-content,
.service-icon,
.service-item {
    position: relative;
}
@keyframes ripple-wave {
    0% {
        opacity: 0.8;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
.about-area,
.cta-area {
    position: relative;
    display: block;
}
.about-left {
    display: block;
    margin-right: 30px;
}
.about-img::before {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    border-radius: 5px;
    z-index: -1;
}
.about-img::after,
.team-item::after {
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    content: "";
    z-index: -1;
}
.about-img::after {
    position: absolute;
    left: -20px;
    bottom: -20px;
}
.about-right {
    display: block;
    padding-left: 30px;
}
.about-right p {
    margin-bottom: 15px;
}
.about-right ul {
    margin-bottom: 10px;
    margin-left: 15px;
}
.about-right .content-text h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.about-right .content-text h3,
.about-right .content-text h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.about-right p a,
.contact-info a {
    color: #00f;
}
.about-list-wrapper {
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
}
.about-list {
    display: block;
    text-align: center;
}
.about-list li {
    display: inline-flex;
    align-items: center;
    margin-left: 25px;
    margin-right: 25px;
}
.about-list li + li {
    margin-top: 8px;
}
.about-list li .icon {
    display: flex;
    align-items: center;
}
.about-list li .icon i {
    font-size: 50px;
    color: #0072b8;
}
.about-list li .text {
    margin-left: 16px;
}
.about-list li .text p a {
    font-weight: 700;
    color: #0072b8;
}
.about-list li .text p a span,
.service-download a i {
    margin-right: 10px;
}
.service-area {
    display: block;
    overflow: hidden;
}
.service-item {
    background: #fff;
    z-index: 1;
    overflow: hidden;
}
.blog-btn,
.contact-info-icon i,
.footer-social li a i,
.pagination .page-item.active .page-link,
.pagination .page-link:hover,
.service-icon,
.team-item::after,
.team-social a {
    background: #0072b8;
}
.service-item:hover,
.team-item:hover {
    transform: translateY(-10px);
}
.service-content {
    padding: 0 25px 25px;
}
.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
    width: 90px;
    height: 90px;
    border: 5px solid #fff;
    color: #fff;
    margin-right: 20px;
    margin-left: auto;
    border-radius: 50px;
}
.service-icon img {
    max-width: 50px;
    height: auto;
    width: 100%;
}
.service-icon i {
    font-size: 45px;
    color: #fff;
}
.service-item:hover .service-icon {
    transform: scale(-1) rotate(180deg);
}
.service-arrow .theme-btn {
    padding: 9px 25px;
}
.service-title a {
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #002448;
}
.service-area2 .service-icon {
    margin: 20px 0 0 20px;
}
.service-single-list i {
    color: #0072b8;
    margin-right: 10px;
}
.service-download a {
    border: 2px solid #0072b8;
    padding: 10px 20px;
    color: #002448;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
}
.service-download a:hover,
.widget .tag-list a:hover {
    background-color: #0072b8;
    color: #fff;
}
.blog-item {
    border-radius: 5px;
    margin-bottom: 25px;
}
.blog-item .blog-item-img {
    padding: 10px 10px 0;
}
.blog-item img {
    border-radius: 8px;
}
.blog-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.blog-item-info {
    padding: 23px 30px 30px;
}
.blog-title {
    font-size: 20px;
    margin-bottom: 15px;
}
p.blog-text a:hover {
    color: #000;
}
.blog-item-info p {
    margin-bottom: 16px;
}
.blog-btn {
    margin-top: 20px;
    padding: 6px 25px;
    border: 2px solid #0072b8;
    border-radius: 5px;
    color: #fff;
}
.blockqoute,
.blog-author,
.widget {
    background: #e3f0fd;
}
.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.blog-details-tags,
.blog-meta .blog-meta-left ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.blog-meta i,
.footer-list li a i,
.widget .category-list a i {
    margin-right: 5px;
    color: #0072b8;
}
.blog-meta a {
    color: #66788a;
}
.blog-details-title {
    font-size: 34px;
}
.blockqoute {
    border-left: 5px solid #0072b8;
    padding: 30px;
    font-size: 17px;
    font-style: italic;
    margin: 20px 0;
}
.blockqoute-author {
    margin-top: 20px;
    padding-left: 60px;
}
.blockqoute-author::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #0072b8;
    left: 0;
    top: 10px;
}
.blog-details-tags ul a {
    background: #e3f0fd;
    color: #002448;
    padding: 2px 10px;
    border-radius: 5px;
}
.blog-author {
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 8px;
    margin: 50px 0;
    padding: 20px;
}
.blog-author-img {
    border: 2px dashed #0072b8;
    padding: 5px;
    width: 250px;
    border-radius: 50%;
}
.blog-author-img img {
    border-radius: 50%;
}
.author-name {
    font-size: 22px;
    color: #0072b8;
    margin: 8px 0;
}
.author-info {
    padding: 0 20px;
}
.author-social a {
    margin-right: 10px;
    color: #0072b8;
}
.widget {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.widget .widget-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 25px;
}
.widget .widget-title::before {
    width: 15px;
    left: 0;
}
.widget .widget-title::after {
    width: 30px;
    left: 25px;
}
.widget .category-list a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ced4da;
}
.widget .category-list a:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.footer-list li a:hover,
.widget .category-list a:hover {
    padding-left: 10px;
    color: #0072b8;
}
.widget .category-list a span {
    float: right;
}
.widget .recent-post-single {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
}
.widget .recent-post-img {
    margin-right: 20px;
}
.widget .recent-post-img img {
    width: 100px;
    border-radius: 5px;
}
.widget .recent-post-bio h6 {
    font-size: 19px;
}
.widget .recent-post-bio span {
    font-size: 14px;
    color: #0072b8;
}
.widget .recent-post-bio span i {
    margin-right: 5px;
}
.widget .social-share-link a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #0072b8;
    color: #0072b8;
    text-align: center;
    margin-right: 5px;
    border-radius: 50px;
}
.widget .tag-list a {
    border: 1px solid #0072b8;
    color: #002448;
    padding: 3px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    display: inline-block;
}
.contact-form {
    border-radius: 8px;
    padding: 30px;
}
.contact-form-header h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.contact-info h5,
.team-bio h5 {
    margin-bottom: 5px;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form .form-group .form-control {
    padding: 12px 20px;
    border-radius: 5px;
    box-shadow: none;
}
.contact-form .form-group .form-control:focus {
    border-color: #0072b8;
}
.contact-map {
    margin-top: 20px;
    margin-bottom: 35px;
}
.contact-map iframe {
    width: 100%;
    height: 450px;
    border-radius: 5px;
}
.contact-content {
    margin-bottom: 50px;
    margin-top: 40px;
}
.contact-form .theme-btn i {
    margin-right: 5px;
    margin-left: 0;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    background: #fff;
    color: #333;
}
.contact-info-icon {
    border: 2px solid #0072b8;
    border-radius: 50%;
    padding: 5px;
}
.contact-info-icon i {
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
}
.contact-info p {
    line-height: 20px;
}
.team-item {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}
.team-item::after {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 250px;
    height: 250px;
    border-radius: 0 0 0 8px;
}
.team-item img {
    padding: 5px;
    border-radius: 12px;
    border: 1px solid #eee;
}
.team-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -50px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.team-bio {
    padding-top: 15px;
    padding-bottom: 10px;
}
.team-bio h5 {
    font-size: 22px;
    margin-top: 5px;
    letter-spacing: 1px;
}
.team-social {
    position: absolute;
    margin-bottom: 10px;
    text-align: center;
    top: 15px;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.team-item:hover .team-social {
    opacity: 1;
    right: 15px;
}
.team-social a {
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 50px;
}
.team-social h6 {
    margin-top: 28px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    transform: rotate(-90deg);
}
.team-social h6::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #fff;
    left: -50px;
    top: 7px;
}
.site-breadcrumb {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1;
}
.site-breadcrumb::before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(3, 2, 7, 0.7);
    content: "";
}
.site-breadcrumb .breadcrumb-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    font-weight: 400;
}
.site-breadcrumb .breadcrumb-menu li a {
    color: #fff;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: "//";
    right: -21px;
    top: 1px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}
@media (max-width: 991px) {
    .about-right {
        margin-top: 0 !important;
    }
    .contact-wrapper {
        padding-top: 0 !important;
    }
    .team-area {
        padding-left: 20px;
        padding-right: 10px;
    }
    .site-breadcrumb {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .site-breadcrumb h2.breadcrumb-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .site-breadcrumb ul.breadcrumb-menu li a {
        font-size: 14px;
        line-height: 22px;
    }
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.pagination .page-link {
    border: none;
    background: #002245;
    color: #fff;
    margin: 0 10px;
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    line-height: 27px;
    text-align: center;
    transition: 0.5s ease-in-out;
}
.footer-widget-title::after,
.footer-widget-title::before {
    position: absolute;
    content: "";
    z-index: -1;
    height: 2px;
    background-color: #0072b8;
    bottom: 0;
}
body.rtl-mode,
body.rtl-mode .price-wrapper {
    direction: rtl;
}
body.rtl-mode .item-area {
    direction: ltr;
}
@media (min-width: 992px) {
    body.rtl-mode .navbar-brand {
        margin-left: 3rem;
    }
    body.rtl-mode .navbar .nav-item .nav-link {
        margin-left: 3rem;
        margin-right: 0;
    }
}
.footer-area {
    background: #002245;
    position: relative;
    z-index: 1;
}
.footer-widget-box {
    margin-bottom: 20px;
    color: #fff;
}
.footer-logo img {
    width: 240px;
    margin-bottom: 30px;
}
.copyright {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}
.copyright .footer-menu,
.copyright ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.copyright .footer-menu li,
.copyright ul li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px;
}
.copyright .footer-menu li a,
.copyright ul li a {
    color: #f5faff;
    transition: 0.5s ease-in-out;
}
.copyright p {
    color: #f5faff;
    margin-bottom: 0;
    font-size: 16px;
}
.copyright p a {
    color: #fff;
    font-weight: 600;
}
.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: 1.5px;
    z-index: 1;
}
.footer-widget-title::before {
    width: 15px;
    left: 0;
}
.footer-widget-title::after {
    width: 30px;
    left: 20px;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-list li a {
    color: #fff;
    transition: 0.5s ease-in-out;
}
.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px;
}
.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}
.footer-social li a i {
    height: 40px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #0072b8;
    color: #fff;
    transition: 0.5s ease-in-out;
}
.footer-social li a i:hover {
    background: 0 0;
    color: #fff;
}
.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #f5faff;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-contact li a {
    color: #f5faff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer-contact li i {
    width: 12px;
    height: 30px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 5px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #0072b8;
}
@media all and (max-width: 1199px) {
    .header-phone,
    .hero-social-wrapper {
        display: none;
    }
    .hero-single .hero-content .hero-title {
        font-size: 37px;
    }
    .hero-slider2.owl-theme .owl-nav .owl-next,
    .hero-slider2.owl-theme .owl-nav .owl-prev {
        top: unset;
        bottom: 5px !important;
    }
    .hero-slider2.owl-theme .owl-nav .owl-next {
        left: 120px;
    }
    .hero-single .hero-content {
        margin-left: 20px;
    }
    .footer-widget-box {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 991px) {
    .shape-2 {
        width: 280px;
        height: 280px;
    }
    .header-top,
    .hero-img,
    .middle-header {
        display: none;
    }
    .navbar {
        top: 0;
        right: 0;
        left: 0;
        position: fixed;
    }
    .navbar-brand {
        padding-left: 10px;
    }
    .navbar-brand img {
        width: 225px;
    }
    .navbar-collapse {
        max-height: 290px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 20px;
        background-color: #fff;
    }
    .dropdown-toggle::after {
        float: right;
    }
    .navbar .nav-item .nav-link {
        color: #002448;
        font-weight: 400;
        transition: 0.5s ease-in-out;
    }
    .navbar .nav-item .nav-link.active {
        color: #002448;
        font-weight: 700;
    }
    .navbar .nav-item .nav-link:hover {
        color: #0072b8 !important;
    }
    .navbar .nav-item.mobile-item {
        background: #002448;
        color: #fff;
        font-weight: 400;
        transition: 0.5s ease-in-out;
        padding: 10px 15px;
        margin-bottom: 15px;
        margin-top: 5px;
        display: block;
    }
    .navbar .nav-item.mobile-item a {
        color: #fff;
        font-weight: 700;
    }
    .navbar .nav-item.mobile-item a i {
        margin-right: 15px;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler-icon {
        font-size: 25px;
        color: #002448;
        font-weight: 500;
        padding-right: 10px;
        margin-bottom: 10px;
        background: 0 0;
    }
    .navbar .dropdown-menu {
        border-radius: 5px;
    }
    .navbar .nav-item .dropdown-item,
    .navbar.fixed-top .navbar-toggler-icon {
        color: #002448;
    }
    .navbar .nav-item .dropdown-submenu .dropdown-menu {
        margin: 0 17px;
    }
    .navbar .nav-item .dropdown-submenu a::after {
        font-weight: 700;
    }
    .hero-single .hero-content .hero-title {
        font-size: 35px;
    }
    .hero-single {
        padding-top: 150px;
    }
    .about-right {
        margin-top: 80px;
        padding-left: 0;
    }
    .about-img img {
        width: 100%;
    }
    .sidebar {
        margin-top: 50px;
        margin-bottom: 15px;
    }
    .blog-item-info {
        padding: 23px 15px 30px;
    }
    .contact-wrapper {
        padding: 50px 20px;
    }
    .contact-form {
        padding: 0;
    }
    .contact-info {
        margin-bottom: 25px;
    }
    .contact-content {
        margin-top: 80px;
    }
    .footer-widget-wrapper {
        padding-bottom: 0;
    }
    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left;
    }
    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px;
    }
}
@media all and (max-width: 767px) {
    .hero-single .hero-content .hero-btn {
        gap: 2rem;
    }
    .hero-single .hero-content .theme-btn {
        padding: 10px 14px;
    }
    .hero-section .owl-dots {
        top: unset;
        right: unset;
        left: 10px;
        bottom: 40px;
    }
    .hero-section .owl-dots .owl-dot {
        display: inline-block;
    }
    .about-title {
        font-size: 30px;
    }
    .about-left {
        margin-right: 0;
    }
    .about-left-content {
        bottom: -70px;
    }
    .about-img {
        width: 90%;
    }
    .blog-meta {
        flex-direction: column;
        font-size: 15px;
    }
    .blog-meta .blog-meta-left ul {
        gap: 10px;
    }
    .blog-details-tags {
        flex-direction: column;
        align-items: flex-start;
    }
    .blog-author {
        flex-direction: column;
        text-align: center;
        padding: 25px 0 0;
    }
    .footer-widget-wrapper {
        padding-bottom: 0;
    }
}
