



/*==========================
<--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: 16px;
    margin-right: 40px;
    padding: 57px 0;
    font-weight: 400;
    color: #646464;
    position: relative;
}

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

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

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

.header-menu ul li a:hover i{
    color:#0C59DB;
}

/*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: #0C59DB;
    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 #0C59DB;
}
.header-menu ul li .sub-menu li a:hover{
    background: #fff;
    color: #0C59DB;
    border: 1px solid #0C59DB;
}

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

/*--header-button--*/
.header-button {
    display: inline-block;
}

.header-button a {
    display: inline-block;
    color: #fff;
    padding: 12px 35px;
    position: relative;
    z-index: 1;
    background: #0C59DB;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
}

.header-button  a:hover {
    background-color: #FFF;
    color: #0C5ADB;
    transition: 0.5s;
    -webkit-box-shadow: rgb(40, 159, 237) 5px 5px 0px 0px,
        rgb(95, 184, 255) 10px 10px 0px 0px,
        rgb(161, 216, 255) 15px 15px 0px 0px,
        rgb(202, 230, 255) 20px 20px 0px 0px,
        rgb(225, 238, 255) 25px 25px 0px 0px, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: rgb(40, 159, 237) 5px 5px 0px 0px,
        rgb(95, 184, 255) 10px 10px 0px 0px,
        rgb(161, 216, 255) 15px 15px 0px 0px,
        rgb(202, 230, 255) 20px 20px 0px 0px,
        rgb(225, 238, 255) 25px 25px 0px 0px, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

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


/*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(assets/images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 1000px;
    margin-top: -143px;
    position: relative;
}

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

.hero-main-imgs img {
    width: 100%;
    margin-left: 73px;
    margin-top: 77px;
}

.hero-single-imgs1 {
    position: absolute;
    right: -50%;
    top: 29%;
}

.hero-single-imgs2 {
    position: absolute;
    bottom: -21px;
    left: -40px;
}

.hero-single-imgs3 {
    position: absolute;
    left: 54px;
    top: 20%;
}

.hero-single-imgs4 {
    position: absolute;
    top: 71%;
    right: -25%;
}

.hero-content h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #0c5adb;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
}

.hero-content p {
    width: 100%;
    padding: 15px 0 0;
    font-size: 18px;
}

.hero-area .Dreamhub-button {
    margin-top: 53px;
}

.Dreamhub-button a {
    background: #0C5ADB;
    color: #fff;
    padding: 13px 40px;
    border-radius: 30px;
    margin-right: 14px;
    position: relative;
    z-index: 1;
    border: 1px solid #0C5ADB;
    display: inline-block;
}

.Dreamhub-button a:hover {
    background-color: #FFF;
    color: #0C5ADB;
    transition: 0.5s;
    -webkit-box-shadow: rgb(40, 159, 237) 5px 5px 0px 0px,
        rgb(95, 184, 255) 10px 10px 0px 0px,
        rgb(161, 216, 255) 15px 15px 0px 0px,
        rgb(202, 230, 255) 20px 20px 0px 0px,
        rgb(225, 238, 255) 25px 25px 0px 0px, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: rgb(40, 159, 237) 5px 5px 0px 0px,
        rgb(95, 184, 255) 10px 10px 0px 0px,
        rgb(161, 216, 255) 15px 15px 0px 0px,
        rgb(202, 230, 255) 20px 20px 0px 0px,
        rgb(225, 238, 255) 25px 25px 0px 0px, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.Dreamhub-button i {
    margin-left: 6px;
}

.Dreamhub-button a.bg-none {
    background: none;
    border: 1px solid #0C5ADB;
    color: #0C5ADB;
    display: inline-block;
    padding: 12px 40px;
}

.heor-socila-iocn {
    position: absolute;
    left: 4%;
    top: 42%;
}

.heor-socila-iocn ul{
    position: relative;
}

.heor-socila-iocn ul:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 103px;
    left: 17px;
    top: -118px;
    background: #0C5ADB;
    display: inline-block;
}

.heor-socila-iocn ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 103px;
    left: 17px;
    bottom: -118px;
    background: #0C5ADB;
    display: inline-block;
}

.heor-socila-iocn ul li i {
    display: inline-block;
    color: #0C59DB;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    margin-bottom: 9px;
    transition: 0.5s;
}


.heor-socila-iocn ul li i:hover{
    color: #fff;
    background:#0C59DB;
}

.hero-single-shape1 {
    position: absolute;
    top: 18%;
    left: 40%;
}

.hero-single-shape2 {
    position: absolute;
    left: 39%;
    bottom: 21%;
}

.hero-single-shape3 {
    position: absolute;
    left: 10%;
    bottom: 13%;
}


/*==========================
<--start-feature-area -->
===========================*/
.feature-area {
    padding: 106px 0 100px;
}

.feature-box {
    background-color: #f3fbfe;
    text-align: center;
    padding: 39px 24px 32px;
    border-radius: 5px;
    margin-bottom: 20px;
	transition:0.5s;
}
.feature-box:hover{
	box-shadow: 0px 7px 15px rgba(7,76,190,0.05);
}


.feature-box.style-tow {
    box-shadow: 0px 7px 15px rgba(7,76,190,0.05);
    background: transparent;
}

.feature-box.style-four {
    background: #FFFAF4;
}

.feature-content h4 {
    font-size: 18px;
    display: inline-block;
    margin: 32px 0 13px;
}

.feature-content p{
    font-size: 15px;
}

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

.section-title h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0c5adb;
    letter-spacing: 3px;
    margin-bottom: 28px;
}

