@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap";
body {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #111;
}
a:hover,
a:focus {
    color: #0054a7;
    text-decoration: none;
}
button {
    outline: 0 !important;
}
p {
    margin-bottom: 15px;
    line-height: 28px;
    color: #212529;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}
p:last-child {
    margin-bottom: 0;
}
i {
    line-height: normal;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}
.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #e60027;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 600;
    font-size: 17px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 12px;
}
.default-btn span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #111;
    color: #fff;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    opacity: 1;
}
.default-btn:hover {
    color: #fff !important;
}
.default-btn:hover span {
    width: 225%;
    height: 562.5px;
}
.default-btn i {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 10px;
}
.section-title {
    text-align: center;
    margin-bottom: 45px;
}
.section-title span {
    color: #0054a7;
    font-weight: 600;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 14px;
}
.section-title p {
    max-width: 570px;
    margin: auto;
}
.main-responsive-nav {
    display: none;
}
.main-navbar {
    padding-top: 0;
}
.main-navbar .container-fluid {
    max-width: 1470px;
}
.main-navbar .navbar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.main-navbar .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.main-navbar .navbar .navbar-brand h1 {
    color: #fff;
    margin-bottom: 0;
}
.main-navbar .navbar .navbar-nav {
    margin-left: auto;
}
.main-navbar .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item a {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}
.main-navbar .navbar .navbar-nav .nav-item a i {
    position: relative;
    top: 3px;
    display: inline-block;
    margin-left: -5px;
    margin-right: -3px;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover a,
.main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 70px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 10px 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    color: #111;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #0054a7;
    letter-spacing: 1px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    margin-top: 15px;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #111;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #111;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #111;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #111;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #111;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #111;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #0054a7;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.main-navbar .navbar .others-options {
    margin-left: 30px;
}
.main-navbar .navbar .others-options .option-item {
    margin-right: 30px;
    position: relative;
}
.main-navbar .navbar .others-options .option-item:last-child {
    margin-right: 0;
}
.main-navbar .navbar .others-options .option-item:last-child::before {
    display: none;
}
.main-navbar .navbar .others-options .option-item::before {
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    content: "";
    height: 28px;
    background-color: #dadada;
}
.main-navbar .navbar .others-options .option-item:nth-child(2)::before {
    display: none;
}
.main-navbar .navbar .others-options .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #111;
    font-size: 20px;
    font-weight: 600;
}
.main-navbar .navbar .others-options .option-item .close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 20px;
    color: #111;
    font-size: 18px;
}
.main-navbar .navbar .others-options .option-item .close-btn.active {
    display: block;
}
.main-navbar .navbar .others-options .option-item .info {
    position: relative;
    padding-left: 45px;
}
.main-navbar .navbar .others-options .option-item .info i {
    font-size: 30px;
    color: #0054a7;
    position: absolute;
    left: 0;
    top: 8px;
}
.main-navbar .navbar .others-options .option-item .info span {
    color: #606060;
}
.main-navbar .navbar .others-options .option-item .info p {
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
}
.main-navbar .navbar .others-options .option-item .info p a {
    color: #111;
}
.main-navbar .navbar .others-options .option-item .default-btn {
    margin-top: 5px;
}
.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.search-overlay {
    display: none;
}
.search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    background: #fff;
    z-index: 2;
    right: 0;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    margin-top: 25px;
}
.search-overlay.search-popup .search-form {
    position: relative;
}
.search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #111;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 4px;
    padding-left: 10px;
}
.search-overlay.search-popup .search-form .search-input:focus {
    border-color: #0054a7;
}
.search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: 0 0;
    border: none;
    width: 50px;
    outline: 0;
    color: #606060;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
}
.search-overlay.search-popup .search-form .search-button:hover,
.search-overlay.search-popup .search-form .search-button:focus {
    color: #0054a7;
}
@media only screen and (max-width: 991px) {
    .main-responsive-nav {
        display: block;
    }
    .main-responsive-nav .main-responsive-menu {
        position: relative;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #0054a7;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
        display: none;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14px;
    }
    .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 336px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .main-responsive-nav .mean-container a.meanmenu-reveal {
        color: #111;
    }
    a.meanmenu-reveal.meanclose
    {
        top: 15px;
    }
    .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #111;
    }
    .main-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999;
    }
    .navbar-area {
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-navbar {
        display: none;
    }
}
.main-banner-area {
    background-image: url(../img/main-banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    padding-top: 200px;
}
.main-banner-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.main-banner-area .container-fluid {
    max-width: 1470px;
}
.main-banner-area.bg-two {
    background-image: url(../img/main-banner2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 870px;
    padding-top: 0;
}
.main-banner-area.bg-two::before {
    display: none;
}
.main-banner-area.bg-two .main-banner-content span {
    color: #0054a7;
    font-weight: 600;
}
.main-banner-area.bg-two .main-banner-content h1 {
    color: #111;
}
.main-banner-area.bg-two .main-banner-content p {
    color: #606060;
    max-width: 550px;
}
.main-banner-area.bg-two .main-banner-content .banner-btn {
    margin-top: 30px;
}
.main-banner-area.bg-two .banner-social-buttons {
    position: absolute;
    left: 45px;
    right: auto;
    top: unset;
    bottom: 50px;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform: unset;
    transform: unset;
}
.main-banner-area.bg-two .banner-social-buttons ul li {
    color: #111;
}
.main-banner-area.bg-two .banner-social-buttons ul li span {
    margin-right: 30px;
    position: relative;
}
.main-banner-area.bg-two .banner-social-buttons ul li span::before {
    position: absolute;
    right: -38px;
    top: 10px;
    width: 30px;
    content: "";
    height: 1px;
    background-color: #111;
}
.main-banner-area.bg-two .banner-social-buttons ul a {
    color: #111;
}
.main-banner-area.bg-two .banner-social-buttons ul a:hover {
    color: #0054a7;
}
.main-banner-area.bg-three {
    background-image: url(../img/main-banner3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 870px;
    padding-top: 0;
    background-attachment: unset;
}
.main-banner-area.bg-three::before {
    display: none;
}
.main-banner-area.bg-three .main-banner-content {
    max-width: 100%;
}
.main-banner-area.bg-three .main-banner-content span {
    color: #0054a7;
}
.main-banner-area.bg-three .main-banner-content h1 {
    color: #111;
    font-size: 60px;
    margin-top: 0;
}
.main-banner-area.bg-three .main-banner-content p {
    color: #606060;
    max-width: 650px;
}
.main-banner-area.bg-three .main-banner-content .banner-btn {
    margin-top: 30px;
}
.main-banner-content span {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.main-banner-content h1, .main-banner-content h5 {
    font-size: 45px;
    line-height: 56px;
    color: #fff;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}
.main-banner-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
.main-banner-content .banner-btn {
    margin-top: 25px;
}
.banner-social-buttons {
    position: absolute;
    right: -80px;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 1;
}
.banner-social-buttons ul {
    padding-left: 0;
    margin-bottom: 0;
}
.banner-social-buttons ul li {
    color: #fff;
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
}
.banner-social-buttons ul li:last-child {
    margin-right: 0;
}
.banner-social-buttons ul li span {
    margin-right: 30px;
    position: relative;
}
.banner-social-buttons ul li span::before {
    position: absolute;
    right: -38px;
    top: 10px;
    width: 30px;
    content: "";
    height: 1px;
    background-color: #fff;
}
.banner-social-buttons ul a {
    color: #fff;
}
.banner-social-buttons ul a:hover {
    color: #0054a7;
}
.banner-social-buttons ul i {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
}
.approvals-area {
    position: relative;
    z-index: 1;
    border-top: 1px solid #9ca2a0;
    margin-top: 200px;
}
.approvals-area .container-fluid {
    max-width: 1470px;
}
.approvals-area.bg-color {
    border-top: none;
    margin-top: 0;
    background-color: #fdfdfb;
}
.approvals-area.bg-color .container {
    max-width: 1140px;
}
.col-lg-4:last-child .approvals-content::before {
    display: none;
}
.approvals-content {
    position: relative;
    padding: 35px 20px 35px 60px;
}
.approvals-content::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    content: "";
    height: 100%;
    background-color: #9ca2a0;
}
.approvals-content .icon {
    position: absolute;
    left: 0;
    top: 38px;
}
.approvals-content .icon i {
    font-size: 40px;
    color: #0054a7;
}
.approvals-content span {
    font-size: 18px;
    color: #f5f7fa;
}
.approvals-content p {
    font-size: 18px;
    color: #f5f7fa;
    margin-bottom: 0;
}
.approvals-item {
    background-color: #f5f4ef;
    padding-left: 50px;
    padding-right: 50px;
}
.approvals-item .approvals-content {
    position: relative;
    padding: 20px 20px 20px 60px;
}
.approvals-item .approvals-content::before {
    right: 40px;
    top: 20px;
    height: 60%;
}
.approvals-item .approvals-content .icon {
    top: 22px;
}
.approvals-item .approvals-content span {
    color: #606060;
}
.approvals-item .approvals-content p {
    color: #606060;
}
.about-area.bg-color {
    background-color: #fdfdfb;
}
.about-image {
    position: relative;
    text-align: left;
    padding-right: 100px;
    padding-bottom: 100px;
}
.about-image img {
    border-radius: 0;
}
.about-image img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
}
.about-image .experience {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    max-width: 470px;
    margin: auto;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    padding: 40px;
    border-left: 2px solid #0054a7;
}
.about-image .experience h4 {
    font-size: 60px;
    margin-bottom: 0;
    position: absolute;
    left: 40px;
    top: 35px;
    font-weight: 600;
}
.about-image .experience p {
    font-size: 24px;
    color: #111;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: 120px;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
}
.about-content span {
    color: #0054a7;
    font-weight: 600;
}
.about-content h3, .about-content h2 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 16px;
}
.about-content strong {
    font-size: 18px;
    color: #606060;
    font-weight: 400;
}
.about-content .about-list {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 25px;
}
.about-content .about-list li {
    list-style-type: none;
    color: #606060;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.about-content .about-list li:last-child {
    margin-bottom: 0;
}
.about-content .about-list li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #0054a7;
    font-size: 20px;
}
.about-wrap {
    position: relative;
}
.about-wrap .about-shape {
    background-image: url(../img/about/shape.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 60px;
}
.about-wrap .about-shape .text {
    text-align: center;
    margin-top: 50px;
}
.about-wrap .about-shape .text h3 {
    font-size: 70px;
    color: #0054a7;
    margin-bottom: 5px;
    line-height: 1;
}
.about-wrap .about-shape .text span {
    color: #111;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.process-area {
    background-color: #f9fafb;
}
.process-area.bg-color {
    background-color: #fdfdfb;
}
.process-area.bg-color .container {
    max-width: 1140px;
}
.process-item {
    text-align: center;
    background-color: #fff;
    padding: 22px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
}
.process-item::before {
    position: absolute;
    content: "";
    height: 65%;
    width: 90%;
    background-color: #E1EDF9;
    left: 0;
    right: 0;
    margin: auto;
    top: -110px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.process-item .icon {
    margin-bottom: 20px;
    position: relative;
}
.process-item .icon i {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: #fff;
    text-align: center;
    font-size: 50px;
    color: #0054a7;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.process-item h3, .process-item h6 {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}
.process-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.process-item:hover .icon i {
    background-color: #0054a7;
    color: #fff;
}
.process-item.bg-top1 {
    margin-top: 0px;
}
.process-item.bg-top2 {
    margin-top: 0;
}
.process-item.bg-top3 {
    margin-top: 0;
}
.process-item.bg-top4 {
    margin-top: 0px;
}
.process-item-two {
    background-image: url(../img/process-shape.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 280px;
    width: 280px;
    text-align: center;
    margin-bottom: 30px;
}
.process-item-two .text {
    position: absolute;
    top: 45px;
    padding-left: 35px;
    padding-right: 35px;
}
.process-item-two .text .icon i {
    font-size: 50px;
    color: #0054a7;
}
.process-item-two .text h3 {
    font-size: 24px;
    margin-top: 14px;
    margin-bottom: 10px;
}
.process-item-two .text p {
    font-size: 15px;
    margin-bottom: 0;
}
.company-area .container-fluid {
    padding-left: 0;
}
.company-area.bg-color .company-content {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.company-image {
    background-image: url(../img/company.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.company-image img {
    display: none;
}
.company-content {
    max-width: 525px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.company-content h3, .company-content h6 {
    font-size: 36px;
    margin-bottom: 50px;
}
.company-content .company-text {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
    margin-top: 35px;
}
.company-content .company-text:last-child {
    margin-bottom: 0;
}
.company-content .company-text .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.company-content .company-text .icon i {
    font-size: 50px;
    color: #0054a7;
}
.company-content .company-text h4 {
    font-size: 25px;
    margin-bottom: 10px;
}
.services-area {
    background-color: #f9fafb;
}
.services-area.bg-color {
    background-color: #fff;
}
.services-area.bg-color .services-item {
    background-color: #f9fafb;
}
.services-item {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
}
.services-item::before {
    position: absolute;
    content: "";
    height: 65%;
    width: 90%;
    background-color: #fdebeb;
    left: 0;
    right: 0;
    margin: auto;
    top: -130px;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.services-item .icon {
    margin-bottom: 20px;
    position: relative;
}
.services-item .icon i {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    text-align: center;
    font-size: 50px;
    color: #0054a7;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.services-item h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
.services-item .learn-btn {
    color: #0054a7;
    display: inline-block;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.services-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.services-item:hover::before {
    background-color: #0054a7;
}
.deserve-item h3 {
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.4;
}
.deserve-item .deserve-content {
    position: relative;
    padding-left: 65px;
    margin-top: 30px;
}
.deserve-item .deserve-content::before {
    width: 1px;
    height: 140%;
    background-color: #0054a7;
    content: "";
    z-index: -1;
    position: absolute;
    left: 20px;
    top: 0;
}
.deserve-item .deserve-content:last-child:before {
    display: none;
}
.deserve-item .deserve-content span {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #f9fafb;
    border: 1px solid #0054a7;
    text-align: center;
    font-size: 24px;
    color: #0054a7;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
}
.deserve-item .deserve-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.deserve-item .deserve-content p {
    margin-bottom: 0;
}
.deserve-item .deserve-btn {
    margin-top: 25px;
}
.rate-form {
    padding: 50px 45px;
    background-color: #704045;
}
.rate-form .rate-content {
    margin-bottom: 35px;
    text-align: center;
}
.rate-form .rate-content span {
    color: #fff;
}
.rate-form .rate-content h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
}
.rate-form label {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5px;
}
.rate-form .form-group {
    margin-bottom: 15px;
}
.rate-form .form-group .form-control{
    background-color: #fff;
    border: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 50px;
    border-radius: 0;
    color: #606060;
    width: 100%;
    font-size: 16px;
}
.rate-form .rate-btn {
    margin-top: 0px;
}
.rate-form .rate-btn .default-btn {
    background-color: #fff;
    color: #111;
    width: 100%;
    padding: 15px 30px;
    cursor: pointer;
}
.rate-form.bg-fdebeb {
    background-color: #0054a7;
}
.rate-form.bg-fdebeb .rate-content span {
    color: #606060;
}
.rate-form.bg-fdebeb .rate-content h3 {
    color: #111;
}
.rate-form.bg-fdebeb label {
    color: #606060;
}
.rate-form.bg-fdebeb .rate-btn .default-btn {
    background-color: #0054a7;
    color: #fff;
}
.projects-area {
    background-color: #f9fafb;
}
.projects-slider .projects-item .content {
    margin-top: 25px;
}
.projects-slider .projects-item .content h3 {
    font-size: 25px;
    margin-bottom: 0;
}
.projects-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: -60px;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 0;
    background-color: #fff;
    color: #111;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 50px;
}
.projects-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: -60px;
}
.projects-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background-color: #0054a7;
}
.projects-slider.owl-theme .owl-nav {
    margin-top: 0;
}
.clients-area.bg-color {
    background-color: #0054a7;
}
.clients-area.bg-color .clients-item {
    background-color: unset;
    margin-bottom: 0;
}
.clients-area.bg-color .clients-item .clients-image {
    position: relative;
}
.clients-area.bg-color .clients-item .clients-image img {
    width: auto;
    margin: auto;
}
.clients-area.bg-color .clients-item .clients-image .icon-1 {
    position: absolute;
    bottom: 0;
    right: 15px;
    left: auto;
}
.clients-area.bg-color .clients-item .clients-info-text {
    max-width: 720px;
}
.clients-area.bg-color .clients-item .clients-info-text p {
    color: #fff;
}
.clients-area.bg-color .clients-item .clients-info-text h3 {
    color: #fff;
}
.clients-area.bg-color .clients-item .clients-info-text span {
    color: #fff;
}
.clients-area.bg-color .container {
    max-width: 1140px !important;
}
.clients-area.bg-color .section-title span {
    color: #fff;
}
.clients-area.bg-color .section-title h2 {
    color: #fff;
}
.clients-area.bg-color .section-title p {
    color: #fff;
}
.clients-area.bg-color .clients-slider.owl-theme .owl-dots {
    right: 0;
}
.clients-area.bg-color .clients-slider.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #fff;
}
.clients-area.bg-color .clients-slider.owl-theme .owl-dots .owl-dot span::before {
    background-color: #fff;
}
.clients-area.bg-color .clients-slider.owl-theme .owl-dots .owl-dot:hover span,
.clients-area.bg-color .clients-slider.owl-theme .owl-dots .owl-dot.active span {
    border: 1px solid #fff;
}
.clients-item {
    background-color: #fff;
    -webkit-box-shadow: 1px 14px 20px 0 rgba(231, 60, 62, 0.09);
    box-shadow: 1px 14px 20px 0 rgba(231, 60, 62, 0.09);
    padding: 40px;
    position: relative;
    margin-bottom: 30px;
}
.clients-item .info {
    position: relative;
    padding-left: 75px;
    margin-bottom: 30px;
}
.clients-item .info img {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
}
.clients-item .info h4 {
    font-size: 16px;
    color: #0054a7;
    margin-bottom: 16px;
    position: relative;
    top: 10px;
}
.clients-item .info span {
    font-size: 15px;
}
.clients-item p {
    margin-bottom: 0;
    font-size: 17px;
}
.clients-item .icon {
    position: absolute;
    top: 20px;
    right: 25px;
}
.clients-item .icon i {
    color: #fdebeb;
    font-size: 100px;
}
.clients-slider .clients-item {
    padding: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.clients-slider .clients-item .clients-info-text p {
    font-size: 24px;
    color: #111;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
}
.clients-slider .clients-item .clients-info-text h3, .clients-slider .clients-item .clients-info-text h6 {
    color: #0054a7;
    font-size: 16px;
    margin-top: 20px;
}
.clients-slider .clients-item .clients-info-text span {
    color: #606060;
}
.clients-slider .clients-item .clients-image {
    position: relative;
}
.clients-slider .clients-item .clients-image img {
    width: auto;
}
.clients-slider .clients-item .clients-image .icon-1 {
    position: absolute;
    bottom: 55px;
    left: 80px;
}
.clients-slider .clients-item .clients-image .icon-1 i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    text-align: center;
    font-size: 50px;
    color: #0054a7;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}
.clients-slider .clients-item .clients-image .icon-1 i:hover {
    background-color: #0054a7;
    color: #fff;
}
.clients-slider.owl-theme .owl-dots {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 80px;
    display: -ms-grid;
    display: grid;
}
.clients-slider.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid #606060;
    position: relative;
}
.clients-slider.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #0054a7;
    border-radius: 50%;
    margin: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.clients-slider.owl-theme .owl-dots .owl-dot:hover span,
.clients-slider.owl-theme .owl-dots .owl-dot.active span {
    border: 1px solid #0054a7;
}
.clients-slider.owl-theme .owl-dots .owl-dot:hover span::before,
.clients-slider.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.partner-area {
    background-color: #fafbfc;
}
.partner-area.bg-color {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.partner-area.bg-f5f4ef {
    background-color: #f5f4ef;
}
.partner-item img {
    width: auto !important;
    margin: auto;
}
.blog-area.bg-color {
    background-color: #fdfcf8;
}
.blog-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
}
.blog-item .content {
    margin-top: 25px;
}
.blog-item .content span {
    font-size: 16px;
    color: #0054a7;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.blog-item .content h3, .blog-item .content h5 {
    font-size: 20px;
    line-height: 1.4;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 12px;
    margin-bottom: 10px;
}
.blog-item .content h3 a, .blog-item .content h5 a
{
    font-weight: 600;
}
.blog-item .content .blog-btn {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #111;
    display: inline-block;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-item:hover .blog-btn {
    color: #0054a7;
    letter-spacing: 1px;
}
.single-blog {
    margin-bottom: 30px;
}
.single-blog .post-meta {
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 16px;
}
.single-blog .post-meta li {
    list-style-type: none;
    color: #606060;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
}
.single-blog .post-meta li:last-child {
    margin-right: 0;
}
.single-blog .post-meta li i {
    color: #0054a7;
    margin-right: 5px;
}
.single-blog .post-meta li a {
    color: #606060;
}
.single-blog .content h3 {
    font-size: 30px;
    margin-bottom: 14px;
}
.single-blog .content p {
    margin-bottom: 0;
}
.single-blog .content .blog-btn {
    margin-top: 20px;
}
.choose-area {
    background-color: #f9fafb;
}
.choose-title span {
    color: #0054a7;
    font-weight: 600;
}
.choose-title h2 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 14px;
    font-weight: 600;
}
.choose-image {
    position: relative;
    margin-top: 45px;
}
.choose-image .video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    left: 45px;
    right: 0;
    margin: auto;
    bottom: -40px;
    -webkit-transform: translateY(-135%);
    transform: translateY(-135%);
    text-align: center;
}
.choose-image .video-btn i {
    font-size: 55px;
    position: relative;
    top: 10px;
    left: 0;
    color: #0054a7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.choose-image .video-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: #0054a7;
}
.choose-image .video-btn:hover,
.choose-image .video-btn .video-content .video-btn:focus {
    background-color: #0054a7;
    color: #fff !important;
}
.choose-image .video-btn:hover i,
.choose-image .video-btn .video-content .video-btn:focus i {
    color: #fff;
}
@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
.solution-area.bg-top {
    margin-bottom: -85px;
    position: relative;
    z-index: 1;
}
.solution-item {
    background-color: #000000e3;
    border-radius: 5px;
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 50px;
    padding-right: 50px;
}
.solution-item .content {
    position: relative;
}
.solution-item .content::before {
    position: absolute;
    right: -35px;
    top: 0;
    width: 1px;
    content: "";
    height: 85px;
    background-color: #ffffff;
}
.solution-item .content h3, .solution-item .content h5 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
}
.solution-item .solution-info {
    position: relative;
    padding-left: 85px;
    text-align: right;
}
.solution-item .solution-info i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    color: #0054a7;
    font-size: 30px;
    position: absolute;
    left: 50px;
    top: -14px;
}
.solution-item .solution-info h3, .solution-item .solution-info h5 {
    font-size: 36px;
    margin-bottom: 0;
}
.solution-item .solution-info h3 a, .solution-item .solution-info h5 a {
    color: #fff;
}
.best-services-area {
    background-color: #f9fafb;
}
.best-services-area.bg-color {
    background-color: #fff;
}
.tab .tabs_item {
    display: none;
}
.tab .tabs_item:first-child {
    display: block;
}
.tabs-list {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 45px;
}
.tabs-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 15.666667%;
    flex: 1 0 15.666667%;
    max-width: 20.666667%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
}
.tabs-list li span {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #111;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tabs-list li i {
    font-size: 60px;
    line-height: 1;
    color: #111;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.tabs-list li.current span {
    color: #0054a7;
}
.tabs-list li.current i {
    color: #0054a7;
}
.services-list-tab .tabs_item .services-tab-content {
    margin-bottom: 20px;
}
.services-list-tab .tabs_item .services-tab-content h3 {
    font-size: 25px;
    margin-bottom: 14px;
}
.services-list-tab .tabs_item .services-tab-content p {
    margin-bottom: 0;
}
.services-list-tab .tabs_item .services-tab-content.left {
    margin-bottom: 0;
}
.services-list-tab .tabs_item .list {
    padding-left: 0;
    margin-bottom: 20px;
}
.services-list-tab .tabs_item .list h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
.services-list-tab .tabs_item .list li {
    color: #606060;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
.services-list-tab .tabs_item .list li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    top: 5px;
    border-radius: 30px;
    background-color: #0054a7;
}
.services-list-tab .tabs_item .list li:last-child {
    margin-bottom: 0;
}
.best-services-slider {
    position: relative;
}
.best-services-slider #thumbs {
    border-bottom: 1px solid #cbcbcc;
    margin-bottom: 40px;
}
.best-services-slider #thumbs .current .tabs-item {
    border-bottom: 1px solid #0054a7;
}
.best-services-slider #thumbs .current .tabs-item i {
    color: #0054a7;
}
.best-services-slider .tabs-item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.best-services-slider .tabs-item a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
.best-services-slider .tabs-item i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    text-align: center;
    font-size: 45px;
    color: #606060;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.best-services-slider .tabs-item span {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    font-size: 17px;
    padding: 10px 1px;
}
.best-services-slider .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    left: 0;
    top: 95%;
    -webkit-transform: translateY(-28%);
    transform: translateY(-28%);
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 0;
    background-color: #fff;
    color: #111;
    border: 1px solid #cbcbcc;
    border-radius: 50px;
    z-index: 1;
}
.best-services-slider .owl-theme .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 0;
}
.best-services-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background-color: #0054a7;
    border: 1px solid #0054a7;
}
.best-services-slider .owl-theme .owl-nav {
    margin-top: 0;
}
.best-services-slider .services-tabs-item .services-tab-content {
    margin-bottom: 20px;
}
.best-services-slider .services-tabs-item .services-tab-content h3 {
    font-size: 25px;
    margin-bottom: 14px;
    font-weight: 500;
}
.best-services-slider .services-tabs-item .services-tab-content p {
    margin-bottom: 0;
}
.best-services-slider .services-tabs-item .services-tab-content.left {
    margin-bottom: 0;
}
.best-services-slider .services-tabs-item .list {
    padding-left: 0;
    margin-bottom: 20px;
}
.best-services-slider .services-tabs-item .list h3 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
}
.best-services-slider .services-tabs-item .list li {
    color: #606060;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
.best-services-slider .services-tabs-item .list li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    top: 5px;
    border-radius: 30px;
    background-color: #0054a7;
}
.best-services-slider .services-tabs-item .list li:last-child {
    margin-bottom: 0;
}
.team-area {
    background-color: #fafbfc;
}
.team-area.bg-color {
    background-color: #fff;
}
.team-item {
    margin-bottom: 30px;
}
.team-item .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-item .image .social {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.team-item .image .social li {
    display: inline-block;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-left: 1px;
    margin-right: 1px;
}
.team-item .image .social li a {
    display: block;
    width: 35px;
    height: 35px;
    background-color: #f4f5fe;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #111;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-item .image .social li a i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}
.team-item .image .social li a:hover {
    color: #fff;
    background-color: #0054a7;
}
.team-item .image .social li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.team-item .image .social li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.team-item .image .social li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.team-item .image .social li:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.team-item .content {
    margin-top: 25px;
}
.team-item .content h3 {
    font-size: 20px;
    color: #0054a7;
    font-weight: 600;
    margin-bottom: 8px;
}
.team-item .content span {
    font-size: 16px;
    color: #606060;
}
.team-item:hover .image .social li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.fun-facts-area {
    background-color: #f5f4ef;
}
.col-lg-3:last-child .single-fun-fact {
    border-right: none;
}
.single-fun-fact {
    text-align: center;
    position: relative;
    border-right: 1px solid #d3d2ce;
    margin-bottom: 30px;
}
.single-fun-fact h3, .single-fun-fact h5 {
    position: relative;
    margin-bottom: 5px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
    font-size: 48px;
}
.single-fun-fact h3 .sign-icon, .single-fun-fact h5 .sign-icon {
    display: inline-block;
    font-size: 48px;
    margin-left: -10px;
    position: relative;
    top: 2px;
}
.single-fun-fact h3 .odometer, .single-fun-fact h5 .odometer {
    font-family: 'Lato', sans-serif;
}
.single-fun-fact p {
    line-height: initial;
    color: #111;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
}
.value-content span {
    color: #0054a7;
    font-weight: 600;
}
.value-content h3 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 14px;
}
.value-content .text {
    margin-bottom: 0;
}
.value-features {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.value-features li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 25px;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}
.value-features li i {
    display: inline-block;
    height: 33px;
    width: 33px;
    line-height: 33px;
    background-color: #0054a7;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    margin-right: 3px;
}
.page-title-area {
    position: relative;
    z-index: 1;
    /* background-position: center center; */
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 320px;
    /* background-attachment: fixed; */
}
.page-title-area.item-bg-1 {
    background-image: url(../img/calculator-banner.png);
}
.page-title-area.item-bg-2 {
    background-image: url(../img/page-title/bg-2.jpg);
}
.page-title-area.item-bg-3 {
    background-image: url(../img/page-title/bg-3.jpg);
}
.page-title-area.item-bg-4 {
    background-image: url(../img/page-title/bg-4.jpg);
}
.page-title-area.item-bg-5 {
    background-image: url(../img/page-title/bg-5.jpg);
}
.page-title-area.item-bg-6 {
    background-image: url(../img/page-title/bg-6.jpg);
}
.page-title-area.item-bg-7 {
    background-image: url(../img/page-title/bg-7.jpg);
}
.page-title-area.item-bg-8 {
    background-image: url(../img/page-title/bg-8.jpg);
}
.page-title-area.item-bg-9 {
    background-image: url(../img/page-title/bg-9.jpg);
}
.page-title-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #111111c2;
}
.page-title-content {
    text-align: center;
    margin-top: -10px;
}
.page-title-content h2, .page-title-content h1 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    font-size: 35px;
}
.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}
.page-title-content ul li {
    color: #fff;
    display: inline-block;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 17px;
    margin-left: 10px;
    margin-right: 10px;
}
.page-title-content ul li a {
    display: inline-block;
    color: #0054a7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.page-title-content ul li a:hover {
    color: #0054a7;
}
.page-title-content ul li::before {
    position: absolute;
    right: -14px;
    top: 5px;
    width: 1px;
    content: "";
    height: 18px;
    background-color: #ffffff;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.row.clearfix.mt0 {
    margin: 0;
}
.page-title-content ul li:last-child::before {
    display: none;
}
.gallery-item {
    margin-bottom: 30px;
}
.gallery-item .content {
    margin-top: 25px;
}
.gallery-item .content h3 {
    font-size: 25px;
    margin-bottom: 0;
}
.gallery-btn {
    text-align: center;
    margin-top: 20px;
}
.faq-area .section-title h2 {
    margin-top: 0;
    margin-bottom: 14px;
}
.faq-area .section-title b {
    font-size: 18px;
    color: #606060;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.faq-area .container {
    max-width: 1140px;
}
.faq-list-tab .tabs-list {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.faq-list-tab .tabs-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 32.33333333333333%;
    flex: 1 0 32.33333333333333%;
    max-width: 33.33333333333333%;
    text-align: center;
}
.faq-list-tab .tabs-list li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    text-align: center;
    background-color: #111;
    padding: 14px 30px;
    border-radius: 50px;
}
.faq-list-tab .tabs-list li.current a {
    color: #fff;
    background-color: #0054a7;
}
.faq-list-tab .tab_content .tabs_item .faq-accordion {
    max-width: 960px;
    margin: auto;
}
.faq-list-tab .tab_content .tabs_item .faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.faq-list-tab .tab_content .tabs_item .faq-accordion .accordion .accordion-item {
    display: block;
    background: #fff;
}
.faq-list-tab .tab_content .tabs_item .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-list-tab .tab_content .tabs_item .faq-accordion .accordion .accordion-title {
    padding: 10px;
    color: #111;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: -1px;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.faq-list-tab .tab_content .tabs_item .faq-accordion .accordion .accordion-title i {
    font-size: 14px;
    margin-right: 10px;
    position: absolute;
    right: 5px;
    top: 15px;
}
.faq-list-tab .tab_content .tabs_item .faq-accordion .accordion .accordion-title.active i::before {
    content: "\f12d";
}
.faq-list-tab .tab_content .tabs_item .faq-accordion .accordion .accordion-title:hover
{
    background: linear-gradient(90deg, #f0f0e9 0%, #fff 100%, #fff 100%);
}
.faq-list-tab .tab_content .tabs_item .faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 20px 10px;
    text-align: justify;
}
.faq-list-tab .tab_content .tabs_item .faq-accordion .accordion .accordion-content.show {
    display: block;
}
.faq-contact {
    margin-top: 100px;
}
.faq-contact .section-title {
    max-width: 100%;
}
.faq-contact .section-title h2 {
    font-size: 36px;
}
.faq-contact-form {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}
.faq-contact-form form .form-group {
    margin-bottom: 15px;
}
.faq-contact-form form .form-control {
    background-color: #fff;
    border: 1px solid #b7b7b7;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 50px;
    border-radius: 2px;
    font-size: 16px;
}
.faq-contact-form form .row {
    margin-left: -7px;
    margin-right: -7px;
}
.faq-contact-form form .row .col-lg-12,
.faq-contact-form form .row .col-lg-6 {
    padding-left: 7px;
    padding-right: 7px;
}
.faq-contact-form form textarea.form-control {
    height: 200px !important;
    padding-top: 15px;
}
.faq-contact-form form .help-block ul {
    padding-left: 0;
    list-style-type: none;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
}
.faq-contact-form form .help-block ul li {
    color: red;
}
.faq-contact-form form #msgSubmit {
    margin-bottom: 0;
}
.faq-contact-form form #msgSubmit.text-danger,
.faq-contact-form form #msgSubmit.text-success {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 700;
}
.calculator-form {
    background-color: #0054a7;
    padding: 50px;
    max-width: 600px;
    margin: auto;
}
.calculator-form .text {
    text-align: center;
    margin-bottom: 35px;
}
.calculator-form .text span {
    color: #fff;
}
.calculator-form .text h3 {
    font-size: 36px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
}
.calculator-form .form-group {
    margin-bottom: 15px;
}
.calculator-form .form-group label {
    color: #fff !important;
    margin-bottom: 5px;
}
.calculator-form .form-group .form-control {
    background-color: transparent;
    border: 1px solid #f39e9f;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 50px;
    border-radius: 0;
    color: #f39e9f;
    font-size: 16px;
}
.calculator-form .calculator-btn {
    text-align: center;
    margin-top: 25px;
}
.calculator-form .calculator-btn .btn-one {
    display: inline-block;
    padding: 12px 60px;
    background-color: #fff;
    color: #111;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 15px;
}
.calculator-form .calculator-btn .btn-one:hover {
    background-color: #111;
    color: #fff;
}
.calculator-form .calculator-btn .btn-two {
    display: inline-block;
    padding: 12px 30px;
    background-color: #fff;
    color: #111;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.calculator-form .calculator-btn .btn-two:hover {
    background-color: #111;
    color: #fff;
}
.table-area .container {
    max-width: 1140px;
}
.table {
    margin-bottom: 0;
}
.table thead th {
    border: none;
    background-color: #f9fafb;
    color: #111;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #f0f0f0;
    font-weight: 400;
    color: #606060;
    overflow-x: auto;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: unset;
}
.text-nowrap {
    font-weight: 400;
    color: #606060;
}
.table-responsive {
    overflow-x: unset;
}
.apply-area .container {
    max-width: 1140px;
}
.apply-title {
    margin-bottom: 45px;
    text-align: center;
}
.apply-title h3 {
    font-size: 36px;
    margin-bottom: 0;
}
.apply-form .form-group {
    margin-bottom: 15px;
}
.apply-form .form-group label {
    color: #606060 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.apply-form .form-group .form-control {
    background-color: transparent;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 55px;
    border-radius: 0;
    color: #cfcfcf;
    font-size: 16px;
}
.apply-form .form-group .nice-select {
    float: unset;
    line-height: 53px;
    color: #666;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0;
}
.apply-form .form-group .nice-select .list {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.apply-form .form-group .nice-select .list .option {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    padding-left: 20px;
    padding-right: 20px;
}
.apply-form .form-group .nice-select .list .option:hover {
    background-color: #0054a7 !important;
    color: #fff;
}
.apply-form .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600;
}
.apply-form .form-group .nice-select:after {
    right: 20px;
}
.apply-btn {
    text-align: center;
    margin-top: 15px;
}
.apply-btn .default-btn {
    padding: 14px 50px;
}
.projects-details-image {
    margin-bottom: 30px;
}
.projects-details-content {
    margin-top: 5px;
}
.projects-details-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.projects-details-content h4 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.projects-details-content ul,
.projects-details-content ol {
    padding-left: 17px;
}
.projects-details-content ul li,
.projects-details-content ol li {
    line-height: 1.7;
    margin-bottom: 5px;
}
.projects-details-content ul li:last-child,
.projects-details-content ol li:last-child {
    margin-bottom: 0;
}
.projects-details-content .projects-details-info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    background: #f4f5fe;
    padding: 40px 20px 30px;
    border-radius: 10px;
}
.projects-details-content .projects-details-info .single-info-box {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
.projects-details-content .projects-details-info .single-info-box h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.projects-details-content .projects-details-info .single-info-box span {
    display: block;
    color: #606060;
    font-size: 15px;
}
.projects-details-content .projects-details-info .single-info-box .social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.projects-details-content .projects-details-info .single-info-box .social li {
    display: inline-block;
    margin-right: 5px;
}
.projects-details-content .projects-details-info .single-info-box .social li a {
    background-color: #fff;
    color: #606060;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 32px;
    font-size: 14px;
}
.projects-details-content .projects-details-info .single-info-box .social li a:hover {
    color: #0054a7;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.projects-details-content .projects-details-info .single-info-box:last-child {
    text-align: center;
}
.sign-in-form {
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
}
.sign-in-form .sign-in-title {
    text-align: center;
    margin-bottom: 30px;
}
.sign-in-form .sign-in-title h3 {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 8px;
}
.sign-in-form .sign-in-title p {
    margin-bottom: 30px;
}
.sign-in-form form .form-group {
    margin-bottom: 15px;
}
.sign-in-form form .form-control {
    height: 60px;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #111;
    padding-left: 20px;
    background: 0 0;
}
.sign-in-form form .form-control:focus {
    border-color: #0054a7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sign-in-form form .form-control::-webkit-input-placeholder {
    color: #666;
}
.sign-in-form form .form-control:-ms-input-placeholder {
    color: #666;
}
.sign-in-form form .form-control::-ms-input-placeholder {
    color: #666;
}
.sign-in-form form .form-control::placeholder {
    color: #666;
}
.sign-in-form form .form-check {
    margin-top: 10px;
    margin-bottom: 0;
}
.sign-in-form form .form-check .form-check-label {
    color: #666;
    position: relative;
    top: -2px;
    z-index: 1;
}
.sign-in-form form .form-check-input {
    margin-top: 3px;
}
.sign-in-form form .send-btn {
    margin-top: 15px;
}
.sign-in-form form .send-btn .default-btn {
    color: #fff;
    cursor: pointer;
}
.sign-in-form form span {
    display: block;
    color: #777;
}
.sign-in-form form span a {
    color: #0054a7;
}
.sign-in-form .forgot-password {
    margin-bottom: 0;
    margin-top: -25px;
    text-align: right;
}
.sign-in-form .forgot-password a {
    color: #777;
}
.sign-in-form .forgot-password a:hover {
    color: #0054a7;
}
.signup-form {
    background: #fff;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 5px;
    max-width: 600px;
    margin: auto;
}
.signup-form h3 {
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    text-align: center;
}
.signup-form form .form-group {
    margin-bottom: 15px;
}
.signup-form form .form-control {
    height: 60px;
    border: 1px solid #eee;
    border-radius: 3px;
    color: #111;
    padding-left: 20px;
    background: 0 0;
}
.signup-form form .form-control:focus {
    border-color: #0054a7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.signup-form form .form-control::-webkit-input-placeholder {
    color: #666;
}
.signup-form form .form-control:-ms-input-placeholder {
    color: #666;
}
.signup-form form .form-control::-ms-input-placeholder {
    color: #666;
}
.signup-form form .form-control::placeholder {
    color: #666;
}
.signup-form form .form-check {
    margin-top: 10px;
}
.signup-form form .form-check .form-check-label {
    color: #666;
    position: relative;
    top: 0;
}
.signup-form form .form-check-input {
    margin-top: 4px;
}
.signup-form form .send-btn {
    margin-top: 20px;
}
.signup-form form .send-btn .default-btn {
    color: #fff;
    cursor: pointer;
}
.signup-form form span {
    display: block;
    color: #666;
}
.signup-form form span a {
    color: #0054a7;
}
.error-area {
    height: 100vh;
}
.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
}
.error-content h3 {
    font-size: 50px;
    font-weight: 500;
    margin-top: 45px;
    margin-bottom: 15px;
}
.error-content p {
    max-width: 520px;
    margin: 0 auto 20px;
}
.error-content .default-btn {
    display: inline-block;
    background-color: #0054a7;
    padding: 14px 30px;
    border-radius: 30px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.error-content .default-btn:hover {
    background-color: #e60027;
}
.terms-of-condition-area .container {
    max-width: 1140px;
}
.terms-of-condition-content h3 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 25px;
}
.terms-of-condition-content p {
    margin-bottom: 0;
}
.terms-of-condition-sidebar {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    padding: 25px;
}
.terms-of-condition-sidebar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.terms-of-condition-sidebar ul li {
    margin-bottom: -1px;
}
.terms-of-condition-sidebar ul li a {
    position: relative;
    display: block;
    padding: 15px 25px 15px 40px;
    color: #111;
    border: 1px solid #eee;
    font-weight: 500;
    font-size: 18px;
}
.terms-of-condition-sidebar ul li a::before {
    width: 5px;
    height: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #0054a7;
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.terms-of-condition-sidebar ul li a:hover,
.terms-of-condition-sidebar ul li a.active {
    border-color: #0054a7;
    background-color: #0054a7;
    color: #fff;
}
.terms-of-condition-sidebar ul li a:hover::before,
.terms-of-condition-sidebar ul li a.active::before {
    background-color: #fff;
}
.terms-of-condition-sidebar ul li.active a {
    border-color: #0054a7;
    background-color: #0054a7;
    color: #fff;
}
.terms-of-condition-sidebar ul li.active a::before {
    background-color: #fff;
}
.contact-area .container {
    max-width: 1140px;
}
.contact-area .section-title {
    max-width: 530px;
    margin: 0 auto 40px;
}
.contact-area .section-title h2 {
    line-height: 1.4;
    margin-bottom: 0;
}
.contact-form .title {
    margin-bottom: 30px;
}
.contact-form .title h3 {
    font-size: 25px;
    margin-bottom: 0;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form .form-group label {
    font-size: 16px;
    color: #606060;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
.contact-form .form-group .form-control {
    background-color: transparent;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 60px;
    border-radius: 0;
    color: #111;
    font-size: 16px;
}
.contact-form .form-group textarea {
    height: 150px !important;
}
.contact-form .form-group .list-unstyled {
    color: red;
    margin-top: 5px;
}
.contact-form .text-danger {
    color: #dc3545 !important;
    margin-bottom: 0 !important;
    margin-top: 16px !important;
}
.contact-side-box .title {
    margin-bottom: 30px;
}
.contact-side-box .title h3 {
    font-size: 25px;
    margin-bottom: 0;
}
.contact-side-box .info-box {
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
}
.contact-side-box .info-box:last-child {
    margin-bottom: 0;
}
.contact-side-box .info-box .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.contact-side-box .info-box .icon i {
    font-size: 30px;
    color: #0054a7;
}
.contact-side-box .info-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.contact-side-box .info-box .list {
    padding-left: 0;
    margin-bottom: 0;
}
.contact-side-box .info-box .list li {
    color: #606060;
    margin-bottom: 5px;
    list-style-type: none;
}
.contact-side-box .info-box .list li:last-child {
    margin-bottom: 0;
}
.contact-side-box .info-box .list li span {
    float: right;
}
.contact-side-box .info-box span {
    font-size: 16px;
    color: #606060;
}
.contact-side-box .info-box a {
    color: #606060;
    display: block;
}
.contact-side-box .info-box a:hover {
    color: #0054a7;
}
.map iframe {
    border: none;
    height: 485px;
    width: 100%;
    margin-bottom: -8px;
}
.map .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.widget-area .widget {
    margin-top: 35px;
}
.widget-area .widget:first-child {
    margin-top: 0;
}
.widget-area .widget .widget-title {
    border-bottom: 1px solid #0054a7;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-size: 25px;
    font-weight: 600;
}
.widget-area .widget_search {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    background-color: #fff;
    padding: 25px;
}
.widget-area .widget_search form {
    position: relative;
}
.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}
.widget-area .widget_search form .screen-reader-text {
    display: none;
}
.widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #ecf3ff;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.widget-area .widget_search form .search-field:focus {
    border-color: #ecf3ff;
    background-color: transparent;
}
.widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    line-height: 55px;
    z-index: 1;
    border: none;
    color: #fff;
    background-color: #0054a7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}
.widget-area .widget_search form button:hover {
    background-color: #111;
    color: #fff;
}
.widget-area .widget_search form button i {
    font-size: 20px;
}
.widget-area .widget_categories {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    background-color: #fff;
    padding: 25px;
}
.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #606060;
    text-transform: capitalize;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget-area .widget_categories ul li a {
    color: #111;
    display: block;
}
.widget-area .widget_categories ul li a:hover {
    color: #e60027;
    letter-spacing: 1px;
}
.widget-area .widget_hours {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    background-color: #fff;
    padding: 25px;
}
.widget-area .widget_hours ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_hours ul li {
    position: relative;
    margin-bottom: 12px;
    color: #606060;
    text-transform: capitalize;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.widget-area .widget_hours ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget-area .widget_hours ul li a {
    color: #111;
    display: block;
}
.widget-area .widget_hours ul li a:hover {
    color: #e60027;
    letter-spacing: 1px;
}
.widget-area .widget_hours ul li span {
    float: right;
}
.widget-area .widget_appointment {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    background-color: #fff;
    padding: 25px;
}
.widget-area .widget_appointment .form-group {
    margin-bottom: 15px;
}
.widget-area .widget_appointment .form-group .form-control, .widget-area .widget_appointment .form-group .nice-select.form-control {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 45px;
    border-radius: 2px;
    font-size: 16px;
    color: #666666;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 1px;
    padding-bottom: 2px;
}
#secondary textarea.form-control {
    height: 110px !important;
}
.widget-area .widget_appointment .form-group .list-unstyled {
    color: red;
    margin-top: 5px;
}
.widget-area .widget_appointment .text-danger {
    color: #dc3545 !important;
    font-size: 20px !important;
    margin-top: 15px !important;
}
.widget-area .widget_finix_posts_thumb {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    background-color: #fff;
    padding: 25px;
    position: relative;
    overflow: hidden;
}
.widget-area .widget_finix_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 20px;
}
.widget-area .widget_finix_posts_thumb .item:last-child {
    margin-bottom: 0;
}
.widget-area .widget_finix_posts_thumb .item .thumb {
    float: left;
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 60px;
    margin-right: 15px;
    margin-top: 5px;
}
.blog-details-desc p
{
    text-align: justify;
}
.blog-details-desc h2
{
    font-weight: 700;
}
.widget-area .widget_finix_posts_thumb .item .thumb .fullimage {
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget-area .widget_finix_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../img/blog/image1.jpg);
}
.widget-area .widget_finix_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../img/blog/image2.jpg);
}
.widget-area .widget_finix_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../img/blog/image3.jpg);
}
.widget-area .widget_finix_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 0px;
}
.widget-area .widget_finix_posts_thumb .item .info time {
    display: block;
    color: #606060;
    text-transform: capitalize;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}
