/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #555555;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2b2b;
}

a {
    color: #313131;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #10417A;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    background: #10417A;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #10417A;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.btn:hover {
    color: #10417A;
    background: transparent;
    box-shadow: inset 0 0 0 0 #10417A;
    border-color: #10417A;
}

#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 999;
}

#loader.show {
    -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
    transition: opacity .6s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .loader {
    position: relative;
    width: 45px;
    height: 45px;
    border: 5px solid #dddddd;
    border-top: 5px solid #10417A;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    padding: 8px 0;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.back-to-top:hover i {
    color: #414141;
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar-brand img {
    max-width: 100%;
    max-height: 37px;
    margin-right: 8px;
}

.navbar .navbar-brand {
    display: flex;
    transition: .5s;
    justify-content: center;
    align-items: center;
}

.navbar .brandDescrp {
    height: 40px;
    border-left: 1px solid black;
    line-height: 3px;
}

.navbar .brandName {
    font-family: Georgia, serif;
    margin-top: 10px;
    font-size: 18.5px;
    font-weight: 600;
    color: #111111;
}

.navbar .brandSlogan {
    font-family: Georgia, serif;
    font-size: 10.3px;
    font-weight: 600;
}

.navbar .brandName,
.navbar .brandSlogan {
    padding-left: 8px;
}


.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
    font-weight: 400;
}

.navbar .btn {
    margin: 0 -20px 0 20px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 50px #ffffff;
    color: #000000;
}

.navbar .btn:hover {
    color: #000000;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #bababa;
}


@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        padding: 30px 60px;
        background: transparent !important;
        border-bottom: 1px dashed rgba(256, 256, 256, .2);
        z-index: 9;
    }

    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #ffffff !important;
    }

    .navbar .navbar-brand {
        color: #ffffff;
    }

    .navbar.nav-sticky .navbar-brand {
        color: #10417A;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 10px 10px 8px 10px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
    }

    .navbar-light.nav-sticky .navbar-nav .nav-link,
    .navbar-light.nav-sticky .navbar-nav .nav-link:focus {
        color: #414141;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: #ffffff;
        border-bottom: 2px solid;
        font-weight: bolder;
        width: 100%;
        padding: 2px;
        margin: 0 8px;
    }

    .navbar-light.nav-sticky .navbar-nav .nav-link:hover,
    .navbar-light.nav-sticky .navbar-nav .nav-link.active {
        color: #10417A;
    }

    .navbar .btn {
        box-shadow: inset 0 0 0 50px #ffffff39;
        color: rgb(0, 0, 0);
        border-radius: 5px;
        border-color: #000000;
    }

    .navbar-light.nav-sticky .btn {
        box-shadow: inset 0 0 0 50px #ffffff;
        color: #000000;
        border-color: #10417A;
    }

    .navbar .btn:hover {
        color: #000000;
        background: transparent;
        box-shadow: inset 0 0 0 0 #10417A;
        border-color: #10417A;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 15px;
        background: #ffffff !important;
    }

    .navbar .navbar-brand {
        color: #10417A;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
    }

    .navbar a.nav-link {
        padding: 3px 10px;
        color: #10417A;
        border-bottom: 0.1px dotted rgb(216, 216, 216);
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .navbar a.active {
        padding: 5px;
        border-bottom: 2px solid #10417A;
        color: #10417A;
        background-color: #e3e3e3;
        font-weight: bolder;
    }

    .navbar a.active::after {
        content: '>';
        position: absolute;
        opacity: 1;
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 10px;
        opacity: 1;
        transition: transform 0.3s ease-out, opacity 0.3s ease-out;
        right: 30px;
    }

    .navbar .dropdown-menu {
        box-shadow: none;
    }

    .navbar .btn {
        margin: 6px 0 -6px 0;
        border-radius: 10px;
        box-shadow: inset 0 0 0 50px #10417A;
        color: #ffffff;
        text-align: center;
        width: 100%;
    }

    .navbar .btn:hover {
        color: #000000;
        background: transparent;
        box-shadow: inset 0 0 0 0 #10417A;
        border-color: #10417A;
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #10417A;
    }
}

