#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    transition: 0.3s ease opacity;
    text-align: center;
    width: 100%;
    height: 100%
}

#preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #063b8b;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

#preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #063b8b;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s
}

@keyframes LoaderCicle {
    0% {
        width: 0;
        height: 0;
        opacity: 0
    }

    10% {
        width: 10px;
        height: 10px;
        opacity: 1
    }

    80% {
        width: 60px;
        height: 60px;
        opacity: 0.1
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0
    }
}

a:hover,
a:active {
    color: #063b8b;
    text-decoration: none
}

.bg-primary {
    background-color: #063b8b !important
}

.bg-secondary {
    background-color: #ecba16 !important
}

.bg-dark {
    background-color: #001c41 !important
}

.text-primary {
    color: #063b8b !important
}

.text-secondary {
    color: #ecba16 !important
}

.text-dark {
    color: #001c41 !important
}

.text-primary-hover:hover {
    color: #063b8b !important
}

.text-secondary-hover:hover {
    color: #ecba16 !important
}

.min-height-700 {
    min-height: 700px
}

.min-height-475 {
    min-height: 475px
}

.min-vh-85 {
    min-height: 85vh
}

.border-radius-15 {
    border-radius: 15px
}

.common-shadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08)
}

.primary-overlay[data-overlay-dark]:before {
    background: #063b8b
}

.secondary-overlay[data-overlay-dark]:before {
    background: #ecba16
}

.dark-overlay[data-overlay-dark]:before {
    background: #001c41
}

.left-overlay-secondary[data-overlay-dark]:before {
    background: rgba(236, 186, 22, 0.76);
    background: linear-gradient(-90deg, transparent, #ecba16 65%)
}

.left-overlay-dark[data-overlay-dark]:before {
    background: rgba(0, 28, 65, 0.76);
    background: linear-gradient(-90deg, transparent, #001c41 80%)
}

.bg-primary-light {
    background: rgba(6, 59, 139, 0.8)
}

.text-white-hover:hover {
    color: #ecba16 !important
}

.dotted-seprator {
    border-top: 1px dotted rgba(0, 0, 0, 0.15)
}

.box-shadows {
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08)
}

.extra-section {
    padding-bottom: 275px
}

.hover-style1 {
    overflow: hidden;
    border-radius: 0.25rem
}

.hover-style1 img {
    transition: all 0.3s linear 0s
}

.hover-style1:hover img {
    transform: scale(1.05)
}

.shape-img-one {
    transform: rotate(180deg)
}

.vw-lg-50 {
    width: 50vw
}

@media only screen and (max-width: 991px) {
    .vw-lg-50 {
        width: auto;
        text-align: center
    }
}

.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #000;
    border: 1px solid #2a2a2a;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease
}

.scroll-to-top i {
    color: #fff
}

.scroll-to-top:hover {
    color: #232323;
    background: #fff
}

.scroll-to-top:hover i {
    color: #232323
}

.scroll-to-top:visited {
    color: #232323;
    text-decoration: none
}

.list-style01 li {
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px
}

.list-style01 li:last-child {
    margin-bottom: 0
}

.list-style01 li:before {
    content: "\e64c";
    font-family: 'themify';
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    line-height: 35px;
    color: #063b8b
}

.list-style02 li {
    display: inline-block;
    margin-right: 2rem
}

.list-style02 li:last-child {
    margin-right: 0
}

.list-style02 li a {
    color: rgba(255, 255, 255, 0.6)
}

.list-style02 li a:hover {
    color: #ecba16
}

.list-style03 li {
    margin-bottom: 15px
}

.list-style03 li:last-child {
    margin-bottom: 0
}

.list-style03 li a {
    color: rgba(255, 255, 255, 0.6)
}

.list-style03 li a:hover {
    color: #ecba16
}

.list-style04 {
    list-style: none;
    padding: 0;
    margin: 0
}

.list-style04 li {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px
}

.list-style04 li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0px
}

.list-style05 {
    list-style: none;
    margin-bottom: 35px;
    padding: 0
}

.list-style05 li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 2px dotted #ededed
}

.list-style05 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list-style07 {
    list-style: none;
    margin-bottom: 35px;
    padding: 0
}

.list-style07 li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e4e4e4
}

.list-style07 li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

@media screen and (max-width: 767px) {
    .list-style07 {
        margin-bottom: 30px
    }
}

.list-style08 {
    margin: 0;
    padding: 0
}

.list-style08 li {
    margin-bottom: 20px
}

.list-style08 li:last-child {
    margin-bottom: 0
}

.list-style08 li a {
    color: #fff;
    font-size: 16px
}

.list-style08 li a:hover {
    color: #ecba16
}
.btn_free76{
    margin-left: 40px;
}
.btn_free76 .butn.secondary:before {
    background-color: #063b8b !important;
}
.butn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    padding: 15px 32px !important;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
    background-color: #ecba16;
    letter-spacing: 1.6px;
    border: none
}

.butn:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: #ecba16;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1
}

.butn:hover,
.butn:active,
.butn:focus {
    color: #fff !important
}

.butn:hover:before,
.butn:active:before,
.butn:focus:before {
    top: -40%
}

.butn.white:before {
    background-color: #fff
}

.butn.white:hover,
.butn.white:active,
.butn.white:focus {
    color: #063b8b !important
}

.butn.white-hover:hover,
.butn.white-hover:active,
.butn.white-hover:focus {
    background-color: #fff;
    color: #001c41 !important
}

.butn.white-hover:hover:before,
.butn.white-hover:active:before,
.butn.white-hover:focus:before {
    background-color: #fff
}

.butn.secondary {
    background-color: #ecba16
}

.butn.secondary:before {
    background-color: #000;
}

.butn.md {
    padding: 12px 28px !important
}

.butn.sm {
    padding: 8px 24px !important
}

.butn-2 {
    position: relative;
    z-index: 9999;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    padding: 16px 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 250ms ease-in-out;
    color: #ffffff;
    background-color: #063b8b;
    border: none;
    will-change: transform;
    transition: color 0.3s ease, border-color 0.3s ease, background-position 0.3s ease, background-color 0s linear 0.3s;
    border-radius: 10px
}

.butn-2.secondary {
    background-color: #ecba16
}

.butn-2.secondary:hover:before,
.butn-2.secondary:active:before,
.butn-2.secondary:focus:before,
.butn-2.secondary:hover:after,
.butn-2.secondary:active:after,
.butn-2.secondary:focus:after {
    background: #063b8b;
    width: 53%;
    transition: all .6s ease;
    opacity: 1
}

.butn-2:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    width: 0;
    content: ' ';
    color: #ffffff;
    height: 100%;
    z-index: -1;
    transition: all .5s ease;
    transform: translateY(-50%);
    opacity: 0
}

.butn-2:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    width: 0;
    content: ' ';
    color: #ffffff;
    background: #ecba16;
    height: 100%;
    z-index: -1;
    transition: all .5s ease;
    transform: translateY(-50%);
    opacity: 0
}

.butn-2:hover,
.butn-2:active,
.butn-2:focus {
    color: #ffffff !important
}

.butn-2:hover:before,
.butn-2:active:before,
.butn-2:focus:before,
.butn-2:hover:after,
.butn-2:active:after,
.butn-2:focus:after {
    background: #ecba16;
    width: 54%;
    transition: all .6s ease;
    opacity: 1;
    transform: translateY(-51%)
}

.butn-2.sm {
    padding: 10px 20px !important;
    font-size: 14px
}

.butn-2.md {
    padding: 12px 24px
}

@media screen and (max-width: 575px) {
    .butn-2 {
        margin-top: 20px
    }
}

.link-btn {
    font-weight: 500;
    color: #3b3b3b;
    line-height: 20px
}

.link-btn:after {
    color: #063b8b;
    content: '\f0a9';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    font-size: 15px;
    padding-left: 5px;
    vertical-align: middle
}

.link-btn.white {
    color: #ffffff
}

.link-btn.white:hover {
    color: #e2e2e2
}

.link-btn.white:hover:after {
    color: #e2e2e2
}

.link-btn.white:after {
    color: #ffffff;
    content: '\f0a9';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    font-size: 15px;
    vertical-align: middle;
    padding-left: 8px
}

.top-bar-info {
    display: inline-block;
    vertical-align: middle
}

.top-bar-info ul {
    margin-bottom: 0
}

.top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0
}

.top-bar-info li i {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom
}
.top-bar-info li a{
    color: #fff;

}
#top-bar {
    display: block;
    position: relative;
    z-index: 999;
    background-color: #063b8b;
    padding: 2px 0
}

.top-social-icon {
    padding: 0;
    float: right;
    margin: 0
}

.top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px
}

.top-social-icon li:last-child {
    padding-right: 0
}

.top-social-icon li:last-child a {
    padding-right: 0
}

.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    padding: 0 3px
}

.top-social-icon li a:hover {
    color: rgba(255, 255, 255, 0.85)
}

.top-social-icon li a:active {
    color: rgba(255, 255, 255, 0.85)
}

.top-social-icon li a:focus {
    color: rgba(255, 255, 255, 0.85)
}

.navbar-nav li.current>a,
.navbar-nav li.active>a {
    color: #063b8b
}

.attr-nav>ul>li>a.butn {
    color: #fff
}

.navbar>ul>li.current>a:after {
    border-color: transparent #063b8b #063b8b transparent
}

.menu_area-light .navbar-nav li.current>a,
.menu_area-light .navbar-nav li.active>a {
    color: #ecba16
}

.menu_area-light .navbar>ul>li.current>a:after {
    border-color: transparent #ecba16 #ecba16 transparent
}

.menu_area-light.scrollHeader .navbar-nav li.current>a {
    color: #063b8b
}

.menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
    color: #063b8b
}

.menu_area-light.scrollHeader .navbar-nav li.active>a {
    color: #063b8b
}

.menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #063b8b #063b8b transparent
}

@media screen and (min-width: 992px) {

    .menu_area-light .navbar ul ul li.active>a,
    .menu_area-light .navbar-nav li.has-sub a:hover {
        color: #ecba16
    }

    .menu_area-light .navbar>ul>li.has-sub>a:hover:after {
        border-color: #ecba16
    }

    .menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover {
        color: #ecba16
    }

    .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover {
        color: #063b8b
    }

    .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover:after {
        border-color: transparent #063b8b #063b8b transparent
    }

    .header-style2 .navbar>ul>li.has-sub.current>a:hover:after {
        border-color: transparent #063b8b #063b8b transparent
    }

    .header-style2.scrollHeader .navbar-nav li.current>a {
        color: #063b8b
    }

    .header-style2.scrollHeader .navbar-nav li.current>a:hover {
        color: #063b8b
    }

    .header-style2.scrollHeader .navbar>ul>li.current>a:after {
        border-color: transparent #063b8b #063b8b transparent
    }

    .header-style2 .navbar ul ul li.active>a {
        color: #063b8b
    }

    .header-style2 .navbar-nav li.has-sub a:hover,
    .header-style2 .navbar-nav li.has-sub a:active,
    .header-style2 .navbar-nav li.has-sub a:focus {
        color: #063b8b
    }

    .header-style2 .navbar-nav li.current>a,
    .header-style2 .navbar-nav li.active>a {
        color: #063b8b
    }

    .header-style2 .navbar>ul>li.has-sub>a:hover:after,
    .header-style2 .navbar>ul>li.has-sub>a:active:after,
    .header-style2 .navbar>ul>li.has-sub>a:focus:after {
        border-color: transparent #063b8b #063b8b transparent
    }
}

