/*---------------------------
Fonts
----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/*--------------------------------------------------------------
0.1 Theme Reset Style
--------------------------------------------------------------*/
html {
    font-size: 16px;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f4f7fa;
    font-size: 16px;
    font-size: 1rem;
    color: #6c6c6c;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}



p {
    color: #6c6c6c;
    line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #192224;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a,
button {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover,
a:focus,
button,
button:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

.round-circle {
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.round-circle .round-2,
.round-circle .round-3 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.round-circle .round-2 {
    width: 80%;
    height: 80%;
}

.round-circle .round-3 {
    width: 60%;
    height: 60%;
}

.ptb-100-70 {
    padding: 100px 0 70px;
}

/*--------------------------------------------------------------
0.2 Global Elements
--------------------------------------------------------------*/
.page-wrapper {
    position: relative;
    overflow: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 100px 0;
}


/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
    margin-top: 15px;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-validation-active #loader i {
    font-size: 30px;
    font-size: 1.875rem;
    color: #ff9f00;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}


.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

/*****************************************
blog sidebar
******************************************/
@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 90px;
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .blog-sidebar {
        margin-top: 0;
    }
}

.blog-sidebar .widget {
    background-color: #f8f8f8;
    padding: 30px;
}

@media (max-width: 767px) {
    .blog-sidebar .widget {
        padding: 35px 25px;
    }
}

.blog-sidebar .widget h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 1em;
    padding-right: 2.2em;
    position: relative;
    display: inline-block;
}

.blog-sidebar .widget h3:before {
    content: "";
    background-color: #ff9f00;
    width: 52px;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
}

.blog-sidebar .widget h3:after {
    content: "";
    background-color: #fff;
    width: 5px;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5px;
}

.blog-sidebar>.widget+.widget {
    margin-top: 55px;
}

.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .search-widget input {
    background-color: #ff9f0029;
    height: 50px;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 40px;
}

.blog-sidebar .search-widget input:focus {
    background-color: #ff9f004a;
}

.blog-sidebar .search-widget form button {
    background: #ff9f00;
    width: 70px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    color: #ff9f00;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 40px;
}

.blog-sidebar .search-widget form button i {
    color: #fff;
}

.blog-sidebar .category-widget ul a {
    color: #666;
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
    color: #ff9f00;
}

.blog-sidebar .category-widget ul li:last-child a {
    border: 0;
    padding-bottom: 0;
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 85px;
    float: left;
}

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 85px);
    float: left;
    padding: 0 0 0 15px !important;
}

.blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    font-weight: normal;
    margin: -0.4em 0 0;
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #757575;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #ff9f00;
}


.blog-sidebar .tag-widget ul {
    overflow: hidden;
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
    background: #ff9f004d;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    padding: 8px 12px;
    color: #333;
    border-radius: 3px;
}

.blog-sidebar .tag-widget ul li a:hover {
    background: #ff9f00;
    color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
    text-align: center;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: #17381f38;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    font-size: 1rem;
    color: #666;
    display: block;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #ff9f00;
    color: #fff;
}

.pagination-wrapper .pg-pagination i {
    font-size: 15px;
    font-size: 0.9375rem;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
}

/*=============================================
back to top
==============================================**/
.back-to-top {
    background: linear-gradient(#ff9f00, #1f2748);
    width: 35px;
    height: 35px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.back-to-top:hover {
    background: linear-gradient(#a0cc44, #ff9f00);
}

.back-to-top i {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.section-title,
.section-title-s2,
.section-title-s3 {
    text-align: center;
    margin-bottom: 10px;
}

.section-title h2,
.section-title-s2 h2 {
    font-size: 35px;
    margin-top: 5px;
    color: #000000;
    position: relative;
    display: block;
    padding-bottom: 15px;
    font-weight: 700;
    margin-top: 0;
    display: inline-block;
}

.section-title h2:before,
.section-title-s2 h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #ff9f00;
    transform: translateX(-50%);
}

.section-title-s2 h2:before {
    left: 35px;
}

.section-title-s2 {
    text-align: left;
}

@media (max-width: 991px) {

    .section-title h2,
    .section-title-s2 h2,
    .section-title-s3 h2 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {

    .section-title h2,
    .section-title-s2 h2,
    .section-title-s3 h2 {
        font-size: 1.00rem;
    }

    .section-title span,
    .section-title-s2 span {
        font-size: 0.7rem;
    }
}

.section-title span,
.section-title-s2 span {
    font-size: 1.0625rem;
    color: #ff9f00;
    margin-bottom: 12px;
    font-weight: 600;
    display: block;
}



.theme-btn {
    background-color: #18455d;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 22px;
    border: 0;
    border-radius: 50px;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid rgba(255, 255, 255, .3);
}

.theme-btn:hover,
.theme-btn:focus,
.theme-btn:active {
    background-color: #ff9f00;
    color: #fff;
}

@media (max-width: 991px) {
    .theme-btn {
        font-size: 14px;
        font-size: 0.875rem;
        height: 45px;
        line-height: 45px;
        padding: 0 18px;
        border-radius: 45px;
    }
}

.slide-caption .join-btn {
    background-color: #5ad78f;
    color: #ffffff;
    border: 4px solid #ffffff;
    padding: 6px 34px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;

}


.slide-caption .works-btn {
    background-color: #0060FF;
    color: #fff;
    border: 4px solid #fff;
    padding: 6px 12px;
    font-weight: 600;
    border-radius: 30px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}



.form input,
.form textarea,
.form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    border-color: #ff9f00;
    -webkit-box-shadow: 0 0 5px 0 #8066ff;
    -moz-box-shadow: 0 0 5px 0 #8066ff;
    -o-box-shadow: 0 0 5px 0 #8066ff;
    -ms-box-shadow: 0 0 5px 0 #8066ff;
    box-shadow: 0 0 5px 0 #8066ff;
}

.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: italic;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

/* Awards Section */
.awards-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.award-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 8px;
}

.award-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.award-logo img {
    max-width: 70px;
    height: auto;
}

.award-content {
    display: flex;
    flex-direction: column;
}

.award-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #222;
}

.award-text {
    font-size: 14px;
    margin: 0;
    color: #555;
}


.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1200;
}

.preloader .lds-ripple {
    display: inline-block;
    position: relative;
    width: 74px;
    height: 74px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 4px solid #ff9f00;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 33px;
        left: 33px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 68px;
        height: 68px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 33px;
        left: 33px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 68px;
        height: 68px;
        opacity: 0;
    }
}


/*--------------------------------------------------------------
0.3 header
--------------------------------------------------------------*/


.site-header .navbar-brand {
    height: auto;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.site-header .navbar-brand:hover {
    color: #fff;
}

.site-header .navbar-brand .fi {
    color: #fff;
    margin-right: 5px;
    margin-top: 15px;
}

.site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.site-header .navigation>.container {
    position: relative;
}

.site-header #navbar {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0;
}

.site-header #navbar>ul li a:hover,
.site-header #navbar>ul li a:focus,
.site-header #navbar>ul>li .sub-menu a:hover {
    text-decoration: none;
    color: #ff9f00;
}

@media screen and (min-width: 992px) {
    .navbar-brand>img {
        display: block;
        width: 48%;
    }

    .site-header #navbar li {
        position: relative;
    }

    .site-header #navbar>ul>li>a {
        font-size: 16px;
        font-size: 1rem;
        padding: 20px 15px;
    }

    .site-header #navbar>ul .sub-menu {
        background-color: #fff;
        width: 260px;
        position: absolute;
        left: 0;
        top: 130%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #f2f2f2;
    }

    .site-header #navbar>ul>li .sub-menu a {
        display: block;
        padding: 16px 20px;
        font-weight: 600;
        color: #000000;
        text-transform: capitalize;
        font-size: 14px;
    }

    .site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: -110%;
        top: 0;
    }

    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }

    .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .site-header #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: -100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .site-header #navbar>ul>li a {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .site-header #navbar>ul>li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .site-header #navbar>ul .menu-item-has-children>a {
        position: relative;
    }

    .site-header #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e64b";
        font-size: 11px;
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .site-header #navbar .has-mega-menu {
        position: static;
    }

    .site-header #navbar .mega-menu,
    .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #ff9f00;
        position: absolute;
        right: 0;
        top: 120%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }

    .site-header #navbar .half-mega-menu {
        width: 585px;
    }

    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar .mega-menu-list-holder li {
        border-bottom: 1px solid #f2f2f2;
    }

    .site-header #navbar .mega-menu-list-holder li a {
        display: block;
        padding: 16px 20px;
        margin-left: -8px;
        color: #6c6c6c;
        text-transform: capitalize;
    }

    .site-header #navbar .mega-menu-list-holder>li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar .has-mega-menu:hover>ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .site-header #navbar>ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar>ul .half-mega-menu {
        width: 485px;
    }
}

@media (max-width: 991px) {

    .site-header #navbar>ul .mega-menu,
    .site-header #navbar>ul .half-mega-menu {
        width: auto;
    }

    .site-header #navbar>ul .mega-menu .row,
    .site-header #navbar>ul .half-mega-menu .row {
        margin: 0;
    }

    .site-header #navbar .mega-menu-content>.row>.col {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }
}

@media screen and (min-width: 992px) {
    .site-header .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar {
        display: none;
    }
}

@media (max-width: 991px) {

    .site-header .container {
        width: 100%;
    }

    .site-header .navbar-header button {
        background-color: #ff9f00;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 33px;
        z-index: 20;
    }

    .site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .site-header .navbar-header button span:last-child {
        margin: 0;
    }

    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 100;
    }

    .site-header #navbar ul a {
        color: #000;
    }

    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #ff9f00;
    }

    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }

    .site-header #navbar .close-navbar {
        background-color: #ff9f00;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 0;
        color: #fff;
        border: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        outline: none;
        position: absolute;
        left: -20px;
        top: 10px;
        font-size: 18px;
        z-index: 20;
    }

    .site-header #navbar>ul>li {
        border-bottom: 1px solid #cccccc;
    }

    .site-header #navbar>ul>li>a {
        padding: 10px 15px 10px 35px;
    }

    .site-header .slideInn {
        right: 0 !important;
    }
}

@media (max-width: 767px) {
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .site-header #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .site-header .navbar-collapse.collapse {
        display: none;
    }

    .site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header {
        float: none;
    }

    .site-header .navbar-right {
        float: none;
    }

    .site-header .navbar-nav {
        float: none;
    }

    .site-header .navbar-nav>li {
        float: none;
    }
}

/************************************************
header-style-1
**************************************************/
.topbar {
    position: relative;
    background: #ff9f00;
}

@media screen and (min-width: 992px) {

    .header-style-1,
    .header-style-2,
    .header-style-3 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }
}

@media (max-width: 991px) {

    .header-style-1,
    .header-style-2,
    .header-style-3 {
        background-color: #ff9f00;
        position: relative;
    }

    .header-style-1 .navigation,
    .header-style-2 .navigation,
    .header-style-3 .navigation {
        background-color: #ff9f00;
    }
}

.header-style-1 .topbar>.container,
.header-style-2 .topbar>.container,
.header-style-3 .topbar>.container {
    padding: 17px 15px 13px;
    position: relative;
}

.header-style-1 .topbar>.container .separator,
.header-style-2 .topbar>.container .separator,
.header-style-3 .topbar>.container .separator {
    background-color: rgba(255, 255, 255, 0.1);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    bottom: 0;
}


.header-style-1 .topbar .social-links,
.header-style-2 .topbar .social-links,
.header-style-3 .topbar .social-links {
    float: right;
}





