




/*--======================
 <!--start-header-area-->
=======================--*/
.header-area {
    position: relative;
    z-index: 1;
}
.col-md-9.text-right {
    text-align: right;
}
.header-menu {
    display: inline-block;
}
.header-menu ul li {
    display: inline-block;
}
.header-button {
    display: inline-block;
}
.header-menu ul li a {
    display: inline-block;
    margin-right: 49px;
    font-size: 22px;
    padding: 38px 0px;
    color: #fff;
}
.header-menu ul li a:hover{
    color:#F6D74B;
}
.header-menu ul li i {
    display: inline-block;
    margin-left: 3px;
    color: #25378D;
}
.login-button {
    display: inline-block;
    margin-right: 27px;
}
.login-button a:hover{
    color:#25378D ;
}
.login-button i {
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
}
.header-button a {
    display: inline-block;
    color: #fff;
    padding: 10px 32px;
    border-radius: 5px;
    border: 1px solid  #25378D;
    background-image: -webkit-linear-gradient(30deg, #25378D 50%, transparent 50%);
    background-image: linear-gradient(30deg, #25378D 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
.header-button a:hover{
  background-position: 100%;
   color: #25378D;
}

.header-button i {
    display: inline-block;
    margin-left: 11px;
    color: #fff;
}
.header-button a:hover i{
    color:#25378D ;
}
/*--stikcy-header--*/
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #25378D !important;
    transition: 0.5s;
    z-index: 999;
    webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}
/*--sub-menu-css--*/
.header-menu ul li .sub-menu {
    position: absolute;
    text-align: center;
    background: #fff;
    padding: 0px 0;
    border-radius: 3px;
    top: 115%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
    visibility: hidden;
    width: 210px;
    border-top: 3px solid #25378D;
}
.add-new-menubar:hover .sub-menu{
    visibility:visible;
    top:100%;
    opacity:1;
}
.header-menu ul li .sub-menu ul li {
    display: block;
}
.header-menu ul li .sub-menu ul {
    display: block;
    text-align: left;
    
}
.header-menu ul li .sub-menu ul li a {
    display: inline-block;
    padding: 5px 20px;
    /*font-size: 14px;*/
    color: #25378D;
    text-transform: capitalize;
    /*font-weight: 500;*/
    border: 1px solid #fff;
    width: 100%;
}
.header-menu ul li .sub-menu ul li a:hover{
    color:#010e22;
    background: #f3f1fa;
    width: 100%;
    border:1px solid #010e22;
}


/*--======================
 <!--start-hero-area-->
=======================--*/
.hero-area {
    background: url(../image/contact.jpg);
    height: 950px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -105px;
    position: relative;
}
.hero-area h1,p {
    color: #1a1818;
}
.hero-content-title h1 {
/*    font-size: 30pt;*/
    line-height: 115px;
    font-weight: 500;
    text-transform: unset;
    margin-bottom: 20px;
}
.hero-desc p {
    font-size: 12pt;
    font-weight: 400;
    width: 94%;
    margin-top: 27px;
    margin-bottom: 27px;
}
.dreamHub-button a {
    display: inline-block;
    color: #25378D;
    padding: 16px 46px;
    border-radius: 8px;
    margin-right: 12px;
    margin-top: 13px;
    border: 1px solid  #F6D74B;
    /*background-image: -webkit-linear-gradient(30deg, #25378D 50%, transparent 50%);*/
    background-image: linear-gradient(30deg, #F6D74B 50%, transparent 50%);
    background-size: 620px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
.dreamHub-button a:hover{
    background-position: 100%;
    color: #F6D74B;
}
.dreamHub-button i {
    display: inline-block;
    margin-left: 6px;
    color: #25378D;
    transition: 0.5s;
}
.dreamHub-button a:hover i{
     color: #F6D74B;
}
.dreamHub-button a.bg-tranprent {
    background: transparent;
    border: 1px solid #010e22;
    color: #010e22;
}
.dreamHub-button a.bg-tranprent:hover{
    background:#25378D;
    color: #fff;
   border: 1px solid #25378D;
}
.dreamHub-button a.bg-tranprent i{
     color: #010e22;
}
.dreamHub-button a.bg-tranprent:hover i{
     color:#fff;
}
.hero-thumb img {
    position: relative;
    margin-left: 22%;
}

.top i {
    display: inline-block;
    margin-left: 6px;
    color: #fff;
    transition: 0.5s;
}

.top a.bg-tranprent {
    background: transparent;
    border: 2px solid #FFFFFF;
    /*color: #010e22;*/
}
.top a {
    display: inline-block;
    color: #fff;
    padding: 12px 36px;
    margin-right: 12px;
    margin-top: 13px;
    border: 1px solid  #25378D;
    /*background-image: -webkit-linear-gradient(30deg, #25378D 50%, transparent 50%);*/
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-weight: 600;
}

.single {
    text-align: center;
}

/*--===========================
 <--start-brand-area-->
==============================*/
.brand-area {
    padding: 120px 0 120px;
    background: url(../image/brand-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.brand-box {
    text-align: center;
}
.owl-carousel .owl-item img {
    display: inline-block !important;
}
/*--section-title--*/
.section-title {
    margin-bottom: 60px;
    position: relative;
}
.section-main-title h1 {
    font-size: 60px;
    text-transform: unset;
    line-height: 80px;
    color: #25378D;
}

.say-title {
    margin-bottom: 62px;
    position: relative;
}
.say-main-title h1 {
    font-size: 60px;
    text-transform: unset;
    line-height: 80px;
    color: #fff;
}
.section-description p {
    position: relative;
    margin-top: 18px;
    margin-bottom: 26px;
    width: 95%;
}
.section-desc p {
    width: 75%;
    margin: auto;
    margin-top: 14px;
}
.section-title.minus-margin-bottom {
    margin: 0;
}
.section-description.add-widht p {
    width: 80%;
}

/*--===========================
 <--start-trstimonail-area-->
==============================*/
.testimonail-area {
    padding: 111px 0 120px;
    background-color: #f8f9fc;
}
.single-testimonail-box {
    border: 1px solid rgba(100,100,100,0.1);
    padding: 51px 37px 35px;
    border-radius: 5px;
    margin-left: 28px;
    background: #fff;
}
.testimonail-thumb {
    display: flex;
    margin-left: -44px;
}
.testimonail-thumb img {
    margin-top: -39px;
    position: relative;
}
.testimonail-box-title {
    margin-left: -17px;
    position: relative;
    margin-top: 17px;
}
.testimonail-box-title h4 {
    color: #010e22;
    font-size: 22px;
    line-height: 35px;
}
.testimonail-box-desc p {
    font-size: 16px;
    font-weight: 400;
    margin-top: -17px;
    margin-bottom: 0;
    position: relative;
}

.person-img i{
    display: inline-block;
    font-size: 14px;
    color: #F4D64B;
}
.person-name h4 {
    color: #fff;
    text-align: left;
}

.person-from span {
    color: #F6D74B;
    text-align: left;
    font-size: 16px;
}

.person-desc span {
    color: #fff;
    text-align: left;
    font-size: 16px;
}

.person-desc {
    margin-top: 25px;
}

.say-blue {
    background-color: #25378D; 
    z-index: 2;
    position: relative;
}

.say-white {
    background-color: #EFF2FB;
    height:500px;
    margin-top: -20%; 
    z-index: 1;
    position: relative;
}

.person-info {
    border:1px solid #ccc;
    border-radius: 40px;
    padding: 20px;
}
.split {
    margin-top:-6%;
    padding-left: 17%; 
    z-index: 3;
    position: relative;
}

.earth-before{
    background-color: #25378D;
    width: 100%;
    padding-top: 100px;
    display: block;
    height: 550px;
}
.earth-after{
    /*background-color: #25378D;
    width: 100%;
    padding-top: 100px;*/
    display: block;
    margin-bottom: 300px;
}
.earth-img {
    text-align: center;
    display: inline-block;
    margin: -6px;
    margin-top: -150px;
}
.earth-content-title h1{
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    text-align: center;
}

.earth-desc {
    margin: 50px 0;
}
.earth-desc p{
    color: #fff;
    text-align: center;
}
.earth-button {
    margin-top:-60px;
}

.earth-button span {
    background-color: #F6D74B;
    color: #25378D;
    padding: 10px 25px;
    border-radius: 10px;
}


/*--===========================
  <--start-loan-area-->
==============================*/
.loan-area {
    padding: 95px 0 35px;
}
.loan-chart-thubm img {
    margin-left: -106px;
}


.bounce-animate1 {
    animation-name: float-bob1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob1;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob1;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob1;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob1 {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}


/*--===========================
  <--start-account-area-->
==============================*/
.accout-area {
    padding: 0 0 80px;
}
.account-text-box {
    display: flex;
    margin-bottom: 8px;
}
.number h4 {
    background: #000000;
    color: #fff;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 22px;
    margin-top: 4px;
}
.account-box-desc p {
    font-size: 16px;
    margin-left: 15px;
    width: 87%;
}
.account-thumb-box {
    position: relative;
}
.account-thumb {
    position: relative;
    margin-left: 61px;
    z-index: 1;
}
.account-single-imgs img {
    position: absolute;
    right: 81%;
    bottom: 22px;
    z-index: -1;
    width: 50%;
}
.bounce-animate2 {
    animation-name: float-bob1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}


/*--===========================
   <--start-finance-info-area-->
==============================*/
.finance-info-area {
    padding: 0 0 160px;
}
.finance-info-text-box {
    position: relative;
}
.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}

.finace-info-thumb {
    position: relative;
    text-align: right;
    margin-right: 9%;
    margin-top: 31%;
}
.single-shape {
    position: absolute;
    left: 11%;
    top: -44px;
    z-index: -1;
}
.info-box-content {
    width: 60%;
    position: absolute;
    top: -52%;
    left: 29px;
}
.info-box-title {
    box-shadow: 0px 10px 22.5px rgba(169,169,169,0.15);
    border: 1px solid rgba(100,100,100,0.1);
    text-align: center;
    display: inline-block;
    padding: 12px 26px 22px;
    border-radius: 10px;
}
.info-box-title h4 {
    font-size: 22px;
    font-weight: 400;
    text-transform: unset;
}
.info-box-title p {
    margin: -6px 0 0;
    font-size: 16px;
    position: relative;
}
.info-text {
    position: absolute;
    bottom: 17%;
    left: -77px;
}
.info-text p {
    box-shadow: 0px 10px 22.5px rgb(169 169 169 / 15%);
    border: 1px solid rgba(100,100,100,0.1);
    text-align: center;
    display: inline-block;
    padding: 19px 57px 19px;
    border-radius: 10px;
}


/*--===========================
  <--start-blog-area-->
==============================*/
.blog-area {
    background-color: #fff;
    padding: 200px 0 200px;
}
.blog-area.blog-list-1 {
    padding: 118px 0 80px;
}
.blog-area.blog-grid {
    padding: 118px 0 82px;
}
.sy1 {
    border-radius: 15px; /* 圆角 */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.sy2 {
    border-radius: 15px; /* 圆角 */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    /*background: url(../image/sy2.png);*/
    /*background-repeat: no-repeat;*/
    /*background-color: #0A52FF;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*height: 100%;*/
}
.sy3 {
    border-radius: 15px; /* 圆角 */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    font-colot:red
    /*background: url(../image/sy3.png);*/
    /*background-repeat: no-repeat;*/
    /*background-color: #0A52FF;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*height: 100%;*/
}
.sy4 {
    border-radius: 15px; /* 圆角 */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    font-colot:red
    /*background: url(../image/sy3.png);*/
    /*background-repeat: no-repeat;*/
    /*background-color: #0A52FF;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*height: 100%;*/
}
.sy1 img,.sy2 img,.sy3 img,.sy4 img{
    margin: 40px;
}

.sy1 #bl-11,.sy2 #bl-22,.sy3 #bl-33,.sy4 #bl-44{
    display: none;
}

.service {
    height: 345px;
}
.f-service {
    height: 305px;
    display: none;
}
.service h4{
    color: #25378D;
    font-size: 30px;
    margin-top: 10px;
    font-weight: 500;
}
.f-service h4{
    color: #fff;
    text-align: left;
    font-size: 30px;
    font-weight: 500;
}
.f-service p{
    color: #fff;
    text-align: left;
}

.service-card {
    margin-bottom: 50px;
}



.single-blog-box {
    box-shadow: 0px 0px 30px rgba(198,198,198,0.3);
    background-color: #ffffff;
/*    border: 1px solid rgba(100,100,100,0.2);*/
    border-radius: 15px;
    padding: 6px 6px 6px;
}
.single-blog-thumb{
    position: relative;
    overflow: hidden;
    
}
.single-blog-thumb img {
    width: 100%;
    transition:0.5s;
}
.single-blog-box:hover .single-blog-thumb img{
    transform: scale(1.1);
    border-radius: 10px;
}
.meta-blog span {
    background: #25378D;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 21px;
}
.blog-box-content {
    padding: 25px 25px 25px;
}
.blog-box-content h4 a {
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
}

.single-blog-box:hover .blog-box-content h4 a{
    color:#25378D;
}

.blog-box-content p {
    margin: 0px 0 21px;
}

.blog-button a {
    color: #010e22;
    display: inline-block;
}
.blog-button a:hover{
 color:#25378D;
}
.blog-button i {
    display: inline-block;
    margin-left: 7px;
    color: #010e22;
    transition: 0.5s;
}
.blog-button a:hover i{
    color:#010e22 !important;
}


.call-do-action-area {
    padding: 27px 0 0px;
}

.top {
    position: sticky;  /*或 absolute, sticky */
    z-index: 100; /* 较大的值确保在最顶层 */
    top: 10px; /* 根据需要调整 */
    left: 10px;
}

/*--===========================
 <--start-footer-area-->
==============================*/

.footer-area {
    padding: 80px 0 26px;
    background-color: #25378D;
}
.footer-area span,h4 {
    color: #fff;
}

.footer-area span{
    font-size: 18px;
}
.footer-desc p {
    color: #000000;
    /*margin-top: 31px;*/
    opacity: 0.702;
    /*width: 60%;*/
}
.footer-title h4 {
    color: #fff;
    /*font-size: 20px;*/
    margin-bottom: 16px;
}
.footer-menu ul li a {
    color: black;
    padding: 0 0 10px;
    /*opacity: 0.702;*/
}
.footer-menu ul li a:hover{
    color: #25378D;
}
.footer-menu.contact-item ul li {
    color: black;
    margin-bottom: 16px;
    opacity: 0.702;
}
.copyright-area {
    /*border-top: 1px solid #7871718c;*/
    margin-top: 30px;
    opacity: 0.702;
    font-size: 8pt;
}
.copyright-content span {
    display: inline-block;
    color: black;
    margin-top: 27px;
}
.copyright-content span i {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}


/*--===========================
 <--start-breadcrumb-area-->
==============================*/

.breadcrumb-area {
    background: url(../image/breadcumb-bg.jpg);
    padding: 140px 0 136px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.breadcrumb-content-title h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 21px;
}
.breadcrumb-content-title ul li {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.breadcrumb-content-title ul li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}
.breadcrumb-content-title ul li i {
    display: inline-block;
    color: #fff;
    margin-left: 5px;
}

/*--===========================
 <--start-about-area-->
==============================*/
.about-area {
    padding: 118px 0 118px;
    background: #f8f9fc;
}
.about-thumb img {
    width: 100%;
    margin-left: -57px;
}
.secton-sub-title h4 {
    color: #25378D;
    font-size: 20px;
    font-weight: 400;
}
/*--===========================
 <--start-counter-area-->
==============================*/
.counter-area {
    background: #25378D;
    padding: 113px 0 100px;
}
.single-counter-box {
    text-align: center;
}
.counter-content-title h1 {
    font-size: 50px;
    color: #fff;
    display: inline-block;
}
.counter-content-title span {
    display: inline-block;
    color: #fff;
    font-size: 50px;
}
.counter-content-title p {
    font-size: 18px;
    color: #fff;
    margin-top: 2px;
    font-weight: 500;
}
/*--===========================
 <--start-team-area-->
==============================*/
.team-area {
    padding: 102px 0 120px;
}
.team-thumb {
    position: relative;
    overflow: hidden;
}
.team-thumb img {
    width: 100%;
    border-radius: 5px;
    transition: 0.5s;
}
.single-team-box:hover .team-thumb img{
    transform: scale(1.1);
}
.team-social-icon ul li {
    display: inline-block;
}
.team-social-icon {
    position: absolute;
    left: -50%;
    bottom: 20%;
    transition: 0.5s;
}
.single-team-box:hover .team-social-icon{
    left: 26%;
}
.team-social-icon ul li i {
    display: inline-block;
    font-size: 15px;
    background: #25378D;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    margin-right: 6px;
    transition: 0.5s;
}
.team-social-icon ul li i:hover{
    color: #25378D;
    background: #fff;
}
.team-box-content {
    text-align: center;
    border-bottom: 6px solid #25378D;
    border-radius: 0 0 5px 5px;
    padding: 18px 0 25px;
}
.team-box-title p {
    margin: -9px 0 0;
    font-size: 18px;
    color: #25378D;
    font-weight: 500;
}

/*--===========================
 <--start-services-area-->
==============================*/
.services-area {
    padding: 100px 0 100px;
}
.services-box {
    text-align: center;
    box-shadow: 0px 10px 15px rgb(198 198 198 / 10%);
    background-color: #ffffff;
    border: 1px solid rgba(100,100,100,0.2);
    padding: 33px 17px 23px;
    border-radius: 5px;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}
.services-box::before{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    left: 0;
    top:0;
    background:#25378D;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s;
    border-radius: 5px;
}
.services-box:hover::before{
    transform: scale(1);
}
.serives-icon img{
    transition: 0.5s;
}
.services-box:hover .serives-icon img{
    filter: brightness(0) invert(1);
}
.services-box-content p {
    margin: 0 0 11px;
    transition: 0.5s;
}
.services-box:hover .services-box-button a,
.services-box:hover .services-box-content h4,
.services-box:hover .services-box-content p{
    color: #fff;
}
.services-box-button i {
    font-size: 13px;
    display: inline-block;
    margin-left: 7px;
}
.services-box:hover i{
    color: #fff;
}
/*=================================
 <--Start-contact-form-area-css-->
 ================================*/
.contuct-area {
    padding: 103px 367px 118px;
}
.contuct-message h4 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact-form input {
    display: inline-block;
    margin-bottom: 22px;
    outline: 0;
    padding-left: 20px;
    height: 43px;
    border: 1px solid #c8c1c1;
    opacity: 0.5;
    border-radius: 5px;
    width: 95%;
    padding-right: 22px;
}
.contact-textarea textarea {
    display: inline-block;
    width: 98%;
    border: 1px solid #c8c1c1;
    padding-left: 18px;
    outline: 0;
    height: 150px;
    border-radius: 5px;
    opacity: 0.5;
    padding-right: 18px;
}
.contact-submit-button {
    margin-top: 22px;
}
.contact-submit-button button {
    background: #25378D;
    border: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 26px;
    border-radius: 3px;
}
.contact-info-box {
    padding: 12px 38px 12px 38px;
    margin-left: 22px;
    box-shadow: 0 0 20px rgba(32,32,32,0.2);
    border-radius: 7px;
}
.contact-info-desc p {
    font-size: 16px;
    line-height: 28px;
    color: #646464;
}
.contact-address p {
    font-size: 14px;
}
.contact-gmail p {
    font-size: 14px;
}
.phone-number p {
    font-size: 14px;
}
.contact-info-box-content h4 {
    font-size: 18px;
}
.working-time-content h4 {
    font-size: 18px;
    font-weight: 500;
}
.working-time-content p {
    font-size: 14px;
}
.working-time-content span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding-right: 4px;
    color: #222222;
}

.map-loction iframe {
    width: 100%;
    height: 600px;
    border: transparent;
    margin-bottom: -9px;
}

/*===========================
<--start-sevices-details-css-->
=============================*/
.service-details {
    padding: 120px 0 120px;
    background: #f7f9fd;
}
.service-details-imgs{
    overflow: hidden;
}
.service-details-imgs img {
    width: 100%;
    border-radius:5px;
    transition: 0.5s;
}
.service-details-imgs img:hover{
    transform: scale(1.1);
}
.services-datails-title h4 {
    margin: 11px 0 7px;
}
.service-details-text-1 p {
    text-align: justify;
    font-weight: 400;
}
.service-details-text-2 p {
    text-align: justify;
}
.service-details-text-3 p {
    margin-top: 26px;
    text-align: justify;
     font-weight: 400;
}
.planning-list ul li {
    list-style: none;
    margin-left: 31px;
    position:relative;
}
.planning-list ul li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: -24px;
    top: 9px;
    background: #25378D;
    border-radius: 50px;
}

/*-services-details-sidber-*/
.sidebar-category {
    margin-left: 12px;
    background: #25378D;
    padding: 30px 0px 42px;
    border-radius: 5px;
}
.sidebar-category-list ul li {
    list-style: none;
}
.sidebar-category h4 {
    margin-left: 54px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.sidebar-category-list {
    margin-left: 50px;
    position: relative;
}
.sidebar-category-list ul li {
    background: #fff;
    margin-top: 15px;
    border-radius: 3px;
    width: 84%;
}
.sidebar-category-list ul li a {
    display: inline-block;
    padding: 7px 33px;
    font-size: 17px;
}
.sidebar-category-list ul li a:hover {
    color:  #25378D;
}
.sidebar-need-help {
    background: #25378D;
    margin-top: 50px;
    margin-left: 15px;
    padding: 28px 0 40px;
    border-radius: 5px;
}
.need-help-phone {
    display: flex;
    margin-left: 122px;
    position: relative;
    margin-top: -7px;
}
.sidebar-help-title h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color:#fff;
}
.need-help-text {
    text-align: center;
}
.need-help-text p {
    color: #fff;
    font-weight: 400;
}
.phone-icon i {
    padding-right: 9px;
    font-size: 18px;
    color: #fff;
}
.phone-number span {
    font-size: 18px;
    color: #fff;
    display: inline-block;
}


/*=================================
    <--start-faqs-css-->
================================*/
.faqs-main-area {
    padding: 108px 0 119px;
    background: #f7f9fd;
}
.faqs-thumb img {
    width: 100%;
    margin-top: 16px;
    margin-left: 19px;
    transition: 0.5s;
}
.faq-content-title h4 {
    margin-bottom: 32px;
}
.accordion li {
    position: relative;
    list-style: none;
    background: #fff;
    margin-top: 22px;
    box-shadow: 0 0 1px #25378D;
    padding: 5px 0 5px;
}
.accordion li p {
    display: none;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    font-style: italic;
}
.accordion h3 {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 3;
    font-size: 14px;
    font-size: 0.875rem;
    text-indent: 15px;
    user-select: none;
    font-size: 18px;
}
.accordion li h3 strong {
    height: 39px;
    width: 39px;
    background: #25378D;
    display: inline-block;
    line-height: 39px;
    border-radius: 50%;
    color: #fff;
    margin-right: 22px;
    position: relative;
    z-index: 1;
}
.accordion li h3 strong::before {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    height: 49px;
    width: 49px;
    line-height: 45px;
    background: rgb(145 131 235 / 90%);
    border-radius: 50%;
    opacity: 0.500;
    z-index: -1;
}
.accordion h3::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    position: absolute;
    right: 10px;
    content: " ";
    top: 29px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

h3.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} 

/*--end-faqs-css--*/


/*=================================
   <--start-blog-details-css-->
================================*/
.blog-details-area {
    padding: 120px 0 120px;
}
.blog-details-area.tow-column-blog {
    padding: 120px 0 82px;
}
.bllog-thumb{
    overflow: hidden;
}
.bllog-thumb img {
    width: 100%;
    transition: 0.5s;
}
.bllog-thumb img:hover{
    transform: scale(1.1);
}
.post-metainfo {
    margin-top: 16px;
}
.post-metainfo ul li {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
}
.post-metainfo ul li i {
    display: inline-block;
    color: #25378D;
    font-size: 14px;
    margin-right: 7px;
}
.blog-details-title h1 {
    font-size: 30px;
    margin-top: 6px;
}
.blog-details-descption p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin-top: 13px;
    margin-bottom: 22px;
}
blockquote {
    background: #f8f9fc;
    padding: 18px 41px;
    margin: 0;
    font-size: 16px;
    border-left: 7px solid #25378D;
    border-radius: 5px;
    font-style: italic;
    line-height: 26px;
    font-weight: 500;
}
.blockquote-footer {
    display: block;
    font-size: 18px;
    color: #25378D;
    margin-top: 10px;
}
/*--tag-share--*/
.tag-share {
    display: flex;
    justify-content: space-between;
}
.item {
    display: flex;
}
.tag-name {
    margin-top: 5px;
    position: relative;
    margin-left: 18px;
    display: inherit;
}
.tag-name a {
    background: #25378D;
    padding: 7px 12px;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    border: 1px solid #25378D;
}
.tag-name a:hover{
    background: transparent;
    color:#25378D ;
    border:1px solid #25378D;
}
.social-icon ul li {
    display: inline-block;
    list-style: none;
    margin-left: 11px;
}
.social-icon ul li i{
    display: inline-block;
    transition: 0.5s;
}
.social-icon ul li i:hover{
    color:#25378D;
}
/*--Start-comment-area-css--*/
.author-comment-box {
    margin-top: 96px;
    position: relative;
}
.reply-btn {
    float: right;
}
.reply-btn a {
    background: #25378D;
    color: #fff;
    padding: 3px 23px;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
}
.author-avatar-thumb {
    margin-right: 29px;
}
.author-avatar-thumb img {
    border-radius: 100%;
    width: 80%;
}
.author-comment-box p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: -9px;
}
.comment-post-date span {
    font-size: 16px;
}
/*--Start-blog-details-comment-box-cs---*/
.blog-comment-box {
    border-top: 1px solid #25378D;
    margin-top: 32px;
}
.blog-comment-title h5 {
    font-size: 18px;
    margin-top: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.comment input {
    outline: 0;
    padding-left: 20px;
    width: 46%;
    margin-right: 24px;
    opacity: 0.5;
    height: 39px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.6);
    padding-right: 20px;
}

.comment textarea {
    width: 96%;
    margin-top: 36px;
    outline: 0;
    padding-left: 12px;
    padding-top: 9px;
    opacity: 0.5;
    border-radius: 5px;
    height: 200px;
    border: 1px solid rgba(0,0,0,0.6);
}
.comment button {
    background: #25378D;
    border: transparent;
    color: #fff;
    padding: 7px 21px;
    margin-top: 34px;
    border-radius: 2px;
    transition: 0.5s;
    border: 1px solid #25378D;
    border-radius: 5px;
}
.comment button:hover{
    background: transparent;
    border:1px solid #25378D;
    color:#25378D;
}
/*--blog-details-sidebar-css--*/
.blog-details-sidebar {
    padding: 0 0 0 24px;
}
.sidebar-title h4 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: 500;
}
.sidebar-search-box{
    position:relative;
}
.sidebar-search-box input {
    height: 40px;
    width: 85%;
    outline: 0;
    padding-left: 13px;
    border-radius: 50px;
    border: 1px solid #25378D;
    padding-right: 48px;
}
.sidebar-search-box button {
    background: transparent;
    border: transparent;
    position: absolute;
    right: 67px;
    top: 66px;
}
.blog-details-sidebar-tags ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 17px;
}
.blog-details-sidebar-tags {
    margin-top: 34px;
}
.recent-title h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 34px;
    border-bottom: 1px solid #25378D;
}
.resent-news-box {
    display: flex;
    margin-top: 17px;
    border-bottom: 1px solid #25378D;
}
.resent-news-thumb img {
    padding-right: 25px;
}
.resent-news-content h4 a {
    display: inline-block;
    line-height: 25px;
    margin-top: 7px;
}
.resent-news-content h4 a:hover{
    color:#25378D;
}
.resent-news-content p {
    margin-top: -8px;
    position: relative;
    color:#000;
}
.resent-news-content p i {
    display: inline-block;
    padding-right: 7px;
    color: #25378D;
}
.sidebar-tags ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 18px;
    margin-left: 8px;
    margin-top: 8px;
    position: relative;
}
.sidebar-tags ul li a {
    background: #25378D;
    color: #fff;
    padding: 9px 15px;
    border-radius: 2px;
     border:1px solid #25378D;
}
.sidebar-tags ul li a:hover{
    background: transparent;
    border:1px solid #25378D;
    color:#25378D;
}
 