@media (max-width: 767.98px) {
    .navbar .brandSlogan {
        color: #10417A;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    padding: 120px 0 0 0;
    overflow: hidden;
    background: linear-gradient(#10417Af2, #10417a5c), url(../img/hero-bgNew.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    position: relative;
    text-align: right;
    padding-right: 75px;
}

.hero .hero-image img {
    max-width: 80%;
    max-height: 80%;
    filter: drop-shadow(5px 5px 10px #ffffffcc);
}

.hero .hero-content {
    position: relative;
    padding-left: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hero .hero-text p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.hero .hero-text h1 {
    color: rgba(255, 255, 255, 0.604);
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.hero .hero-text h2 {
    display: inline-block;
    margin: 0;
    height: 35px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
}

.hero .hero-text .typed-text {
    display: none;
}

.hero .hero-text .typed-cursor {
    font-size: 35px;
    font-weight: 300;
    color: #ffffff;
}

.hero .hero-btn .btn {
    margin-top: 35px;
    color: #10417A;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.hero .hero-btn .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}

.hero .hero-btn .btn:first-child {
    margin-right: 10px;
}

@media (max-width: 991.98px) {
    .hero {
        padding-top: 60px;
    }

    .hero .hero-content {
        padding: 0 15px;
    }

    .hero .hero-text p {
        font-size: 20px;
    }

    .hero .hero-text h1 {
        font-size: 45px;
    }

    .hero .hero-text h2 {
        font-size: 25px;
        height: 25px;
    }

    .hero .hero-btn .btn {
        padding: 12px 30px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767.98px) {
    .hero {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero,
    .hero .hero-text,
    .hero .hero-btn {
        width: 100%;
        text-align: center;
    }

    .hero .hero-text p {
        font-size: 18px;
    }

    .hero .hero-text h1 {
        font-size: 35px;
    }

    .hero .hero-text h2 {
        font-size: 22px;
        height: 22px;
    }

    .hero .hero-btn .btn {
        padding: 10px 15px;
        letter-spacing: 1px;
    }
}

@media (max-width: 575.98px) {
    .hero .hero-text p {
        font-size: 16px;
    }

    .hero .hero-text h1 {
        font-size: 30px;
    }

    .hero .hero-text h2 {
        font-size: 18px;
        height: 18px;
    }

    .hero .hero-btn .btn {
        padding: 8px 10px;
        letter-spacing: 0;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    margin-bottom: 45px;
}

.section-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
}

.section-header p::before {
    position: absolute;
    content: "";
    height: 3px;
    top: 11px;
    right: 0;
    left: -30px;
    background: #10417A;
    z-index: -1;
}

.section-header p::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    top: 11px;
    left: 3px;
    background: #10417A;
    z-index: 1;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 45px;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
        margin-bottom: 58px;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    margin: -45px 0 45px 0;
}

.about .col-lg-6 {
    padding: 0;
}

.about .section-header {
    margin-bottom: 30px;
}

.about .about-img {
    margin-top: -30px;
    max-width: 550px;
    border: 8px solid #88807b;
    border-style: double;
    border-radius: 10px;
}

.about .about-img img {
    width: 100%;
    border-left: 10px double #7a7979;
    border-right: 10px double #7a7979;
}

.about .about-content {
    padding: 0 60px;
}

.about .about-icon {
    width: 60px;
    margin: 0 35px;
}

.about .about-text p {
    font-size: 16px;
}

.about .skills {
    margin-bottom: 30px;
}

.about .skill-name {
    margin-top: 15px;
}

.about .skill-name p {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.about .skill-name p:last-child {
    float: right;
}

.about .progress {
    height: 10px;
    border-radius: 10px;
    background: #dddddd;
}

.about .progress .progress-bar {
    width: 0px;
    background: #10417A;
    border-radius: 10px;
    transition: 2s;
}

.about .about-text a.btn {
    margin-top: 15px;
}

@media (max-width: 650px) {
    .about .about-content {
        padding: 0 15px;
    }

    .scrldiv {
        width: 100%;
        max-width: 400px;
        margin-bottom: -110px;
    }

    .about .about-content .row {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        box-sizing: content-box;
    }

    .about .about-content .row .col-sm-6 {
        width: 100%;
        margin-right: 10px;
    }

    .about .about-content .row p {
        width: 300px;
    }

    .about .about-icon {
        margin: 0 10px;
    }

    .about-sub-content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10%;
        margin-top: 0;
    }
}

.esyStepsContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.easyStepHead {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px 10px 0 0;
}

.easyStepNo h3 {
    font-size: 43px;
    font-weight: 600;
    margin-right: 10px;
    color: #88807b;
}

.easyStepHeading h5 {
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.easyStepNo h3,
.easyStepHeading h5 {
    margin-top: 6px;
}

.esyStepsBox {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin: 15px;
    padding: 10px 25px;
    transition-duration: 0.5s;
    border-radius: 10px;
    /* box-shadow: 0 0 20px #e6e6e68d; */
    box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1), 0px 50px 100px -20px rgba(50, 50, 93, 0.25), 0px 30px 60px -30px rgba(0, 0, 0, 0.3);
}

.phoneResponse {
    display: flex;
    justify-content: center;
}

.esyStepsBox:hover {
    transition-duration: 0.5s;
}

.esyStepsBox p {
    margin-top: 10px;
    font-weight: 500;
    padding: 0 10px;
}

.esyStepsImg img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 10px;
}


@media (max-width: 768px) {
    .whyus {
        padding: 0 3%;
    }

    .esyStepsContainer {
        padding: 0;
        /* flex-wrap: nowrap; */
        flex-direction: column;
    }

    /* .easystepoutercontainer {
        display: flex;
        flex-wrap: wrap;
    } */

    .esyStepsBox {
        width: 95%;
        margin: 0 8px;
    }

    .phoneResponse {
        display: flex;
        flex-direction: column;
    }

    .easyStepHeading h5 {
        font-size: 17px;
        padding: 0;
    }

    .esyStepInfo {
        /* margin-left: 10px; */
    }

}


/*******************************/
/******* Experience CSS ********/
/*******************************/
.experience {
    position: relative;
    padding: 45px 0 15px 0;
}

.experience .timeline {
    background: url(../img/stamp1.png)center center fixed no-repeat;
    background-size: 200px;
    position: relative;
    width: 100%;
    padding: 35px 0;
    bottom: 50%;
}

.experience .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #10417A;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.experience .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 50%;
    margin-bottom: 30px;
}

.experience .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
}

.experience .timeline .timeline-item.right {
    left: 50%;
    padding-left: 30px;
}

.experience .timeline .timeline-item::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 48px;
    right: -8px;
    background: #ffffff;
    border: 2px solid #10417A;
    border-radius: 16px;
    z-index: 1;
}

.experience .timeline .timeline-item.right::after {
    left: -8px;
}

.experience .timeline .timeline-item::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 46px;
    right: 10px;
    z-index: 1;
    border: 10px solid;
    border-color: transparent transparent transparent #10417A;
}

.experience .timeline .timeline-item.right::before {
    left: 10px;
    border-color: transparent #10417A transparent transparent;
}

.experience .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #6ee144;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.experience .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
}

.experience .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 55px);
}

