/**** FONT FAMILY ****/
@font-face {
    font-family: oswald-regular;
    src: url('./../fonts/Oswald-Regular.ttf');
}

@font-face {
    font-family: oswald-bold;
    src: url('./../fonts/Oswald-Bold.ttf');
}

@font-face {
    font-family: oswald-medium;
    src: url('./../fonts/Oswald-Medium.ttf');
}

@font-face {
    font-family: raleway-regular;
    src: url('./../fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: raleway-medium;
    src: url('./../fonts/Raleway-Medium.ttf');
}

@font-face {
    font-family: raleway-bold;
    src: url('./../fonts/Raleway-Bold.ttf');
}

/**** FONT FAMILY CLOSE****/

body {
    font-family: raleway-regular;
    font-size: 16px;
    letter-spacing: 1px;
}

ul {
    padding-inline-start: 0;
    list-style: none;
}

/**** NAVBAR ****/

.navbar .navbar-brand img {
    height: 75px;
}

.navbar .navbar-collapse ul li a {
    font-size: 14px;
    font-family: raleway-regular;
    color: #000;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.navbar .nav-contact .nav-item a {
    color: #873af7 !important;
    font-family: none;
    font-size: 20px;
    letter-spacing: 1px;
}

.navbar-toggler-icon {
    background-image: url('./../images/download.png');
}

.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .active {
    color: #863cf7 !important;
}

/**** NAVBAR END****/

/** Footer **/

.footer {
    border-top: 1px solid #ececec;
    padding-top: 38px;
    padding-bottom: 15px;
}

.footer .footer-logo img {
    height: 115px;
    padding-bottom: 15px;
}

.footer .footer-logo p {
    line-height: 28px;
}

.footer .footer-links {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 10px;
}

.footer ul li a {
    line-height: 26px;
    color: #212529;
}

.footer ul li a:hover {
    color: #863cf7;
}

.footer .get-in-touch ul li p {
    margin-left: 26px;
}

.footer .get-in-touch .mails {
    background-image: url('./../images/home/enevelope.png');
    background-repeat: no-repeat;
}

.footer .get-in-touch .phone {
    background-image: url('./../images/home/phone.png');
    background-repeat: no-repeat;
}

.footer .get-in-touch .address {
    background-image: url('./../images/home/map-location.png');
    background-repeat: no-repeat;
}

.footer .get-in-touch .mails, .footer .get-in-touch .phone, .footer .get-in-touch .address {
    background-position: 0px 7px;
}

.footer-rights {
    background: #171717;
    padding: 12px 15px;
}

.footer-rights p {
    color: #fff;
    margin: 0;
}

/** Footer Close **/

/** Common Css **/
.slick-slide img {
    height: 150px;
    object-fit: contain !important;
}
.heading {
    text-transform: uppercase;
    font-size: 32px;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 14px;
}

.heading::before {
    content: " ";
    background: #dadada;
    width: 9%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: 0;
    right: 0;
}

.heading::after {
    content: " ";
    background: #873af7;
    width: 3%;
    height: 4px;
    position: absolute;
    bottom: -1px;
    margin: auto;
    left: 0;
    right: 0;
}

/** Common Css Close **/

/********** HOME PAGE CSS **********/

/** Banner **/

.home .banner {
    background-image: url('./../images/home/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.home .banner {
    padding: 70px 0px;
}

.home .banner .solution {
    position: relative;
    color: #fff;
    padding: 10px 10px 4px 20px;
}

.home .banner .solution::before {
    content: " ";
    width: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.home .banner .solution::after {
    content: " ";
    width: 4px;
    background-color: #873af7;
    position: absolute;
    left: 0;
    height: 36%;
    top: 33%;
}

.home .banner .solution h1 {
    font-size: 34px;
    font-family: oswald-bold;
}

/** Banner Close **/

/*** Patience ***/

.patience h3 {
    font-weight: 500;
    font-size: 1.75rem;
}

/*** Patience Close ***/

/*** creative ***/

.creative {
    background: #863cf7;
    color: #fff;
}

/*** creative Close ***/

/*** Features ***/

.features .card .card-body {
    padding: 2.25rem 2rem;
    text-align: center;
    max-height: 225px;
    height: 225px;
}

.features .card .card-body .imgs img {
    height: 50px;
}

/*** Features Close ***/

/*** Our Services ***/

.our-services {
    background-color: #fafafa;
}

.our-services .card {
    border: 0px;
    margin-bottom: 55px;
}

.our-services .card .card-body .card-title {
    font-size: 18px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.our-services .card .card-body .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}

.our-services .card .card-body .btn-primary {
    background: none;
    border: none;
    color: #863cf7;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 600;
}

/*** Our Services Close ***/

/******** HOME PAGE CSS CLOSE **********/

/******** CO-WORK PAGE *********/

.co-work .banner {
    background-image: url('./../images/home/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.co-work .banner .solution {
    padding: 60px 15px;
    color: #fff;
}

.co-work .banner .solution h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.co-work .startup .pic img {
    width: 100%;
}

/********** CO-WORK PAGE CLOSE **********/

/********** CONTACT US PAGE **********/

.contact-us .contact-address {
    padding: 55px 15px;
    padding-bottom: 0;
}

.contact-us .contact-address .links h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.contact-us .contact-address .links .head {
    position: relative;
}

.contact-us .contact-address .links .head::before {
    content: " ";
    background: #dadada;
    width: 22%;
    height: 1.5px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.contact-us .contact-address .links .head::after {
    content: " ";
    background: #873af7;
    width: 7%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}

.contact-us .contact-address .links h6 {
    font-size: 16px;
}

.contact-us .contact-form {
    background: #863cf7;
    padding: 60px 20px;
    padding-top: 40px;
}

.contact-us .contact-form .form-heading h3 {
    color: #fff;
    font-weight: 600;
}

.contact-us .contact-form .form-heading p {
    color: #fff;
    font-size: 14px;
}

.contact-us .contact-form form .form-group input {
    line-height: 1.7;
}

.contact-us .contact-form form .form-group textarea {
    height: 108px;
}

.contact-us .contact-form form .form-group input, .contact-us .contact-form form .form-group textarea {
    background: #a455f7;
    border: 0;
    border-radius: 0;
}

.contact-us .contact-form form .form-group input::placeholder, .contact-us .contact-form form .form-group textarea::placeholder {
    color: #fff;
    font-size: 14px;
}

.contact-us .contact-form form .btn-primary {
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    width: 100%;
}

/********** CONTACT US PAGE CLOSE **********/

/********** ABOUT PAGE **********/

.about .banner {
    background-image: url('./../images/about/about-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.about .represtation {
    background: #873af7;
    padding: 66px 15px;
}

.about .represtation .rep-heading {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
}

.about .represtation .content .rep-outer {
    background: #7936dd;
    border-radius: 50%;
    padding: 20px;
    width: 310px;
    height: 310px;
    margin: auto;
}

.about .represtation .content .mission::before {
    content: url('./../images/about/i1.png');
    position: absolute;
    top: -53px;
    left: -73px;
}

.about .represtation .content .vision::before {
    content: url('./../images/about/i2.png');
    position: absolute;
    top: -25px;
    left: -128px;
}

.about .represtation .content .team::before {
    content: url('./../images/about/i3.png');
    position: absolute;
    top: -27px;
    left: -110px;
}

.about .represtation .content .rep-inner {
    background: #fff;
    border-radius: 50%;
    padding: 28px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about .represtation .content .rep-inner p {
    font-size: 12px;
    line-height: 12px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
}

/********** ABOUT PAGE CLOSE **********/

/********** SERVICES PAGE CLOSE **********/

.services .banner {
    background-image: url('./../images/services/our-services-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.services .service-head {
    padding: 60px 0px;
}

.services .service-head .content::before {
    content: " ";
    background: #873af7;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
}

.services .main-services .navbar {
    padding: 0;
}

.services .main-services .navbar-nav {
    flex-direction: column;
    width: 100%;
}

.services .main-services .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 8px 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.services .main-services .navbar ul li a.nav-link:hover {
    color: #873af7 !important;
}

.services .main-services .navbar ul li .active {
    background-image: url(./../images/services/purple-line.png);
    background-size: 34px 3px;
    background-position: 0px;
    background-repeat: no-repeat;
    color: #873af7 !important;
    padding-left: 45px !important;
}

.services .main-services section {
    border-bottom: 1px solid #cbcbcb;
}

.services .main-services section:nth-last-child(1) {
    border-bottom: none;
}

.services .main-services .statutory .accordion .card {
    border: 0;
}

.services .main-services .statutory .accordion .card .card-header {
    background: #fff;
    border-bottom: 0;
    padding: 0 35px;
}

.services .main-services .statutory .accordion .card .card-header {
    background-image: url('./../images/services/the-karnatka-shops.png');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: 0px 12px;
}

.services .main-services .statutory .accordion .card .card-body {
    padding: 0rem 1.25rem;
}

/********** SERVICES PAGE CLOSE **********/

/*** MEDIA QUERY ***/

@media only screen and (max-width: 767px) {
    .contact-us .contact-address .icon {
        padding: 15px;
    }
    .heading::before {
        width: 18%;
    }
    .heading::after {
        width: 6%;
    }
}

@media only screen and (max-width: 567px) {
    .home .banner {
        padding: 36px 0px;
    }
    .home .banner .solution .heading {
        font-size: 30px;
    }
    .footer .get-in-touch .mails, .footer .get-in-touch .phone, .footer .get-in-touch .address {
        background-position: 100px 7px;
    }
    .footer .footer-logo, .footer ul, .footer .footer-links {
        text-align: center;
    }
    .services .main-services .payroll-icon {
        text-align: center;
    }
    .heading::before {
        width: 22%;
    }
    .heading::after {
        width: 6%;
    }
}

@media only screen and (max-width: 500px) {
    .footer .get-in-touch .mails, .footer .get-in-touch .phone, .footer .get-in-touch .address {
        background-position: 58px 7px;
    }
}

@media only screen and (max-width: 420px) {
    .footer .get-in-touch .mails, .footer .get-in-touch .phone, .footer .get-in-touch .address {
        background-position: 16px 7px;
    }
}

@media only screen and (max-width: 420px) {
    .navbar .navbar-brand img {
        height: 38px;
    }
}

/*** MEDIA QUERY CLOSE ***/

.clientele .carousel-control-next, .clientele .carousel-control-prev{
    top:auto !important;
    bottom: -45px;
}
.clientele .carousel-control-prev{
    left: 24%;

}
.clientele .carousel-control-next{
    right: 24%;
}
.social-follow li {
    display: inline;
    padding: 10px 5px 0 !important;
}
.social-follow li a {
    color: #8B00FF;
}

/* Custom */
.form-control {
    color: #fff !important;
}