



/*==========================
<--start-header-Area-->
===========================*/
.header-area {
    position: relative;
    z-index: 1;
}

.header-menu {
    text-align: center;
}

.header-menu ul{
    list-style: none;
    display: inline-block;
}

.header-menu ul li {
    display: inline-block;
}

.header-menu ul li a {
    display: inline-block;
    font-size: 17px;
    margin-right: 33px;
    padding: 35px 0;
    font-weight: 500;
    color: #57647c;
    font-family: 'Nunito', sans-serif;
    position: relative;
}

.header-menu ul li a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    bottom: 30px;
    left: 0;
    background: #2D69FF;
    transition: 0.5s;
}

.header-menu ul li a:hover::before{
    width: 100%;
}
.header-menu ul li a:hover{
    color: #2D69FF;
}

.header-menu ul li a i {
    display: inline-block;
    font-size: 15px;
    margin-left: 5px;
    transition: 0.5s;
}
.header-menu ul li a:hover i{
    color:#2D69FF;
}

/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    position: relative;
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #2D69FF;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
}

.header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 4px 19px;
    color: #fff;
    width: 200px;
    border: 1px solid #2D69FF;
}
.header-menu ul li .sub-menu li a:hover{
    background: #fff;
    color: #2D69FF;
    border: 1px solid #2D69FF;
}

.header-menu ul li .sub-menu li a:before {
    position: inherit !important;
}

/*--DreamHub-button--*/
.Dreamhub-button{
    text-align: right;
}

.hero-area  .Dreamhub-button{
    text-align: left;
}

.team-area .Dreamhub-button{
    text-align: left;
}

.Dreamhub-button a {
    display: inline-block;
    color: #fff;
    padding: 12px 35px;
    position: relative;
    z-index: 1;
    border: 1px solid #2D69FF;
    transition: 0.8s ease-out;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.Dreamhub-button a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #2D69FF;
    z-index: -1;
    transition: 0.5s;
    border-radius: 0 0 50% 50%;
    height: 180%;
}

.Dreamhub-button a:hover:before{
    height:0;
}

.Dreamhub-button a:hover{
    color:#2D69FF;
}

.Dreamhub-button i {
    margin-left: 8px;
    display: inline-block;
    color: #fff;
    transition: 0.5s;
}

.Dreamhub-button a:hover i{
    color:#2D69FF;
}

/*header-sitcky*/
.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: #fff !important;
    transition: 0.5s;
    z-index: 99999;
    webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

/*==========================
<--start-hero-area-->
===========================*/

.hero-area {
    background: url(../image/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 988px;
    margin-top: -100px;
}

.hero-main-wrapper{
    position: relative;
}

.hero-content h1 {
    font-size: 58px;
    font-weight: 600;
}

.hero-content p {
    width: 45%;
    padding: 23px 0 44px;
}

.hero-content-tow {
    background: #F1F4FB;
    padding: 26px 40px 24px;
    margin-top: 60px;
    width: 48%;
}

.hero-content-tow h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 23px 0 18px;
}

.our-expriance {
    position: absolute;
    left: 58%;
    bottom: 7%;
}

.expriance-content {
    background: #2D69FF;
    border-radius: 100px;
    width: 158px;
    height: 158px;
    text-align: center;
    line-height: 138px;
}

.expriance-content h1 {
    font-size: 22px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
}

.expriance-content span {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.expriance-content p {
    line-height: 0;
    color: #fff;
    margin-top: -39px;
}




/*==========================
<--start-Counter-area-->
===========================*/
.counter-area {
    padding: 148px 0 148px;
}

.counter-box {
    background: #F1F3FB;
    text-align: center;
    padding: 38px 0 38px;
    position: relative;
    overflow: hidden;
}

.counter-box:before {
    position: absolute;
    content: "";
    width: 48%;
    height: 48%;
    top: -121px;
    left: -122px;
    background: #2D69FF;
    border-radius: 100%;
    transition: 0.5s;
}

.counter-box:hover:before {
    left: -50px;
    top: -46px;
}

.counter-content h4 {
    font-size: 50px;
    display: inline-block;
    margin: 40px 0 38px;
    position: relative;
    transition: 0.5s;
}

.counter-box:hover .counter-content h4{
    color: #2D6AFF;
}

.counter-content h4:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px;
    left: 21px;
    bottom: -21px;
    background: #2D6AFF;
}