/*===========================
  <--start-portfolio-css-->
=============================*/
.portfolio-area {
    padding: 104px 0 88px;
}
/* portfolio menu */
.portfolio_menu {
    text-align: center;
    padding: 0 0 45px;
}
li.current_menu_item {
    background: #25378D !important;
}
.portfolio_menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    cursor: pointer;
    padding: 7px 30px;
    background: #010e22;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.portfolio_menu ul li:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #25378D;
    transform: scale(0);
    border-radius: 30px;
    transition: .5s;
}
.single-portfolio-box {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 30px;
}
.signle-portfolio-thumb {
    position: relative;
}
.signle-portfolio-thumb:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(106, 90, 205,0.5);
    transform: scale(0);
    transition: 0.5s;
}
.single-portfolio-box:hover .signle-portfolio-thumb:before{
    transform: scale(1);
}
.signle-portfolio-thumb img {
    width: 100%;
}
.portfolio-box-icon {
    position: absolute;
    left: 47%;
    bottom: 103%;
    transition:0.5s;
}
.single-portfolio-box:hover .portfolio-box-icon{
    bottom: 42%;
}
.portfolio-box-icon i {
    color: #fff;
    font-size: 24px;
}
.poftolio-content {
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: -50%;
    left: 5%;
    width: 90%;
    border-radius: 0;
    transition: 0.5s;
    height: 108px;
}
.single-portfolio-box:hover .poftolio-content{
    bottom:0;
}
.poftolio-content h6 {
    font-size: 18px;
    color: #25378D;
    margin-top: 10px;
}
.poftolio-content h4 a {
    font-size: 22px;
    color: #222;
    margin-top: -16px;
    transition:0.5s;
}
.poftolio-content h4 a:hover{
    color:#25378D;
}