.header-style-1 .topbar .social-links ul a,
.header-style-2 .topbar .social-links ul a,
.header-style-3 .topbar .social-links ul a {
    color: #fff;
}

.header-style-1 .topbar .social-links ul>li+li,
.header-style-2 .topbar .social-links ul>li+li,
.header-style-3 .topbar .social-links ul>li+li {
    margin-left: 10px;
}

.header-style-1 .topbar .social-links a:hover,
.header-style-2 .topbar .social-links a:hover,
.header-style-3 .topbar .social-links a:hover {
    color: #fff;
}



@media screen and (min-width: 992px) {

    .header-style-1 .navigation,
    .header-style-2 .navigation,
    .header-style-3 .navigation {
        background-color: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-style-1 #navbar>ul>li>a,
    .header-style-2 #navbar>ul>li>a,
    .header-style-3 #navbar>ul>li>a {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 40px 12px;
        color: #fff;
        text-transform: capitalize;
        font-weight: bold;
        position: relative;
    }

    .header-style-1 #navbar>ul>li>a:before,
    .header-style-2 #navbar>ul>li>a:before,
    .header-style-3 #navbar>ul>li>a:before {
        content: "";
        width: 0;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header-style-1 #navbar>ul>li>a:hover:before,
    .header-style-2 #navbar>ul>li>a:hover:before,
    .header-style-3 #navbar>ul>li>a:hover:before {
        width: 100%;
    }

    .header-style-1 #navbar>ul>li>a:hover,
    .header-style-2 #navbar>ul>li>a:hover,
    .header-style-3 #navbar>ul>li>a:hover {
        color: #fff;
    }
}

@media screen and (min-width: 1200px) {

    .header-style-1 #navbar>ul>li>a,
    .header-style-2 #navbar>ul>li>a,
    .header-style-3 #navbar>ul>li>a {
        font-size: 14px;
        padding: 32px 8px;
    }
}

/************************************************
header-style-2
**************************************************/
@media screen and (min-width: 992px) {

    .header-style-2,
    .header-style-3 {
        position: relative;
        z-index: 10;
    }

    .header-style-2 .topbar,
    .header-style-3 .topbar {
        background-color: #ff9f00;
    }

    .header-style-2 #navbar>ul>li>a,
    .header-style-3 #navbar>ul>li>a {
        color: #000000;
    }

    .header-style-2 #navbar>ul>li>a:hover,
    .header-style-3 #navbar>ul>li>a:hover {
        color: #ff9f00;
    }
}

.header-style-2 .navigation,
.header-style-3 .navigation {
    background-color: #fff;
}

.header-style-2 .side-info .search-toggle-btn .fi,
.header-style-3 .side-info .search-toggle-btn .fi {
    color: #192224;
}

.header-style-2 .side-info .info-bars span,
.header-style-3 .side-info .info-bars span {
    background-color: #192224;
}

/************************************************
header-style-3
**************************************************/
.header-style-3 {
    z-index: 999;
}

.header-style-3 .topbar {
    background: #f8f9fa;
    border-bottom: 1px solid #ebebeb;
}