.counter-content h4:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 1px;
    left: 21px;
    bottom: -21px;
    background: #F1F3FB;
    transition: 0.5s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
        transform: translateX(0);
  }
  to {
     transform: translateX(88px);
  }
}
.counter-content span {
    font-size: 50px;
    font-weight: 600;
    color: #032954;
    display: inline-block;
    transition: 0.5s;
}

.counter-box:hover .counter-content span{
    color: #2D6AFF;
}

.counter-box h2.number {
    position: absolute;
    top: 16px;
    left: 28px;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
    font-size: 30px;
}

.counter-box:hover h2.number{
    opacity: 1;
}




/*=================================
<--start-practice-area-->
=================================*/
.practice-area {
    background: #042955;
    padding: 132px 0 122px;
}

.single-practice-box {
    border: 1px solid #294A6D;
    padding: 37px 32px 30px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    margin-bottom: 20px;
}

.single-practice-box:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:#2D69FF;
    z-index: -1;
    border-radius: 4px;
    transform:scaleX(0);
    transition: 0.5s;
}

.single-practice-box:hover:before{
    transform:scaleX(100%);
}

.practice-content h4 {
    font-size: 22px;
    color: #fff;
    margin-top: 24px;
}

.practice-content p {
    color: #617993;
    margin: 23px 0 20px;
    transition: 0.5s;
}

.single-practice-box:hover .practice-content p{
    color: #fff;
}

.practice-content a.practice-button {
    color: #fff;
    display: inline-block;
}

.practice-content a.practice-button i {
    display: inline-block;
    color: #fff;
    margin-left: 9px;
    position: relative;
    top: 2px;
}


/*--All-section-title-css--*/
.section-title {
    margin-bottom: 64px;
}

.section-title h1 {
    font-size: 47px;
    color: #fff;
}

.section-title p {
    width: 60%;
    margin: auto;
    color: #fff;
    margin-top: 27px;
}

.team-area .section-title h1 {
    color: #032954;
}

.team-area .section-title p {
    width: 100%;
    color: #57647c;
}

.testi-area .section-title p {
    width: 100%;
    color: #D0D8FF;
}

.blog-area .section-title h1  {
     color: #052852;
}

.blog-area .section-title p {
    color: #56647E;
}




/*=================================
<--start-Team-area-->
=================================*/
.team-area {
    padding: 150px 0 121px;
    position: relative;
}

