
p {
    line-height: 1.7;
}

a {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

button:focus {
    outline: 0;
}

.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*-- End Default CSS --*/
/*-- Preloader CSS --*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 110vw;
    height: 110vh;
    z-index: 99999;
    background: #0046c0;
}

.spinner {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*-- End Preloader CSS --*/
/*----- Home Page One -----*/
/*-- Header Top --*/
.header-top {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #ffffff;
    z-index: 1;
}

.header-top-item .header-top-left ul {
    margin: 0;
    padding: 0;
}

.header-top-item .header-top-left ul li {
    display: inline-block;
    list-style-type: none;
    font-weight: 500;
    font-size: 14px;
    color: #4a6f8a;
    margin-right: 25px;
}

.header-top-item .header-top-left ul li:last-child {
    margin-right: 0;
}

.header-top-item .header-top-left ul li a {
    display: inline-block;
    color: #4a6f8a;
}

.header-top-item .header-top-left ul li a:hover {
    color: #0046c0;
}

.header-top-item .header-top-left ul li a i {
    color: #0046c0;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.header-top-item .header-top-right {
    text-align: right;
}

.header-top-item .header-top-right ul {
    margin: 0;
    padding: 0;
}

.header-top-item .header-top-right ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}

.header-top-item .header-top-right ul li:last-child {
    margin-right: 0;
}

.header-top-item .header-top-right ul li a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border: 1px solid transparent;
    background-color: #0046c0;
}

.header-top-item .header-top-right ul li a:hover {
    color: #0046c0;
    background-color: transparent;
    border: 1px solid #0046c0;
}

/*-- End Header Top --*/
/*-- Navbar --*/
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
    width: 95px;
}

.main-nav {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.main-nav nav {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.main-nav nav .navbar-nav {
    margin-right: auto;
    margin-left: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a {
    color: #0046c0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px #ddd;
    box-shadow: 0px 0px 15px 0px #ddd;
    border: 0;
    border-left: 3px solid #0046c0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px dashed #0046c047;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #4a6f8a;
    font-size: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #0046c0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #0046c0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a.active {
    color: #0046c0;
}

.main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    color: #4a6f8a;
    text-transform: capitalize;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
    color: #0046c0;
}

.search-icon {
    font-size: 16px;
    border: 0;
    outline: none;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #0046c0;
    background-color: #d8e0e8;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.search-icon:hover {
    background-color: #111111;
    color: #ffffff;
}


/*-- End Navbar --*/
/*-- Home Slider --*/
.slider-item-img {
    background-image: url("../img/home-one/1.jpg");
}

.slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 730px;
    position: relative;
}

.slider-item .slider-shape img {
    position: absolute;
    top: 76px;
    right: -110px;
    max-width: 600px;
}

.slider-item .slider-shape-two img {
    position: absolute;
    top: 50px;
    right: -80px;
    max-width: 600px;
}

.slider-item .slider-shape-three img {
    position: absolute;
    top: 55px;
    right: -50px;
    max-width: 600px;
}

.slider-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #2451cf;
    opacity: .80;
}

.slider-item .slider-text {
    position: relative;
    margin-top: -160px;
}

.slider-item .slider-text h1 {
    font-weight: 700;
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: 0;
}

.slider-item .slider-text p {
    color: #ffffff;
    font-weight: 40;
    margin-bottom: 40px;
    max-width: 575px;
    margin-left: 0;
}

.common-btn a {
    display: inline-block;
    color: #2451cf;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 22px;
    border-radius: 5px;
    margin-right: 20px;
    border: 2px solid transparent;
}

.common-btn a:hover {
    background : #073586;
    color : #fff;
}

.common-btn a:last-child {
    margin-right: 0;
}

.common-btn .cmn-btn-right {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding-left: 25px;
    padding-right: 25px;
}
.common-btn{
    padding: 10px 0;
}
.common-btn .cmn-btn-right:hover {
    color: #0046c0;
    background-color: #ffffff;
}

