@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;display=swap";
body {
    padding: 0;
    margin: 0;
    color: #002e5b;
    font-family: open sans, sans-serif;
    font-size: 18px;
}
a {
    outline: 0 !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #002e5b;
    text-decoration: none;
}
a:hover {
    color: #1266f1;
    text-decoration: none;
}
p {
    color: #666;
    margin-bottom: 12px;
    line-height: 1.8;
    font-size: 18px;
}
p:last-child {
    margin-bottom: 0;
}
button, input {
    outline: 0 !important;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pb-70 {
    padding-bottom: 70px;
}
.bg-black-color {
    background-color: #002e5b;
}
.bg-f8f8f8 {
    background-color: #C09F80;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #002e5b;
    font-family: roboto, sans-serif;
}
.bg-fafafa {
    background-color: #fafafa;
}
img {
    max-width: 100%;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.section-title {
    text-align: center;
    max-width: 700px;
    margin-bottom: 55px;
    margin-left: auto;
    margin-right: auto;
}
.section-title .sub-title {
    color: #1266f1;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}
.section-title h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
}
.section-title p {
    max-width: 610px;
    font-size: 16px;
    margin-left: auto;
    margin-top: 8px;
    margin-bottom: 0;
    margin-right: auto;
}
.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    background-color: #002e5b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    font-family: roboto, sans-serif;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #1266f1;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
}
.default-btn:hover, .default-btn:focus {
    color: #fff;
}
.default-btn:hover span, .default-btn:focus span {
    width: 225%;
    height: 562.5px;
}
.optional-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #002e5b;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    font-family: roboto, sans-serif;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.optional-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #1266f1;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
}
.optional-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    border: 1px solid #002e5b;
    z-index: -1;
}
.optional-btn:hover, .optional-btn:focus {
    color: #fff;
}
.optional-btn:hover span, .optional-btn:focus span {
    width: 225%;
    height: 562.5px;
}
.form-control {
    height: 50px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    text-transform: uppercase;
    color: #002e5b;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding-left: 15px;
    font-family: roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-ms-input-placeholder {
    color: #999;
}
.form-control::placeholder {
    color: #999;
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #002e5b;
    top: 0;
    left: 0;
}
.preloader .loader {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}
.preloader .box {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-animation: animate 0.5s linear infinite;
    animation: animate 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.preloader .shadow {
    width: 100%;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow 0.5s linear infinite;
    animation: shadow 0.5s linear infinite;
}
@-webkit-keyframes loader {
    0% {
        left: -100px;
    }
    100% {
        left: 110%;
    }
}
@keyframes loader {
    0% {
        left: -100px;
    }
    100% {
        left: 110%;
    }
}
@-webkit-keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@-webkit-keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}
@keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}
.header-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background-color: transparent;
}
.header-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 85%;
    background-color: #ffff;
    z-index: -1;
}
.top-header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-header .top-header-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.top-header .top-header-nav li {
    display: inline-block;
    position: relative;
    margin-right: 12px;
    color: #fff;
    padding-left: 12px;
}
.top-header .top-header-nav li a {
    display: block;
    color: #fff;
}
.top-header .top-header-nav li a:hover {
    color: #1266f1;
}
.top-header .top-header-nav li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #1266f1;
    border-radius: 50%;
}
.top-header .top-header-right-side {
    text-align: right;
}
.top-header .top-header-right-side ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.top-header .top-header-right-side ul li {
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 52px;
    color: #f72403;
    font-size: 14px;
    margin-right: 20px;
    vertical-align: middle;
}
.top-header .top-header-right-side ul li .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    background-color: #1266f1;
    text-align: center;
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-header .top-header-right-side ul li .facebook {
    background-color: #3B5998;
}
.top-header .top-header-right-side ul li .twitter {
    background-color: #1DA1F2;
}
.top-header .top-header-right-side ul li .youtube {
    background-color: #FF0000;
}
.top-header .top-header-right-side ul li .instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.top-header .top-header-right-side ul li span {
    display: block;
}
.top-header .top-header-right-side ul li a {
    display: inline-block;
    color: #f72403;
    font-size: 16px;
    font-family: roboto, sans-serif;
    font-weight: 700;
}
.top-header .top-header-right-side ul li a.default-btn {
    background-color: #1266f1;
    color: #fff;
    top: 4px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-header .top-header-right-side ul li a.default-btn span {
    background: #f72403;
}
.top-header .top-header-right-side ul li a.default-btn:hover {
    color: #ffff53;
}
.top-header .top-header-right-side ul li a.default-btn1 {
    background-color: #00AE2C;
    color: #fff;
    top: 4px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-header .top-header-right-side ul li a.default-btn1 span {
    background: #f72403;
}
.top-header .top-header-right-side ul li a.default-btn1:hover {
    color: #ffff53;
}
.top-header .top-header-right-side ul li:hover .icon {
    background-color: #f72403;
    color: #ffff53;
}
.top-header .top-header-right-side ul li:last-child {
    padding-left: 0;
    margin-right: 0;
}
.top-header .top-header-logo a {
    display: inline-block;
}
.pearo-responsive-nav {
    display: none;
}
.pearo-nav {
    background-color: transparent;
}
.pearo-nav .navbar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-right: 20px;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
    background: linear-gradient(90deg, #D033AE 0%, #425CFE 100%);
}
.pearo-nav .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.pearo-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.pearo-nav .navbar .navbar-nav {
    font-family: roboto, sans-serif;
    margin-left: auto;
}
.pearo-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0;
}
.pearo-nav .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    font-weight: 700;
    color: #ffff;
    text-transform: uppercase;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 13px;
    margin-right: 0px;
}
.pearo-nav .navbar .navbar-nav .nav-item a:hover, .pearo-nav .navbar .navbar-nav .nav-item a:focus, .pearo-nav .navbar .navbar-nav .nav-item a.active {
    color: #ffff53;
}
.pearo-nav .navbar .navbar-nav .nav-item a i {
    font-size: 11px;
}
.pearo-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}
.pearo-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}
.pearo-nav .navbar .navbar-nav .nav-item:hover a, .pearo-nav .navbar .navbar-nav .nav-item.active a {
    color: #ffff53;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    min-width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    border-top: 2px solid #1266f1;
    padding: 0;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: uppercase;
    padding: 13px 20px 11px;
    margin: 0;
    position: relative;
    color: #002e5b;
    background-color: transparent;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 14px;
    font-weight: 600;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.pearo-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    margin-top: 0;
}
.pearo-nav .navbar .others-option {
    margin-left: 25px;
}
.pearo-nav .navbar .others-option .option-item {
    color: #002e5b;
    display: inline-block;
    position: relative;
    line-height: 1;
}
.pearo-nav .navbar .others-option .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #002e5b;
    font-size: 20px;
    font-weight: 600;
}
.pearo-nav .navbar .others-option .option-item .search-btn:hover {
    color: #1266f1;
}
.pearo-nav .navbar .others-option .option-item .close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 20px;
    color: #002e5b;
    font-size: 18px;
}
.pearo-nav .navbar .others-option .option-item .close-btn.active {
    display: block;
}
.pearo-nav .navbar .others-option .option-item .close-btn:hover {
    color: #1266f1;
}
.pearo-nav .navbar .others-option .burger-menu {
    margin-left: 15px;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    color: #f9c7fa;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pearo-nav .navbar .others-option .burger-menu:hover {
    color: #ff0;
}
.navbar-area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #D033AE 45%, #d6249f 60%, #285AEB 90%);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-area.is-sticky .pearo-nav .navbar {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding-left: 0;
    padding-right: 0;
}
.header-style-two::before {
    background-color: #fff;
}
.header-style-two .top-header .top-header-nav li {
    color: #002e5b;
}
.header-style-two .top-header .top-header-nav li a {
    color: #002e5b;
}
.header-style-two .top-header .top-header-nav li a:hover {
    color: #1266f1;
}
.header-style-two .top-header .top-header-right-side ul li {
    color: #666;
}
.header-style-two .top-header .top-header-right-side ul li a {
    color: #002e5b;
}
.header-style-two .top-header .top-header-right-side ul li a:hover {
    color: #1266f1;
}
.header-style-two .top-header .top-header-right-side ul li a.default-btn {
    color: #fff;
}
.header-style-two .top-header .top-header-right-side ul li a.default-btn span {
    background: #002e5b;
}
.header-style-two .top-header .top-header-right-side ul li a.default-btn:hover {
    color: #fff;
}
.header-style-two .top-header .top-header-right-side ul li:hover .icon {
    background-color: #002e5b;
    color: #fff;
}
.header-style-two .pearo-nav .navbar {
    background-color: #002e5b;
    -webkit-box-shadow: -10px 10px rgba(0, 46, 91, 0.5);
    box-shadow: -10px 10px rgba(0, 46, 91, 0.5);
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item a {
    color: #fff;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item a:hover, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item a:focus, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item a.active {
    color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item:hover a, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item.active a {
    color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #002e5b;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.header-style-two .pearo-nav .navbar .others-option .option-item {
    color: #fff;
}
.header-style-two .pearo-nav .navbar .others-option .option-item .search-btn {
    color: #fff;
}
.header-style-two .pearo-nav .navbar .others-option .option-item .search-btn:hover {
    color: #1266f1;
}
.header-style-two .pearo-nav .navbar .others-option .option-item .close-btn {
    color: #fff;
}
.header-style-two .pearo-nav .navbar .others-option .option-item .close-btn:hover {
    color: #1266f1;
}
.header-style-two .pearo-nav .navbar .others-option .burger-menu {
    color: #fff;
}
.header-style-two .pearo-nav .navbar .others-option .burger-menu:hover {
    color: #1266f1;
}
.header-style-two .navbar-area.is-sticky {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.3);
    background-color: #002e5b !important;
}
.header-style-three .pearo-nav .navbar-brand {
    display: none;
}
.header-style-three .pearo-nav .navbar .navbar-nav {
    margin-left: 0;
}
.header-style-three .pearo-nav .navbar .others-option {
    margin-left: auto;
}
.header-style-four::before {
    background-color: #fff;
}
.header-style-four .top-header .top-header-nav li {
    color: #002e5b;
}
.header-style-four .top-header .top-header-nav li a {
    color: #002e5b;
}
.header-style-four .top-header .top-header-nav li a:hover {
    color: #1266f1;
}
.header-style-four .top-header .top-header-right-side ul li {
    color: #666;
}
.header-style-four .top-header .top-header-right-side ul li a {
    color: #002e5b;
}
.header-style-four .top-header .top-header-right-side ul li a:hover {
    color: #1266f1;
}
.header-style-four .top-header .top-header-right-side ul li a.default-btn {
    color: #fff;
}
.header-style-four .top-header .top-header-right-side ul li a.default-btn span {
    background: #002e5b;
}
.header-style-four .top-header .top-header-right-side ul li a.default-btn:hover {
    color: #fff;
}
.header-style-four .top-header .top-header-right-side ul li:hover .icon {
    background-color: #002e5b;
    color: #fff;
}
.header-style-four .pearo-nav .navbar-brand {
    display: none;
}
.header-style-four .pearo-nav .navbar {
    background-color: #002e5b;
    -webkit-box-shadow: -10px 10px rgba(0, 46, 91, 0.5);
    box-shadow: -10px 10px rgba(0, 46, 91, 0.5);
}
.header-style-four .pearo-nav .navbar .navbar-nav {
    margin-left: 0;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item a {
    color: #fff;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item a:hover, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item a:focus, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item a.active {
    color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item:hover a, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item.active a {
    color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #002e5b;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #002e5b;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #fff;
    background-color: #1266f1;
}
.header-style-four .pearo-nav .navbar .others-option {
    margin-left: auto;
}
.header-style-four .pearo-nav .navbar .others-option .option-item {
    color: #fff;
}
.header-style-four .pearo-nav .navbar .others-option .option-item .search-btn {
    color: #fff;
}
.header-style-four .pearo-nav .navbar .others-option .option-item .search-btn:hover {
    color: #1266f1;
}
.header-style-four .pearo-nav .navbar .others-option .option-item .close-btn {
    color: #fff;
}
.header-style-four .pearo-nav .navbar .others-option .option-item .close-btn:hover {
    color: #1266f1;
}
.header-style-four .pearo-nav .navbar .others-option .burger-menu {
    color: #fff;
}
.header-style-four .pearo-nav .navbar .others-option .burger-menu:hover {
    color: #1266f1;
}
.header-style-four .navbar-area.is-sticky {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.3);
    background-color: #002e5b !important;
}
.search-overlay {
    display: none;
}
.search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 330px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-top: 31px;
}
.search-overlay.search-popup .search-form {
    position: relative;
}
.search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #002e5b;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 15px;
}
.search-overlay.search-popup .search-form .search-input:focus {
    border-color: #1266f1;
}
.search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: 0 0;
    border: none;
    width: 50px;
    outline: 0;
    color: #666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
}
.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
    color: #1266f1;
}
.sidebar-modal {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}
.sidebar-modal .sidebar-modal-inner {
    position: absolute;
    right: -100%;
    top: 0;
    width: 30%;
    overflow-y: scroll;
    height: 100%;
    background-color: #fff;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.sidebar-modal .sidebar-modal-inner .close-btn {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #002e5b;
    cursor: pointer;
    width: 35px;
    text-align: center;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #eee;
    line-height: 34px;
}
.sidebar-modal .sidebar-modal-inner .close-btn:hover {
    background-color: red;
    border-color: red;
    color: #fff;
}
.sidebar-modal .sidebar-about-area {
    margin-bottom: 40px;
}
.sidebar-modal .sidebar-about-area .title h2 {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.sidebar-modal .sidebar-about-area .title p {
    font-size: 14px;
}
.sidebar-modal .sidebar-instagram-feed {
    margin-bottom: 40px;
}
.sidebar-modal .sidebar-instagram-feed h2 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.sidebar-modal .sidebar-instagram-feed ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    margin-top: -10px;
}
.sidebar-modal .sidebar-instagram-feed ul li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}
.sidebar-modal .sidebar-instagram-feed ul li a {
    display: block;
    position: relative;
}
.sidebar-modal .sidebar-instagram-feed ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
    opacity: 0.5;
    visibility: visible;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info {
    text-align: center;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a {
    display: inline-block;
    color: #1266f1;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a:hover {
    color: #002e5b;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a:not(:first-child) {
    color: #002e5b;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a:not(:first-child):hover {
    color: #1266f1;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 span {
    display: block;
    color: #666;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 1px;
    padding-left: 0;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #dadada;
    border-radius: 50%;
    color: #aba5a5;
    display: block;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li a i {
    font-size: 14px;
}
.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li a:hover {
    color: #fff;
    border-color: #1266f1;
    background-color: #1266f1;
}
.sidebar-modal::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
    height: 100%;
    -webkit-transition: 1s;
    transition: 1s;
}
.sidebar-modal.active {
    opacity: 1;
    visibility: visible;
}
.sidebar-modal.active .sidebar-modal-inner {
    right: 0;
}
.sidebar-modal.active::before {
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .pearo-responsive-nav {
        display: block;
    }
    .pearo-responsive-nav .pearo-responsive-menu {
        position: relative;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav {
        margin-top: 62px;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #1266f1;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14px;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option {
        position: absolute;
        right: 55px;
        top: 13px;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item {
        color: #002e5b;
        display: inline-block;
        position: relative;
        line-height: 1;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .search-btn {
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #002e5b;
        font-size: 20px;
        font-weight: 600;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .search-btn:hover {
        color: #1266f1;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn {
        cursor: pointer;
        display: none;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        width: 20px;
        color: #002e5b;
        font-size: 18px;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn.active {
        display: block;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn:hover {
        color: #1266f1;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .burger-menu {
        display: none;
    }
    .pearo-responsive-nav .pearo-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 306px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .pearo-responsive-nav .mean-container a.meanmenu-reveal {
        color: #002e5b;
    }
    .navbar-area.is-sticky {
        background-color: #FFF !important;
    }
    .pearo-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #002e5b;
    }
    .pearo-responsive-nav .logo {
        position: relative;
        width: 85%;
        z-index: 999;
        padding-top: 10px;
    }
    .navbar-area {
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pearo-nav {
        display: none;
    }
    .search-overlay.search-popup {
        width: 270px;
        right: -68px;
    }
    .search-overlay.search-popup .search-form .search-input {
        width: 94%;
    }
    .header-style-two .navbar-area {
        background-color: #002e5b;
    }
    .header-style-two .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item {
        color: #fff;
    }
    .header-style-two .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .search-btn {
        color: #fff;
    }
    .header-style-two .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .search-btn:hover {
        color: #1266f1;
    }
    .header-style-two .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn {
        color: #fff;
    }
    .header-style-two .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn:hover {
        color: #1266f1;
    }
    .header-style-two .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .burger-menu {
        color: #fff;
    }
    .header-style-two .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .burger-menu:hover {
        color: #1266f1;
    }
    .header-style-two .pearo-responsive-nav .mean-container a.meanmenu-reveal {
        color: #fff;
    }
    .header-style-two .pearo-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #fff;
    }
    .header-style-four .navbar-area {
        background-color: #002e5b;
    }
    .header-style-four .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item {
        color: #fff;
    }
    .header-style-four .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .search-btn {
        color: #fff;
    }
    .header-style-four .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .search-btn:hover {
        color: #1266f1;
    }
    .header-style-four .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn {
        color: #fff;
    }
    .header-style-four .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .option-item .close-btn:hover {
        color: #1266f1;
    }
    .header-style-four .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .burger-menu {
        color: #fff;
    }
    .header-style-four .pearo-responsive-nav .pearo-responsive-menu.mean-container .mean-nav .others-option .burger-menu:hover {
        color: #1266f1;
    }
    .header-style-four .pearo-responsive-nav .mean-container a.meanmenu-reveal {
        color: #fff;
    }
    .header-style-four .pearo-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #fff;
    }
}
.main-banner {
    height: 650px;
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent url(../img/banner-shape.png) center center no-repeat;
    background-size: cover;
}
.main-banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 360px;
    z-index: 1;
    background-image: url(../img/banner-white-shape.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.item-bg1 {
    background-image: url(../images/slides/1.JPG);
    background-position: right top !important;
}
.item-bg2 {
    background-image: url(../images/slides/2.jpg);
    background-position: right top !important;
}
.item-bg3 {
    background-image: url(../images/slides/3.jpg);
    background-position: center top !important;
}
.item-bg4 {
    background-image: url(../images/slides/4.jpg);
    background-position: center top !important;
}
.item-bg4 {
    background-image: url(../images/slides/4.jpg);
    background-position: top left !important;
}
.item-bg5 {
    background-image: url(../img/main-banner-image/5.jpg);
}
.item-bg6 {
    background-image: url("../images/slider/1.JPG");
}
.item-bg7 {
    background-image: url("../images/slider/2.jpg");
}
.item-bg8 {
    background-image: url("../images/slider/3.jpg");
}
.item-bg9 {
    background-image: url("../images/slider/4.jpg");
}
.item-bg10 {
    background-image: url("../images/slider/5.jpg");
}
.item-bg11 {
    background-image: url("../images/slider/6.jpg");
}
.banner-section {
    height: 650px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*
.banner-section::before {



  content: "";



  position: absolute;



  left: 0;



  top: 0;



  width: 100%;



  height: 100%;



  z-index: -1;



  background: transparent url(../img/banner-shape.png) center center no-repeat;



  background-size: cover;



}*/
.banner-section .main-banner-content {
    margin-top: 150px;
}
.main-banner-content {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    max-width: 785px;
}
.main-banner-content .sub-title {
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin-bottom: 13px;
    font-size: 16px;
}
.main-banner-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 900;
}
.main-banner-content .btn-box {
    margin-top: 32px;
}
.main-banner-content .btn-box .default-btn {
    margin-right: 10px;
    background-color: #fff;
    color: #002e5b;
}
.main-banner-content .btn-box .default-btn:hover, .main-banner-content .btn-box .default-btn:focus {
    color: #fff;
}
.main-banner-content .btn-box .optional-btn {
    color: #fff;
}
.main-banner-content .btn-box .optional-btn::before {
    border-color: #fff;
}
.main-banner-content p {
    color: #fff;
    max-width: 485px;
    margin-bottom: 0;
    margin-top: 13px;
}
.main-banner-content.text-center {
    margin-left: auto;
    margin-right: auto;
}
.main-banner-content.text-center p {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
.main-banner-content.text-center .btn-box .default-btn, .main-banner-content.text-center .btn-box .optional-btn {
    margin-left: 5px;
    margin-right: 5px;
}
.banner-content {
    position: relative;
    z-index: 2;
    margin-top: 150px;
    max-width: 785px;
}
.banner-content .sub-title {
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin-bottom: 17px;
    border-left: 3px solid #1266f1;
    padding-left: 10px;
    font-size: 16px;
}
.banner-content h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
}
.banner-content .btn-box {
    margin-top: 40px;
    position: relative;
}
.banner-content .btn-box .default-btn {
    margin-right: 25px;
    background-color: #fff;
    color: #002e5b;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 35px;
    padding-left: 35px;
}
.banner-content .btn-box .default-btn:hover, .banner-content .btn-box .default-btn:focus {
    color: #fff;
}
.banner-content .btn-box .video-btn {
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 2px;
    font-weight: 600;
    font-size: 16px;
}
.banner-content .btn-box .video-btn span {
    display: inline-block;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner-content .btn-box .video-btn span::after, .banner-content .btn-box .video-btn span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.banner-content .btn-box .video-btn span::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.banner-content .btn-box .video-btn span::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.banner-content .btn-box .video-btn:hover span {
    background-color: #fff;
    color: #002e5b;
}
.banner-content p {
    color: #fff;
    max-width: 485px;
    margin-bottom: 0;
    margin-top: 17px;
}
.main-banner-section {
    height: 969px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-banner-section .main-banner-content {
    margin-top: 130px;
}
.home-slides.owl-theme .owl-nav {
    margin-top: 0;
}
.home-slides.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 50px;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    background-color: transparent !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0;
    padding: 0 !important;
    opacity: 0.5;
    color: #fff;
    font-size: 30px;
    overflow: hidden;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-prev {
    padding: 0 25px 0 0 !important;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-prev::before {
    content: "Prev";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-prev::after {
    content: "Prev";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    font-size: 14px;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-prev:hover::before {
    -webkit-transform: translateY(-190%);
    transform: translateY(-190%);
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-prev:hover::after {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 50px;
    padding: 0 0 0 25px !important;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next::before {
    content: "Next";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next::after {
    content: "Next";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    font-size: 14px;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next:hover::before {
    -webkit-transform: translateY(-190%);
    transform: translateY(-190%);
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next:hover::after {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.home-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    opacity: 1;
}

.home-slides-two
{
	margin-top: 160px;
}

.home-slides-two.owl-theme .owl-nav {
    margin-top: 0;
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 50px;
    bottom: 3%;
    -webkit-transform: translateY(-58%);
    transform: translateY(-58%);
    background-color: transparent !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0;
    padding: 0 !important;
    opacity: 0.5;
    color: #fff;
    font-size: 30px;
    overflow: hidden;
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"].owl-prev {
    padding: 0 25px 0 0 !important;
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"].owl-prev::before {
    content: "Prev";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"].owl-prev::after {
    content: "Prev";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    font-size: 14px;
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"].owl-prev:hover::before {
    -webkit-transform: translateY(-190%);
    transform: translateY(-190%);
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"].owl-prev:hover::after {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 50px;
    padding: 0 0 0 25px !important;
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"].owl-next::before {
    content: "Next";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"].owl-next::after {
    content: "Next";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    font-size: 14px;
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"].owl-next:hover::before {
    -webkit-transform: translateY(-190%);
    transform: translateY(-190%);
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"].owl-next:hover::after {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"]:hover {
    opacity: 1;
}
.shape1 {
    position: absolute;
    left: 35px;
    top: 26%;
    z-index: -1;
    -webkit-animation: moveLeftBounce 10s linear infinite;
    animation: moveLeftBounce 10s linear infinite;
    opacity: 0.5;
}
.shape2 {
    position: absolute;
    right: 200px;
    top: 30%;
    z-index: -1;
    -webkit-animation: moveBounce 10s linear infinite;
    animation: moveBounce 10s linear infinite;
    opacity: 0.5;
}
.shape3 {
    position: absolute;
    left: 100px;
    bottom: 135px;
    z-index: -1;
    -webkit-animation: moveBounce 10s linear infinite;
    animation: moveBounce 10s linear infinite;
    opacity: 0.5;
}
.shape4 {
    position: absolute;
    right: 74px;
    bottom: 75px;
    z-index: -1;
    -webkit-animation: moveLeftBounce 10s linear infinite;
    animation: moveLeftBounce 10s linear infinite;
    opacity: 0.5;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.about-area {
    position: relative;
    z-index: 1;
}
.about-title {
    border-right: 1px solid #dedcde;
    padding-right: 50px;
}
.about-title span {
    color: #1266f1;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.about-title h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
}
.about-text {
    padding-left: 40px;
}
.about-text p {
    font-size: 17px;
}
.about-text .read-more-btn {
    margin-top: 5px;
    display: inline-block;
    text-transform: uppercase;
    color: #1266f1;
    font-size: 15px;
    font-weight: 700;
}
.about-text .read-more-btn i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}
.about-text .read-more-btn:hover i {
    margin-left: 3px;
}
.about-boxes-area {
    margin-top: 30px;
}
.single-about-box {
    margin-top: 30px;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-about-box .icon {
    width: 90px;
    height: 100px;
    line-height: 100px;
    border-radius: 5px;
    background-color: #f8f8f8;
    color: #1266f1;
    font-size: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.single-about-box h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 900;
}
.single-about-box h3 a {
    display: inline-block;
}
.single-about-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.single-about-box:hover .icon {
    background-color: #1266f1;
    color: #fff;
}
.about-image {
    position: relative;
    padding-bottom: 90px;
}
.about-image img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 10px 0 0;
}
.about-content {
    padding-left: 15px;
}
.about-content span {
    display: block;
    color: #1266f1;
    margin-bottom: 10px;
    font-size: 18px;
}
.about-content h2 {
    text-transform: uppercase;
    margin-bottom: 13px;
    font-size: 42px;
    font-weight: 900;
}
.about-content .default-btn {
    margin-top: 10px;
}
.about-inner-area {
    margin-top: 30px;
}
.about-text-box {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.about-text-box h3 {
    margin-bottom: 17px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    font-weight: 900;
}
.about-text-box h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 1px;
    background-color: #1266f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.about-text-box p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14.5px;
}
.about-text-box::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #002e5b;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}
.about-text-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.about-text-box:hover h3 {
    color: #fff;
    border-color: #fff;
}
.about-text-box:hover p {
    color: #fff;
}
.about-text-box:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-img {
    position: relative;
    z-index: 1;
    padding-right: 8px;
    padding-left: 50px;
}
.about-img .text {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #1266f1;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    max-width: 250px;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.4);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.4);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
}
.about-img .text span {
    display: inline-block;
    font-size: 20px;
    font-family: roboto, sans-serif;
    font-weight: 900;
}
.about-img .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.single-services-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    z-index: 1;
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.single-services-box .icon {
    font-size: 65px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-top: -15px;
    margin-bottom: 12px;
}
.single-services-box .icon .icon-bg img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto !important;
    display: inline-block !important;
    z-index: -1;
}
.single-services-box h3 {
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.single-services-box h3 a {
    display: inline-block;
}
.single-services-box h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: #e1dfe1;
    height: 1px;
    width: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-box p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-box .read-more-btn {
    display: inline-block;
    margin-top: 10px;
    color: #002e5b;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.single-services-box .read-more-btn:hover {
    letter-spacing: 0.5px;
}
.single-services-box .box-shape img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block !important;
}
.single-services-box .box-shape img:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.single-services-box:hover {
    background-color: #002e5b;
}
.single-services-box:hover .icon {
    color: #1266f1;
}
.single-services-box:hover h3 {
    color: #fff;
}
.single-services-box:hover h3 a {
    color: #fff;
}
.single-services-box:hover p {
    color: #fff;
}
.single-services-box:hover .read-more-btn {
    color: #1266f1;
}
.single-services-box:hover .box-shape img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}
.single-services-box:hover .box-shape img:nth-child(2) {
    opacity: 1;
    visibility: visible;
}
.services-slides.owl-theme .owl-nav {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.services-slides.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    background-color: #002e5b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}
.services-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -70px;
}
.services-slides.owl-theme .owl-nav [class*="owl-"] .flaticon-left-chevron {
    position: relative;
    left: -2px;
}
.services-slides.owl-theme .owl-nav [class*="owl-"] .flaticon-right-chevron {
    position: relative;
    left: 2px;
}
.services-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background-color: #1266f1;
}
.services-slides.owl-theme .owl-dots {
    line-height: 0.01;
    margin-top: 5px;
    margin-bottom: 30px;
}
.services-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 2px;
    margin: 0 3px;
    background-color: #afaaaf;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
}
.services-slides.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #002e5b;
}
.services-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: #002e5b;
    width: 25px;
}
.services-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.services-boxes-area {
    margin-bottom: -180px;
    position: relative;
}
.single-box {
    top: -180px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}
.single-box .image img {
    width: 100%;
}
.single-box .content {
    border-radius: 38% 38% 0 0;
    padding: 110px 30px 35px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-top: -125px;
}
.single-box .content h3 {
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 900;
}
.single-box .content h3 a {
    display: inline-block;
}
.single-box .content p {
    margin-top: 0;
    margin-bottom: 0;
}
.single-box .content .shape {
    position: absolute;
    left: 0;
    top: -75px;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.single-box .content .shape img {
    width: 100%;
}
.single-box .content .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: 0 auto;
}
.services-box {
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
}
.services-box .image {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.services-box .image img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.services-box .content {
    padding: 30px;
    border-radius: 0 0 5px 5px;
}
.services-box .content h3 {
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.services-box .content h3 a {
    display: inline-block;
}
.services-box .content .read-more-btn {
    display: inline-block;
    margin-top: 5px;
    color: #002e5b;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
}
.services-box .content .read-more-btn:hover {
    letter-spacing: 0.5px;
}
.services-box .content .read-more-btn i {
    font-size: 12px;
}
.services-box:hover {
    border-radius: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.services-box:hover .image {
    border-radius: 0;
}
.services-box:hover .image img {
    border-radius: 0;
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}
.services-box:hover .content {
    border-radius: 0;
}
.partner-area {
    padding-top: 60px;
    padding-bottom: 60px;
}
.partner-title {
    text-align: center;
}
.partner-title h2 {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 900;
}
.single-partner-item {
    text-align: center;
}
.single-partner-item a {
    display: block;
}
.single-partner-item a img {
    width: auto !important;
    display: inline-block !important;
}
.why-choose-us-area .container-fluid {
    padding: 0;
}
.why-choose-us-area .container-fluid .row {
    margin: 0;
}
.why-choose-us-area .container-fluid .row .col-lg-5, .why-choose-us-area .container-fluid .row .col-lg-7 {
    padding: 0;
}
.why-choose-us-content {
    background-color: #002e5b;
    background-image: url(../images/home-4.jpg);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}
.why-choose-us-content .content {
    max-width: 750px;
    overflow: hidden;
    padding-left: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.why-choose-us-content .content .title {
    margin-bottom: 10px;
}
.why-choose-us-content .content .title .sub-title {
    color: #1266f1;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.why-choose-us-content .content .title h2 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
}
.why-choose-us-content .content .title p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}
.why-choose-us-content .content .features-list {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    margin-top: 0;
}
.why-choose-us-content .content .features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #e5e5e5;
    position: relative;
    padding-left: 82px;
    padding-right: 15px;
    padding-top: 30px;
    font-size: 18px;
}
.why-choose-us-content .content .features-list li a {
    color: #e5e5e5;
}
.why-choose-us-content .content .features-list li .icon {
    position: absolute;
    left: 15px;
    top: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    color: #fff;
    background-color: #1266f1;
    text-align: center;
    font-size: 28px;
}
.why-choose-us-content .content .features-list li span {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}
.why-choose-us-content .content .features-list li:hover .icon {
    background-color: #fff;
    color: #1266f1;
}
.why-choose-us-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.why-choose-us-image.bg1 {
    background-image: url(../images/home-1.jpg);
}
.why-choose-us-image.bg2 {
    background-image: url(../images/home-2.jpg);
}
.why-choose-us-image.bg3 {
    background-image: url(../images/home-3.jpg);
}
.why-choose-us-image.bg5 {
    background-image: url(../images/home-5.jpg);
}
.why-choose-us-image.bg6 {
    background-image: url(../images/home-6.jpg);
}
.why-choose-us-image.bg7 {
    background-image: url(../images/home-7.jpg);
}
.why-choose-us-image.bg8 {
    background-image: url(../images/home-8.jpg);
}
.why-choose-us-image img {
    width: auto !important;
    display: none !important;
}
.why-choose-us-slides {
    height: 100%;
}
.why-choose-us-slides .owl-stage-outer {
    width: 100%;
    height: 100%;
}
.why-choose-us-slides .owl-stage-outer .owl-stage {
    height: 100%;
}
.why-choose-us-slides .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}
.why-choose-us-slides.owl-theme .owl-nav {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.why-choose-us-slides.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 35px;
}
.why-choose-us-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 25px;
}
.why-choose-us-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #1266f1;
    background-color: transparent;
}
.why-choose-us-slides.owl-theme .owl-dots {
    line-height: 0.01;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin-top: 0;
}
.why-choose-us-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 2px;
    margin: 0 3px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
}
.why-choose-us-slides.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1266f1;
}
.why-choose-us-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: #1266f1;
    width: 25px;
}
.why-choose-us-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.ctr-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fe4e58;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ctr-area .shape {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.ctr-content {
    border-radius: 5px;
    padding: 50px 20px;
    position: relative;
    z-index: 2;
    max-width: 590px;
    background-color: #002e5b;
}
.ctr-content h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
}
.ctr-content p {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
}
.ctr-content .default-btn {
    margin-top: 15px;
    background-color: #1266f1;
}
.ctr-content .default-btn span {
    background-color: #fff;
}
.ctr-content .default-btn:hover, .ctr-content .default-btn:focus {
    color: #1266f1;
}
.ctr-image {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-pricing-box {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    text-align: center;
    padding-bottom: 40px;
}
.single-pricing-box .pricing-header {
    background-color: #002e5b;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-pricing-box .pricing-header.bg1 {
    background-image: url(../img/achievements-img1.jpg);
}
.single-pricing-box .pricing-header.bg2 {
    background-image: url(../img/achievements-img2.jpg);
}
.single-pricing-box .pricing-header.bg3 {
    background-image: url(../img/achievements-img3.jpg);
}
.single-pricing-box .pricing-header::before {
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #002e5b;
    opacity: 0.65;
}
.single-pricing-box .pricing-header h3 {
    margin-bottom: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
}
.single-pricing-box .pricing-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 145px;
    width: 100%;
    background-image: url(../img/pricing-shape.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-pricing-box .price {
    color: #002e5b;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 900;
}
.single-pricing-box .price sub {
    text-transform: lowercase;
    bottom: 2px;
    font-weight: 400;
    font-size: 16px;
}
.single-pricing-box .book-now-btn {
    margin-top: 20px;
}
.single-pricing-box .book-now-btn .default-btn {
    background-color: transparent;
    color: #1266f1;
    border: 1px solid #1266f1;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.single-pricing-box .book-now-btn .default-btn span {
    background-color: #1266f1;
}
.single-pricing-box .book-now-btn .default-btn:hover {
    color: #fff;
}
.single-pricing-box .pricing-features-list {
    margin-bottom: 0;
    margin-top: 25px;
    list-style-type: none;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}
.single-pricing-box .pricing-features-list li {
    color: #002e5b;
    margin-bottom: 13px;
    font-size: 15px;
    font-weight: 400;
}
.single-pricing-box .pricing-features-list li i {
    color: #1266f1;
    margin-right: 4px;
}
.single-pricing-box .pricing-features-list li i.flaticon-cross-out {
    font-size: 13px;
    color: red;
}
.single-pricing-box .pricing-features-list li.none-active {
    opacity: 0.76;
}
.single-pricing-box .pricing-features-list li.none-active i {
    color: #002e5b;
}
.single-pricing-box .pricing-features-list li:last-child {
    margin-bottom: 0;
}
.quote-area {
    background-image: url(../img/white-bg-line.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat;
}
.quote-content {
    padding-right: 15px;
    text-align: center;
}
.quote-content h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
}
.quote-content p {
    font-size: 15.5px;
    margin-top: 8px;
    margin-bottom: 0;
}
.quote-content .image {
    margin-top: 35px;
}
.tab .tabs_item {
    display: none;
}
.tab .tabs_item:first-child {
    display: block;
}
.quote-list-tab {
    margin-left: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 30px;
    border-radius: 5px;
}
.quote-list-tab .tabs {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    font-family: roboto, sans-serif;
}
.quote-list-tab .tabs li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}
.quote-list-tab .tabs li a {
    display: block;
    padding: 10px 20.6px;
    background-color: transparent;
    color: #848484;
}
.quote-list-tab .tabs li a:hover {
    color: #002e5b;
    background-color: #f9f9f9;
}
.quote-list-tab .tabs li.current a {
    color: #002e5b;
    background-color: #f9f9f9;
}
.quote-list-tab .tabs_item {
    background-color: #f9f9f9;
    padding: 25px;
}
.quote-list-tab .tabs_item p {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
}
.quote-list-tab .tabs_item form .form-group {
    margin-bottom: 15px;
}
.quote-list-tab .tabs_item form .form-control {
    border: none;
    background-color: #fff;
}
.quote-list-tab .tabs_item form .default-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
}
.quote-list-tab .tabs_item form .nice-select {
    background-color: #fff;
    color: #002e5b;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    height: 50px;
    line-height: 53px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: roboto, sans-serif;
}
.quote-list-tab .tabs_item form .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px;
}
.quote-list-tab .tabs_item form .nice-select .list .option {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
    font-size: 15px;
    font-family: roboto, sans-serif;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}
.quote-list-tab .tabs_item form .nice-select .list .option:hover {
    background-color: #1266f1 !important;
    color: #fff;
}
.quote-list-tab .tabs_item form .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600;
}
.quote-list-tab .tabs_item form .nice-select:after {
    right: 15px;
    border-color: #002e5b;
    width: 10px;
    height: 10px;
}
.quote-boxes-area {
    position: relative;
    z-index: 3;
    margin-top: -91px;
}
.quote-boxes-content {
    background-color: #fff;
    -webkit-box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    text-align: center;
    max-width: 800px;
    padding: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.quote-boxes-content h2 {
    margin-bottom: 0;
    background-color: #1266f1;
    color: #fff;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    padding: 30px 30px 25px;
    font-size: 30px;
    font-weight: 900;
    margin-top: -50px;
    margin-right: -50px;
    margin-left: -50px;
    margin-bottom: 50px;
}
.quote-boxes-content form {
    position: relative;
    z-index: 1;
}
.quote-boxes-content form .form-group {
    margin-bottom: 0;
}
.quote-boxes-content form .row {
    margin-left: -4px;
    margin-right: -4px;
}
.quote-boxes-content form .row .col-lg-4, .quote-boxes-content form .row .col-lg-5, .quote-boxes-content form .row .col-lg-3, .quote-boxes-content form .row .col-lg-7, .quote-boxes-content form .row .col-lg-12 {
    padding-left: 4px;
    padding-right: 4px;
}
.quote-boxes-content form .nice-select {
    background-color: #fff;
    color: #002e5b;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: roboto, sans-serif;
}
.quote-boxes-content form .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px;
}
.quote-boxes-content form .nice-select .list .option {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
    font-size: 15px;
    font-family: roboto, sans-serif;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}
.quote-boxes-content form .nice-select .list .option:hover {
    background-color: #1266f1 !important;
    color: #fff;
}
.quote-boxes-content form .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600;
}
.quote-boxes-content form .nice-select:after {
    right: 15px;
    border-color: #002e5b;
    width: 10px;
    height: 10px;
}
.quote-boxes-content form .form-control {
    height: 55px;
    border: none;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    background-color: #fff;
}
.quote-boxes-content form .default-btn {
    margin-top: 25px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(0, 46, 91, 0.2);
    box-shadow: 0 5px 28.5px 1.5px rgba(0, 46, 91, 0.2);
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 45px;
    padding-right: 45px;
}
.quote-boxes-content .image {
    position: absolute;
    left: -180px;
    bottom: -30px;
}
.find-agent-area {
    background-image: url(../images/anthem.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.find-agent-content {
    padding-right: 20px;
}
.find-agent-content .col-lg-12:last-child .box {
    margin-bottom: 0;
}
.find-agent-content .box {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px 20px 115px;
}
.find-agent-content .box .icon {
    background-color: #002e5b;
    color: #fff;
    font-size: 45px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    width: 95px;
    height: 105px;
    text-align: center;
}
.find-agent-content .box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.find-agent-content .box h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
}
.find-agent-contact-info {
    padding-left: 20px;
}
.find-agent-contact-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.find-agent-contact-info ul li {
    position: relative;
    padding-left: 100px;
    color: #666;
    z-index: 1;
    margin-top: 35px;
    margin-bottom: 35px;
}
.find-agent-contact-info ul li .icon {
    width: 85px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background-color: #d9e5f1;
    border-radius: 50%;
    line-height: 85px;
    text-align: center;
    font-size: 35px;
    color: #fff;
}
.find-agent-contact-info ul li .icon::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: -1;
    background-color: #002e5b;
    margin: 5px;
    content: "";
}
.find-agent-contact-info ul li span {
    color: #002e5b;
    display: block;
    font-size: 16px;
    margin-bottom: 1px;
}
.find-agent-contact-info ul li a {
    display: inline-block;
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-size: 25px;
}
.find-agent-contact-info ul li:last-child {
    margin-bottom: 0;
}
.find-agent-contact-info ul li:last-child::before {
    height: 100%;
}
.find-agent-contact-info ul li:first-child {
    margin-top: 0;
}
.find-agent-contact-info ul li:nth-child(2) {
    padding-left: 0;
}
.find-agent-contact-info ul li::before {
    width: 1px;
    height: 280%;
    background-color: #e8e8e8;
    content: "";
    z-index: -1;
    position: absolute;
    left: 40px;
    top: 0;
}
.find-agent-contact-info ul li cite {
    background-color: #edf6ff;
    padding: 3px 8px;
    position: relative;
    left: 25px;
}
.feedback-slides {
    position: relative;
}
.feedback-slides .client-feedback {
    position: relative;
}
.feedback-slides .client-feedback .single-feedback {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
    padding-top: 75px;
}
.feedback-slides .client-feedback .single-feedback p {
    position: relative;
    max-width: 790px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
}
.feedback-slides .client-feedback .single-feedback::before {
    position: absolute;
    left: 0;
    right: 0;
    content: "\f107";
    top: 0;
    color: #1266f1;
    display: inline-block;
    margin-top: -27px;
    margin-left: auto;
    margin-right: auto;
    font-size: 70px;
    font-family: Flaticon;
    font-style: normal;
}
.feedback-slides .client-thumbnails {
    position: relative;
    max-width: 450px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}
.feedback-slides .client-thumbnails .item .img-fill {
    cursor: pointer;
    position: relative;
    text-align: center;
}
.feedback-slides .client-thumbnails .item .img-fill img {
    opacity: 0.7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    border: 3px solid #1266f1;
    border-radius: 50%;
    width: 85px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.feedback-slides .client-thumbnails .item .title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 20px -100px 0;
    text-align: center;
}
.feedback-slides .client-thumbnails .item .title h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}
.feedback-slides .client-thumbnails .item .title span {
    display: block;
    color: #1266f1;
    font-size: 14px;
    margin-top: 5px;
}
.feedback-slides .client-thumbnails .item.slick-center .title {
    opacity: 1;
    visibility: visible;
}
.feedback-slides .client-thumbnails .item.slick-center .img-fill img {
    border-color: #002e5b;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feedback-slides .next-arrow, .feedback-slides .prev-arrow {
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    color: #bcbcbc;
    z-index: 1;
    border-radius: 50%;
    outline: 0 !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    font-size: 25px;
    visibility: hidden;
}
.feedback-slides .next-arrow:hover, .feedback-slides .prev-arrow:hover {
    color: #1266f1;
}
.feedback-slides .next-arrow {
    right: -20px;
}
.feedback-slides .prev-arrow {
    left: -20px;
}
.feedback-slides:hover .next-arrow, .feedback-slides:hover .prev-arrow {
    opacity: 1;
    visibility: visible;
}
.feedback-slides .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.single-feedback-item {
    position: relative;
    margin-left: 25px;
    margin-top: 25px;
    margin-bottom: 8px;
}
.single-feedback-item .feedback-desc {
    background-color: #002e5b;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-top: 35px;
    min-height: 200px;
}
.single-feedback-item .feedback-desc p {
    margin-bottom: 0;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-style: italic;
}
.single-feedback-item .feedback-desc p::before {
    content: '"';
    position: relative;
    display: inline-block;
    left: 0;
    color: #fff;
}
.single-feedback-item .feedback-desc p::after {
    content: '"';
    position: relative;
    display: inline-block;
    right: 0;
    color: #fff;
}
.single-feedback-item .feedback-desc::before {
    content: "";
    position: absolute;
    left: 35px;
    bottom: -12px;
    width: 25px;
    height: 25px;
    z-index: -1;
    background-color: #002e5b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.single-feedback-item::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "\f107";
    position: absolute;
    left: 0;
    top: -25px;
    left: -25px;
    color: #fff;
    background-color: #1266f1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    z-index: 2;
    text-align: center;
    font-family: Flaticon;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
}
.single-feedback-item .client-info {
    position: relative;
    padding-left: 75px;
    margin-top: 35px;
    margin-left: 17px;
}
.single-feedback-item .client-info img {
    width: 60px !important;
    height: 60px !important;
    display: inline-block !important;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-feedback-item .client-info h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}
.single-feedback-item .client-info span {
    display: block;
    color: #1266f1;
    font-size: 14px;
    margin-top: 5px;
}
.our-mission-area {
    background-color: #002e5b;
}
.mission-image {
    width: 100%;
    height: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mission-image.bg-1 {
    background-image: url(../img/mission-img1.jpg);
}
.mission-image.bg-2 {
    background-image: url(../img/mission-img2.jpg);
}
.mission-image img {
    display: none;
}
.mission-text {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
}
.mission-text .icon {
    color: #1266f1;
    font-size: 60px;
    margin-bottom: 12px;
    margin-top: -18px;
}
.mission-text h3 {
    color: #fff;
    margin-bottom: 17px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.mission-text h3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 60px;
    margin: 0 auto;
    bottom: 0;
    background-color: #1266f1;
    height: 1px;
}
.mission-text p {
    color: #fff;
    margin-bottom: 0;
}
.mission-text .default-btn {
    margin-top: 22px;
    background-color: #1266f1;
}
.mission-text .default-btn span {
    background-color: #fff;
}
.mission-text .default-btn:hover, .mission-text .default-btn:focus {
    color: #1266f1;
}
.mission-text .shape {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.single-team-box {
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
}
.single-team-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.single-team-box .image img {
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-team-box .image .social {
    margin-bottom: 0;
    z-index: 1;
    list-style-type: none;
    position: absolute;
    left: 50%;
    bottom: -100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    background-color: #002e5b;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.single-team-box .image .social li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.single-team-box .image .social li a {
    display: inline-block;
    color: #fff;
}
.single-team-box .image .social li a:hover {
    color: #1266f1;
}
.single-team-box .content {
    padding: 25px;
}
.single-team-box .content h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.single-team-box .content span {
    display: block;
    margin-top: 6px;
    color: #1266f1;
    font-size: 15px;
    font-weight: 300;
}
.single-team-box:hover .image img {
    -webkit-transform: scale(1.2) rotate(4deg);
    transform: scale(1.2) rotate(4deg);
}
.single-team-box:hover .image .social {
    bottom: 15px;
}
.team-slides.owl-theme .owl-item .single-team-box {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-bottom: 40px;
}
.team-slides.owl-theme .owl-item.active.center .single-team-box {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.07);
}
.team-slides.owl-theme .owl-item.active.center .single-team-box .social {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    bottom: 15px;
}
.team-slides.owl-theme .owl-nav {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-slides.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #bcbcbc;
    font-size: 25px;
}
.team-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -30px;
}
.team-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #1266f1;
    background-color: transparent;
}
.team-slides.owl-theme .owl-dots {
    line-height: 0.01;
    margin-top: -5px;
    margin-bottom: 30px;
}
.team-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 2px;
    margin: 0 3px;
    background-color: #002e5b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
}
.team-slides.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1266f1;
}
.team-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: #1266f1;
    width: 25px;
}
.team-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.single-events-box {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    border-radius: 5px;
}
.single-events-box .events-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
}
.single-events-box .events-box .events-image {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    border-radius: 5px 0 0 5px;
}
.single-events-box .events-box .events-image .image {
    height: 100%;
    width: 100%;
    border-radius: 5px 0 0 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-events-box .events-box .events-image .image img {
    display: none;
}
.single-events-box .events-box .events-image .image.bg1 {
    background-image: url(../img/events-image/1.jpg);
}
.single-events-box .events-box .events-image .image.bg2 {
    background-image: url(../img/events-image/2.jpg);
}
.single-events-box .events-box .events-image .image.bg3 {
    background-image: url(../img/events-image/3.jpg);
}
.single-events-box .events-box .events-image .image.bg4 {
    background-image: url(../img/events-image/4.jpg);
}
.single-events-box .events-box .events-content {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.single-events-box .events-box .events-content .content {
    padding: 30px;
}
.single-events-box .events-box .events-content .content h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.single-events-box .events-box .events-content .content h3 a {
    display: inline-block;
}
.single-events-box .events-box .events-content .content .location {
    display: block;
    color: #666;
    margin-top: 15px;
}
.single-events-box .events-box .events-content .content .location i {
    color: #1266f1;
    margin-right: 2px;
}
.single-events-box .events-box .events-content .content .join-now-btn {
    display: inline-block;
    margin-top: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 3px;
}
.single-events-box .events-box .events-content .content .join-now-btn::before {
    width: 100%;
    height: 1px;
    background: #1266f1;
    content: "";
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    bottom: 0;
}
.single-events-box .events-box .events-content .content .join-now-btn:hover::before {
    width: 0;
}
.single-events-box .events-box .events-date {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    border-radius: 0 5px 5px 0;
}
.single-events-box .events-box .events-date .date {
    width: 100%;
    height: 100%;
    background-color: #1266f1;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 0 5px 5px 0;
    z-index: 1;
    font-size: 23px;
    font-weight: 600;
    font-family: roboto, sans-serif;
}
.single-events-box .events-box .events-date .date span {
    display: inline-block;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.single-events-box .events-box .events-date .date span::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 4px;
    background: #fff;
    width: 1px;
    height: 30px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}
.single-events-box .events-box .events-date .date h3 {
    color: #fff;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
}
.single-events-box .events-box .events-date .date p {
    color: #fff;
    line-height: initial;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
}
.single-events-box .events-box .events-date .date i {
    display: inline-block;
    font-size: 110px;
    color: #fff;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.1;
}
.events-details-header {
    margin-bottom: 25px;
}
.events-details-header .back-all-events {
    display: inline-block;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 14px;
}
.events-details-header .back-all-events:hover {
    color: #1266f1;
}
.events-details-header h3 {
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 900;
}
.events-details-header .events-info-meta {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.events-details-header .events-info-meta li {
    display: inline-block;
    margin-right: 10px;
    color: #666;
}
.events-details-header .events-info-meta li i {
    color: #1266f1;
    margin-right: 1px;
}
.events-details .events-details-image {
    margin-bottom: 20px;
}
.events-details .events-details-image img {
    border-radius: 5px;
    width: 100%;
}
.events-details .events-info-links {
    margin-top: 25px;
}
.events-details .events-info-links a {
    display: inline-block;
    background-color: #1266f1;
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px 6px;
    margin-right: 5px;
}
.achievements-area {
    position: relative;
    z-index: 1;
}
.achievements-area .container-fluid {
    padding: 0;
}
.achievements-area .container-fluid .row {
    margin: 0;
}
.achievements-area .container-fluid .row .col-lg-6 {
    padding: 0;
}
.achievements-area .container-fluid .row .row {
    margin-left: -15px;
    margin-right: -15px;
}
.achievements-content {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #002e5b;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.achievements-content .title {
    margin-bottom: 30px;
    text-align: center;
}
.achievements-content .title .sub-title {
    color: #1266f1;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.achievements-content .title h2 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
}
.achievements-content .title p {
    color: #fff;
    font-size: 16px;
    max-width: 655px;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.achievements-content .bg-dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.single-funfact {
    text-align: center;
    margin-top: 30px;
}
.single-funfact i {
    color: #1266f1;
    font-size: 50px;
    display: inline-block;
    margin-top: -11px;
    margin-bottom: 0;
}
.single-funfact h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 900;
}
.single-funfact h3 .sign-icon {
    font-size: 40px;
    position: relative;
    top: 4px;
}
.single-funfact p {
    line-height: initial;
    color: #fff;
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 0;
}
.single-achievements-image {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-achievements-image.bg1 {
    background-image: url(../images/bunnies/1.jpg);
}
.single-achievements-image.bg2 {
    background-image: url(../images/bunnies/2.jpg);
}
.single-achievements-image.bg3 {
    background-image: url(../images/bunnies/3.jpg);
}
.single-achievements-image.bg4 {
    background-image: url(../images/bunnies/4.jpg);
}
.single-achievements-image.bg5 {
    background-image: url(../images/bunnies/5.jpg);
}
.single-achievements-image.bg6 {
    background-image: url(../images/bunnies/6.jpg);
}
.single-achievements-image img {
    width: auto !important;
    display: none !important;
}
.achievements-image-slides {
    height: 100%;
}
.achievements-image-slides .owl-stage-outer {
    width: 100%;
    height: 100%;
}
.achievements-image-slides .owl-stage-outer .owl-stage {
    height: 100%;
}
.achievements-image-slides .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}
.achievements-image-slides.owl-theme .owl-nav {
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.achievements-image-slides.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 35px;
}
.achievements-image-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -10px;
}
.achievements-image-slides.owl-theme .owl-nav [class*="owl-"].owl-prev {
    left: -10px;
    right: auto;
}
.achievements-image-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #1266f1;
    background-color: transparent;
}
.achievements-image-slides.owl-theme .owl-dots {
    line-height: 0.01;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 20px;
}
.achievements-image-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 2px;
    margin: 0 3px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
}
.achievements-image-slides.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1266f1;
}
.achievements-image-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: #1266f1;
    width: 25px;
}
.achievements-image-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.divider {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 5vw;
    max-width: 72px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    -webkit-mask-image: url(data:image/svg+xml;utf8;base64,JTNjc3ZnIHZpZXdCb3g9JzAgMCAxMDAgMTAwJyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnJTNlJTNjcGF0aCBkPSdNMCwwIEMxNi42NjY2NjY3LDY2IDMzLjMzMzMzMzMsOTkgNTAsOTkgQzY2LjY2NjY2NjcsOTkgODMuMzMzMzMzMyw2NiAxMDAsMCBMMTAwLDEwMCBMMCwxMDAgTDAsMCBaJyBmaWxsPSclMjNmZmYnIGZpbGwtcnVsZT0nZXZlbm9kZCcgdHJhbnNmb3JtPSd0cmFuc2xhdGUoNTAuMDAwMDAwLCA1MC4wMDAwMDApIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUwLjAwMDAwMCwgLTUwLjAwMDAwMCknIC8lM2UlM2Mvc3ZnJTNl);
    mask-image: url(data:image/svg+xml;utf8;base64,JTNjc3ZnIHZpZXdCb3g9JzAgMCAxMDAgMTAwJyB3aWR0aD0nMTAwJScgaGVpZ2h0PScxMDAlJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHByZXNlcnZlQXNwZWN0UmF0aW89J25vbmUnJTNlJTNjcGF0aCBkPSdNMCwwIEMxNi42NjY2NjY3LDY2IDMzLjMzMzMzMzMsOTkgNTAsOTkgQzY2LjY2NjY2NjcsOTkgODMuMzMzMzMzMyw2NiAxMDAsMCBMMTAwLDEwMCBMMCwxMDAgTDAsMCBaJyBmaWxsPSclMjNmZmYnIGZpbGwtcnVsZT0nZXZlbm9kZCcgdHJhbnNmb3JtPSd0cmFuc2xhdGUoNTAuMDAwMDAwLCA1MC4wMDAwMDApIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUwLjAwMDAwMCwgLTUwLjAwMDAwMCknIC8lM2UlM2Mvc3ZnJTNl);
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background-color: #002e5b;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: 2;
}
.single-blog-post {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
    border-radius: 5px;
}
.single-blog-post .post-image {
    position: relative;
    overflow: hidden;
}
.single-blog-post .post-image a {
    display: block;
}
.single-blog-post .post-image a img {
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog-post .post-image .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 0 5px 0 0;
    padding: 10px 25px 0;
    z-index: 1;
    font-size: 14px;
    font-weight: 300;
}
.single-blog-post .post-image .date i {
    color: #1266f1;
    margin-right: 2px;
}
.single-blog-post .post-content {
    padding: 25px;
}
.single-blog-post .post-content h3 {
    margin-bottom: 10px;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.single-blog-post .post-content p {
    margin-bottom: 0;
}
.single-blog-post .post-content .default-btn {
    margin-top: 20px;
}
.single-blog-post:hover .post-image a img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}
.blog-notes {
    margin-top: 10px;
    text-align: center;
}
.blog-notes p {
    line-height: initial;
}
.blog-notes p a {
    display: inline-block;
    color: #1266f1;
}
.blog-notes p a:hover {
    color: #002e5b;
}
.blog-details-desc .article-image img {
    border-radius: 5px;
    width: 100%;
}
.blog-details-desc .article-content {
    margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
    margin-bottom: -8px;
}
.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #002e5b;
    margin-right: 20px;
}
.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #666;
}
.blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #1266f1;
}
.blog-details-desc .article-content .entry-meta ul li i {
    color: #1266f1;
    margin-right: 3px;
}
.blog-details-desc .article-content .entry-meta ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #1266f1;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none;
}
.blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 25px;
    font-weight: 700;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}