.single-team-box {
    margin-bottom: 30px;
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

.team-social-icon {
    position: absolute;
    left: -100%;
    bottom: 0px;
    background: url(../image/team-shape.png);
    padding: 38px 76px 38px;
    transition: 0.5s;
}

.single-team-box:hover .team-social-icon {
   left: 0;
}

.team-social-icon ul li {
    display: inline-block;
}

.team-social-icon ul li i {
    display: inline-block;
    font-size: 14px;
    background: #022954;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50px;
    margin-right: 3px;
    transition: 0.5s;
}

.team-social-icon ul li i:hover{
    background: #2E6AFF;
}

.team-content {
    box-shadow: 0 0 23px rgba(45,105,255,0.13);
    width: 90%;
    text-align: center;
    padding: 16px 0px 24px;
}

.team-content h4 a {
    font-size: 20px;
    font-weight: 500;
    color: #032954;
}

.single-team-box:hover .team-content h4 a{
    color:#2E6AFF;
}

.team-content p {
    font-size: 15px;
    margin-top: 6px;
}


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-prev {
    position: absolute;
    left: -67%;
    top: 53%;
}

.owl-prev i {
    display: inline-block;
    color: #3069FF;
    border: 1px solid #3069FF;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    transition: 0.5s;
}

.owl-prev i:hover{
    background: #3069FF;
    color: #FFF;
   border: 1px solid #3069FF;
}

.owl-next {
    position: absolute;
    top: 53%;
    left: -56%;
}

.owl-next i {
    display: inline-block;
    color: #FFF;
    border: 1px solid #3069FF;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    background:#3069FF;
    transition: 0.5s;
}

.owl-next i:hover{
    background: transparent;
    color: #3069FF;
   border: 1px solid #3069FF;
}

/*=================================
<--start-Testimonail-area-->
=================================*/
.testi-area {
    padding: 132px 0 149px;
    background: url(../image/testi-bg.jpg);
    background-repeat: no-repeat;
}

.testi-area.add-inner-class {
    margin-bottom: 150px;
}

.testi-box {
    position: relative;
}

.testi-thumb img {
    float: left;
    padding-right: 22px;
    margin-top: -10px;
}


.testi-content h4 {
    font-size: 20px;
    color: #fff;
}

.testi-content p {
    font-size: 17px;
    color: #fff;
    margin-top: 9px;
}

.quote-icon {
    position: absolute;
    right: 48px;
    bottom: -21px;
}

.quote-icon i {
    color: #97B4FF;
    display: inline-block;
    font-size: 100px;
}

/*=================================
<--start-blog-area-->
=================================*/

.blog-area {
    padding: 132px 0 130px;
}

.blog-area.blog-grid {
    padding: 150px 0 128px;
}

.single-blog-box {
    margin-bottom: 20px;
}

.blog-thumb{
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box:hover .blog-thumb img{
    transform: scale(1.1);
}

.blog-content {
    background: #F1F4FB;
    padding: 30px 26px 34px;
}

.meta-blog span.date {
    font-size: 15px;
    color: #616161;
    margin-right: 26px;
    text-transform: uppercase;
}

.meta-blog span.date i {
    display: inline-block;
    color: #5CC5B6;
    font-size: 16px;
    margin-right: 5px;
}

.meta-blog span.comment {
    font-size: 15px;
    color: #616161;
    text-transform: uppercase;
}

.meta-blog span.comment i {
    display: inline-block;
    color: #5CC5B6;
    font-size: 16px;
    margin-right: 5px;
}

.blog-content h4.title a {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    display: inline-block;
    color: #032954;
    font-family: 'Space Grotesk', sans-serif;
}

.single-blog-box:hover .blog-content h4.title a{
    color: #2D69FF;
}

/*=================================
<--start-subscribe-area-->
=================================*/

.subscribe-area .row.add-bg {
    background: #2D69FF;
    padding: 71px 17px 89px 45px;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}

.subscribe-content h1 {
    font-size: 47px;
    color: #fff;
}

.subscribe-form input {
    width: 62%;
    height: 60px;
    border-radius: 5px;
    outline: 0;
    border: none;
    padding: 0 20px;
    margin-top: 28px;
    position: relative;
}

.subscribe-form button {
    background: #002859;
    color: #fff;
    border: none;
    padding: 15px 34px;
    font-weight: 600;
    border-radius: 5px;
    margin-left: 8px;
}

.subscribe-form p.subscribe-text {
    color: #fff;
    font-size: 16px;
    margin-top: 22px;
}


/*=================================
<--start-footer-area-->
=================================*/
.footer-area {
    background: url(../image/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 292px 0 33px;
    margin-top: -143px;
}

.footer-widget-desc p {
    color: #fff;
    margin-top: 67px;
    margin-bottom: 34px;
}

.footer-social-icon ul li {
    display: inline;
}

.footer-social-icon ul li i {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #00428E;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    margin-right: 3px;
    transition: 0.5s;
}

.footer-social-icon ul li i:hover{
    color:#fff;
    background:#2D69FF;
}
.footer-widget-title h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 70px;
}

.footer-widget-menu ul li {
    list-style: none;
    margin-bottom: 11px;
}

.footer-widget-menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.footer-widget-menu ul li a:hover{
    color: #2D69FF;
}

.footer-widget-menu ul li i {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-right: 12px;
    transition: 0.5s;
}

.footer-widget-menu ul li a:hover i{
    color: #2D69FF;
}

.footer-widget-infor {
    margin-bottom: 30px;
}

.infor-icon i {
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 13px;
    background: #00428E;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    transition: 0.5s;
}

.infor-icon i:hover{
    background:#2D69FF ;
}

.footer-widget-infor-content p {
    color: #fff;
    font-size: 16px;
}

.copyright-area {
    border-top: 1px solid #325885;
    margin-top: 30px;
}

.copyright-area span {
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
}

/*=================================
<--start-bradcumb-area-->
=================================*/

.bradcumb-area {
    background: url(../image/breadcumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 150px 0 150px;
}

.bradcumb-content h1 {
    font-size: 70px;
    color: #fff;
    margin-bottom: 12px;
}

.bradcumb-content ul li {
    display: inline-block;
    color: #ffff;
    font-size: 18px;
}

.bradcumb-content ul li a{
    display: inline-block;
    color: #ffff;
    font-size: 18px;
}

/*=================================
<--start-About-area-->
=================================*/
.about-area {
    padding: 150px 0 0;
}

.about-thumb img {
    width: 100%;
    margin-left: 35px;
}

.about-area .section-title {
    margin-bottom: 59px;
}

.about-area .section-title h1 {
    font-size: 42px;
    color: #032954;
}

.about-area .section-title p {
    color: #57647c;
    margin-top: 27px;
    width: 100%;
}

.about-list-item ul li {
    font-size: 16px;
    color: #032954;
    margin-bottom: 8px;
}

.about-list-item ul li i {
    display: inline-block;
    background: #2D69FF;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 16px;
    margin-right: 9px;
}

.about-area .Dreamhub-button {
    text-align: left;
    margin-top: 28px;
}


/*=================================
<--start-contact-area-->
=================================*/
.contact-area {
    padding: 150px 0 150px;
}

.contact-infor {
    box-shadow: 0px 15px 30px rgb(0 0 0 / 15%);
    padding: 36px 53px 33px;
}

.contact-infor h4 {
    font-size: 26px;
    margin-bottom: 39px;
}

.contact-infor-box {
    margin-bottom: 40px;
}

.contact-infor-icon i {
    float: left;
    font-size: 40px;
    background: #2D69FF;
    color: #ffff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin-right: 18px;
}

.contact-content h6 {
    font-size: 22px;
    margin-bottom: 5px;
}

.contact-content p {
    font-size: 16px;
    line-height: 23px;
}

.contact-form {
    box-shadow: 0px 15px 30px rgb(0 0 0 / 15%);
    padding: 36px 34px 30px;
}

.contact-form h4 {
    font-size: 26px;
    margin-bottom: 39px;
}

.contact-form input {
    width: 100%;
    height: 46px;
    margin-bottom: 24px;
    padding: 0 13px;
    border: 1px solid rgba(119,119,119,.2);
    border-radius: 5px;
}

.contact-form textarea {
    width: 100%;
    height: 130px;
    border: 1px solid rgba(119,119,119,.2);
    padding: 10px 13px;
    border-radius: 5px;
}

.contact-form button {
    background: #2D69FF;
    border: transparent;
    color: #fff;
    padding: 11px 17px;
    border-radius: 5px;
    margin-top: 16px;
}

.google-map iframe {
    width: 100%;
    height: 600px;
    margin-bottom: -164px;
}


/*=================================
<--start-service-area -->
=================================*/
.service-area {
    padding: 131px 0 127px;
}

.service-area .section-title h1 {
    font-size: 46px;
    color: #032954;
}

.service-box {
    border: 1px solid #eee;
    padding: 33px 40px 25px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    margin-bottom: 20px;
}

.service-box:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:#2D69FF;
    z-index: -1;
    border-radius: 4px;
    transform:scaleX(0);
    transition: 0.5s;
}

.service-box:hover:before{
    transform:scaleX(100%);
}

.icon-box img{
    transition: 0.5s;
}

.service-box:hover .icon-box img{
    filter: brightness(0) invert(1);
}

.service-box h4 {
    font-size: 22px;
    padding: 14px 0 18px;
}

.service-box:hover h4{
    color:#fff;
}

.service-box p{
    transition: 0.5s;
}
.service-box:hover  a.service-button,
.service-box:hover p{
    color:#fff;
}

.service-box a.service-button {
    display: inline-block;
    margin-top: 16px;
    font-size: 16px;
}

a.service-button i {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
}

/*=================================
<--start-service-detials-area -->
=================================*/

.service-detials-area {
    padding: 150px 0 118px;
}

/*widget search*/

.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
}


.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #222;
    border: 0;
    border: 2px solid #2D69FF;
    outline: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #2D69FF;
    border-radius: 0 4px 4px 0;
}