.section-title.tow {
    margin-bottom: 66px;
}

.section-title h1 {
    font-size: 37px;
}

.section-title p {
    font-size: 16px;
    width: 86%;
    line-height: 26px;
    margin-top: 30px;
}

/*=================================
<--start-About-area-->
=================================*/
.about-area {
    background: #F8F8FF;
    padding: 120px 0 120px;
}

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

.about-area  .Dreamhub-button {
    margin-top: 53px;
}

.about-thumb {
    position: relative;
    margin-left: 20px;
}

.about-single-imgs {
    position: absolute;
    top: 10%;
    left: -22%;
}

.about-counter-shape {
    position: absolute;
    top: 51%;
    left: -32%;
  animation: moveLeftBounce 3s linear infinite;
}

.about-single-shape {
    position: absolute;
    left: -8%;
    bottom: -15%;
}

.about-list-item ul li {
    font-size: 16px;
    color: #071a48;
    margin-bottom: 11px;
}

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


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

.appointment-area {
    padding: 118px 0 62px;
}

.appointment-area .section-title.tow {
    margin-bottom: 25px;
}

.appointment-area .Dreamhub-button {
    margin-top: 53px;
}

.appointmen-list-item ul li {
    font-size: 16px;
    color: #071a48;
    margin-bottom: 11px;
}

.appointmen-list-item ul li i {
    display: inline-block;
    background: #0C5BDA;
    color: #fff;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin-right: 12px;
}

.appointment-thumb {
    position: relative;
}

.appointment-shape1 {
    position: absolute;
    top: 9%;
    right: 3%;
    z-index: -1;
}

.appointment-shape2 {
    position: absolute;
    bottom: 4%;
    left: -8%;
    z-index: -1;
}

/*=================================
<--start-review-area-->
=================================*/
.review-area {
    background: #F8F8FF;
    padding: 107px 0 120px;
}

.review-content h4 {
    font-size: 18px;
    color: #071a48;
    font-weight: 400;
    text-align: center;
    margin-top: 32px;
}

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

.single-service-box {
    background: #FFF5EB;
    padding: 44px 32px 35px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
	transition:0.5s;
}

.single-service-box:hover{
  box-shadow: 0px 7px 15px rgba(7,76,190,0.05);
} 
.single-service-box.box-2 {
    background: #FBEEFF;
}

.single-service-box.box-3 {
    background: #EAF9FF;
}

.single-service-box.box-4 {
    background: #FFF1F8;
}

.single-service-box.box-5 {
    background: #F5FFE6;
}

.single-service-box.box-6 {
    background: #EEF4FF;
}

.service-content h4 {
    font-size: 22px;
    margin-top: 33px;
}

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

.service-content a.service-button {
    display: inline-block;
    font-size: 16px;
    color: #071a48;
}

.service-content a.service-button i {
    display: inline-block;
    margin-left: 9px;
    position: relative;
    top: 2px;
    font-size: 17px;
}


/*=================================
<--start-Team-area-->
=================================*/
.team-area {
    padding: 109px 0 110px;
    background: #F8F8FF;
}