.home-slider .owl-prev {
    position: absolute;
    top: 45%;
    left: 15px;
    width: 55px;
    height: 55px;
    line-height: 55px !important;
    font-size: 28px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    background-color: #2459b8 !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.home-slider .owl-prev:hover {
    color: #ffffff !important;
    background-color: #111111 !important;
}

.home-slider .owl-next {
    position: absolute;
    top: 45%;
    right: 15px;
    width: 55px;
    height: 55px;
    line-height: 55px !important;
    font-size: 28px !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    background-color: #2459b8 !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.home-slider .owl-next:hover {
    color: #ffffff !important;
    background-color: #111111 !important;
}

.home-slider.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 150px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.home-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 4px;
    background-color: #0046c0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.home-slider.owl-theme .owl-dots .owl-dot.active span, .home-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
    width: 30px;
}

/*-- End Home Slider --*/
/*-- Counter --*/
.counter-bg {
    background-image: url("../img/home-one/3.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 45px;
    padding-bottom: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 30px 0px #dddddda6;
    box-shadow: 0px 0px 30px 0px #dddddda6;
    margin-top: -140px;
    position: relative;
    z-index: 1;
}

.counter-item {
    margin-bottom: 30px;
    text-align: center;
}

.counter-item i {
    display: block;
    color: #0046c0;
    font-size: 45px;
    margin-bottom: 20px;
}

.counter-item h3 {
    font-weight: 700;
    font-size: 48px;
    color: #0046c0;
    margin-bottom: 8px;
}

.counter-item p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}

/*-- End Counter --*/
/*-- About --*/
.about-item {
    margin-bottom: 30px;
}

.about-item h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-item p {
    margin-bottom: 40px;
}

.about-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.about-item ul li {
    list-style-type: none;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 12px;
}

.about-item ul li:last-child {
    margin-bottom: 0;
}

.about-item ul li i {
    display: inline-block;
    margin-right: 10px;
    color: #0046c0;
    font-size: 23px;
    position: relative;
    top: 2px;
}

.about-item a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background-color: #0046c0;
    font-weight: 500;
    padding: 20px 45px;
    border-radius: 5px;
}

.about-item a:hover {
    color: #fff;
    background-color: #073586;
}

.about-left {
    position: relative;
}

.about-left img {
    width: 100%;
    z-index: 1;
    border-radius: 10px;
    -webkit-animation: a-seven 10s infinite linear;
    animation: a-seven 10s infinite linear;
}

.about-left:before {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    width: 430px;
    height: 375px;
    border-radius: 10px;
    z-index: -1;
    -webkit-animation: a-one 5s infinite linear;
    animation: a-one 5s infinite linear;
    background-color: #0046c0;
}

.about-left:after {
    position: absolute;
    content: '';
    bottom: -10px;
    right: -10px;
    width: 430px;
    height: 375px;
    border-radius: 10px;
    z-index: -1;
    -webkit-animation: a-two 5s infinite linear;
    animation: a-two 5s infinite linear;
    background-color: #0046c0;
}