/*widget categories box*/

.widget-categories-box {
    background: #fff;
    padding: 42px 40px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
}

/*title*/

.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid #2D69FF;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
    padding-left: 10px;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 24px;
    width: 3px;
    background: #2D69FF;
}

/*categories menu*/

.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: transparent;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    border: 2px solid #2D69FF;
    position: relative;
    z-index: 1;
}

.widget-categories-menu ul li:hover {
    border: 2px solid #2D69FF;
}

.widget-categories-menu ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #2D69FF;
    transition: .5s;
    z-index: -1;
}

.widget-categories-menu ul li:hover:before{
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    color:#2D69FF;
    transition: .5s;
}

.widget-categories-menu ul li a span {
    display: inline-block;
    float: right;
    background: #2D69FF;
    height: 22px;
    width: 22px;
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
    color: #fff;
    line-height: 22px;
    transition: .5s;
}

.widget-categories-menu ul li:hover a span {
    background: #fff;
    color: #2D69FF;
}

.widget-categories-menu ul li:hover a {
    color: #fff;
}

.pdf-button a {
    display: block;
    background:#2D69FF;
    padding: 15px 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.pdf-button a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}

/* Sidber Recent Post */

.sidber-widget-recent-post {
    margin-bottom: 20px;
    background: #F3F3F5;
    overflow: hidden;
}