@media screen and (max-width: 991px) {
    .header-style1 .navbar-toggler {
        background: #063b8b
    }

    .header-style1 .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

    .header-style1 .navbar-toggler:before {
        background: #fff
    }

    .header-style1 .navbar-toggler.menu-opened:after,
    .header-style1 .navbar-toggler.menu-opened:before {
        background: #fff
    }
}

.header-style2 .navbar-nav li.current>a {
    color: #063b8b
}

.header-style2 .navbar>ul>li.current>a:after {
    border-color: transparent #063b8b #063b8b transparent
}

.header-style2.scrollHeader .navbar-nav li.current>a {
    color: #063b8b
}

.header-style2.scrollHeader .navbar-nav li.current>a:hover {
    color: #063b8b
}

.header-style2.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #063b8b #063b8b transparent
}

@media screen and (min-width: 992px) {
    .header-style2 .navbar ul ul li.active>a {
        color: #063b8b
    }

    .header-style2 .butn.secondary:before {
        background: #ffffff
    }

    .header-style2 .butn.secondary:hover,
    .header-style2 .butn.secondary:focus,
    .header-style2 .butn.secondary:active {
        color: #ecba16 !important
    }

    .header-style2.scrollHeader .butn.secondary:before {
        background: #063b8b
    }

    .header-style2.scrollHeader .butn.secondary:hover,
    .header-style2.scrollHeader .butn.secondary:focus,
    .header-style2.scrollHeader .butn.secondary:active {
        color: #fff !important
    }
}

.slider-fade .bg-img {
    background-size: cover
}

.slider-fade .owl-nav {
    margin: 0
}

.slider-fade .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 50px;
    width: 50px;
    line-height: 56px !important;
    background: #063b8b !important;
    opacity: 1;
    border-radius: 50%;
    transition: all .3s ease;
    margin: 0;
    color: #fff !important
}

.slider-fade .owl-nav .owl-prev {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    height: 50px;
    width: 50px;
    line-height: 56px !important;
    background: #063b8b !important;
    opacity: 1;
    border-radius: 50%;
    transition: all .3s ease;
    margin: 0;
    color: #fff !important;
    left: 30px
}

.slider-fade .owl-nav .owl-next {
    right: 30px
}

.slider-fade .owl-nav i {
    font-size: 20px;
    color: #fff
}

.slider-fade .owl-nav .owl-next:hover,
.slider-fade .owl-nav .owl-prev:hover {
    background: #ecba16 !important
}

.slider-fade.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0;
    left: 0
}

.slider-fade .item {
    height: 85vh
}

.slider-fade .video_btn {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: rgba(255, 255, 255, 0.1)
}

.slider-fade .video_btn:before,
.slider-fade .video_btn:after {
    content: none
}

.slider-fade .icon {
    animation-delay: 0.8s
}

.slider-fade span {
    animation-delay: 1.2s
}

.slider-fade h1 {
    animation-delay: 1.6s
}

.slider-fade .butn {
    animation-delay: 2s
}

.banner-style01 .banner-heading {
    position: relative
}

.banner-style01 .banner-heading span.small-text {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #ecba16;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 45px
}

.banner-style01 .banner-heading span.small-text:before {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 30px;
    height: 2px;
    background-color: #ecba16;
    content: ""
}

.banner-style01 .slider-fade .owl-nav .owl-prev,
.banner-style01 .slider-fade .owl-nav .owl-next {
    position: absolute;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    line-height: 56px !important;
    background: #063b8b !important;
    transition: all .3s ease;
    margin: 0;
    color: #fff !important;
    border-radius: 0
}

.banner-style01 .slider-fade .owl-nav .owl-prev {
    top: 50%;
    left: 30px
}

.banner-style01 .slider-fade .owl-nav .owl-next {
    top: 50%;
    right: 30px
}

.banner-style01 .slider-fade .owl-nav i {
    font-size: 20px;
    color: #fff
}

@media screen and (max-width: 1199px) {

    .banner-style01 .slider-fade .owl-nav .owl-prev,
    .banner-style01 .slider-fade .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        line-height: 50px !important
    }

    .banner-style01 .slider-fade .owl-nav i {
        font-size: 16px
    }
}

@media screen and (max-width: 575px) {
    .banner-style01 .banner-heading span.small-text {
        margin-bottom: 15px
    }
}

.slider-fade1 .title {
    animation-delay: 1.2s
}

.slider-fade1 .small-title {
    animation-delay: 0.8s;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding-left: 45px
}

.slider-fade1 .small-title:before {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 30px;
    height: 2px;
    background-color: #ecba16;
    content: ""
}

.slider-fade1 a {
    animation-delay: 1.6s
}

.slider-fade1.owl-theme .owl-nav {
    margin-top: 0
}

.slider-fade1.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 50px;
    width: 100%;
    margin: 0;
    left: 0
}

.slider-fade1.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    margin-left: 12px
}

.slider-fade1.owl-theme .owl-dots .owl-dot:first-child {
    margin-left: 0
}

.slider-fade1.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid transparent;
    border-radius: 50%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    transition: .3s;
    margin: 0
}

.slider-fade1.owl-theme .owl-dots .owl-dot.active span,
.slider-fade1.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border-color: #ecba16;
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.slider-fade1.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    right: inherit;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: #063b8b;
    border-radius: 60px;
    line-height: 65px;
    transition-duration: 500ms;
    right: 95px;
    align-items: baseline;
    margin: auto;
    opacity: 0.2
}
.slider-fade1.owl-theme .owl-nav .owl-prev{
    top: auto;
    bottom: 60px;
    left: auto;
    right: 180px;
    background: #ecba16;
    opacity: 1 !important;
    border-radius: 0px !important;
}
.slider-fade1.owl-theme .owl-nav .owl-next {
    top: auto;
    bottom: 60px;
    left: inherit;
    right: 105px;
        background: #ecba16;
    opacity: 1 !important;
    border-radius: 0px !important;
}

.slider-fade1.owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
    background: #063b8b
}

.slider-fade1.owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
    background: #063b8b
}

.slider-fade1 .owl-nav i,
.slider-fade1 .owl-nav span {
    font-weight: 600;
    color: #fff;
    transition-duration: 500ms;
    font-size: 20px
}

.slider-fade1 .owl-nav .owl-next:hover i,
.slider-fade1 .owl-nav .owl-prev:hover i {
    color: #fff
}

.heading-style01 .small-text {
    text-transform: uppercase;
    padding-left: 45px;
    position: relative;
    display: inline-block;
    color: #ecba16;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 2px
}

.heading-style01 .small-text:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: #ecba16;
    content: ""
}

.heading-style01 h2 {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 800
}

.heading-style02 span {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    padding-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffb600;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px
}

.heading-style02 span:before {
        display: inline-block;
    position: relative;
    z-index: 1;
    width: 20px;
    height: 2px;
    top: -3px;
    content: "";
    left: -10px;
    background-color: #ecba16;
}
.why_section76{
    padding: 50px 0px !important;
    position: relative;
}
.container_auto1{
    max-width: 1351px;
    margin: auto;
}
.appinment_form12{
    padding: 0px 0px 50px;
}
.mission_visionsec45{
    padding: 50px 0px;
}
.found_sec45{
    padding: 50px 0px;
}
.left_side23{
    padding: 40px 60px 40px 110px;
}
.steatite_sec1{
    padding: 50px 0px 50px;
}
.use_steatile_sec34{
    padding: 50px 0px 50px;
}
.ste_bg1{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
.left_side23 .butn{
    background-color: #063b8b;
}
.right_side23{
    padding: 50px 125px 50px 50px !important;
}
.right_side23 .butn{
    background-color: #063b8b;
}
.quality_section6{
    padding: 30px 0px 50px;
}
.news_latter34{
    padding: 50px 0px !important;
}
.why_section76 .service-carousel .owl-nav{
    position: absolute;
    top: 90px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.why_section76 .service-carousel .owl-nav .owl-prev{
        left: -155px;
    position: absolute;
    background: #ffb600;
    border-radius: 100px;
    height: 100px;
    width: 100px;
}
.why_section76 .service-carousel .owl-nav .owl-prev span{
        color: #fff;
    font-size: 83px;
    line-height: normal;
    position: relative;
    left: 18px;
    top: -10px;
    font-weight: 100;
}
.why_section76 .service-carousel .owl-nav .owl-next span{
        color: #fff;
    font-size: 83px;
    line-height: normal;
    position: relative;
    right: 18px;
    top: -10px;
    font-weight: 100;
}
.why_section76 .service-carousel .owl-nav .owl-next{
        right: -155px;
    position: absolute;
    background: #ffb600;
    border-radius: 100px;
    height: 100px;
    width: 100px;
}

.page-title-section {
    padding: 65px 0 65px;
}
.company_bgimg76{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
}
.company_pro_sec45{
    padding: 50px 0px !important;
}
.marlrf56{
       margin-right: -100px;
    margin-left: 50px !important;
}
.page-title-section h1 {
        font-size: 55px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
}
.about_us1{
    height: 400px;
    width: 485px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: auto;
}
.about_us3{
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about_us4{
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.about_us5{
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main_about_sec1{
    padding: 50px 0px;
}
.work_prosec2{
    padding: 70px 0px 50px;
    
}
.bg_gr6{
background-color: #f8f9fb;
}
.work_prosec2 h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.about_us2{
    height: 300px;
    width: 335px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}
.page-title-section ul {
    margin: 0;
    display: inline-block
}

.page-title-section ul li {
    display: inline-block;
    vertical-align: middle
}

.page-title-section ul li:after {
    content: "\e622";
    font-weight: 700;
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;
    font-family: themify;
    padding: 0 5px 0 10px
}

.page-title-section ul li:last-child:after {
    content: none
}

.page-title-section ul li:last-child {
    opacity: 0.80
}

.page-title-section ul li a {
    color: #ecba16;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .5s ease
}

.page-title-section ul li:hover a {
    color: #ecba16
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 175px 0 90px
    }

    .page-title-section h1 {
        font-size: 54px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 40px 0 40px;
    }
    .about_us1{
        width: 100%;
    }
    .work_prosec2{
        padding: 70px 30px;
    }
    .page-title-section h1 {
        font-size: 48px
    }
}

@media screen and (max-width: 767px) {
    .page-title-section h1 {
        font-size: 40px
    }
}

.card-style01 {
    position: relative;
    overflow: hidden
}

.card-style01 .service-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18%;
    z-index: 2;
    transition: all .3s ease;
    background-color: #063b8b
}

.card-style01:hover .service-img:before {
    background: #063b8b;
    height: 100%
}

.card-style01 .service-img img {
    opacity: 1
}

.card-style01:hover .service-img img {
    opacity: 0
}

.card-style01 .card-body {
    position: absolute;
    padding: 0;
    left: 30px;
    width: 100%;
    bottom: 20px;
    z-index: 9;
    height: 9%;
    transition: all .3s ease
}

.card-style01:hover .card-body {
    height: 85%
}

.card-style01 .card-footer {
    position: absolute;
    padding: 50px 35px;
    left: 0;
    width: 100%;
    bottom: -100%;
    z-index: 9;
    transition-delay: .1s;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease
}

.card-style01:hover .card-footer {
    bottom: 0
}

@media screen and (max-width: 575px) {
    .card-style01 .card-footer {
        padding: 35px 30px
    }
}

.card-style02 {
    transition: all 0.5s ease 0s;
    height: 100%
}

.card-style02:hover {
    transform: translateY(-10px)
}

.card-style02 .arrow-icon a {
    width: 40px;
    height: 40px;
    background-color: #063b8b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.card-style02:hover h3 a {
    color: #ecba16
}

.card-style02:hover .arrow-icon a {
    background-color: #ecba16
}

.card-style02 .card-number {
    position: absolute;
    bottom: 15%;
    right: 10%;
    font-size: 100px;
    color: #063b8b;
    opacity: 0.1;
    font-weight: 800;
    line-height: 1
}

@media screen and (max-width: 1199px) {
    .card-style02 .card-number {
        font-size: 85px
    }
}

.card-style03 {
    background: linear-gradient(to right, #ecba16, 50%, #f1f6fb 0%, #f1f6fb 100%) no-repeat scroll right bottom/210% 100% transparent;
    transition: all 0.3s ease
}

.card-style03:hover {
    background-position: left bottom
}

.card-style03 h3 a {
    color: #063b8b
}

.card-style03:hover h3 a {
    color: #fff
}

.card-style04:hover .team-icon {
    transition: all ease-in-out .5s;
    opacity: 1;
    transform: translateY(-30px)
}

.card-style04 .team-icon {
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all ease-in-out .5s;
    background: #fff;
    padding: 8px 0;
    margin: 0 50px;
    text-align: center;
    display: inline-block
}

.card-style04 .team-icon ul li {
    margin: 0 15px
}

.card-style04 .team-icon ul li a {
    color: #063b8b;
    transition: all ease-in-out .3s
}

.card-style04 .team-icon ul li a:hover {
    color: #ecba16
}

.card-style05 {
    position: relative;
    display: block
}

.card-style05 .card-body {
    position: relative;
    display: block;
    padding: 0 0 110px 0
}

.card-style05 .title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 110px;
    z-index: 1
}

.card-style05 .title .blue-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #063b8b;
    z-index: -1
}

.card-style05 .title .card-text {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 270px;
    background: #ffffff;
    padding-top: 27px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 24px;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0.1s;
    z-index: 2
}

.card-style05 .card-text h3 a:hover {
    color: #ecba16
}

.card-style05 .title .card-butn {
    position: relative;
    display: block;
    padding-top: 65px;
    padding-left: 30px
}

.card-style05 .title .icon {
    position: absolute;
    bottom: 12px;
    right: 20px
}

.card-style05 .title .text {
    position: relative;
    display: block;
    height: 0;
    opacity: 0;
    padding-top: 0;
    transition: all 0.3s ease-in-out 0.1s
}

.card-style05:hover .title .card-text {
    padding-top: 37px;
    padding-bottom: 43px
}

.card-style05:hover .title .text {
    opacity: 1.0;
    height: 90px;
    padding-top: 9px
}

.card-style06 .card-body .icon-holder .box {
    position: absolute;
    top: -6px;
    right: -3px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background-color: rgba(6, 59, 139, 0.4);
    transition: all 500ms ease
}

.card-style06:hover .icon-holder .box {
    background-color: #063b8b
}

.card-style06 .card-body .img-box {
    position: relative;
    display: inline-block;
    z-index: 9
}

.card-style06 .card-body .img-box img {
    transform: scale(1);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52)
}

.card-style06:hover .icon-holder img {
    transform: scale(0.9)
}

.card-style07 {
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
    border: none;
    height: 100%
}

.card-style07 .card-label {
    padding: 5px 10px;
    background-color: #ecba16;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.card-style07 .card-price {
    background-color: #fff;
    position: absolute;
    bottom: -32px;
    left: 30px;
    width: 195px;
    height: 70px;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: center
}

.card-style07 .card-month {
    position: absolute;
    right: 30px;
    bottom: -15px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #272c49;
    padding: 5px 20px;
    border-radius: 35px
}

.card-style08 {
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08)
}