/* Contact Section Styling */
.contact-section {

    padding: 15px 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact-info ul,
.social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.contact-info ul li {
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Icon Circle Background */
.contact-info ul li i {
    background: rgb(24, 69, 93);
    color: #fff;
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.contact-info ul li i:hover {
    background: #cc7f00;
}

.contact-info ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.contact-info ul li a:hover {
    color: #ff9f00;
}

/* Social Links */
.social-links {
    margin-left: auto;
}

.social-links ul {
    display: flex;
    gap: 10px;
}

.social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgb(24, 69, 93);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    /* remove underline */
    border: none;
    /* remove border */
    transition: background 0.3s ease, transform 0.3s ease;
}

.social-links ul li a:hover {
    background: #cc7f00;
    transform: scale(1.1);
}



.header-style-3 .topbar .social-links ul li:hover {
    color: #fff;
}

.side-info {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

@media (max-width: 991px) {
    .side-info {
        right: 70px;
    }
}

.side-info button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.side-info .fi {
    font-size: 30px;
    font-size: 1.875rem;
    color: #192224;
}

.side-info .search-toggle-btn .fi {
    color: #fff;
}

.side-info>div {
    float: left;
    position: relative;
}

.side-info>div+div {
    margin-left: 25px;
}

.side-info .header-search-form {
    position: absolute;
    width: 250px;
    right: -25px;
    top: 71px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
}

@media (max-width: 991px) {
    .side-info .header-search-form {
        top: 68px;
    }
}

@media (max-width: 767px) {
    .side-info .header-search-form {
        top: 63px;
        right: 15px;
    }
}

.side-info .header-search-form-wrapper .fi:before {
    font-size: 22px;
    font-size: 1.375rem;
}

.side-info form div {
    position: relative;
}

.side-info form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-info input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.side-info .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.toggle-side-info {
    right: 0;
}

/*--------------------------------------------------------------
0.4 hero-slider
--------------------------------------------------------------*/
.hero {
    position: relative;
}

.hero .slide {
    position: relative;
    background-repeat: no-repeat;
    position: relative;
}

.hero .slide .slider-bg {
    display: none;
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .container {
    height: 100%;
    display: table;
}



.hero .slick-prev,
.hero .slick-next {
    background-color: #ff9f00;
    width: 35px;
    height: 35px;
    z-index: 10;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
    background-color: #ff9f00;
}

@media (max-width: 991px) {

    .hero .slick-prev,
    .hero .slick-next {
        display: none !important;
    }
}

.hero .slick-prev {
    left: -100px;
}

.hero .slick-prev:before {
    font-family: "themify";
    content: "\e629";
    opacity: 1;
}

.hero .slick-next {
    right: -100px;
}

.hero .slick-next:before {
    font-family: "themify";
    content: "\e628";
    opacity: 1;
}

.hero:hover .slick-prev {
    left: 25px;
}

.hero:hover .slick-next {
    right: 25px;
}

.hero .slick-dots {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .hero .slick-dots {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .hero .slick-dots {
        display: none !important;
    }
}

.hero .slick-dots li {
    margin: 0;
}

.hero .slick-dots button {
    background-color: #ff9f00;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
    display: none;
}

.slide-caption .btns {
    margin-top: 10px;
}

.hero .slide-caption>div ul {
    margin-bottom: 24px;
}

.hero .slide-caption>div li {
    color: white;
    padding: 4px 0;

}

.hero .slide-caption>div {
    overflow: hidden;
}

/*.hero .slide-caption>div * {*/
/*    -webkit-animation: fadeOutLeft 1.5s both;*/
/*    animation: fadeOutLeft 1.5s both;*/
/*}*/

/*.hero .slide-caption>.slider-pic * {*/
/*    -webkit-animation: fadeOutRight 1.5s both;*/
/*    animation: fadeOutRight 1.5s both;*/
/*}*/

.hero .slide-caption>div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption>div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption>div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption>div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


.hero .hero-slider .slick-current .slide-caption>.slider-pic * {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.hero .hero-slider .slick-current .slide-caption>div.slide-title * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption>div.slide-title p {
    font-size: 18px;
}

.hero .hero-slider .slick-current .slide-caption>div.slide-subtitle * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption>div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slide-caption>div.slider-pic * {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.hero-shape {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: auto;
    z-index: 99;
}

/************************************************
hero-style-1
**************************************************/

.slide-caption {
    z-index: 99;
}

.hero-style-1 .slide,
.hero-style-2 .slide {
    padding: 80px 0;
}


.hero-style-1 .slide .row,
.hero-style-2 .slide .row {
    position: relative;
}



.hero-style-2 .slide-caption h1 {
    font-size: 50px;
    color: #ff9f00;
    margin: 0 0 0.45em;
    font-weight: 900;
    text-decoration: underline;
}

@media (max-width: 991px) {

    .hero-style-2 .slide-caption h1 {
        font-size: 45px;
        font-size: 2.8125rem;
    }
}

@media (max-width: 767px) {

    .hero-style-2 .slide-caption h1 {
        font-size: 30px;
    }
}

.hero-style-1 .slide-caption p,
.hero-style-2 .slide-caption p {
    color: #fff;
    font-size: 14px;
}

.hero-style-1 .slider-pic,
.hero-style-2 .slider-pic {
    position: absolute;
    bottom: -33%;
    right: -113%;
    z-index: -1;
    max-width: 680px;
}

@media (max-width: 991px) {

    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic {
        max-width: 350px;
        right: -60%;
        bottom: 8px;
    }
}

@media (max-width: 767px) {

    .hero-style-1 .slider-pic,
    .hero-style-2 .slider-pic {
        display: none;
    }
}

/************************************************
hero-style2
**************************************************/

.hero-style-2:after {
    opacity: .95;
}

.hero-style-2 .slide .container {
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    .hero-style-2 .slide-caption {
        margin-top: 0;
    }
}

.navbar-header .flaticon-aeroplane:before {
    content: "\f102";
    font-weight: 400;
}

.hero-style-2 .slider-pic {
    position: absolute;
    bottom: -45%;
    right: -110%;
    z-index: -1;
}

.hero-style-2 .slider-pic-2 {
    position: absolute;
    bottom: -31%;
    right: -110%;
    z-index: -1;
}

.slick-prev,
.slick-next {
    top: 38%;
}


.hero-style-2 {
    background-color: #18455d;
    position: relative;
}


/************************************************
hero-style3
**************************************************/


.hero-style-3 .hero-outer {
    position: relative;
}



.hero-style-3 .hero-outer .container {
    height: 100%;
    display: table;
}

.hero-style-3 .hero-outer .row {
    display: table-cell;
    vertical-align: middle;
}

.hero-style-3 .hero-text {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .hero-style-3 .hero-text {
        margin-top: 40px;
    }
}

.hero-style-3 .hero-text>span {
    font-weight: bold;
    color: #193e85;
    text-transform: uppercase;
    letter-spacing: 5px;
}

@media (max-width: 767px) {
    .hero-style-3 .hero-text>span {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.hero-style-3 .hero-text h2 {
    font-size: 48px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    margin: 0.5em 0 0.8em;
}

@media (max-width: 991px) {
    .hero-style-3 .hero-text h2 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .hero-text h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .img-holder {
        display: none;
    }
}

.hero-bg-slider:before {
    display: none;
}


.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}

.header-style-1 .sticky-header {
    background-color: #ff9f00;
    border-bottom: 0;
}

.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background-color: #fff;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
#0.5 about-section
--------------------------------------------------------------*/
.about-section .content-area,
.about-section-s2 .content-area {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    padding-bottom: 15px;
    padding-top: 100px;
}

.about-section-s2 {
    position: relative;
}

.about-content {
    padding-top: 25px;
}

.about-content .about-list li {
    position: relative;
    padding-left: 30px;
    /* space for the ✅ */
    margin-bottom: 10px;
    list-style: none;
    /* remove default bullets */
}

.about-list li::before {
    content: "✅";
    /* checkmark before text */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: green;
}



.about-section .about-content .details p,
.about-section-s2 .about-content .details p {
    font-size: 15px;
}

.about-section .about-content .dots-section span,
.about-section-s2 .about-content .dots-section span {
    display: block;
    padding-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.about-section .about-content .dots-section span:before,
.about-section-s2 .about-content .dots-section span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    background: #ff9f00;
    border-radius: 50%;
}

.about-section .about-content .dots-section,
.about-section-s2 .about-content .dots-section {
    margin-bottom: 30px;
}

/*=====================================
0.6 service-area start
=====================================*/
.service-area {
    background: #efefef;
    position: relative;
    padding-bottom: 135px;
}

.ab-color_svg {
    position: absolute;
    left: 0;
    bottom: -37px;
    width: 100%;
    overflow: hidden;
}

.ab-svg_color {
    position: absolute;
    left: 0;
    top: -168px;
    width: 100%;
    overflow: hidden;
}

.color_svg {
    position: absolute;
    left: 0;
    top: -112px;
    width: 100%;
    overflow: hidden;
}

.service-section .services-wrapper {
    text-Align: center;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px 16px;
    text-Align: center;
    box-shadow: 0px 8px 17px 3px rgba(0, 0, 0, 0.06);
}

.services-icon-wrapper {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid rgba(68, 68, 68, .1);
    font-size: 50px;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #222;
    margin: auto;
}

.services-icon-wrapper i.fi {
    position: absolute;
    left: 30px;
    top: 0;
}

.service-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
}

.service-content p {
    font-size: 14px;
}

.service-content {
    margin-top: 20px;
}

.service-content .theme-btn {
    background-color: #18455d;
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    line-height: 36px;
    color: #fff;
    padding: 0 22px;
    border: 0;
    border-radius: 6px;
    display: inline-block;
    text-transform: capitalize;
}

.services-icon-wrapper .fi:before {
    background: linear-gradient(#ff9f00, #18455d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

/*--------------------------------------------------------------
#0.7 quote-section
--------------------------------------------------------------*/
.quote-section,
.quote-section-s2 {
    position: relative;
    padding-bottom: 170px;
}

.quote-section .container,
.quote-section-s2 .container {
    position: relative;
    z-index: 1;
}

.quote-section:before,
.quote-section-s2:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f8f8f8;
}

.quote-section .analysis-form,
.quote-section-s2 .analysis-form {
    text-align: center;
}

.quote-section form,
.quote-section-s2 form {
    position: relative;
}

.quote-section form:before,
.quote-section-s2 form:before {
    content: "";
    background: #cacaca;
    width: 1px;
    height: 31px;
    position: absolute;
    left: 50%;
    top: 12px;
    z-index: 1;
}

@media (max-width: 767px) {

    .quote-section form:before,
    .quote-section-s2 form:before {
        height: 25px;
    }
}

.quote-section form .input-1,
.quote-section-s2 form .input-1,
.quote-section form .input-2,
.quote-section-s2 form .input-2 {
    width: 50%;
    float: left;
    position: relative;
}

.quote-section form .input-1,
.quote-section-s2 form .input-1 {
    left: 25px;
}


.quote-section form .input-2,
.quote-section-s2 form .input-2 {
    right: 25px;
}

.quote-section form .input-2 input,
.quote-section-s2 form .input-2 input {
    padding-left: 45px;
}

.quote-section form input,
.quote-section-s2 form input {
    background-color: #fff;
    height: 55px;
    padding: 6px 25px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 55px;
}

@media (max-width: 767px) {

    .quote-section form input,
    .quote-section-s2 form input {
        height: 48px;
        padding: 6px 15px;
        border-radius: 48px;
    }
}

.quote-section form input:focus,
.quote-section-s2 form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 500px) {

    .quote-section form input,
    .quote-section-s2 form input {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.quote-section form .submit,
.quote-section-s2 form .submit {
    clear: both;
    padding-top: 30px;
}

.ab-svg_color-m {
    top: -230px;
}

/*=========================================
#0.8 counter-area start
==========================================*/
.counter-area {
    position: relative;
    padding: 25px 0 70px;
}

.counter-area .counter-grids .grid {
    width: 23%;
    float: left;
    padding: 50px 0px 32px;
    margin-right: 20px;
    margin-bottom: 5px;
    text-align: center;
    background: linear-gradient(#ff9f005c, #18455d5e);
}


.counter-area .counter-grids .grid p {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-top: 10px;
}

.cta-area.cta-area-2 {
    padding: 0;
}

.counter-area .counter-grids {
    overflow: hidden;
    position: relative;
}

.counter-area .odometer.odometer-auto-theme,
.counter-area .odometer.odometer-theme-default {
    line-height: 0.8em;
}

.counter-area .counter-grids .grid h2 {
    font-size: 36px;
    font-weight: bold;
    color: #353535;
    margin: 0;
    line-height: 10px;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.counter-area .counter-grids .grid h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #353535;
}

/*--------------------------------------------------------------
#0.9 project-section
--------------------------------------------------------------*/
.project-section {
    position: relative;
    background: #f8f8f8;
    padding: 25px 0 190px;
}

.project-section-2 {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .project-section {
        padding-bottom: 140px;
        padding-top: 34px;
    }
}

@media (max-width: 767px) {
    .project-section {
        padding-bottom: 60px;
        padding-top: 0;
    }
}

.project-section .project-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .project-section .project-grids {
        margin: 0 -7.5px;
    }
}

.project-section .project-grids .grid {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    float: left;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .project-section .project-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .project-section .project-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 600px) {
    .project-section .project-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.project-section .project-grids .project-content {
    text-align: center;
    width: 100%;
    position: relative;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -70px;
    background: #fff;
    padding: 20px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    transition: all .3s;
    border-top: 1px solid #18455d;
}

.project-section .project-grids .grid:hover .project-content {
    bottom: 0;
}

.project-section .project-grids .project-content h2 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #18455d;
}

.project-section .project-grids .project-content span {
    font-size: 12px;
}

.project-section .entry-media img {
    width: 100%;
}

/*=======================================
1.0 testimonial-area start
=========================================*/
.testimonial-area {
    padding: 25px 0 125px;
    background: #fff;
    position: relative;
}

.testimonial-area .ab-color_svg {
    bottom: -36px;
}

.testimonial-img {
    width: 20%;
    z-index: 99;
    position: relative;
    margin: auto;
    margin-bottom: 5px;
}

.testimonial-img img {
    border-radius: 50%;
}

.testimonial-item {
    text-align: center;
    position: relative;
}

.testimonial-item p {
    padding-top: 10px;
    position: relative;
    font-size: 18px;
    color: #283a5e;
}

.testimonial-item h4 {
    font-size: 18px;
    color: #283a5e;
    margin-bottom: 10px;
    font-weight: 600;
}

.testimonial-item span {
    font-size: 14px;
    color: #999;
}

.testimonial-tumb-content {
    text-align: center;
    overflow: hidden;
}

.testimonial-icon .fi {
    color: #e9e9e9;
}

.testimonial-content {
    background: #fff;
    padding: 40px 35px;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    border: 1px solid #f5f5f5;
}

.testimonial-content {
    position: relative;
}

.testimonial-content:before {
    content: '';
    position: absolute;
    bottom: -15px;
    right: 100%;
    left: 50%;
    margin-top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
}

.testimonial-icon {
    position: absolute;
    bottom: 75px;
    right: 30px;
    z-index: 99;
    overflow: hidden;
}

.testimonial-icon .flaticon-right-quotation-mark:before {
    content: "\f100";
    font-size: 70px;
}

.testimonial-sub {
    padding-left: 40px;
    padding-top: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    display: none;
}

/*--------------------------------------------------------------
#1.1 blog-section
--------------------------------------------------------------*/
.blog-section {
    position: relative;
    background: #f8f8f8;
    padding: 25px 0 215px;
}

.blog-section .recent-Blog-thumbs-outer {
    overflow: hidden;
}

.blog-section .recent-Blog-thumbs-outer .recent-blog-thumb {
    width: calc(33.33% - 20px);
    margin: 0 15px 30px;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.blog-section .recent-Blog-thumbs-outer .ct-m {
    margin-left: 0;
}

.blog-section .recent-Blog-thumbs-outer .ct-t {
    margin-right: 0;
}

@media (max-width: 500px) {
    .blog-section .recent-Blog-thumbs-outer .recent-blog-thumb {
        width: 100%;
        float: none;
    }
}

.blog-section .recent-blog-thumb .overlay-text {
    background: rgb(24 69 93 / 77%);
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    left: -30%;
    top: 6px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-section .active-thumb .overlay-text {
    opacity: 1;
    visibility: visible;
    left: 6px;
}

.blog-section .overlay-text .text-inner {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-section .overlay-text .text-inner .cat {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    color: #c1b696;
    text-transform: uppercase;
    margin: 0;
}

.blog-section .overlay-text .text-inner h3 {
    font-size: 22px;
    font-size: 1.375rem;
    color: #fff;
    margin: 0.4em 0 0;
}

@media (max-width: 767px) {
    .blog-section .overlay-text .text-inner h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.blog-section .recent-Blog-content-outer {
    background: #fff;
    padding: 43px 35px;
}

@media (max-width: 1199px) {
    .blog-section .recent-Blog-content-outer {
        padding: 0;
        border: 0;
    }
}

@media (max-width: 991px) {
    .blog-section .recent-Blog-content-outer {
        padding: 30px 25px;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .blog-section .recent-Blog-content-outer {
        border: 0;
        padding: 0;
        margin-top: 50px;
    }
}

.blog-section .recent-Blog-content-outer .recent-blog-data {
    display: none;
}

.blog-section .recent-Blog-content-outer .active-blog-data {
    display: block;
}

.blog-section .recent-Blog-content-outer .date {
    background-color: #ececec;
    width: 95px;
    height: 95px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 35px;
}

.blog-section .recent-Blog-content-outer .date h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    color: #aea076;
    margin: 0;
}

.blog-section .recent-Blog-content-outer .date span {
    font-size: 23px;
    font-size: 1.4375rem;
    display: block;
    margin-top: 5px;
}

.blog-section .recent-blog-data h3 {
    font-size: 30px;
    line-height: 1.7em;
    margin-bottom: 30px;
}

.blog-section .recent-blog-data h3 a {
    color: #282e3f;
    font-family: 'Open Sans', sans-serif;
}

.blog-section .recent-blog-data h3 a:hover {
    color: #ff9f00;
}

.blog-section .recent-blog-data p {
    margin-bottom: 2.2em;
}

.ct-m {
    margin-left: 0;
}

.blog-section .entry-meta {
    overflow: hidden;
    padding-top: 10px;
}

.blog-section .entry-meta>li {
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
}

@media (max-width: 767px) {
    .blog-section .entry-meta>li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.blog-section .entry-meta>li+li {
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 9px;
    position: relative;
}

.blog-section .entry-meta>li+li:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 9px;
}

.blog-section .entry-meta li a {
    color: #ff9f00;
}

.blog-section .entry-meta li img {
    border-radius: 50%;
}

/*====================================
1.2 pricing-area start
======================================*/
.pricing-area {
    position: relative;
    background: #efefef;
    padding: 50px 0;
}

.pricing-header h3 {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    margin-top: 0;
}

.pricing-header {
    padding: 15px 0 5px;
    background: #151a30;
    color: #fff;
    position: relative;
    z-index: 11;
}

.price-item.price-item-2 .pricing-header {
    background: #151a30;
}

.price-sub-header {
    padding: 40px 0;
    background: #ff9f00;
    font-size: 24px;
    color: white;
    font-family: math;
}

.price-item.price-item-2 .price-sub-header {
    background: #1f2748;
}

.price-sub-header h4 {
    font-size: 40px;
    color: #fff;
    margin-top: 0;
}

.price-sub-header h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.price-sub-header h4 span {
    font-size: 30px;
    color: #fff;
}

.price-item.price-item-2 .price-sub-header h4 {
    display: block;
    width: 140px;
    height: 140px;
    line-height: 130px;
    background: #fff;
    color: #1f2748;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 5px solid #cfcdcd;
    font-size: 60px;
    margin-bottom: 10px;
}

.price-item.price-item-2 .price-sub-header h4 span {
    font-size: 36px;
    color: #1f2748;
}

.pricing-table {
    padding-bottom: 22px;
}

.pricing-table ul {
    margin-top: 50px;
}

.pricing-table li {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.pricing-footer {
    margin-top: 20px;
}

.pricing-footer .theme-btn a {
    color: #fff;
    font-weight: 500;
}

.pricing-footer-2 .theme-btn a {
    color: #ddd;
    font-weight: 500;
}

.pricing-footer .theme-btn {
    height: 45px;
    line-height: 44px;
    padding: 0px 18px;
}

.pricing-footer-2 .theme-btn {
    background: #1f2748;
}

.pricing-footer-2 .theme-btn:hover {
    background: #151a30;
}

.p-out {
    padding: 0;
    padding-top: 50px;
}

.price-item.price-item-2 {
    margin-top: -56px;
}

.pricing-header-b {
    position: relative;
}

.pricing-header-c {
    position: relative;
}

.pricing-header-b:after {
    position: absolute;
    left: 0px;
    bottom: -32px;
    width: 100%;
    height: 134px;
    background: #ff9f00;
    content: "";
    -webkit-clip-path: polygon(0 76%, 100% 60%, 100% 75%, 0% 100%);
    clip-path: polygon(0 76%, 100% 60%, 100% 75%, 0% 100%);
}

.pricing-header-c:after {
    position: absolute;
    left: 0px;
    bottom: -46px;
    width: 100%;
    height: 134px;
    background: #ff9f00;
    content: "";
    -webkit-clip-path: polygon(0 43%, 100% 65%, 100% 88%, 0 68%);
    clip-path: polygon(0 43%, 100% 65%, 100% 88%, 0 68%);
}

.pricing-table-2 ul {
    margin-top: 30px;
}


/*--------------------------------------------------------------
#1.3 footer-area
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    background: #fff;
    padding-top: 8px;

}

.site-footer ul {
    list-style: none;
}

.site-footer p,
.site-footer li {
    color: #ffffff;
}

.about-widget .logo span {
    font-size: 60px;
}

.site-footer .upper-footer {
    padding: 0 0 30px;
}

@media (max-width: 991px) {
    .site-footer .upper-footer {
        padding: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer {
        padding: 0 0 10px;
    }
}

@media (max-width: 991px) {
    .site-footer .upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .site-footer .upper-footer .col {
        min-height: auto;
        margin-bottom: 60px;
    }
}

.site-footer .widget-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .site-footer .widget-title {
        margin-bottom: 20px;
    }
}

.site-footer .widget-title h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
    padding-bottom: 0.4em;
    text-transform: capitalize;
    position: relative;
    color: #ff9f00;
    font-weight: 700;
}

@media (max-width: 767px) {
    .site-footer .widget-title h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media screen and (min-width: 1200px) {
    .site-footer .about-widget {
        padding-right: 45px;
        position: relative;
    }
}

.site-footer .about-widget h1 {
    font-size: 36px;
    color: #fff;
    margin-top: 0;
}

.site-footer .about-widget h1 img {
    margin-top: -10px;
}

.site-footer .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
    color: #ffffff;
}

.site-footer .about-widget p:last-child {
    margin-bottom: 0;
    font-size: 13px;
}

@media (max-width: 1199px) {
    .site-footer .link-widget {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .site-footer .link-widget {
        padding-left: 0;
    }
}

.site-footer .link-widget ul li {
    position: relative;
}

.site-footer .link-widget ul a {
    color: #ffffff;
    font-size: 15px;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
    color: #ff9f00;
}

.site-footer .link-widget ul>li+li {
    margin-top: 17px;
}

.site-footer .contact-widget li {
    line-height: 1.6em;
}

.site-footer .newsletter-widget form,
.site-footer .newsletter-widget-2 form {
    margin-top: 25px;
    position: relative;
}

.site-footer .newsletter-widget form input,
.site-footer .newsletter-widget-2 form input {
    background-color: #fff;
    height: 50px;
    color: #666;
    padding: 6px 20px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
}

.site-footer .newsletter-widget form .submit,
.site-footer .newsletter-widget-2 form .submit {
    position: absolute;
    right: 15px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer .newsletter-widget form .submit button,
.site-footer .newsletter-widget-2 form .submit button {
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(#ff9f00, #a0cc44);
    width: 50px;
    height: 50px;
    line-height: 54px;
    top: -28px;
    right: -15px;
    position: absolute;
}

.site-footer .newsletter-widget-2 form .submit button {
    top: -27px;
}

@media (max-width: 767px) {
    .site-footer .lower-footer {
        text-align: center;
    }
}

.site-footer .lower-footer .row {
    padding: 20px 0;
    position: relative;
}

.site-footer .lower-footer .row .separator {
    background: #e8e8e8;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
}

.site-footer .lower-footer .copyright {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    display: inline-block;
    float: left;
}

@media (max-width: 991px) {
    .site-footer .lower-footer .copyright {
        float: none;
        margin: 7px 0 20px;
    }
}

@media (max-width: 767px) {
    .site-footer .lower-footer .copyright {
        display: block;
        float: none;
    }
}

.site-footer .lower-footer .social-icons {
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .site-footer .lower-footer .social-icons {
        display: block;
        float: none;
    }

    .site-footer .lower-footer .social-icons ul {
        display: inline-block;
    }
}

.site-footer .lower-footer .social-icons ul {
    overflow: hidden;
}

.site-footer .lower-footer .social-icons ul li {
    float: left;
}

.site-footer .lower-footer .social-icons ul>li+li {
    margin-left: 15px;
}

.site-footer .lower-footer .social-icons ul a {
    color: #ffffff;
}

.site-footer .lower-footer .social-icons ul a:hover {
    color: #ff9f00;
}

/*======================================
2.0 Home-style-2
=========================================*/


.counter-area-2 .counter-img {
    width: 75%;
    bottom: 0;
}

.section-area-2 {
    padding: 50px 0;
    background: #fff;
}

.section-area-2 .section-icon {
    float: left;
    margin-top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-area-2 .section-item {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
}

.section-area-2 .section-icon i.fi {
    transition: all .5s;
    padding: 37px 19px 24px 16px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    background: #fff;
}

.section-area-2 .section-item .section-content {
    padding: 52px 0 32px;
    background: #fff;
}

.section-area-2 .section-item:hover .section-content {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 15px rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all .5s;
}

.section-area-2 .section-item:hover .section-content p a {
    color: #333;
}

.section-area-2 .section-item:hover .section-icon i.fi {
    background: #fff;
    color: #ff9f00;
    border-top: none;
}

.section-area-2 .section-item-2 .section-icon i.fi {
    background: #ff9f00;
    color: #fff;
    border-top: none;
    padding: 37px 19px 26px 16px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.section-area-2 .section-item-2:hover .section-icon i.fi {
    background: #ff9f00;
    color: #fff;
    border-top: none;
}

.section-area-2 .section-item-2 .section-content p a {
    color: #fff;
}

.section-area-2 .section-item-2:hover .section-content p a {
    color: #fff;
}

.section-area-2 .section-item:hover .section-icon {
    margin-top: 0px;
}

.section-area-2 .section-item-2 .section-content {
    background: #ff9f00;
    color: #fff;
}

.section-area-2 .section-item-2:hover .section-content {
    background: #ff9f00;
    color: #fff;
}

.about-area-2 .about-content {
    text-align: right;
}

.service-style-2 .service-section .services-wrapper {
    padding: 15px 27px;
    background: #fff;
}

.contact-area.contact-area-2 .contact-img {
    right: -11px;
    top: 130px;
}

.contact-area.contact-area-2 .contact-img img {
    width: 100%;
}

.features-area-2 .features-image {
    position: relative;
    bottom: -100px;
}

.service-style-2 {
    padding-bottom: 40px;
}

.hero-bg-slider .slide-caption {
    text-align: center;
    margin-top: 160px;
}

.hero-bg-slider .slide-caption .slide-subtitle {
    max-width: 510px;
    margin: auto;
}

.hero-bg-slider .hero-slider .slick-current .slide-caption>div.slide-title * {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.hero-bg-slider .hero-slider .slick-current .slide-caption>div.slide-subtitle * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero-bg-slider .hero-slider .slick-current .slide-caption>div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero-bg-slider .hero-slider .slick-current .slide-caption>div * {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.header-style-3 .navbar-brand {
    color: #ff9f00;
}

.header-style-3 .navbar-brand:hover {
    color: #ff9f00;
}

.header-style-3 .navbar-brand span {
    font-size: 60px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 20px;
}

.section-area.section-style-3 {
    background: #fff;
    padding: 30px 0 0;
}

.section-area.section-style-3 .section-item {
    overflow: hidden;
}

.hero-style-3 .slick-prev,
.hero-style-3 .slick-next {
    top: 60%;
}

.hero-style-3 .slide-caption {
    margin-top: 0;
}

.hero-style-3 .slider-pic {
    bottom: -27%;
}

.hero-style-3 .slider-pic-2 {
    bottom: -18%;
}

.about-section-s3 .content-area {
    padding: 50px 0 45px;
}

.service-area-2 {
    padding-bottom: 90px;
}

.quote-section-s2 {
    padding-bottom: 195px;
}


.testimonial-area-2 {
    padding: 100px 0;
}

.blog-section-2 {
    padding: 100px 0 190px;
}

.blog-section-3 {
    padding-top: 100px;
}

.site-footer-2 {
    background: #18455d;
    padding: 40px 0 10px 0;
}

.footer-color-v2 {
    background: #f8f8f8;
}

/*============================================
3.0 about-page
==============================================*/
.team-area-2 {
    background: #f5f5f5;
}

.breadcumb-area {
    background: url(../images/breadcumb/bg.png) no-repeat center top / cover;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 100px 0;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
}

.breadcumb-area:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #18455d;
    opacity: .80;
}

.breadcumb-wrap h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    margin-top: 0;
    line-height: 45px;
}

.breadcumb-wrap p {
    color: #fff;
    position: relative;
}

.breadcumb-wrap ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    position: relative;
}

.breadcumb-wrap ul li a {
    color: #fff;
    font-size: 18px;
    transition: all .3s;
    position: relative;
}

.breadcumb-wrap ul li a:hover {
    color: #ff9f00;
}

.breadcumb-wrap ul li:last-child {
    color: #ff9f00;
}

.breadcumb-wrap ul li:after {
    content: "/";
    position: relative;
    left: 7px;
}

.breadcumb-wrap ul li:last-child:after {
    display: none;
}

/*--------------------------------------------------------------
4.0 contact page
--------------------------------------------------------------*/
.contact-pg-contact-section {
    position: relative;
    padding-bottom: 30px;
}

.contact-pg-contact-section .contact-details ul {
    margin-top: 50px;
}

.contact-pg-contact-section .contact-details ul li {
    position: relative;
    padding-left: 70px;
}

.contact-pg-contact-section .contact-details ul>li {
    margin-top: 45px;
}

.contact-pg-contact-section .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}

.contact-pg-contact-section .icon i {
    font-size: 20px;
    font-size: 1.25rem;
    color: #ff9f00;
}

.contact-pg-contact-section .contact-details h5 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 0.3em;
    color: #18455d;
}

.contact-pg-contact-section .contact-details a {
    color: #6c6c6c;
}

.contact-pg-contact-section .contact-form {
    margin-top: 40px;
    padding: 30px 40px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease-in-out;
}

.contact-pg-contact-section .contact-form:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.264);
}

@media (max-width: 991px) {
    .contact-pg-contact-section .contact-form {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .contact-pg-contact-section .contact-form {
        margin-top: 30px;
    }
}

.contact-pg-contact-section .contact-form input,
.contact-pg-contact-section .contact-form textarea {
    background: #e5e5e5;
    width: 100%;
    height: 45px;
    border: 1px solid transparent;
    color: #666;
    border-radius: 0;
    padding: 6px 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-pg-contact-section .contact-form input:focus,
.contact-pg-contact-section .contact-form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff9f00;
}

.contact-pg-contact-section .contact-form form {
    margin: 0 -15px;
}

.contact-pg-contact-section .contact-form form ::-webkit-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #666666;
}

.contact-pg-contact-section .contact-form form :-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #666666;
}

.contact-pg-contact-section .contact-form form ::-moz-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #666666;
}

.contact-pg-contact-section .contact-form form :-ms-input-placeholder {
    font-style: 16px;
    font-style: normal;
    color: #666666;
}

.contact-pg-contact-section .contact-form form>div {
    margin: 0 15px 30px;
}



.contact-pg-contact-section .contact-form form>.submit-area {
    margin-bottom: 0;

}

.contact-pg-contact-section .contact-form form .comment-area {
    width: calc(100% - 30px);
    float: none;
}

.contact-pg-contact-section .contact-form form .comment-area textarea {
    height: 170px;
}

.contact-pg-contact-section .contact-form form .comment-area textarea:focus {
    border-color: #ff9f00;
    outline: none;
}

.contact-pg-contact-section .theme-btn-s2,
.contact-pg-contact-section .theme-btn-s4 {
    border: 0;
    outline: 0;
}

.contact-pg-contact-section .contact-map {
    height: 450px;
    margin-top: 75px;
}

@media (max-width: 991px) {
    .contact-pg-contact-section .contact-map {
        margin-top: 55px;
    }
}

@media (max-width: 767px) {
    .contact-pg-contact-section .contact-map {
        height: 350px;
        margin-top: 45px;
    }
}

.contact-pg-contact-section .contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

@media (max-width: 991px) {
    .contact-pg-contact-section .contact-form-area {
        margin-top: 30px;
    }

    .contact-pg-contact-section .contact-form-area .section-title-s3,
    .contact-pg-contact-section .contact-form-area .section-title-s4 {
        margin-bottom: 0;
    }
}

.section-title-s5 {
    text-align: left;
}

.theme-btn-s5 {
    background-color: #d7e5db;
    color: #ff9f00;
    font-weight: 500;
    padding: 13px 38px;
    border-radius: 50px;
    display: inline-block;
    border: none;
}

.theme-btn-s5:hover {
    background: #18455d;
    color: #fff;
}


/*--------------------------------------------------------------
#6.1 blog-single-page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
    /*** tag-share ***/
    /*** author-box ***/
    /*** more-posts ***/
    /*** comments area ***/
    /*** comment-respond ***/
    position: relative;
    padding-bottom: 230px;
}

@media screen and (min-width: 1200px) {
    .blog-single-section .blog-content {
        padding-right: 40px;
    }
}

.blog-single-section .entry-meta {
    overflow: hidden;
    padding: 35px 0 20px;
}

.blog-single-section .entry-meta>li {
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .entry-meta>li {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

.blog-single-section .entry-meta>li+li {
    margin-left: 15px;
    padding-left: 15px;
    padding-top: 9px;
    position: relative;
}

.blog-single-section .entry-meta>li+li:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 9px;
}

.blog-single-section .entry-meta li a {
    color: #ff9f00;
}

.blog-single-section .entry-meta img {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.blog-single-section .post h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 0.5em;
}

@media (max-width: 991px) {
    .blog-single-section .post h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.blog-single-section .post p {
    margin-bottom: 1.5em;
}

.blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5em;
    margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
    .blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.blog-single-section .post blockquote {
    background-color: #f4f8f3;
    padding: 40px 55px;
    margin: 60px 0;
    border: 0;
    line-height: 1.9em;
    position: relative;
}

@media (max-width: 991px) {
    .blog-single-section .post blockquote {
        padding: 30px 40px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .post blockquote {
        padding: 20px 30px;
    }
}

.blog-single-section .post blockquote .quoter {
    display: block;
    margin-top: 15px;
}

.blog-single-section .tag-share {
    margin: 70px 0;
}

@media screen and (min-width: 1200px) {
    .blog-single-section .tag-share {
        -webkit-box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .tag-share {
        margin: 60px 0;
    }
}

.blog-single-section .tag-share .tag {
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .tag {
        float: none;
        display: block;
        margin-bottom: 25px;
    }
}

.blog-single-section .tag-share .share {
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .tag-share .share {
        float: none;
        display: block;
    }
}

.blog-single-section .tag-share ul {
    overflow: hidden;
}

.blog-single-section .tag-share ul li {
    float: left;
}

.blog-single-section .tag-share .tag ul>li+li,
.blog-single-section .tag-share .share ul>li+li {
    margin-left: 10px;
}

.blog-single-section .tag-share .tag a {
    background-color: #f4f8f3;
    display: block;
    padding: 9px 18px;
    color: #666;
    border-radius: 50px;
}

.blog-single-section .tag-share .tag a:hover {
    background-color: #ff9f00;
    color: #fff;
}

.blog-single-section .tag-share .share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    color: #666;
    border-radius: 50%;
    padding: 0;
    display: block;
    border: 1px solid #dadada;
}

.blog-single-section .tag-share .share a:hover {
    background: #ff9f00;
    color: #fff;
    border-color: #ff9f00;
}

.blog-single-section .author-box {
    padding: 45px 50px 35px;
    margin: 70px 0;
    border: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
    .blog-single-section .author-box {
        padding: 35px 40px;
    }
}

@media (max-width: 767px) {
    .blog-single-section .author-box {
        padding: 25px;
    }
}

.blog-single-section .author-box .author-avatar {
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-avatar {
        float: none;
    }
}

.blog-single-section .author-box .author-avatar img {
    border-radius: 50%;
}

.blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}

@media (max-width: 767px) {
    .blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0 0;
    }
}

.blog-single-section .author-box .author-content p {
    margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: #283a5e;
}

.blog-single-section .author-box .social-link {
    display: inline-block;
}

.blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 15px;
}

.blog-single-section .author-box .social-link a {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #283a5e;
}

.blog-single-section .author-box .social-link a:hover {
    color: #ff9f00;
}

.blog-single-section .more-posts {
    margin: 70px 0;
}

.blog-single-section .more-posts .previous-post {
    display: inline-block;
    float: left;
}

.blog-single-section .more-posts .next-post {
    display: inline-block;
    float: right;
}

.blog-single-section .more-posts .previous-post a,
.blog-single-section .more-posts .next-post a {
    background-color: #edf7eb;
    font-weight: 500;
    color: #666;
    display: block;
    padding: 15px 40px;
    border-radius: 60px;
}

@media (max-width: 767px) {

    .blog-single-section .more-posts .previous-post a,
    .blog-single-section .more-posts .next-post a {
        padding: 12px 35px;
    }
}

.blog-single-section .more-posts .previous-post a:hover,
.blog-single-section .more-posts .next-post a:hover {
    background-color: #ff9f00;
    color: #fff;
}

.blog-single-section .comments-area {
    margin-top: 70px;
}

.blog-single-section .comments-area li>div {
    background: #f8f8f8;
    padding: 30px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .blog-single-section .comments-area li>div {
        padding: 30px 25px;
    }
}

.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}

.blog-single-section .comments-area ol ul {
    padding-left: 30px;
}

.blog-single-section .comments-area ol>li:last-child div {
    border-bottom: 0;
}

.blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .blog-single-section .comments-area .comments-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.blog-single-section .comments-area li>div {
    position: relative;
}

.blog-single-section .comments-area .comment-theme {
    position: absolute;
    left: 35px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
}

.blog-single-section .comments-area .comment-theme img {
    border-radius: 50%;
}

.blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}

@media (max-width: 767px) {
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
}

.blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
    font-weight: normal;
    text-transform: none;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #666;
    margin-top: 8px;
}

.blog-single-section .comments-area .comment-reply-link {
    background: #81ac8c;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 50px;
    display: inline-block;
}

.blog-single-section .comments-area .comment-reply-link:hover {
    background-color: #ff9f00;
}

.blog-single-section .comment-respond {
    margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 1.5em;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #f8f8f8;
    width: 100%;
    height: 50px;
    border: 1px solid #f8f8f8;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff9f00;
}

@media (max-width: 991px) {

    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}

.blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}

@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height: 150px;
    }
}

.blog-single-section .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 49%;
    float: left;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
    width: 49%;
    float: right;
}

@media (max-width: 767px) {
    .blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
        width: 100%;
        float: none;
    }
}

.blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #86a58e;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    outline: 0;
}

.blog-single-section .comment-respond .form-submit input:hover {
    background-color: #ff9f00;
}

@media screen and (min-width: 1200px) {
    .blog-single-left-sidebar-section .blog-content {
        padding-right: 0;
        padding-left: 50px;
    }
}

@media screen and (min-width: 1200px) {
    .blog-single-fullwidth .blog-content {
        padding: 0;
    }
}

.entry-media img {
    width: 100%;
}

/*--------------------------------------------------------------
8.1 service-details-page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
service-single-section
--------------------------------------------------------------*/
.service-single-section .service-content>.img-holder,
.service-single-section .project-content>.img-holder,
.project-single-section .service-content>.img-holder,
.project-single-section .project-content>.img-holder {
    margin-bottom: 45px;
    box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
}

.service-single-section h2,
.project-single-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 1em;
}

@media (max-width: 991px) {

    .service-single-section h2,
    .project-single-section h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {

    .service-single-section h2,
    .project-single-section h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.service-single-section p,
.project-single-section p {
    margin: 10px 0;
    font-size: 15px;
}

.service-single-section h6 {
    color: #18455d;
    font-size: 20px;
    line-height: 26px;
}

.service-single-section .service-content>ul,
.service-single-section .project-content>ul,
.project-single-section .service-content>ul,
.project-single-section .project-content>ul {
    margin: 20px 0 0;
}

.service-single-section .service-content>ul li,
.service-single-section .project-content>ul li,
.project-single-section .service-content>ul li,
.project-single-section .project-content>ul li {
    position: relative;
}


.service-single-section .service-content>ul>li+li,
.service-single-section .project-content>ul>li+li,
.project-single-section .service-content>ul>li+li,
.project-single-section .project-content>ul>li+li {
    margin-top: 13px;
}

.service-single-section .img-with-text .img-holder,
.project-single-section .img-with-text .img-holder {
    width: 50%;
    float: left;
    margin-right: 25px;
    padding-top: 10px;
}

@media (max-width: 767px) {

    .service-single-section .img-with-text .img-holder,
    .project-single-section .img-with-text .img-holder {
        width: 100%;
        float: none;
        margin: 0 0 35px;
    }
}

.service-single-section .pagi,
.project-single-section .pagi {
    padding-top: 50px;
}

@media (max-width: 767px) {

    .service-single-section .pagi,
    .project-single-section .pagi {
        padding-top: 30px;
    }
}

.service-single-section .pagi ul,
.project-single-section .pagi ul {
    overflow: hidden;
}

.service-single-section .pagi ul li,
.project-single-section .pagi ul li {
    width: 50%;
    float: left;
    text-align: center;
    border: 1px solid #d7d7d7;
}

.service-single-section .pagi ul>li:last-child,
.project-single-section .pagi ul>li:last-child {
    margin-left: -1px;
}

.service-single-section .pagi ul a,
.project-single-section .pagi ul a {
    display: block;
    padding: 15px;
    color: #666;
}

.service-single-section .pagi ul a:hover,
.project-single-section .pagi ul a:hover {
    background-color: #fdf4f1;
    color: #ff9f00;
}

.service-single-section .project-content .pagi,
.project-single-section .project-content .pagi {
    padding-top: 0;
}

.service-page .service-section {
    padding-top: 100px;
}

.service-single-section,
.project-single-section {
    position: relative;
    padding-bottom: 60px;
}

/*--------------------------------
service sidebar
-------------------------------*/


@media (max-width: 991px) {
    .service-sidebar {
        margin-top: 20px;
    }
}

.service-sidebar>.widget+.widget {
    margin: 15px 0;
}

.service-sidebar .widget h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 1em;
    padding-bottom: 17px;
    text-transform: capitalize;
    position: relative;
}

@media (max-width: 767px) {
    .service-sidebar .widget h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.service-sidebar .widget h3:after {
    content: "";
    background: url("../images/service-sidebar-widget-title-bg.png") center center/auto no-repeat local;
    width: 100px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-sidebar .all-services {
    background-color: #f5f5f5;
    padding: 30px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .service-sidebar .all-services {
        padding: 40px 20px;
    }
}

.service-sidebar .all-services ul a {
    margin-top: 15px;
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    color: #666;
}

.service-sidebar .all-services ul a:hover,
.service-sidebar .all-services ul li.current a {
    color: #ff9f00;
}

.service-sidebar .all-services ul>li:last-child a {
    border: 0;
    padding: 0;
}

.service-sidebar .contact-widget {
    background: url("../images/service-sidebar-widget-contact-bg.jpg") center center/auto no-repeat local;
    padding: 60px 15px;
    text-align: center;
    position: relative;
    margin: 10px 0;
}

.service-sidebar .contact-widget:before {
    content: "";
    background: rgb(24 69 93 / 94%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.service-sidebar .contact-widget>div {
    position: relative;
}

.service-sidebar .contact-widget h5 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

@media (max-width: 767px) {
    .service-sidebar .contact-widget h5 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.service-sidebar .contact-widget h4 {
    font-size: 35px;
    font-size: 2.1875rem;
    margin: 0.5em 0 0;
    color: white;
}

@media (max-width: 767px) {
    .service-sidebar .contact-widget h4 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

.service-sidebar .project-info-widget {
    background-color: #f4f8f5;
    padding: 60px 30px;
}

.side-bar-form .section-title-s5 {
    margin-bottom: 20px;
    text-align: center;
}

.side-bar-form .section-title-s5 h4 {
    color: white;
    font-size: 22px;
    font-family: cursive;

}

.side-bar-form .contact-form input {
    background: #ffffff;
    width: 100%;
    height: 45px;
    border: 1px solid transparent;
    color: #666;
    border-radius: 0;
    padding: 6px 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.side-bar-form .contact-form label {
    color: white;
    padding: 8px 0;
}

.side-bar-form .contact-form form>div {
    margin: 10px 0;
}

.side-bar-form {
    background-color: #18455d;
    padding: 10px;
}

.side-bar-form .theme-btn {
    background-color: #ffffff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    color: #18455d;
    padding: 0 22px;
    border: 0;
    border-radius: 50px;
    display: inline-block;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .service-sidebar .project-info-widget {
        padding: 40px 20px;
    }
}

.service-sidebar .project-info-widget ul li {
    line-height: 1.7em;
}

.service-sidebar .project-info-widget ul>li+li {
    margin-top: 15px;
}

.service-sidebar .project-info-widget ul li span {
    font-weight: 600;
    color: #283a5e;
}

.service-single-section .service-content {
    margin-top: 0;
}

/*=======================================
9.0 404-page
=========================================*/
.error-404-section {
    position: relative;
    padding: 58px 0;
}

.error-404-section .content {
    text-align: center;
    padding-top: 30px;
}

.error-404-section .content h2 {
    font-size: 200px;
    font-size: 12.5rem;
    color: #ff9f00;
    line-height: 0.73em;
    margin: 0 0 0.2em;
}

@media (max-width: 991px) {
    .error-404-section .content h2 {
        font-size: 150px;
        font-size: 9.375rem;
    }
}

@media (max-width: 767px) {
    .error-404-section .content h2 {
        font-size: 120px;
        font-size: 7.5rem;
    }
}

.error-404-section .content h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: normal;
    margin: 0 0 1em;
}

.error-404-section .content h3 span {
    color: #ff9f00;
}

@media (max-width: 991px) {
    .error-404-section .content h3 {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 1.3em;
    }
}

@media (max-width: 767px) {
    .error-404-section .content h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.error-404-section .content p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 2em;
}

@media (max-width: 991px) {
    .error-404-section .content p {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

@media (max-width: 767px) {
    .error-404-section .content p {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .form-bar-sec {
        padding: 12px !important;
        margin-top: 10px;
    }

    .form-bar-sec .form-control {
        margin: 10px 0 !important;
    }
}

.error-404-section .theme-btn {
    border-radius: 0;
    margin-bottom: 30px;
}

.service-area-v2 {
    padding-bottom: 200px;
}


/*============================================
animated-css
==============================================*/

.bg-animate-shape-shape {
    position: relative
}

.bg-animate-shape:not(.hero) [class*=rect] {
    z-index: 1;
}

.bg-animate-shape .shape1,
.bg-animate-shape .shape5 {
    position: absolute;
    top: 40%;
    left: 20px;
    -webkit-animation: mover 15s infinite linear;
    animation: mover 15s infinite linear
}

.bg-animate-shape .shape2 {
    position: absolute;
    left: 25%;
    top: 0;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: .4
}

.bg-animate-shape .shape3 {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: .4
}

.bg-animate-shape .shape4,
.bg-animate-shape .shape6 {
    position: absolute;
    top: 3%;
    right: 8%;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.bg-animate-shape .shape5 {
    top: 20%;
    left: 20px
}

.bg-animate-shape .shape6 {
    top: 15%;
    right: 40%
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.form-bar-sec {
    padding: 20px 30px 15px 30px;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #18455d;
    transition: all 0.3s ease-in-out;
}

.form-bar-sec:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.form-bar-sec .theme-btn {
    background-color: #ff9f00;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 30px;
    border: 0;
    border-radius: 6px;
    display: inline-block;
    text-transform: capitalize;
    margin: 10px 0;
}

.form-bar-sec .form-control {
    height: 50px;
    margin: 10px 0;
}

.form-bar-sec .form-label {
    color: white;
    font-family: math;
    padding: 4px 0;
    margin: 0;
}

/* policy page */
.policy-page {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}



.policy-page h1,
.policy-page h2 {
    color: #2c3e50;
}

.policy-page h1 {
    text-align: center;
    margin-bottom: 30px;
}

.policy-page h2 {
    margin-top: 30px;
    font-size: 22px;
}

.policy-page p {
    line-height: 1.7;
    margin-top: 10px;
}

.policy-page ul {
    padding-left: 20px;
    margin-top: 10px;
    list-style-type: disc;
}

.policy-page li {
    margin-bottom: 8px;
}

.policy-page a {
    color: #007bff;
    text-decoration: none;
}

.policy-page a:hover {
    text-decoration: underline;
}

.policy-page footer {
    text-align: center;
    margin-top: 60px;
    font-size: 14px;
    color: #777;
}

.social-media {
    text-align: center;
    margin-top: 30px;
}

.social-media p {
    font-weight: bold;
    margin-bottom: 10px;
}

.social-media a {
    display: inline-block;
    margin: 0 4px;
    font-size: 17px;
    color: #ffffff;
    transition: color 0.3s ease;
    background: #18455d;
    padding: 8px 14px;
    border-radius: 6px;
}

.social-media a:hover {
    color: #ff9f00;
}

/* thank page */

.thank-sec {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f9f9f9;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.thank-you-container {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
    width: 90%;
}

.thank-you-container h1 {
    font-size: 36px;
    color: #18455d;
    margin-bottom: 10px;
}

.thank-you-container p {
    font-size: 18px;
    margin-bottom: 20px;
}

.thank-you-container .buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.thank-you-container .btn {
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 30px;
    background-color: #18455d;
    color: white;
    font-weight: bold;
    transition: background 0.3s ease;
}

.thank-you-container .btn:hover {
    background-color: #ff9f00;
    color: white;
}

.thank-you-container .btn-secondary {
    background-color: #dfe6e9;
    color: #2d3436;
}

.btn-secondary:hover {
    background-color: #b2bec3;
}

.thank-you-container .contact-info {
    margin-top: 20px;
    font-size: 16px;
    color: #636e72;
}

.thank-you-container .contact-info a {
    color: #18455d;
    text-decoration: none;
    font-weight: 600;
}



@media (max-width: 480px) {
    thank-sec {
        margin-top: 22px;
    }

    .thank-you-container h1 {
        font-size: 28px;
    }
}

.quote-btn {
    display: inline-block;
    padding: 2px 8px;
    margin: 18px 12px;
    background-color: #ff9f00;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.2);
}

.quote-btn a {
    padding: 12px 6px !important;
    color: white !important;
}

/* Overall form section */
.free-quote-form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 15px;
    background-color: #f2f5f7;
    font-family: 'Inter', sans-serif;
}

/* Form container box */
.form-page {
    background-color: #fff;
    padding: 35px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    max-width: 650px;
    width: 100%;
}

/* Heading style */
.form-page h2 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* Form group layout */
.free-quote-form .form-group {
    margin-bottom: 20px;
}

/* Label style */
.free-quote-form .form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: #18455d;
}

/* Input and textarea styling */
.free-quote-form .form-group input,
.free-quote-form .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* Focus styling */
.free-quote-form .form-group input:focus,
.free-quote-form .form-group textarea:focus {
    border-color: #18455d;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    outline: none;
}

/* Textarea sizing */
.free-quote-form .form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Submit button styling */
.free-quote-form .submit-btn {
    width: 100%;
    background-color: #18455d;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Submit button hover effect */
.free-quote-form .submit-btn:hover {
    background-color: #ff9f00;
}

/* Responsive tweaks */
@media (max-width: 600px) {
    .free-quote-form .form-page {
        padding: 25px 20px;
    }

    .free-quote-form .form-page h2 {
        font-size: 20px;
    }

    .free-quote-form .submit-btn {
        padding: 12px;
        font-size: 15px;
    }
}

/* seo dashboard css */

.main-header {
    background: #18455d;
    color: #ffffff;
    padding: 10px 0;
}

.main-header .logo {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
}

.main-header .tagline {
    font-size: 14px;
    color: #ff9f00;
    margin: 0;
}

.card-custom {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.28);
}

footer {

    background-color: #18455d;
}

/* sign in page */
.sign-in-sec {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.sign-in-sec .signup-container {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    width: 600px;
    text-align: center;
    margin-top: 10px;
}

.sign-in-sec .signup-container h2 {
    margin-bottom: 10px;
    color: #18455d;
}

.sign-in-sec .signup-container p {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.sign-in-sec {
    text-align: left;
    margin-bottom: 18px;
}

.sign-in-sec label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #18455d;
}

.sign-in-sec input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    transition: 0.3s;
}

.sign-in-sec input:focus {
    border-color: #18455d;
    box-shadow: 0 0 5px rgba(24, 69, 93, 0.4);
}

.sign-in-sec .btn-submit {
    background: #ff9f00;
    border: none;
    padding: 14px;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.sign-in-sec .btn-submit:hover {
    background: #e68c00;
}

.sign-in-sec .footer-text {
    margin-top: 20px;
    font-size: 13px;
    color: #555;
}

.sign-in-sec .footer-text a {
    color: #18455d;
    text-decoration: none;
    font-weight: 600;
}

.sign-in-sec .footer-text a:hover {
    text-decoration: underline;
}

.sign-up-btn {
    color: #ffffff;
    font-weight: 600;
    background: #ff9f00;
    padding: 10px 20px;
    border-radius: 8px;
}

/* seo site audit */
/* Dashboard Header */
.dash-head-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #18455d;
    padding: 15px 30px;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.dash-head-sec h1 {
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    font-family: auto;
}

/* Logout Button */
.dashboard-login-btn {
    background: #ff9f01;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    text-decoration: none;
}

.dashboard-login-btn:hover {
    background: #e68900;
}

.custom-menu {
    list-style: none;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-menu li {
    margin: 6px 0;
    background-color: #007acc;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
}

.custom-menu li:last-child {
    margin-bottom: 0;
}

.custom-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s, padding-left 0.3s;
    padding: 8px 12px;
    border-radius: 6px;
}

.custom-menu a i {
    margin-right: 10px;
    font-size: 18px;
}

.custom-menu a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    padding-left: 18px;
}

/* submenu */
.menu-v2 {
    list-style: none;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.menu-v2 li {
    margin: 6px 0;
    background-color: #007acc;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
}

.menu-v2 li:last-child {
    margin-bottom: 0;
}

.menu-v2 a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s, padding-left 0.3s;
    padding: 8px 12px;
    border-radius: 6px;
}

.menu-v2 a i {
    margin-right: 10px;
    font-size: 18px;
}

.menu-v2 a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    padding-left: 18px;
}

/* submenu */
.menu-v2 .submenu {
    list-style: none;
    background: #f8f8f8;
    padding: 0;
    margin: 0;
    display: none;
    border: 1px solid #007acc;
    border-radius: 6px;
    overflow: hidden;
}

.menu-v2 .submenu li a {
    padding: 8px 12px;
    background: #ffffff;
    color: #007acc;
    border-radius: 0;
}

.menu-v2 .submenu li sup {
    color: red;
    font-size: 8px;
    padding: 0 4px;
}

.menu-v2 .submenu li a:hover {
    background: #007acc;
    color: #ffffff;
}

/* when opened via JS */
.menu-v2 .dropdown.open .submenu {
    display: block;
}

/* dropdown arrow */
.menu-v2 .dropdown-arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.menu-v2 .dropdown.open .dropdown-arrow {
    transform: rotate(180deg);
}

.menu-v2 .dropdown-toggle::after {
    display: none !important;
    content: none !important;
}

.auto-pay-sec {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    padding: 12px 0;
}

.auto-pay-sec .toggle-switch {
    position: relative;
    width: 48px;
    height: 24px;
    background: #ccc;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s ease;

}

.auto-pay-sec .toggle-switch::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    transition: 0.3s ease;
}

.auto-pay-sec .toggle-switch.active {
    background: #4CAF50;
}

.auto-pay-sec .toggle-switch.active::before {
    transform: translateX(24px);
}

.auto-pay-sec .toggle-label {
    font-size: 13px;
    padding: 8px 12px;
    color: #18455d;
    border-radius: 0;
}

.dashboard-container {
    margin: 0 auto 40px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.seo-dashboard .title {
    color: #18455d;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

.seo-dashboard .form-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.seo-dashboard .form-section input {
    flex: 1;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.seo-dashboard .btn {
    padding: 12px 24px;
    background-color: #ff9f00;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

.seo-dashboard .btn:hover {
    background-color: #18455d;
    color: white;
}

.seo-dashboard table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#seoTable thead th {
    background-color: #f1f5f9;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #ddd;
    color: #18455d;
}

.totals-row {
    background-color: #f3f4f6;
    font-weight: bold;
}

.totals-row td {
    padding: 12px;
}

.seo-dashboard th,
.seo-dashboard td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    overflow: auto;
}

.seo-dashboard th {
    background-color: #f1f5f9;
    padding: 12px;
    text-align: left;
    border-bottom: 2px solid #ddd;
    color: #18455d;
}

.seo-dashboard td:nth-child(3) {

    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

.seo-dashboard .table-responsive-container {
    width: 100%;
    overflow-x: auto;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.seo-dashboard .table-responsive-container::-webkit-scrollbar {
    height: 6px;
}

.seo-dashboard .table-responsive-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.seo-dashboard .positive {
    color: #28a745;
    font-weight: bold;
}

.seo-dashboard .negative {
    color: #dc3545;
    font-weight: bold;
}

.data-card-container {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 1rem;

}

.data-card-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
}

.entry-control-wrapper ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #333;
}

.entry-control-wrapper li i {
    margin-left: 5px;
    color: #555;
}

/* add keyword */
.add-keyword-table input.keyword-input {
    width: 100%;
    padding: 8px 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.add-keyword-table .add-keyword-btn {
    margin-top: 15px;
    background-color: #ff9f00;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
}

.add-keyword-table .add-keyword-btn:hover {
    background-color: #18455d;
}

.add-keyword-sec .btn-add-keyword {
    background-color: #ff9f00;
    color: #fff;
    border: none;
    padding: 4px 10px;
    margin-left: 6px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.add-keyword-sec .btn-add-keyword:hover {
    background-color: #18455d;
}

.add-keyword-sec .add-keyword-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}

.add-keyword-actions {
    display: flex;
    justify-content: flex-end;
    /* Align to right */
    margin-top: 10px;
}

.add-keyword-sec .add-keyword-btn {
    padding: 6px 16px;
    background-color: #ff9f00;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.add-keyword-sec .add-keyword-btn:hover {
    background-color: #18455d;
}

/* payment page */

.payment-sec .payment-card {
    background-color: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.payment-sec .payment-card h2 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #18455d;
    text-align: center;
}

.payment-sec .form-label {
    font-weight: 500;
    color: #000000;
}

.payment-sec .form-control {
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    padding: 12px;
}

.payment-sec .form-select {
    border-radius: 10px;
    padding: 12px;
}

.payment-sec .btn-submit {
    background-color: #ff9f00;
    border: none;
    padding: 12px 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.payment-sec .btn-submit:hover {
    background-color: #000000;
}


.payment-auto-pay .auto-pay-toggle-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
}

.payment-auto-pay .auto-pay-toggle-btn {
    position: relative;
    width: 42px;
    height: 18px;
    background: #ccc;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 10px;
}


.payment-auto-pay .auto-pay-toggle-btn::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
    transition: 0.3s ease;
}

.payment-auto-pay .auto-pay-toggle-btn.active {
    background: #4CAF50;
}

.payment-auto-pay .auto-pay-toggle-btn.active::before {
    transform: translateX(24px);
}

.payment-auto-pay .auto-pay-toggle-label {
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.month-pay-text {
    font-size: 9px;
}

/* integration */
.tool-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.tool-card:hover {
    transform: translateY(-8px);
}

.tool-logo {
    width: 130px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 15px;
}

.tool-label {
    font-size: 0.7rem;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 0;
}

.tool-card h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #18455d;
    border-top: 1px solid #c2c2c2;
    padding-top: 12px;
    font-weight: 600;
}

.tool-card p {
    font-size: 0.75em;
    color: #666;
}

@media (max-width: 576px) {
    .payment-sec .payment-card {
        padding: 25px 20px;
    }

    .payment-sec .btn-submit {
        font-size: 16px;
    }
}

/* sign up page */
.signup-sec {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.signup-container {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    width: 600px;
    text-align: center;
}

.signup-container .form-select {
    line-height: 2.5;
}

.signup-container h2 {
    margin-bottom: 10px;
    color: #18455d;
}

.signup-container p {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.signup-sec .form-group {
    text-align: left;
    margin-bottom: 18px;
}

.signup-sec .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #18455d;
}

.signup-sec .form-group input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    transition: 0.3s;
}

.signup-sec .form-group input:focus {
    border-color: #18455d;
    box-shadow: 0 0 5px rgba(24, 69, 93, 0.4);
}

.signup-sec .condition-check-box label {
    font-size: 13px;
    text-align: left;
}

.signup-sec .btn-submit {
    background: #ff9f00;
    border: none;
    padding: 14px;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.signup-sec .btn-submit:hover {
    background: #e68c00;
}

.signup-sec .footer-text {
    margin-top: 20px;
    font-size: 13px;
    color: #555;
}

.signup-sec .footer-text a {
    color: #18455d;
    text-decoration: none;
    font-weight: 600;
}

.signup-sec .footer-text a:hover {
    text-decoration: underline;
}

/* invoice page */
.invoice-container {
    margin: 40px auto;
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.invoice-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #18455d;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.invoice-header h1 {
    font-size: 24px;
    color: #18455d;
    margin: 0;
}

.invoice-container .brand-logo {
    font-size: 22px;
    font-weight: bold;
    color: #ff9f00;
}

.invoice-details {
    margin-bottom: 25px;
}

.invoice-details h3 {
    color: #18455d;
    font-size: 18px;
    margin-bottom: 8px;
}

.invoice-details p {
    margin: 4px 0;
    font-size: 15px;
}

.invoice-container .highlight {
    color: #ff9f00;
    font-weight: 600;
}

.invoice-container table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.invoice-container table th,
.invoice-container table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    font-size: 14px;
}

.invoice-container table th {
    background: #18455d;
    color: #fff;
    font-weight: 600;
}

.invoice-container .total-section {
    text-align: right;
    margin-top: 20px;
}

.invoice-container .total-section h2 {
    font-size: 22px;
    color: #18455d;
}

.invoice-container .footer {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #777;
}

.invoice-container .footer span {
    color: #18455d;
    font-weight: 600;
}

/*invoice list page*/
/* Main Heading */
#invoiceMainTitle {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #18455d;
    margin-left: 25px;
    display: flex;
    justify-content: space-between;
}

/* Table Card */
.invoiceTableCard {
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 22px;
    overflow-x: auto;
}

#invoiceTableUnique {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 750px;
}

#invoiceTableUnique thead {
    background-color: #18455d;
    color: #ffffff;
}

#invoiceTableUnique th,
#invoiceTableUnique td {
    padding: 16px 12px;
    font-size: 16px;
    text-align: justify;
}

#invoiceTableUnique tbody tr {
    transition: background-color 0.3s, transform 0.2s;
}

#invoiceTableUnique tbody tr:nth-child(even) {
    background-color: #f0f4f8;
}

#invoiceTableUnique tbody tr:hover {
    background-color: #d9e4ed;
    transform: scale(1.01);
}

/* View Button */
.invoiceViewBtn {
    background-color: #ff9f01;
    color: #fff;
    padding: 9px 22px;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.invoiceViewBtn:hover {
    background-color: #e68a00;
}

/* Auto Renewal Small Button */
.autoRenewBtn {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.autoRenewOn {
    background-color: #28a745;
    color: #fff;
}

.autoRenewOff {
    background-color: #6c757d;
    color: #fff;
}

#leadsTable {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    /* ensures equal width columns */
}


#leadsTable th i {
    margin-right: 5px;
}

/*how it works page*/


.works-sec-hero {
    background: linear-gradient(rgba(24, 69, 93, 0.85), rgba(24, 69, 93, 0.85)),
        url('../images/how-it-work/bg.png') center center repeat;
    background-size: auto;
    color: #fff;
    text-align: center;
    padding: 30px 20px 90px 20px;
}

.works-sec-hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: white;
}

.works-sec-hero p {
    font-size: 15px;
    margin: auto;
    margin-bottom: 25px;
    max-width: 700px;
    color: white;
}

.works-sec-hero a {
    background: #ff9f01;
    color: #fff;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.works-sec-hero a:hover {
    background: #e68c00;
}

/* Pricing */
.price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: auto;
}

.price-item {
    border-radius: 16px;
    padding: 20px 25px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: .3s;
    text-align: center;
    position: relative;
}

.price-item:hover {
    transform: translateY(-6px);
}

.price-item.featured {
    background: #18455d;
    color: #fff;
    transform: scale(1.05);
}

.price-item.featured h3,
.price-item.featured h4,
.price-item.featured h5,
.price-item.featured ul li {
    color: #fff;
}

.pricing-header i {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #18455d;
}

.price-item.featured .pricing-header i {
    color: #ff9f01;
}



.price-item ul li {
    margin: 10px 0;
    font-size: 0.95rem;
}

.price-item ul li::before {
    content: "✔ ";
    color: #ff9f01;
    font-weight: bold;
}


/* Timeline */
.timeline {
    padding: 20px;
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 140px;
    bottom: 0;
    width: 4px;
    background: #18455d;
    transform: translateX(-50%);
}

.step {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    width: 45%;
    position: relative;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.how-works-img {
    text-align: center;
}

.step img {
    height: 450px;
    width: 430px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.step h3 {
    color: #18455d;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: monospace;
    line-height: 24px;
}

.step p,
.step ul {
    font-size: .95rem;
    color: #555;
}

.step ul {
    list-style: none;
    padding: 0;
}

.step ul li::before {
    content: "✔ ";
    color: #ff9f01;
    font-weight: bold;
}

.step.left {
    left: 0;
}

.step.right {
    left: 55%;
}

.step::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    background: #ff9f01;
    border-radius: 50%;
}

.step.left::after {
    right: -38px;
}

.step.right::after {
    left: -38px;
}

/* Why Choose Us */
.analysis {
    padding: 70px 20px;
    text-align: center;
    background: #f9fbfd;
}

.analysis h2 {
    color: #18455d;
    margin-bottom: 40px;
}

.analysis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: auto;
}

.analysis-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: .3s;
    position: relative;
    overflow: hidden;
}

.analysis-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 159, 1, 0.1);
    transition: 0.4s;
}