.experience .timeline .timeline-text {
    padding: 30px;
    border-radius: 4px;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.6);
    transition-duration: 0.4s;
    background: radial-gradient(circle, #10417ab7 35%, #10417aef 100%);
    position: relative;
    border-right: 5px solid #ffffff;
}

.experience .timeline .timeline-text {
    color: white;
}

.experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
    border-left: 5px solid #ffffff;
}

.experience .timeline .timeline-text h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
    color: #ffeccf;
}

.experience .timeline .timeline-text h4 {
    color: navajowhite;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.experience .timeline .timeline-text p {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .timeline {
        height: 450px;
        overflow-x: scroll;
    }

    .experience .timeline::after {
        left: 8px;
        min-height: 2050px;
        height: 100%;
    }

    .experience .timeline .timeline-item {
        width: 100%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left {
        padding-right: 0;
    }

    .experience .timeline .timeline-item.right {
        left: 0%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left::after,
    .experience .timeline .timeline-item.right::after {
        left: 0;
    }

    .experience .timeline .timeline-item.left::before,
    .experience .timeline .timeline-item.right::before {
        left: 18px;
        border-color: transparent #10417A transparent transparent;
    }

    .experience .timeline .timeline-item.left .timeline-date,
    .experience .timeline .timeline-item.right .timeline-date {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
    }

    .experience .timeline .timeline-item.left .timeline-text,
    .experience .timeline .timeline-item.right .timeline-text {
        border-right: none;
        border-left: 5px solid #b3cbe3;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background: white;
    /* box-shadow: inset 0 0 0 0 transparent; */
    transition: background ease-out 0.1s;
}

.service .service-icon {
    background-image: url(/img/servicesBackground.png);
    position: relative;
    width: 150px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #10417A; */
}

.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: url(/img/servicesBackground.png);
    background-size: cover;
    opacity: 0;
    /* Initially hidden */
    transition: left 0.5s ease, opacity 0.5s ease;
    /* Transition left and opacity */
}

.service .service-item:hover::before {
    left: 0;
    opacity: 1;
    /* Fade in on hover */
}

.service .service-icon i {
    position: relative;
    font-size: 60px;
    color: #ffffff;
    transition: .3s;
}

.service .service-item:hover i {
    font-size: 75px;
}

.service .service-text {
    position: relative;
    width: calc(100% - 120px);
    padding: 0 30px;
}

.service .service-text:hover {
    position: relative;
    width: calc(100% - 120px);
    padding: 0 30px;
    transition: left 0.5s ease;
}

.service .service-text h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    transition: 1s;
}

.service .service-text p {
    margin: 0;
    font-size: 16px;
    transition: 1s;
}

.service .service-item:hover .service-text h3,
.service .service-item:hover .service-text p {
    color: #ffffff;
}

@media (max-width: 575.98px) {


    .service .service-icon {
        width: 100px;
        background-size: 24em;
    }

    .service .service-text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .service .service-text p {
        font-size: 14px;
        width: 120%;
        min-width: 200px;
    }
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0 15px 0;
}

.portfolio #portfolio-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #10417A;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: inset 0 0 0 50px #10417A;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
    color: #10417A;
    background: transparent;
    box-shadow: inset 0 0 0 0 #10417A;
    border-color: #10417A;
}

.portfolio .portfolio-item {
    position: relative;
}

.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: .5s;
}