.card-style08 .category {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 4px 10px 3px 10px;
    color: #fff;
    font-weight: 600;
    z-index: 9;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.5s ease;
    background-color: #063b8b
}

.card-style08 .card-footer {
    border-color: rgba(0, 0, 0, 0.085)
}

.card-style08 .card-footer i {
    vertical-align: text-top
}

.card-style08 .card-img:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 59, 139, 0.5);
    opacity: 0;
    transition: opacity 0.3s
}

.card-style08:hover .card-img:before {
    opacity: 1;
    transition: 0.4s
}

.card-style08:hover .category {
    background-color: #ecba16
}

.card-style09 {
    transition: 0.3s;
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
    position: relative;
    height: 100%
}

.card-style09:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.card-style09:hover:before {
    opacity: 1
}

.card-style09:hover .card-body {
    background-color: rgba(6, 59, 139, 0.4)
}

.card-style09:hover h3,
.card-style09:hover p,
.card-style09:hover a,
.card-style09:hover .card-footer i {
    color: #fff
}

.card-style09 .card-body {
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: all 0.5s
}

.card-style09 .card-footer {
    background-color: #fff;
    border-top-color: #eee
}

.card-style09:hover .card-footer {
    background-color: rgba(6, 59, 139, 0.4);
    border-top-color: rgba(255, 255, 255, 0.2)
}

.card-style09:hover .card-icon {
    -webkit-transform: translateY(-10px) translate3d(0, -10px, 0);
    -moz-transform: translateY(-10px) translate3d(0, -10px, 0);
    -ms-transform: translateY(-10px) translate3d(0, -10px, 0);
    transform: translateY(-10px) translate3d(0, -10px, 0);
    background: #ecba16
}

.card-style09 .card-icon {
    width: 110px;
    height: 110px;
    text-align: center;
    background: #063b8b;
    line-height: 110px;
    margin: -100px auto 20px auto;
    backface-visibility: hidden;
    -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);
    -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -ms-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    -o-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
    transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18)
}

.card-style09 .card-border::before {
    position: absolute;
    content: "";
    background: #eee;
    width: 1px;
    height: 45px;
    top: 10%;
    transition: 0.3s
}

.card-style09 .card-border::after {
    position: absolute;
    content: "";
    background: #eee;
    width: 1px;
    height: 45px;
    transition: 0.3s;
    bottom: 30px;
    opacity: 0;
    transition: 0.3s
}

.card-style09:hover .card-border::after {
    background: #ecba16;
    opacity: 1;
    bottom: -45px;
    transition: 0.3s
}

.card-style09 .card-icon img {
    padding: 29px
}

.card-style10 {
    height: 100%
}

.card-style10 .card-img {
    position: relative
}

.card-style10 .card-img img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.card-style10 .card-img .icon {
    position: absolute;
    display: inline-block;
    height: 70px;
    width: 70px;
    background: #fff;
    text-align: center;
    line-height: 70px;
    left: 30px;
    font-size: 25px;
    color: #063b8b;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 20px 0 #e1245433;
    box-shadow: 0px 10px 20px 0 rgba(6, 59, 139, 0.2);
    bottom: -35px
}

.card-style10 .card-body h3 a:hover {
    color: #ecba16 !important
}

.card-style10 .icon img {
    transition: .5s all;
    vertical-align: middle
}

.card-style10:hover .icon img {
    transform: rotatey(180deg)
}

.card-style11 .card-body {
    transition: all .4s ease
}

.card-style11:hover .card-body {
    background-color: #063b8b;
    transition: all .4s ease
}

.card-style11 .card-body h3 a,
.card-style11 .card-body p {
    color: black
}

.card-style11:hover .card-body h3 a,
.card-style11:hover .card-body p {
    color: white
}

.card-style11 .card-body a span {
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    line-height: 1px
}

.card-style11:hover .card-body a span {
    font-size: 18px;
    opacity: 1;
    margin-right: 10px;
    visibility: visible;
    color: white;
    line-height: 1px
}

.card-style11 .card-body a i {
    margin-left: 0;
    transition: all .3s ease
}

.card-style11:hover .card-body a i {
    color: white
}

.service-block {
    position: relative;
    top: -50px;
    background: transparent;
    z-index: 9
}

.card-style12 {
    position: relative;
    overflow: hidden;
    transition: .5s;
    border: 0
}

.card-style12:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg, transparent, #000 175%)
}

.card-style12 img {
    transition: .5s
}

.card-style12 .title {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    border-radius: 4px;
    padding: 10px 15px;
    transition: .5s;
    color: #ffffff;
    border-color: #063b8b;
    background-color: #063b8b
}

.title h4 span {
    background-color: #ffffff;
    color: #3b3b3b;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
    text-align: center;
    border-radius: 4px
}

.card-style12 .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.1);
    transition: .5s;
    padding: 20px;
    background: rgba(6, 59, 139, 0.85);
    opacity: 0;
    border-radius: 4px;
    visibility: hidden;
    margin: 20px;
    z-index: 1
}

.card-style12 .content .inner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    right: 25px;
    margin: 0 auto
}

.card-style12 .content .inner-content a {
    color: #ffffff
}

.card-style12 .content .inner-content a:hover {
    color: rgba(226, 226, 226, 0.9)
}

.card-style12:hover .content {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.card-style12:hover .title {
    opacity: 0;
    visibility: hidden
}

.card-style12:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

@media screen and (max-width: 1199px) {
    .card-style12 .content {
        margin: 15px;
        padding: 15px
    }
}

.card-style13 .card-body {
    position: relative;
    margin: -60px 25px 0 25px;
    padding: 60px 40px 40px 40px;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    text-align: center
}

.card-style13 .card-body:before {
    position: absolute;
    width: 0;
    height: 3px;
    background: #ecba16;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: 3;
    transition: all .4s ease-out
}

.card-style13 .card-img-top {
    border-radius: 0
}

.card-style13:hover .card-body:before {
    width: 100%
}

@media screen and (max-width: 1399px) {
    .card-style13 .card-body {
        padding: 60px 30px 30px 30px
    }
}

@media screen and (max-width: 991px) {
    .card-style13 .card-body {
        padding: 50px 18px 30px 18px
    }
}

.video_btn {
    position: relative;
    z-index: 1;
    height: 80px;
    width: 80px;
    background: #ecba16;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}

.video_btn:hover i,
.video_btn:focus i {
    color: #fff
}

.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.video_btn.small:after {
    height: 50px;
    width: 50px
}

.video_btn.small:before {
    height: 65px;
    width: 65px
}

@media screen and (max-width: 1199px) {
    .video_btn {
        height: 75px;
        width: 75px;
        line-height: 75px
    }

    .video_btn:after {
        height: 75px;
        width: 75px
    }

    .video_btn:before {
        height: 90px;
        width: 90px
    }
}

@media screen and (max-width: 991px) {
    .video_btn {
        height: 70px;
        width: 70px;
        line-height: 70px
    }

    .video_btn:after {
        height: 70px;
        width: 70px
    }

    .video_btn:before {
        height: 85px;
        width: 85px
    }

    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
        }

        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
        }
    }
}

@media screen and (max-width: 767px) {
    .video_btn {
        height: 60px;
        width: 60px;
        line-height: 60px
    }

    .video_btn:after {
        height: 60px;
        width: 60px
    }

    .video_btn:before {
        height: 75px;
        width: 75px
    }
}

.video_btn2 {
    position: relative;
    height: 80px;
    width: 80px;
    background: #ecba16;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s
}

.video_btn2:hover i,
.video_btn2:focus i {
    color: #fff
}