.widget-area .widget_finix_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 700;
}
.widget-area .widget_finix_posts_thumb .item .info .title a {
    display: inline-block;
}
.widget-area .widget_tag_cloud {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    background-color: #fff;
    padding: 25px;
}
.widget-area .tagcloud a {
    display: inline-block;
    color: #111;
    font-weight: 400;
    font-size: 14.5px !important;
    padding: 6px 12px;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    color: #606060;
    margin-top: 8px;
    margin-right: 4px;
}
.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
    color: #fff;
    background-color: #0054a7;
    border-color: #0054a7;
    border: 1px solid #0054a7;
}
.widget-area .widget_archives {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    background-color: #fff;
    padding: 25px;
}
.widget-area .widget_archives ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_archives ul li {
    position: relative;
    margin-bottom: 12px;
    color: #606060;
    text-transform: capitalize;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.widget-area .widget_archives ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget-area .widget_archives ul li a {
    color: #111;
    display: block;
}
.widget-area .widget_archives ul li a:hover {
    color: #e60027;
    letter-spacing: 1px;
}
.services-details-desc .image {
    margin-bottom: 30px;
}
.services-details-desc .content h3 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}
.services-details-desc .content p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.services-details-desc .content .text {
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.services-details-desc .deserve-item h3 {
    font-size: 30px;
}
.services-details-features {
    padding: 30px 30px;
    background-color: #f9fafb;
    margin-top: 35px;
}
.services-details-features .content {
    margin-bottom: 35px;
}
.services-details-features .content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.services-details-features .content p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.services-details-features .features-item {
    text-align: center;
}
.services-details-features .features-item .icon {
    margin-bottom: 20px;
}
.services-details-features .features-item .icon i {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #fff;
    font-size: 50px;
    color: #0054a7;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    text-align: center;
    border-radius: 50px;
}
.services-details-features .features-item h3 {
    font-size: 25px;
    margin-bottom: 0;
    line-height: 1.4;
}
.services-details-others {
    margin-top: 35px;
    margin-bottom: 25px;
}
.services-details-others h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.services-details-others p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.services-details-list {
    margin-top: 35px;
}
.services-details-list .content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.services-details-list .content p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.services-details-list .content .list {
    padding-left: 0;
    margin-top: 16px;
    margin-bottom: 0;
}
.services-details-list .content .list li {
    list-style-type: none;
    color: #606060;
    font-weight: 400;
    margin-bottom: 10px;
}
.services-details-list .content .list li:last-child {
    margin-bottom: 0;
}
.services-details-list .content .list li i {
    color: #0054a7;
    margin-right: 5px;
}
.funding-content span {
    color: #0054a7;
}
.funding-content h3 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 16px;
}
.funding-content strong {
    font-size: 18px;
    color: #111;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.funding-content .funding-list {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.funding-content .funding-list li {
    list-style-type: none;
    color: #606060;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Lato', sans-serif;
}
.funding-content .funding-list li:last-child {
    margin-bottom: 0;
}
.funding-content .funding-list li span {
    color: #0054a7;
}
.funding-content .funding-list li b {
    color: #111;
}
.funding-image img {
    height: 100%;
}
.works-area {
    position: relative;
    z-index: 1;
}
.works-area .section-title {
    max-width: 570px;
    margin: 0 auto 45px;
}
.works-area .section-title h {
    margin-bottom: 0;
    line-height: 1.4;
}
.works-area .container {
    max-width: 1140px;
}
.works-item {
    text-align: center;
    margin-bottom: 30px;
}
.works-item .icon {
    margin-bottom: 20px;
}
.works-item .icon i {
    display: inline-block;
    height: 100px;
    font-style: inherit;
    width: 100px;
    line-height: 100px;
    background-color: #fff;
    font-size: 50px;
    color: #0054a7;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    text-align: center;
    border-radius: 50px;
}
.works-item h3 {
    font-size: 21px;
    margin-bottom: 5px;
    line-height: 1.4;
    font-weight: 600;
}
.works-item p
{
    margin-bottom: 0;
}
.works-item h5 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 5px;
}
.works-shape .shape {
    position: absolute;
    left: 31%;
    top: 60%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}