/*===========================
<-- portfolio-details-css-->
=============================*/
.portfolio-details-area {
    padding: 120px 0 99px;
}
.row.box-shadow {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 58px 70px 56px;
}
.portfolio-details-thumb img {
    width: 100%;
    margin-left: -29px;
}
.portfolio-details-content h4 {
    font-size: 25px;
    font-weight: 600;
}
.portfolio-details-content ul li strong {
    font-size: 18px;
    margin-right: 10px;
}
.portfolio-details-content ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
    font-weight: 500;
    text-transform: capitalize;
    color: #222;
    font-size: 16px;
}
.port-dtl-social-icon {
    display: inline-block;
    margin-top: 16px;
}
.port-dtl-social-icon span {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}
.port-dtl-social-icon ul {
    display: inline-block;
}
.port-dtl-social-icon ul li {
    list-style: none;
    display: inline-block;
}
.port-dtl-social-icon ul li i {
    display: inline-block;
    border: 1px solid #25378D;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    color: #25378D;
    margin-left: 6px;
    transition: 0.5s;
    font-size: 15px;
}
.port-dtl-social-icon ul li i:hover{
    background:#25378D;
    color: #fff;
}

.port-dlt-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 27px 0 10px;
}
.port-dlt-text p {
    text-align: justify;
}