.video_btn2:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video-img {
    position: relative
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 30%
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@media screen and (max-width: 1199px) {
    .video_btn2 {
        height: 75px;
        width: 75px;
        line-height: 80px
    }

    .video_btn2:after {
        height: 75px;
        width: 75px
    }

    .video_btn2:before {
        height: 90px;
        width: 90px
    }
}

@media screen and (max-width: 991px) {
    .video-icon {
        left: 45%
    }

    .video_btn2 {
        height: 70px;
        width: 70px;
        line-height: 70px
    }

    .video_btn2:after {
        height: 70px;
        width: 70px
    }

    .video_btn2:before {
        height: 85px;
        width: 85px
    }

    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
        }

        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
        }
    }
}

@media screen and (max-width: 767px) {
    .video_btn2 {
        height: 60px;
        width: 60px;
        line-height: 62px
    }

    .video_btn2:after {
        height: 60px;
        width: 60px
    }

    .video_btn2:before {
        height: 75px;
        width: 75px
    }
}

.story-video {
    height: 100%
}

.parallax-video {
    padding: 250px 0 300px 0
}

.filtering {
    margin-bottom: 40px
}

.filtering span {
    cursor: pointer;
    font-size: 14.4px;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px 15px;
    background: transparent;
    color: #18455d;
    border: 2px solid #18455d
}

.filtering span:last-child {
    margin: 0
}

.filtering .active {
    color: #ffffff;
    background: #ecba16;
    border: 2px solid #ecba16
}

@media screen and (max-width: 767px) {
    .filtering {
        margin-bottom: 0
    }

    .filtering span {
        margin-bottom: 17px
    }
}

@media screen and (max-width: 575px) {
    .filtering span {
        padding: 6px 8px;
        margin-right: 5px;
        font-size: 13px
    }
}

.lg-backdrop {
    z-index: 99999
}

.lg-outer {
    z-index: 999999
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #ecba16
}

.lg-progress-bar .lg-progress {
    background-color: #ecba16
}

.lg-backdrop.in {
    opacity: 0.85
}

.portfolio-card {
    position: relative;
    padding-top: 133.334%
}

.portfolio-card:hover .portfolio-thumbnail:before,
.portfolio-card:hover:before {
    background-color: rgba(6, 59, 139, 0.8)
}

.portfolio-card:hover .portfolio-link {
    height: 30px
}

.portfolio-card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0.375rem
}

.portfolio-card .portfolio-thumbnail {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0
}

.portfolio-card .portfolio-thumbnail:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem
}

.portfolio-card .project-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 20px 30px;
    z-index: 3
}

.portfolio-card .project-content h3 a {
    color: #fff;
    transition: all .3s ease
}

.portfolio-card .project-content h3 a:hover {
    color: #ecba16
}

.portfolio-card .portfolio-link {
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.portfolio-card .portfolio-link a {
    padding-top: 10px;
    color: #ecba16;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .portfolio-card .project-content {
        padding: 15px 20px
    }
}

.portfolio-carousel2.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
    text-align: center !important
}

.portfolio-style2 {
    position: relative
}

.portfolio-style2 .portfolio-img img {
    transition: all .3s ease-out 0s;
    overflow: hidden
}

.portfolio-style2:hover .portfolio-img img {
    transform: scale(1.1);
    border-radius: 3px
}

.portfolio-carousel2-static .portfolio-style2 .portfolio-text,
.portfolio-carousel2 .owl-item.center .portfolio-style2 .portfolio-text {
    opacity: 1;
    visibility: visible
}

.portfolio-style2 .portfolio-text {
    position: relative;
    z-index: 1;
    padding: 30px 30px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    text-align: center
}

.portfolio-style3 {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: all .4s ease-in-out
}

.portfolio-style3:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #063b8b;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.portfolio-style3:hover:before {
    opacity: 0.8;
    visibility: visible;
    border-radius: 5px
}

.portfolio-style3 .portfolio-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.portfolio-style3 .portfolio-content .portfolio-inner-content {
    padding: 20px;
    transform: scale(0, 0);
    transition: all 500ms ease;
    background: #ffffff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center
}

.portfolio-style3 .portfolio-buttons {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 4;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .6s
}

.portfolio-style3 .portfolio-buttons .portfolio-link {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    background-color: #fff;
    border: none;
    border-radius: 5px
}

.portfolio-style3 .portfolio-buttons .portfolio-link i {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 40px
}

.portfolio-style3:hover .portfolio-content .portfolio-inner-content {
    transform: scale(1, 1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.portfolio-style3:hover .portfolio-buttons {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.portfolio-style3 .portfolio-buttons .portfolio-link:hover {
    background: #ecba16
}

.portfolio-style3 .portfolio-buttons .portfolio-link i:hover {
    color: #ffffff
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-30px)
    }

    100% {
        transform: translateY(0)
    }
}

@media screen and (max-width: 767px) {
    .portfolio-style3 .portfolio-content .portfolio-inner-content {
        padding: 15px
    }
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination a {
    float: left;
    font-size: 15px;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}

.pagination a:hover {
    background-color: #232323;
    color: #fff
}

.pagination .active a {
    background-color: #063b8b;
    color: #999;
    cursor: default
}

.pagination li:first-child a {
    border-left-width: 1px
}

.pagination a:hover {
    background-color: #063b8b;
    color: #fff
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default
}

@media screen and (max-width: 575px) {
    .pagination a {
        padding: 0 14px
    }
}

.page-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    border-radius: 8px
}

.prev-page,
.next-page {
    position: relative;
    width: 50%;
    max-width: 350px;
    margin: 10px
}

.prev-page:before,
.next-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
    transform: scale(1.04, 1.12);
    transition: .3s ease-in-out;
    pointer-events: none
}

.prev-page .page-info>a,
.next-page .page-info>a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    min-height: 110px;
    transition: 0.8s
}

.prev-page .page-info .image-prev,
.prev-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    overflow: hidden
}

.next-page .page-info .image-prev,
.next-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    overflow: hidden
}

.prev-page .page-info .prev-title,
.prev-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}

.next-page .page-info .prev-title,
.next-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}

.prev-page .page-info .prev-title:empty,
.prev-page .page-info .next-title:empty {
    display: none
}

.next-page .page-info .prev-title:empty,
.next-page .page-info .next-title:empty {
    display: none
}

.prev-page:hover:before,
.next-page:hover:before {
    background-color: white;
    transform: scale(1);
    box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1)
}

.prev-page a {
    justify-content: flex-start;
    text-align: left
}

.prev-page a:hover .image-prev:after {
    visibility: visible;
    opacity: 1
}

.prev-page a:hover .image-prev:before {
    visibility: visible;
    opacity: 1;
    margin-left: 0
}

.prev-page .image-prev {
    margin-right: 20px
}

.prev-page .image-prev:after {
    background-color: #063b8b
}

.next-page .image-next:after {
    background-color: #063b8b
}

.prev-page .image-prev:before {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-left: 20px;
    content: "\e64a";
    font-family: 'themify';
    font-size: 21px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.prev-page .image-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.next-page {
    margin-left: auto
}

.next-page a {
    justify-content: flex-end;
    text-align: right
}

.next-page a:hover .image-next:after {
    visibility: visible;
    opacity: 1
}

.next-page a:hover .image-next:before {
    visibility: visible;
    opacity: 1;
    margin-right: 0
}

.next-page .image-next {
    margin-left: 20px
}

.next-page .image-next:before {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-right: 20px;
    content: "\e64a";
    font-family: 'themify';
    font-size: 21px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    transform: scaleX(-1)
}

.next-page .image-next:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.next-page .next-title {
    text-align: right
}

.prev-link-page-info>span,
.next-link-page-info>span {
    display: block
}

.prev-link-page-info .date-details,
.next-link-page-info .date-details {
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 20px;
    margin-bottom: -2px
}

.prev-link-page-info .date-details>div,
.prev-link-page-info .date-details>span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500
}

.next-link-page-info .date-details>div,
.next-link-page-info .date-details>span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500
}

.prev-link-page-info .date-details:only-child,
.next-link-page-info .date-details:only-child {
    margin-top: 0
}

@media screen and (max-width: 767px) {

    .prev-page,
    .next-page {
        width: calc(100% - 20px);
        max-width: unset
    }

    .prev-page+.next-page {
        margin-top: 0
    }

    .page-navigation {
        flex-direction: column
    }
}

@media screen and (max-width: 575px) {

    .prev-page .page-info>a,
    .next-page .page-info>a {
        padding: 10px
    }

    .prev-page .page-info .prev-title,
    .prev-page .page-info .next-title {
        max-width: 168px
    }

    .next-page .page-info .prev-title,
    .next-page .page-info .next-title {
        max-width: 168px
    }
}

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

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ecba16
}

.owl-nav i,
.owl-nav span {
    color: #232323;
    font-size: 28px
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block
}

.owl-carousel .caption .overflow-hidden {
    display: inline-block
}

.owl-carousel .caption h3 {
    font-weight: 200;
    visibility: hidden;
    opacity: 0;
    position: relative;
    display: inline-block
}

.owl-carousel .caption h1 {
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 80px;
    visibility: hidden;
    opacity: 0;
    color: #ffffff;
    margin-bottom: 30px
}

.owl-carousel .caption p {
    font-size: 20px;
    color: #ffffff;
    word-spacing: 2px;
    max-width: 800px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    margin-bottom: 10px
}

.owl-carousel .caption .butn i {
    position: relative;
    top: 1px;
    z-index: 9
}

@media screen and (max-width: 1199px) {
    .owl-carousel .caption h1 {
        font-size: 55px;
        line-height: 70px
    }

    .owl-carousel .caption p {
        font-size: 18px;
        max-width: 700px
    }
}

@media screen and (max-width: 991px) {
    .owl-carousel .caption h1 {
        font-size: 48px;
        line-height: 60px
    }

    .owl-carousel .caption p {
        font-size: 16px;
        max-width: 600px
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .owl-carousel .caption h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 575px) {
    .owl-carousel .caption h1 {
        font-size: 30px;
        line-height: 40px
    }

    .owl-carousel .caption p {
        font-size: 13px
    }
}

.service-carousel.owl-carousel.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center
}

.service-carousel.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px
}

.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border: none;
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08)
}

.accordion-style .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none
}

.accordion-style .btn-link {
    color: #677788;
    line-height: 20px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    padding: 20px 35px 20px 20px;
    font-weight: 700;
    text-decoration: none
}

.accordion-style .btn-link:hover {
    text-decoration: none
}

.accordion-style .btn-link:after {
    background: none;
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 20px;
    position: absolute;
    color: #4a83fd
}

.accordion-style .btn-link.collapsed:after {
    background: none;
    content: "+";
    right: 15px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 20px;
    color: #4a83fd
}

.accordion-style .card-body {
    padding: 0px 40px 30px 20px
}

@media screen and (max-width: 991px) {

    .accordion-style .btn-link:after,
    .accordion-style .btn-link.collapsed:after {
        top: 20px
    }

    .accordion-style .card-body {
        padding: 10px 25px 30px 25px
    }
}

.accordion-style1 .card {
    border-radius: 0
}

.accordion-style1 .card-header {
    border: 0px;
    padding: 0;
    background: none
}

.accordion-style1 .btn-link {
    background: transparent;
    color: #ecba16;
    line-height: 20px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 20px 45px 20px 30px;
    box-shadow: none;
    font-weight: 700;
    text-decoration: none
}

.accordion-style1 .btn-link:after {
    background: none;
    content: "-";
    right: 20px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 26px;
    position: absolute
}

.accordion-style1 .btn-link.collapsed:after {
    background: none;
    content: "+";
    right: 20px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 18px;
    position: absolute
}

.accordion-style1 .card-body {
    padding: 0 50px 30px 30px;
    text-align: left;
    font-weight: 500
}

