.color-blue {
    color: #02aeb3 !important;
}

.btn {
    text-transform: none;
}

.bg-main {
    background-color: #02aeb3 !important;
}

.alert-success {
  color: #fff;
  background-color: #02aeb3;
  font-weight: 700;
}

/*spinner*/
.container1>div, .container2>div, .container3>div {
    border: 5px solid #02aeb3;
}
/*spinner end*/
/*header*/
header .navbar {
    padding: 15px 20px;
}

header .navbar-nav .nav-item .nav-link:hover {
    color: #02aeb3;
}

header div.contact-social-icons i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
}

header div.contact-social-icons i:hover {
    background-color: white;
    color: #02aeb3 !important;
    animation: .8s rotateIn infinite;
    animation-iteration-count: 1;
}
/*header end*/

/*top*/
div.ks-top-sec-wrapper .banner {
    background-blend-mode: overlay;
    background-image:
        url(../img/top-bg.webp),
        linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7));
}

div.ks-top-sec-wrapper .clip {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 150px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 150px));
    height: 100vh;
}

div.ks-top-sec-wrapper div.banner-row-x {
    position: relative;
    top: 210px;
}

div.ks-top-sec-wrapper h2 {
    font-size: 50px;
    font-weight: 200;
    text-transform: none !important;
}

div.ks-top-sec-wrapper h2 span.main-bold-text {
    font-weight: 600;
    font-size: 55px;
}

div.ks-top-sec-wrapper p {
    font-size: 18px;
    margin-bottom: 50px;
}
/*top end*/
/*about*/
section.about-sec {
    padding-top: 150px;
    top: -60px;
    margin-top: 0px;
    -webkit-clip-path: polygon(0 0, 100% 150px, 100% 100%, 0% calc(100% - 150px));
    clip-path: polygon(0 0, 100% 150px, 100% 100%, 0% calc(100% - 150px));
}

section.about-sec div.container {
    padding-top: 80px;
}

section.about-sec div.details {
    margin-top: 80px;
}

section.about-sec div.details img {
    position: inherit;
    filter: sepia(0.7);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 1);
    height: 300px;
    width: auto;
    border-radius: 50%;
    margin-bottom: 60px;
}

section.about-sec div.details img:hover {
    filter: grayscale(100%);
}

section.about-sec div.title h2 {
    font-weight: 200;
    font-size: 60px;
    text-transform: none !important;
}

section.about-sec div.title h2 span.pre {
    font-weight: 600;
    color: #2b2b2b;
}

section.about-sec div.title hr {
    background: white;
    height: 1px;
    border: none;
    width: 150px;
    margin: 20px auto;
}

section.about-sec ul.contact {
    text-align: center;
    margin-top: 80px;
    color: white;
}

section.about-sec ul.contact li {
    display: inline-flex;
    align-items: center;
}

section.about-sec ul.contact li i {
    margin-right: 7px;
}

/*about end*/
/*services*/
section.services-sec {
    padding: 0;
}

section.services-sec .clip {
    -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    background-color: white;
}

section.services-sec .container {
    padding-bottom: 90px;
}

section.services-sec .cards .services-area .services {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

section.services-sec .cards .services-area .services:hover .service-card .icon-holder {
    animation: .8s pulse infinite;
}

section.services-sec .cards .services-area .services .service-card .card-heading {
    color: #32301f;
    font-size: 28px;
    font-family: Oswald, sans-serif;
    transition: .5s ease;
    font-weight: 300;
    text-transform: initial !important;
}

section.services-sec .cards .services-area .services:nth-child(3),
    section.services-sec .cards .services-area .services:nth-child(4) {
    transform: translateX(110px);
}

section.services-sec div.details {
    padding-bottom: 80px;
}

section.services-sec div.details h6 {
    margin-top: 100px;
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 200;
    text-transform: none !important;
}

section.services-sec div.details h6 span {
    color: #2b2b2b;
    font-weight: 500;
    text-transform: uppercase !important;
}
/*services end*/


/** sub services start **/
section.sub-service .container {
    padding: 120px 0;
}

section.sub-service h2 {
    font-weight: 300;
    margin-bottom: 30px;
}

section.sub-service h6 {
    font-size: 36px;
    font-weight: 200;
    text-transform: none !important;
}

section.sub-service ul.unstyled {
    margin-top: 30px;
}

section.sub-service ul.unstyled li {
    list-style-type: none;
    line-height: 30px;
}

section.sub-service ul.unstyled li:before {
    font-family: 'Line Awesome Free';
    color: #02aeb3;
    margin-right: 15px;
    font-weight: 900;
    font-size: 20px;
}

section.sub-service ul.s1 li:before {
    content: "\f001";
}

section.sub-service ul.s2 li:before {
    content: "\f025";
}

section.sub-service ul.s3 li:before {
    content: "\f569";
}
/*sub services end*/
/*services*/
section.service-area-1, section.service-area-2, section.service-area-3 {
    padding: 0px;
}

section.service-area-1 .clip {
    -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    position: relative;
}
section.service-area-2 .clip {
    -webkit-clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
    position: relative;
}
/** services-3 end **/

/** prices start **/
section.prices-sec {
    padding: 0px;
}

section.prices-sec .clip {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 150px));
    clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 calc(100% - 150px));
    background: #02aeb3;
}