.team-area .section-title.tow {
    margin-bottom: 60px;
}

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

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

.team-thumb img {
    width: 100%;
    border-radius: 5px;
}

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

.team-social-icon {
    position: absolute;
    left: -50%;
    bottom: 14%;
    background: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    transition: 0.5s;
}

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

.team-social-icon:hover{
    background:#095BDB;
}

.team-social-icon ul li i {
    display: inline-block;
    font-size: 15px;
    margin-right: 8px;
    color: #095BDB;
}

.team-social-icon:hover i{
    color: #fff;
}

.team-content {
    text-align: center;
    margin-top: 26px;
}

.team-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #071a48;
    margin: 0;
}

.team-content p {
    font-size: 14px;
    color: #0c5adb;
    text-transform: uppercase;
    margin-top: 8px;
}

/*=================================
<--start-Testimonail-area-->
=================================*/
.testi-area {
    padding: 110px 0 114px;
}

.single-testi-box {
    text-align: center;
    position: relative;
}

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

.testi-content p {
    font-size: 20px;
    width: 65%;
    line-height: 35px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 53px;
}

.testi-content h4 {
    font-size: 22px;
}

.testi-content span {
    font-size: 16px;
    color: #0c5adb;
    margin-top: 9px;
    display: inline-block;
}

.owl-nav {
    position: relative;
}

.owl-prev {
    position: absolute;
    top: -196px;
    left: 72px;
}

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

.owl-prev i:hover{
    background:#0C5ADB;
    color: #fff;
}

.owl-next {
    position: absolute;
    top: -196px;
    right: 72px;
}

.owl-next i {
    color: #85ACED;
    display: inline-block;
     border: 2px solid #85ACED;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    transition: 0.5s;
}

.owl-next i:hover{
    background:#0C5ADB;
    color: #fff;
}



/*=================================
<--start-subscribe-area-->
=================================*/
.subscribe-area {
    background: url(assets/images/subscribe-bg.jpg);
    padding: 106px 0 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.subscribe-area .section-title {
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.subscribe-area .section-title h1 {
    color: #fff;
}

.subscribe-area  .section-title p {
    width: 51%;
    margin: auto;
    margin-top: 30px;
    color: #fff;
}

.subscribe-form {
    z-index: 1;
    position: relative;
}

.subscribe-form input {
    width: 48%;
    height: 60px;
    border-radius: 30px;
    outline: 0;
    border: transparent;
    padding: 0 20px;
    position: relative;
    margin-right: -35px;
}

.subscribe-form button {
    float: right;
    position: absolute;
    margin-top: 6px;
    background: #0C59DB;
    color: #fff;
    border: transparent;
    padding: 10px 38px;
    margin-left: -109px;
    border-radius: 30px;
    display: inline-block;
}

.subscribe-imgs-shape1 {
    position: absolute;
    bottom: -16px;
    left: 18%;
}

.subscribe-imgs-shape2 {
    position: absolute;
    top: 50px;
    right: -71%;
}

.subscribe-imgs-shape3 {
    position: absolute;
    bottom: 41%;
    left: 18%;
}

.subscribe-imgs-shape4 {
    position: absolute;
    right: -75%;
    top: 50%;
}
/*=================================
<--start-blog-area-->
=================================*/

.blog-area {
    padding: 108px 0 98px;
    background: #F8F8FF;
}

.blog-area .Dreamhub-button {
    text-align: right;
}

.blog-area.blog-grid {
    padding: 120px 0 99px;
}
.single-blog-box {
    margin-bottom: 20px;
    position: relative;
}

.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 {
    padding: 16px 40px 23px;
    box-shadow: 0px 10px 10px rgba(39,104,211,0.05);
    background: #fff;
}

.meta-blog {
    position: absolute;
    top: 5%;
    left: 7%;
}

.meta-blog span {
    background: #0C5ADB;
    color: #fff;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 14px;
}

.blog-content h4.title a {
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
    display: inline-block;
    color: #071a48;
}

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



/*=================================
<--start-footer-area-->
=================================*/
.footer-area {
    background: url(assets/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0 33px;
    position: relative;
}

.footer-logo {
    z-index: 1;
    position: relative;
}

.footer-widget-desc p {
    color: #fff;
    margin-top: 59px;
    margin-bottom: 34px;
    width: 86%;
    z-index: 1;
    position: relative;
}

.footer-widget-text-tow p {
    font-size: 16px;
    color: #fff;
    width: 85%;
    margin-bottom: 20px;
}

.footer-social-icon ul li {
    display: inline;
    z-index: 1;
    position: relative;
}

.footer-social-icon ul li i {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #5E92E6;
    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:#0B5ADB;
    background:#FFF;
}

.footer-widget-content {
    position: relative;
    z-index: 1;
}

.footer-widget-title h4 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 45px;
    font-weight: 500;
    position: relative;
    z-index: 9999;
}

.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;
    z-index: 999;
    position: relative;
}

.footer-widget-menu ul li a:hover {
    margin-left: 5px;
}

.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: #0C59DB;
}

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

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