.accordion-style1 .btn-link.collapsed {
    color: #1e2022;
    padding: 20px 45px 20px 30px
}

.sidebar .service-list li {
    position: relative;
    margin-bottom: 15px
}

.sidebar .service-list li a {
    border: 1px solid #dee2e6;
    padding: 12px 18px;
    transition: all .4s ease 0s;
    background: #fff;
    display: block
}

.sidebar .service-list li a:hover,
.sidebar .service-list li a.active {
    background: #ecba16;
    border: 1px solid #ecba16
}

.sidebar .service-list li a:after {
    width: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "\e628";
    font-family: themify;
    font-weight: 400
}

.sidebar .service-list li:last-child {
    margin-bottom: 0
}

.sidebar .service-list li:hover:after,
.sidebar .service-list li:hover a {
    color: #fff
}

.sidebar .service-list li.active {
    color: #fff
}

.sidebar .service-list li.active a {
    color: #fff;
    border-color: #ecba16;
    background: #ecba16
}

.blog-sidebar .blog-list li {
    position: relative;
    margin-bottom: 15px
}

.blog-sidebar .blog-list li a {
    border: 1px solid #dee2e6;
    padding: 12px 18px;
    transition: all .4s ease 0s;
    display: block;
    background: #fff
}

.blog-sidebar .blog-list li a:before {
    width: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "\e628";
    font-family: themify;
    font-weight: 400
}

.blog-sidebar .blog-list li a:hover,
.blog-sidebar .blog-list li a.active {
    background: #ecba16;
    border: 1px solid #ecba16
}

.blog-sidebar .blog-list li:last-child {
    margin-bottom: 0
}

.blog-sidebar .blog-list li:hover:before,
.blog-sidebar .blog-list li:hover a {
    color: #fff
}

.blog-sidebar .blog-list li.active {
    color: #fff
}

.blog-sidebar .blog-list li.active a {
    color: #fff;
    border-color: #ecba16;
    background: #ecba16
}

.blog-tags a {
    background: #fff;
    color: #063b8b;
    padding: 7px 21px;
    font-size: 14px !important;
    line-height: 20px;
    margin: 5px 10px 5px 0;
    display: inline-block
}

.blog-tags a:hover {
    background: #ecba16;
    color: #fff
}

.blog-tags.bg-color a {
    background: #f8f9fa
}

.blog-tags.bg-color a:hover {
    background: #ecba16;
    color: #fff
}

.progress-style01 .progress {
    height: 8px
}

.progress-style02 .progress {
    height: 11px
}

.progress-style02 .progress-02 {
    display: flex;
    height: 0.7rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08)
}

.progress-style-02 .progress-text {
    font-size: 15px;
    margin-bottom: 8px
}

.progress-style-02 .custom-progress {
    height: 8px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 2rem
}

.progress-style-02 .custom-bar {
    height: 100%;
    background-color: #063b8b;
    box-shadow: none
}

.team-block {
    margin: 0 10px
}

.team-block .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    height: 100%;
    text-align: center
}

.team-block .overlay-box:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: block;
    height: 100%;
    opacity: 0;
    background: rgba(0, 28, 65, 0.6);
    transition: all 0.9s ease
}

.team-block .social-icons {
    position: absolute;
    left: 0;
    bottom: 20px;
    opacity: 0;
    padding: 0px 10px;
    width: 100%
}

.team-block .social-icons li {
    position: relative;
    margin-right: 10px;
    display: inline-block
}

.team-block .social-icons li a {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #ffffff;
    transition: all 400ms ease
}

.team-block .social-icons li a:hover {
    color: #fff;
    border: 1px solid #ecba16;
    background: #ecba16
}

.team-block:hover .overlay-box:before {
    opacity: 1
}

.team-block:hover .social-icons {
    opacity: 1;
    transition: all 0.8s ease 500ms
}

.team-info {
    border: 1px solid #efefef
}

@media screen and (max-width: 1199px) {
    .team-block .social-icons li a {
        width: 38px;
        height: 38px;
        line-height: 38px
    }
}

@media screen and (max-width: 991px) {
    .team-block {
        margin: 0
    }
}

@media screen and (max-width: 575px) {
    .team-block .social-icons li a {
        width: 36px;
        height: 36px;
        line-height: 36px
    }
}

.agent-detail-des {
    position: relative;
    z-index: 0;
    padding: 30px;
    border: 1px solid #e5e8ef;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.agent-detail-des .agent-social-links {
    padding: 0;
    margin: 0
}

.agent-detail-des .agent-social-links li {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    list-style-type: none
}

.agent-detail-des .agent-social-links li a {
    color: #ffffff;
    padding: 6px 12px;
    display: inline-block;
    background-color: #ecba16
}

.agent-detail-des .agent-social-links li a:hover {
    background-color: #063b8b
}

.service-details-content .service-box-single {
    padding: 15px 22px;
    border: 1px solid lightgrey;
    border-radius: 6px
}

.service-details-content .service-box-single i {
    font-size: 22px;
    color: #063b8b
}

.tesimonial-section-01 .testimonial-carousel .owl-dots {
    text-align: left
}

.tesimonial-section-01 .testimonial-carousel.owl-theme .owl-dots {
    margin-top: 3rem
}

.tesimonial-section-01 .testimonial-carousel.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 3px
}

.testimonial-carousel-02.owl-theme .owl-nav {
    text-align: center;
    margin-top: 2rem
}

.testimonial-carousel-02 .owl-nav button.owl-prev,
.testimonial-carousel-02 .owl-nav button.owl-next {
    background-color: #edbe22;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all 0.5s ease 0s
}

.testimonial-carousel-02 .owl-nav button.owl-prev i,
.testimonial-carousel-02 .owl-nav button.owl-next i {
    color: #fff;
    font-size: 16px
}

.testimonial-carousel-02 .owl-nav button.owl-prev:hover,
.testimonial-carousel-02 .owl-nav button.owl-next:hover {
    background-color: #063b8b
}

.testimonial-carousel-04.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
    align-items: center;
    position: relative;
    justify-content: center;
    display: flex
}

.testimonial-carousel-04.owl-carousel.owl-theme .owl-dots .owl-dot span {
    border-radius: 2px
}

.testimonial-carousel-04.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel-04.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #063b8b
}

.testimonial-carousel-05.owl-theme .owl-dots .owl-dot.active span {
    width: 25px
}

.testimonial-carousel-05.owl-theme .owl-dots .owl-dot span {
    transition: all .5s ease;
    border-radius: 0;
    height: 5px
}

.testimonial-carousel-05.owl-carousel.owl-theme .owl-dots {
    text-align: center
}

.owl-theme .owl-nav {
    text-align: center
}

.testimonial-carousel-06.owl-carousel.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center
}

.testimonial-carousel-06.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px
}

.testimonial-carousel-06 .testimonial-blocks:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 40px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    border: 1px solid #ededed;
    border-radius: 5px
}

.testimonial-carousel-06 .testimonial-blocks .quote-icon {
    position: absolute;
    left: -15px;
    top: 25px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    display: inline-block;
    background-color: #063b8b
}

.testimonial-carousel-06 .testimonial-blocks .quote-icon:before {
    content: '\f10d';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    font-size: 14px
}

@media screen and (max-width: 991px) {
    .testimonial-carousel-06 .testimonial-block .quote-icon {
        left: -15px;
        top: 25px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

@media screen and (max-width: 767px) {
    .testimonial-carousel-06 .testimonial-block .quote-icon:before {
        font-size: 12px
    }
}

.counter-style01 .count-item span {
    font-size: 175px;
    font-weight: 400;
    line-height: 1;
    color: rgba(6, 59, 139, 0.1)
}

@media screen and (max-width: 1199px) {
    .counter-style01 .count-item span {
        font-size: 125px
    }
}

.counter-style02 {
    margin-left: -25%;
    z-index: 9;
    position: relative
}

@media only screen and (max-width: 991px) {
    .counter-style02 {
        margin-left: 0
    }
}

.counter-style03 .count-item-02 span {
    font-size: 45px;
    color: #fff;
    transition: all 300ms ease;
    position: relative;
    display: inline-block;
    font-weight: 800;
    line-height: 1em
}

.counter-style03 .count-item-02 h4 {
    display: block;
    font-size: 25px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    transition: all .5s ease-in-out
}

.counter-style03 .count-item-02 .icon-box {
    height: 140px;
    width: 130px;
    background: #fff;
    text-align: center;
    border-radius: 25px 0px 25px 0px
}

.counter-style03 .count-item-02 .icon-box i {
    position: relative;
    display: block;
    transition: all 300ms ease;
    color: #ecba16;
    line-height: 3
}

.counter-style03 .count-item-02:hover .icon-box i {
    transform: scale(-1) rotate(180deg)
}

.counter-style04 span.counter-no {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 145px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0;
    opacity: 1;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.1)
}

.counter-style04 span.counter-no.black {
    color: rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 1399px) {
    .counter-style04 span.counter-no {
        font-size: 125px
    }
}

@media screen and (max-width: 1199px) {
    .counter-style04 span.counter-no {
        font-size: 105px
    }
}

.counter-lg-title {
    position: relative;
    display: block;
    margin-bottom: 40px;
    text-align: center
}

.counter-lg-title:before {
    position: absolute;
    content: '';
    background: #e4e0e0;
    width: 100%;
    height: 1px;
    left: 0px;
    top: 62px
}

.counter-lg-title:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 430px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 62px
}

.counter-lg-title .big-text {
    position: relative;
    display: block;
    font-size: 120px;
    line-height: 120px;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    z-index: 1;
    margin-bottom: 7px
}

@media screen and (max-width: 991px) {
    .counter-lg-title:after {
        width: 295px
    }

    .counter-lg-title .big-text {
        font-size: 80px;
        line-height: 110px;
        margin-bottom: 0
    }
}

.clients:hover .client-img {
    opacity: 0
}

.clients .client-img {
    width: auto;
    opacity: 1;
    will-change: opacity;
    transition: opacity .35s ease-out;
    display: inline-block
}

.clients:hover .client-hover-img {
    opacity: 1
}

.clients .client-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    transition: opacity .35s ease-out
}

.clients-style2 .mission-box,
.clients-style2 .vision-box {
    padding: 0 0 40px 40px
}

.clients-style2 .mission-box .icon i,
.clients-style2 .vision-box .icon i {
    font-size: 170px;
    color: rgba(255, 255, 255, 0.1)
}

.clients-style2 .clients-img {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    height: max-content;
    overflow: hidden
}

.clients-style2 .clients-img img {
    transition: 0.3s;
    margin: 0 auto
}

.clients-style2 .clients-img .hover-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    display: block;
    transform: translateY(-100%)
}

.clients-style2 .clients-img:hover .hover-img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%)
}

.clients-style2 .clients-img:hover .main-img {
    transform: translateY(100%)
}

.clients-style2 .sm-box-wrapper {
    position: absolute;
    bottom: 5%;
    left: 23%
}

.clients-style2 .sm-box-wrapper .inner-box {
    background-color: #ecba16;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
    padding: 10px
}

@media screen and (max-width: 1399px) {

    .clients-style2 .mission-box .icon i,
    .clients-style2 .vision-box .icon i {
        font-size: 140px
    }
}

@media screen and (max-width: 767px) {

    .clients-style2 .mission-box .icon i,
    .clients-style2 .vision-box .icon i {
        font-size: 100px
    }
}

@media screen and (max-width: 575px) {

    .clients-style2 .mission-box .icon i,
    .clients-style2 .vision-box .icon i {
        font-size: 60px
    }

    .clients-style2 .mission-box,
    .clients-style2 .vision-box {
        padding: 0 0 20px 20px
    }
}