.portfolio .portfolio-item:hover img {
    margin-left: 15px;
}

.portfolio .portfolio-text {
    position: relative;
    height: 60px;
    width: calc(100% - 30px);
    margin: -30px 15px 30px 15px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .12);
}

.portfolio .portfolio-text h3 {
    width: calc(100% - 70px);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
}

.portfolio .portfolio-text a.btn {
    width: 50px;
    height: 50px;
    padding: 0 0 2px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: 100;
}

.portfolio .portfolio-item:hover a.btn {
    color: #10417A;
    background: transparent;
    box-shadow: inset 0 0 0 0 #10417A;
    border-color: #10417A;
}

@media (max-width: 767.98px) {
    .portfolioSubContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: auto;

    }

    .portfolio-item .portfolio-img {
        height: 380px;
        width: 335px;
    }

}

/*******************************/
/********* Banner CSS **********/
/*******************************/

.banner {
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding: 90px 0;
    background: url("../img/adbannr.jpg") bottom center no-repeat;
    background-color: #121212;
    background-size: cover;
}

.banner .container {
    max-width: 750px;
    text-align: center;
}

.banner .section-header {
    margin-bottom: 20px;
}

.banner .section-header p {
    color: #ffffff;
    background: transparent;
}

.banner .section-header p::after {
    display: none;
}

