@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap";
:root {
    --titleFontFamily: "Roboto Slab", serif;
    --fontFamily: "Roboto", sans-serif;
    --font-color: #515151;
    /* --home1-main-color: #7bc74d; */
    --home1-main-color: #f5763b;
    --home1-main-color-2: #1d2a4d;
    --white-color: #ffffff;
    --black-color: #262521;
}
html {
    padding: 0;
    margin: 0;
}
body {
    /*font-family: var(--fontFamily);*/
    font-family: var(--titleFontFamily) !important;
    font-size: 16px;
}
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ced4da;
}
.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ced4da;
}
.form-select {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 100000 !important;
    -webkit-box-shadow: 2px 2px 10px #c9c6c6;
    box-shadow: 2px 2px 10px #c9c6c6;
}
.sticky .main-nav nav .navbar-nav .nav-item {
    position: relative;
}
.sticky .main-nav {
    /* background: var(--home1-main-color-2) !important; */
    background: linear-gradient(90deg, #fec849 0%, #f9a44c 50%, #f56b3a 100%) !important;
    margin-top: 0 !important;
}
img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: var(--titleFontFamily) !important;
    margin-top: -7px;
}
p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: var(--font-color);
}
p:last-child {
    margin-bottom: 0;
}
button {
    border: none;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
a {
    text-decoration: none;
    color: var(--blackColor);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
a:hover {
    text-decoration: none;
    color: var(--blackColor);
}
.table {
    margin-bottom: 0;
}
.pb-140 {
    padding-bottom: 140px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-50 {
    padding-bottom: 50px;
}
.accordion-button:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mfp-content {
    vertical-align: middle;
}
.modal.right.fade.show .modal-dialog {
    right: 0 !important;
}
.sidebarModal {
    left: auto;
    right: 0 !important;
    height: 100%;
    width: 400px;
    position: fixed;
    top: 0;
    z-index: 1000000000;
    background: var(--white-color);
    -webkit-box-shadow: 1px 1px 5px 5px #727171;
    box-shadow: 1px 1px 5px 5px #727171;
    overflow-x: hidden;
    padding: 20px 0 !important;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.sidebarModal .modal-content {
    background: var(--white-color);
    border: none;
}
.sidebarModal .modal-header .btn-close {
    padding: 0.5rem;
    margin: 0 20px 0 auto;
}
.sidebarModal .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
}
.sidebarModal .modal-header {
    border-bottom: none;
}
.sidebarModal .logo-times {
    margin-bottom: 60px;
}
.sidebarModal .modal-body {
    padding-left: 40px;
    padding-right: 40px;
}
.sidebarModal .logo {
    margin-bottom: 30x;
}
.sidebarModal .profiles {
    margin-top: 50px;
}
.sidebarModal .profiles .per-col {
    padding: 0 5px;
    margin-bottom: 10px;
}
.sidebarModal .profiles .per-img {
    position: relative;
}
.sidebarModal .profiles a {
    text-decoration: none;
}
.sidebarModal .profiles .overlay-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #7cc74dad;
    height: 0;
}
.sidebarModal .profiles .overlay-icon .fa-instagram {
    height: 30px;
    width: 30px;
    color: #e4e0e0;
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: 41%;
    left: 50%;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sidebarModal .profiles .per-img:hover img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebarModal .profiles .per-img:hover .overlay-icon {
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebarModal .profiles .per-img:hover .overlay-icon .fa-instagram {
    opacity: 1;
    visibility: visible;
}
.sidebarModal .contact-items {
    margin-top: 50px;
    text-align: center;
}
.sidebarModal .contact-items h4 {
    color: #1d2a4d;
    font-size: 30px;
    font-weight: 600;
}
.sidebarModal .contact-items h4 span {
    font-size: 24px;
    color: var(--home1-main-color);
}
.sidebarModal .contact-items .or {
    margin: 7px 0 10px;
}
.sidebarModal .contact-items .social-icon {
    margin-top: 30px;
}
.sidebarModal .contact-items .social-icon p {
    color: #7bc74d;
    margin-bottom: 10px;
    margin-left: -10px;
}
.sidebarModal .contact-items .social-icon i {
    font-size: 20px;
    color: #1d2a4d;
    margin-right: 10px;
}
.sidebarModal .contact-items .social-icon .fa-facebook-f {
    color: #3368c6;
}
.sidebarModal .contact-items .social-icon .fa-google-plus-g {
    color: #dd0404;
}
.sidebarModal .contact-items .social-icon .fa-instagram {
    color: #d30f7b;
}
.sidebarModal .contact-items .social-icon i:hover {
    color: var(--home1-main-color);
}
.sidebarModal img {
    max-width: 100%;
}
.gotopbtn {
    position: fixed;
    width: 40px;
    height: 40px;
    background: var(--home1-main-color);
    bottom: 30px;
    right: 30px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    cursor: pointer;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.gotopbtn i {
    color: var(--white-color);
}
.gotopbtn.active {
    visibility: visible;
    opacity: 1;
    border: 2px solid var(--greenColor);
}
.section-title {
    font-size: 36px;
    font-weight: 500;
    font-family: var(--fontFamily);
}
.custom-card {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.line {
    height: 4px;
    width: 50px;
    background: var(--home1-main-color);
    border-radius: 10px;
    margin: 10px 0;
    margin-top: 15px !important;
}
.card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.medium-font {
    font-size: 18px;
    font-weight: 600;
    /* color: var(--font-color); */
    color:#fff;
}
.magic-icon::before {
    margin-top: 0 !important;
    margin-left: 10px;
    color: var(--home1-main-color);
    /* font-size: 50px; */
    font-size: 35px;
}
ul {
    margin-bottom: 0;
    padding-left: 0;
}
ul li {
    list-style: none;
}
.nice-select {
    background: 0 0;
    border: none;
    padding-left: 8px;
    padding-right: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
}
.nice-select .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    z-index: 9999;
}
.nice-select:after {
    width: 8px;
    height: 8px;
    margin-top: 0;
}
button {
    border: none;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.default-btn {
    position: relative;
    font-size: 16px;
    padding: 12px 30px;
    background: var(--home1-main-color);
    color: var(--white-color);
    height: 100%;
    border-radius: 5px;
    display: inline-block;
}
.default-btn span {
    z-index: 999;
}
.default-btn::before {
    content: "";
    background: var(--home1-main-color-2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 0;
    height: 100%;
    border-radius: 5px;
}
.default-btn:hover::before {
    width: 100%;
}
.default-btn:hover::before span {
    color: var(--white-color) !important;
}
.default-btn:hover {
    background: 0 0;
    color: var(--white-color);
}
.green-btn {
    position: relative;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    background: var(--home1-main-color);
    color: var(--white-color);
}
.green-btn:hover {
    background: var(--home1-main-color-2);
    color: var(--white-color);
    border-radius: 60px 0 60px 0;
}
.blue-btn {
    position: relative;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    background: var(--home1-main-color-2);
    color: var(--white-color);
}
.blue-btn i {
    font-size: 13px;
    margin-left: 3px;
    color: var(--home1-main-color);
}
.blue-btn:hover {
    background: var(--home1-main-color);
    color: var(--white-color);
    border-radius: 60px 0 60px 0;
}
.blue-btn:hover i {
    font-size: 13px;
    margin-left: 3px;
    color: var(--white-color);
}
.violate-btn {
    position: relative;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    background: var(--home3-main-color);
    color: var(--white-color);
}
.violate-btn:hover {
    background: var(--home3-hover-color);
    color: var(--white-color);
    border-radius: 30px 0 30px 0;
}
.home2-hover-btn {
    position: relative;
    font-size: 16px;
    padding: 12px 30px;
    background: var(--home2-main-color);
    color: var(--white-color);
    height: 100%;
    border-radius: 25px;
    display: inline-block;
}
.home2-hover-btn span {
    z-index: 999;
}
.home2-hover-btn::before {
    content: "";
    background: var(--home2-main-color-2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 0;
    height: 100%;
    border-radius: 25px;
}
.home2-hover-btn:hover::before {
    width: 100%;
}
.home2-hover-btn:hover::before span {
    color: var(--white-color) !important;
}
.home2-hover-btn:hover {
    background: 0 0;
    color: var(--white-color);
}
.mobile-search-bar {
    display: none;
}
.header-area .mean-container .mean-nav ul li a.active {
    color: var(--home1-main-color);
}
.header-area .lower-nav {
    /* background: #212529; */
    background: #fff;
}
/* .header-area .main-nav{
   margin-top:-30px;
} */
.header-area .main-nav nav .navbar-nav .nav-item a:hover,
.header-area .main-nav nav .navbar-nav .nav-item a.active {
    color: var(--home1-main-color);
}
.header-area .main-nav .navbar {
    /* background: var(--home1-main-color-2); */
    background: linear-gradient(90deg, #fec849 0%, #f9a44c 50%, #f56b3a 100%);
    padding: 5px 15px;
}
.header-area .main-nav .navbar input {
    background: #001c37;
    border: none;
}
.header-area .main-nav .navbar input::-webkit-input-placeholder {
    color: var(--white-color);
}
.header-area .main-nav .navbar input:-ms-input-placeholder {
    color: var(--white-color);
}
.header-area .main-nav .navbar input::-ms-input-placeholder {
    color: var(--white-color);
}
.header-area .main-nav .navbar input::placeholder {
    color: var(--white-color);
}
.header-area .main-nav .navbar .form-control {
    color: var(--white-color);
}
.header-area .upper-top-menu {
    background: var(--home1-main-color-2);
}
.header-area .upper-top-menu .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}
.header-area .upper-top-menu .left li {
    display: inline-block;
    border-right: 1px dotted #ffffff3a;
    border-left: 1px dotted #ffffff3a;
    color: var(--white-color);
    padding: 0 15px;
}
.header-area .upper-top-menu .right {
    text-align: right;
}
.header-area .upper-top-menu .right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.header-area .upper-top-menu .right ul li {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-area .upper-top-menu .right ul .icons {
    margin-right: 20px;
}
.header-area .upper-top-menu .right .social-icons {
    text-align: right;
}
.header-area .upper-top-menu .right .social-icons .a {
    border-right: 1px dotted #ffffff3a;
    padding: 0 12px 0 9px;
}
.header-area .upper-top-menu .right .social-icons .a i {
    color: var(--white-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff2a;
    color: var(--home1-main-color);
}
.header-area .upper-top-menu .right .social-icons .a:last-child {
    border-right: none;
}
.header-area .upper-top-menu .right .language-btn .nice-select {
    color: var(--white-color) !important;
    line-height: 41px;
}
.header-area .upper-top-menu .right .language-btn .nice-select::after {
    top: 15px;
}
.header-area .upper-top-menu .right .language-btn .nice-select .option {
    color: var(--black-color);
    width: 100%;
}
/* .header-area .lower-top-menu .logo {
    padding-top: 6px;
} */
/* .header-area .lower-top-menu .right-items{
    float:right;
} */
.header-area .lower-top-menu .right-items .ul .li {
    /* padding: 10px 20px 40px; */
    padding: 10px 20px 20px;
    border-right: 2px dotted #5f5d5d60;
}
.header-area .lower-top-menu .right-items .ul .li:last-child {
    border-right: none;
}
.header-area .lower-top-menu .right-items .ul .btn-li {
    padding-right: 0;
}
.header-area .lower-top-menu .right-items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 14px; */
    margin-top: 5px;
}
.header-area .lower-top-menu .right-items ul li {
    display: inline-block;
}
.header-area .lower-top-menu .right-items ul li p {
    margin-bottom: 0;
}
.header-area .lower-top-menu .right-items ul li i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    /* border: 1px solid var(--home1-main-color);
    color: var(--home1-main-color); */
    border: 1px solid #fcbc4a;
    color: #fcbc4a;
    margin-right: 10px;
}
.header-area .reactangle-blue-btn,
.header-area .default-btn,
.header-area .home2-hover-btn {
    position: relative;
    top: -3px;
}
.header-area .default-btn {
    padding: 12px 20px;
}
.header-area .right-menu {
    margin-top: 0;
}
.header-area .right-menu .nice-select {
    font-weight: 600;
    margin-right: 10px;
}
.header-area .right-menu .flaticon-dots-menu::before {
    color: var(--white-color);
    font-size: 30px;
}
.header-area .right-menu .flaticon-dots-menu {
    cursor: pointer;
}
.banner-section .banner-slide {
    position: relative;
}
.banner-section .banner-slide img {
    position: absolute;
    right: 100px;
    top: 150px;
    z-index: 9;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: left-right 10s infinite alternate both linear;
    animation: left-right 10s infinite alternate both linear;
}
.banner-section .banner-slide-1 {
    background: url(../images/banner/mobile-banner/banner4.jpg) center
        center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 200px 0;
}
.banner-section .banner-slide-2 {
    background: url(../images/banner/mobile-banner/banner2.jpg) center
        center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 200px 0;
}
.banner-section .banner-slide-3 {
    background: url(../images/banner/mobile-banner/banner3.jpg) center
        center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 200px 0;
}
.banner-section .white-box {
    max-width: 580px;
    background: var(--white-color);
    padding: 40px;
    position: relative;
}
.banner-section .white-box h1 {
    font-size: 50px;
    font-weight: 400;
}
.banner-section .white-box p {
    margin: 20px 0 30px;
}
.banner-section .white-box::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 170px;
    background: var(--home1-main-color);
    left: 0;
}
.banner-section .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: -50%, -50%;
    transform: -50%, -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.banner-section .owl-nav .owl-prev {
    position: absolute;
    left: -35px;
    width: 100px;
    height: 40px;
    background: var(--home1-main-color) !important;
    color: var(--white-color) !important;
    border-radius: 0 0 100px 100px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.banner-section .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    width: 100px;
    height: 40px;
    background: var(--home1-main-color) !important;
    color: var(--white-color) !important;
    border-radius: 0 0 100px 100px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    background: #75787a !important;
}
.blue-quote-area .green-btn {
    width: 100%;
    text-align: center;
}
.quote-section {
    background: 0 0;
    position: relative;
    top: 0;
    z-index: 99;
}
.quote-section .blue-quote-box {
    background: var(--home1-main-color-2);
    padding: 30px 50px;
    position: relative;
    margin-top: -50px;
}
.quote-section .blue-quote-box input {
    height: 50px;
}
.quote-section .blue-quote-box .green-btn {
    padding: 13px 30px;
}
.quote-section .blue-quote-box .nice-select {
    width: 100%;
    background: var(--white-color);
    height: 50px;
}
.quote-section .blue-quote-box .nice-select::after {
    top: 20px;
}
.quote-section .blue-quote-box .nice-select .list {
    width: 100%;
}
.quote-section .left-content ul li:first-child {
    padding: 20px 20px 16px;
}
.service-section {
    background: var(--white-color);
    position: relative;
}
.service-section .line {
    margin: 10px auto 0;
}
.service-section .shape-1 {
    position: absolute;
    left: 0;
    -webkit-animation: up-down 15s infinite alternate both linear;
    animation: up-down 15s infinite alternate both linear;
    top: 0;
}
.service-section .shape-2 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    -webkit-animation: left-right 10s infinite alternate both linear;
    animation: left-right 10s infinite alternate both linear;
}
.service-section .section-title i::before {
    font-size: 40px;
    color: var(--home1-main-color);
}
.service-section .service-card {
    position: relative;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    background: var(--white-color);
    -webkit-box-shadow: 1px 1px 10px #d3d0d0;
    box-shadow: 1px 1px 10px #d3d0d0;
}
.service-section .service-card .service-border {
    padding: 30px 20px;
    border-left: 5px solid #d8dbdf !important;
}
.service-section .service-card ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.service-section .service-card ul li {
    display: inline-block;
}
.service-section .service-card ul li .f-i::before {
    color: var(--home1-main-color);
    font-size: 40px;
    margin-right: 10px;
}
.service-section .service-card ul li .custom-card-title {
    margin-top: 7px;
    margin-bottom: 15px;
}
.service-section .service-card ul li .fa-plus {
    font-size: 14px !important;
    color: var(--home1-main-color);
    margin-left: 6px;
}
.service-section .service-card::before {
    content: "";
    width: 5px;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--home1-main-color);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    border-radius: 25px;
}
.service-section .service-card .icon {
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.service-section .service-card .icon i::before {
    font-size: 60px;
    color: #686a6d5b;
}
.service-section .service-card:hover::before {
    top: 0%;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.service-section .service-slider {
    padding-right: 20px;
}
.service-section .service-slider .owl-stage-outer {
    padding: 7px 20px 20px 0;
}
.service-section .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.service-section button.owl-dot {
    background: #7e57ff8a;
    margin: 0 7px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid var(--home1-main-color-2);
}
.service-section button.owl-dot.active {
    background: var(--home1-main-color-2);
    width: 35px;
    border-radius: 10px;
}
.blue-offer-box {
    background: var(--home1-main-color-2);
    padding: 55px 0 45px;
}
.blue-offer-box .left-side h4 {
    font-size: 30px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 15px;
}
.blue-offer-box .left-side p {
    color: var(--white-color);
    margin-bottom: 0;
}
.blue-offer-box .right-content {
    text-align: right;
}
.blue-offer-box .right-content .green-btn {
    padding: 5px 10px !important;
    text-align: left;
    margin-top: -10px;
}
.blue-offer-box .right-content .green-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blue-offer-box .right-content .green-btn ul li {
    display: inline-block;
}
.blue-offer-box .right-content .green-btn ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    margin-right: 10px;
}
.blue-offer-box .right-content .green-btn ul li p {
    margin-bottom: 0;
    color: var(--white-color);
}
.blue-offer-box .right-content .green-btn:hover {
    background: var(--home1-main-color);
    border-radius: 5px;
}
.about-section {
    background: url(../images/about/about-bg-1.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
.about-section .shape-1 {
    position: absolute;
    left: 0;
    -webkit-animation: up-down 15s infinite alternate both linear;
    animation: up-down 15s infinite alternate both linear;
    top: 0;
}
.about-section .row {
    position: relative;
    z-index: 9;
}
.about-section .right-content {
    margin-left: 30px;
    position: relative;
    z-index: 9;
}
.about-section .right-content .row .col-lg-6 {
    padding: 0;
}
.about-section .right-content .about-card {
    padding: 25px 10px 20px;
}
.about-section .right-content .about-card i::before {
    font-size: 40px;
    color: var(--home1-main-color);
}
.about-section .right-content .about-card h5 {
    margin: 15px 0 14px;
}
.about-section .right-content .about-1 {
    border-right: 2px solid #e8ebf0;
    border-bottom: 2px solid #e8ebf0;
}
.about-section .right-content .about-2 {
    border-bottom: 2px solid #e8ebf0;
}
.about-section .right-content .about-3 {
    border-right: 2px solid #e8ebf0;
}
.about-section .line {
    margin: 10px 0 0;
}
.about-section .left-content {
    padding: 20px 0 0;
}
.about-section .left-content .accordion-item {
    margin-bottom: 10px;
}
.about-section .left-content .accordion-button {
    border: none;
    border-bottom: 1px solid #d8dbdf;
    padding: 20px 0 15px;
    font-weight: 600;
}
.about-section .left-content .accordion-button:not(.collapsed) {
    color: var(--black-color);
    background-color: transparent;
}
.about-section .left-content .accordion-collapse {
    border: none;
    border-width: 0 0;
}
.about-section .left-content .accordion-body {
    padding: 10px 0 0;
}
.choose-us-section {
    background: #fcf6f6;
    position: relative;
}
.choose-us-section .line {
    margin: 15px 0 25px !important;
}
.choose-us-section .shape-2 {
    position: absolute;
    right: 50px;
    top: -20px;
    -webkit-animation: moving-3 15s infinite alternate both linear;
    animation: moving-3 15s infinite alternate both linear;
}
.choose-us-section .right-content {
    max-width: 610px;
    margin-top: -15px;
}
.choose-us-section .right-content .counter {
    margin-top: 30px;
}
.choose-us-section .right-content .counter .counter-card {
    text-align: center;
}
.choose-us-section .right-content .counter .counter-card i::before {
    font-size: 40px;
    color: var(--home1-main-color);
}
.choose-us-section .right-content .counter .counter-card .icon {
    width: 75px;
    height: 75px;
    line-height: 85px;
    text-align: center;
    border: 3px dotted var(--home1-main-color);
    border-radius: 50%;
    margin: 0 auto;
}
.choose-us-section .right-content .counter .counter-card h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0 7px;
}
.choose-us-section .right-content .counter .counter-card p {
    font-size: 18px;
}
.choose-us-section .left-content {
    position: relative;
    margin-right:15px;
}
.choose-us-section .left-content .house-shape {
    position: absolute;
    right: 36px;
    bottom: 0;
    -webkit-animation: up-down-3 15s infinite alternate both linear;
    animation: up-down-3 15s infinite alternate both linear;
}
.agent-section {
    background: url(../images/agent/agent-bg-1.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}
.agent-section .row {
    position: relative;
}
.agent-section .row .or {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: var(--home1-main-color-2);
    text-align: center;
    padding-top: 14px;
}
.agent-section .row .or p {
    border: 2px solid var(--home1-main-color);
    font-size: 30px;
    color: var(--white-color);
    border-radius: 50%;
    padding: 10px;
}
.agent-section .top-portion {
    max-width: 480px;
    margin: 0 auto;
}
.agent-section .top-portion h2,
.agent-section .top-portion p {
    color: var(--white-color);
}
.agent-section .top-portion .line {
    margin: 20px auto 0;
}
.agent-section .row .phone-card {
    padding: 52px 30px;
    background: var(--white-color);
    border-radius: 7px;
}
.agent-section .row .phone-card ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.agent-section .row .phone-card ul li {
    display: inline-block;
}
.agent-section .row .phone-card ul li i {
    font-size: 50px;
    border-right: 2px dotted #94989c;
    padding-right: 20px;
    margin-right: 30px;
}
.agent-section .row .phone-card ul li p {
    font-size: 20px;
    font-weight: 500;
}
.agent-section .row .phone-card ul li h5 {
    font-size: 42px;
    font-weight: 400;
}
.agent-section .row .mail-card {
    padding: 47px 30px 50px 60px;
    background: var(--white-color);
    border-radius: 7px;
}
.agent-section .row .mail-card p {
    font-size: 20px;
    font-weight: 500;
}
.agent-section .row .mail-card input {
    background: #f6f6f6;
    height: 50px;
    border: none;
}
.agent-section .row .mail-card button {
    border: none !important;
    background: #f6f6f6;
    font-size: 20px;
}
.agent-section .row .mail-card button:hover {
    color: var(--home1-main-color);
}
.testimonial-section {
    position: relative;
    background: url(../images/testimonial/testimonial-bg-1.jpg) center center
        no-repeat;
    background-size: cover;
    width: 100%;
}
.testimonial-section .circle-shape-1 {
    position: absolute;
    top: 50px;
    left: 100px;
}
.testimonial-section .circle-shape-2 {
    position: absolute;
    right: 50px;
    bottom: 250px;
}
.testimonial-section .shape-1 {
    position: absolute;
    left: 0;
    -webkit-animation: up-down 15s infinite alternate both linear;
    animation: up-down 15s infinite alternate both linear;
    top: 0;
}
.testimonial-section .line {
    margin: 20px auto 0;
}
.testimonial-section .testimonial-card {
    text-align: center;
    padding: 0 10px;
}
.testimonial-section .testimonial-card img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 2px solid var(--home1-main-color-2);
    margin: 0 auto;
}
.testimonial-section .testimonial-card h6 {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}
.testimonial-section .testimonial-card .post {
    color: var(--home1-main-color);
}
.testimonial-section .testimonial-card i {
    color: var(--home1-main-color);
    font-size: 20px;
}
.testimonial-section .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.testimonial-section button.owl-dot {
    background: #7e57ff8a;
    margin: 0 7px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid var(--home1-main-color-2);
}
.testimonial-section button.owl-dot.active {
    background: var(--home1-main-color-2);
    width: 35px;
    border-radius: 10px;
}
.blog-section {
    position: relative;
}
.blog-section .shape-1 {
    position: absolute;
    left: 0;
    -webkit-animation: up-down 15s infinite alternate both linear;
    animation: up-down 15s infinite alternate both linear;
    top: 0;
}
.blog-section .shape-2 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    -webkit-animation: left-right 10s infinite alternate both linear;
    animation: left-right 10s infinite alternate both linear;
}
.blog-section .line {
    margin: 20px auto 0;
}
.blog-section .blog-card .text-content {
    padding: 20px 0 0;
}
.blog-section .blog-card .text-content h4 {
    font-size: 24px;
    font-weight: 400;
}
.blog-section .blog-card .text-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
}
.blog-section .blog-card .text-content ul li {
    display: inline-block;
}
.blog-section .blog-card .text-content ul li i {
    color: var(--home1-main-color);
    margin-right: 5px;
}
.blog-section .blog-card .text-content ul li:first-child {
    margin-right: 20px;
}
.blog-section .blog-card .text-content .social-links span {
    float: right;
}
.blog-section .blog-card .text-content .social-links .a {
    margin-left: 20px;
}
.blog-section .blog-card .text-content .social-links .fa-plus {
    color: var(--black-color);
    font-size: 10px;
    margin-left: 3px;
}
.blog-section .blog-card .text-content .social-links a i {
    color: var(--home1-main-color);
    margin-right: 10px;
    font-size: 20px;
}
.blog-section .blog-card .text-content .social-links a {
    font-weight: 500;
}
.blog-section .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.blog-section button.owl-dot {
    background: #7e57ff8a;
    margin: 0 7px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid var(--home1-main-color-2);
}
.blog-section button.owl-dot.active {
    background: var(--home1-main-color-2);
    width: 35px;
    border-radius: 10px;
}
.team-section {
    position: relative;
}
.team-section .shape-1 {
    position: absolute;
    left: 0;
    -webkit-animation: up-down 15s infinite alternate both linear;
    animation: up-down 15s infinite alternate both linear;
    top: 0;
}
.team-section .shape-2 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    -webkit-animation: left-right 10s infinite alternate both linear;
    animation: left-right 10s infinite alternate both linear;
}
.team-section .top-portion {
    position: relative;
    z-index: 9;
}
.team-section .top-portion .line {
    margin: 20px auto 0;
}
.team-section .agent-card {
    position: relative;
    margin-bottom: 30px;
}
.team-section .agent-card .info {
    position: absolute;
    bottom: 20px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    visibility: visible;
}
.team-section .agent-card .info h5 {
    padding: 5px 60px 5px 10px;
    background: var(--home1-main-color-2);
    color: var(--white-color);
    font-size: 24px;
    font-weight: 500;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.team-section .agent-card .info p {
    margin-top: 10px;
    padding: 3px 40px 3px 10px;
    background: var(--white-color);
    color: var(--home1-main-color-2);
    display: inline-block;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.team-section .agent-card .overlay-text {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1d2a4dbe;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    overflow: hidden;
}
.team-section .agent-card .overlay-text .text-content {
    position: relative;
    top: 75%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    visibility: hidden;
    width: 100%;
    text-align: center;
}
.team-section .agent-card .overlay-text .text-content p {
    margin: 0;
}
.team-section .agent-card .overlay-text .text-content h5,
.team-section .agent-card .overlay-text .text-content p,
.team-section .agent-card .overlay-text .text-content i {
    color: var(--white-color);
}
.team-section .agent-card .overlay-text .text-content .card-title {
    margin-bottom: 10px;
}
.team-section .agent-card .overlay-text .text-content .social-icons {
    margin-top: 10px;
}
.team-section .agent-card .overlay-text .text-content .social-icons i {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--white-color);
    text-align: center;
    color: var(--home1-main-color);
    border-radius: 50%;
}
.team-section .agent-card:hover .overlay-text {
    top: 0%;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.team-section .agent-card:hover .overlay-text .text-content {
    visibility: visible;
}
.team-section .agent-card:hover .info {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    visibility: hidden;
}
.team-section .agent-card:hover .info h5,
.team-section .agent-card:hover .info p {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    padding: 5px 0;
    font-size: 0;
}
.copyright {
    background: var(--nevy-blue);
    border-top: 1px solid #5f5d5d;
}
.copyright p {
    color: var(--white-color);
    padding: 15px 0;
}
.copyright p a:hover {
    border-bottom: 1px solid var(--white-color);
    -webkit-transition: all 0.7s !important;
    transition: all 0.7s !important;
}
.logo-section {
    background: url(../images/company-logo/logo-bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}
.logo-section h2 {
    color: var(--white-color);
    margin-top: 0;
}
.logo-section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo-section .row .col-lg-3 {
    padding: 0 20px;
    border-right: 1px solid #626568;
    height: 70px;
}
.logo-section .row .col-lg-3:last-child {
    border-right: none;
}
.footer-area {
    /* background: var(--home1-main-color-2); */
    /* background:linear-gradient(90deg, #fec849 0%, #f9a44c 50%, #f56c3ae8 100%); */
    background:#fec8493f;
}
.footer-area .input-group {
    border: 1px solid var(--white-color);
    height: 50px;
}
.footer-area h4,
.footer-area p {
    color: var(--white-color);
}
.footer-area h4 {
    margin-bottom: 20px;
}
.footer-area input {
    border: none;
    background: 0 0;
}
.footer-area .form-control {
    background: 0 0;
}
.footer-area button {
    background: var(--white-color);
    color: var(--home1-main-color);
    font-size: 20px;
    border-radius: 0;
    padding: 0 20px;
    border: 1px solid var(--white-color);
}
.footer-area .first-col {
    max-width: 230px;
}
.footer-area .first-col .input-group {
    margin: 27px 0;
}
.footer-area .first-col .input-group .form-control {
    color: var(--white-color);
}
.footer-area .first-col .social-icons {
    margin-top: 27px;
}
.footer-area .first-col .social-icons .share {
    color: var(--white-color);
}
.footer-area .first-col .social-icons i {
    color: var(--home1-main-color);
    margin: 0 5px;
    font-size: 20px;
}
.footer-area .second-col {
    margin-bottom: 0;
}
.footer-area .second-col p {
    margin: 29px 0;
}
.footer-area .second-col ul li {
    color: var(--white-color);
    margin-bottom: 22px;
}
.footer-area .second-col ul li i {
    margin-right: 10px;
    color: var(--home1-main-color);
}
.footer-area .second-col ul li:last-child {
    margin-bottom: 0;
}
.footer-area .third-col {
    margin-bottom: 0;
}
.footer-area .third-col p {
    margin-bottom: 11px;
}
.footer-area .third-col p:last-child {
    margin-bottom: 0;
}
.footer-area .last-col .row .col-lg-3 {
    padding: 2px;
}
.copyright {
    background: var(--home1-main-color-2);
}
.copyright p {
    color: var(--white-color);
}
.banner-area .banner-slide-1 {
    background: url(../images/banner/mobile-banner/banner4.jpg) center
        center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.banner-area .banner-slide-2 {
    background: url(../images/banner/mobile-banner/banner2.jpg) center
        center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.banner-area .banner-slide-3 {
    background: url(../images/banner/mobile-banner/banner3.jpg) center
        center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.banner-area .banner-slide-4 {
    background: url(../images/banner/mobile-banner/banner1.jpg) center
        center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
/* .banner-area .banner-slide-5 {
    background: url(../images/banner/mobile-banner/wtsapp-banner6.jpg) center
        center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.banner-area .banner-slide-6 {
    background: url(../images/banner/mobile-banner/wtsapp-banner7.jpg) center
        center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.banner-area .banner-slide-7 {
    background: url(../images/banner/mobile-banner/wtsapp-banner8.jpg) center
        center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.banner-area .banner-slide-8 {
    background: url(../images/banner/mobile-banner/wtsapp-banner9.jpg) center
        center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
} */

.banner-area .text-content {
    background: 0 0;
    max-width: 750px;
}
.banner-area .text-content h1 {
    color: var(--white-color);
    font-weight: 400;
}
.banner-area .text-content p {
    color: var(--white-color);
    max-width: 450px;
}
.banner-area .white-box::before {
    height: 120px;
}
.service-area {
    border-top: 2px solid #e3e5eb17;
    background: #fbfbfb;
}
.service-area .circle-shape {
    position: absolute;
    top: 50px;
    right: 100px;
}
.service-area .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9;
}
.service-area .nav-pills .nav-link.active,
.service-area .nav-pills .show > .nav-link {
    color: #fff;
    /* background-color: var(--home1-main-color-2); */
    background: linear-gradient(90deg, #fec849 0%, #f9a44c 50%, #f56b3a 100%);
}
.service-area .nav-link {
    padding: 12px 30px;
    border-radius: 0;
}
.service-area .mb-3 {
    margin-bottom: 30px !important;
}
.service-area .nav-link {
    padding: 12px 30px;
    border-radius: 0;
    margin: 5px;
    -webkit-box-shadow: 1px 1px 10px #dad5d5;
    box-shadow: 1px 1px 10px #dad5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}
.service-area .nav-link i::before {
    font-size: 30px;
    color: var(--home1-main-color);
    margin-right: 10px;
}
.service-area .tab-content .top-portion .line {
    /* margin: 20px 0; */
    margin: 10px 0;
}
.service-area .tab-content .left-content {
    position: relative;
}
.service-area .tab-content .left-content a {
    font-weight: 500;
}
.service-area .tab-content .left-content a i {
    font-size: 10px;
    color: var(--black-color);
    margin-left: 5px;
}
.service-area .tab-content .left-content .icon {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
}
.service-area .tab-content .left-content .icon i::before {
    font-size: 60px;
    color: #5f5d5d33;
}
.service-area .top-portion,
.service-area .navtab-option {
    position: relative;
    z-index: 9;
}
.green-offer-box {
    background: var(--home1-main-color);
}
.green-offer-box .green-btn {
    background: var(--home1-main-color-2);
}
.about-section-area .nav-pills .nav-link.active,
.about-section-area .nav-pills .show > .nav-link {
    background-color: var(--home1-main-color);
}
.about-section-area .right-content {
    margin-right: 30px;
}
/* .why-choose-us-section {
    background: url(../images/choose-us/choose-us-2-bg.jpg) center center
        no-repeat;
    background-size: cover;
    width: 100%;
} */
.why-choose-us-section .line {
    margin: 15px 0 25px;
}
.why-choose-us-section .row > * {
    padding-right: 0;
}
.why-choose-us-section .left-content {
    max-width: 540px;
    margin-right: 10px;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 20px;
}
.why-choose-us-section .left-content .feature-portion {
    margin: 30px 0 0;
}
.why-choose-us-section .left-content .feature-portion h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.why-choose-us-section .left-content .feature-portion p {
    margin-bottom: 10px;
}
.why-choose-us-section .left-content .feature-portion p i {
    color: var(--home1-main-color);
    margin-right: 5px;
}
.why-choose-us-section .left-content .feature-portion p:last-child {
    margin-bottom: 0;
}
.why-choose-us-section .left-content .feature-portion .green-box {
    padding: 15px 15px 5px;
    background: var(--home1-main-color);
    border-radius: 10px;
    position: relative;
}
.why-choose-us-section .left-content .feature-portion .green-box p {
    color: var(--white-color);
    margin-bottom: 0;
}
.why-choose-us-section .left-content .feature-portion .green-box h2 {
    color: var(--white-color);
    font-size: 30px;
    font-weight: 500;
}
.why-choose-us-section .left-content .feature-portion .green-box .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    position: absolute;
    background: var(--white-color);
    right: -10px;
    top: -10px;
}
.why-choose-us-section
    .left-content
    .feature-portion
    .green-box
    .icon
    i::before {
    color: var(--home1-main-color);
    font-size: 25px;
}
.why-choose-us-section .image-portion {
    background: url(../images/services/why-choose1.png) center center no-repeat;
    background-size: cover;
    /* height: 100%; */
    height: 110%;
    border-radius: 15px;
}
.why-choose-us-section .image-portion img {
    display: none;
}
.counter-area {
    background: url(../images/counter/counter-bg-2.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}
.counter-area .per-counter {
    margin-bottom: 30px;
}
.counter-area .per-counter .icon {
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 137px;
    border-radius: 50%;
    background: var(--home1-main-color);
    margin: 0 auto 20px;
}
.counter-area .per-counter .icon i::before {
    color: var(--white-color);
    font-size: 50px;
}
.counter-area .per-counter .text-content {
    padding-left: 200px;
}
.counter-area .per-counter h2 {
    font-size: 56px;
    font-weight: 400;
    color: var(--white-color);
}
.counter-area .per-counter p {
    font-size: 24px;
    color: var(--white-color);
}
.agent-card-slider {
    background: url(../images/services/website-banner.jpg) center center
        no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 70px;
}
.agent-card-slider .testimonial-slider-2 {
    max-width: 570px;
}
.agent-card-slider .agent-card {
    margin-top: 30px;
    padding: 30px 30px 30px 50px;
    background: var(--white-color);
    max-width: 570px;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    margin-bottom: 0;
}
.agent-card-slider .agent-card .fa-quote-left {
    position: absolute;
    color: var(--home1-main-color);
    font-size: 70px;
    top: -30px;
    left: -30px;
}
.agent-card-slider .agent-card ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.agent-card-slider .agent-card ul li {
    display: inline-block;
}
.agent-card-slider .agent-card ul li img {
    margin-right: 15px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid var(--home1-main-color-2);
}
.agent-card-slider .agent-card ul li h6 {
    font-size: 20px;
    margin-bottom: 6px;
    margin-top: 5px;
}
.agent-card-slider .agent-card ul li p {
    color: var(--home1-main-color);
    font-size: 16px;
    margin-bottom: 0 !important;
}
.agent-card-slider .owl-nav {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.agent-card-slider .owl-nav button.owl-prev,
.agent-card-slider .owl-nav button.owl-next {
    border: 1px solid #686a6d;
    font-size: 30px;
}
.agent-card-slider .owl-nav button.owl-prev span,
.agent-card-slider .owl-nav button.owl-next span {
    padding: 0 15px;
    margin-top: -20px;
}
.ins-quote {
    background: url(../images/quote/quote-bg-2.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
}
.quote-section {
    position: relative;
    z-index: 9;
}
.quote-section .shape-1 {
    position: absolute;
    top: -100px;
    left: -20px;
    -webkit-animation: up-down 15s infinite alternate both linear;
    animation: up-down 15s infinite alternate both linear;
}
.quote-section .line {
    margin: 20px auto 0;
}
.quote-section .text-content {
    max-width: 820px;
    margin-right: auto;
    margin-left: 0;
}
.quote-section .left-content {
    padding-right: 40px;
}
.quote-section .left-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 1px 1px 10px #eaeef1;
    box-shadow: 1px 1px 10px #eaeef1;
}
.quote-section .left-content ul li {
    display: inline-block;
    padding: 13px 20px 10px;
}
.quote-section .left-content ul li:first-child {
    background: var(--home1-main-color);
    position: relative;
}
.quote-section .left-content ul li:first-child i::before {
    color: var(--white-color);
    font-size: 40px;
}
.quote-section .left-content ul li:first-child::before {
    content: "";
    height: 100%;
    width: 0;
    background: var(--white-color);
    position: absolute;
    left: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    top: 0;
}
.quote-section .left-content ul li:first-child::before i::before {
    color: var(--home1-main-color) !important;
}
.quote-section .left-content ul li:last-child {
    background: var(--white-color);
    color: var(--home1-main-color-2);
    padding: 20px 0 20px 20px;
    width: 100%;
    position: relative;
}
.quote-section .left-content ul li:last-child p {
    font-size: 24px;
    margin-bottom: 0;
}
.quote-section .left-content ul li:last-child::before {
    content: "";
    height: 100%;
    width: 0;
    background: var(--home1-main-color);
    position: absolute;
    left: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    top: 0;
    color: var(--white-color) !important;
    padding: 20px 0 20px 20px;
    visibility: hidden;
    font-size: 24px;
}
.quote-section .left-content ul:last-child {
    margin-bottom: 0;
}
.quote-section .left-content ul:hover {
    color: var(--white-color) !important;
}
.quote-section .left-content ul:hover li:last-child p {
    color: var(--white-color);
    position: relative;
    z-index: 99;
}
.quote-section .left-content ul:hover li::before {
    width: 100%;
    visibility: visible;
    z-index: 0;
}
.quote-section .left-content ul:hover li:first-child i::before {
    color: var(--home1-main-color) !important;
    z-index: 9;
    position: relative;
}
.quote-section .right-content {
    padding-left: 60px;
    border-left: 2px solid #d8dde4;
}
.quote-section .right-content h2 {
    font-size: 36px;
    color: var(--home1-main-color);
}
.quote-section .right-content p {
    margin-bottom: 16px;
    margin-top: 10px;
}
.quote-section .right-content input {
    height: 50px;
    margin-bottom: 15px;
}
.quote-section .right-content .green-btn {
    margin-top: 0;
}
.header-seaction .main-nav {
    margin-top: 0;
    background: var(--home1-main-color-2);
}
.header-seaction .main-nav .navbar {
    background: var(--home1-main-color-2);
    padding: 5px 0;
}
.header-seaction .header-menu .lower-top-menu .right-items {
    float: left;
}
.header-seaction .header-menu .lower-top-menu .right-items .ul .li {
    padding: 0 20px;
}
.header-seaction .header-menu .lower-top-menu .right-items .ul .li:first-child {
    padding: 10px 20px 10px 0;
    border-right: 2px dotted #5f5d5d60;
}
.header-seaction .header-menu .lower-top-menu .right-content {
    text-align: right;
}
.header-seaction .header-menu .lower-top-menu .right-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-seaction .header-menu .lower-top-menu .right-content ul li {
    display: inline-block;
}
.header-seaction .header-menu .lower-top-menu .right-content ul .icons {
    margin-top: 15px;
    margin-right: 20px;
}
.header-seaction
    .header-menu
    .lower-top-menu
    .right-content
    ul
    .icons
    .social-icons
    a
    i {
    color: var(--home1-main-color);
    padding: 10px 14px 10px 10px;
    border-right: 1px dotted #b6b9bd;
    font-size: 20px;
}
.header-seaction
    .header-menu
    .lower-top-menu
    .right-content
    ul
    .icons
    .social-icons
    a:last-child
    i {
    border-right: none;
}
.header-seaction .header-menu .lower-top-menu .right-content ul .nice-select {
    margin-top: 9px;
}
.header-seaction .nice-select:after {
    margin-top: -2px;
    right: 3px;
}
.banner-style {
    background: url(../images/banner/banner-3-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
}
.banner-style h1 {
    font-size: 56px;
    font-weight: 400;
}
.banner-style p {
    margin: 20px 0 30px;
}
.banner-style .image {
    position: relative;
    padding: 200px 0 150px;
}
.banner-style .image .green-box {
    padding: 15px 15px 10px;
    background: var(--home1-main-color);
    border-radius: 10px;
    position: absolute;
    width: 130px;
    right: 0;
    top: 50%;
    z-index: 9;
}
.banner-style .image .green-box p {
    color: var(--white-color);
    margin-bottom: 0;
    margin-top: 0;
}
.banner-style .image .green-box h2 {
    color: var(--white-color);
    font-size: 30px;
    font-weight: 500;
}
.banner-style .image .green-box .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    position: absolute;
    background: var(--white-color);
    right: -10px;
    top: -10px;
}
.banner-style .image .green-box .icon i::before {
    color: var(--home1-main-color);
    font-size: 25px;
}
.banner-style .image .round-shape {
    position: relative;
    max-width: 400px;
    height: auto;
    -webkit-animation: cube-rotate 50s infinite alternate both linear;
    animation: cube-rotate 50s infinite alternate both linear;
}
.banner-style .image .shape-3 {
    position: absolute;
    right: 90px;
    bottom: 0;
}
.banner-style .image .shape-4 {
    position: absolute;
    left: 0;
    top: 100px;
}
.banner-style .image .shape-5 {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-animation: moving-1 15s infinite alternate both linear;
    animation: moving-1 15s infinite alternate both linear;
}
.banner-style .image .man-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 646px;
}
.banner-style .text-content {
    position: relative;
    z-index: 9;
}
.banner-style .text-content .shape-1 {
    position: absolute;
    top: -90px;
    left: -20px;
    -webkit-animation: cube-rotate 15s infinite alternate both linear;
    animation: cube-rotate 15s infinite alternate both linear;
}
.banner-style .text-content p {
    max-width: 460px;
}
.banner-style .text-content .search-bar {
    margin: 50px 0 0;
    max-width: 460px;
}
.banner-style .text-content .search-bar h4 {
    font-size: 24px;
    color: var(--home1-main-color-2);
    margin-bottom: 20px;
}
.banner-style .text-content .search-bar input {
    height: 50px;
    border: 2px solid #ced4da;
}
.banner-style .text-content .search-bar .green-btn:hover {
    border-radius: 10px;
}
.service-area {
    position: relative;
}
.service-area .shape-1 {
    position: absolute;
    left: 0;
    -webkit-animation: up-down 15s infinite alternate both linear;
    animation: up-down 15s infinite alternate both linear;
    top: 0;
}
.service-area .shape-2 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    -webkit-animation: left-right 10s infinite alternate both linear;
    animation: left-right 10s infinite alternate both linear;
}
.service-area .line {
    margin: 20px auto 0;
}
.service-area .service-box {
    position: relative;
}
.service-area .service-box h6 {
    padding: 20px;
    background: var(--home1-main-color-2);
    color: var(--white-color);
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 24px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.service-area .service-box h6 i::before {
    color: var(--home1-main-color);
    margin-right: 6px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    font-size: 25px;
}
.service-area .service-box .overlay-text {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1d2a4ddc;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
}
.service-area .service-box .overlay-text .text-content {
    position: relative;
    padding: 0 20px;
    visibility: hidden;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.service-area .service-box .overlay-text .text-content p {
    margin: 0;
}
.service-area .service-box .overlay-text .text-content h5,
.service-area .service-box .overlay-text .text-content p,
.service-area .service-box .overlay-text .text-content i {
    color: var(--white-color);
}
.service-area .service-box .overlay-text .text-content .card-title {
    margin-bottom: 10px;
}
.service-area .service-box .overlay-text .text-content .hover-content {
    margin-top: 10px;
}
.service-area .service-box .overlay-text .text-content .hover-content h5 {
    font-size: 22px;
    color: var(--white-color);
    margin-top: -10px;
}
.service-area
    .service-box
    .overlay-text
    .text-content
    .hover-content
    i::before {
    font-size: 26px;
    color: var(--home1-main-color);
    margin-right: 5px;
}
.service-area .service-box .overlay-text .text-content .hover-content p {
    margin: 15px 0;
}
.service-area .service-box .overlay-text .text-content .hover-content a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
}
.service-area .service-box:hover h6 {
    font-size: 0;
    padding: 0;
}
.service-area .service-box:hover h6 i::before {
    font-size: 0;
}
.service-area .service-box:hover .overlay-text {
    top: 0%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.service-area .service-box:hover .overlay-text .text-content {
    visibility: visible;
}
.service-area .service-box:hover .info {
    -webkit-transition: all 1s;
    transition: all 1s;
    visibility: hidden;
}
.service-area .service-box:hover .info h5,
.service-area .service-box:hover .info p {
    -webkit-transition: all 1s;
    transition: all 1s;
    padding: 0;
    font-size: 0;
}
.service-area .service-slider .owl-stage-outer {
    padding: 0;
}
.about-area {
    background: url(../images/about/about-bg-3.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    border-bottom: 2px solid #dbe0e463;
    position: relative;
}
.about-area .s-shape-1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-animation: up-down-4 15s infinite alternate both linear;
    animation: up-down-4 15s infinite alternate both linear;
}
.about-area .shape-2 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    -webkit-animation: left-right 10s infinite alternate both linear;
    animation: left-right 10s infinite alternate both linear;
}
.about-area .circle-shape-1 {
    position: absolute;
    top: 100px;
    left: 100px;
}
.about-area .circle-shape-2 {
    position: absolute;
    top: 20px;
    right: 70px;
}
.about-area .image-portion {
    position: relative;
    padding-right: 20px;
}
.about-area .image-portion .man-image {
    position: absolute;
    max-width: 480px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.about-area .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
    margin-top: 30px;
}
.about-area .nav-tabs button {
    background: 0 0;
    font-weight: 500;
    color: var(--home1-main-color-2);
}
.about-area .nav-tabs button.active {
    background: var(--home1-main-color);
    color: var(--white-color);
}
.about-area .nav-tabs .nav-link {
    border: none;
}
.about-area .lists {
    margin-top: 20px;
}
.about-area .lists i {
    color: var(--home1-main-color);
}
.about-area .lists p {
    margin-bottom: 10px;
}
.about-area .counter-portion {
    position: relative;
    z-index: 9;
}
.about-area .counter-portion .counter-card {
    text-align: center;
    padding: 30px;
    background: var(--white-color);
    -webkit-box-shadow: 1px 1px 20px #c1c6ca;
    box-shadow: 1px 1px 20px #c1c6ca;
    margin-bottom: 30px;
}
.about-area .counter-portion .counter-card .icon {
    height: 100px;
    width: 100px;
    line-height: 123px;
    background: var(--home1-main-color);
    border-radius: 50%;
    margin: 0 auto 20px;
}
.about-area .counter-portion .counter-card .icon i::before {
    color: var(--white-color);
    font-size: 45px;
    padding: 10px;
    border: 2px dotted var(--white-color);
    border-radius: 50%;
}
.about-area .counter-portion .counter-card h4 {
    font-size: 50px;
    color: #4a4d50;
}
.about-area .text-content {
    position: relative;
    z-index: 9;
}
.choose-us-area {
    padding: 50px 0;
    position: relative;
}
.choose-us-area .circle-shape-1 {
    position: absolute;
    top: 100px;
    right: 50px;
}
.choose-us-area .circle-shape-2 {
    position: absolute;
    bottom: 50px;
    right: 100px;
}
.choose-us-area .feature-portion ul {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.choose-us-area .feature-portion ul li i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: var(--home1-main-color);
    color: var(--white-color);
    font-size: 30px;
    margin-right: 10px;
    margin-top: -5px;
}
.choose-us-area .feature-portion ul li p {
    margin-top: 10px;
}
.choose-us-area .left-content {
    padding-top: 0;
    padding-bottom: 0;
}
.testimonial-slider-area {
    background: url(../images/testimonial/testimonial-bg-3.jpg) center center
        no-repeat;
    background-size: cover;
    width: 100%;
}
.inner-banner-section {
    background: url(../images/insurance/inner-bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 150px 0;
}
.inner-banner-section h1 {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 20px;
}
.inner-banner-section p {
    font-size: 18px;
    font-weight: 500;
}
.inner-banner-section .fa-asterisk {
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    color: var(--home1-main-color);
}
.house-insurance {
    position: relative;
}
.house-insurance .circle-shape {
    position: absolute;
    top: 60px;
    left: 50px;
}
.house-insurance .shape-1 {
    position: absolute;
    right: 40px;
    top: 100px;
}
.house-insurance .row {
    position: relative;
    z-index: 9;
}
.house-insurance .left-content h5 {
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
}
.house-insurance .left-content h5 i {
    color: var(--home1-main-color);
    font-size: 30px;
    margin-top: -10px;
    margin-right: 10px;
}
.house-insurance .left-content ul li {
    margin-top: 10px;
}
.house-insurance .left-content ul li i {
    color: var(--home1-main-color);
    margin-right: 10px;
}
.house-insurance .right-content .ins-img-1 {
    margin-bottom: 30px;
}
.inner-quote-section {
    position: relative;
}
.inner-quote-section .circle-shape-1 {
    position: absolute;
    top: 60px;
    left: 150px;
}
.inner-quote-section .circle-shape-2 {
    position: absolute;
    top: 150px;
    right: 100px;
}
.inner-quote-section .shape-1 {
    position: absolute;
    left: 0;
    -webkit-animation: up-down 15s infinite alternate both linear;
    animation: up-down 15s infinite alternate both linear;
    top: 0;
}
.inner-quote-section .shape-2 {
    position: absolute;
    right: 30px;
    bottom: 30px;
    -webkit-animation: left-right 10s infinite alternate both linear;
    animation: left-right 10s infinite alternate both linear;
}
.inner-quote-section .left-content ul li:first-child {
    padding: 20px 20px 16px;
}
.inner-quote-section .image-box {
    position: relative;
}
.inner-quote-section .image-box .border-box {
    width: 250px;
    height: 380px;
    border: 10px solid var(--home1-main-color);
    background: 0 0;
    position: absolute;
    top: 100px;
    right: -10px;
}
.inner-quote-section .image-box img {
    position: relative;
    z-index: 9;
}
.inner-quote-section .image-box .men-2 {
    display: none;
}
.inner-testimonial-section {
    background: var(--white-color);
}
.inner-testimonial-section .testimonial-card {
    margin-bottom: 30px;
}
.inner-service {
    background: var(--white-color);
}
.inner-service .service-card {
    margin-bottom: 30px;
}
.service-details-section .dp {
    margin-bottom: -10px;
}
.service-details-section .search-box {
    padding: 20px;
    border: 1px solid #dbd9d9a4;
    border-radius: 5px;
    margin-bottom: 30px;
}
.service-details-section .search-box input {
    background: #f4f8fc;
    border-radius: 5px;
    height: 50px;
}
.service-details-section .search-box button {
    border-left: none;
    border: 1px solid #ff452834;
    background: #f4f8fc;
    border-radius: 5px;
}
.service-details-section .search-box button i {
    color: #7bc74d;
}
.service-details-section .card-title-f {
    margin-bottom: 15px;
}
.service-details-section .service-items {
    padding: 20px;
    border: 1px solid #e0deddcc;
    border-radius: 5px;
}
.service-details-section .service-items p {
    padding: 10px;
    /* border: 1px solid #7bc74d; */
    border: 1px solid #f77e4073;
    background: #f4f8fc;
    border-radius: 5px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.service-details-section .service-items p i {
    font-size: 14px;
    margin-right: 10px;
}
.service-details-section .service-items p:hover {
    background: var(--home1-main-color);
}
.service-details-section .service-items p:hover a,
.service-details-section .service-items p:hover i {
    color: var(--white-color);
}
.service-details-section .img-box {
    background: radial-gradient(
            circle,
            rgba(255, 255, 255, 0) 0%,
            rgba(26, 167, 68, 0.568) 0%,
            rgba(25, 2, 87, 0.651) 98%
        ),
        url(../images/service/service-3.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 140px 0 40px 30px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.service-details-section .img-box h2 {
    color: var(--white-color);
    font-size: 40px;
    font-weight: 700;
}
.service-details-section .img-box p {
    color: var(--white-color);
    font-size: 20px;
}
.service-details-section .green-button {
    padding: 20px;
    border: 1px solid #e0deddcc;
    border-radius: 5px;
}
.service-details-section .green-button .green-btn {
    width: 100%;
}
.service-details-section .green-button .green-btn span {
    margin-left: 10px;
}
.service-details-section .right-content .top {
    margin-bottom: 30px;
}
.service-details-section .right-content .section-title {
    margin-bottom: 15px;
}
.service-details-section .right-content img {
    margin-bottom: 15px;
}
.service-details-section .right-content .img-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.service-details-section .right-content .img-text .img-2 {
    max-width: 350px;
    max-height: 400px;
    border-radius: 30px;
    margin-right: 20px;
}
.service-details-section .right-content .img-text .p {
    display: inline-block;
}
.inner-blog-section {
    position: relative;
}
.inner-blog-section .shape-1 {
    position: absolute;
    left: 0;
    top: 100px;
}
.inner-blog-section .shape-2 {
    position: absolute;
    right: 40px;
    bottom: 200px;
}
.inner-blog-section .row {
    position: relative;
    z-index: 9;
}
.inner-blog-section .blog-card {
    margin-bottom: 30px;
}
.offer-section {
    background: var(--white-color);
}
.inner-counter-area {
    background: var(--white-color);
    position: relative;
}
.inner-counter-area .shape-1 {
    position: absolute;
    left: 0;
    -webkit-animation: up-down 15s infinite alternate both linear;
    animation: up-down 15s infinite alternate both linear;
    top: 0;
}
.inner-counter-area .row {
    position: relative;
    z-index: 99;
}
.inner-counter-area .per-counter {
    -webkit-box-shadow: 1px 1px 20px #dbd7d7;
    box-shadow: 1px 1px 20px #dbd7d7;
    padding: 25px 30px 30px;
}
.inner-counter-area .per-counter h2,
.inner-counter-area .per-counter p {
    color: var(--black-color) !important;
}
.inner-counter-area .per-counter p {
    margin-top: 10px;
}
.about-choose-us .feature-portion {
    margin: 30px 0 0;
}
.about-choose-us .feature-portion h4 {
    margin-bottom: 15px;
}
.about-choose-us .feature-portion p {
    margin-bottom: 10px;
}
.about-choose-us .feature-portion p i {
    color: var(--home1-main-color);
    margin-right: 10px;
}
.about-choose-us .feature-portion p:last-child {
    margin-bottom: 0;
}
.blog-details-section h2 {
    font-size: 30px;
    /* font-weight: 400; */
    font-weight: 600;
}
.blog-details-section .comment-card {
    padding: 30px;
}
.blog-details-section .comment-card ul {
    margin-bottom: 0;
}
.blog-details-section .prev-next-post {
    margin-top: 30px;
    margin-bottom: 20px;
}
.blog-details-section .prev-next-post ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-details-section .prev-next-post ul i {
    margin-right: 20px;
    color: var(--home1-main-color-2);
}
.blog-details-section .prev-next-post ul li p {
    font-size: 12px;
}
.blog-details-section .prev-next-post ul li h6 {
    font-size: 16px;
    font-weight: 500;
}
.blog-details-section .prev-next-post .prev-ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.blog-details-section .prev-next-post .next-ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    float: right;
}
.blog-details-section .comment-slider {
    background: #f7f5fa;
    padding: 30px 30px 20px;
    margin-top: 30px;
}
.blog-details-section .comment-slider ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-details-section .comment-slider ul li img {
    margin-bottom: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 30px;
}
.blog-details-section .comment-slider ul li i {
    color: var(--home1-main-color);
    margin: 0 5px;
}
.blog-details-section .comment-slider ul li h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}
.blog-details-section .owl-nav {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.blog-details-section .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    font-size: 40px;
}
.blog-details-section .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    font-size: 40px;
}
.blog-details-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-top: 10px;
}
.blog-details-section ul li {
    display: inline-block;
}
.blog-details-section ul li i {
    color: var(--home1-main-color);
    margin-right: 5px;
}
.blog-details-section ul li:first-child {
    margin-right: 20px;
}
.blog-details-section .sidebar-content {
    margin: 30px 0;
}
.blog-details-section .sidebar-content .card-title-f {
    margin-bottom: 15px;
}
.blog-details-section .sidebar-content ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-details-section .sidebar-content ul li h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--font-color);
    margin-bottom: 10px;
}
.blog-details-section .sidebar-content ul li .a {
    color: var(--home3-hover-color);
}
.blog-details-section .sidebar-content ul li .a i {
    font-size: 12px;
}
.blog-details-section .sidebar-content ul li img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.blog-details-section .quote-p {
    position: relative;
    margin: 30px 0;
    padding: 0 30px;
}
.blog-details-section .quote-p i {
    color: #7cc74d34;
    font-size: 80px;
    position: absolute;
    top: -20px;
    left: 0;
}
.blog-details-section .quote-p p {
    font-size: 20px;
    font-weight: 500;
}
.blog-details-section .quote-p ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}
.blog-details-section .quote-p ul h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-details-section .quote-p ul p {
    font-size: 14px;
    font-weight: 400;
}
.blog-details-section .tags {
    margin-top: 30px;
    padding: 20px 20px 10px;
    border: 1px solid #dbd9d9a4;
    border-radius: 5px;
}
.blog-details-section .tags a {
    display: inline-block;
    padding: 10px 20px;
    background: #f4f8fc;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
}
.blog-details-section .tags a:hover {
    background: var(--home1-main-color);
    color: var(--white-color);
}
.blog-details-section .blog-img-text .right-side h5 {
    font-size: 24px;
    margin-bottom: 10px;
}
.blog-details-section .blog-img-text .right-side ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-details-section .blog-img-text .right-side ul li {
    margin-bottom: 7px;
    color: var(--black-color);
    font-weight: 500;
}
.blog-details-section .blog-img-text .right-side ul li i {
    color: var(--home1-main-color);
    margin-right: 10px;
}
.blog-details-section .contact {
    margin-top: 30px;
    padding: 30px 0 10px;
    border: 1px solid #dbd9d9a4;
    border-radius: 5px;
}
.blog-details-section .contact .google-map {
    width: 100%;
}
.blog-details-section .contact .google-map .map {
    width: 100%;
}
.blog-details-section .contact .upper-content {
    padding: 0 20px 20px;
}
.blog-details-section .contact .lower-content {
    padding: 10px 20px 0;
}
.blog-details-section .contact .lower-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-details-section .contact .lower-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-details-section .contact .lower-content ul li i {
    font-size: 20px;
    color: var(--home1-main-color);
    margin-right: 10px;
}
.blog-details-section .contact .lower-content ul li:first-child {
    margin-bottom: 15px;
}
.quick-navtab .comments-box {
    padding: 30px 30px 25px;
    border: 2px solid #c6c8ca36;
}
.quick-navtab .comments-box .ul {
    padding-top: 10px;
    padding-bottom: 25px;
    border-bottom: 2px solid #c6c8ca36;
}
.quick-navtab .comments-box .ul li span button {
    float: right;
    margin-top: -60px;
    padding: 8px 30px;
    border-radius: 30px;
    background: 0 0;
    border: 2px solid var(--home1-main-color-2);
    font-size: 16px;
    font-weight: 500;
}
.quick-navtab .comments-box .ul li span button:hover {
    background: var(--home1-main-color-2);
    color: var(--white-color);
}
.quick-navtab .comments-box .ul li img {
    height: 70px;
    width: 70px;
    margin-right: 80px;
    border-radius: 50%;
}
.quick-navtab .comments-box .ul li h5 {
    margin-top: 2px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.quick-navtab .comments-box .ul li .date {
    font-size: 14px;
}
.quick-navtab .comments-box .reply-comment {
    padding-left: 50px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.quick-navtab .comment-form .comment {
    margin-top: 20px;
    padding: 30px;
    background: #f7f5fa;
}
.quick-navtab .comment-form .comment input {
    margin: 0 0 15px;
}
.quick-navtab .comment-form .comment textarea {
    margin-bottom: 15px;
    height: 150px;
}
.quick-navtab .comment-form .comment .form-control {
    border: 1px solid #7cc74dce;
}
.quick-navtab .comment-form .comment p {
    margin-bottom: 0;
    margin-top: 12px;
}
.quick-navtab .right-content {
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(24%, rgba(0, 0, 0, 0.6)),
            color-stop(72%, rgba(0, 0, 0, 0.6))
        ),
        url(../images/service/service-2.jpg) center center no-repeat;
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.6) 24%,
            rgba(0, 0, 0, 0.6) 72%
        ),
        url(../images/service/service-2.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 30px;
    border-radius: 25px;
}
.quick-navtab .right-content .texts {
    padding: 215px 50px;
}
.quick-navtab .right-content .texts h2,
.quick-navtab .right-content .texts p {
    color: var(--white-color);
}
.quick-navtab .right-content .texts h2 {
    margin-bottom: 15px;
}
.privacy-policy-section .left-content h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
}
.privacy-policy-section .left-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.privacy-policy-section .left-content h4 {
    font-size: 18px;
    margin-bottom: 25px !important;
}
.privacy-policy-section .left-content p {
    margin-bottom: 20px;
}
.privacy-policy-section .last-p {
    margin-bottom: 0 !important;
}
.case-study-section .case-study-card {
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 20px #c1c6ca;
    box-shadow: 1px 1px 20px #c1c6ca;
    border-radius: 20px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.case-study-section .case-study-card .text-content {
    background: var(--white-color);
    padding: 30px;
    border-radius: 15px;
}
.case-study-section .case-study-card:hover {
    margin-top: -10px;
}
.case-study-details .section-title {
    margin: 20px 0 15px;
}
.case-study-details h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.case-study-details h4 i {
    color: var(--home1-main-color);
    margin-right: 10px;
}
.case-study-details p {
    margin-bottom: 20px;
}
.case-study-details .lists {
    margin-top: 30px;
}
.case-study-details .lists p {
    margin-bottom: -5px;
}
.case-study-details .lists .social-icons i {
    color: var(--home1-main-color);
    margin: 0 5px;
    font-size: 20px;
}
.contact-area {
    position: relative;
}
.contact-area .shape-1 {
    position: absolute;
    left: 0;
    bottom: 100px;
}
.contact-area .shape-2 {
    position: absolute;
    right: 50px;
    top: 100px;
}
.contact-area .circle-shape {
    position: absolute;
    left: 100px;
    top: 100px;
}
.contact-area .section-title {
    margin-bottom: 20px !important;
}
.contact-area .line {
    margin: 10px auto 0;
}
.contact-area .card-title-f {
    margin-top: 20px;
}
.contact-area .row {
    position: relative;
    z-index: 9;
}
.contact-area .info {
    padding-right: 5;
}
.contact-area .info ul {
    /* margin: 12px 0 0; */
    margin: 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contact-area .info ul li:first-child {
    margin-top: 8px;
}
.contact-area .info ul li:first-child .icon {
    border: 2px dashed var(--home1-main-color);
    border-radius: 50%;
    /* height: 90px;
    width: 90px;
    line-height: 105px; */
    height: 80px;
    width: 80px;
    line-height: 85px;
    text-align: center;
    display: block;
    margin: 0 auto 0;
}
.contact-area .info ul li:first-child .icon i {
    color: var(--home1-main-color);
    /* font-size: 40px; */
    font-size: 25px;
}
.contact-area .info ul li {
    /* margin-bottom: 20px; */
    margin-bottom: 5px;
}
.contact-area .info ul li p {
    margin-bottom: 8px;
}
.contact-area .info ul li:last-child {
    margin-bottom: 0;
}
.contact-area .right-contact-info {
    /* padding-left: 80px; */
    padding-left: 50px;
    border-left: 2px solid #cbcdcf;
}
.contact-area .right-contact-info .contact-form {
    padding: 40px;
    background: #fbfbfb;
    -webkit-box-shadow: 1px 1px 20px #dcdfe4;
    box-shadow: 1px 1px 20px #dcdfe4;
}
.contact-area .right-contact-info .contact-form input {
    margin-bottom: 20px;
    height: 50px;
}
.contact-area .right-contact-info .contact-form textarea {
    margin-bottom: 20px;
    /* height: 200px; */
    height: 120px;
}
.map-section .section-title {
    margin-bottom: 20px;
}
.map-section .google-map {
    width: 100%;
    /* height: 500px; */
    height: 400px;
    border-radius: 10px;
}
.map-section .google-map .map {
    width: 100%;
    height: 100%;
}
.map-section .left-content .per-item .form-control {
    border: 1px solid var(--home1-main-color);
    border-radius: 2px;
    margin-bottom: 10px;
}
.map-section .left-content .per-item input {
    height: 50px;
}
.map-section .left-content .per-item textarea {
    height: 150px;
}
.map-section .left-content .green-btn {
    width: 100% !important;
}
@-webkit-keyframes up-down {
    0% {
        left: 0;
        top: 0;
    }
    50% {
        left: 0;
        top: 150px;
    }
    100% {
        left: 0;
        top: 0;
    }
}
@keyframes up-down {
    0% {
        left: 0;
        top: 0;
    }
    50% {
        left: 0;
        top: 150px;
    }
    100% {
        left: 0;
        top: 0;
    }
}
@-webkit-keyframes up-down-4 {
    0% {
        left: 0;
        top: 50%;
    }
    50% {
        left: 0;
        top: 65%;
    }
    100% {
        left: 0;
        top: 50%;
    }
}
@keyframes up-down-4 {
    0% {
        left: 0;
        top: 50%;
    }
    50% {
        left: 0;
        top: 65%;
    }
    100% {
        left: 0;
        top: 50%;
    }
}
@-webkit-keyframes up-down-3 {
    0% {
        right: 36px;
        bottom: 0;
    }
    50% {
        right: 36px;
        bottom: 130px;
    }
    100% {
        right: 36px;
        bottom: 0;
    }
}
@keyframes up-down-3 {
    0% {
        right: 36px;
        bottom: 0;
    }
    50% {
        right: 36px;
        bottom: 130px;
    }
    100% {
        right: 36px;
        bottom: 0;
    }
}
@-webkit-keyframes left-right {
    0% {
        right: 30px;
        bottom: 30px;
    }
    50% {
        right: 130px;
        bottom: 30px;
    }
    100% {
        right: 30px;
        bottom: 30px;
    }
}
@keyframes left-right {
    0% {
        right: 30px;
        bottom: 30px;
    }
    50% {
        right: 130px;
        bottom: 30px;
    }
    100% {
        right: 30px;
        bottom: 30px;
    }
}
@-webkit-keyframes moving-1 {
    0% {
        right: 0;
        bottom: 0;
    }
    25% {
        right: 100px;
        bottom: 100px;
    }
    50% {
        right: 0;
        bottom: 250px;
    }
    75% {
        right: 100px;
        bottom: 100px;
    }
    100% {
        right: 0;
        bottom: 0;
    }
}
@keyframes moving-1 {
    0% {
        right: 0;
        bottom: 0;
    }
    25% {
        right: 100px;
        bottom: 100px;
    }
    50% {
        right: 0;
        bottom: 250px;
    }
    75% {
        right: 100px;
        bottom: 100px;
    }
    100% {
        right: 0;
        bottom: 0;
    }
}
@-webkit-keyframes moving-3 {
    0% {
        right: 50px;
        top: -20px;
    }
    50% {
        right: 200px;
        top: -20px;
    }
    100% {
        right: 50px;
        top: -20px;
    }
}
@keyframes moving-3 {
    0% {
        right: 50px;
        top: -20px;
    }
    50% {
        right: 200px;
        top: -20px;
    }
    100% {
        right: 50px;
        top: -20px;
    }
}
@-webkit-keyframes cube-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes cube-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.customer-logos {
    background-color: #fff;
    border-top: 3px solid#f25a29;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #000;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media only screen and (max-width: 475px) {
    .banner-area .banner-slide-1 {
        background: radial-gradient(),
            url(../images/banner/mobile-banner/banner4.jpg) center center
                no-repeat !important;
        background-size: cover;
        width: 100%;
        height: 33vh;
    }
    .banner-area .banner-slide-2 {
        background: radial-gradient(),
            url(../images/banner/mobile-banner/banner3.jpg) center center
                no-repeat !important;
        background-size: cover;
        width: 100%;
        height: 33vh;
    }
    .banner-area .banner-slide-3 {
        background: radial-gradient(),
            url(../images/banner/mobile-banner/banner2.jpg) center center
                no-repeat !important;
        background-size: cover;
        width: 100%;
        height: 33vh;
    }
   .banner-area .banner-slide-4 {
        background: radial-gradient(),
            url(../images/banner/mobile-banner/banner1.jpg) center center
                no-repeat !important;
        background-size: cover;
        width: 100%;
        height: 33vh;
    }
     /* .banner-area .banner-slide-5 {
        background: radial-gradient(),
            url(../images/banner/mobile-banner/wtsapp6.jpg) center center
                no-repeat !important;
        background-size: cover;
        width: 100%;
        height: 33vh;
    }
    .banner-area .banner-slide-6 {
        background: radial-gradient(),
            url(../images/banner/mobile-banner/wtsapp-banner7.jpg) center center
                no-repeat !important;
        background-size: cover;
        width: 100%;
        height: 33vh;
    }
    .banner-area .banner-slide-7 {
        background: radial-gradient(),
            url(../images/banner/mobile-banner/wtsapp8.jpg) center center
                no-repeat !important;
        background-size: cover;
        width: 100%;
        height: 33vh;
    }
    .banner-area .banner-slide-8 {
        background: url(../images/banner/mobile-banner/wtsapp-banner9.jpg)
            center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 33vh;
    } */
    .banner-area .white-box h1 {
        font-size: 12px !important;
        /*padding-top:18px!important;*/
    }
    .green-btn {
        position: relative;
        font-size: 11px !important;
        padding: 2px 7px !important;
        border-radius: 5px;
        display: inline-block;
        background: var(--home1-main-color);
        color: var(--white-color);
    }
    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* -webkit-transform: translate3d(0, 0, 0); */
        /* height: 65vh !important; */
    }
    @media only screen and (max-width: 475px) and (min-width: 320px) {
        .agent-card-slider .agent-card {
            font-size: 5px !important;
            margin-top: 30px;
            padding: 30px 30px 30px 50px;
            background: var(--white-color);
            max-width: 570px;
            margin-right: 0;
            margin-left: auto;
            position: relative;
            margin-bottom: 0;
            height: 200px;
        }
        .p {
            font-size: 8px;
        }
        .banner-slide-4 h1 {
            font-size: 12px !important;
            padding-top: 30px;
        }
        .banner-slide-5 h1 {
            font-size: 12px !important;
            padding-top: 30px;
        }
        .banner-slide-6 h1 {
            font-size: 12px !important;
            padding-top: 30px;
        }
        .banner-slide-7 h1 {
            font-size: 12px !important;
            padding-top: 30px;
        }
        .banner-slide-8 h1 {
            font-size: 12px !important;
            padding-top: 30px;
        }
    }
    .agent-card-slider {
        background-size: cover;
        width: 100%;
        padding-top: 70px;
        height: 400px !important;
    }
}



.logo-text {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}






























































    @media only screen and (max-width: 475px) and (min-width: 320px) {
        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
            /* -webkit-transform: translate3d(0, 0, 0); */
            /* height: 64vh !important; */
        }

        .agent-card-slider {
            background-size: cover;
            width: 100%;
            padding-top: 70px;
            height: 447px !important;
        }
    }


    @media only screen and (max-width: 780px) and (min-width: 760px) {
        .hidden-md {
            display: none
        }
    }



    @media only screen and (max-width: 1600px) and (min-width: 760px) {
        .banner-slide-4 h1 {

            padding-top: 200px !important;
        }

        .banner-slide-5 h1 {

            padding-top: 200px !important;
        }

        .banner-slide-6 h1 {

            padding-top: 200px !important;
        }

        .banner-slide-7 h1 {

            padding-top: 200px !important;
        }

        .banner-slide-8 h1 {

            padding-top: 200px !important;
        }
    }

    @media only screen and (max-width: 1600px) and (min-width: 760px) {
        .agent-card-slider .agent-card {
            margin-top: 30px;
            padding: 30px 30px 30px 50px;
            background: var(--white-color);
            max-width: 570px;
            margin-right: 0;
            margin-left: auto;
            position: relative;
            margin-bottom: 0;
            height: 300px;
        }
    }

    @media only screen and (max-width: 425px) and (min-width: 320px) {
        .agent-card-slider .agent-card {
            margin-top: 30px;
            padding: 30px 30px 30px 50px;
            background: var(--white-color);
            max-width: 570px;
            margin-right: 0;
            margin-left: auto;
            position: relative;
            margin-bottom: 0;
            height: 400px;
        }
    }


    @import "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&amp;display=swap";
    @import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;display=swap";

    body {
        font-family: open sans, sans-serif;
        color: #011f4c;
        background-color: #fff;
        font-size: 16px
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 600;
        color: #011a41;
        font-family: source sans pro, sans-serif;
        line-height: 1.4
    }

    p {
        line-height: 1.7;
        color: #000;


    }

    .about-area .about-content .years ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about-area .about-content .years ul li {
        list-style-type: none;
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .about-area .about-content .years ul li:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .about-area .about-content .years ul li .years-inner {
        background-color: #011a41;
        border-radius: 10px 0 10px 0;
        position: relative;
        padding: 18px 150px 20px 130px
    }

    .about-area .about-content .years ul li .years-inner span {
        display: inline-block;
        font-size: 80px;
        color: #e93c05;
        font-weight: 700;
        position: absolute;
        top: 0;
        left: 25px
    }

    .about-area .about-content .years ul li .years-inner h4 {
        font-size: 32px;
        color: #fff;
        margin-bottom: 0
    }

    .about-area .about-content .years ul li .years-inner i {
        display: inline-block;
        font-size: 85px;
        color: #5d6d86;
        position: absolute;
        top: -3px;
        right: 25px
    }

    .about-area .about-content .years ul li .years-inner img {
        position: absolute;
        right: -55px;
        bottom: -20px;
        -webkit-animation: about-ani-three 20s linear infinite;
        animation: about-ani-three 20s linear infinite;
        z-index: -1
    }

    @-webkit-keyframes about-ani-one {
        0% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }

        50% {
            -webkit-transform: translate(-15px, 0);
            transform: translate(-15px, 0)
        }

        100% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }

    @keyframes about-ani-one {
        0% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }

        50% {
            -webkit-transform: translate(-15px, 0);
            transform: translate(-15px, 0)
        }

        100% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }

    @-webkit-keyframes about-ani-two {
        0% {
            -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg)
        }

        50% {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg)
        }

        100% {
            -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg)
        }
    }

    @keyframes about-ani-two {
        0% {
            -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg)
        }

        50% {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg)
        }

        100% {
            -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg)
        }
    }

    @-webkit-keyframes about-ani-three {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    @keyframes about-ani-three {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }

        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg)
        }
    }

    .video-wrap {
        z-index: 2;
        margin-left: 25px
    }

    .video-wrap a {
        z-index: 10;
        display: inline-block;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        position: relative;
        font-size: 60px;
        text-align: center;
        color: #e93c05
    }

    .video-wrap a i {
        line-height: 90px
    }

    .video-wrap a:before {
        content: '';
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 90px;
        height: 90px;
        background-color: #fac7b7;
        border-radius: 50%;
        z-index: -1;
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite
    }

    .video-wrap a:after {
        content: '';
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 90px;
        height: 90px;
        background-color: #fac7b7;
        border-radius: 50%;
        z-index: -1;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .video-wrap a:hover {
        color: #fff
    }

    .video-wrap a:hover:before {
        background-color: #011a41
    }

    .video-wrap a:hover:after {
        background-color: #011a41
    }

    .video-wrap span {
        display: inline-block;
        color: #e93c05;
        font-weight: 600;
        position: relative;
        top: -20px;
        margin-left: 25px
    }

    @-webkit-keyframes pulse-border {
        0% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1
        }

        100% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            opacity: 0
        }
    }

    @keyframes pulse-border {
        0% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            opacity: 1
        }

        100% {
            -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            opacity: 0
        }
    }

    .services-area {
        background-color: #efefef;
        position: relative
    }

    .services-area .services-shape {
        z-index: -1
    }

    .services-area .services-shape img {
        position: absolute
    }

    .services-area .services-shape img:nth-child(1) {
        top: 0;
        left: 0;
        -webkit-animation: service-ani-one 3s linear infinite;
        animation: service-ani-one 3s linear infinite
    }

    .services-area .services-shape img:nth-child(2) {
        right: 0;
        bottom: 0;
        -webkit-animation: service-ani-one 3s linear infinite;
        animation: service-ani-one 3s linear infinite
    }

    .services-area .section-title h2 {
        margin-bottom: 8px;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto
    }

    .services-area .section-title p {
        margin-bottom: 0;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto
    }

    @-webkit-keyframes service-ani-one {
        0% {
            opacity: 1
        }

        50% {
            opacity: .2
        }

        100% {
            opacity: 1
        }
    }

    @keyframes service-ani-one {
        0% {
            opacity: 1
        }

        50% {
            opacity: .2
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes service-ani-two {
        0% {
            opacity: .2
        }

        50% {
            opacity: 1
        }

        100% {
            opacity: .2
        }
    }

    @keyframes service-ani-two {
        0% {
            opacity: .2
        }

        50% {
            opacity: 1
        }

        100% {
            opacity: .2
        }
    }

    .services-item {
        margin-bottom: 30px;
        position: relative;
        background-color: #fff;
        padding: 30px 15px 30px 110px;
        z-index: 1;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .services-item:hover {
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px)
    }

    .services-item .icon {
        position: absolute;
        left: 40px;
        top: 60px;
        color: #e93c05;
        font-size: 35px;
        line-height: 35px;
        z-index: 1;
        text-align: center
    }

    .services-item .icon:after {
        position: absolute;
        content: '';
        width: 60px;
        height: 60px;
        left: -15px;
        right: 0;
        top: -13px;
        margin-left: auto;
        margin-right: auto;
        background-color: #feebe4;
        z-index: -1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .services-item h3 {
        margin-bottom: 10px;
        font-size: 24px
    }

    .services-item h3 a {
        color: #e93c05
    }

    .services-item h3 a:hover {
        color: #011a41
    }

    .services-item p {
        margin-bottom: 14px
    }

    .services-item .services-btn {
        margin-left: -5px
    }

    .services-item .services-btn i {
        display: inline-block;
        font-size: 21px;
        position: relative;
        top: 4px
    }

    .services-item .services-btn a {
        display: inline-block;
        font-weight: 600;
        color: #011f4c;
        border-bottom: 1px solid #e93c05
    }

    .services-item .services-btn a:hover {
        color: #e93c05
    }

    .works-area {
        background-color: #fefcfc;
        background-image: url(../img/works-bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

    .works-item {
        margin-bottom: 30px;
        text-align: center
    }

    .works-item:hover i {
        background-color: #e93c05
    }

    .works-item i {
        display: inline-block;
        color: #e93c05;
        width: 160px;
        height: 160px;
        font-size: 45px;
        line-height: 155px;
        border-radius: 50%;
        text-align: center;
        background-color: #fee4db;
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .works-item i:after {
        position: absolute;
        content: '';
        width: 110px;
        height: 110px;
        left: 0;
        right: 0;
        top: 25px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fee4db;
        z-index: -1;
        border-radius: 50%;
        border: 8px solid #e93c05
    }

    .works-item h3 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .works-item h3 a {
        color: #011a41
    }

    .works-item h3 a:hover {
        color: #e93c05
    }

    .works-item p {
        margin-bottom: 0
    }

    .book-area {
        z-index: 1
    }

    .book-area .book-content {
        max-width: 1200px;
        padding-top: 100px;
        padding-bottom: 100px;
        border-radius: 10px;
        background-color: #011a41;
        text-align: center;
        position: relative;
        z-index: 1
    }

    .book-area .book-content .book-shape img {
        position: absolute;
        z-index: -1
    }

    .book-area .book-content .book-shape img:nth-child(1) {
        top: 0;
        left: 0;
        -webkit-animation: service-ani-one 3s linear infinite;
        animation: service-ani-one 3s linear infinite
    }

    .book-area .book-content .book-shape img:nth-child(2) {
        bottom: 0;
        right: 0;
        -webkit-animation: service-ani-two 3s linear infinite;
        animation: service-ani-two 3s linear infinite
    }

    .book-area .book-content h2 {
        color: #fff;
        margin-bottom: 10px;
        font-size: 38px;
        margin-top: -10px
    }

    .book-area .book-content p {
        margin-bottom: 18px;
        font-size: 28px;
        color: #fff
    }

    .book-area .book-content p a {
        display: inline-block;
        color: #fff
    }

    .book-area .book-content p a:hover {
        color: #e93c05
    }

    .book-area .book-content .common-btn span {
        background-color: #fff
    }

    .book-area .book-content .common-btn:hover {
        color: #011a41 !important
    }

    .touch-area {
        background-color: #011a41;
        position: relative
    }

    .touch-area .touch-shape {
        z-index: -1
    }

    .touch-area .touch-shape img {
        position: absolute
    }

    .touch-area .touch-shape img:nth-child(1) {
        top: 0;
        left: 0;
        -webkit-animation: service-ani-one 3s linear infinite;
        animation: service-ani-one 3s linear infinite
    }

    .touch-area .touch-shape img:nth-child(2) {
        bottom: 0;
        right: 0;
        -webkit-animation: service-ani-two 3s linear infinite;
        animation: service-ani-two 3s linear infinite
    }

    .touch-area .section-title {
        text-align: left;
        margin-bottom: 30px
    }

    .touch-area .section-title h2 {
        color: #fff
    }

    .touch-area .touch-content {
        margin-bottom: 30px
    }

    .touch-area .touch-content .form-group {
        margin-bottom: 30px
    }

    .touch-area .touch-content .form-group .form-control {
        height: 50px;
        border: 0;
        border-radius: 0;
        background-color: #313e55;
        padding-left: 20px;
        font-size: 15px;
        color: #fff
    }

    .touch-area .touch-content .form-group .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0
    }

    .touch-area .touch-content .form-group .nice-select {
        height: 50px;
        border: 0;
        border-radius: 0;
        background-color: #313e55;
        padding-left: 20px;
        font-size: 15px;
        color: #bfbfc0;
        margin-bottom: 30px;
        line-height: 50px;
        width: 100%;
        display: block
    }

    .touch-area .touch-content .form-group .nice-select .list {
        width: 100%;
        display: block
    }

    .touch-area .touch-content .form-group .nice-select .list li {
        color: #011a41
    }

    .touch-area .touch-content .form-group ::-webkit-input-placeholder {
        color: #bfbfc0
    }

    .touch-area .touch-content .form-group :-ms-input-placeholder {
        color: #bfbfc0
    }

    .touch-area .touch-content .form-group ::-ms-input-placeholder {
        color: #bfbfc0
    }

    .touch-area .touch-content .form-group ::placeholder {
        color: #bfbfc0
    }

    .touch-area .touch-content .form-group textarea {
        height: auto !important;
        padding-top: 13px
    }

    .touch-area .touch-content .common-btn {
        border: 0;
        width: 100%;
        display: block;
        text-align: center
    }

    .touch-area .touch-content .common-btn span {
        background-color: #fff
    }

    .touch-area .touch-content .common-btn:hover {
        color: #011a41 !important
    }

    .touch-area .touch-img {
        margin-bottom: 30px
    }

    .touch-area .touch-img img {
        width: 100%;
        border-radius: 30px
    }

    .team-area .owl-prev {
        position: absolute;
        top: 40%;
        left: -50px;
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        color: #fff !important;
        background-color: #e93c05 !important;
        font-size: 30px !important;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .team-area .owl-prev i {
        line-height: 40px
    }

    .team-area .owl-prev:hover {
        background: #011a41 !important
    }

    .team-area .owl-next {
        position: absolute;
        top: 40%;
        right: -50px;
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        color: #fff !important;
        background-color: #e93c05 !important;
        font-size: 30px !important;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .team-area .owl-next i {
        line-height: 40px
    }

    .team-area .owl-next:hover {
        background: #011a41 !important
    }

    .team-item {
        margin-bottom: 30px;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
        margin-left: 15px;
        margin-right: 15px
    }

    .team-item:hover .top ul li {
        opacity: 1;
        visibility: visible
    }

    .team-item:hover .top ul li:nth-child(1) a {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }

    .team-item:hover .top ul li:nth-child(2) a {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }

    .team-item:hover .top ul li:nth-child(3) a {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }

    .team-item:hover .top ul li:nth-child(4) a {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg)
    }

    .team-item:hover .bottom {
        max-width: 100%;
        background-color: #fff
    }

    .team-item .top {
        position: relative
    }

    .team-item .top img {
        width: 100%
    }

    .team-item .top ul {
        position: absolute;
        top: 60px;
        left: 25px
    }

    .team-item .top ul li {
        list-style-type: none;
        display: block;
        margin-bottom: 10px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .team-item .top ul li:last-child {
        margin-bottom: 0
    }

    .team-item .top ul li a {
        display: block;
        width: 45px;
        height: 45px;
        color: #e93c05;
        background-color: #fff;
        font-size: 22px;
        text-align: center
    }

    .team-item .top ul li a i {
        line-height: 45px
    }

    .team-item .top ul li a:hover {
        color: #fff;
        background-color: #011a41
    }

    .team-item .bottom {
        max-width: 285px;
        margin-left: auto;
        margin-right: auto;
        background-color: #f5f4f4;
        position: relative;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 25px;
        margin-top: -15px;
        -webkit-box-shadow: 0 0 20px 0 #dddddd57;
        box-shadow: 0 0 20px 0 #dddddd57;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .team-item .bottom img {
        position: absolute;
        top: 0;
        right: 0;
        width: 35px
    }

    .team-item .bottom h3 {
        font-size: 24px;
        margin-bottom: 5px
    }

    .team-item .bottom span {
        display: block;
        color: #e93c05;
        font-weight: 600;
        font-size: 14px
    }

    .plan-area {
        background-image: url(../img/plan-bg.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative
    }

    .plan-area:before {
        position: absolute;
        content: '';
        width: 300px;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #fff
    }

    .plan-area .plan-content {
        background-color: #fff;
        padding: 40px 205px 50px 50px;
        max-width: 840px;
        -webkit-box-shadow: 0 0 20px 0 #dddddd59;
        box-shadow: 0 0 20px 0 #dddddd59;
        position: relative;
        top: 100px;
        margin-left: auto;
        margin-right: 75px;
        z-index: 1
    }

    .plan-area .plan-content .plan-shape img {
        position: absolute
    }

    .plan-area .plan-content .plan-shape img:nth-child(1) {
        bottom: 0;
        right: 0;
        -webkit-animation: service-ani-one 3s linear infinite;
        animation: service-ani-one 3s linear infinite
    }

    .plan-area .plan-content .plan-shape img:nth-child(2) {
        top: 0;
        right: 0;
        -webkit-animation: service-ani-two 3s linear infinite;
        animation: service-ani-two 3s linear infinite
    }

    .plan-area .plan-content .section-title {
        text-align: left;
        margin-bottom: 25px
    }

    .plan-area .plan-content .section-title h2 {
        max-width: 525px
    }

    .plan-area .plan-content p {
        margin-bottom: 30px
    }

    .plan-area .plan-content .skill-wrap {
        overflow: hidden;
        padding-right: 15px
    }

    .plan-area .plan-content .skill {
        margin-bottom: 30px;
        position: relative
    }

    .plan-area .plan-content .skill:last-child {
        margin-bottom: 0
    }

    .plan-area .plan-content .skill:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 8px;
        bottom: 0;
        left: 0;
        display: block;
        background: #ebeded;
        border-radius: 30px
    }

    .plan-area .plan-content .skill h3 {
        font-size: 20px;
        color: #011a41;
        margin-bottom: 10px
    }

    .plan-area .plan-content .skill-bar {
        width: 100%;
        height: 8px;
        background: #e93c05;
        display: block;
        position: relative;
        border-radius: 30px
    }

    .plan-area .plan-content .skill-bar span {
        position: absolute;
        top: -28px;
        padding: 0;
        font-size: 16px;
        font-weight: 600;
        color: #011a41;
        margin-bottom: 0;
        display: inline-block
    }

    .plan-area .plan-content .skill1 {
        width: 75%
    }

    .plan-area .plan-content .skill1 .skill-count1 {
        right: 7px
    }

    .plan-area .plan-content .skill2 {
        width: 45%
    }

    .plan-area .plan-content .skill2 .skill-count2 {
        right: 7px
    }

    .plan-area .plan-content .skill3 {
        width: 80%
    }

    .plan-area .plan-content .skill3 .skill-count3 {
        right: 7px
    }

    .faq-area .section-title {
        text-align: left
    }

    .faq-area .section-title h2 {
        margin-bottom: 5px
    }

    .faq-area .section-title p {
        margin-bottom: 0
    }

    .faq-area .faq-img {
        position: relative;
        margin-bottom: 30px
    }

    .faq-area .faq-img img:nth-child(1) {
        position: relative;
        z-index: 1
    }

    .faq-area .faq-img img:nth-child(2) {
        position: absolute;
        bottom: 0;
        left: 55px
    }

    .faq-item {
        margin-bottom: 30px
    }

    .faq-item .accordion p {
        display: none;
        padding: 20px 110px 20px 25px;
        margin-bottom: 0
    }

    .faq-item .accordion li {
        position: relative;
        list-style-type: none;
        margin-bottom: 15px;
        display: block;
        -webkit-box-shadow: 0 0 30px 0 #dddddd42;
        box-shadow: 0 0 30px 0 #dddddd42;
        border-radius: 5px
    }

    .faq-item .accordion li:first-child {
        border-top: 0
    }

    .faq-item .accordion li:last-child {
        margin-bottom: 0
    }

    .faq-item .accordion li a {
        width: 100%;
        display: block;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        color: #221668;
        padding: 13px 40px 13px 20px;
        background-color: #fcf7f5
    }

    .faq-item .accordion li a.active {
        color: #fff;
        background-color: #e93c05
    }

    .faq-item .accordion li a.active i {
        color: #fff;
        opacity: 0
    }

    .faq-item .accordion li a.active i.two {
        opacity: 1
    }

    .faq-item .accordion li a i {
        position: absolute;
        top: 15px;
        right: 20px;
        display: inline-block;
        font-size: 15px;
        opacity: 1;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background-color: #e93c05;
        color: #fff
    }

    .faq-item .accordion li a i.two {
        opacity: 0;
        color: #011a41;
        background-color: #fff
    }

    .testimonials-area {
        background-color: #f9f9f9
    }

    .testimonials-area .section-title {
        text-align: left
    }

    .testimonials-area .testimonials-item {
        position: relative;
        margin-bottom: 100px
    }

    .testimonials-area .testimonials-item img {
        position: absolute;
        bottom: -100px;
        left: 0;
        max-width: 400px
    }

    .testimonials-area .testimonials-item .inner {
        padding-left: 460px
    }

    .testimonials-area .testimonials-item .inner h2 {
        font-style: italic;
        font-weight: 400;
        font-size: 30px;
        margin-bottom: 25px;
        position: relative;
        z-index: 1
    }

    .testimonials-area .testimonials-item .inner h3 {
        font-size: 24px;
        margin-bottom: 5px;
        color: #e93c05
    }

    .testimonials-area .testimonials-item .inner span {
        display: block;
        font-size: 15px;
        font-weight: 600
    }

    .testimonials-area .testimonials-item .inner i {
        display: inline-block;
        color: #fce4db;
        position: absolute;
        font-size: 120px;
        top: 65px;
        left: 195px;
        right: 0;
        text-align: center
    }

    .testimonials-area .owl-prev {
        width: 35px;
        height: 35px;
        font-size: 18px !important;
        border-radius: 50% !important;
        color: #e93c05 !important;
        border: 1px solid #e93c05 !important;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .testimonials-area .owl-prev i {
        line-height: 35px
    }

    .testimonials-area .owl-prev:hover {
        color: #fff !important;
        background: #e93c05 !important
    }

    .testimonials-area .owl-next {
        width: 35px;
        height: 35px;
        font-size: 18px !important;
        border-radius: 50% !important;
        color: #e93c05 !important;
        border: 1px solid #e93c05 !important;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .testimonials-area .owl-next i {
        line-height: 35px
    }

    .testimonials-area .owl-next:hover {
        color: #fff !important;
        background: #e93c05 !important
    }

    .testimonials-area .owl-theme .owl-nav {
        margin-top: 0;
        position: absolute;
        right: 70px;
        bottom: 115px
    }

    .testimonials-area .owl-item.active .testimonials-item img {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-delay: .7s;
        animation-delay: .7s
    }

    .blog-item {
        /* margin-bottom: 30px; */
        margin-bottom: 10px;
        -webkit-box-shadow: 0 0 20px 0 #dddddd57;
        box-shadow: 0 0 20px 0 #dddddd57;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .blog-item:hover {
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px)
    }

    .blog-item:hover .top {
        /* background-color: #e93c05; */
        background: linear-gradient(180deg, #fec849 0%, #f9a44c 50%, #f56b3a 100%);
    }

    .blog-item:hover .bottom {
        background-color: #fff
    }

    .blog-item .top {
        background-color: #efefef;
        padding: 10px;
        border-radius: 10px 10px 0 0;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
        overflow: hidden
    }

    .blog-item .top {
        /*background-color: rgb(123 199 77)!important;*/
        padding: 10px;
        /* border-radius: 10px 10px 0 0; */
        border-radius: 5px 5px 0 0;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
        overflow: hidden;
    }

    .blog-item .top img {
        width: 100%;
        border-radius: 10px 10px 0 0;
        /* height: 350px; */
    }

    .blog-item .bottom {
        padding: 20px 25px 25px;
        background-color: #fef9f9;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .blog-item .bottom ul {
        margin-bottom: 16px
    }

    .blog-item .bottom ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 15px;
        font-size: 14px
    }

    .blog-item .bottom ul li:last-child {
        margin-right: 0
    }

    .blog-item .bottom ul li i {
        display: inline-block;
        color: #e93c05;
        margin-right: 3px;
        font-size: 18px;
        position: relative;
        top: 3px
    }

    .blog-item .bottom ul li a {
        display: inline-block;
        color: #011f4c
    }

    .blog-item .bottom ul li a:hover {
        color: #e93c05
    }

    .blog-item .bottom h3 {
        margin-bottom: 10px;
        font-size: 24px
    }

    .blog-item .bottom h3 a {
        color: #011a41
    }

    .blog-item .bottom h3 a:hover {
        color: #e93c05
    }

    .blog-item .bottom p {
        margin-bottom: 14px
    }

    .blog-item .bottom .blog-btn {
        display: inline-block;
        color: #011a41;
        font-weight: 600;
        border-bottom: 1px solid #e93c05
    }

    .blog-item .bottom .blog-btn:hover {
        color: #e93c05
    }

    footer {
        background-color: #011a41;
        background-image: url(../img/footer-bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

    .footer-item {
        /* margin-bottom: 30px */
        margin-bottom: 15px;
    }

    .footer-item h3 {
        font-size: 24px;
        padding-bottom: 10px;
        /* margin-bottom: 30px; */
        margin-bottom: 15px;
        position: relative;
        /* color: #fff */
        color: #000;
    }

    .footer-item h3:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 50px;
        height: 2px;
        background-color: #e93c05
    }

    .footer-item .footer-logo .logo {
        display: block;
        margin-bottom: 20px
    }

    .footer-item .footer-logo p {
        margin-bottom: 20px;
        /* color: #fff */
        color: #000;
    }

    .footer-item .footer-logo ul li {
        list-style-type: none;
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px
    }

    .footer-item .footer-logo ul li:last-child {
        margin-bottom: 0
    }

    .footer-item .footer-logo ul li i {
        position: absolute;
        top: 0;
        left: 0;
        color: #e93c05;
        font-size: 25px
    }

    .footer-item .footer-logo ul li span {
        display: inline-block;
        font-weight: 600;
        margin-right: 3px;
        color: #fff
    }

    .footer-item .footer-logo ul li a {
        display: inline-block;
        color: #fff
    }

    .footer-item .footer-logo ul li a:hover {
        color: #e93c05
    }

    .footer-item .footer-links ul li {
        list-style-type: none;
        display: block;
        margin-bottom: 10px;
    }

    .footer-item .footer-links ul li:last-child {
        margin-bottom: 0
    }

    .footer-item .footer-links ul li a {
        /* color: #fff; */
        color: #000;
        display: block
    }

    .footer-item .footer-links ul li a:hover {
        color: #e93c05;
        padding-left: 5px
    }

    .footer-item .footer-newsletter p {
        /* color: #fff; */
        color: #000;
        margin-bottom: 30px
    }

    .footer-item .footer-newsletter .newsletter-form .form-control {
        height: 50px;
        border: 0;
        border-radius: 0;
        padding-left: 15px;
        font-size: 15px
    }

    .footer-item .footer-newsletter .newsletter-form .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0
    }

    .footer-item .footer-newsletter .newsletter-form .common-btn {
        padding-top: 0;
        padding-bottom: 0;
        display: block;
        width: 100%;
        text-align: center;
        height: 50px;
        opacity: 1;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
        border: 0;
        border-radius: 0;
        margin-top: 10px
    }

    .footer-item .footer-newsletter .newsletter-form .validation-danger {
        color: #fff;
        margin-top: 10px
    }

    .copyright-area {
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #011a41;
        text-align: center
    }

    .copyright-area .copyright-item p {
        margin-bottom: 0;
        font-size: 15px;
        color: #fff
    }

    .copyright-area .copyright-item p a {
        display: inline-block;
        color: #e93c05;
        font-weight: 700
    }

    .copyright-area .copyright-item p a:hover {
        color: #fff
    }

    .header-area.two .left ul li i {
        color: #fb2448
    }

    .header-area.two .left ul li a {
        color: #fff
    }

    .header-area.two .left ul li a:hover {
        color: #fb2448
    }

    .header-area.two .right ul li a {
        color: #fff
    }

    .header-area.two .right ul li a:hover {
        color: #fb2448
    }

    .main-nav.two nav .navbar-nav .nav-item:hover a {
        color: #fb2448
    }

    .main-nav.two nav .navbar-nav .nav-item a {
        color: #e2e5eb
    }

    .main-nav.two nav .navbar-nav .nav-item a:hover,
    .main-nav.two nav .navbar-nav .nav-item a:focus,
    .main-nav.two nav .navbar-nav .nav-item a.active {
        color: #fb2448
    }

    .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li:hover a {
        color: #fb2448
    }

    .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a {
        color: #011a41
    }

    .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:before {
        background-color: #fb2448
    }

    .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:hover,
    .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a:focus,
    .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li a.active {
        color: #fb2448
    }

    .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
        color: #011a41
    }

    .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
    .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
    .main-nav.two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
        color: #fb2448
    }

    .main-nav.two .side-nav .consultant-btn {
        background-color: #fb2448
    }

    .main-nav.two .side-nav .consultant-btn:hover {
        background-color: #011a41
    }

    .banner-bg-two {
        background-image: url(../img/banner/bg1.jpg)
    }

    .banner-bg-three {
        background-image: url(../img/banner/banner-2.jpg)
    }

    .banner-area-two .banner-item {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

    .banner-area-two .banner-item:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .5
    }

    .banner-area-two .banner-item .banner-content {
        max-width: 1000px
    }

    .banner-area-two .banner-item .banner-content span {
        color: #fff
    }

    .banner-area-two .owl-prev {
        position: absolute;
        top: 45%;
        left: 20px;
        width: 50px;
        height: 50px;
        font-size: 40px !important;
        border-radius: 50% !important;
        color: #fff !important;
        background-color: #fb2448 !important;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .banner-area-two .owl-prev i {
        line-height: 50px
    }

    .banner-area-two .owl-prev:hover {
        background: #011a41 !important
    }

    .banner-area-two .owl-next {
        position: absolute;
        top: 45%;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 40px !important;
        border-radius: 50% !important;
        color: #fff !important;
        background-color: #fb2448 !important;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .banner-area-two .owl-next i {
        line-height: 50px
    }

    .banner-area-two .owl-next:hover {
        background: #011a41 !important
    }

    .about-area-two {
        margin-top: -10px
    }

    .about-area-two .about-content {
        margin-bottom: 30px
    }

    .about-area-two .about-content .section-title {
        margin-bottom: 20px;
        text-align: left
    }

    .about-area-two .about-content .about-p {
        margin-bottom: 20px
    }

    .about-area-two .about-content ul li {
        list-style-type: none;
        display: block;
        position: relative;
        padding-left: 85px;
        margin-bottom: 20px
    }

    .about-area-two .about-content ul li:last-child {
        margin-bottom: 0
    }

    .about-area-two .about-content ul li i {
        color: #fb2448;
        display: inline-block;
        font-size: 45px;
        line-height: 40px;
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 1
    }

    .about-area-two .about-content ul li i:after {
        position: absolute;
        content: '';
        width: 60px;
        height: 60px;
        border-radius: 50%;
        top: -5px;
        left: 0;
        background-color: #fddce0;
        z-index: -1
    }

    .about-area-two .about-content ul li h3 {
        font-size: 24px;
        margin-bottom: 5px
    }

    .about-area-two .about-content ul li p {
        margin-bottom: 0
    }

    .about-area-two .about-content .common-btn {
        margin-top: 35px
    }

    .about-area-two .about-img {
        margin-bottom: 30px
    }

    .about-area-two .about-img img:nth-child(1) {
        border-radius: 50px 0 0 0;
        position: relative;
        z-index: 1;
        width: 100%
    }

    .about-area-two .about-img img:nth-child(2) {
        position: absolute;
        top: 0;
        left: -65px;
        -webkit-animation: about-ani-three 20s linear infinite;
        animation: about-ani-three 20s linear infinite
    }

    .about-area-two .about-img img:nth-child(3) {
        position: absolute;
        top: -85px;
        right: 0;
        -webkit-animation: about-ani-two 15s linear infinite;
        animation: about-ani-two 15s linear infinite
    }

    .about-area-two .about-img img:nth-child(4) {
        position: absolute;
        bottom: -10px;
        right: 0;
        -webkit-animation: about-ani-one 5s linear infinite;
        animation: about-ani-one 5s linear infinite
    }

    .projects-area {
        background-color: #efefef
    }

    .projects-item {
        margin-bottom: 30px;
        position: relative;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .projects-item:hover {
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px)
    }

    .projects-item:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.041688)), color-stop(72%, rgba(0, 0, 0, 0.715845)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.041688) 0%, rgba(0, 0, 0, 0.715845) 72%)
    }

    .projects-item img {
        width: 100%
    }

    .projects-item .inner {
        position: absolute;
        left: 15px;
        bottom: 12px;
        z-index: 1
    }

    .projects-item .inner h3 {
        font-size: 24px;
        margin-bottom: 5px
    }

    .projects-item .inner h3 a {
        color: #fff
    }

    .projects-item .inner h3 a:hover {
        color: #fb2448
    }

    .projects-item .inner .projects-btn {
        display: inline-block;
        color: #fb2448;
        font-weight: 700
    }

    .projects-item .inner .projects-btn:hover {
        color: #fff
    }

    .services-item-two {
        margin-bottom: 30px;
        -webkit-box-shadow: 0 0 20px 0 #dddddd57;
        box-shadow: 0 0 20px 0 #dddddd57;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .services-item-two:hover {
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px)
    }

    .services-item-two:hover .top {
        background-color: #fb2448
    }

    .services-item-two:hover .bottom {
        background-color: #fff
    }

    .services-item-two .top {
        background-color: #efefef;
        padding: 10px;
        border-radius: 10px 10px 0 0;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
        overflow: hidden
    }

    .services-item-two .top img {
        width: 100%;
        border-radius: 10px 10px 0 0
    }

    .services-item-two .bottom {
        padding: 20px 25px 25px;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .services-item-two .bottom h3 {
        margin-bottom: 10px;
        font-size: 24px
    }

    .services-item-two .bottom h3 a {
        color: #011a41
    }

    .services-item-two .bottom h3 a:hover {
        color: #fb2448
    }

    .services-item-two .bottom p {
        margin-bottom: 14px
    }

    .services-item-two .bottom .services-btn i {
        display: inline-block;
        color: #fb2448;
        font-size: 20px;
        position: relative;
        top: 4px
    }

    .services-item-two .bottom .services-btn a {
        display: inline-block;
        color: #fb2448;
        font-weight: 600;
        border-bottom: 1px solid #fb2448
    }

    .services-item-two .bottom .services-btn a:hover {
        color: #011a41;
        border-bottom: 1px solid #011a41
    }

    .projects-area-two {
        background-color: #efefef
    }

    .projects-item-two {
        margin-bottom: 30px;
        position: relative;
        padding: 30px 25px;
        background-color: #fff;
        z-index: 1;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .projects-item-two:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 0;
        left: 0;
        bottom: 0;
        background-color: #fb2448;
        z-index: -1;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .projects-item-two:hover {
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px)
    }

    .projects-item-two:hover:before {
        height: 100%
    }

    .projects-item-two:hover i {
        color: #fff
    }

    .projects-item-two:hover h3 a {
        color: #fff
    }

    .projects-item-two:hover p {
        color: #fff
    }

    .projects-item-two:hover .projects-btn {
        color: #fff
    }

    .projects-item-two img {
        position: absolute;
        z-index: -1
    }

    .projects-item-two img:nth-child(1) {
        top: 0;
        right: 0
    }

    .projects-item-two img:nth-child(2) {
        right: 0;
        bottom: 0
    }

    .projects-item-two .icon {
        display: inline-block;
        color: #fb2448;
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 15px;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .projects-item-two h3 {
        margin-bottom: 10px;
        font-size: 24px
    }

    .projects-item-two h3 a {
        color: #fb2448
    }

    .projects-item-two h3 a:hover {
        color: #011a41
    }

    .projects-item-two p {
        margin-bottom: 14px;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .projects-item-two .projects-btn {
        display: inline-block;
        font-weight: 600;
        color: #fb2448
    }

    .projects-item-two .projects-btn i {
        display: inline-block;
        font-size: 20px;
        position: relative;
        top: 4px;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .projects-item-two .projects-btn:hover {
        color: #011a41
    }

    .projects-item-two .projects-btn:hover i {
        color: #011a41
    }

    .counter-wrap {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fafafa;
        padding: 50px 50px 20px;
        -webkit-box-shadow: 0 0 20px 0 #dddddd57;
        box-shadow: 0 0 20px 0 #dddddd57;
        position: relative;
        z-index: 1
    }

    .counter-wrap .counter-shape img {
        z-index: -1;
        position: absolute
    }

    .counter-wrap .counter-shape img:nth-child(1) {
        top: 0;
        left: 0;
        -webkit-animation: service-ani-one 3s linear infinite;
        animation: service-ani-one 3s linear infinite
    }

    .counter-wrap .counter-shape img:nth-child(2) {
        bottom: 0;
        right: 0;
        -webkit-animation: service-ani-two 3s linear infinite;
        animation: service-ani-two 3s linear infinite
    }

    .counter-item {
        margin-bottom: 30px;
        text-align: center;
        position: relative
    }

    .counter-item.right-border:before {
        display: none
    }

    .counter-item:before {
        position: absolute;
        content: '';
        width: 2px;
        height: 135px;
        right: 0;
        top: 15px;
        background-color: #fb2448
    }

    .counter-item i {
        font-size: 55px;
        line-height: 55px;
        margin-bottom: 12px;
        color: #fb2448;
        display: inline-block
    }

    .counter-item h3 {
        margin-bottom: 5px;
        font-size: 45px
    }

    .counter-item p {
        font-weight: 600;
        margin-bottom: 0
    }

    .video-area {
        height: 620px;
        background-image: url(../img/banner/banner2.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative
    }

    .video-area:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: .5
    }

    .video-area .video-item {
        text-align: center;
        position: relative;
        z-index: 1
    }

    .video-area .video-item .video-wrap {
        margin-bottom: 30px
    }

    .video-area .video-item .video-wrap a {
        color: #fb2448
    }

    .video-area .video-item .video-wrap a:before {
        background-color: #fff
    }

    .video-area .video-item .video-wrap a:after {
        background-color: #fff
    }

    .video-area .video-item .video-wrap a:hover {
        color: #fff
    }

    .video-area .video-item .video-wrap a:hover:before {
        background-color: #fb2448
    }

    .video-area .video-item .video-wrap a:hover:after {
        background-color: #fb2448
    }

    .video-area .video-item span {
        display: block;
        color: #fff;
        font-weight: 600;
        font-size: 35px;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px
    }

    .works-area-two .works-img {
        position: relative;
        text-align: center
    }

    .works-area-two .works-img img:nth-child(1) {
        position: relative;
        z-index: -1
    }

    .works-area-two .works-img img:nth-child(2) {
        position: absolute;
        left: 0;
        bottom: -102px;
        z-index: 1;
        max-width: 610px;
        margin-left: auto;
        margin-right: auto
    }

    .works-area-two .works-content .section-title.two {
        text-align: left
    }

    .works-area-two .works-content .section-title.two h2 {
        margin-bottom: 5px
    }

    .works-area-two .works-content .section-title.two p {
        margin-bottom: 0
    }

    .works-area-two .works-content ul li {
        list-style-type: none;
        display: block;
        position: relative;
        padding-left: 65px;
        margin-bottom: 15px
    }

    .works-area-two .works-content ul li:hover i {
        color: #fff;
        background-color: #fb2448
    }

    .works-area-two .works-content ul li:last-child {
        margin-bottom: 0
    }

    .works-area-two .works-content ul li i {
        display: inline-block;
        color: #fb2448;
        background-color: #fff;
        text-align: center;
        font-size: 25px;
        -webkit-box-shadow: 0 0 20px 0 #dddddd42;
        box-shadow: 0 0 20px 0 #dddddd42;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .works-area-two .works-content ul li h3 {
        font-size: 24px;
        margin-bottom: 5px
    }

    .works-area-two .works-content ul li p {
        margin-bottom: 0
    }

    .works-area-two .works-content .common-btn.two {
        margin-top: 35px
    }

    .testimonials-area-two {
        background-color: #f9f9f9
    }

    .testimonials-area-two .testimonials-item {
        text-align: center;
        max-width: 880px;
        margin-left: auto;
        margin-right: auto
    }

    .testimonials-area-two .testimonials-item h2 {
        font-size: 30px;
        font-style: italic;
        margin-bottom: 30px;
        font-weight: 400;
        z-index: 1;
        position: relative
    }

    .testimonials-area-two .testimonials-item img {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        margin-bottom: 15px
    }

    .testimonials-area-two .testimonials-item h3 {
        color: #fb2448;
        font-size: 24px;
        margin-bottom: 5px
    }

    .testimonials-area-two .testimonials-item span {
        display: block;
        font-size: 15px;
        font-weight: 600
    }

    .testimonials-area-two .testimonials-item i {
        display: inline-block;
        font-size: 90px;
        position: absolute;
        left: 0;
        right: 0;
        top: 55px;
        color: #fabcc7;
        z-index: -1
    }

    .testimonials-area-two .owl-prev {
        position: absolute;
        top: 40%;
        left: 30px;
        width: 35px;
        height: 35px;
        font-size: 18px !important;
        border-radius: 50% !important;
        color: #e93c05 !important;
        border: 1px solid #e93c05 !important;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .testimonials-area-two .owl-prev i {
        line-height: 35px
    }

    .testimonials-area-two .owl-prev:hover {
        color: #fff !important;
        background: #e93c05 !important
    }

    .testimonials-area-two .owl-next {
        position: absolute;
        top: 40%;
        right: 30px;
        width: 35px;
        height: 35px;
        font-size: 18px !important;
        border-radius: 50% !important;
        color: #e93c05 !important;
        border: 1px solid #e93c05 !important;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .testimonials-area-two .owl-next i {
        line-height: 35px
    }

    .testimonials-area-two .owl-next:hover {
        color: #fff !important;
        background: #e93c05 !important
    }

    .blog-area.two .blog-item:hover .top {
        background-color: #fb2448
    }

    .blog-area.two .blog-item .bottom ul li a:hover {
        color: #fb2448
    }

    .blog-area.two .blog-item .bottom ul li i {
        color: #fb2448
    }

    .blog-area.two .blog-item .bottom .blog-btn {
        border-bottom: 1px solid #fb2448
    }

    .blog-area.two .blog-item .bottom .blog-btn:hover {
        color: #fb2448
    }

    .logo-area {
        background-color: #f7f4f4
    }

    .logo-item {
        text-align: center
    }

    .logo-item:hover img {
        -webkit-transform: translate(-5px, 0);
        transform: translate(-5px, 0)
    }

    .logo-item img {
        /*width:145px!important*/

        margin-left: auto;
        margin-right: auto;
        -webkit-transition: .5s all ease;
        transition: .5s all ease
    }

    .others-option-for-responsive .option-inner .others-option .search-btn:hover {
        color: #fff !important
    }

    .others-option-for-responsive .option-inner .others-option .close-btn {
        color: #fff
    }

    @media only screen and (max-width: 780px) and (min-width: 320px) {
        .hidden-md{
            display:none;
        }
    }
.case-study-name{
    font-size:21px;
    text-align:center;
}

.breadcrumbs {
    padding: 15px 0;
    background: #f6f6f6;
    min-height: 40px;
    /* margin-top: 72px; */
    margin-top: 5px;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #444444;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}

/* Projects code start */


.property-table {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.property-table .table-cell {
    height: 100%;
    padding: 20px;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    background: #ffffff;
    text-align: center;
}

.property-table .col-lg:last-child .table-cell {
    border-right: none;
}

.property-table h4 {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.property-table p {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

/* Projects code end */

.team-card .name {
    color: #f67c3f;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 5px;
}

.team-card .designation {
    font-size: 16px;
}
.pb-30{
    padding-bottom:30px;
}

.pt-50{
    padding-top:50px;
}

.pb-20{
    padding-bottom: 20px;
}

.pb-60{
    padding-bottom: 60px;
}
.pt-40{
    padding-top: 40px;
}

/* Sticky Header */
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* Logos */
.logo-img {
    /* max-height: 70px; */
    max-height: 90px;
}

.right-logo {
    max-width: 200px;
    margin-bottom: 10px;
}

/* Mobile logo spacing */
.mobile-logo {
    padding: 15px 0;
}

/* Navigation */
.navbar-nav .nav-link {
    font-weight: 600;
    color: #000;
    padding: 10px 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #f67c3f;
}

/* Dropdown */
.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

/* Mobile Optimization */
@media (max-width: 767px) {
    .right-logo {
        max-width: 220px;
    }
}