.analysis-card:hover::before {
    left: 0;
}

.analysis-card i {
    font-size: 2.5rem;
    color: #ff9f01;
    margin-bottom: 15px;
}

.analysis-card h3 {
    margin-bottom: 10px;
    color: #18455d;
}

.analysis-card p {
    font-size: .95rem;
    color: #555;
}

/* Why Choose Us */
.why-choose {
    background: #f4f7fb;
    padding: 80px 20px;
}

.why-choose .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.why-choose span {
    color: #ff9f01;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.why-choose h2 {
    color: #18455d;
    font-size: 2rem;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: auto;
}

.why-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 16px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: .3s;
}

.why-card:hover {
    transform: translateY(-6px);
}

.why-card i {
    font-size: 2.5rem;
    color: #ff9f01;
    margin-bottom: 15px;
}

.why-card h3 {
    color: #18455d;
    font-size: 17px;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 0.95rem;
    color: #555;
}

/* Features Section */
.features {
    background: #fff;
    padding: 80px 20px;
}

.features .section-title span {
    color: #ff9f01;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.features .section-title h2 {
    color: #18455d;
    font-size: 2rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: auto;
}

.feature-card {
    background: #f4f7fb;
    padding: 40px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: .3s;
}

.feature-card:hover {
    transform: translateY(-6px);
}