@-webkit-keyframes a-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes a-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-20px, -20px);
        transform: translate(-20px, -20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes a-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes a-two {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(20px, 20px);
        transform: translate(20px, 20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.about-right {
    padding-left: 40px;
    position: relative;
}

.about-right img {
    position: absolute;
    top: -55px;
    right: 0;
    z-index: -1;
    width: 500px;
    -webkit-animation: a-three 5s infinite linear;
    animation: a-three 5s infinite linear;
}

@-webkit-keyframes a-three {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 35px);
        transform: translate(0, 35px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes a-three {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, 35px);
        transform: translate(0, 35px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*-- End About --*/
/*-- Services --*/
.section-title {
    margin-bottom: 50px;
    margin-top: -7px;
}

.section-title h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
}

.section-title h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 80px;
    height: 5px;
    background-color: #0046c0;
    border-radius: 5px;
}

.service-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 25px 0px #ddddddbf;
    box-shadow: 0px 0px 25px 0px #ddddddbf;
    text-align: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.service-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .50;
    background-color: #0046c0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.service-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service-item:hover:before {
    opacity: 1;
}

.service-item:hover .service-front {
    display: none;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.service-item:hover .service-end {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.service-item:hover .service-end p {
    margin-bottom: 30px;
}

.service-item .service-front {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    display: block;
}

.service-item .service-front i {
    display: block;
    color: #2451cf;
    font-size: 65px;
    margin-bottom: 20px;
}

.service-item .service-front h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

.service-item .service-front p {
    margin-bottom: 0;
}

.service-item .service-end {
    position: relative;
    display: none;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    padding-top: 4px;
    padding-bottom: 5px;
}

.service-item .service-end i {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    font-size: 170px;
    color: #fff;
    opacity: .10;
    z-index: -1;
}

.service-item .service-end h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

.service-item .service-end p {
    margin-bottom: 0;
    color: #ffffff;
}

.service-item .service-end a {
    display: inline-block;
    color: #0046c0;
    background-color: #ffffff;
    padding: 12px 15px;
}

.service-item .service-end a:hover {
    color: #ffffff;
    background-color: #111111;
}

/*-- End Services --*/
/*-- Expertise --*/
.expertise-item {
    text-align: center;
}

.expertise-item a {
    display: block;
}

.expertise-item .expertise-inner {
    background-color: #0046c0;
    padding: 42px 25px 35px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.expertise-item .expertise-inner:hover i {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.expertise-item .expertise-inner i {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    color: #0046c0;
    font-size: 30px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 0px 0px 7px #ffffffa6;
    box-shadow: 0px 0px 0px 7px #ffffffa6;
    background-color: #ffffff;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: relative;
    top: 8px;
}

.expertise-item .expertise-inner h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 14px;
}

.expertise-item .expertise-inner p {
    margin-bottom: 0;
    color: #ffffff;
}

.expertise-item .expertise-right {
    padding-left: 80px;
    position: relative;
}

.expertise-item .expertise-right:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 70px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    -webkit-animation: a-one 5s infinite linear;
    animation: a-one 5s infinite linear;
    background-color: #0046c0;
}

.expertise-item .expertise-right:after {
    position: absolute;
    content: '';
    bottom: -10px;
    right: -10px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    -webkit-animation: a-two 5s infinite linear;
    animation: a-two 5s infinite linear;
    background-color: #0046c0;
}

.expertise-item .expertise-right img {
    width: 100%;
    z-index: 1;
    -webkit-animation: a-seven 10s infinite linear;
    animation: a-seven 10s infinite linear;
}

@-webkit-keyframes a-seven {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes a-seven {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*-- End Expertise --*/
/*-- Video --*/
.video-area {
    background-image: url("../img/home-one/7.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 560px;
    text-align: center;
}

.video-item a {
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    color: #4d93e9;
    font-size: 35px;
    background-color: #ffffff;
}

.video-item a:hover {
    color: #ffffff;
    background-color: #111111;
}

.video-item .video-content {
    margin-top: 90px;
    text-align: left;
    padding-left: 30px;
    position: relative;
    max-width: 745px;
    margin-left: 0;
}

.video-item .video-content:before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    width: 5px;
    height: 130px;
    background-color: #ffffff;
}

.video-item .video-content h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 25px;
}

.video-item .video-content p {
    color: #ffffff;
    margin-bottom: 0;
}

.video-wrap .video-nav {
    margin-top: -42px;
    background-color: #ffffff;
    text-align: center;
    display: block;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px #ddd;
    box-shadow: 0px 0px 15px 0px #ddd;
}

.video-wrap .video-nav .video-nav-item {
    display: inline-block;
}

.video-wrap .video-nav .video-nav-item a {
    color: #4d93e9;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    padding: 25px 49.4px 22px 49.3px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

.video-wrap .nav-pills .nav-link, .video-wrap .nav-pills .show > .nav-link {
    border-top: 4px solid transparent;
}

.video-wrap .nav-pills .nav-link.active, .video-wrap .nav-pills .show > .nav-link {
    border-top: 4px solid #4d93e9;
}

/*-- End Video --*/
/*-- Doctors --*/
.doctor-item {
    margin-bottom: 30px;
    background-color: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px #ddd;
    box-shadow: 0px 0px 20px 0px #ddd;
    border-radius: 10px;
}

.doctor-item:hover .doctor-top:before {
    opacity: .60;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.doctor-item:hover .doctor-top a {
    opacity: 1;
    bottom: 20px;
}

.doctor-item .doctor-top {
    position: relative;
    border-radius: 10px;
    height: 140px;
    overflow: hidden;
}

.doctor-item .doctor-top a {
    display: inline-block;
    color: #0046c0;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 0;
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.doctor-item .doctor-top a:hover {
    color: #ffffff;
    background-color: #111111;
}

.doctor-item .doctor-top img {
    width: 100%;
    border-radius: 10px;
}

.doctor-item .doctor-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
}

.doctor-item .doctor-bottom h3 a {
    display: block;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    color: #232323;
}

.doctor-item .doctor-bottom h3 a:hover {
    color: #0046c0;
}

.doctor-item .doctor-bottom span {
    display: block;
    color: #4a6f8a;
    font-size: 15px;
}

.doctor-btn {
    text-align: center;
}

.doctor-btn a {
    margin-top: 30px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    padding: 18px 55px;
    border-radius: 10px;
    background: #0046c0;
}

.doctor-btn a:hover {
    color: #ffffff;
    background-color: #073586;
}

/*-- End Doctors --*/
/*-- Blog --*/
.blog-area {
    background-color: #f8fbff;
    position: relative;
    padding-bottom: 180px;
}

.blog-item {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd6b;
    box-shadow: 0px 0px 20px 0px #dddddd6b;
}

.blog-item:hover .blog-top {
    overflow: hidden;
}

.blog-item:hover .blog-top img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item .blog-top {
    overflow: hidden;
}

.blog-item .blog-top img {
    width: 100%;
    border-radius: 10px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.blog-item .blog-top a {
    display: block;
}

.blog-item .blog-bottom {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
}

.blog-item .blog-bottom h3 {
    margin-bottom: 0;
}

.blog-item .blog-bottom h3 a {
    font-weight: 600;
    font-size: 21px;
    color: #232323;
    margin-bottom: 12px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    line-height: 1.4;
    display: block;
}

.blog-item .blog-bottom h3 a:hover {
    color: #0046c0;
}

.blog-item .blog-bottom p {
    color: #232323;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.blog-item .blog-bottom ul {
    margin: 0;
    padding: 0;
    padding-top: 30px;
    border-top: 1px solid #b1b8ed;
}

.blog-item .blog-bottom ul li {
    display: inline-block;
    list-style-type: none;
    color: #0046c0;
    font-weight: 500;
    font-size: 15px;
}

.blog-item .blog-bottom ul li i {
    color: #0046c0;
}

.blog-item .blog-bottom ul li:last-child {
    float: right;
}

.blog-item .blog-bottom ul li:last-child i {
    font-size: 19px;
    top: 1px;
    margin-right: 3px;
}

.blog-item .blog-bottom ul li a {
    display: block;
    color: #0046c0;
    font-weight: 500;
    font-size: 15px;
}

.blog-item .blog-bottom ul li a:hover {
    color: #111111;
}

.blog-item .blog-bottom ul li a:hover i {
    color: #111111;
}

.blog-item .blog-bottom ul li a i {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 4px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

/*-- End Blog --*/
/*-- Footer --*/
footer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #0843aa;
    position: relative;
}

/*-- End Footer --*/


/*-- Back To Top --*/
#toTop {
    position: fixed;
    bottom: 50px;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.back-to-top-btn i {
    background-color: #0046c0;
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    border-radius: 50%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-right: 28px;
    -webkit-box-shadow: 0px 0px 14px 0px #0046c0;
    box-shadow: 0px 0px 14px 0px #0046c0;
}

.back-to-top-btn i:hover {
    background-color: #111111;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 14px 0px #111111;
    box-shadow: 0px 0px 14px 0px #111111;
}

/*-- End Back To Top --*/