section.prices-sec div.title h2 {
    font-weight: 200;
    font-size: 60px;
    text-transform: none !important;
}

section.prices-sec div.title h2 span.pre {
    font-weight: 600;
    color: #2b2b2b;
}

section.prices-sec div.title hr {
    background: white;
    height: 1px;
    border: none;
    width: 150px;
    margin: 20px auto;
}
section.prices-sec div.container {
    padding-top: 180px;
}

/* pricing three */
.price_title {
    height: 60px;
}

.price_title h4 {
    font-size: 35px;
    font-weight: 200;
    text-transform: none !important;
}

.price_title h4 i {
    font-size: 35px;
    position: relative;
    top: -20px;
    font-size: 26px;
    color: lightsteelblue;
}

.three-col-pricing .pricing-item-two {
    padding: 0;
    box-shadow: 0 0 0;
    border: 1px solid #e5e5e5;
    transition: 1s;
    max-width: 535px;
    margin: 0 auto;
}

.three-col-pricing .pricing-item-two:hover {
    transition: 1s;
}

.three-col-pricing .price-upper-column {
    max-width: 100%;
    text-align: center;
    display: block;
    background-color: lightcyan;
    border-bottom: 1px solid #e5e5e5;
    transition: 1s;
    color: #02aeb3;
}

.three-col-pricing .price h2 {
    font-size: 50px;
    font-weight: 400;
}

.quote_box {
    border: 1px solid;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    background: #02aeb3;
    padding: 15px 10px 10px 14px;
    position: relative;
    bottom: 83.5%;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
}

.quote_box i {
    color: white;
    font-size: 60px;
    position: relative;
}

.three-col-pricing .price-down-column {
    padding: 2rem 0 0 0;
    background-color: white;
}

.three-col-pricing .price-description {
    padding: 0 0 2rem 2rem;
    max-width: 450px;
    margin: 0 auto;
}

.three-col-pricing .price-description p {
    display: flex;
}

.three-col-pricing .price-description p:before {
    font-family: 'Line Awesome Free';
    content: "\f058";
    color: #02aeb3;
    margin-right: 15px;
    font-weight: 900;
    font-size: 20px;
}

.three-col-pricing .price-description p.no span {
    text-decoration: line-through;
}

.three-col-pricing .price-box {
    border: none;
    padding-bottom: 0;
    margin: 0 auto;
    width: 90%;
}
.price span.counter:hover {
    animation: .8s pulse infinite;
}

div.quote_box i:hover {
    animation: .8s rotateIn infinite;
    animation-iteration-count: 1;
}

div.three-col-pricing {
    margin-top: 20px;
    padding-bottom: 250px;
}

div.three-col-pricing div.col-lg-4 {
    margin-top: 30px;
}

a.info {
    cursor: pointer;
    text-decoration: underline dotted;
}

/** prices end **/

section.contact-sec div.contact-details h6 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 200;
    text-transform: none !important;
    color: #02aeb3;
}

section.contact-sec .contact-details ul li:first-child {
    width: 100%;
}

section.contact-sec .contact-details ul li i {
    color: #02aeb3;
    font-size: 40px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

section.contact-sec {
    padding-bottom: 120px;
}

footer {
    background-color: #2b2b2b;
    color: white;
}

footer ul li {
    list-style-type: none;
}

@media screen and (max-width: 991px) {
    footer ul li {
        text-align: left;
    }
}

.scroll-top-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 9999;
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 10px;
    background-color: #ddd;
    border-radius: 50%;
    color: #02aeb3;
}

.overlay-blue-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #02aeb3;
}

ul.navbar-nav {
    font-weight: 300;
    font-size: 20px;
}

.banner-right-area-content h2 .main-bold-text {
    font-weight: 500;
}

/*Contact*/
.contact-sec .contact-form-x .form-control {
    border-radius: 0;
    border: solid 2px #eceef2;
}

