﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css2?family=Overlock:wght@400;700;900&display=swap');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Overlock', cursive !important;
    background: #f3f5f7;
}

#cookieConsent {
    bottom: -300px;
    z-index: 86753090;u
    width: 100vw;
    border-radius: 0;
    background: rgb(1,16,32);
    background: linear-gradient(90deg, rgba(1,16,32,1) 0%, rgba(6,73,134,1) 33%, rgba(86,163,208,1) 100%);
    box-shadow: 0px 0px 30px #222;
    position: relative;
    transition: 1s linear;
}

    #cookieConsent.active {
        bottom: 0px;
    }

.logo {
    //background-image: url('images/logo_white.png');
    display: inline-block;
    width: 119px;
    height: 45px !important;
    background-size: contain;
    background-repeat:no-repeat;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    font-size: 28px;
    transition: color 0.7s;
    word-break: break-all;
    padding-left: 1% !important;
    z-index:99;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
footer {
    position: relative;
    background-color: #17181e;
    padding-top: 35px;
    padding-bottom: 10px;
    font-family: 'Overlock', cursive !important;
    background: linear-gradient(to top,rgba(30, 40, 80, .99), rgba(0,50,105,0.85),rgba(0,110,135,0.8));
}
.footerFirstRow {
    padding-bottom: 40px;
}
footer .navbarSocial {
    float: right;
    display: flex;
flex-wrap: nowrap !important;
    align-items:end;
    justify-content: center;
    flex-grow: 1;
    max-width:150px;
}
.footerSecondRow {
    padding: 30px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.footerSectionTitle, .footerSectionTitle a, .footerSectionTitle a:visited {
    color: #d0d0d0;
    margin-bottom: 5px;
    font: 17px Helvetica;
    font-weight:bold;
}
.footerSectionRow .footerSectionTxt {
    width: 60%;
    margin-bottom:20px;
}
.footerSectionTxt, .footerSectionTxt a {
    color: rgba(255,255,255,.3);
}
.footerLinks {
    list-style: none;
    padding: 0;
}
    .footerLinks li a, .footerLinks li a:visited {
        color: #d0d0d0;
        font: 16px Helvetica;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-variant-east-asian: normal;
        font-weight: normal;
        font-stretch: normal;
        font-size: 16px;
        line-height: normal;
        font-family: Helvetica;
        display: block;
        margin-bottom: 15px;
    }
.newsLetter {
    position: relative;
    display: inline-block;
    float: right;
}
.newsletterInputWrapper {
    position: relative;
}
.newsLetterInput {
    width: 320px;
    box-shadow: none;
    border: none;
    border: 1px solid rgba(255,255,255,.4);
    padding: 10px 20px;
    color: transparent !important;
    height: 50px;
    background: transparent;
    float: right;
}
    .newsLetterInput::placeholder {
        color: rgba(255,255,255,.6) !important;
    }
    .newsLetter button {
        background-color: transparent;
        position: absolute;
        top: 0;
        width: 50px;
        height: 50px;
        right: 0;
        border: none !important;
        outline: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.newsLetterIcon {
    color: #d0d0d0;
    opacity: .2;
    font-size: 20px;
    z-index: 10;
}
.newsLetter .footerSectionTitle {
    color: #d0d0d0;
    margin-bottom: 10px;
    font: 16px Helvetica;
}

.footerThirdRow {
    height:55px;
    padding: 30px 0 0px;
}
.footerLowerLinks {
    text-align: left;
    color: #d0d0d0;
    font: 14px Helvetica;
}

    .footerLowerLinks ul {
        padding: 0;
        list-style: none;
    }
        .footerLowerLinks ul li {
            display: inline-block;
            margin: 0 5px;
        }
            .footerLowerLinks ul li a {
                color: #d0d0d0;
            }
.copyRight {
    color: #d0d0d0;
    font: 14px Helvetica;
    display: block;
    float: right;
}
.developedBy {
    position: relative;
    top: -10px;
    text-align: right;
    display: block;
    width: 100%;
    padding: 0 15px 10px;
    font-size: 12px;
    color: rgba(255,255,255,.4) !important;
}
    .developedBy a, .developedBy a:visited {
        color: rgba(255,255,255,.4);
    }




html {
    font-size: 14px;
    overflow:hidden;
    overflow-y:auto;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.navbar.sub {
    position: fixed;
    top: -100px;
    width: 100%;
    z-index: 111;
    transition: .3s linear;
}
    .navbar.sub.nv-bg-white, .navbar.sub.not-home-page {
        background: white !important;
        transition: .3s linear;
    }

    .navbar.sub.not-home-page {
        position: relative;
        box-shadow: none;
    }
        .navbar.sub.nv-bg-white .logo, .navbar.sub.not-home-page .logo {
            background-image: url(../images/logo-blue.png);
        }

        .navbar.sub.nv-bg-white .nav-link, .navbar.sub.not-home-page .nav-link {
            transition: .5s;
            color: black !important;
        }

        .navbar.sub.nv-bg-white .navbar.subSocial i, .navbar.sub.not-home-page .navbar.subSocial i {
            color: grey !important;
        }

        .navbar.sub.nv-bg-white .navbar.sub-toggler span, .navbar.sub.not-home-page .navbar.sub-toggler span {
            color: grey;
        }

.navbar-logo {
    width: 15%;
}

.navbar-nav .nav-item {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.navbarSocial {
    float: right;
    display: flex;
    justify-content: end;
    flex-grow: 1;
    width: 15%;
    max-width: 15%;
}

    .navbarSocial ul {
        display: flex;
        flex-direction: row;
        justify-content: right;
        padding-right: 0px;
    }

        .navbarSocial ul li {
            font-size: 18px;
            padding: 0 15px 0px 0;
            text-align:center;
        }
    footer .navbarSocial ul {
        display: flex;
        flex-direction: row;
	flex-wrap: nowrap !important;
        justify-content: left;
        padding-left: 0px;
    }

        footer .navbarSocial ul li {
            font-size: 18px;
            padding: 0 0px 0px 10px;
            text-align: center;
        }

.fab {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* navbar dropdown menus style */
.dropdown-menu {
    position: relative;
    z-index: 20;
}

    .dropdown-menu:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        top: -5px;
        height: 0;
        width: 0;
        position: absolute;
        background: white;
        z-index: 1;
        transform: rotate(45deg);
        pointer-events: none;
        border-bottom-color: transparent;
        border-width: 5px;
        box-shadow: -1px -1px .1em rgba(0,0,0,.15);
        left: 35px;
        margin-left: -5px;
    }
/* scrollbar style */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 7px;
    height: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: rgba(130, 147, 169, 0.5);
}
div::-webkit-scrollbar {
    width: 3px;
    height: 0px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background-color: rgba(130, 147, 169, 0.3);
}


    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(130, 147, 169, 0.7);
    }


.read-more-btn:before {
    content: "";
    display: block;
    border-bottom: 1px solid #fff;
    width: 40px;
    position: relative;
    top: 13px;
    transition: all ease-in-out .6s;
    margin-right: 14px;
    float: left;
    animation: animateLine 1s;
}

.read-more-btn a {
    color: white;
    text-decoration: none !important;
}

.download-item {
    padding: 0px;
    margin-bottom: 13px;
    width: 100%;
    height: auto;
    min-height: 70px;
    display: flex;
    align-items: center;
    background: #356;
    box-shadow: 10px 5px 10px 0 rgb(0 0 0 / 30%);
    border-radius:10px;
    transition: 0.3s linear;
}

    .download-item:hover {
        box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
    }

.dwn-title {
    display: inline-block;
    padding: 25px;
    background: #ddd;
    width: 100%;
}

.dwn-link {
    background: transparent;
    width: 100px;
    text-align: center;
    border: solid 2px silver;
    margin: 0 40px;
    padding: 0px 10px 0px 10px;
    transition: .2s linear;
}


    .dwn-link a {
        width: 80%;height:100%;display:block;
        color: white !important;
        padding: 8px 4px;
        text-decoration: none !important;
        transition: .2s linear;
    }

    .dwn-link:hover a {
        color: #ddd !important;
    }


/* home services */
.hp-services {
    text-align: center;
    padding: 15px;
}

    .hp-services ul {
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        .hp-services ul li {
            list-style: none;
            border-bottom: solid 1px silver;
            padding: 5px 0;
            color: #888;
            text-align: left;
            font-size: 14px;
        }

            .hp-services ul li:last-child {
                border: none;
            }

.service-icon {
    width: 100%;
    height: 60px;
    transition: all .4s linear;
}

    .service-icon .icon {
        display: block;
        width: 80px !important;
        height: 60px !important;
        background-size: cover;
    }

.service-title {
    position: relative;
    display: flex;
    font-size: 18px;
    align-items: end;
    font-weight: 500;
    line-height: 19px;
    color: #444;
    text-align: left;
    padding-top: 15px !important;
    padding-bottom: 30px;
    flex-grow: 1;
    transition: all .4s linear;
}


.service-title span {
    height: 40px;
}

.service-content {
    position: relative;
    top: 100px;
    max-height: 0;
    overflow: hidden;
    transition: all .4s linear;
}

@media (max-width: 1100px) {
    .navbar.sub .navbar-nav .nav-item {
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size:13px;
    }
}

@media (max-width: 767px) {
    a.navbar-brand {
        font-size:22px;
    }
    .navbar.sub .navbar-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .navbar.sub .navbar-nav .nav-item {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 14px;
    }
    .navbarSocial {
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .dropdown-menu {
        position: relative !important;
        z-index: 20;
    }

    .navbar.sub .navbar-collapse {
        margin-top: 10px;
        background: rgba(55,55,55,.95);
        border-radius: 0.25rem;
        transition: .5s linear;
    }

    .navbar.sub.nv-bg-white .navbar-collapse, .navbar.sub.not-home-page .navbar-collapse {
        background: white !important;
        box-shadow: 0px 8px 15px rgba(0,0,0,0.35);
        transition: .5s linear;
    }

    .navbar.sub .navbar-collapse ul {
        justify-content: left;
    }

    .navbar.sub .navbarSocial li {
        text-align: left !important;
    }
    .footerThirdRow {
        text-align:center !important;
    }
    .footerLowerLinks {
        text-align: center;
        font-size: 12px;
    }
    .copyRight {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }
    .developedBy {
        top: 4px;
        width: 100%;
        text-align: center;
    }

    .service-icon {
        width: 70px;
    }

        .service-icon .icon {
            width: 60px !important;
            height: 45px !important;
        }

    .service-content {
        max-width: 0;
    }

    .service-title {
        padding: 0 !important;
        height: 100% !important;
        align-items: center;
        font-size: 16px;
    }

        .service-title span {
            display: block;
            max-height: 20px;
        }
}

/* contact us form */
.rdc-custom-style:focus, .has-content .rdc-custom-style {
    outline: none;
}

.rdc-custom-style {
    border: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}

    .rdc-custom-style ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #39a9db;
        transition: 0.4s;
    }

    .rdc-custom-style:focus ~ .focus-border,
    .has-content .rdc-custom-style ~ .focus-border {
        width: calc(100% - 15px);
        transition: 0.4s;
    }

    .rdc-custom-style ~ label {
        position: absolute;
        left: 0;
        width: 100%;
        font-size: 14px;
        top: 9px;
        color: #333;
        transition: 0.3s;
        z-index: -1;
        letter-spacing: 0.5px;
    }

    .rdc-custom-style:focus ~ label, .has-content .rdc-custom-style ~ label {
        top: -16px;
        font-size: 12px;
        color: #39a9db;
        transition: 0.3s;
    }

.input-effect {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}

.submit-btn input, .submit-btn button {
    background: transparent;
    outline: none !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: Helvetica;
    color: #151515;
    padding: 20px 20px;
    border-radius: 0;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    border: 1px solid #151515;
    transition: all ease .5s;
}

@media (max-width: 575px) {
}


@keyframes animateLine {
    from {
        width: 0;
        margin-right: 0;
    }

    to {
        width: 40px;
        margin-right: 14px;
    }
}


/***************************
    navbar styling
****************************/
.subPage-nav {
    position: relative;
    top: 0px;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 50px -20px #ddd;
    /*position: sticky !important;*/
    box-shadow:none;
    z-index: 99;
}
    .subPage-nav header {
        position: relative;
        background: linear-gradient(to right bottom, #155571, #236f8e, #308bac, #3da7c9, #4bc5e7);
        box-shadow: 0 0 30px -15px black;
        margin-top: 10px;
        border-radius: 5px;
        top: -100px;
        opacity: 0;
        animation: nav-header-anim 1.3s forwards;
    }
        .subPage-nav header li a.nav-link {
            letter-spacing: 1.5px;
            text-transform: uppercase;
            font-size: 13px;
        }

        @keyframes nav-clip-anim {
            from {
        /*-webkit-clip-path: inset(15px 15px 15px 15px round 10px 50px 10px 50px);*/
        border-radius:0;
    }
    to {
        /*-webkit-clip-path: inset(15px 15px 15px 15px round 400px 50px 400px 50px);*/
        border-radius:5px;
    }
}
@keyframes nav-header-anim {
    to {
        top:0;
        opacity:1;
    }
}

/***************************
    line spearator style
****************************/
.separator-faded {
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 10px;
    background: linear-gradient(to right, #5ab 1%, transparent 100%);
    opacity: 0.7;
    margin: 15px 0;
}
    .separator-faded.sp-center {
        background: linear-gradient(to right, transparent , #5ab 50%, transparent 100%);
    }

/***************************
    Custom Button style
****************************/

.custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px !important;
    outline: none !important;
    padding: 10px 20px !important;
    color: rgba(255,255,255,.95);
    border: none !important;
    background-image: linear-gradient(to right bottom, #155571, #236f8e, #308bac, #3dc0c9, #4be7e7);
    box-shadow: 0 10px 30px 0px #999;
    transition: .3s;
}

    .custom-btn:hover {
        box-shadow: 0 0 0px transparent !important;
    }
    .custom-btn:active {
        box-shadow: inset 0 0 30px -15px #777 !important;
    }
    /***************************
    Dropdown menu style
****************************/
    .dropdown-submenu {
        position: relative;
        padding-right: 5px;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 7.5px;
        margin-right: -15px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #59b;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-menu.multi-level .dropdown-item a {
    display:block;
    color: black;
    opacity: 1;
}
.dropdown-menu.multi-level .dropdown-item:active a {
    color: white;
    opacity: .99;
}
.dropdown-item {
    color: black;
    opacity: .7;
}

    .dropdown-item:active {
        background: rgba(85, 143, 170, .85);
        border-radius: 30px;
    }

.dropdown-submenu > .dropdown-menu {
    left: 101% !important;
    border-radius: 5px !important;
}

@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        left:10px !important;
        margin: 20px 0;
        background: rgba(250,250,250,1) !important;
        max-width:calc(100% - 10px);
    }
    .navbar-collapse {
        background-color:white !important;
        border-radius:5px;
    }
    .navbar-collapse .nav-link {
        color: black !important ;
    }
}

    .dropdown-submenu > .dropdown-menu::before {
        display: none;
    }

.nav-link.dropdown-toggle {
    cursor: pointer;
}

    .nav-link.dropdown-toggle::after {
        display: none;
    }


  .whatsapp-float {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
    }
    
    .whatsapp-float img {
   background: transparent !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;;
    }
    
    .whatsapp-float:hover img {
        transform: scale(1.1);
    }

.postid-2650{
}


.postid-2650 .ss-content-image{
            display:none;
        }
    .postid-2650.ss-content-image-lg{
            display:initial;
        }
       .postid-2650 .ss-content-text{
            min-width:100% !important; //and if didn't work add disaply: block !important;
        }
        .postid-2407{
}


.postid-2407 .ss-content-image{
            display:none;
        }
    .postid-2407.ss-content-image-lg{
            display:initial;
        }
       .postid-2407 .ss-content-text{
            min-width:100% !important; //and if didn't work add disaply: block !important;
        }
.wpcf7 textarea
{
 resize:none;
height:250px;
}
  form.wpcf7-form {
    visibility: hidden; /* prevent flicker before JS decides */
  }

.wait-message {


  background: #f0f6fc;
  border-left: 6px solid #0078d4;
  padding: 20px 25px;
  margin: 25px auto;
 max-width:800px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.4s ease-in-out;
  font-size: 1.05rem;
  color: #2d3e50;
  line-height: 1.5;

}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}