/*===========================
<-- login-singup-area-css-->
=============================*/
.login-singup-area {
    padding: 140px 0 120px;
    background: #f7f9fd;
}
.login-singup {
    align-content: center;
    display: flex;
    margin:0 auto;
    width: 400px;
    height: 500px;
    background: #25378D;
    border-radius: 20px;
}
.login {
    font-size: 24px;
    cursor: pointer;
    padding-top: 10px;
    text-align: center;
    display: block;
    position: absolute;
    margin-top: -20px;
    width: 200px;
    height: 70px;
    background: #25378D;
    border-top-right-radius: 15px;
    box-shadow: 2px black;
    transition: margin 0.5s, border-top-right-radius 0.8s, border-bottom-right-radius 0.8s;
    color: #222;
}

.singin {
    font-size: 24px;
    cursor: pointer;
    padding-top: 10px;
    text-align: center;
    display: block;
    position: absolute;
    margin: 0 200px;
    width: 200px;
    height: 50px;
    background: #fff;
    border-bottom-left-radius: 15px;
    transition: margin 0.5s, border-top-left-radius 0.8s, border-bottom-left-radius 0.8s;
    color: #222;
}

.button .login {
  margin: 0;
  background: #fff;
  height: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  transition: margin 0.5s, border-top-right-radius 0.8s, border-bottom-right-radius 0.8s;
}
.button .singin {
    font-size: 24px;
    cursor: pointer;
    padding-top: 10px;
    text-align: center;
    display: block;
    position: absolute;
    margin: -20px 200px;
    width: 200px;
    height: 70px;
    background: #25378D;
    border-top-left-radius: 15px;
    transition: margin 0.5s, border-top-left-radius 0.8s, border-bottom-left-radius 0.8s;
    color: #222;
}