.recent-widget-thumb {
    float: left;
    margin-right: 25px;
}

.sidber-widget-recent-post .recent-widget-content {
    padding-top: 20px;
}

.sidber-widget-recent-post .recent-widget-content a {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.recent-widget-content a:hover{
    color:#2D69FF ;
}

.sidber-widget-recent-post .recent-widget-content span i {
    margin-right: 7px;
    color: #222;
}

.recent-widget-content span {
    font-size: 14px;
    color: #2D69FF;
    padding-top: 7px;
    display: block;
}
/* Sidber Achivement CSS */

.widget-achivement ul li {
    list-style: none;
    margin-bottom: 6px;
}

.widget-achivement ul li a i {
    font-size: 17px;
    margin-right: 3px;
}

.widget-achivement ul li a {
    font-weight: 600;
    transition: .5s;
}

.widget-achivement ul li a span {
    float: right;
}

.widget-achivement ul li a:hover{
    color:#2D69FF;
}

/* Sidber Widget Gallery CSS */

.widget-gallery {
    overflow: hidden;
}

.widget-gallery-thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Sidber Widget Tags CSS */
.widget-tags a {
    display: inline-block;
    border: 2px solid #2D69FF;
    padding: 3px 20px;
    margin: 4px 3px;
    border-radius: 2px;
    color: #2D69FF;
    font-weight: 500;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    background: #2D69FF;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.widget-tags a:hover{
    color: #fff;
    border-color: #2D69FF;
}

.widget-tags a:hover:before{
    width: 102%;
}

/* Service Details Content CSS */

.service-details-main-title {
    padding: 20px 0 18px;
}

.service-details-main-title h1 {
    font-size: 36px;
    text-transform: capitalize;
}

.service-details-text p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
}

.service-details-video-thumb {
    position: relative;
    padding-top: 20px;
}

.service-details-overview-title {
    padding: 22px 0 15px;
}

.service-details-overview-title h2 {
    font-size: 30px;
}

.service-details-overview-text p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 10px;
}

.service-details-overview-text p {
    text-align: justify;
}

.service-details-overview-list ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-right: 12px;
    padding-bottom: 12px;
    font-size: 16px;
}

.service-details-overview-list ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    height: 12px;
    width: 12px;
    background: #2D69FF;
    border-radius: 50%;
}

.service-details-choose-us {
    padding-bottom: 10px;
}

.service-details-choose-us-title {
    padding: 5px 0 15px;
}

.service-details-choose-us-title h2 {
    font-size: 30px;
}

.service-details-box {
    background: #F3F3F5;
    padding: 30px 30px 21px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 20px;
}

.service-details-number {
    position: absolute;
    right: 60px;
}

.service-details-number h2 {
    font-size: 48px;
    text-transform: none;
    margin: 0;
    margin: 0;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0E1317;
    opacity: .5;
}

.service-details-icon i {
    font-size: 50px;
    color: #2D69FF;
}