.infor-icon i:hover{
    background:#fff;
      color:#0B5ADB;
}

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

.footer-single-shape {
    position: absolute;
    left: -67%;
    bottom: -24%;
}

.footer-shape-2 {
    position: absolute;
    left: 66%;
    top: 9%;
}

.footer-shape-3 {
    position: absolute;
    bottom: 11%;
    left: 15%;
}

.copyright-area {
    border-top: 1px solid #4D85E6;
    margin-top: 57px;
}

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


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

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

.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-contact-area-->
=================================*/
.about-area.inner-pages {
    background: #F8F8FF;
    padding: 120px 0 120px;
}

.row.margin-left {
    margin: 0 37px 0 -25px;
}

.about-imgs-3 {
    overflow: hidden;
}
.about-imgs-2 {
    margin-top: 30px;
}
.about-imgs-3 img {
    border-radius: 50%;
    border-bottom-left-radius: 0;
    transition: 0.5s;
}

.about-thumb:hover .about-imgs-3 img{
    transform: scale(1.1);
}

.about-imgs-4{
    overflow: hidden;
}
.about-imgs-4 img {
    border-radius: 174px;
    border-top-right-radius: 0;
    transition: 0.5s;
}

.about-thumb:hover .about-imgs-4 img{
    transform: scale(1.1);
}

/*=================================
<--start-counter-area-->
=================================*/
.counter-area {
    background: #0C59DB;
    padding: 95px 0 80px;
}

.counter-box {
    text-align: center;
}

.counter-content h4 {
    font-size: 44px;
    color: #fff;
    display: inline-block;
}

.counter-content span {
    font-size: 45px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

.counter-content p {
    color: #fff;
    margin-top: 6px;
}





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

.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: #0C59DB;
    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: #0C59DB;
    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-detials-area -->
=================================*/

.service-detials-area {
    padding: 119px 0 87px;
}

/*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 #0C59DB;
    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: #0C59DB;
    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 #0C59DB;
    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: #0C59DB;
}

/*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 #0C59DB;
    position: relative;
    z-index: 1;
}

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

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

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

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

.widget-categories-menu ul li a span {
    display: inline-block;
    float: right;
    background: #0C59DB;
    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: #0C59DB;
}

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

.pdf-button a {
    display: block;
    background:#0C59DB;
    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: 20px;
    font-weight: 700;
    line-height: 26px;
}

.recent-widget-content a:hover{
    color:#0C59DB ;
}

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

.recent-widget-content span {
    font-size: 14px;
    color: #0C59DB;
    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:#0C59DB;
}

/* 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 #0C59DB;
    padding: 3px 20px;
    margin: 4px 3px;
    border-radius: 2px;
    color: #0C59DB;
    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: #0C59DB;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.widget-tags a:hover{
    color: #fff;
    border-color: #0C59DB;
}

.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: #0C59DB;
    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: #0C59DB;
}

.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: 120px 0 119px;
}

.blog-detials-area.blog-tow-column {
    padding: 120px 0 90px;
}
.blog-detials-area.blog-list {
    padding: 120px 0 92px;
}

.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: #0C59DB;
    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(assets/images/resource/quite.html);
    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: #0C59DB;
    -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 #0C59DB;
    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, #0C59DB 6%, #0C59DB 96%);
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.blog-details-button a.active {
    border-color: #0C59DB;
    background: transparent;
    color: #0C59DB;
    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, #0C59DB 6%, #0C59DB 96%);
}

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

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

.blog-details-social a {
    display: inline-block;
    border: 2px solid #0C59DB;
    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: #0C59DB;
    border-color: #0C59DB;
    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, #0C59DB 6%, #0C59DB 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 #0C59DB;
}

/* Blog Details Contact */

.blog-details-contact {
    border-top: 2px solid #0C59DB;
    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: #0C59DB;
    color: #fff;
    border: transparent;
    padding: 12px 18px;
    border-radius: 5px;
    margin-top: 28px;
}

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

.faqs-area {
    padding: 93px 0 120px;
}

.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: 108px 0 88px;
}

