 :root {
    --theme-clr1: #0046e2;
    --theme-clr2: #ef0f3a;
}
body {
    font-family: "Pt Sans", Bold 700;
    font-size: 18px;
    font-weight: 400;
    color: #696e78;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
iframe {
    border: none;
}

.lazy {
    display: block;
    width: auto;
}
button:focus, a:focus, a:active {
    -moz-outline: none;
    outline: none;
}
img:not([draggable]) {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    outline: 0;
    color: #696e78;
    line-height: 28px;
    transition: 0.4s;
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}
a:active, a:focus, a:hover {
    color: #0046e2;
}
button {
    transition: 0.4s;
}
img {
    border: none;
    max-width: 100%;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
p a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}
h1, h2, h3, h4 {
    font-family: "Calibri", sans-serif;
    line-height: 28px;
    color: #01133c;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
@media (max-width: 1500px) {
    h1, h2, h3, h4 {
        letter-spacing: 0;
    }
}
h1, h2 {
    line-height: 40px;
    font-weight: 600;
    font-family: "Pt Sans", sans-serif;
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 22px;
}
p {
    margin-bottom: 30px;
    letter-spacing: 0.20px;
    line-height: 28px;
}
@media (max-width: 1500px) {
    p {
        letter-spacing: 0;
    }
}
[class^="flaticon-"]:before, [class^="flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}
.primary-btn {
    display: inline-block;
    max-width: 100%;
    width: 150px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    font-weight: 700;
    font-family: "Calibri", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #0046e2;
    color: #ffffff;
    position: relative;
    margin-right: 15px;
    z-index: 5;
    border: none;
    overflow: hidden;
    transition: all ease 0.4s !important;
    box-shadow: 0px 10px 28.5px 1.5px rgba(0, 43, 139, 0.25);
}
.primary-btn:last-child {
    margin-right: 0;
}
.primary-btn:focus, .primary-btn:active {
    color: #ffffff;
}
.primary-btn:hover {
    color: #ffffff;
}
.primary-btn.no-shadow {
    box-shadow: none;
}
.circle-btn {
    display: inline-block;
    text-align: center;
    background-color: #0046e2;
    color: #ffffff;
    z-index: 1;
    font-size: 46px;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    transition: all ease 0.4s;
}
.circle-btn i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    display: inherit;
    background-color: inherit;
    color: inherit;
    border-radius: inherit;
}
.circle-btn:hover {
    color: #0046e2;
    background-color: #ffffff;
    box-shadow: 0 10px 54px -4px rgba(0, 0, 0, 0.1);
}
.circle-btn.xl {
    font-size: 52px;
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.shape-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-right: 20px;
}
.shape-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-color: #0046e2;
    z-index: -1;
    opacity: 0.10;
    border-radius: 50%;
    animation: cscale 1s infinite alternate;
}
.shape-icon i {
    color: #0046e2;
    font-size: 62px;
    padding-left: 30px;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0046e2;
    z-index: 999999;
    overflow: hidden;
}
.preloader .meter {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    border: 1px solid #ffffff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 10px 30px -11px rgba(0, 0, 0, 0.39);
}
.preloader .meter .loadtext {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 14px;
    font-family: "Calibri", sans-serif;
    font-weight: bold;
    font-size: 10px;
    margin-top: 20px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
}
.preloader .meter .loader-circle-1 {
    width: 138px;
    height: 138px;
    left: 5px;
    top: 5px;
    border: 1px #ffffff solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: transparent;
    animation: loaderspin 3s linear infinite;
}
.preloader .meter .loader-circle-2 {
    width: 126px;
    height: 126px;
    left: 5px;
    top: 5px;
    border: 1px transparent solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: #ffffff;
    animation: loaderspin 5s linear infinite;
}
.preloader .meter .line {
    width: 10px;
    height: 2px;
    background: #ffffff;
    position: absolute;
}
.preloader .meter .line:nth-child(1) {
    left: 16px;
    top: 50%;
    margin-top: -1px;
}
.preloader .meter .line:nth-child(2) {
    transform: rotate(45deg);
    left: 33px;
    top: 33px;
}
.preloader .meter .line:nth-child(3) {
    top: 16px;
    left: 50%;
    width: 2px;
    height: 10px;
}
.preloader .meter .line:nth-child(4) {
    transform: rotate(135deg);
    right: 33px;
    top: 33px;
}
.preloader .meter .line:nth-child(5) {
    right: 16px;
    top: 50%;
    margin-top: -1px;
}
.preloader .meter .line:nth-child(6) {
    transform: rotate(45deg);
    right: 33px;
    bottom: 33px;
    background: #ffffff;
}
.preloader .meter .subline {
    position: absolute;
    width: 6px;
    height: 2px;
    background: #ffffff;
}
.preloader .meter .subline:nth-child(7) {
    transform: rotate(22.5deg);
    left: 21px;
    top: 50px;
}
.preloader .meter .subline:nth-child(8) {
    transform: rotate(67.5deg);
    left: 50px;
    top: 21px;
}
.preloader .meter .subline:nth-child(9) {
    transform: rotate(112.5deg);
    right: 50px;
    top: 21px;
}
.preloader .meter .subline:nth-child(10) {
    transform: rotate(157.5deg);
    right: 21px;
    top: 50px;
}
.preloader .meter .subline:nth-child(11) {
    transform: rotate(22.5deg);
    right: 20px;
    bottom: 49px;
    background: #ffffff;
}
.preloader .meter .needle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    z-index: 1;
    animation: meterIndecator 3s infinite ease-in-out;
}
.preloader .meter .needle:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 50px 3.5px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -3.5px 0 0 0;
    border-radius: 0 50% 50% 0;
}
@keyframes loaderspin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes meterIndecator {
    0% {
        transform: rotate(0deg);
    }
    16% {
        transform: rotate(75deg);
    }
    25% {
        transform: rotate(55deg);
    }
    30% {
        transform: rotate(90deg);
    }
    36% {
        transform: rotate(170deg);
    }
    42% {
        transform: rotate(150deg);
    }
    50% {
        transform: rotate(227deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.section-title {
    padding: 0 10px;
    padding-bottom: 35px;
}
.section-title .title {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 0.9;
    margin-top: -3px;
}
.phone-box {
    background-color: #ef0f3a;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-right: 60px;
}
.phone-box .icon {
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
    margin-right: 35px;
    position: relative;
    border-radius: 50%;
}
.phone-box .icon:after, .phone-box .icon:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 1;
    border-radius: 50%;
    animation-name: callIcon;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.phone-box .icon:after {
    animation-delay: 1.8s;
}
@keyframes callIcon {
    0% {
        transform: scale(0.7);
    }
    90% {
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
    }
}
.phone-box .icon a {
    width: 100%;
    height: 100%;
    line-height: 70px;
    background-color: #ef0f3a;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    border-radius: 50%;
}
.phone-box .icon a:hover {
    color: #ffffff;
}
.phone-box .content span {
    color: #ffffff;
    font-size: 14px;
    display: block;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.phone-box .content a {
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    display: block;
}
.phone-box .content a:hover {
    color: #ffffff;
}
.our-featured-wrapper .single-featured .featured-icon .circle-btn {
    box-shadow: 0 10px 54px -4px rgba(0, 0, 0, 0.1);
}
.scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    width: 34px;
    height: 60px;
    background-color: #fff;
    border: 2px solid #0046e2;
    padding: 10px 5px;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}
.scrollToTop .move {
    width: 2px;
    height: 15px;
    background-color: #0046e2;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    animation: moveUp 2s linear infinite;
}
@keyframes moveUp {
    0% {
        transform: translate(-50%, 35px);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, 20px);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, 5px);
        opacity: 0;
    }
}
@keyframes cscale {
    from {
        transform: scale(0.9);
    }
    to {
        transform: scale(1.08);
    }
}
@keyframes cspine {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}
@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    width: 0;
    height: 100%;
    transition: all ease 0.8s;
}
.mobile-menu-wrapper .mean-menu-area {
    width: 100%;
    max-width: 250px;
    background-color: #fff;
    height: 100%;
    position: relative;
    left: -1000px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
}
.mobile-menu-wrapper .mean-menu-area .mobile-logo {
    max-width: 140px;
    padding-bottom: 30px;
    padding-top: 45px;
    margin: 0 auto;
    text-align: center;
}
.mobile-menu-wrapper .mean-menu-area .mobileMenucls {
    background-color: transparent;
    border: none;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    line-height: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    color: #0046e2;
    z-index: 1;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu {
    overflow-y: scroll;
    max-height: 350px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li {
    border-bottom: 1px solid #eee;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li:first-child {
    border-top: 1px solid #eee;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 7px 10px;
    line-height: 1;
    font-size: 14px;
    text-transform: capitalize;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li:last-child {
    border-bottom: none;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li a {
    padding-left: 15px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li ul li a {
    padding-left: 20px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li ul li ul li a {
    padding-left: 25px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children > a:after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    float: right;
    padding-right: 10px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children.show > a {
    color: #0046e2;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children.show > a:after {
    content: '\f0d8';
}
.mobile-menu-wrapper.menu-visible {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease 0.8s;
}
.mobile-menu-wrapper.menu-visible .mean-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all ease 1s;
}
.mobile-menu-wrapper.layout2 .mean-menu-area .mobile-menu ul li a:hover, .mobile-menu-wrapper.layout2 .mean-menu-area .mobile-menu ul li.menu-item-has-children.show > a {
    color: #ef0f3a;
}
.mobile-menu-wrapper.layout2 .mean-menu-area .mobileMenucls {
    color: #ef0f3a;
}
.menuToggleBtn {
    padding: 0;
    border: none;
    color: #0046e2;
    font-size: 36px;
    line-height: 50px;
    height: 50px;
    background-color: transparent;
    margin-right: 15px;
}
.menuToggleBtn.type2 {
    color: #ef0f3a;
}

.header-top-wrap {
    padding: 12px 0;
}
.header-top-wrap ul li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-top-wrap ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.header-top-wrap ul li span, .header-top-wrap ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
}
.header-top-wrap ul li a i {
    margin-right: 10px;
}
.header-top-wrap ul.social-links li {
    border-right: none;
    padding-right: 0;
    margin-right: 10px;
}
.header-top-wrap ul.social-links li a i {
    margin-right: 0;
}
.header-top-layout1 {
    background-color: #0046e2;
    background-image: url("../img/bg-img/header-top-layout-1.png");
    background-size: 100% 100%;
    background-position: center center;
}
.header-top-layout1 a:hover {
    color: #ef0f3a;
}
.header-middle-area {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 35px 0;
}
.header-middle-area .action-box {
    padding-right: 50px;
    margin-right: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.header-middle-area .action-box:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.header-middle-area .action-box .icon .shape-icon:before {
    background-color: #ffffff;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    opacity: 0.15;
}
.header-middle-area .action-box .icon .shape-icon i {
    color: #ffffff;
    font-size: 46px;
    padding-left: 25px;
}
.header-middle-area .action-box .content span {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}
.header-middle-area .action-box .content .text {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.header-middle-area .phone-box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 1730px) {
    .header-middle-area .phone-box {
        display: none !important;
    }
}
header {
    background-color: #fff;
    z-index: 9999;
    position: relative;
}
header .header-logo {
    padding: 25px 0;
}
header .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0px 11px;
}
header .main-menu ul li a {
    font-size: 16px;
	font-weight:bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #01133c;
}
header .main-menu ul li a:hover {
    color: #0046e2;
}
header .main-menu ul li.menu-item-has-children > a:after {
    content: '\f078';
    position: relative;
    font-family: 'font awesome 5 pro';
    margin-left: 5px;
}
header .main-menu ul li ul {
    border-top: 3px solid #0046e2;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    min-width: 250px;
    z-index: 99;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    transform: rotateX(90deg);
    transition: all ease 0.4s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
header .main-menu ul li ul li {
    display: block;
    margin: 0;
}
header .main-menu ul li ul li a {
    display: block;
    padding: 12px 15px;
    padding-left: 15px;
    overflow: hidden;
    border-bottom: 1px solid #edf2f4;
    color: #01133c;
}
header .main-menu ul li ul li a:hover {
    color: #0046e2;
}
header .main-menu ul li ul li a:before {
    content: '\f0da';
    position: absolute;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    margin-right: 0;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}
header .main-menu ul li ul li a:hover {
    padding-left: 25px;
}
header .main-menu ul li ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    left: 10px;
}
header .main-menu ul li ul li a:hover:after {
    transform: translateX(40px);
}
header .main-menu ul li ul li:last-child a {
    border-bottom: none;
}
header .main-menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
}
header .header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
header .header-btn > a.primary-btn {
    width: 200px;
    margin-right: 30px;
}
header .header-btn button {
    padding: 0;
    border: none;
    color: #0046e2;
    font-size: 28px;
    line-height: 50px;
    height: 50px;
    background-color: transparent;
}
header .header-btn button:hover {
    color: #01133c;
}
.sticky-header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-110%);
    transition: all ease 0.6s;
}
.sticky-header-wrap .logo {
    padding: 10px 0;
}
.sticky-header-wrap .main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0px 11px;
}
.sticky-header-wrap .main-menu ul li a {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 23px 0;
    color: #01133c;
}
.sticky-header-wrap .main-menu ul li a:hover {
    color: #0046e2;
}
.sticky-header-wrap .main-menu ul li.menu-item-has-children > a:after {
    content: '\f078';
    position: relative;
    font-family: 'font awesome 5 pro';
    margin-left: 5px;
}
.sticky-header-wrap .main-menu ul li ul {
    border-top: 3px solid #0046e2;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    min-width: 250px;
    z-index: 99;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    transform: rotateX(90deg);
    transition: all ease 0.4s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.sticky-header-wrap .main-menu ul li ul li {
    display: block;
    margin: 0;
}
.sticky-header-wrap .main-menu ul li ul li a {
    display: block;
    padding: 12px 15px;
    padding-left: 15px;
    overflow: hidden;
    border-bottom: 1px solid #edf2f4;
    color: #01133c;
}
.sticky-header-wrap .main-menu ul li ul li a:hover {
    color: #0046e2;
}
.sticky-header-wrap .main-menu ul li ul li a:before {
    content: '\f0da';
    position: absolute;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    margin-right: 0;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}
.sticky-header-wrap .main-menu ul li ul li a:hover {
    padding-left: 25px;
}
.sticky-header-wrap .main-menu ul li ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    left: 10px;
}
.sticky-header-wrap .main-menu ul li ul li a:hover:after {
    transform: translateX(40px);
}
.sticky-header-wrap .main-menu ul li ul li:last-child a {
    border-bottom: none;
}
.sticky-header-wrap .main-menu ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
}
.hero-sec-wrapper {
    position: relative;
    z-index: 1;
}
.about-us-sec .experiance-box {
    background-image: url("../img/bg-img/ab-experiance-box-bg.png");
     background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 45px 50px 40px;
    min-width: 470px;
    margin-top: -80px;
    right: -85px;
    z-index: 1;
}
.about-us-sec .experiance-box .icon span {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
    text-align: center;
    font-size: 40px;
    position: relative;
    margin-right: 20px;
    color: #0046e2;
    z-index: 1;
    border-radius: 50%;
}
.about-us-sec .experiance-box .icon span:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 2px dashed #ffffff;
    z-index: -1;
    border-radius: 50%;
    animation: cspine 10s linear infinite;
}
.about-us-sec .experiance-box .content {
    width: calc(100% - 100px);
}
.about-us-sec .experiance-box .content .main-title {
    position: absolute;
    top: -25px;
    left: 32px;
    color: #ffffff;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 0;
    text-shadow: 3px 3px 0px #000;
}
.about-us-sec .experiance-box .content .title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    font-family: "Calibri", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.about-us-sec .experiance-box .content .text {
    color: #ffffff;
    margin-bottom: 0;
}
.about-wrap-layout1 {
    position: relative;
}
.about-wrap-layout1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*max-width: 1130px;*/
    background-color: #f5f5f5;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    /*animation: upDown 10s infinite alternate;*/
}
.about-wrap-layout1 .about-us-img {
    position: relative;
}
.about-wrap-layout1 .about-title {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0046e2;
    margin-bottom: 33px;
    font-weight: 700;
}
.about-wrap-layout1 .about-title span {
    color: #ef0f3a;
    font-size: 80px;
    position: relative;
    top: 10px;
}
.about-wrap-layout1 .sub-title {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: "Calibri", sans-serif;
}
.about-wrap-layout1 .about-us-content {
    margin-left: 30px;
    padding-top: 35px;
}
.about-wrap-layout1 .about-us-content .text {
    color: #494f5b;
    margin-bottom: 25px;
}
.about-wrap-layout1 .about-us-content .features-list ul li {
    position: relative;
    margin-bottom: 4px;
    color: #494f5b;
}
.about-wrap-layout1 .about-us-content .features-list ul li:last-child {
    margin-bottom: 0;
}
.about-wrap-layout1 .about-us-content .features-list ul li:before {
    content: '\f111';
    position: relative;
    left: 0;
    top: -4px;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    box-shadow: inset 0 0 6px -2px #0046e2;
    line-height: 15px;
    margin-right: 15px;
    color: #0046e2;
    border-radius: 50%;
}
.about-wrap-layout1 .action-btn {
    float: right;
    overflow: hidden;
}
.about-wrap-layout1 .action-area {
    position: relative;
    margin-top: -150px;
    padding-left: 145px;
}
.about-wrap-layout1 .action-area .action-box {
    padding-right: 60px;
    margin-right: 60px;
    position: relative;
}
.about-wrap-layout1 .action-area .action-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 60px;
    width: 1px;
    margin-top: -30px;
    background-color: #e5e5e5;
}
.about-wrap-layout1 .action-area .action-box:last-child {
    padding-right: 0;
    margin-right: 0;
}
.about-wrap-layout1 .action-area .action-box:last-child:before {
    display: none;
}
.about-wrap-layout1 .action-area .action-box .icon span {
    font-size: 46px;
    color: #0046e2;
    display: block;
    margin-bottom: 5px;
}
.about-wrap-layout1 .action-area .action-box .icon span .flaticon-envelope {
    font-size: 40px;
}
.about-wrap-layout1 .action-area .action-box .content .text {
    font-size: 24px;
    color: #0046e2;
    margin-bottom: 0;
    font-weight: 500;
}
.about-wrap-layout1 .action-area .action-box .content span {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1;
    color: #494f5b;
}
.service-layout1 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.our-featured-wrapper {
    position: relative;
}
.our-featured-wrapper .single-featured {
    text-align: center;
    position: relative;
    padding-top: 30px;
    transform: translateY(0);
    transition: all ease 0.4s;
}
.our-featured-wrapper .single-featured .shape {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    border: 3px solid #ffffff;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.our-featured-wrapper .single-featured .shape:after, .our-featured-wrapper .single-featured .shape:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #0046e2;
    display: inline-block;
    box-shadow: 0 0 1px 6px white;
    position: absolute;
    left: -6px;
    top: calc(50% - 4px);
    border-radius: 50%;
    z-index: 3;
}
.our-featured-wrapper .single-featured .shape:after {
    left: auto;
    right: -6px;
}
.our-featured-wrapper .single-featured .featured-icon {
    position: relative;
    margin-bottom: -60px;
    z-index: 3;
}
.our-featured-wrapper .single-featured .featured-icon .circle-btn {
    transform: rotate(0);
}
.our-featured-wrapper .single-featured .featured-icon .circle-btn:hover {
    color: #ffffff;
}
.our-featured-wrapper .single-featured .featured-content {
    background-color: #ffffff;
    padding: 100px 40px;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
}
.our-featured-wrapper .single-featured .featured-content .title {
    font-size: 30px;
    font-family: "Calibri", sans-serif;
    margin-bottom: 22px;
}
.our-featured-wrapper .single-featured:hover {
    transform: translateY(5px);
}
.our-featured-wrapper .single-featured:hover .featured-icon .circle-btn {
    background-color: #ef0f3a;
    transform: rotate(360deg);
}
.our-featured-wrapper .single-featured:hover .shape:after, .our-featured-wrapper .single-featured:hover .shape:before {
    background-color: #ef0f3a;
}
.our-featured-wrapper .section-title p, .our-featured-wrapper .section-title .title {
    color: #ffffff;
}
.featured-layout1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    z-index: 0;
    background-color: #0e121d;
}
.featured-layout1 .circle-btn {
    box-shadow: 0px 10px 18px 2px rgba(4, 5, 5, 0.13);
}
.featured-layout1 .circle-btn:hover {
    color: #ffffff;
}
.featured-layout1 .single-featured .text {
    color: #494f5b;
}
.brand-area-wrapper .brand-box {
    box-shadow: 0 10px 85px -20px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 30px 0;
    margin: 30px 0;
    background-color: #ffffff;
    transform: translateY(0);
    transition: all ease-in-out 0.4s;
}
.brand-area-wrapper .brand-box:hover {
    box-shadow: none;
    transform: translateY(-5px);
}
.brand-layout1 {
    position: relative;
}
.brand-layout1 .bg-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}
.sidemenu-wrapper {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
   
    transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ffffff;
    border: 1px solid #0046e2;
    color: #0046e2;
    border-radius: 50%;
    transform: rotate(0);
    transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
    background-color: #0046e2;
    color: #ffffff;
    border-color: transparent;
    transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
    background-color: #ffffff;
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow: scroll;
    position: relative;
    right: -500px;
    cursor: auto;
    transition-delay: 1s;
    transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content .widget {
    padding: 0 !important;
}
.sidemenu-wrapper .sidemenu-content .widget_about {
    padding: 0;
}
.sidemenu-wrapper .sidemenu-content .widget_about img {
    margin-bottom: 25px;
}
.sidemenu-wrapper .sidemenu-content .widget_contact p {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.sidemenu-wrapper .sidemenu-content .widget_contact p:last-child {
    margin-bottom: 0;
}
.sidemenu-wrapper .sidemenu-content .widget_contact i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    background-color: #0046e2;
    margin-right: 15px;
    color: #ffffff;
    border-radius: 50%;
    transition: all ease 0.4s;
}
.widget:not(.footer-widget) {
    padding: 40px;
    margin-bottom: 40px;
    padding-top: 35px;
    background-color: #ffffff;
}
.widget:not(.footer-widget).widget_offer_banner {
    padding: 0 0;
}
.widget_offer_banner {
    position: relative;
    z-index: 1;
    padding: 0;
}
.widget_offer_banner img {
    width: 100%;
}
.widget_offer_banner .title {
    position: absolute;
    top: 50%;
    left: 20px;
    color: #ef0f3a;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 60px;
    max-width: 141px;
    line-height: 36px;
    font-family: "Calibri", sans-serif;
    font-weight: 600;
}
.widget_offer_banner .title span {
    margin: 7px 0;
    display: inline-block;
}
.widget_offer_banner .title .f-34 {
    font-size: 34px;
}
.widget_offer_banner .title .f-47 {
    font-size: 47px;
}
.footer-layout1 {
    background-color: #0a1229;
		background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-layout1 .footer-wid-wrap .footer-widget h3.widget_title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: -5px;
}
.footer-layout1 .footer-wid-wrap .footer-widget h3.widget_title:before, .footer-layout1 .footer-wid-wrap .footer-widget h3.widget_title:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: 0;
    left: 15px;
    background-color: #0046e2;
}
.footer-layout1 .footer-wid-wrap .footer-widget h3.widget_title:after {
    left: 0;
    width: 10px;
}
.footer-layout1 .footer-wid-wrap .widget_contact p {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
}
.footer-layout1 .footer-wid-wrap .widget_contact p:last-child {
    margin-bottom: 0;
}
.footer-layout1 .footer-wid-wrap .widget_contact p i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    background-color: #0046e2;
    margin-right: 15px;
    border-radius: 50%;
    transition: all ease 0.4s;
}
.footer-layout1 .footer-wid-wrap .widget_contact p a {
    color: inherit;
}
.footer-layout1 .footer-wid-wrap .widget_contact p:hover i {
    background-color: #ef0f3a;
}
.footer-layout1 .footer-wid-wrap .widget_contact p:hover a {
    text-decoration: underline;
}
.footer-layout1 .footer-wid-wrap .widget-links ul li {
    margin-bottom: 15px;
}
.footer-layout1 .footer-wid-wrap .widget-links ul li:last-child {
    margin-bottom: 0;
}
.footer-layout1 .footer-wid-wrap .widget-links ul li a {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    position: relative;
}
.footer-layout1 .footer-wid-wrap .widget-links ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0046e2;
    transition: 0.4s;
}
.footer-layout1 .footer-wid-wrap .widget-links ul li a:hover:before {
    width: 100%;
}
.footer-layout1 .copyright-area {
    background-color: #f4f5f8;
    padding: 30px 0;
}
.footer-layout1 .copyright-area .copyright .text {
    color: #696e78;
    margin-bottom: 0;
}
.footer-layout1 .copyright-area .copyright .text a {
    color: #0046e2;
}
.footer-layout1 .copyright-area .copyright .text a:hover {
    color: #ef0f3a;
}
.footer-layout1 .copyright-area .social-links li {
    display: inline-block;
    margin-right: 10px;
}
.footer-layout1 .copyright-area .social-links li:last-child {
    margin-right: 0;
}
.footer-layout1 .copyright-area .social-links li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    background-color: #0046e2;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
}
.footer-layout1 .copyright-area .social-links li a:hover {
    background-color: #ef0f3a;
}
.background-image {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.no-shadow {
    box-shadow: none;
}
.pt-30 {
    padding-top: 30px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-100 {
    padding-bottom: 100px;
}
 .fotohover:hover{
     border:3px solid #f5f5f5;
}