.feature-card i {
    font-size: 2.5rem;
    color: #ff9f01;
    margin-bottom: 15px;
}

.feature-card h3 {
    color: #18455d;
    margin-bottom: 10px;
    font-size: 17px;
}

.feature-card p {
    font-size: 0.95rem;
    color: #555;
}

/* CTA */
.cta {
    background: #ff9f01;
    color: #fff;
    text-align: center;
    padding: 70px 20px;
    margin-top: 60px;
}

.cta h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: white;
}

.cta p {
    margin-bottom: 20px;
    color: white;
}

.cta a {
    background: #18455d;
    color: #fff;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

/*pnl section*/
/* Section Wrapper */
.pnl-ui-section {
    padding: 40px 0;
    text-align: center;
    margin-bottom: 22px;
}

/* Header */
.pnl-ui-section .header {
    margin-bottom: 48px;
}

.pnl-ui-section .header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #18455d;
    margin-bottom: 15px;
}

.pnl-ui-section .header p {
    font-size: 1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Cards Container */
.pnl-cards {
    margin-bottom: 50px;
}

/* Individual Card */
.pnl-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    text-align: left;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pnl-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pnl-card h3 {
    font-size: 1.6rem;
    color: #18455d;
    margin-bottom: 20px;
    position: relative;
}

/* Accent line under card title */
.pnl-card h3::after {
    content: '';
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ff9f00, #18455d);
    display: block;
    margin-top: 8px;
    border-radius: 2px;
}

/* Features List */
.pnl-card ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.pnl-card ul li {
    margin-bottom: 15px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    position: relative;
}

.pnl-card ul li::before {
    content: "✔";
    color: #ff9f00;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Buttons */
.pnl-buttons {
    text-align: center;
}

.pnl-btn {
    display: inline-block;
    margin: 10px;
    padding: 15px 40px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.pnl-btn.primary {
    background: #ff9f00;
    color: #ffffff;
}

.pnl-btn.primary:hover {
    background: #e68a00;
}

.pnl-btn.secondary {
    background: #18455d;
    color: #ffffff;
}

.pnl-btn.secondary:hover {
    background: #0f2f41;
}

/*contact section*/
.contarct-sec .contract-text {
    margin: auto;
    padding-top: 30px;
}

.contarct-sec .highlight {
    color: #ff9f00;
    font-weight: bold;
}

.contarct-sec .highlight-box {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.contarct-sec .highlight-box ul {
    list-style-type: disc;
}

.contarct-sec .highlight-box li {
    padding: 5px 0;
}

.contract-text h2 {
    color: #18455d;
    margin-top: 0;
    text-decoration: underline;
}

.contarct-sec .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.contarct-sec .card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.contarct-sec .card:hover {
    transform: translateY(-5px);
}

.contarct-sec .card h3 {
    color: #ff9f00;
    margin-bottom: 10px;
}

.contarct-sec .cta-box {
    background: #18455d;
    color: #fff;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    margin: 2rem 0;
}

.contarct-sec .cta-box h3 {
    color: white;
}

.contarct-sec .cta-box p {
    color: white;
}

.contarct-sec .cta-box a {
    display: inline-block;
    background: #ff9f00;
    color: #ffffff;
    padding: 0.9rem 1.8rem;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.contarct-sec .cta-box a:hover {
    background: #ffc14d;
}

.contarct-sec .contact-box {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.contarct-sec .contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1rem;
}

.contarct-sec .contact-info div {
    flex: 1 1 45%;
    background: #f9fafc;
    padding: 1rem;
    border-left: 4px solid #ff9f00;
    border-radius: 6px;
}

.urls-logins-sec {
    background-color: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.urls-logins-sec h1 {
    color: #18455d;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

.urls-logins-sec h4 {
    font-size: 1.3em;
    color: #18455d;
    font-weight: 600;
}

.urls-logins-sec .section-block {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.urls-logins-sec .section-block h3 {
    color: #18455d;
    margin-bottom: 15px;
}

.urls-logins-sec .form-group {
    margin-bottom: 15px;
}

.urls-logins-sec .form-group label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.urls-logins-sec .form-group input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.urls-logins-sec .btn {
    margin-top: 10px;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    background-color: #18455d;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
}

.urls-logins-sec .btn:hover {
    background-color: #0056b3;
}


.urls-logins-sec .submit-btn {
    background-color: #ff9f00;
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}

.urls-logins-sec .form-label {
    font-weight: 500;
    color: #000000;
    font-size: 14px;
}

.form-control::placeholder {
    color: #888888;
    font-style: italic;
    font-size: 12px;
    opacity: 1;
}

/*vedio section*/
.video-section {
    text-align: center;
    padding: 60px 20px;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 576px) {
    .contact-section {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .social-links {
        display: none;
    }
}

@media (max-width: 600px) {
    .urls-logins-sec .container {
        padding: 20px;
    }

    .urls-logins-sec h2 {
        font-size: 22px;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 15px;
        font-size: 0.9375rem;
    }

    .section-padding {
        padding: 40px 0;
    }

    .contact-validation-active #success,
    .contact-validation-active #error {
        font-size: 15px;
    }

    .award-card {
        display: none;
    }

    .contact-info ul li a {
        font-size: 12px;
    }

    .breadcrumb {
        margin-top: 14px;
    }

    .dashboard-login-btn {
        padding: 6px 16px;
    }

    .dash-head-sec h1 {
        font-size: 18px;
    }

    .auto-pay-sec {
        justify-content: space-around;
    }

    .dash-head-sec {
        padding: 15px 12px;
    }

    .payment-sec {
        padding: 16px 0;
    }

    .month-pay-text {
        font-size: 6px;
    }

    .seo-dashboard .form-section {
        flex-direction: column;
    }

    .seo-dashboard th,
    .seo-dashboard td {
        padding: 7px;
        font-size: 7px;
    }

    .seo-dashboard td:nth-child(3) {
        font-size: 10px;
    }

    #seoTable thead th {
        padding: 10px;
    }

    .dashboard-container {
        padding: 8px;
        margin-top: 10px;
    }

    .totals-row td {
        font-size: 8px;
    }

    footer p {
        font-size: 14px;
    }

    .add-keyword-table .add-keyword-btn {
        font-size: 14px !important;
    }

    #menu-keyword-sec {
        padding: 14px;
    }

    .invoice-container {

        padding: 15px;

    }

    .invoice-header {
        flex-direction: column;
    }

    #invoiceMainTitle {
        margin-bottom: 8px;
        flex-direction: column;
    }

    #invoiceTableUnique th,
    #invoiceTableUnique td {
        padding: 12px;
        font-size: 14px;
    }

    .policy-page {
        padding: 20px;
        margin: 20px;
    }

    .works-sec-hero {
        padding: 16px 20px 65px 20px;
    }

    .works-sec-hero p {
        font-size: 12px;
    }

    .pricing-area h2 {
        font-size: 1.5rem;
    }

    .pricing-area {
        padding: 35px 20px;
    }

    .timeline::before {
        left: 22px;
        top: 190px;
    }

    .why-choose {
        padding: 26px 20px;
    }

    .step {
        width: 100%;
        left: 20px !important;
    }

    .step::after {
        left: -42px !important;
    }

    .step img {
        width: 100%;
        height: 100%;
    }

    .pnl-card {
        padding: 30px 20px;
        margin-top: 10px;
    }

    .pnl-ui-section .header h2 {
        font-size: 1.7rem;
    }

    .pnl-ui-section .header p {
        font-size: 0.6rem;
    }

    .cta h2 {
        font-size: 1.4rem;
    }

    .cta {
        padding: 30px 20px;
        margin-top: 22px;
    }

    .contarct-sec .features {
        grid-template-columns: repeat(auto-fit, minmax(234px, 1fr));

    }

    .contarct-sec .cta-box p {
        font-size: 14px;
    }

    .contract-text h2 {
        font-size: 20px;
    }

    .contract-text p {
        font-size: 14px;
    }

    .contarct-sec .card h3 {
        font-size: 22px;
    }

    .urls-logins-sec {
        margin-top: 10px;
        padding: 22px 15px;

    }

    .urls-logins-sec h1 {
        font-size: 16px;
    }
}