.login-enter {
  position: absolute;
  margin: 100px 50px;
  width: 300px;
  height: 35px;
  background: #FFFFFF;
  z-index: 1;
  color: #222;
  font-size: 20px;
  text-align: center;
  outline: 0;
}

.mail-enter {
    position: absolute;
    margin: 160px 50px;
    width: 300px;
    height: 35px;
    background: #FFFFFF;
    z-index: 1;
    color: #222;
    font-size: 20px;
    text-align: center;
    outline: 0;
}

.password-enter {
  position: absolute;
  margin: 220px 50px;
  width: 300px;
  height: 35px;
  background: #FFFFFF;
  color: #222;
  z-index: 1;
  font-size: 20px;
  text-align: center;
  outline: 0;
}

.second-password {
  position: absolute;
  margin: 280px 50px;
  width: 300px;
  height: 35px;
  background: #FFFFFF;
  z-index: 1;
  color: #222;
  font-size: 20px;
  text-align: center;
  outline: 0;
}

input[type=text]::-webkit-input-placeholder {
    text-align: center;
    color: #000;
    font-size: 18px;
    opacity: 0.5;
}

input[type=password]::-webkit-input-placeholder {
  text-align: center;
  color: #000;
  font-size: 18px;
  opacity: 0.5;
}