.contact-sec .contact-form-x input {
    color: #8799a3;
    font-size: 16px;
    height: 50px;
    padding: 25px;
    width: 100%;
}

.contact-sec .contact-form-x textarea {
    padding: 13px;
    padding-left: 25px;
    height: 202px;
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form-x input.btn {
    height: 50px;
    padding: 0 25px;
    margin-top: 15px;
}

.contact-sec .contact-form-x input.white-tran-blue-btn {
    color: #02aeb3;
    border: 2px solid #02aeb3;
}

.contact-sec .contact-form-x input.white-tran-blue-btn:hover {
    color: white;
    background-color: #02aeb3;
}

.contact-sec .contact-icons {
    color:#c1d7d8;
    display: none;
}

.fixed-nav-on-scroll {
    top: 105px;
}


@media screen and (max-width: 991px) {
    .main-nav {
        display: none !important;
    }
    div.ks-top-sec-wrapper div.banner-row-x {
        top: 150px;
        text-align: left;
    }
    section.about-sec .timeline {
        margin-top: 50px;
    }
    section.services-sec .cards .services-area .services:nth-child(3),
        section.services-sec .cards .services-area .services:nth-child(4) {
        transform: translateX(0px);
    }
    div.three-col-pricing div.col-lg-4 {
        margin-top: 50px;
    }
    .contact-sec .contact-details ul {
        display: none;
    }
    .contact-sec .contact-details {
        margin-top: 0px;
    }
    .contact-sec .contact-icons {
        display: inline;
    }
}

@media ( max-width : 1200px) {
    div.ks-top-sec-wrapper h2 {
        font-size: 40px;
    }
    div.ks-top-sec-wrapper h2 span.main-bold-text {
        font-weight: 500;
        font-size: 45px;
    }
    section.services-sec div.details h6 {
        margin-top: 50px;
        font-size: 40px;
    }

}

@media screen and (max-width: 767px) {
    .points {
        margin-top: 40px;
    }
    section.sub-service ul.unstyled {
        border-top: solid 1px #ccc;
        padding-top: 20px;
    }
}

@media screen and ( max-width : 576px) {
    section.services-sec div.details h6 {
        margin-top: 50px;
        font-size: 32px;
    }
    section.services-sec .container {
        padding-bottom: 200px;
    }
    .la-6x {
        font-size: 4em;
    }
    section.services-sec .cards .services-area .services .service-card .card-heading {
        font-size: 22px;
    }
}

@media ( max-width : 500px) {
    div.ks-top-sec-wrapper h2 {
        font-size: 30px;
    }
    div.ks-top-sec-wrapper h2 span.main-bold-text {
        font-weight: 400;
        font-size: 35px;
    }
    section.about-sec div.title h2 {
        display: grid;
        font-size: 45px;
    }
    section.about-sec ul.contact li {
        display: flex;
        margin-bottom: 10px;
        margin-left: 5px;
    }
    section.about-sec ul.contact {
        margin-top: 0px;
    }
}

@media ( max-width : 320px) {
    div.ks-top-sec-wrapper h2 {
        font-size: 20px;
    }
    div.ks-top-sec-wrapper h2 span.main-bold-text {
        font-weight: 300;
        font-size: 25px;
    }
    div.ks-top-sec-wrapper p {
        font-size: 14px;
        margin-bottom: 30px;
    }
}





@media only screen
   and (max-device-width: 1200px) {
        @supports (-webkit-touch-callout: none) {
            div.ks-top-sec-wrapper .banner  {
                background-attachment: scroll;
            }
        }

        @supports not (-webkit-touch-callout: none) {
           div.ks-top-sec-wrapper .banner  {
                background-attachment: fixed;
            }
        }
}

/***iPads landscape***/
@media only screen
   and (max-device-width: 1024px)
   and (orientation: landscape)  {
        div.ks-top-sec-wrapper .banner {
            background-image:
                url(../img/top-bg-lnsc.webp),
                linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7));
        }
}

/***iPads portrait***/
@media only screen
   and (max-device-width: 1024px)
   and (orientation: portrait) {
        div.ks-top-sec-wrapper .banner {
            background-image:
                url(../img/top-bg-prtr.webp),
                linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7));
        }
}

.side-nav .navbar-nav .nav-link.active::after {
    background-color: aliceblue;
}

#web-message {
  margin-left: 15px;
}

.heading-box h2 {
  font-weight: 100;
  font-size: 60px;
  margin-bottom: 0;
}

.main-heading a {
  color: #02aeb3;
}

.error-img-2 {
  margin-top: 40px;
}