.clients-style3 .clients-img {
    display: block;
    position: relative;
    z-index: 1;
    align-items: center;
    text-align: center;
    height: max-content;
    overflow: hidden
}

.clients-style3 .clients-img img {
    transition: 0.3s
}

.clients-style3 .clients-img .hover-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    display: inline-block;
    transform: translateY(-100%)
}

.clients-style3 .clients-img:hover .hover-img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%)
}

.clients-style3 .clients-img:hover .main-img {
    transform: translateY(100%)
}

.process-style01 .process-line:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: transparent;
    left: 95%;
    top: 25%;
    transform: translate(-25%);
    border: 1px dashed #fff
}

.process-style01 .work-inner {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center
}

.process-style01 .work-box-01:hover .work-inner {
    background: #ecba16;
    border: 1px solid #ecba16;
    transition: all 500ms ease
}

@media only screen and (max-width: 991px) {
    .process-style01 .process-line:before {
        display: none
    }
}

@media screen and (max-width: 575px) {
    .process-style01 .work-inner {
        height: 110px;
        width: 110px
    }
}

.process-style02 .process-box .icon {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin: 0 auto 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #063b8b;
    transition: all 0.5s ease 0s;
    color: #063b8b;
    font-size: 48px
}

.process-style02 .process-box .icon .hover-show {
    width: 0
}

.process-style02 .process-box .icon img {
    width: 60px
}

.process-style02 .process-box:hover .icon {
    background: #ecba16;
    border: 1px solid #ecba16;
    transition: all 500ms ease;
    color: #fff
}

.process-style02 .process-box:hover .icon .default-show {
    width: 0
}

.process-style02 .process-box:hover .icon .hover-show {
    width: 60px
}

@media screen and (max-width: 767px) {
    .process-style02 .process-box .icon {
        width: 100px;
        height: 100px;
        font-size: 38px
    }
}

.process-style03 .process-box .right-arrow {
    width: 50px;
    height: 50px;
    align-items: center;
    position: relative;
    background: #063b8b;
    color: #fff;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 17px;
    transition: all 0.5s ease 0s;
    margin: auto
}

.process-style03 .process-box:hover .right-arrow {
    background-color: #ecba16
}

.process-style03 .process-box img {
    transition: transform 0.5s ease-out;
    will-change: transform
}

.process-style03 .process-box:hover img {
    transform: scale3d(1.05, 1.05, 1.05)
}

.process-style-02 {
    position: relative;
    display: block;
    text-align: center
}

.process-style-02:before {
    content: "";
    position: absolute;
    top: 38px;
    right: -68px;
    width: 109px;
    height: 44px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAAsCAYAAABv/DafAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3ODMzMjVmNC03NjFlLTVmNGMtOWU1NC01N2Q1NzNiNTM5MWEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUEwMzAwREVEMjAwMTFFODlENTBGMUFEMDlBMjQwRDgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUEwMzAwREREMjAwMTFFODlENTBGMUFEMDlBMjQwRDgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRhNDRkYTVlLTJiMzUtMjk0Yy1iMTE0LTM5Njk0YTE4NGQ1NCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjYzMTI4Yzg4LTA1MjAtMTE3Yy05YjU1LWMyM2I4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");
    background-repeat: no-repeat
}

.process-style-02.last:before {
    content: none
}

.process-style-02.arrow-top:before {
    content: "";
    position: absolute;
    top: 30px;
    right: -68px;
    width: 109px;
    height: 44px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAAsCAYAAABv/DafAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA39pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3ODMzMjVmNC03NjFlLTVmNGMtOWU1NC01N2Q1NzNiNTM5MWEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzE5RTg3NzhEMjAwMTFFOEI5NkM4MkI0QTBBMUUzMzkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzE5RTg3NzdEMjAwMTFFOEI5NkM4MkI0QTBBMUUzMzkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRhNDRkYTVlLTJiMzUtMjk0Yy1iMTE0LTM5Njk0YTE4NGQ1NCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjYzMTI4Yzg4LTA1MjAtMTE3Yy05YjU1LWMyM2I4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");
    background-repeat: no-repeat
}

.process-style-02 .icon-holder {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #ecba16;
    padding: 20px;
    transition: all 0.3s ease-in-out 0s
}

.process-style-02 .icon-holder .count-box {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    background: #063b8b;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
    text-align: center
}

.process-style-02 .icon-holder .count-box h4 {
    line-height: 30px;
    color: #ffffff
}

.process-style-02 .text-holder {
    position: relative;
    display: block
}

@media screen and (max-width: 991px) {

    .process-style-02:before,
    .process-style-02.arrow-top:before {
        content: none
    }

    .process-style-02 .icon-holder {
        margin-bottom: 20px;
        width: 90px;
        height: 90px;
        padding: 15px
    }
}

.process-style-03 .process-block {
    width: 167px;
    height: 167px;
    background: #f8f9fa;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 25px
}

.process-style-03 .process-block .process-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #ecba16;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1
}

.process-style-03 .process-block .process-count {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #fff;
    text-align: center;
    position: absolute;
    right: 30px;
    bottom: 20px;
    box-shadow: 0px 5px 18.8px 1.2px rgba(99, 102, 187, 0.1);
    z-index: -1
}

.process-style-03 .process-block .process-count span {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1f2732
}

.process-style-03 span {
    display: inline-block;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ecba16;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    margin-bottom: 19px;
    transition: all 0.35s ease-in-out;
    bottom: 20px;
    right: -5px
}

.process-style-03:nth-child(2) .item span {
    bottom: auto
}

.process-style-03 .thumb {
    position: relative;
    display: inline-block
}

.process-style-03 img {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    transition: all 0.35s ease-in-out
}

.main-process {
    position: relative;
    z-index: 1;
    padding-top: 33px
}

.main-process .line-shape {
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
    transform: rotate(-3deg)
}

.process-style-03 .item:hover span {
    transform: scale(1.2);
    background: #ecba16;
    color: #fff;
    right: -45px
}

.process-style-03:nth-child(2n) .item span {
    transform: scale(1.2);
    background: #ecba16;
    color: #fff;
    right: -45px
}

.process-style-03:nth-child(2n) .item img {
    transform: scale(1.4);
    margin-bottom: 60px
}

.process-style-03 .item:hover img {
    transform: scale(1.4);
    margin-bottom: 60px
}

@media screen and (max-width: 991px) {
    .process-style-03 img {
        transform: scale(1.4);
        margin-bottom: 60px
    }

    .main-process .line-shape {
        display: none
    }
}

.process-style-04:nth-child(2n) .item span {
    transform: scale(1.2);
    background: #ecba16 !important;
    color: #fff;
    right: -45px
}

.process-style-04 .item:hover span {
    transform: scale(1.2);
    background: #ffffff;
    color: #1f2732;
    right: -45px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1f2732
}

.process-style-04 span {
    display: inline-block;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ecba16;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    margin-bottom: 19px;
    transition: all 0.35s ease-in-out;
    bottom: 20px;
    right: -5px
}

.process-arrow .process-bg-line {
    position: absolute;
    top: -40px;
    left: 0;
    width: calc(100% + 370px);
    height: 100%;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABh4AAADBCAYAAAAw7cobAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzlCMEZBMUZDQkYwMTFFQTg1OENEN0NBRTIzM0VFRjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzlCMEZBMjBDQkYwMTFFQTg1OENEN0NBRTIzM0VFRjYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OUIwRkExRENCRjAxMUVBODU4Q0Q3Q0FFMjMzRUVGNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OUIwRkExRUNCRjAxMUVBODU4Q0Q3Q0FFMjMzRUVGNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqfBG4wAACxZSURBVHja7N0HmN1V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") 50% 0 no-repeat;
    z-index: 1;
    margin: 0 -370px;
    transform-origin: 100% 50%
}

.process-style-05 {
    z-index: 1;
    position: relative;
    text-align: center
}

.process-style-05 .icon {
    display: inline-block;
    position: relative;
    height: 130px;
    width: 130px;
    border: 2px solid #f5f5f5;
    background-color: #fff;
    border-radius: 50%;
    transition: all 500ms ease;
    margin-bottom: 30px
}

.process-style-05 .icon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    right: 0px;
    transform: scale(0, 0);
    transition: all 500ms ease;
    background: #ecba16
}

.process-style-05 .icon span {
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ecba16;
    transform: translate(-50%, -50%)
}

.process-style-05:hover .icon:before {
    transform: scale(1, 1)
}

.process-style-05:hover .icon span {
    color: #fff
}

.process-style-05 .process-contnet span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    background: #ecba16;
    padding: 8px 20px;
    text-align: center;
    transition: all 500ms ease;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06)
}

.process-style-05 .process-contnet span:after {
    position: absolute;
    content: '';
    background: #ecba16;
    width: 15px;
    height: 15px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -8px;
    z-index: 1;
    transition: all 500ms ease
}

@media screen and (max-width: 1199px) {
    .process-arrow .process-bg-line {
        top: -20px;
        left: 100px;
        width: calc(100% + 250px);
        background-size: contain
    }

    .process-style-05 .icon {
        width: 100px;
        height: 100px
    }
}

@media screen and (max-width: 991px) {
    .process-arrow .process-bg-line {
        display: none
    }

    .process-style-05 .icon {
        width: 90px;
        height: 90px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .process-style-05 .process-contnet span {
        font-size: 13px;
        background: #ecba16;
        padding: 6px 15px;
        margin-bottom: 25px
    }

    .process-style-05 .process-contnet span:after {
        bottom: -5px
    }
}

@media screen and (max-width: 575px) {
    .process-style-05 .icon {
        margin-bottom: 15px
    }
}

.gallery-main .gallery-image {
    transition: all 1.2s ease
}

.gallery-main:hover .gallery-image {
    transform: scale(1.07, 1.07);
    will-change: transform;
    transition: all 1.2s ease
}

.gallery-main .gallery-info {
    position: absolute;
    width: 100%;
    bottom: 4%;
    left: 8%;
    z-index: 1;
    transition: all ease-in-out .6s;
    opacity: 0
}

.gallery-main .gallery-info .gallery-title {
    padding: 9px 15px;
    background: #ecba16;
    margin-bottom: 10px;
    display: block;
    width: 85%
}

.gallery-main:hover .gallery-info {
    transition: all ease-in-out .6s;
    opacity: 1;
    transform: translateY(-10px)
}

.gallery-main .gallery-info .gallery-data {
    padding: 3px 15px;
    background: #ecba16;
    display: inline-table
}

@media screen and (max-width: 1399px) {
    .gallery-main .gallery-info {
        left: 3%
    }

    .gallery-main .gallery-info .gallery-title {
        width: 96%
    }
}

@media screen and (max-width: 1199px) {
    .gallery-main .gallery-info .gallery-title {
        width: 65%
    }
}
.why-choose-area{
    background-color: #fff;
    border: 1px solid #dbdbdb;
    padding: 30px;
    text-align: center;
}
.why-choose-area .icon_67{
    width: 100px !important;
    margin: 0px 0px 15px;
}
.why-choose-area .heading56{
    line-height: normal;
    font-size: 23px;
    font-weight: 800;
    margin: 0px 0px 15px;
}
.why-choose-area .title349{

}
.why-choose-style01 .why-choose-area {
    padding: 65px 40px;
    transition: all .4s ease
}

.why-choose-style01 .why-choose-area:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px)
}