.submit-reg {
    position: absolute;
    margin: 400px 50px;
    width: 300px;
    height: 50px;
    background: #fff;
    z-index: 1;
    color: #25378D;
    font-size: 20px;
    text-align: center;
    border: none;
}
.submit-reg:active {
  opacity: 0.5;
}

.submit-enter {
  display: none;
}

.check-conditions {
  position: absolute;
  display: block;
  margin: 340px 50px;
  width: 20px;
  height: 50px;
  background: #196776;
  z-index: 1;
}

.agree {
    text-align: center;
    font-weight: bold;
    position: absolute;
    margin: 352px 85px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.agree:hover {
    color: #ffff;
}
.button .login-enter {
  margin: 100px 50px;
}
.button .mail-enter {
  margin: 160px 50px;
}
.button .password-enter {
  margin: 220px 50px;
}
.button .second-password {
  display: none;
}
.button .check-conditions {
  display: none;
}
.button .agree {
  display: none;
}
.button .submit-reg {
  opacity: 0;
}
.button .submit-enter {
    display: block;
    position: absolute;
    margin: 300px 50px;
    width: 300px;
    height: 50px;
    background: #fff;
    z-index: 1;
    color: #25378D;
    font-size: 20px;
    text-align: center;
    border: none;
}
.button .submit-enter:active {
  opacity: 0.5;
}






























/*
<!-- ============================================================== -->
<!-- Hendre Scrollup Button Section -->
<!-- ============================================================== -->*/

.scroll-area{
  position: relative;
  z-index: 999;
 }

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}

.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
  }

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; 
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #25378D 0%, #25378D 100%);
    background-image: -ms-linear-gradient(0deg, #232353 0%, #232353 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #fff; 
  }

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius:100%;
}

.top-wrap {
  position: relative; 
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #25378D;
}

 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #fff;
 }

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #da242b 0%, #da242b 100%);
    background-image: -webkit-linear-gradient(0deg, #25378D 0%, #25378D 100%);
    border-radius: 100%;
}
.top-wrap .go-top-button:hover {
      background-color: #222;
      color: #fff; 
  }
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }

/*===========================
<-- DreamHub Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}
.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #25378D;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}