.service-details-content h2 {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.service-details-thumb img {
    width: 100%;
}

.service-details-video-thumb-inner img {
    width: 100%;
}

.service-details-content p {
    font-size: 16px;
}


/*=================================
<--start-blog-detials-area -->
=================================*/

.blog-detials-area {
    padding: 148px 0 146px;
}
.blog-detials-area.blog-tow-column {
    padding: 150px 0 120px;
}
.blog-detials-area.blog-list {
    padding: 150px 0 120px;
}

.blog-details-main {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}

.blog-details-meta {
    background: #F3F3F5;
    padding: 16px 30px;
}

.blog-details-meta span {
    margin-right: 30px;
}

.blog-details-meta span i {
    color: #2D69FF;
    padding-right: 5px;
}

.blog-details-content {
    padding: 20px 0 18px;
}

.blog-details-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-details-des {
    padding: 30px 0 10px;
}

.blog-details-blockquote {
    background: rgba(45,105,255,0.9);
    padding: 40px 38px 26px;
    position: relative;
    margin-bottom: 10px;
}

.blog-details-blockquote::before {
    position: absolute;
    content: "";
    background: url(https://html.ditsolution.net/drtheme/dreamhub/law-consulting/assets/images/resource/quite.png);
    top: 40px;
    left: 60px;
    height: 75px;
    width: 75px;
    background-repeat: no-repeat;
}

.blog-details-blockquote blockquote {
    font-size: 18px;
    color: #0E1317;
    font-weight: 500;
    font-family: 'Open Sans';
}

.blog-details-video-thumb {
    margin-top: 30px;
    position: relative;
}

.blog-details-video-thumb img {
    width: 100%;
}

.blog-details-video-thumb-inner img {
    width: 100%;
}

.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #2D69FF;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 25px;
    z-index: 1;
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}


.blog-details-content h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}

.blog-details-content-list {
    margin-bottom: 30px;
}

.blog-details-content-list p i {
    font-size: 14px;
    height: 32px;
    width: 32px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 31px;
    border-radius: 100%;
    margin-right: 15px;
}

.blog-detials-area .blog-content {
    padding: 20px 30px 38px;
}

.blog-details-button a {
    display: inline-block;
    border: 2px solid #2D69FF;
    padding: 3px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.blog-details-button a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -1px;
    height: 104%;
    width: 104%;
    background: linear-gradient(to right, #2D69FF 6%, #2D69FF 96%);
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.blog-details-button a.active {
    border-color: #2D69FF;
    background: transparent;
    color: #2D69FF;
    transition: .5s;
    margin-left: 10px;
}

.blog-details-button a.active:before{
    background: transparent;
}

.blog-details-button a.active:hover:before{
    background: linear-gradient(to right, #2D69FF 6%, #2D69FF 96%);
}

.blog-details-button a.active:hover{
    color: #fff;
    border-color: #2D69FF;
}

.blog-details-social {
    text-align: right;
}

.blog-details-social a {
    display: inline-block;
    border: 2px solid #2D69FF;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    transition: .5s;
    margin-left: 5px;
}

.blog-details-social a:hover{
    background: #2D69FF;
    border-color: #2D69FF;
    color: #fff;
}

/* Blog Details Author */

.blog-details-author {
    border-top: 2px solid #CED3D9;
    padding-top: 40px;
    margin-top: 32px;
}

.blog-details-author-inner {
    background: #F3F3F5;
    padding: 30px 30px 25px;
}

.blog-details-author-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-author-content h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 12px;
}

/* Comment CSS */

.blog-details-comment {
    margin-bottom: 10px;
    position: relative;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    font-size: 18px;
    margin-top: 0;
}

.blog-details-comment-content span {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.blog-details-comment-reply {
    position: absolute;
    right: 25px;
}

.blog-details-comment-reply a {
    background: linear-gradient(to right, #2D69FF 6%, #2D69FF 96%);
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
}

.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid #2D69FF;
}

/* Blog Details Contact */

.blog-details-contact {
    border-top: 2px solid #2D69FF;
    margin: 12px 20px 10px;
    padding-top: 8px;
}

.input-box input {
    outline: oldlace;
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid #EEEE;
    padding: 0 20px;
}

.input-box textarea {
    width: 100%;
    height: 200px;
    outline: 0;
    border: 1px solid #EEE;
    border-radius: 5px;
    padding: 12px 23px 0;
}

.input-button button {
    background: #2D69FF;
    color: #fff;
    border: transparent;
    padding: 12px 18px;
    border-radius: 5px;
    margin-top: 28px;
}

/*=================================
<--start-faqs-area-->
=================================*/

.faqs-area {
    padding: 123px 0 150px;
}

.faqs-content {
    margin-top: 27px;
}

.faqs-content h4 {
    font-size: 22px;
    margin-bottom: 11px;
    display: inline-block;
}

.accordion li {
    position: relative;
    list-style: none;
    background: #fff;
    margin-top: 22px;
    box-shadow: 0 0 1px #a59090;
    padding: 1px 0 15px;
}

.accordion li p {
    display: none;
    font-size: 16px;
    font-weight: 400;
    width: 75%;
    line-height: 25px;
    margin-left: 21px;
    margin-top: -6px;
}

.accordion h3 {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    line-height: 3;
    font-size: 14px;
    font-size: 0.875rem;
    text-indent: 31px;
    user-select: none;
    font-size: 18px;
    color: #000000;
}

.accordion h3::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    right: 23px;
    content: " ";
    top: 38px;
    transform: rotate(403deg);
    -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(225deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
} 

/*======================================
  <--start-portfolio-area-->
========================================*/
.portfolio-area {
    padding: 135px 0 119px;
}

.portfolio-area .section-title h1 {
    color: #032954;
}

.portfolio-area  .section-title p {
    width: 48%;
    color: #57647c;;
}

/* portfolio menu */
.portfolio_menu {
    text-align: center;
    padding: 0 0 45px;
}

li.current_menu_item {
    background: #2D69FF !important;
}

.portfolio_menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    cursor: pointer;
    padding: 7px 30px;
    background: #032954;
    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: #2D69FF;
    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: rgba(45,105,255,0.6);
    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: 35px;
}

.poftolio-content {
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: -50%;
    left: 5%;
    width: 90%;
    border-radius: 0;
    transition: 0.5s;
    height: 102px;
    padding: 15px 0 6px;
}

.single-portfolio-box:hover .poftolio-content{
    bottom:0;
}

.poftolio-content h6 {
    font-size: 18px;
    color: #2D69FF;
    margin-top: 10px;
}

.poftolio-content h4 a {
    font-size: 16px;
    color: #222;
    margin-top: -16px;
    transition: 0.5s;
    font-weight: 600;
}

.poftolio-content h4 a:hover{
    color:#2D69FF;
}


/*===========================
<-- portfolio-details-css-->
=============================*/
.portfolio-details-area {
    padding: 148px 0 145px;
}

.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 #2D69FF;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    color: #2D69FF;
    margin-left: 6px;
    transition: 0.5s;
    font-size: 15px;
}

.port-dtl-social-icon ul li i:hover{
    background:#2D69FF;
    color: #fff;
}

.port-dlt-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 27px 0 10px;
}