@media screen and (max-width: 1399px) {
    .why-choose-style01 .why-choose-area {
        padding: 50px 30px
    }
}

@media screen and (max-width: 767px) {
    .why-choose-style01 .why-choose-area {
        padding: 30px 10px
    }
}

.why-choose-content {
    border-radius: 5px;
    padding: 50px 40px;
    background: #ffffff;
    box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
    margin-left: -50px;
    z-index: 1;
    position: relative
}

.why-choose-img {
    margin-right: -50px
}

@media screen and (max-width: 991px) {
    .why-choose-img {
        margin-right: 0
    }

    .why-choose-content {
        margin-left: 0
    }
    .marlrf56{
        margin-left: 0 !important;
        margin-right: 0px !important;
    }
    .company_bgimg76{
        height: 380px;
    }
}

@media screen and (max-width: 575px) {
    .why-choose-content {
        padding: 40px 25px
    }
}
.contact_sec_1{
    padding: 50px 0px;
}
.contact_sec_2{
    padding: 0px 0px 50px;
}
.quform-submit-inner .butn.md{
    
    background-color: #063b8b;
}
.faq-style-1 {
    margin-top: -245px;
    position: relative;
    overflow: visible;
    z-index: 99;
    background: transparent
}

.faq-style-1 .faq-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.faq-style-1 .faq-video a {
    display: block;
    width: 84px;
    height: 84px;
    background: #ecba16;
    text-align: center;
    line-height: 84px;
    color: #ffffff;
    font-size: 30px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #ecba16
}

.faq-style-1 .faq-video a:before {
    content: " ";
    width: 130%;
    height: 130%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: -12px;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    z-index: -1
}

.faq-style-1 .faq-img {
    position: relative
}

.faq-style-1 .accordion-style .card {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08)
}

.faq-style-1 .accordion-style .btn-link {
    color: #063b8b
}

.faq-style-1 .accordion-style .btn-link:after {
    color: #ecba16
}

.faq-style-1 .accordion-style .btn-link.collapsed:after {
    color: #063b8b
}

.faq-style-2 .accordion-style .card {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08)
}

.faq-style-2 .accordion-style .btn-link {
    color: #063b8b
}

.faq-style-2 .accordion-style .btn-link:after {
    color: #ecba16
}

.faq-style-2 .accordion-style .btn-link.collapsed:after {
    color: #063b8b
}

.about-style01 .video_btn:before,
.about-style01 .video_btn:after {
    content: none
}

.about-style-01 .img-2 img {
    border-radius: 50%;
    border: 10px solid #fff;
    position: absolute;
    bottom: 10%;
    left: -10%
}

.about-style-01 .exp-box {
    position: absolute;
    right: 0;
    top: 15%;
    width: 220px;
    height: 90px;
    display: flex;
    align-items: center;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background-color: #fff;
    padding: 0 25px
}

@media screen and (max-width: 1199px) {
    .about-style-01 .exp-box {
        right: -35px
    }

    .about-style-01 .img-2 img {
        left: -20%
    }
}

@media screen and (max-width: 991px) {
    .about-style-01 .img-2 img {
        left: 0
    }
}

@media screen and (max-width: 767px) {
    .about-style-01 .img-2 img {
        left: -10%
    }
}

@media screen and (max-width: 575px) {
    .about-style-01 .img-2 img {
        display: none
    }
}

.about-style-02 .about-img1,
.about-style-02 .about-img2 {
    display: inline-block
}

@media screen and (max-width: 575px) {
    .about-style-02 .about-img1 {
        display: inherit
    }
}

.about-style-03 .about-us-section .about-image {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

.about-style-03 .about-us-section .about-image.one {
    margin-bottom: 30px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09)
}

.about-style-03 .about-us-section .about-image img {
    width: 100%;
    height: 285px;
    object-fit: cover
}

.about-style-03 .about-us-section .a-image {
    overflow: hidden;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05)
}

.about-style-03 .about-us-section .about-us-inner {
    text-align: center;
    padding: 20px 30px;
    background: #ecba16;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    position: absolute
}

.about-style-03 .about-us-section .about-us-inner.viceo {
    padding-right: 80px
}

.about-style-03 .about-us-section .about-us-inner h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff
}

.about-style-03 .about-us-section .about-us-inner .video-box {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    height: 40px;
    width: 40px;
    margin: auto
}

.about-style-03 .about-us-section .about-us-inner .video-box a {
    color: #fff;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 43px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1)
}

.about-style-03 .about-content .about-list {
    display: flex;
    align-items: center;
    padding-top: 15px;
    margin-top: 25px
}

.about-style-03 .about-content .about-list .about-author {
    background: #ffffff;
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.08);
    padding: 35px 30px 35px 45px;
    margin-right: 40px;
    margin-top: 25px;
    position: relative
}

.about-style-03 .about-content .about-list .about-author::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #ecba16;
    height: 3px;
    width: calc(100% - 30px)
}

.about-style-03 .about-content .about-list .about-author span {
    color: #4c4d56
}

.about-style-03 .about-content .about-list .about-author .author-img {
    position: absolute;
    left: -25px;
    top: 35px
}

.about-style-03 .about-content .about-list ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #090d2f
}

.about-style-03 .about-content .about-list ul li i {
    color: #ecba16;
    margin-right: 5px
}

.about-style-03 .about-content .about-list ul li+li {
    margin-top: 15px
}
@media screen and (max-width: 992px){
    .about_section .media-body h4{
    font-size: 18px;
    }
    .left_side23{
        padding: 30px;
    }
    .right_side23{
        padding: 40px 20px !important;
    }
}

/* popup style  */
    .popup_overlay_unique123 {
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }

    .popup_overlay_unique123.active {
      display: flex;
      animation: fadeInOverlay123 0.3s ease-in-out;
    }

    @keyframes fadeInOverlay123 {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    .popup_box_unique123 {
      background: #fff;
      border-radius: 5px;
      padding: 30px;
      width: 90%;
      max-width: 500px;
      position: relative;
      animation: popupSlide123 0.4s ease;
      box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }

    @keyframes popupSlide123 {
      from {
        transform: translateY(-50px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    .popup_close_btn123 {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 24px;
      font-weight: bold;
      color: #555;
      cursor: pointer;
    }

    .popup_box_unique123 h2 {
      margin: 0 0 10px;
      font-size: 30px;
      color: #333;
      font-weight: 600;
    }




  





@media screen and (max-width: 1199px) {
    .about-style-03 .about-content .about-list {
        margin-top: 0px;
        padding-top: 0px
    }

    .about-style-03 .about-content .about-list .about-author {
        border-radius: 5px;
        margin-right: 20px;
        margin-top: 0px;
        padding: 24px 22px 19px 39px
    }
}

@media screen and (max-width: 575px) {
    .about-style-03 .about-us-section .about-us-inner {
        padding: 15px 21px
    }

    .about-style-03 .about-us-section .about-us-inner.viceo {
        padding-right: 65px
    }

    .about-style-03 .about-content .about-list {
        display: inline-block
    }

    .about-style-03 .about-content .about-list .about-author {
        margin-bottom: 2rem
    }
}

.about-style-04 .about-video {
    position: absolute;
    left: 5%;
    top: 31%;
    transform: translate(-50%, -50%)
}

.about-style-04 .about-video a {
    display: block;
    width: 84px;
    height: 84px;
    background: #ecba16;
    text-align: center;
    line-height: 84px;
    color: #ffffff;
    font-size: 30px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #ecba16
}

.about-style-04 .about-video a:before {
    content: " ";
    width: 130%;
    height: 130%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: -12px;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    z-index: -1
}

.about-style-04 .about-video:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #ecba16;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.about-style-04 .about-video:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #ecba16;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.about-style-04 .about-img {
    width: 70px;
    height: 275px;
    border-radius: 10px;
    background-size: contain;
    background-position: center;
    margin-right: 30px
}

.about-style-04 .about-icon-box {
    background: #fff;
    padding: 20px 10px 20px 10px;
    border-bottom: 4px solid #ecba16
}

.about-style-04 .about-icon-box .about-icon {
    font-size: 40px;
    height: 70px;
    width: 70px;
    background: #063b8b;
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    transition: 0.4s;
    margin: 0 auto 15px auto
}

.about-5 .about-shape1 {
    position: absolute;
    height: 60px;
    width: 30px;
    background: #1388d7;
    bottom: 0;
    right: 30px;
    overflow: hidden
}

.about-5 .about-shape1:after {
    background: #1cbfaa;
    animation: move 3s infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""
}

.about-5 .about-shape1:before {
    background: #1388d7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""
}

.about-5 .about-shape2 {
    background: #1cbfaa;
    bottom: 40px;
    right: 68px;
    height: 38px;
    width: 18px;
    position: absolute;
    overflow: hidden
}

.about-5 .about-shape2:after {
    background: #1388d7;
    animation: move 3s infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""
}

.about-5 .about-shape2:before {
    background: #1cbfaa;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""
}

.about-5 .about-shape3 {
    position: absolute;
    content: '';
    height: 52px;
    width: 35px;
    background: #fff;
    left: 20px;
    top: 0;
    overflow: hidden
}

.about-5 .about-shape3:after {
    background: #1cbfaa;
    animation: move 3s infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""
}

.about-5 .about-shape3:before {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""
}

.about-5 .about-shape4 {
    position: absolute;
    content: '';
    height: 38px;
    width: 20px;
    background: #1cbfaa;
    top: -18px;
    left: 61px;
    overflow: hidden
}

.about-5 .about-shape4:after {
    background: #fff;
    animation: move 3s infinite;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""
}

.about-5 .about-shape4:before {
    background: #1cbfaa;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""
}

.about-5 .about-image {
    position: relative
}

.about-5 .about-img-text {
    margin: 0 auto;
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 40px
}

.about-5 .list-style2 li {
    line-height: 1.7;
    padding-left: 35px;
    position: relative;
    margin-bottom: 2rem
}

.about-5 .list-style2 li:last-child {
    margin-bottom: 0
}

.about-5 .list-style2 li:before {
    top: 2px;
    line-height: normal;
    content: "\e64c"
}

.about-5 h6 {
    font-size: 18px;
    font-weight: 700
}

.contact-wrapper-box {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
    border-radius: 4px
}

.contact-wrapper-box .contact-form-area {
    position: relative;
    padding: 50px;
    height: 100%
}

.contact-wrapper-box .contact-image:before {
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent 9%, #001c41 100%);
    opacity: 1
}

.contact-wrapper-box .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .contact-wrapper-box .contact-form-area {
        padding: 30px
    }
}

.coming-soon-main .countdown li {
    display: inline-block;
    padding: 35px 12px;
    min-width: 145px;
    text-align: center;
    background: #ecba16;
    margin-right: 18px
}

.coming-soon-main .countdown li:last-child {
    margin-right: 0
}

.coming-soon-main .countdown li span {
    font-size: 50px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    line-height: 1;
    font-weight: 600;
    position: relative
}

.coming-soon-main .countdown li p.timeRefDays,
.coming-soon-main .countdown li p.timeRefHours,
.coming-soon-main .countdown li p.timeRefMinutes,
.coming-soon-main .countdown li p.timeRefSeconds {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #ffff;
    padding: 0;
    text-transform: uppercase
}

.coming-soon-main .coming-soon-form .form-control {
    border-radius: 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    border: 1px solid lightgrey;
    min-height: 50px;
    height: 55px;
    position: relative;
    padding: 0.5rem 4rem 0.5rem 1rem;
    color: #fff
}

.coming-soon-main .coming-soon-form .quform-submit-inner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: auto;
    background: transparent;
    height: 48px
}

.coming-soon-main .coming-soon-form .quform-submit-inner button {
    padding: 0.9rem 1.50rem
}

.coming-soon-main .coming-soon-list li i {
    color: #063b8b;
    transition: all .4s ease
}

.coming-soon-main .coming-soon-list li i:hover {
    color: #ecba16
}

@media screen and (max-width: 1599px) {
    .coming-soon-main .countdown li {
        padding: 25px 12px;
        min-width: 130px
    }
}

@media screen and (max-width: 992px) {
    .coming-soon-main .countdown li {
        min-width: 118px;
        margin-right: 10px
    }

    .coming-soon-main .countdown li span {
        font-size: 40px
    }

    .coming-soon-main .countdown li p.timeRefDays,
    .coming-soon-main .countdown li p.timeRefHours,
    .coming-soon-main .countdown li p.timeRefMinutes,
    .coming-soon-main .countdown li p.timeRefSeconds {
        font-size: 15px
    }
}

@media screen and (max-width: 575px) {
    .coming-soon-main .countdown li {
        margin: 10px;
        min-width: 161px
    }

    .coming-soon-main .countdown li:last-child {
        margin: 10px
    }
}

.countdown li {
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    text-align: center;
    min-width: 150px;
    position: relative;
    padding: 15px 10px;
    margin-right: 10px
}

.countdown li:last-child {
    margin-right: 0
}

.countdown li span {
    font-size: 50px;
    color: #fff;
    font-weight: 800
}

.countdown li p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9)
}