.banner .section-header h2 {
    color: #ffffff;
}

.banner .section-header h2 span {
    color: #2b2b2b;
    font-size: 50px;
}

.banner .banner-text p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.banner .banner-text .btn {
    margin-top: 15px;
    color: #10417A;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.banner .banner-text .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}


/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.price .row {
    padding: 0 15px;
}

.price .col-md-4 {
    padding: 0;
}

.price .price-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.price .featured-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    z-index: 1;
}

.price .price-header,
.price .price-body,
.price .price-footer {
    position: relative;
    text-align: center;
}

.price .price-header {
    padding: 45px 0 30px 0;
    color: #414141;
}

.price .price-item.featured-item .price-header {
    color: #10417A;
}

.price .price-title h2 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.price .price-prices h2 {
    font-size: 45px;
    font-weight: 700;
    margin-left: 10px;
}

.price .price-prices h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    margin-top: 9px;
    margin-left: -12px;
}

.price .price-prices h2 span {
    margin-left: 1px;
    font-size: 18px;
    font-weight: 400;
}

.price .price-item.featured-item h2 {
    color: #10417A;
}

.price .price-body {
    padding: 0 0 20px 0;
}

.price .price-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.price .price-description ul li {
    padding: 0 0 20px 0;
}

.price-description .check {
    color: #3ada00;
    font-weight: bolder;
}

.price-description .cross {
    color: red;
    font-weight: bolder;
}

.price .price-item .price-action {
    padding-bottom: 45px;
}

.price .price-item .price-action .btn {
    color: #ffffff;
    background: #414141;
    box-shadow: inset 0 0 0 50px #414141;
}

.price .price-item .price-action .btn:hover {
    color: #414141;
    background: transparent;
    box-shadow: inset 0 0 0 0 #414141;
    border-color: #414141;
}

.price .price-item.featured-item .price-action .btn {
    color: #ffffff;
    background: #10417A;
    box-shadow: inset 0 0 0 50px #10417A;
}

.price .price-item.featured-item .price-action .btn:hover {
    color: #10417A;
    background: transparent;
    box-shadow: inset 0 0 0 0 #10417A;
    border-color: #10417A;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
}

.team .team-img {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    transition: .5s;
}

.team .team-text {
    position: relative;
    width: 50%;
    padding: 0 30px;
}

.team .team-text h2 {
    color: #10417A;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: 1s;
}

.team .team-text h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: 1s;
}

.team .team-text p {
    margin-bottom: 20px;
    transition: 1s;
}

.team .team-social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .team-social a.btn {
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    margin-right: 5px;
}

.team .team-item:hover {
    box-shadow: inset 800px 0 0 0 #10417A;
}

.team .team-item:hover .team-img img {
    transform: scale(1.2);
}

.team .team-item:hover .team-text h2,
.team .team-item:hover .team-text h4,
.team .team-item:hover .team-text p {
    color: #ffffff;
}

.team .team-item:hover .team-social a.btn {
    background: #ffffff;
}

.team .team-item:hover .team-social a.btn:hover {
    border-color: #ffffff;
}

@media(max-width: 575.98px) {
    .team .team-text {
        padding: 0 15px;
    }

    .team .team-text h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .team .team-text h4 {
        margin-bottom: 5px;
    }

    .team .team-text p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}


/*******************************/
/******* Testimonial CSS *******/

.testimonialContainer {
    padding: 0 70px;
    background-color: rgb(250 250 250);
}

.testimonialContainer .section-header {
    z-index: 1;
}

.testimonialContainer .section-header p {
    background-color: rgb(250 250 250);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: -5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #616060;
    background: transparent;
    border: 1px solid #616060;
    font-size: 22px;
    transition: .3s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #252531;
    background: #6ee144;
}