.works-shape .shape2 {
    position: absolute;
    right: 31%;
    top: 55%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}
.funding-form-area {
    background-color: #f9fafb;
}
.funding-form-area .container {
    max-width: 870px;
}
.funding-form-area .section-title {
    max-width: 540px;
    margin: 0 auto 45px;
}
.funding-form-area .section-title h {
    margin-bottom: 0;
    line-height: 1.4;
}
.funding-form .form-group {
    margin-bottom: 15px;
}
.funding-form .form-group label {
    color: #606060 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.funding-form .form-group .form-control {
    background-color: transparent;
    border: 1px solid #cbcbcc;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 60px;
    border-radius: 0;
    color: #111;
    font-size: 16px;
}
.buy-checkbox-btn {
    margin-top: 10px;
}
.buy-checkbox-btn input {
    display: none;
}
.buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #606060;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #111;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.buy-checkbox-btn .cbx span:last-child {
    position: relative;
    top: 2px;
    padding-left: 4px;
    color: #606060;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.buy-checkbox-btn .cbx span:last-child a {
    color: #0054a7;
}
.buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #0054a7;
}
.buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
    background: #0054a7;
    border-color: #0054a7;
    -webkit-animation: wave 0.4s ease;
    animation: wave 0.4s ease;
}
.buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.buy-checkbox-btn .item:not(:first-child) {
    margin-top: 15px;
}
.funding-btn {
    margin-top: 25px;
}
.loan-area .container {
    max-width: 1140px;
}
.loan-image {
    position: relative;
}
.loan-image .loan-shape {
    background-image: url(../img/about/shape.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 60px;
}
.loan-image .loan-shape .text {
    text-align: center;
    margin-top: 50px;
}
.loan-image .loan-shape .text img {
    display: block;
    margin: auto;
    margin-bottom: 8px;
}
.loan-image .loan-shape .text span {
    color: #111;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.loan-content h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 12px;
}
.loan-content p {
    margin-bottom: 0;
}
.loan-content .list {
    padding-left: 0;
    margin-top: 16px;
    margin-bottom: 18px;
}
.loan-content .list li {
    position: relative;
    margin-bottom: 12px;
    color: #606060;
    padding-left: 18px;
    text-transform: capitalize;
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
}
.loan-content .list li:last-child {
    margin-bottom: 0;
}
.loan-content .list li::before {
    background: #e60027;
    height: 8px;
    width: 8px;
    content: "";
    left: 0;
    top: 7px;
    position: absolute;
    border-radius: 30px;
}
.loan-content .list li a {
    color: #111;
    display: block;
}
.loan-content .list li a:hover {
    color: #e60027;
    letter-spacing: 1px;
}
.loan-content h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.loan-content .loan-list {
    padding-left: 0;
    margin-top: 16px;
    margin-bottom: 25px;
}
.loan-content .loan-list li {
    list-style-type: none;
    color: #606060;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.loan-content .loan-list li:last-child {
    margin-bottom: 0;
}
.loan-content .loan-list li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #0054a7;
    font-size: 20px;
}
.overview-area {
    background-color: #f9fafb;
    position: relative;
    z-index: 1;
}
.overview-area .section-title {
    max-width: 570px;
    margin: 0 auto 45px;
}
.overview-area .section-title h2 {
    margin-bottom: 0;
    line-height: 1.4;
}
.overview-item {
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
}
.overview-item .number {
    margin-bottom: 15px;
    position: relative;
}
.overview-item .number span {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    font-size: 20px;
    color: #111;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    position: relative;
    z-index: 1;
}
.overview-item .number strong {
    font-size: 70px;
    color: #E1EDF9;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: 0;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}
.overview-item h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}
.overview-shape .shape {
    position: absolute;
    left: 30%;
    top: 60%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
}
.overview-shape .shape2 {
    position: absolute;
    right: 30%;
    top: 55%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}