.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
    color: #666;
}
.blog-details-desc .article-content .features-list li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #faf5f5;
    color: #1266f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px;
}
.blog-details-desc .article-content .features-list li:hover i {
    background-color: #1266f1;
    color: #fff;
}
.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
}
.blog-details-desc .article-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #666;
}
.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #002e5b;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #666;
}
.blog-details-desc .article-footer .article-tags a:hover {
    color: #1266f1;
}
.blog-details-desc .article-footer .article-share {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #666;
}
.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #1266f1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #eeeef0;
    text-align: center;
    font-size: 14px;
}
.blog-details-desc .article-footer .article-share .social li a:hover {
    color: #fff;
    background-color: #1266f1;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.comments-area {
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.08);
    background-color: #fff;
}
.comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 25px;
    font-weight: 700;
}
.comments-area .comments-title::before {
    content: "";
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    background: #1266f1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.comments-area ol, .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.comments-area .children {
    margin-left: 20px;
}
.comments-area .comment-body {
    border-bottom: 1px solid #eee;
    padding-left: 65px;
    color: #002e5b;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.comments-area .comment-body .reply {
    margin-top: 15px;
}
.comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #002e5b;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
}
.comments-area .comment-body .reply a:hover {
    color: #fff;
    background-color: #1266f1;
    border-color: #1266f1;
}
.comments-area .comment-body p {
    font-size: 14px;
}
.comments-area .comment-author {
    font-size: 17px;
    margin-bottom: 0.2em;
    position: relative;
    z-index: 2;
}
.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}
.comments-area .comment-author .fn {
    font-weight: 600;
    font-family: roboto, sans-serif;
}
.comments-area .comment-author .says {
    display: none;
}
.comments-area .comment-metadata {
    margin-bottom: 0.8em;
    color: #666;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}
.comments-area .comment-metadata a {
    color: #666;
}
.comments-area .comment-metadata a:hover {
    color: #1266f1;
}
.comments-area .comment-respond {
    margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    position: relative;
    font-size: 25px;
    font-weight: 700;
}
.comments-area .comment-respond .comment-reply-title::before {
    content: "";
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    background: #1266f1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}
.comments-area .comment-respond .comment-form {
    overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
    margin-bottom: 0;
    margin-top: 10px;
}
.comments-area .comment-respond .comment-notes .required {
    color: red;
}
.comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.comments-area .comment-respond label {
    display: block;
    font-weight: 600;
    color: #002e5b;
    margin-bottom: 5px;
}
.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
    border-color: #1266f1;
}
.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #666;
    font-weight: 400;
    position: relative;
    top: -2px;
}
.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}
.comments-area .comment-respond .form-submit input {
    background: #1266f1;
    border: none;
    color: #fff;
    padding: 12px 35px 10px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    font-family: roboto, sans-serif;
}
.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
    color: #fff;
    background-color: #002e5b;
}
.single-case-study-box {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 13px 10px -7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 13px 10px -7px rgba(0, 0, 0, 0.1);
}
.single-case-study-box .case-study-image {
    visibility: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.single-case-study-box .case-study-image.bg1 {
    background-image: url(../img/case-study-image/1.jpg);
}
.single-case-study-box .case-study-image.bg2 {
    background-image: url(../img/case-study-image/2.jpg);
}
.single-case-study-box .case-study-image.bg3 {
    background-image: url(../img/case-study-image/3.jpg);
}
.single-case-study-box .case-study-image.bg4 {
    background-image: url(../img/case-study-image/4.jpg);
}
.single-case-study-box .case-study-image.bg5 {
    background-image: url(../img/case-study-image/5.jpg);
}
.single-case-study-box .case-study-image.bg6 {
    background-image: url(../img/case-study-image/6.jpg);
}
.single-case-study-box .case-study-img-hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    top: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.single-case-study-box .case-study-img-hover.bg1 {
    background-image: url(../img/case-study-image/1.jpg);
}
.single-case-study-box .case-study-img-hover.bg2 {
    background-image: url(../img/case-study-image/2.jpg);
}
.single-case-study-box .case-study-img-hover.bg3 {
    background-image: url(../img/case-study-image/3.jpg);
}
.single-case-study-box .case-study-img-hover.bg4 {
    background-image: url(../img/case-study-image/4.jpg);
}
.single-case-study-box .case-study-img-hover.bg5 {
    background-image: url(../img/case-study-image/5.jpg);
}
.single-case-study-box .case-study-img-hover.bg6 {
    background-image: url(../img/case-study-image/6.jpg);
}
.single-case-study-box .case-study-info {
    z-index: 2;
    background-color: #fff;
    padding: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.single-case-study-box .case-study-info .category {
    display: block;
    color: #1266f1;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
}
.single-case-study-box .case-study-info .title {
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 900;
}
.single-case-study-box .case-study-info .title a {
    display: inline-block;
    color: #002e5b;
}
.single-case-study-box:hover {
    -webkit-box-shadow: 0 30px 18px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 18px -8px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.single-case-study-box:hover .case-study-img-hover {
    height: 100%;
    opacity: 0.2;
}
.single-case-study-box:hover .case-study-info {
    background-color: transparent;
    position: relative;
}
.case-study-details-image {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.case-study-details-image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.case-study-details-image a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 30px;
    background-color: #1266f1;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
}
.case-study-details-image a:hover {
    background-color: #002e5b;
    color: #fff;
}
.case-study-details-image:hover a {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.case-study-details-image:hover img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}
.case-study-details-desc {
    margin-top: 5px;
}
.case-study-details-desc h3 {
    margin-bottom: 12px;
    font-size: 25px;
    font-weight: 900;
}
.case-study-details-desc .features-text {
    margin-top: 25px;
    margin-bottom: 25px;
}
.case-study-details-desc .features-text h4 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
}
.case-study-details-desc .features-text h4 i {
    font-size: 16px;
    margin-right: 4px;
    color: #1266f1;
}
.case-study-details-desc .case-study-details-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 35px;
}
.case-study-details-desc .case-study-details-info .single-info-box {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.case-study-details-desc .case-study-details-info .single-info-box h4 {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
}
.case-study-details-desc .case-study-details-info .single-info-box span {
    display: block;
    color: #666;
    font-size: 15px;
}
.case-study-details-desc .case-study-details-info .single-info-box .social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.case-study-details-desc .case-study-details-info .single-info-box .social li {
    display: inline-block;
    margin-right: 8px;
}
.case-study-details-desc .case-study-details-info .single-info-box .social li a {
    color: #666;
    display: inline-block;
}
.case-study-details-desc .case-study-details-info .single-info-box .social li a:hover {
    color: #1266f1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.page-title-area {
    height: 300px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-title-bg1 {
    background-image: url(../images/bnr/1.jpg);
}
.page-title-bg2 {
    background-image: url(../images/bnr/2.jpg);
}
.page-title-bg3 {
    background-image: url(../images/bnr/3.jpg);
}
.page-title-bg4 {
    background-image: url(../images/bnr/4.jpg);
}
.page-title-bg5 {
    background-image: url(../images/bnr/5.jpg);
}
.page-title-bg6 {
    background-image: url(../images/bnr/6.jpg);
}
.page-title-content {
    text-align: center;
    margin-top: 170px;
}
.page-title-content h2 {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
}
.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}
.page-title-content ul li {
    color: #fff;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
}
.page-title-content ul li a {
    display: inline-block;
    color: #fff;
}
.page-title-content ul li::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1266f1;
}
.page-title-content ul li:last-child::before {
    display: none;
}
.pagination-area {
    margin-top: 15px;
    text-align: center;
}
.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    margin: 0 2px;
    display: inline-block;
    background-color: #fff;
    line-height: 48px;
    color: #002e5b;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border-radius: 5px;
    font-size: 18px;
    font-family: roboto, sans-serif;
    font-weight: 700;
}
.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
    background: #1266f1;
    color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}