@media (max-width: 767.98px) {
    .testimonialContainer {
        padding: 0 20px;
    }

    .testimonialContainer .section-title {
        font-size: 30px;
    }
}


/*******************************/
.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 90px 0;
    background: url(../img/bg-hero.png)center repeat;
    background-color: #10417A;
    background-size: contain;
}

.testimonial .container {
    max-width: 900px;
}

.testimonial .testimonial-icon {
    margin-bottom: 45px;
    text-align: center;
}

.testimonial .testimonial-icon i {
    font-size: 60px;
    color: rgba(256, 256, 256, .5);
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 120px;
    padding: 10px;
    border: 5px dotted #ffffff;
    border-radius: 100px;
}

.testimonial .testimonial-text {
    position: relative;
    margin-top: -70px;
    padding: 65px 35px 30px 35px;
    text-align: center;
    background: #ffffff;
    border-radius: 500px;
}

.testimonial .testimonial-item p {
    font-size: 18px;
}

.testimonial .testimonial-text h3 {
    color: black;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial .testimonial-text h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(256, 256, 256, .5);
}

.testimonial .owl-dot.active {
    background: #ffffff;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/

.contact {
    position: relative;
    width: 100%;
    margin: 45px 0;
    background: url("../img/bg-hero.png")center no-repeat;
    background-color: #10417A;
    background-size: cover;
}

.contact .container-fluid {
    background: url(../img/contact.png) left center no-repeat;
    background-size: contain;
    width: 100%;
}

.contact .row {
    margin-left: 0;
    margin-right: 0;
}

.contact .contact-form {
    position: relative;
    padding: 90px 0 90px 100px;

}

.contact .contact-form .inputText {
    color: white;
    padding: 15px 0;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(256, 256, 256, .5);
}

.contact .contact-form .select {
    height: 50px;
    color: white;
    padding: 15px 0;
    background: #10417A;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(256, 256, 256, .5);
}

.contact .contact-form textarea {
    color: white;
    height: 90px;
    padding: 15px 0;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(256, 256, 256, .5);
}

.contact .contact-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.contact .contact-form .form-control:-ms-input-placeholder,
.contact .contact-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.contact .contact-form .btn {
    margin-top: 35px;
    color: #10417A;
    background: #ffffff;
    box-shadow: inset 0 0 0 50px #ffffff;
}

.contact .contact-form .btn:hover {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 0 0 0 #ffffff;
    border-color: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    font-style: italic;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .contact .container-fluid {
        background: none;
    }

    .contact .contact-form {
        padding: 90px 0;
    }
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
    background-color: #d9ffd7;
    z-index: 0;
}

.blog .blog-item {
    position: relative;
    margin-bottom: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.blog .blog-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
    transition: .5s;
}

.blog .blog-item:hover img {
    transform: scale(1.1);
}

.blog .blog-text {
    position: relative;
    padding: 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.blog .blog-text h2 {
    font-size: 25px;
    font-weight: 600;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    margin-top: 10px;
    padding: 8px 15px;
}

.blog .blog-item a.btn i {
    margin-left: 5px;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.blog .blog-meta i {
    color: #414141;
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}

/*******************************/
/************* FAQ *************/
/*******************************/

.faq_area {
    position: relative;
    z-index: 1;
    background-color: #d9ffd7;
    margin-bottom: -44px;
}

.faq-accordian {
    position: relative;
    z-index: 1;
}

.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 2px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.faq-accordian .card:last-child {
    margin-bottom: 0;
}

.faq-accordian .card {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}

.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 15px 20px;
    color: #10417A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}

.faq-accordian .card .card-header h6.collapsed {
    color: #070a57;
}

.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}

.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

.faq-accordian .card .card-header h6 .button {
    background-color: #ffffff;
    border: none;
    color: #10417A;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 3px;
}

.faq-accordian .card .card-header h6 .button:hover {
    background-color: #10417A;
    color: white;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}

@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    color: #2ecc71;
}

@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}

/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    background: url(../img/footerbg.png)center center;
    background-color: #10417A;
    background-size: contain;
}