.check-area {
    background-color: #f9fafb;
}
.check-content {
    margin-bottom: 30px;
}
.check-content h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 12px;
}
.check-content p {
    margin-bottom: 0;
}
.check-text h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 12px;
}
.check-text p {
    margin-bottom: 0;
}
.check-text .list {
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 0;
}
.check-text .list li {
    position: relative;
    margin-bottom: 12px;
    color: #606060;
    padding-left: 18px;
    text-transform: capitalize;
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
}
.check-text .list li:last-child {
    margin-bottom: 0;
}
.check-text .list li::before {
    background: #e60027;
    height: 8px;
    width: 8px;
    content: "";
    left: 0;
    top: 7px;
    position: absolute;
    border-radius: 30px;
}
.check-text .list li a {
    color: #111;
    display: block;
}
.check-text .list li a:hover {
    color: #e60027;
    letter-spacing: 1px;
}
.inquiry-content {
    margin-bottom: 30px;
}
.inquiry-content h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 12px;
}
.inquiry-content p {
    margin-bottom: 0;
}
.inquiry-form .form-group {
    margin-bottom: 15px;
}
.inquiry-form .form-group label {
    color: #606060 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.inquiry-form .form-group .form-control {
    background-color: transparent;
    border: 1px solid #cbcbcc;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: 50px;
    border-radius: 0;
    color: #cbcbcc;
    font-size: 16px;
}
.inquiry-btn {
    margin-top: 20px;
}
.pagination-area {
    margin-top: 20px;
}
.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    display: inline-block;
    background-color: #fff;
    line-height: 48px;
    color: #111;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
    background: #0054a7;
    color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination-area .page-numbers i {
    font-size: 30px;
    position: relative;
    top: 5px;
}
.blog-details-desc .post-meta {
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 16px;
}
.blog-details-desc .post-meta li {
    list-style-type: none;
    color: #606060;
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
}
.blog-details-desc .post-meta li:last-child {
    margin-right: 0;
}
.blog-details-desc .post-meta li i {
    color: #0054a7;
    margin-right: 5px;
}
.blog-details-desc .post-meta li a {
    color: #606060;
}
.blog-details-desc .content h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 14px;
}
.blog-details-desc .content .blog-btn {
    margin-top: 20px;
}
.blog-details-desc .desc-text {
    margin-top: 20px;
}
.blog-details-desc .desc-text h3 {
    font-size: 25px;
    margin-bottom: 14px;
    font-weight: 600;
}
.blog-details-desc .desc-text-one {
    margin-top: 20px;
}
.blog-details-desc .desc-text-one h3 {
    font-size: 25px;
    margin-bottom: 14px;
}
.blog-details-desc .article-share {
    margin-top: 30px;
}
.blog-details-desc .article-share .social {
    padding-left: 0;
    list-style-type: none;
    background-color: #f9fafb;
    padding: 12px 25px;
    line-height: 1;
    margin-bottom: 0;
}
.blog-details-desc .article-share .social li {
    display: inline-block;
    margin-right: 5px;
}
.blog-details-desc .article-share .social li:last-child {
    margin-right: 0;
}
.blog-details-desc .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 600;
    color: #333;
    position: relative;
    top: -5px;
}
.blog-details-desc .article-share .social li a {
    font-size: 20px;
    color: #333;
}
blockquote,
.blockquote {
    overflow: hidden;
    background-color: #f9fafb;
    padding: 35px !important;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}