.widget-area .widget {
    margin-top: 35px;
}
.widget-area .widget:first-child {
    margin-top: 0;
}
.widget-area .widget .widget-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
    font-size: 19px;
}
.widget-area .widget .widget-title::before {
    content: "";
    position: absolute;
    background: #1266f1;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}
.widget-area .widget_search {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    background-color: #fff;
    padding: 15px;
}
.widget-area .widget_search form {
    position: relative;
}
.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
    display: none;
}
.widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus {
    border-color: #1266f1;
}
.widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #fff;
    background-color: #1266f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.widget-area .widget_search form button:hover {
    background-color: #002e5b;
    color: #fff;
}
.widget-area .widget_pearo_posts_thumb {
    position: relative;
    overflow: hidden;
}
.widget-area .widget_pearo_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}
.widget-area .widget_pearo_posts_thumb .item:last-child {
    margin-bottom: 0;
}
.widget-area .widget_pearo_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}
.widget-area .widget_pearo_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget-area .widget_pearo_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../images/add-ico-1.png);
}
.widget-area .widget_pearo_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../images/add-ico-2.png);
}
.widget-area .widget_pearo_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../images/add-ico-3.png);
}
.widget-area .widget_pearo_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}
.widget-area .widget_pearo_posts_thumb .item .info time {
    display: block;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
}
.widget-area .widget_pearo_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 700;
}
.widget-area .widget_pearo_posts_thumb .item .info .title a {
    display: inline-block;
}
.widget-area .widget_recent_entries ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #002e5b;
    padding-left: 14px;
    line-height: 1.5;
    font-weight: 600;
    font-size: 15px;
    font-family: roboto, sans-serif;
}
.widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}
.widget-area .widget_recent_entries ul li::before {
    background: #1266f1;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 8px;
}
.widget-area .widget_recent_entries ul li a {
    display: inline-block;
    color: #002e5b;
}
.widget-area .widget_recent_entries ul li a:hover {
    color: #1266f1;
}
.widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}
.widget-area .widget_recent_comments ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_recent_comments ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666;
    padding-left: 14px;
    line-height: 1.5;
    font-weight: 600;
    font-size: 15px;
    font-family: roboto, sans-serif;
}
.widget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0;
}
.widget-area .widget_recent_comments ul li::before {
    background: #1266f1;
    position: absolute;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 8px;
}
.widget-area .widget_recent_comments ul li a {
    display: inline-block;
    color: #002e5b;
}
.widget-area .widget_recent_comments ul li a:hover {
    color: #1266f1;
}
.widget-area .widget_archive ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_archive ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    color: #002e5b;
    font-weight: 600;
    font-size: 15px;
    font-family: roboto, sans-serif;
}
.widget-area .widget_archive ul li:last-child {
    margin-bottom: 0;
}
.widget-area .widget_archive ul li::before {
    background: #1266f1;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 8px;
    position: absolute;
}
.widget-area .widget_archive ul li a {
    display: inline-block;
    color: #002e5b;
}
.widget-area .widget_archive ul li a:hover {
    color: #1266f1;
}
.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666;
    padding-left: 14px;
    font-weight: 600;
    font-size: 15px;
    font-family: roboto, sans-serif;
}
.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
    background: #1266f1;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 8px;
    position: absolute;
}
.widget-area .widget_categories ul li a {
    color: #002e5b;
    display: block;
}
.widget-area .widget_categories ul li a:hover {
    color: #1266f1;
}
.widget-area .widget_categories ul li .post-count {
    float: right;
}
.widget-area .widget_meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_meta ul li {
    position: relative;
    margin-bottom: 12px;
    color: #002e5b;
    padding-left: 14px;
    font-weight: 600;
    font-size: 15px;
    font-family: roboto, sans-serif;
}
.widget-area .widget_meta ul li:last-child {
    margin-bottom: 0;
}
.widget-area .widget_meta ul li::before {
    background: #1266f1;
    height: 7px;
    width: 7px;
    content: "";
    left: 0;
    top: 8px;
    position: absolute;
}
.widget-area .widget_meta ul li a {
    display: inline-block;
    color: #002e5b;
}
.widget-area .widget_meta ul li a:hover {
    color: #1266f1;
}
.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}
.widget-area .tagcloud a {
    display: inline-block;
    color: #002e5b;
    font-weight: 600;
    font-family: roboto, sans-serif;
    font-size: 14px !important;
    padding: 6px 13px;
    border: 1px dashed #eee;
    margin-top: 8px;
    margin-right: 4px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
    color: #fff;
    background-color: #1266f1;
    border-color: #1266f1;
}
.widget-area .widget_events_details ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_events_details ul li {
    border-bottom: 1px solid #eee;
    color: #666;
    padding-bottom: 10px;
    padding-top: 10px;
}
.widget-area .widget_events_details ul li:first-child {
    padding-top: 0;
}
.widget-area .widget_events_details ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.widget-area .widget_events_details ul li span {
    display: inline-block;
    color: #002e5b;
    font-weight: 700;
    font-family: roboto, sans-serif;
}
.widget-area .widget_events_details ul li a {
    display: inline-block;
    color: #666;
}
.widget-area .widget_events_details ul li a:hover {
    color: #1266f1;
}
.insurance-details-header .content h3 {
    margin-bottom: 18px;
    line-height: 1.4;
    font-size: 30px;
    font-weight: 700;
}
.insurance-details-header .image img {
    border-radius: 5px;
}
.insurance-details-desc {
    margin-top: 30px;
}
.insurance-details-desc h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 30px;
    font-weight: 700;
}
.insurance-details-desc .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.insurance-details-desc .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}
.insurance-details-desc .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}
.insurance-details-desc .wp-block-gallery.columns-3 li figure img {
    border-radius: 5px;
}
.insurance-details-desc .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.insurance-details-desc .features-list li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 34px;
    color: #666;
}
.insurance-details-desc .features-list li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #faf5f5;
    color: #1266f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px;
}
.insurance-details-desc .features-list li:hover i {
    background-color: #1266f1;
    color: #fff;
}
.insurance-details-desc .features-list li:last-child {
    margin-bottom: 0;
}
.insurance-details-desc1 .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.insurance-details-desc1 .features-list li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 34px;
    color: #666;
}
.about-text-box1 {
    border: 1px solid #EFEFEF;
}
.about-text-box1:hover li {
    color: #FFFF !important;
}
.insurance-details-desc1 .features-list li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #faf5f5;
    color: #1266f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: -2px;
}
.insurance-details-desc1 .features-list li:hover i {
    background-color: #1266f1;
    color: #fff;
}
.insurance-details-desc1 .features-list li:last-child {
    margin-bottom: 0;
}
.insurance-details-desc blockquote, .insurance-details-desc .blockquote {
    text-align: left;
}
blockquote, .blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}
blockquote p, .blockquote p {
    color: #002e5b;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-family: roboto, sans-serif;
    font-size: 25px !important;
}
blockquote cite, .blockquote cite {
    display: none;
}
blockquote::before, .blockquote::before {
    color: #efefef;
    content: "\f10e";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: "font awesome 5 free";
    font-size: 140px;
    font-weight: 900;
}
blockquote::after, .blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #1266f1;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pearo-post-navigation {
    overflow: hidden;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.prev-link-wrapper {
    float: left;
}
.prev-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prev-link-wrapper a:hover .image-prev::after {
    opacity: 1;
    visibility: visible;
}
.prev-link-wrapper a:hover .image-prev .post-nav-title {
    opacity: 1;
    visibility: visible;
}
.prev-link-wrapper .image-prev {
    display: inline-block;
    min-width: 100px;
    min-height: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.prev-link-wrapper .image-prev img {
    border-radius: 5px;
    width: 100px;
    height: 100px;
}
.prev-link-wrapper .image-prev::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #1266f1;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.prev-link-wrapper .image-prev .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 700;
}
.prev-link-wrapper .prev-link-info-wrapper {
    color: #002e5b;
}
.prev-link-wrapper .prev-title {
    max-width: 210px;
    display: inline-block;
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-size: 17px;
}
.prev-link-wrapper .meta-wrapper {
    display: block;
    color: #666;
    text-transform: capitalize;
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
}
.next-link-wrapper {
    float: right;
    text-align: right;
}
.next-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.next-link-wrapper a:hover .image-next::after {
    opacity: 1;
    visibility: visible;
}
.next-link-wrapper a:hover .image-next .post-nav-title {
    opacity: 1;
    visibility: visible;
}
.next-link-wrapper .image-next {
    display: inline-block;
    min-width: 100px;
    min-height: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.next-link-wrapper .image-next img {
    border-radius: 5px;
    width: 100px;
    height: 100px;
}
.next-link-wrapper .image-next::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #1266f1;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.next-link-wrapper .image-next .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 700;
}
.next-link-wrapper .next-link-info-wrapper {
    color: #002e5b;
}
.next-link-wrapper .next-title {
    max-width: 210px;
    display: inline-block;
    font-family: roboto, sans-serif;
    font-weight: 700;
    font-size: 17px;
}
.next-link-wrapper .meta-wrapper {
    display: block;
    color: #666;
    text-transform: capitalize;
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
}
.faq-image {
    width: 100%;
    height: 100%;
    background-image: url(../img/faq-img1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.faq-image img {
    display: none;
}
.faq-accordion {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
}
.faq-accordion .sub-title {
    display: block;
    margin-bottom: 10px;
    color: #1266f1;
    font-size: 18px;
}
.faq-accordion h2 {
    margin-bottom: 0;
    line-height: 1.3;
    text-transform: uppercase;
    max-width: 610px;
    font-size: 42px;
    font-weight: 900;
}
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}
.faq-accordion .accordion .accordion-item {
    display: block;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background: #fff;
    margin-bottom: 10px;
}
.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
    padding: 12px 20px 12px 51px;
    color: #002e5b;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: roboto, sans-serif;
}
.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #cfe4ed;
    color: #1266f1;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.faq-accordion .accordion .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq-accordion .accordion .accordion-title.active i {
    background-color: #1266f1;
    color: #fff;
}
.faq-accordion .accordion .accordion-title.active i::before {
    content: "\f068";
}
.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 15px;
    border-top: 1px solid #eee;
}
.faq-accordion .accordion .accordion-content.show {
    display: block;
}
.faq-contact-area {
    position: relative;
    z-index: 1;
}
.faq-contact-form {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.faq-contact-form form {
    text-align: center;
}
.faq-contact-form form .form-control {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 55px;
}
.faq-contact-form form .form-group {
    text-align: left;
    margin-bottom: 20px;
}
.faq-contact-form form .row {
    margin-left: -7px;
    margin-right: -7px;
}
.faq-contact-form form .row .col-lg-12, .faq-contact-form form .row .col-lg-6 {
    padding-left: 7px;
    padding-right: 7px;
}
.faq-contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
}
.faq-contact-form form .default-btn {
    font-size: 16px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
}
.faq-contact-form form .help-block ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0;
}
.faq-contact-form form .help-block ul li {
    color: red;
}
.faq-contact-form form #msgSubmit {
    margin-bottom: 0;
    text-align: center !important;
}
.faq-contact-form form #msgSubmit.text-danger, .faq-contact-form form #msgSubmit.text-success {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 600;
}
.bg-map {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    text-align: center;
    margin: 0 auto;
    opacity: 0.4;
}
.error-area {
    height: 100vh;
}
.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}
.error-content h3 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 900;
    margin-top: 45px;
    margin-bottom: 15px;
}
.error-content p {
    max-width: 520px;
    margin: 0 auto 25px;
}
.join-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.join-area::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    background-color: #1266f1;
}
.join-content {
    position: relative;
    background-color: #1266f1;
    max-width: 580px;
    top: 45px;
}
.join-content h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 42px;
    font-weight: 900;
}
.join-content p {
    color: #fff;
    opacity: 0.95;
}
.join-content .default-btn {
    margin-top: 10px;
}
.join-content .default-btn span {
    background-color: #fff;
}
.join-content .default-btn:hover, .join-content .default-btn:focus {
    color: #002e5b;
}
.contact-area {
    position: relative;
    z-index: 1;
}
.contact-form {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.contact-form form .form-control {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 60px;
}
.contact-form form .form-group {
    text-align: left;
    margin-bottom: 20px;
}
.contact-form form .row {
    margin-left: -7px;
    margin-right: -7px;
}
.contact-form form .row .col-lg-12, .contact-form form .row .col-lg-6 {
    padding-left: 7px;
    padding-right: 7px;
}
.contact-form form textarea.form-control {
    height: auto;
    padding-top: 15px;
}
.contact-form form .default-btn {
    font-size: 16px;
    margin-top: 10px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
    box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
}
.contact-form form .help-block ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 0;
}
.contact-form form .help-block ul li {
    color: red;
}
.contact-form form #msgSubmit {
    margin-bottom: 0;
    text-align: left !important;
}
.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}
#map iframe {
    width: 100%;
    height: 430px;
    border-radius: 5px;
}
.contact-info {
    text-align: center;
    margin-top: 100px;
}
.contact-info .contact-info-content h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.contact-info .contact-info-content h2 {
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 700;
}
.contact-info .contact-info-content h2 a {
    display: inline-block;
    color: #1266f1;
}
.contact-info .contact-info-content h2 a:hover {
    color: #002e5b;
}
.contact-info .contact-info-content h2 a:not(:first-child) {
    color: #002e5b;
}
.contact-info .contact-info-content h2 a:not(:first-child):hover {
    color: #1266f1;
}
.contact-info .contact-info-content h2 span {
    display: block;
    color: #666;
    margin-top: 5px;
    margin-bottom: 1px;
    font-size: 16px;
    font-weight: 500;
}
.contact-info .contact-info-content .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.contact-info .contact-info-content .social li {
    display: inline-block;
    margin: 0 2px;
}
.contact-info .contact-info-content .social li a {
    width: 38px;
    height: 38px;
    line-height: 35px;
    border: 1px solid #dadada;
    border-radius: 50%;
    display: inline-block;
    color: #aba5a5;
    text-align: center;
}
.contact-info .contact-info-content .social li a i {
    font-size: 14px;
}
.contact-info .contact-info-content .social li a:hover {
    color: #fff;
    border-color: #1266f1;
    background-color: #1266f1;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.subscribe-area {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #0c4776;
}
.subscribe-content h2 {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900;
}
.subscribe-content p {
    color: #fff;
    opacity: 0.9;
    margin-top: 10px;
    margin-bottom: 0;
}
.subscribe-form {
    padding-left: 30px;
}
.subscribe-form form {
    position: relative;
}
.subscribe-form form .input-newsletter {
    display: block;
    width: 100%;
    color: #002e5b;
    height: 65px;
    border-radius: 5px;
    border: none;
    padding-left: 15px;
    outline: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    font-size: 16px;
    font-weight: 500;
    font-family: open sans, sans-serif;
}
.subscribe-form form .input-newsletter::-webkit-input-placeholder {
    color: #99afc3;
}
.subscribe-form form .input-newsletter:-ms-input-placeholder {
    color: #99afc3;
}
.subscribe-form form .input-newsletter::-ms-input-placeholder {
    color: #99afc3;
}
.subscribe-form form .input-newsletter::placeholder {
    color: #99afc3;
}
.subscribe-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #1266f1;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 15px;
    font-family: open sans, sans-serif;
    font-weight: 700;
}
.subscribe-form form button:hover {
    color: #fff;
    background-color: #000;
}
.subscribe-form #validator-newsletter {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -32px;
}
.footer-area {
    background-color: #002e5b;
    padding-top: 35px;
    position: relative;
    z-index: 1;
}
.footer-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-line.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-footer-widget {
    margin-bottom: 0px;
}
.single-footer-widget h3 {
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #0c4776;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.single-footer-widget h3::before {
    bottom: -1px;
    left: 0;
    width: 55px;
    height: 1px;
    background-color: #1266f1;
    content: "";
    position: absolute;
}
.single-footer-widget .logo a {
    display: inline-block;
}
.single-footer-widget .logo p {
    color: #ebe7e7;
    margin-bottom: 0;
    margin-top: 15px;
}
.single-footer-widget .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.single-footer-widget .social li {
    display: inline-block;
    margin-right: 3px;
}
.single-footer-widget .social li a {
    display: inline-block;
    background-color: #1266f1;
    color: #FFFFFF;
    width: 38px;
    font-size: 17px;
    height: 38px;
    line-height: 39px;
    border-radius: 50%;
    text-align: center;
}
.single-footer-widget .social li .facebook {
    background-color: #3B5998;
}
.single-footer-widget .social li .twitter {
    background-color: #1DA1F2;
}
.single-footer-widget .social li .youtube {
    background-color: #FF0000;
}
.single-footer-widget .social li .instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.single-footer-widget .social li .whatsapp {
    background-color: #25D366;
}
.single-footer-widget .social li a i.flaticon-facebook {
    display: inline-block;
    padding-left: 4px;
}
.single-footer-widget .social li a i.flaticon-twitter {
    display: inline-block;
    position: relative;
    top: 2px;
}
.single-footer-widget .social li a:hover {
    background-color: #fff;
    color: #002e5b;
}
.single-footer-widget .social li:last-child {
    margin-right: 0;
}
.single-footer-widget .footer-quick-links {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
    margin-top: -12px;
}
.single-footer-widget .footer-quick-links li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
}
.single-footer-widget .footer-quick-links li a {
    display: inline-block;
    color: #ebe7e7;
    text-transform: uppercase;
    font-size: 18px;
}
.single-footer-widget .footer-quick-links li a:hover {
    color: #1266f1;
}
.single-footer-widget .footer-contact-info {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li {
    color: #ebe7e7;
    font-size: 18px;
    margin-bottom: 12px;
}
.single-footer-widget .footer-contact-info li span {
    display: inline-block;
    font-weight: 600;
    color: #fff;
}
.single-footer-widget .footer-contact-info li a {
    display: inline-block;
    color: #fff;
    position: relative;
}
.single-footer-widget .footer-contact-info li a::before {
    width: 100%;
    height: 1px;
    background-color: #1266f1;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-footer-widget .footer-contact-info li a:hover {
    color: #1266f1;
}
.single-footer-widget .footer-contact-info li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li:last-child a::before {
    opacity: 1;
    visibility: visible;
}
.copyright-area {
    margin-top: 30px;
    border-top: 1px solid #0c4776;
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyright-area p {
    color: #ebe7e7;
    font-size: 15px;
}
.copyright-area p a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
}
.copyright-area p a:hover {
    color: #1266f1;
}
.copyright-area ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right;
}
.copyright-area ul li {
    display: inline-block;
    color: #ebe7e7;
    font-size: 15px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.copyright-area ul li a {
    display: inline-block;
    color: #ebe7e7;
}
.copyright-area ul li a:hover {
    color: #1266f1;
}
.copyright-area ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -13px;
    width: 1px;
    height: 14px;
    background-color: #fff;
}
.copyright-area ul li:last-child {
    margin-right: 0;
}
.copyright-area ul li:last-child::before {
    display: none;
}
.copyright-area ul li:first-child {
    margin-left: 0;
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #fff;
    background-color: #002e5b;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}
.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #1266f1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.go-top:hover, .go-top:focus {
    color: #fff;
}
.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.navbar .megamenu {
    padding: 1rem;
}
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}
.bgslide-right {
    background: #C09F80;
    background-size: cover;
    background-position: left;
}
.company-us-area .company-tab-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 50px;
}
.company-us-area .company-tab-wrap h2 {
    margin-bottom: 30px;
    font-size: 30px;
}
.company-us-area .company-tab-wrap .company-tab .tabs {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 33px;
}
.company-us-area .company-tab-wrap .company-tab .tabs li {
    padding: 0;
    margin-right: 30px;
    padding-bottom: 10px;
}
.company-us-area .company-tab-wrap .company-tab .tabs li a {
    padding-left: 0 !important;
}
.company-us-area .company-tab-wrap .company-tab .default-btn {
    width: unset !important;
    margin-top: 20px;
}
.company-us-area .company-tab-wrap .tab .tabs_item {
    padding: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.company-us-area .company-img {
    background-image: url(../img/blog-image/4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%
}
.company-us-area .tab .tabs_item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}
.company-us-area .tab .tabs {
    background-color: #fcfcfc;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}
.company-us-area .tab .tabs li {
    display: inline-block;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
}
.company-us-area .tab .tabs li.current {
    border-bottom: 2px solid #b5838d;
}
.company-us-area .tab .tabs li.current a {
    color: #b5838d;
}
.company-us-area .tab .tabs li a {
    color: #172541;
    position: relative;
    padding-left: 35px;
}
.company-us-area .tab .tabs li a i {
    font-size: 25px;
    position: absolute;
    left: 0;
    top: -6px;
}
.company-us-area .pr-0 {
    padding-right: 0;
}
.company-us-area .pl-0 {
    padding-left: 0;
}
.more-customers-wrap .more-customers-content ul {
    margin-bottom: 40px;
}
.more-customers-wrap .more-customers-content ul li {
    margin-bottom: 10px;
    font-weight: 600;
    color: #172541;
    font-size: 14px;
}
.more-customers-wrap .more-customers-content ul li i {
    color: #e5989b !important;
    display: inline-block;
    margin-right: 8px;
}
/*

Services Area Style

======================================================*/
.services-area {
    position: relative;
    z-index: 1;
    padding: 80px 0px;
}
.services-area .shape {
    position: absolute;
    z-index: -1;
}
.services-area .shape.shape-1 {
    bottom: 100px;
    left: 100px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.services-area .shape.shape-2 {
    top: 100px;
    right: 100px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.services-area .shape.shape-3 {
    top: 120px;
    left: 0;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.services-area .section-title {
    margin-bottom: 20px;
}
.services-area .section-title.section-title-mb {
    margin-bottom: 50px;
}
.single-services {
    text-align: center;
    padding: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-services img {
    margin-bottom: 15px;
}
.single-services h3 {
    font-size: 24px;
    margin-bottom: 12px;
}
.single-services h3 a {
    color: #30296c;
}
.single-services p {
    margin-bottom: 16px;
}
.single-services .default-btn {
    padding: 12px 25px;
    border: 1px solid #f68820;
    color: #30296c;
    background-image: none;
}
.single-services:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}
.single-services:hover .default-btn {
    color: #ffffff;
}
.single-services:hover .default-btn::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.single-services.box {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin-bottom: 30px;
}
.single-services.box i {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffa203), to(#ff5e29));
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-size: 50px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #f68820;
    -webkit-animation: border-transform 5s linear infinite alternate forwards;
    animation: border-transform 5s linear infinite alternate forwards;
}
.single-services.box i::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: 120px;
    height: 120px;
    background-color: #fff8f0;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
}
.single-services.box i img {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 30%;
    top: 30%;
}
.single-services.box:hover i {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff8f0), to(#fff8f0));
    background-image: linear-gradient(to right, #fff8f0, #fff8f0);
    color: #ffffff;
}
.single-services.box:hover i::after {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffa203), to(#ff5e29));
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
}
.single-services.card-bg {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.single-services.card-bg .default-btn {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffa203), to(#ff5e29));
    background-image: linear-gradient(to right, #ffa203, #ff5e29);
    color: #ffffff;
    padding: 20px 45px;
}
.single-services-box-wrap {
    position: relative;
    overflow: hidden;
}
.single-services-box-wrap .top-content {
    position: relative;
    top: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-services-box-wrap .bottom-content {
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.single-services-box-wrap .bottom-content.bg-1 {
    background-image: url(../img/blog-image/2.jpg);
}
.single-services-box-wrap .bottom-content.bg-2 {
    background-image: url(../img/blog-image/5.jpg);
}
.single-services-box-wrap .bottom-content.bg-3 {
    background-image: url(../img/blog-image/4.jpg);
}
.single-services-box-wrap .bottom-content.bg-4 {
    background-image: url(../img/blog-image/3.jpg);
}
.single-services-box-wrap .bottom-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #30296c;
    opacity: 0.9;
    z-index: -1;
}
.single-services-box-wrap .bottom-content h3 {
    margin-bottom: 15px;
}
.single-services-box-wrap .bottom-content h3 a {
    color: #ffffff;
}
.single-services-box-wrap .bottom-content p {
    margin-bottom: 22px;
    color: #ffffff;
}
.single-services-box-wrap:hover .top-content {
    top: -500px;
}
.single-services-box-wrap:hover .bottom-content {
    top: 0;
}
/*

Keyframes Area Style

======================================================*/
@-webkit-keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}
@keyframes border-transform {
    0%, 100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}
.border-botom-light {
    border-bottom: 1px solid #838383;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.text-justify {
    text-align: justify;
    text-justify: inter-word;
}
.font-bold {
    font-weight: bold !important;
}
.playful figure {
    cursor: pointer;
    float: left;
    margin: 10px 1%;
    max-height: 250px;
    max-width: 400px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 10px;
}
.playful figure figcaption, .playful figure figcaption > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.playful figure figcaption {
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.15em;
    text-transform: uppercase;
}
.playful figure h4, .playful figure p {
    margin: 0;
}
.playful figure h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    word-spacing: -0.15em;
}
.playful figure p {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
}
.playful figure h2, .playful figure p {
    margin: 0;
}
.playful figure.softeffect img {
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}
figure.softeffect:hover img {
    opacity: 0.35;
    transform: scale(1);
}
.playful figure.softeffect figcaption:before, .playful figure.softeffect p {
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.playful figure.softeffect h4 {
    opacity: 0;
    padding: 20% 0 20px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.playful figure.softeffect p {
    margin: 0 auto;
    max-width: 200px;
    transform: scale(1.5);
}
.playful figure.softeffect:hover figcaption:before, .playful figure.softeffect:hover p {
    opacity: 1;
    transform: scale(1);
}
.playful figure.softeffect:hover h4 {
    opacity: 1;
    transform: scale(1);
}
.playful figure img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    opacity: 1;
    position: relative;
}
figure.softeffect {
    background: none repeat scroll 0 0 transparent;
}
figure.softeffect:hover {
    background: none repeat scroll 0 0 #000000;
    /* Cyan: #00aeef */
}
figure.softeffect img {
    transform: scale(1);
    transition: opacity .35s ease 0s, transform .35s ease 0s;
}
figure.softeffect:hover img {
    opacity: 0.40;
    transform: scale(1.15);
    filter: blur(2px);
}
.CBSEReq {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    margin-top: 0;
}
.CBSEReq li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    color: #1266f1;
    position: relative;
    padding-left: 82px;
    padding-right: 15px;
    padding-top: 5px;
    font-weight: bold;
}
.CBSEReq li a {
    color: #76323f;
}
.CBSEReq li .icon-con {
    position: absolute;
    left: 15px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    color: #fff;
    background-color: #1266f1;
    text-align: center;
    font-size: 28px;
}
.CBSEReq li span {
    display: block;
    color: #00ae2c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.CBSEReq li:hover .icon-con {
    background-color: #6500CA;
    color: #FF0;
}
.list-style-none {
    list-style: none
}
.bullet-icon {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bullet-icon li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 50px;
    color: #666;
}
.bullet-icon li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background-color: #c4bfff;
    color: #1266f1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -2px;
}
.bullet-icon li:hover i {
    background-color: #1266f1;
    color: #fff;
}
.table-management {
    width: 100%;
}
.table-management thead th {
    border: none;
    padding: 20px 30px;
    font-size: 14px;
    color: #fff;
    border-bottom: 6px solid #f4f4f4;
    background-color: #004F9D
}
.table-management tbody tr {
    margin-bottom: 10px;
}
.table-management tbody th, .table-management tbody td {
    border: none;
    padding: 20px 30px;
    border-bottom: 6px solid #f4f4f4;
    font-size: 14px;
}
.table-staff thead th {
    background-color: #008040 !important;
    text-align: center;
    color: #FFF;
    padding: 20px 0px;
}
.table-staff tbody tr:nth-child(even) {
    background-color: #FFFFBF !important;
}
.table-staff tbody th, .table-staff tbody td {
    padding: 15px 10px;
}
.table-staff > tbody > tr:nth-child(2n+1) > td, .table-staff > tbody > tr:nth-child(2n+1) > th {
    background-color: #FFFFBF !important;
}
figure.snip1205 {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 220px;
    max-width: 380px;
    width: 100%;
    background: #000000;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1205 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
figure.snip1205 img {
    max-width: 100%;
    vertical-align: top;
}
figure.snip1205 i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #000000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.snip1205 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
figure.snip1205.navy {
    background-color: #2b3c4e;
}
figure.snip1205.navy i {
    color: #222f3d;
}
figure.snip1205:hover img, figure.snip1205.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
figure.snip1205:hover i, figure.snip1205.hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure.snip1207 {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    min-width: 220px;
    max-width: 535px;
    width: 100%;
    background: #000000;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1207 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
figure.snip1207 img {
    max-width: 100%;
    vertical-align: top;
}
figure.snip1207 i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #000000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.snip1207 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
figure.snip1207.navy {
    background-color: #8F4747;
}
figure.snip1207.navy i {
    color: #222f3d;
}
figure.snip1207:hover img, figure.snip1207.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
figure.snip1207:hover i, figure.snip1207.hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure.snip1206 {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 220px;
    max-width: 380px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1206 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
figure.snip1206 img {
    max-width: 100%;
    vertical-align: top;
}
figure.snip1206 i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #000000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.snip1206 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
figure.snip1206.navy i {
    color: #222f3d;
}
figure.snip1206:hover img, figure.snip1206.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
figure.snip1206:hover i, figure.snip1206.hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.imgFrame {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 400px;
    width: 90%;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-style: solid;
    border-width: 15px;
    border-top-color: lighten(#000, 20%);
    border-right-color: lighten(#000, 0%);
    border-bottom-color: lighten(#000, 20%);
    border-left-color: lighten(#000, 0%);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}
.man-heading-box {
    background: rgb(121, 69, 9);
    background: linear-gradient(347deg, rgba(121, 69, 9, 0.9892156691778273) 0%, rgba(77, 0, 255, 1) 100%);
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
    width: 100%;
    height: 80px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}
.multiple-borders {
    -webkit-box-shadow:
        0px 0px 0px 2px rgba(0, 0, 0, 0.6), 0px 0px 0px 14px #fff, 0px 0px 0px 18px rgba(0, 0, 0, 0.2), 6px 6px 8px 17px #555 !important;
    -moz-box-shadow:
        0px 0px 0px 2px rgba(0, 0, 0, 0.6), 0px 0px 0px 14px #fff, 0px 0px 0px 18px rgba(0, 0, 0, 0.2), 6px 6px 8px 17px #555 !important;
    box-shadow:
        0px 0px 0px 2px rgba(0, 0, 0, 0.6), 0px 0px 0px 14px #fff, 0px 0px 0px 18px rgba(0, 0, 0, 0.2), 6px 6px 8px 17px #555 !important;
    margin: 20px;
}
.new-head-bg {
    background-color: #76323f;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    min-height: 70px;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    border: 2px solid #A05050;
    text-decoration: none;
}
.gal-head-bg {
    background-color: #002e5b;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    min-height: 70px;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    border: 2px solid #0052A4;
    text-decoration: none;
}
.font-wight-600 {
    font-weight: 600
}
.video-shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
    background-color: #f9f9fA;
}
ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(130, 142, 212, 0.39);
    -moz-box-shadow: 0px 0px 5px 2px rgba(130, 142, 212, 0.39);
    box-shadow: 0px 0px 5px 2px rgba(130, 142, 212, 0.39);
}
ul.accordion-list li.active h3:after {
    transform: rotate(45deg);
}
ul.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-transform: uppercase;
}
ul.accordion-list li h3:after {
    content: "\f067";
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    right: 0;
    top: 0;
    color: #Fcc110;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}
ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    font-weight: 400;
    padding: 10px 0 0 0;
    cursor: pointer;
    font-size: 16px;
}
#this_title {
    display: none;
}
.award-frame {
    margin: 20px 0px;
    max-width: 700px;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-style: solid;
    border-width: 15px;
    border-top-color: lighten(#000, 20%);
    border-right-color: lighten(#000, 0%);
    border-bottom-color: lighten(#000, 20%);
    border-left-color: lighten(#000, 0%);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}
.award-frame1 {
    margin: 20px 0px;
    max-width: 700px;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-style: solid;
    border-width: 15px;
    border-top-color: lighten(#000, 20%);
    border-right-color: lighten(#000, 0%);
    border-bottom-color: lighten(#000, 20%);
    border-left-color: lighten(#000, 0%);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}
.comment-author-link {
    font-size: 16px;
}
.float1 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
}
.my-float {
    margin-top: 11px;
}
/*Upcoming News Ticker*/
.enonewsticker {
    display: block;
}
.titleenonewsticker {
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #1266f1;
    font-weight: bold;
}
.itemsenonewsticker {
    background-color: #fff
}
.itemsenonewsticker p {
    margin-bottom: 0;
    position: relative;
    color: #000000;
}
.navenonewsticker .carousel-control-prev, .navenonewsticker .carousel-control-next {
    color: #000;
    position: relative;
    flex-grow: 2;
}
.navenonewsticker .carousel-control-next .carousel-control-next-icon, .navenonewsticker .carousel-control-prev .carousel-control-prev-icon {
    display: block;
    height: 100%;
    width: 100%;
    background-size: 60% 60%;
}
.navenonewsticker .carousel-control-next, .navenonewsticker .carousel-control-prev {
    width: auto;
}
.topicenonewsticker {
    background-color: #e81f00;
    color: #fff;
    font-size: 70%;
    padding: 5px 7px;
    text-transform: uppercase;
    font-weight: bold;
}
.breaking-box {
    background-color: #ffedf9 !important;
}
/*smes-Abt*/
.smes-abt {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f3f5f7;
    padding: 40px 0px;
}
.smes-abt .heading3 h5 {
    background: #fff;
}
.smes-abt .service-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 16px 16px 32px 16px;
    transition: all 0.4s;
    margin-bottom: 30px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.smes-abt .service-boxarea:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}
.smes-abt .service-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.smes-abt .service-boxarea .img1 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
}
.smes-abt .service-boxarea .img1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s;
    border-radius: 10px;
}
.smes-abt .service-boxarea .content-area .title {
    color: #3e3e3e;
    ;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.4s;
    margin-bottom: 10px;
}
.smes-abt .service-boxarea .content-area .title:hover {
    color: #00ae2c;
    transition: all 0.4s;
}
.smes-abt .service-boxarea2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 32px;
    transition: all 0.4s;
    margin-bottom: 30px;
}
.smes-abt .service-boxarea2:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}
.smes-abt .service-boxarea2 .content-area .title {
    color: #091e42;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}
.smes-abt .service-boxarea2 .content-area .title:hover {
    color: #f8ce69;
    transition: all 0.4s;
}
.smes-abt .service-boxarea2 .content-area p {
    color: #5c5d62;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.vl-btn2 {
    position: relative;
    display: inline-block;
    padding: 18px 24px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(90deg, #2E0797 0%, #726EFC 100%);
    z-index: 1;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    transition: all 0.4s;
    margin-top: 10px;
}
.vl-btn2:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
    color: #FFFFFF;
}
/*News and Events List*/
.vl-blog-1-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 40px 0px;
}
.vl-blog-1-area .vl-blog-1-item {
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    border-radius: 0px 0px 10px 10px;
    background: #f4f4f9;
    margin-bottom: 30px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb .date {
    background: #ff4a47 #ff4a47;
    transition: all 0.8s;
    transform: rotateY(-360deg);
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-thumb img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item:hover .vl-blog-1-content .vl-blog-meta .tags a {
    background: #ff4a47;
    border: #fb8500;
    transition: all 0.4s;
    color: #fff;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb .date {
    background: #0d0701;
    display: inline-block;
    border-radius: 10px;
    padding: 12px;
    transition: all 0.8s;
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 2;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb .date p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb .date span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-transform: capitalize;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content {
    padding: 24px;
    position: relative;
    z-index: 1;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .tags a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    transition: all 0.4s;
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #000;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li {
    display: inline-block;
    margin: 0 24px 0 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li:nth-last-child(1) {
    margin: 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a {
    color: #4e4d4c;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content ul li a svg {
    margin: -4px 4px 0 0;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.4s;
    display: inline-block;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .vl-blog-1-title a:hover {
    color: #ff4a47;
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
    color: #ff4a47;
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.vl-blog-1-area .vl-blog-1-item .vl-blog-1-content .readmore i {
    transform: rotate(-45deg);
    transition: all 0.4s;
}



.readmore-btna {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}
.readmore-btna:hover {
    color: #ff4a47;
    transition: all 0.4s;
}
.readmore-btna:hover i {
    transform: rotate(0);
    transition: all 0.4s;
}
.readmore-btna i {
    transform: rotate(-45deg);
    transition: all 0.4s;
}
/*** 

====================================================================
	Testimonial Section
====================================================================

***/
.testimonial-section {
    position: relative;
    padding: 130px 0px 70px;
}
.testimonial-section .outer-box {
    background-color: #ffffff;
    border-radius: 50px;
    position: relative;
    padding: 10px 50px 40px;
    z-index: 1;
}
@media (max-width: 575.98px) {
    .testimonial-section .outer-box {
        padding: 0;
        background-color: transparent;
    }
}
.testimonial-section .outer-box:before {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    content: "";
    position: absolute;
    left: 33px;
    right: 30px;
    bottom: -20px;
    height: 100%;
    z-index: -1;
}
@media (max-width: 575.98px) {
    .testimonial-section .outer-box:before {
        display: none;
    }
}
.testimonial-section .outer-box:after {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    content: "";
    position: absolute;
    left: 56px;
    right: 50px;
    bottom: -40px;
    height: 100%;
    z-index: -2;
}
@media (max-width: 575.98px) {
    .testimonial-section .outer-box:after {
        display: none;
    }
}
.testimonial-section .outer-box .shape-color-style {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
@media (max-width: 575.98px) {
    .testimonial-section .outer-box .shape-color-style {
        display: none;
    }
}
.testimonial-section .outer-box .shape-color-style:before {
    background-color: rgba(244, 106, 28, 0.5);
    -webkit-filter: blur(639.5px);
    filter: blur(639.5px);
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 55px;
    top: 0px;
    height: 710px;
    width: 710px;
}
.testimonial-section .outer-box .shape-color-style:after {
    background-color: rgba(89, 102, 236, 0.5);
    -webkit-filter: blur(639.5px);
    filter: blur(639.5px);
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 105px;
    top: 70px;
    height: 710px;
    width: 710px;
}
.testimonial-section-two {
    padding: 130px 0px;
    position: relative;
}
.testimonial-section-two .anim-icons {
    text-align: center;
    top: 100px;
}
.testimonial-section-two .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(var(--theme-color-black-rgb), 0.3);
}
.testimonial-section-two .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color1);
}
.testimonial-block-two .inner-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 40px;
    padding: 40px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
    .testimonial-block-two .inner-box {
        padding: 30px;
    }
}
@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;
    }
}
.testimonial-block-two .inner-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    border-radius: 25px;
    background-color: #fff;
    -webkit-mask-image: url(../images/testimonial-bg-mask.png);
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom right;
    -webkit-mask-repeat: no-repeat;
}
@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box::before {
        -webkit-mask-image: none;
    }
}
.testimonial-block-two .inner-box .user-thumb {
    max-width: 33%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box .user-thumb {
        max-width: 100%;
    }
}
.testimonial-block-two .inner-box .user-thumb .user {
    border-radius: 30px;
    display: block;
    width: 100%;
    min-height: 258px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.testimonial-block-two .inner-box .review .rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}
.testimonial-block-two .inner-box .review .rating .icon {
    color: #5966EC;
    font-size: 15px;
}
.testimonial-block-two .inner-box .quote-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: transparent;
    border-radius: 30px 0 0 0;
    padding: 11px 0px 5px 17px;
}
@media (max-width: 767.98px) {
    .testimonial-block-two .inner-box .quote-icon {
        right: 0px;
        bottom: 0px;
    }
}
@media (max-width: 575.98px) {
    .testimonial-block-two .inner-box .quote-icon {
        display: none;
    }
}
.testimonial-block-two .inner-box .quote-icon .icon {
    width: 68px;
    height: 68px;
    font-size: 30px;
    line-height: 68px;
    text-align: center;
    color: #fff;
    background-color: #5966EC;
    border-radius: 50%;
}
.testimonial-block-two .inner-box .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
    font-style: italic;
    color: #474747;
}
.testimonial-block-two .inner-box .content-box {
    min-height: 350px;
}
@media (max-width: 1300.98px) {
    .testimonial-block-two .inner-box .text {
        font-size: 18px;
        max-width: 85%;
    }
}
@media (max-width: 1199.98px) {
    .testimonial-block-two .inner-box .text {
        font-size: 18px;
    }
}
@media (max-width: 991.98px) {
    .testimonial-block-two .inner-box .text {
        max-width: 75%;
    }
}
@media (max-width: 767.98px) {
    .testimonial-block-two .inner-box .text {
        max-width: 100%;
    }
}
.testimonial-block-two .inner-box .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
    .testimonial-block-two .inner-box .info-box {
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.testimonial-block-two .inner-box .info-box .name {
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.testimonial-block-two .inner-box .info-box .designation {
    font-size: 12px;
    display: block;
    font-weight: 400;
    line-height: 22px;
}
.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: -1;
}
.testimonial-section-two {
    padding: 80px 0px;
    position: relative;
    background-color: #f2f1f6;
    z-index: -2;
    overflow: hidden;
}
.testimonial-section-two .anim-icons {
    text-align: center;
    top: 40px;
}
.bounce-x {
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}
@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.footer-nav-fix {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
			padding: 10px 0px;
}
		.footer-nav-fix a
		{
			font-weight: bold;
			color: #FFF500;
    font-size: 18px;
		}
.show, .footer-nav-fix:hover {
    display: block;
}


.btn-hover {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 10px 20px;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #754de1, #1266f1, #1266f1);
    box-shadow: 0 3px 8px 0 rgba(213, 195, 255);
}

.tableScroll {
    height:400px; 
    overflow-y: scroll;
}