.footer .container-fluid {
    padding: 60px 0 0 0;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
}

.footer .footer-info h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.footer .footer-info h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu .contactdetails {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 5px 15px;
    border-right: 1px solid #ffffff;
}

.footer .footer-menu .contactdetails:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 15px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #414141;
}

.footer .copyright {
    position: relative;
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .copyright::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    left: 25%;
    background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #414141;
}

.footer .footer-info img {
    max-width: 100%;
    max-height: 37px;
    margin: 10px 0 22px;
}

@media (max-width: 575.98px) {
    .footer {
        background: url(../img/footerbg.png)bottom no-repeat;
        background-color: #10417A;
        background-size: 113%;
    }

    .footer-menu {
        flex-direction: column;
    }

    .footer .footer-info h2 {
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 600;
    }

    .footer .footer-info h3 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .footer .footer-menu .contactdetails {
        font-size: 16px;
        line-height: 16px;
        padding: 0 5px;
        border: none;
    }
}


/* ******************************** */
/* **********Form PopUp************ */
/* ******************************** */

.close-icon {
    position: absolute;
    top: 0;
    left: 15px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-size: 30px;
    color: white;
}

.close-icon:hover {
    color: red;
}

.contactForm {
    background-image: url(/img/popupbg.jpeg);
    background-size: cover;
}

.formBannerContainer {
    display: flex;
}

.formBannerContainer .popupbanner {
    height: 145px;
    width: 450px;
    margin-bottom: 15px;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ededed;
    /* padding: 4px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
    z-index: 1;
    border-radius: 6px;
    transition-duration: 0.5s;
}

.popup input[type="text"],
.popup input[type="number"],
.popup input[type="email"],
.popup select,
.popup textarea {
    width: 88%;
    margin: 0 auto;
    background-color: #00000000;
    border: none;
    border-bottom: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}

.popup input[type="number"]::-webkit-outer-spin-button,
.popup input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.button-89 {
    --b: 3px;
    --s: .45em;
    --color: #f8f8f8;

    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background:
        conic-gradient(from 90deg at var(--b) var(--b), #0000 90deg, var(--color) 0) var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    transition: .3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #0000;
    outline-offset: .6em;
    font-size: 16px;

    border: 0;

    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible {
    --_p: 0px;
    outline-color: var(--color);
    outline-offset: .05em;
}

.button-89:active {
    background: var(--color);
    color: #000000;
}

.popup .popbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    gap: 50px;
}

@media (max-width: 600px) {
    .popup {
        transform: translate(-50%, -50%) scale(0.87);
        transition-duration: 0.5s;
    }
}

/* ********************************
**********Whatsapp**************
******************************** */

.whatsapp-button {
    z-index: 20;
    position: fixed;
    bottom: 0;
    right: 20px;
    background-color: transparent;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.whatsapp-button a {
    text-decoration: none;
    color: #000000;
}

.whatsapp-button a img {
    width: 60px;
    filter: drop-shadow(0 2px 3px #222);
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.596); */
}

.whatsapp-button a p {
    background-color: #f2fff1;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 13px;
    box-shadow: 0 2px 3px #222222c9;
}

@media only screen and (max-width: 600px) {

    /* Add styles for mobile view */
    .whatsapp-button {
        bottom: 0;
        right: 0;
    }

    .whatsapp-button a img {
        width: 60px;
    }
}

/* ********************************
**********Social Icons**********
******************************** */
.socialIcons {
    z-index: 20;
    position: fixed;
    bottom: 40%;
    right: -58px;
    background-color: transparent;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.socialIcons a {
    text-decoration: none;
    color: #000000;
}

.socialIcons a img {
    filter: drop-shadow(0 2px 3px #222);
    height: 32px;
    transition: transform 0.4s ease;
}

.socialIcons a img:hover {
    transform: translateX(-37px);
}

@media only screen and (max-width: 600px) {
    .socialIcons {
        bottom: 300px;
    }

}