blockquote p,
.blockquote p {
    color: #111 !important;
    line-height: 1.6;
    text-align: center;
    max-width: 630px;
    margin: auto;
    font-weight: 700;
    font-size: 16px !important;
}
blockquote i,
.blockquote i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    background-color: #0054a7;
    color: #fff;
    font-size: 25px;
    text-align: center;
    position: absolute;
    margin-top: 5px;
}
.comment-reply {
    margin-top: 30px;
}
.comment-reply .comment-reply-title {
    border-bottom: 1px solid #0054a7;
    padding-bottom: 10px;
    margin-bottom: 12px;
    text-transform: capitalize;
    position: relative;
    font-size: 24px;
}
.comment-reply .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}
.comment-reply .comment-form {
    overflow: hidden;
}
.comment-reply .comment-notes {
    margin-bottom: 20px;
    margin-top: 10px;
}
.comment-reply .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.comment-reply label {
    display: block;
    font-weight: 400;
    color: #111;
    margin-bottom: 5px;
}
.comment-reply input[type="date"],
.comment-reply input[type="time"],
.comment-reply input[type="datetime-local"],
.comment-reply input[type="week"],
.comment-reply input[type="month"],
.comment-reply input[type="text"],
.comment-reply input[type="email"],
.comment-reply input[type="url"],
.comment-reply input[type="password"],
.comment-reply input[type="search"],
.comment-reply input[type="tel"],
.comment-reply input[type="number"],
.comment-reply textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comment-reply input[type="date"]:focus,
.comment-reply input[type="time"]:focus,
.comment-reply input[type="datetime-local"]:focus,
.comment-reply input[type="week"]:focus,
.comment-reply input[type="month"]:focus,
.comment-reply input[type="text"]:focus,
.comment-reply input[type="email"]:focus,
.comment-reply input[type="url"]:focus,
.comment-reply input[type="password"]:focus,
.comment-reply input[type="search"]:focus,
.comment-reply input[type="tel"]:focus,
.comment-reply input[type="number"]:focus,
.comment-reply textarea:focus {
    border-color: #e60027;
}
.comment-reply .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}
.comment-reply .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}
.comment-reply .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.comment-reply .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.comment-reply .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 4px;
}
.comment-reply .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #606060;
    font-weight: 400;
    position: relative;
    top: -2px;
}
.comment-reply .form-submit {
    float: left;
    width: 100%;
}
.comment-reply .form-submit input {
    background: #e60027;
    border: none;
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 16px;
}
.comment-reply .form-submit input:hover,
.comment-reply .form-submit input:focus {
    color: #fff;
    background-color: #111;
}
.footer-area {
    background-color: #111;
}
.footer-area.bg-top .single-footer-widget {
    margin-top: 80px;
}
.single-footer-widget {
    margin-bottom: 25px;
}
.single-footer-widget .logo img {
    margin-bottom: 25px;
}
.single-footer-widget p {
    color: #fff;
    margin-bottom: 0;
}
.single-footer-widget .social {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.single-footer-widget .social li {
    list-style-type: none;
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    font-size: 23px;
}
.single-footer-widget .social li a
{
    font-size: 19px;
}
.single-footer-widget .social li:last-child {
    margin-right: 0;
}
.single-footer-widget .social li a {
    color: #fff;
}
.icon-link.fill.facebook {
  background-color: #3b5998;
}
.icon-link.fill.facebook:hover {
  background-color: #fff;
}
.icon-link.fill.facebook:hover .fa-facebook {
  color: #3b5998;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.instagram {
  background-color: rgb(220 46 165);
}
.icon-link.fill.instagram:hover {
  background-color: #fff;
}
.icon-link.fill.instagram:hover .fa-instagram {
  color: rgb(220 46 165);
  transition: color 150ms ease-in-out;
}

.icon-link.fill.tumblr {
  background-color: #32506d;
}
.icon-link.fill.tumblr:hover {
  background-color: #fff;
}
.icon-link.fill.tumblr:hover .fa-tumblr {
  color: #32506d;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.linkedin {
  background-color: #007bb6;
}
.icon-link.fill.linkedin:hover {
  background-color: #fff;
}
.icon-link.fill.linkedin:hover .fa-linkedin {
  color: #007bb6;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.twitter {
  background-color: #00aced;
}
.icon-link.fill.twitter:hover {
  background-color: #fff;
}
.icon-link.fill.twitter:hover .fa-twitter {
  color: #00aced;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.google-plus {
  background-color: #dd4b39;
}
.icon-link.fill.google-plus:hover {
  background-color: #fff;
}
.icon-link.fill.google-plus:hover .fa-google-plus {
  color: #dd4b39;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.reddit {
  background-color: #8bbbe3;
}
.icon-link.fill.reddit:hover {
  background-color: #fff;
}
.icon-link.fill.reddit:hover .fa-reddit {
  color: #8bbbe3;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.youtube {
  background-color: #df1c31;
}
.icon-link.fill.youtube:hover {
  background-color: #fff;
}
.icon-link.fill.youtube:hover .fa-youtube {
  color: #df1c31;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.pinterest {
  background-color: #b81621;
}
.icon-link.fill.pinterest:hover {
  background-color: #fff;
}
.icon-link.fill.pinterest:hover .fa-pinterest {
  color: #b81621;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.github {
  background-color: #444;
}
.icon-link.fill.github:hover {
  background-color: #fff;
}
.icon-link.fill.github:hover .fa-github {
  color: #444;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.envelope {
  background-color: #333;
}
.icon-link.fill.envelope:hover {
  background-color: #fff;
}
.icon-link.fill.envelope:hover .fa-envelope {
  color: #333;
  transition: color 150ms ease-in-out;
}
.icon-link.fill.soundcloud {
  background-color: #f50;
}
.icon-link.fill.soundcloud:hover {
  background-color: #fff;
}
.icon-link.fill.soundcloud:hover .fa-soundcloud {
  color: #f50;
  transition: color 150ms ease-in-out;
}
.icon-link.brand {
  background-color: #fff;
}
.icon-link.brand .fa {
  color: #006FC2;
}
.icon-link.round {
  border-radius: 50%;
}
.icon-link.round-corner {
  border-radius: 5px;
}
.icon-link:hover.facebook {
  border: 2px solid #3b5998;
}
.icon-link:hover.tumblr {
  border: 2px solid #32506d;
}
.icon-link:hover.linkedin {
  border: 2px solid #007bb6;
}
.icon-link:hover.twitter {
  border: 2px solid #00aced;
}
.icon-link:hover.google-plus {
  border: 2px solid #dd4b39;
}
.icon-link:hover.reddit {
  border: 2px solid #8bbbe3;
}
.icon-link:hover.youtube {
  border: 2px solid #df1c31;
}
.icon-link:hover.pinterest {
  border: 2px solid #b81621;
}
.icon-link:hover.github {
  border: 2px solid #444;
}
.icon-link:hover.envelope {
  border: 2px solid #333;
}
.icon-link:hover.soundcloud {
  border: 2px solid #f50;
}
.icon-link:hover .fa-facebook {
  color: #3b5998;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-tumblr {
  color: #32506d;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-linkedin {
  color: #007bb6;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-twitter {
  color: #00aced;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-google-plus {
  color: #dd4b39;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-reddit {
  color: #8bbbe3;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-youtube {
  color: #df1c31;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-pinterest {
  color: #b81621;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-github {
  color: #444;
  transition: color 150ms ease-in-out;
}
a.icon-link {
    display: block;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 1;
}
.icon-link:hover .fa-envelope {
  color: #333;
  transition: color 150ms ease-in-out;
}
.icon-link:hover .fa-soundcloud {
  color: #f50;
  transition: color 150ms ease-in-out;
}
.single-footer-widget .social li a:hover {
    color: #0054a7;
}
.single-footer-widget h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333535;
}
.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
}
.single-footer-widget .quick-links li {
    list-style-type: none;
    margin-bottom: 18px;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-footer-widget .quick-links li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .quick-links li a {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-footer-widget .quick-links li i
{
    margin-right: 5px;
}
.single-footer-widget .quick-links li:hover a, .single-footer-widget .quick-links li:hover i {
    color: #0054a7;
    letter-spacing: 1px;
}
.single-footer-widget .info-contact {
    position: relative;
    padding-left: 40px;
    margin-bottom: 22px;
}
.single-footer-widget .info-contact:last-child {
    margin-bottom: 0;
}
.single-footer-widget .info-contact i {
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    top: 5px;
}
.single-footer-widget .info-contact span {
    font-size: 16px;
    color: #fff;
}
.single-footer-widget .info-contact a {
    color: #fff;
    display: block;
}
.single-footer-widget .info-contact a:hover {
    color: #0054a7;
}
.copy-right-area {
    background-color: #b30000;
    border-top: 1px solid #b30000;
    padding-top: 25px;
    padding-bottom: 25px;
}
.copy-right-content p a {
    display: inline-block;
    font-weight: 600;
    color: #fff;
}
.copyright p{
    color: #fff;
    font-size: 15px;
}
.copy-right-content p a:hover {
    color: #0054a7;
}
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #fff;
    background-color: #111;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.go-top:hover {
    background-color: #0054a7;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.header-top{
    position:relative;
    color:#ffffff;
    background-color: #b30000;
}

.header-top .inner-container{
    position:relative;
}

.header-top .top-left {
    position: relative;
    float: left;
    padding: 9px 0px 9px;
}

.header-top .top-left .links{
    position:relative;
    float:left;
}

.header-top .top-left .links li{
    position:relative;
    float:left;
    margin-right:24px;
    line-height:1em;
    color:#ababab;
}
.header-top ul li
{
    list-style:  none;
}
.header-top ul
{
    margin:  0;
}
.header-top .top-left ul li:last-child{
    margin-right:0px;
    padding-right:0px;
    border:0px;
}

.header-top .top-left .links li:last-child:after{
    display:none;   
}

.header-top .top-left .links li .icon{
    position:relative;
    top:0px;
    font-size:15px;
    padding-right:12px;
    line-height:24px;
}

.header-top .top-left .links li a{
    position:relative;
    line-height:24px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.header-top .top-left .links li a:hover{
    color:#009dea;
}

.header-top .top-right {
    position: relative;
    float: right;
    padding: 5px 0px;
}

/*Social Icons*/

.header-top .social-icon{
    position:relative;
    float:left;
}

.header-top .social-icon li {
    position: relative;
    float: left;
    margin-left: 10px;
}

.header-top .social-icon li a {
    position: relative;
    display: block;
    line-height: 29px;
    font-size: 16px;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-two .header-top .social-icon li a{
    color:#000000;
}

.header-top .social-icon li a:hover{
    opacity:0.60;
}
.header-top .social-icon li.toptext {
    /* margin: 7px 0; */
    color: #fff;
    position: relative;
    top: 4px;
    right: 7px;
}
.fsfourteen {
    font-size: 15px !important;
}
.text-justify
{
    text-align: justify;
}
.company-content h3, .company-content h6 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 600;
}
.company-content .company-text .icon i {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.company-content .company-text .icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #e60027;
    width: 55px;
    border-radius: 50%;
    height: 55px;
    line-height: 55px;
}
.company-content p
{
    text-align: justify;
}
.overview-item h5 {
    font-size: 23px;
    font-weight: 600;
}
.overview-item p
{
    margin-bottom: 0;
}
p >a img {
    border-radius: 6px;
}
.copyright p {
    color: #fff;
}
.blog-item .content .blog-btn .default-btn
{
    padding: 7px 20px;
}
.blog-item {
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
}
.blog-item .content {
    margin-top: 0;
    padding: 20px 15px;
}
.about-btn
{
    margin-top: 20px;
}
.firstarrow
{
    position: absolute;
    left: 13px;
    font-size: 25px;
    /* font-weight: 600; */
    bottom: top;
    top: -20%;
    color: #0054a7;
}
.secondarrow
{
    position: absolute;
    left: 13px;
    font-size: 25px;
    /* font-weight: 600; */
    bottom: top;
    top: 20%;
    color: #0054a7;
}
.deserve-content h5 {
    margin-bottom: 5px;
    font-size: 16px;
}
.ps-timeline-sec {
     position: relative;
     background: #fff;
}
 .ps-timeline-sec .container {
     position: relative;
}
 @media screen and (max-width: 767px) {
     .ps-timeline-sec .container ol:before {
         background: #000000;
         content: "";
         width: 10px;
         height: 10px;
         border-radius: 100%;
         position: absolute;
         top: 130px !important;
         left: 36px !important;
    }
     .ps-timeline-sec .container ol:after {
         background: #000000;
         content: "";
         width: 10px;
         height: 10px;
         border-radius: 100%;
         position: absolute;
         top: inherit !important;
         left: 36px;
    }
     .ps-timeline-sec .container ol.ps-timeline {
         margin: 130px 0 !important;
         border-left: 2px solid #000000;
         padding-left: 0 !important;
         padding-top: 120px !important;
         border-top: 0 !important;
         margin-left: 25px !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li {
         height: 220px;
         float: none !important;
         width: inherit !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
         width: 70px;
    }
     .ps-timeline-sec .container ol.ps-timeline li:last-child {
         margin: 0;
         bottom: 0 !important;
         height: 120px;
    }
     .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
         bottom: 40px !important;
         width: 40% !important;
         margin-left: 25px !important;
         margin-top: 0 !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
         width: 100%;
    }
     .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
         margin-bottom: 0 !important;
         top: 20px;
         width: 50% !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li span {
         left: 0 !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
         content: none !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
         content: none !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
         content: none !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
         content: none !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
         position: absolute !important;
         bottom: 150px !important;
         width: 30% !important;
         float: left !important;
         margin-left: 35px !important;
         margin-bottom: 0 !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
         margin: 0 auto !important;
         width: 80% !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
         position: absolute !important;
         bottom: 115px !important;
         width: 30% !important;
         float: left !important;
         margin-left: 35px !important;
         margin-bottom: 0 !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li p {
         text-align: left !important;
         width: 100% !important;
         margin: 0 auto !important;
         margin-top: 0px !important;
    }
     .ps-timeline-sec .container ol.ps-timeline li .ps-top {
         width: 60% !important;
         float: right !important;
         right: 0;
         top: -40px;
    }
     .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
         width: 60% !important;
         float: right !important;
         right: 0;
         top: -40px;
    }
}
 .ps-timeline-sec .container ol:before {
     background: #0000004d;
     content: "";
     width: 10px;
     height: 10px;
     border-radius: 100%;
     position: absolute;
     left: 0px;
     bottom: -4px;
}
 .ps-timeline-sec .container ol:after {
     background: #0000004d;
     content: "";
     width: 10px;
     height: 10px;
     border-radius: 100%;
     position: absolute;
     right: 0px;bottom: -4px;
}
 .ps-timeline-sec .container ol.ps-timeline {
     margin: 250px 0;
     position: relative;
     padding: 0;
     border-top: 2px solid #00000017;
     list-style: none;
}
 .ps-timeline-sec .container ol.ps-timeline li {
     float: left;
     width: 16.5%;
     padding-top: 30px;
     position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
     align-items: center;
     justify-content: center;
     width: 120px;
     height: 45px;
     margin-left: -60px;
     background: #fff;
     border: 2px solid #00000017;
     /* border-radius: 50%; */
     box-shadow: 0 0 0 0px #fff;
     text-align: center;
     line-height: 50px -10;
     color: #000;
     font-size: 15px;
     font-style: normal;
     font-weight: 600;
     position: absolute;
     top: -26px;
     display: flex;
     left: 50%;
     line-height: 1;
     box-shadow: 0 2px 28px 0 rgb(0 0 0 / 4%);
}
 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
     content: '';
     color: #00000017;
     width: 2px;
     height: 50px;
     background: #00000017;
     position: absolute;
     top: -50px;
     left: 50%;
}
 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
     content: '';
     color: #00000017;
     width: 8px;
     height: 8px;
     background: #00000017;
     position: absolute;
     bottom: 90px;
     left: 47.5%;
     border-radius: 100%;
}
 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
     content: '';
     color: #00000017;
     width: 2px;
     height: 50px;
     background: #00000017;
     position: absolute;
     bottom: -50px;
     left: 50%;
}
 .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
     content: '';
     color: #00000017;
     width: 8px;
     height: 8px;
     background: #00000017;
     position: absolute;
     top: 90px;
     left: 47.5%;
     border-radius: 100%;
}
 .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
     position: absolute;
     bottom: 0;
     margin-bottom: 130px;
     width: 100%;
}
 .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
     display: table;
     margin: 0 auto;
     width: 100px;
}
 .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
     position: absolute;
     margin-top: 60px;
     width: 100%;
}
 .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
     display: table;
     margin: 0 auto;
     width: 100px;
}
 .ps-timeline-sec .container ol.ps-timeline li p {
     text-align: center;
     width: 100%;
     margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
}
 .ps-timeline-sec .container ol.ps-timeline li .ps-top {
     position: absolute;
     bottom: 0;
     margin-bottom: 100px;
}
 .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
     position: absolute;
     margin-top: 35px;
}
 ol
 {
    list-style: none;
 }
 ol li
 {
    list-style:  none;
 }
 td.tg-0pky, th.tg-xldj {
    width: 100%;
    display: block;
}
th.tg-xldj
{
    color: #fff;
    margin-bottom: 7px;
}
 td.tg-0pky
 {
    margin-bottom: 15px;
 }
 table#calc-table {
    color: #fff;
}
.rate-btn .default-btn
{
    width: auto;
}
.rate-form .rate-btn .default-btn {
    background-color: #000;
    color: #fff;
    width: auto;
    padding: 13px 65px;
    cursor: pointer;
}