.portfolio-area  .section-title {
    margin-bottom: 68px;
}

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

.portfolio-area  .section-title p {
    width: 48%;
    color: #57647c;
    margin: auto;
    margin-top: 22px;
}

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

li.current_menu_item {
    background: #0C59DB !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: #0C59DB;
    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: #0C59DB;
    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:#0C59DB;
}


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

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

.port-dtl-social-icon ul li i:hover{
    background:#0C59DB;
    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: 108px 0 118px;
    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: #0C59DB;
    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: #0C59DB;
    border-radius: 60px;
}

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


/*=================================
<--start-inner-appointment-area-->
=================================*/
.appointment-area-tow {
    background: #F8F8FF;
    padding: 107px 0 80px;
}

.appointment-area-tow .section-title {
    margin-bottom: 22px;
}

.appointment-thumb-tow img {
    width: 100%;
}

  .formbold-mb-5 {
    margin-bottom: 20px;
  }
  .formbold-pt-3 {
    padding-top: 12px;
  }
  .formbold-main-wrapper {
    padding: 48px;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
  }
  .formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
  }
  .formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

 .formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: #0C59DB;
    color: white;
    width: 100%;
    cursor: pointer;
}

  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }

  .formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
  }
  .formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex {
    display: flex;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .w-full {
    width: 100%;
  }
  @media (min-width: 540px) {
    .sm\:w-half {
      width: 50%;
    }
  }




/*=================================
    <--skill-bar-area-->
================================*/
.skill-bar-area {
    padding: 107px 0 105px;
}

.skill-bar-area .Dreamhub-button {
    text-align: right;
}

.skill-thumb img {
    width: 100%;
}

.skill {
    margin-bottom: 40px;
    position: relative;
    overflow-x: hidden;
}

.skill > p {
    font-size: 18px;
    font-weight: 700;
    color: #1a1716;
    margin: 0;
}

.skill:before {
    width: 93%;
    height: 5px;
    content: "";
    display: block;
    position: absolute;
    background: #959595;
    bottom: 23px;
}

.skill-bar {
    width: 74%;
    height: 5px;
    background: #0C59DB;
    display: block;
    position: relative;
}

.skill-bar span {
    font-size: 18px;
    /* padding: 3px 0; */
    font-weight: 500;
    float: right;
    top: -34px;
    position: relative;
}

.skill-bar {
    position: relative;
  
}

.skill1 .skill-count1 {
    right: 0;
}

/* SKILL 2 */
.skill2{
    width: 85%;
}

.skill2 .skill-count2 {
    right: 0;
}



/*=================================
<--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, #0C59DB 0%, #0C59DB 100%);
    background-image: -webkit-linear-gradient(0deg, #0C59DB 0%, #0C59DB 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, #0C59DB 0%, #0C59DB 100%);
    background-image: -ms-linear-gradient(0deg, #0C59DB 0%, #0C59DB 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: #0C59DB;
}

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



/*=================================
 <--All-porject-Animation-css-->
================================*/
.bounce-animate1 {
    animation-name: float-bob1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob1;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob1;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob1;
    -o-animation-duration: 4s;
    -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(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}


.rotateme{
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotateme {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes alltuchtopdown{
0%{
-webkit-transform:rotateX(0deg) translateY(0px);
-ms-transform:rotateX(0deg) translateY(0px);
transform:rotateX(0deg) translateY(0px)
}
50%{
-webkit-transform:rotateX(0deg) translateY(-20px);
-ms-transform:rotateX(0deg) translateY(-20px);
transform:rotateX(0deg) translateY(-20px)
}
100%{
-webkit-transform:rotateX(0deg) translateY(0px);
-ms-transform:rotateX(0deg) translateY(0px);
transform:rotateX(0deg) translateY(0px)
}
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance 3s alternate infinite;
  animation: dance 3s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.0);
  }
}