@media screen and (max-width: 991px) {
    .countdown li {
        min-width: 130px
    }

    .countdown li span {
        font-size: 40px
    }
}

@media screen and (max-width: 575px) {
    .countdown li {
        min-width: 120px
    }
}

.error-content {
    text-align: center
}

.error-box {
    height: 230px;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    display: table;
    border-radius: 10px;
    text-shadow: 10px 10px 0 rgba(255, 255, 255, 0.2)
}

.error-box h4 {
    font-size: 170px;
    letter-spacing: 2px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    text-align: center;
    justify-content: center
}

.error-box.center {
    text-shadow: 10px 10px 0 rgba(255, 255, 255, 0.3)
}

.error-box.center h4 {
    -webkit-text-stroke-color: #ffffff
}

@media screen and (max-width: 1399px) {
    .error-box {
        height: 204px
    }
}

@media screen and (max-width: 767px) {
    .error-box {
        height: 156px
    }

    .error-box h4 {
        font-size: 130px
    }
}

@media screen and (max-width: 575px) {
    .error-box {
        height: 82px
    }

    .error-box h4 {
        font-size: 70px
    }
}

.appinment-form .left-content {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.appinment-form .right-content {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.social-icon-style1 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 0px;
    list-style: none
}

.social-icon-style1 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.social-icon-style1 li a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    height: 41px;
    line-height: 41px;
    width: 41px
}

.social-icon-style1 li a:hover,
.social-icon-style1 li a:active,
.social-icon-style1 li a:focus {
    background: #ecba16
}

.social-icon-style1 li:last-child {
    margin-right: 0
}

.social-icon-style01 li {
    display: inline-block;
    margin-right: 10px
}

.social-icon-style01 li:last-child {
    margin-right: 0
}

.social-icon-style01 li a {
    font-size: 16px;
    background: #ecba16;
    color: #fff;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center
}

.social-icon-style01 li a:hover {
    color: #ecba16;
    background: #fff
}

.social-icon-style2 {
    margin-left: 0;
    display: block;
    padding-left: 0;
    list-style: none;
        text-align: center;
}

.social-icon-style2 li {
    padding-right: 5px;
    display: inline-block;
    text-align: center
}

.social-icon-style2 li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color:#ecba16;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    border-radius: 5px
}

.social-icon-style2 li a:hover {
    background-color: #ecba16;
    color: #fff
}

.social-icon-style2 li:last-child {
    padding-right: 0
}

.social-icon-style2 li a:hover i {
    animation: bottomtotop .6s linear forwards
}

@keyframes bottomtotop {
    49% {
        transform: translateY(-100%)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 1
    }
}

.social-icon-style3 {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 0px;
    list-style: none
}

.social-icon-style3 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 12px
}

.social-icon-style3 li a {
    z-index: 1;
    width: 35px;
    height: 35px;
    color: white;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
    text-align: center;
    padding: 11px 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #ecba16
}

.social-icon-style3 li a:before {
    z-index: -1;
    content: '';
    -webkit-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    position: absolute;
    width: 0;
    height: 0;
    background: transparent;
    left: 0;
    top: 0;
    border-bottom: 55px solid transparent;
    border-left: 350px solid #ecba16
}

.social-icon-style3 li a:after {
    z-index: -1;
    content: '';
    -webkit-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
    position: absolute;
    width: 0;
    height: 0;
    background: transparent;
    right: 0;
    bottom: 0;
    border-top: 55px solid transparent;
    border-right: 350px solid #ecba16
}

.social-icon-style3 li a:hover {
    background: #fff;
    color: #ecba16
}

.social-icon-style3 li a:hover:before {
    border-bottom: 0px solid transparent;
    border-left: 0px solid #ecba16
}

.social-icon-style3 li a:hover:after {
    border-top: 0px solid transparent;
    border-right: 0px solid #ecba16
}

.social-icon-style3 li:last-child {
    margin-right: 0
}

.icon-style1 {
    display: block;
    color: #fff;
    background: #063b8b;
    font-size: 24px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    transition: all 0.3s linear 0s;
    vertical-align: top
}

.pricing-box {
    transition: all .4s ease;
    height: 100%;
    text-align: center;
    padding: 40px 28px
}

.pricing-box:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px)
}

@media screen and (max-width: 575px) {
    .pricing-box {
        padding: 20px 28px
    }
}

.pricing-block {
    position: relative;
    z-index: 99;
    background: #fff;
    height: 100%;
    border: 1px solid #ededed;
    margin-top: 20px
}

.pricing-block .pricing-head {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-top: -15px
}

.pricing-block .pricing-head h4 {
    position: relative;
    background-color: #ecba16;
    padding: 15px 45px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    .pricing-block .pricing-head h4 {
        padding: 15px 30px
    }
}

.ani-top-bottom {
    animation-name: float-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes float-y {
    0% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(-20px)
    }
}

.ani-left-right {
    animation-name: float-x;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes float-x {
    0% {
        transform: translateX(-20px)
    }

    50% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(-20px)
    }
}

.ani-top-bottom2 {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: TopBottom2;
    animation-timing-function: ease-in-out
}

@keyframes TopBottom2 {
    0% {
        transform: translate(0px, 0px)
    }

    65% {
        transform: translate(0, 30px)
    }

    100% {
        transform: translate(0px, 0px)
    }
}

.rotated {
    animation: rotated 45s infinite linear
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes move {
    0% {
        transform: translate3d(-200%, 0, 0)
    }

    60% {
        transform: translate3d(100%, 0, 0)
    }

    100% {
        transform: translate3d(100%, 0, 0)
    }
}

.error-page-main h2 {
    font-size: 229px;
    font-weight: 700;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .error-page-main h2 {
        font-size: 200px
    }
}

@media only screen and (max-width: 575px) {
    .error-page-main h2 {
        font-size: 165px
    }
}

.form-group {
    margin-bottom: 1rem
}

.form-group label {
    margin-bottom: .5rem
}

.form-control:focus {
    border-color: #ecba16
}

.form-check-input:checked {
    border-color: #ecba16;
    background-color: #ecba16
}

.quform-input {
    position: relative
}

.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1
}

.quform-element>label {
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 15px
}

.quform-element>label .quform-required {
    color: #cc0101;
    font-size: 10px
}

.quform-inner input {
    width: 100%
}

.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top
}

.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px
}

.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal
}

.quform-errors>.quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type=file],
.quform-has-error .custom-file-label {
    border-color: #f5543f
}

.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-submit-inner {
    float: none
}

.quform-loading-wrap {
    float: none
}

.quform-loading-wrap .quform-loading {
    display: inline-block
}

.quform-element {
    margin-bottom: 1rem
}

.newsletter-form .quform-submit-inner button {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: #063b8b;
    border-radius: 5px;
    color: #fff
}

.newsletter-form .quform-submit-inner button:active,
.newsletter-form .quform-submit-inner button:focus,
.newsletter-form .quform-submit-inner button:hover {
    background-color: #063b8b;
    color: #fff
}

.newsletter-form .quform-input .form-control {
    min-height: 54px;
    padding: .375rem 1.05rem
}

.newsletter-form.form2 .quform-input .form-control {
    background: rgba(255, 255, 255, 0.1)
}

.footer-logo {
    max-width: 214px;
    width: 100%;
    display: inline-block
}

.footer-logo>a {
    display: inline-block
}

footer .email {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding-bottom: 5px
}

footer .email a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: all 0.8s ease
}

footer .email a:hover:after,
footer .email a:active:after,
footer .email a:focus:after {
    width: 100%
}

footer .email a:hover,
footer .email a:active,
footer .email a:focus {
    color: #ecba16
}

footer .email a:after {
    border-bottom: 1px solid #fff;
    transition: all 0.8s ease;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 0
}

footer .phone {
    padding-bottom: 0;
    margin-bottom: 0
}

footer .phone a {
    padding-bottom: 0;
    letter-spacing: -0.05rem;
    color: #fff
}

footer .phone a:hover,
footer .phone a:active,
footer .phone a:focus {
    color: #ecba16
}

@media screen and (max-width: 767px) {
    footer {
        padding-top: 60px
    }
}

.footer-style3 h3:before,
.footer-style3 h3:after {
    content: none
}

footer .list-style-1 li {
    padding: 0 0 5px 0
}

footer .list-style-1 li:last-child {
    padding: 0
}

.footer-list li a {
    color: #fff
}

.footer-list li a:hover {
    color: #ecba16
}

.conatct-info {
    margin-top: -50%
}

@media screen and (max-width: 1199px) {
    .conatct-info {
        margin-top: 0
    }
}

.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 55px;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center
}

@media screen and (max-width: 767px) {
    .footer-bar {
        margin-top: 60px
    }
}

.footer-menu {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

.footer-menu li {
    display: inline-block
}

.footer-menu li:after {
    content: '|';
    margin: 0 15px;
    top: 0;
    margin-top: -2px;
    color: rgba(255, 255, 255, 0.5);
    height: auto;
    width: auto
}

.footer-menu li a {
    color: #ffffff
}

.footer-menu li.last:after {
    content: none
}

@media screen and (max-width: 575px) {
    .footer-menu li:after {
        margin: 0 12px
    }
}

.footer-section-title span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    color: #ecba16;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px
}

.footer-section-title span:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #ecba16
}

.buy-theme {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 150px;
    right: -89px;
    background: #ecba16;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}

.buy-theme i {
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}

.all-demo i {
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    color: #fff
}

.buy-theme:hover,
.all-demo:hover {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    right: 0px;
    background: #ecba16
}

.all-demo:hover {
    background: #063b8b
}

.buy-theme span,
.all-demo span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0
}

.buy-theme:hover span,
.all-demo:hover span {
    opacity: 1;
    color: #fff
}

.buy-theme:hover i,
.all-demo:hover i {
    color: #fff
}

.buy-theme a,
.all-demo a {
    color: #232323;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    font-weight: 500
}

.all-demo {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    position: fixed;
    top: 185px;
    right: -105px;
    background: #063b8b;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999
}