.rate-form .rate-btn .default-btn:hover {
    background-color: #fff;
    color: #000 !Important;
}
th.bodytext, td.bodytext {
    font-weight: normal;
    color: #fff;
}
.img-fill{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

.img-fill > img {
    min-height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
}

.Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}

.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0;
}

.slick-slide {
    float: left /* If RTL Make This Right */ ;
    padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider{overflow:hidden;}

.Modern-Slider .NextArrow{
    position:absolute;
    top:50%;
    right:0px;
    width:45px;
    height:80px;
    background:rgba(0,0,0,.50);
    border:0 none;
    margin-top:-22.5px;
    text-align:center;
    font:30px/80px FontAwesome;
    color:#FFF;
    z-index:5;
    cursor:pointer;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
    position:absolute;
    top:50%;
    left:0px;
    width:45px;
    height:80px;
    background:rgba(0,0,0,.50);
    border:0 none;
    margin-top:-22.5px;
    text-align:center;
    font:30px/80px FontAwesome;
    color:#FFF;
    z-index:5;
    cursor:pointer;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
}

.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .NextArrow .Thumbnail{
    display:block;
    position:absolute;
    width:120px;
    height:80px;
    background-size:cover;
    top:0px;
    right:-120px;
    z-index:10;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
}

.Modern-Slider .NextArrow:hover .Thumbnail{
    right:45px;
}

.Modern-Slider .PrevArrow .Thumbnail{
    content:'';
    display:block;
    position:absolute;
    width:120px;
    height:80px;
    background-size:cover;
    top:0px;
    left:-120px;
    z-index:10;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
}

.Modern-Slider .PrevArrow:hover .Thumbnail{
    left:45px;
}

.Modern-Slider .slick-dots{
    position:absolute;
    height:50px;
    bottom:0px;
    width:100%;
    left:0px;
    padding:0px;
    margin:0px;
    list-style-type:none;
    text-align:center;
}

.Modern-Slider .slick-dots li{
    display:inline-block;
    width:15px;
    height:15px;
    background:Transparent;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -webkit-border-radius:50%;
    border-radius:50%;
    border:2px solid #FFF;
    margin:0 2.5px;
    cursor:pointer;
    position:relative;
}

.Modern-Slider .slick-dots li.slick-active{
    background:#fff;
    -webkit-box-shadow:inset 0 0 0 2px rgba(0,0,0,.28);
    box-shadow:inset 0 0 0 2px rgba(0,0,0,.28);
}

.Modern-Slider .slick-dots li a{
    position:absolute;
    bottom:100%;
    left:50%;
    width:120px;
    height:75px;
    display:block;
    visibility:hidden;
    border:4px solid rgba(0,0,0,.50);
    margin-left:-60px;
    margin-bottom:15px;
    -webkit-transition:visibility 0.5s linear 0.5s;
    transition:visibility 0.5s linear 0.5s;
    -webkit-animation:fadeOut 0.5s both;
    animation:fadeOut 0.5s both;
}

.Modern-Slider .slick-dots li a:after{
    content:'';
    position:absolute;
    left:50%;
    margin-left:-8px;
    top:100%;
    width:0;
    height:0;
    border:8px solid Transparent;
    border-top-color:rgba(0,0,0,.50);
    margin-top:4px;
}

.Modern-Slider .slick-dots li:hover a{
    visibility:visible;
    -webkit-transition-delay:0s;
    transition-delay:0s;
    -webkit-animation:fadeIn 0.5s both;
    animation:fadeIn 0.5s both;
    
}

.Modern-Slider .slick-dots li a img{
    width:100%;
    height:100%;
}

.Modern-Slider .item .img-fill{
    height:500px;
}

.Modern-Slider .item .img-fill img{
    filter:blur(1px);
}
.main-slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.Modern-Slider .item.slick-active h3{
  -webkit-animation:flipInX 1s both 1s;
  animation:flipInX 1s both 1s;
}

.Modern-Slider .item.slick-active .info > div{
    -webkit-animation:flipInY 0.5s both 0.5s;
    animation:flipInY 0.5s both 0.5s;
}

.Modern-Slider .item.slick-active h5{
  -webkit-animation:fadeInUp 1s both 1.5s;
  animation:fadeInUp 1s both 1.5s;
}

.Modern-Slider .item:nth-child(odd){
    -webkit-animation:slideOutRight 0.5s both;
    animation:slideOutRight 0.5s both;
}

.Modern-Slider .item.slick-active:nth-child(odd){
    -webkit-animation:slideInLeft 0.5s both;
    animation:slideInLeft 0.5s both;
}

.Modern-Slider .item:nth-child(even){
    -webkit-animation:slideOutLeft 0.5s both;
    animation:slideOutLeft 0.5s both;
}

.Modern-Slider .item.slick-active:nth-child(even){
    -webkit-animation:slideInRight 0.5s both;
    animation:slideInRight 0.5s both;
}


/* ==== Slider Image Transition === */
/* Animate.css */ @keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}
/* Animate.css */ @keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}
/* Animate.css */ @keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}
/* Animate.css */ @keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.main-banner-content {
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.slidetext {
    position: relative;
}
.inner-column1 {
    z-index: 1;
    position: absolute !Important;
    transform: translateY(10%);
    padding: 10px 23px 10px;
    right: -20px;
}
.inner-column1 .rate-form {
    padding: 15px 45px 20px;
    background-color: #ffffffa6;
    border:  2px solid #f9fafbab;
}
.inner-column1 .rate-form .rate-content h3 {
    font-size: 26px;
    margin-bottom: 0;
    color: #000;
}
.inner-column1 .rate-form .form-group .form-control {
    height: 45px;
    }
  .inner-column1 .rate-form .rate-content {
    margin-bottom: 25px;
}
  .inner-column1  .rate-form .rate-btn .default-btn {
    background-color: #0054a7;
    padding: 10px 45px;
    cursor: pointer;
}
  .inner-column1 .rate-form .rate-btn .default-btn:hover {
    background-color: #fff !Important;
    color: #fff !Important;
}
.inner-column1 .rate-form .rate-btn .default-btn:hover letter-spacing{
    background-color: #fff !Important;
}
.slider_new {
    background: url(../img/blog/image6.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 150px 0 300px 0;
}
.slider_new .main-banner-content {
    text-align: left;
    position: relative;
    top: auto;
    transform: translateY(0);
    width: 100%;
}
.Modern-Slider.slider_new .PrevArrow, .Modern-Slider.slider_new .NextArrow
{
    display: none !Important;
}
.gdlr-core-shape-divider-wrap svg {
    left: 50%;
    position: relative;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#gdlr-core-shape-divider-78201 svg {
    width: 110%;
}
.gdlr-core-shape-divider-wrap.gdlr-core-pos-bottom.gdlr-core-inverted {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.gdlr-core-shape-divider-wrap.gdlr-core-pos-bottom {
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gdlr-core-shape-divider-wrap {
    overflow: hidden;
    line-height: 0;
    z-index: -1;
}
.news .Modern-Slider .item .img-fill{
    height:auto;
}
.staticimg
{
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    padding:  10px;
    background-color: #fff;
}
.p-10
{
    padding: 10px;
}
.imgbox-item {
    padding: 20px 10px;
    min-height: 270px;
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    border-radius: 5px;
}.imgbox-item {}

.imgbox-item h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}

.imgbox-item img {
    width: 100%;
    height: 185px;
}
.pt-30 {
    padding-top: 30px;
}

.services-details-desc .content .maintitle, .services-details-features .content h3.maintitle {
    font-size: 25px !important;
    font-weight: 600;
    margin-bottom: 20px;
}
.linktext a
{
    color: #0054A5;
}
.linktext
{
    margin:  20px 0 10px;
}
ul.fguregtr li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f058";
    left: 0;
    color: #0054a7;
}

ul.fguregtr {
    position: relative;
    padding-left: 25px;
}
ul.fguregtr li
{
    list-style: none;
    padding-bottom: 8px;
}
.servicelist
{
        box-shadow: 0 0 29px 0 rgb(102 102 102 / 10%);
        background-color: #fff;
        padding: 10px;

}
.single-blog .content h3 {
    font-size: 22px;
    margin-bottom: 14px;
    font-weight: 700;
    margin: 15px 0 8px;
}
.row.jusrify-content-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.single-blog .default-btn
{
    padding: 10px 25px;
}
.calculatortable .halftable tr {
    width: 47%;
    display: inline-block;
    margin-right: 3%;
}
.calculatortable .halftable tr.width100 {
    width: 97%;
    display: inline-block;
    margin-right: 3%;
}
.calculatortable .rate-form {
    padding: 35px 45px 35px;
    border:  5px solid #4d8ccaf7;
}
.note_text {
    color: #fff;
    margin-top: 48px;
    display: block;
    font-weight: 600 !important;
}
td.bodytext {
    letter-spacing: 1px;
    color: #eee;    font-weight: 600;
}
.widget-content {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.widget-content .text {
    position: relative;
    background: #462b34;
    padding: 43px 130px 42px 30px;
    min-height: 181px;
}
.widget-content .text .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 177px;
    height: 175px;
    background-repeat: no-repeat;
}
.widget-content .text .image-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.widget-content .link {
    position: relative;
    padding: 12px 30px 16px 30px;
}
.widget-content .link a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #462b34;
}
.widget-content .link a i {
    position: relative;
    top: 5px;
    font-size: 23px;
    font-weight: 400;
    margin-right: 8px;
}
.widget-content h3, .widget-content h2
 {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
section.widget.widget_categories.contactbg {
    background: url(../img/contactbg.png);
    position: relative;
}

section.widget.widget_categories.contactbg:before {
    position: absolute;
    background: #000000b0;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}
.contactbg p, .contactbg a, .contactbg li, .contactbg a li i
{
    color: #fff;
    position: relative;
}
.widget-area .widget_categories.contactbg ul li a
{
    color: #fff;

}
.widget-area .widget_categories.contactbg ul li
{
    display: flex;
    align-items: center;
}
.widget-area .widget_categories.contactbg ul li span
{
    color: #fff;
    margin-right: 5px;
}
.contactbg p
{
    font-weight: 600;
}
.form-control::placeholder {
    color: #666;
}
table.table.table-bordered.table-striped, table.table.table-bordered.table-striped tr {
    border: 1px solid #dee2e6;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: transparent;
    }
    .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    font-size: 15px;
    padding: 10px 15px;
}
.table-bordered thead th {
    background-color: #0054a7;
    color: #fff;
    }
    .services-details-features .imgbox-item {
    padding: 0;
    min-height: auto;
    box-shadow: none;
    border-radius: 5px;
}
.services-details-features .imgbox-item h3 {
    padding: 10px;
    background: #f9fafb;
    color: #606060;
    font-size: 19px;
    font-weight: 600;
}
.imgbox-item img
{
    padding: 10px;
}
.mt-40
{
    margin-top: 40px;
}
section.best-services-area.ptb-20 {
    padding: 20px 25px;
}
.tablelayout tr td
{
    color: #000;
}
.best-services-slider .active.current .tabs-item span
{
    background-color: #000;
    color: #fff;
}
.best-services-slider td.bodytext
{
    font-weight: normal;
    margin-bottom: 10px;
}
.best-services-slider table
{
    margin-top: 20px;
}
.mt
{
    margin-top: 20px;
    height: 30px;
}
.best-services-slider p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
}
.scrollbar
{
    height: 600px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #000000;
}
.content-nim
{
    padding: 20px;
}
.mt-0
{
    margin-top: 0;
}
.m-0
{
    margin:  0;
}
.p-0
{
    padding:  0;
}
.text-right
{
    text-align: right;
}
.bg-6
{
    background: linear-gradient(to bottom,#fffdf2 0,#ffeff5 100%);
}
.s-block {
    background: #fff;
    text-align: center;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px 20px;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #f3e6db;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
}
.s-block .inner-box
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.s-block .imgicon {
    float: left;
    padding-right: 35px;
    width: auto;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}
.s-block .imgicon img {
    width: 90px;
    height: auto;
    margin-bottom: 0px;
}


.s-block .lower-content
{
    text-align: left;
}
.s-block .lower-content h4, .s-block .lower-content h4 a {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}
.s-block .lower-content .text
{
    font-size: 15px;
}
.block.s-block p {
    font-size: 16px;
    text-align: justify;
}
.minhgt
{
    min-height: 460px;
}
.commonspan {
    color: #0054a7;
    font-weight: 600;
}
.commonheading {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 14px;
    font-weight: 600;
}
span.numberspan {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 16px;
}
.imgpos {
    position: relative;
}

.imgpos img {
    position: absolute;
    top: 0;
    width: auto;
    height: 320px;
    left: 25px;
}
.locations-section .single-item .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 34px 40px 37px 40px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.06);
  min-height: 300px;
}