.port-dlt-text p {
    text-align: justify;
}


/*=================================
<--start-pricing-area-->
=================================*/

.pricing-area {
    padding: 135px 0 148px;
    background: #f6f6f6;
}

.pricing-area .section-title h1 {
 color: #032954;
}

.pricing-content {
    background-color: #ffff;
    padding: 0 0 39px;
}

.pricing-head {
    border-bottom: 1px solid #e7e2e2ee;
}

.pricing-head-title h4 {
    background-color: #2D69FF;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 28px 0;
    font-size: 22px;
    margin: 0;
}

.pricing-rate h4 {
    text-align: center;
    font-size: 40px;
    color: #282828;
    padding: 16px 0 21px;
}

.pricing-head-text p {
    text-align: center;
    width: 50%;
    margin: auto;
    margin-bottom: 27px;
}

.pricing-body {
    margin-left: 29%;
    margin-top: 27px;
    position: relative;
}

.price-featur ul li {
    list-style: none;
    margin-bottom: 4px;
    position: relative;
}

.price-featur ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 11px;
    left: -22px;
    background: #2D69FF;
    border-radius: 60px;
}

.picing-button a {
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 40px;
    border: 1px solid  #2D69FF;
    background-image: -webkit-linear-gradient(30deg, #2D69FF 50%, transparent 50%);
    background-image: linear-gradient(30deg, #2D69FF 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;
}

.picing-button a:hover{
  background-position: 100%;
   color: #2D69FF;
}


/*=================================
<--start-scroll-up-area-->
=================================*/

.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, #2D69FF 0%, #2D69FF 100%);
    background-image: -webkit-linear-gradient(0deg, #2D69FF 0%, #2D69FF 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, #2D69FF 0%, #2D69FF 100%);
    background-image: -ms-linear-gradient(0deg, #2D69FF 0%, #2D69FF 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: #2D69FF;
}

 .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, #2D69FF 0%, #2D69FF 100%);
    background-image: -webkit-linear-gradient(0deg, #2D69FF 0%, #2D69FF 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: 999999;
}
.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: #2f39e1;
    -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;
}