.locations-section .single-item .inner-box .upper-box{
  position: relative;
  text-align: center;
}

.locations-section .single-item .inner-box .upper-box h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}

.locations-section .single-item .inner-box .upper-box p{
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0;
}

.locations-section .single-item .inner-box i{

  left: 0px;
  top: 4px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #0054a7;
  color: #fff;
  border-radius: 50%;
  transition: all 500ms ease;
}

.locations-section .single-item .inner-box .upper-box:hover i{
 
  color: #fff;
}

.locations-section .single-item .inner-box .info-list p{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0px;
}

.locations-section .single-item .inner-box a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #282828;
}
.locations-section .single-item .inner-box i.fa.fa-phone {
    font-size: 23px;
    position: relative;
}
.contactbgpage .contact-form .form-group label
{
    font-weight: 600;
}
.contactbgpage .contact-form .form-group .form-control
{
    height: 45px;
}
.contactbgpage .contact-form {
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 5px;
}
.teambox
{    
    background: #f8f9fa;
    border: 1px solid #0000001f;
    padding: 10px 10px;
    margin-bottom: 20px;
}
.teambox span {
    font-weight: 600;
    width: 37%;
    display: inline-block;
    font-size: 16px;
}
.teambox p{
    font-size: 16px;
}
.privacysec p
{
    text-align: justify;
}
.headingf
{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.headingftwo
{
    font-weight: 600;
    font-size: 22px !Important;
    margin-bottom: 10px;
    margin-top: 20px;
}
.mt20
{
    margin-top: 20px;
}
.services-details-area p
{
    text-align: justify;
}
.bloglist_img .image img {
    height: 260px;
    width: 100%;
}
.blog-item.bloglist_img .content {
    min-height: 290px;
}

#rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}

ul.timelinelist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

ul.timelinelist li {
    width: 15.5%;
}

.yearbox {
    background: #0054a7;
    padding: 10px;
    text-align: center;
    /* display: inline-block; */
    padding: 10px 20px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.greenbox
{
    background: #368a68;
}
li.fmargin {
    margin-top: 200px;
}

.timelinelist li p {
    line-height: 23px;
    font-size: 17px;
    padding-left: 7px;
    color: #fff;
    padding-right: 10px;
}
li.onestep.fifthmargin {
    margin-top: 40px;
}
li.onestep.fourthmargin {
    margin-top: 80px;
}

li.onestep.thirdmargin {
    margin-top: 120px;
}

li.onestep.secmargin {
    margin-top: 160px;
}
.lgreenbox
{
    background: #8fb349;
}
.llgreenbox
{
    background: #ccd64f;
}
.llgreenbox
{
    background: #8db148;
}
.darkgreenbox
{
    background: #379a86;
}
li.onestep.sixmargin {
    position: relative;
}

/*li.onestep.sixmargin:after {
    color: #8fb349;
    font-family: 'FontAwesome';
    content: '\f061';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 70px;
    margin-top: -32px;
    right: -27px;
    z-index: -1;
}*/
.secmargin .lgreenbox{
    height: 109px;
}
.thirdmargin .darkgreenbox{
    height: 149px;
}
.fourthmargin .lgreenbox{
    height: 189px;
}
.fifthmargin .darkgreenbox{
    height: 229px;
}
.sixmargin .lgreenbox{
    height: 269px;
}
.contenttop {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.bgred
{
    background: #d70808;
}
.bgorange
{
    background: #eda117;
}
.bggreen
{
    background: #11af11;
}
.bgyellow
{
    background: #c7c708;
}
.bgpurple
{
    background: #970b97;
}
.bgblue
{
    background: #0054a7;
}

.timelinelist, .timelinelist li
{
    overflow: hidden;
}
.valuelist .value-features li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: justify;
    color: #606060;
}
.contentthree
{
    margin-bottom: 20px;
}
.company-content.contenttwo.contentthree .company-text {
    padding-left: 43px;
    margin-top: 20px;
    margin-bottom: 0;
}
.company-content.contenttwo .company-text {
    padding-left: 43px;    margin-top: 25px;
}
.company-content.contenttwo .company-text .icon {
    top: 7px;
    width: 35px;
    height: 35px;
    line-height: 40px;
}
ul.text-self {
    padding: 0;
    padding-left: 15px;
}
.accordion-content h2
{
    font-weight: 700;
}

ul.text-self li {
    margin-bottom: 11px;
    font-size: 17px;
}
.company-content.contenttwo .company-text .icon i {
    font-size: 18px;
}
.company-content.contenttwo {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 95%;
}
.accordion-content strong
{
    color: #0054a7;
}
.icon-link:hover {
  border: none !important;
}

.border-r .well {
    border: 2px solid #dee2e67a;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 35px;
    margin-top: 10px;
    background: #f8f9fa
}
.section-title h1 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 14px;
}
.choose-title h4 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 14px;
    font-weight: 600;
}
.value-content h5 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 14px;
}
.headingmain
{
    
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 14px;
}
.clients-slider .clients-item .clients-image img {
    margin: auto;
    border-radius: 10%;
    /* width: auto; */
}
      td.greenclr {
    color: #10b110;
}
td.width300 {
    width: 200px;
}
.best-services-slider table {
}

.table-bordered.smallfont td, .table-bordered.smallfont th {
    border: 1px solid #dee2e6;
    font-size: 11px;
    padding: 10px 5px;
}