@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&amp;display=swap");

body{
    font-family: 'Ubuntu', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:hover{
    text-decoration: none;
}
ul{
    padding: 0px;
}
.specialization{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-title h2{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
}
.section-title h2:after{
    content: '';
    height: 100%;
    width: 3px;
    background-color: #99c12a;
    position: absolute;
    left: 0px;
    top: 0px;
}
.section-title-dual-color h2{
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 0;
    color: #ffffff;
}
.section-title-dual-color h2:after{
    display: none;
}
.section-title-dual-color h2 span{
    color: #99c12a;
}
.bg-light-custom{
    background-color: #f6f6f6;
}
.bg-dark-custom{
    background-color: #000000;
    color: #ffffff;
}
.section-sub-description p{
    font-weight: 400;
    color: #333333;
    margin-bottom: 0px;
    line-height: 34px;
    font-size: 20px;
}
.section-sub-description .color-white{
    color: #ffffff;
}
.techno-cta{
    background-color: #99c12a;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
}
.techno-cta-white{
    background-color: #FFFFFF;
    color: #99c12a;
    text-transform: capitalize;
    font-size: 20px;
    border-radius: 0px;
}
@media only screen and (max-width: 1200px){
    .section-title-dual-color h2{
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px){
    .section-title-dual-color h2{
        font-size: 26px;
    }
}
@media only screen and (max-width: 768px){
    .section-title-dual-color h2{
        font-size: 24px;
    }
}
@media only screen and (max-width: 575px){
    .section-title-dual-color h2{
        font-size: 22px;
    }
}

/* contact section design */

.section-contact{
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-contact{
    background-color: #f1f1f1;
}
.contact-form-wrapper{
    max-width: 630px;
    margin: 0 auto;
    margin-right: 0px;
}
.contact-form-wrap-inner{
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
}
.custom-form-control{
    border-radius: 0;
    height: 50px;
    font-size: 20px;
    color: #939393;
}
.custom-form-control::placeholder {
    color: #939393;
}
select.custom-form-control option:selected{
    color: #939393;
}
.custom-form-control:focus{
    border-color: #99c12a;
    outline: 0;
    box-shadow:none;
}
.custom-btn{
    background-color: #99c12a;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    width: 100%;
    border-radius: 0px;
}
.contact-section-title h3{
    font-weight: 500;
    font-size: 36px;
}
.contact-section-title{
    margin-bottom: 30px;
    margin-top: 50px;
}
.contact-section-desc p{
    color: #000000;
    font-weight: 500;
    line-height: 32px;
    font-size: 20px;
}

@media only screen and (max-width: 991px){
    .contact-section-title h3{
        font-size: 28px;
    }
}
@media only screen and (max-width: 768px){
    .contact-section-title{
        margin-top: 0px;
    }
    .contact-form-wrapper{
        max-width: 100%;
    }
}
@media only screen and (max-width: 420px){
    .custom-btn{
        font-size: 12px;
    }
}

.techno-footer{
    padding-top: 50px;
    color: #ffffff;
}
.footer-logo-wrap img{
    max-width: 265px;
    width: 100%;
}
.footer-text-wrap p{
    line-height: 34px;
    font-size: 20px;
}
.footer-menu-main:not(:last-child){
    border-right: 1px solid #595959;
}
.footer-menu-main ul{
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0px;
}
.techo-address-head h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.techo-address-head h3 img{
    width: 40px;
    margin-right: 5px;
}
.techno-address li:not(:first-child){
    padding-left: 35px;
    margin-bottom: 15px;
    position: relative;
    line-height: 32px;
}
.techno-address li.address-li:after{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(location-pin.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 5px;
}
.techno-address li.email-li:after{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(email-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 5px;
}
.techno-address li.phone-li:after{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(call-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 5px;
}
.techno-footer-head h3{
    font-size: 20px;
}
.techno-service li a{
    color: #ffffff;
    text-decoration: none;
}
.techno-service li{
    margin-bottom: 10px;
    font-size: 18px;
}
.copyright-footer{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #595959;
}
.copyright-footer a{
    color: #ffffff;
}
.pipe-separator{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.social-media-wrap{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: right;
}
.social-media-wrap li {
    display: inline-block;
    margin-right: 10px;
}
.social-media-wrap li .social-icon-outer{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    text-align: center;
    transition: all 0.3s;
}
.social-media-wrap li .social-icon-outer svg{
    width: 12px;
    height: 12px;
    fill: #ffffff;
}
.social-media-wrap li:hover .social-icon-outer{
    background-color: #99c12a;
}
@media only screen and (max-width: 1200px){
    .footer-menu-main ul{
        padding-left: 0px;
    }
}
@media only screen and (max-width: 991px){
    .techno-address li:not(:first-child){
        padding-left: 30px;
        font-size: 14px;
        word-break: break-all;
    }
    .techno-service li{
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px){
    .footer-menu-main{
        margin-bottom: 20px;
    }
    .copyright-footer,
    .social-media-wrap{
        text-align: center;
    }
    .copyright-footer p{
        margin-bottom: 10px !important;
    }
}

/* menu css  */
.navbar-brand img{
    max-width: 100%;
}
@media only screen and (min-width: 992px){
    .logo-mobile{
        display: none;
    }
}
@media only screen and (max-width: 991px){
    .logo-dark{display: none;}
}
.navbar-brand{width: 200px;vertical-align: middle;}
@media only screen and (max-width: 1200px){
    .navbar-brand{
        width: 155px;
    }
}
.custom-navbar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.brand-wrap{
    align-self: center;
}
.main-menu-wrapper{
    flex-grow: 1;
}
@media only screen and (min-width: 1400px){
    .main-menu-wrapper{
        flex-grow: 0;
    }
}
.upper-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: -10px;
    margin-left: -10px;
}
@media only screen and (max-width: 991px){
    .upper-menu{
        padding: 0px;
    }
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
    margin: 0;
}
.list-bordered>li:first-child {
    padding-left: 0;
}
.list-bordered>li {
    position: relative;
    padding: 0 20px;
    letter-spacing: .05em;
}
.list-inline>li {
    display: inline-block;
}
@media only screen and (min-width: 1200px){
    .list-bordered>li {
        padding: 0 36px;
    }
    .main-menu-wrapper{
        padding-left: 140px;
    }
}

.list-terms-inline {
    color: #151515;
}
.list-terms-inline dt, .list-terms-inline dd {
    display: inline-block;
}
.list-terms-inline dt {
    color: #9b9b9b;
    font-weight: 400;
    font-size: 14px;
}
.list-terms-inline dt:after {
    content: ':';
}
.list-bordered>li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #eaeced;
}
.list-terms-inline dt, .list-terms-inline dd {
    display: inline-block;
}
dd {
    margin-bottom: 0;
}
dl {
    margin: 0;
}
.list-terms-inline a{
    color: #151515;
    font-size: 14px;
    font-weight: 500;
}
html .list-inline-xs>* {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}
.icon-gray-dark {
    color: #333;
}
.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-new-navbar{
    position: relative;
    flex-direction: row;
    padding: 16px 0 20px;
    border-top: 1px solid #eaeced;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.upper-menu-right{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}
@media only screen and (max-width: 500px){
    .upper-menu-right{
        display: none;
    }
}
.upper-menu-left{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 10px;
}
.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 11px 37px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    text-transform: uppercase;
}
.button-ujarak {
    position: relative;
    z-index: 0;
    transition: all .4s;
    border: none;
    color: #fff;
}
.button-ujarak, .button-ujarak::before {
    transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.button-xs {
    padding: 8px 17px;
}
html .button-default, html .button-default:focus {
    color: #151515;
    background-color: #eaeced;
    border-color: transparent;
}
.button.button-icon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.button-ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transform: scale3d(.7,1,1);
    transition: transform .42s,opacity .42s;
    border-radius: inherit;
}
.button-ujarak, .button-ujarak::before {
    transition-timing-function: cubic-bezier(.2,1,.3,1);
}
html .button-default.button-ujarak::before {
    background: #99c12a;
}
html .button-default:hover, html .button-default:active {
    color: #fff;
    background-color: #99c12a;
    border-color: red;
    text-decoration: none;
}
.button-ujarak:hover::before {
    opacity: 1;
    transform: translate3d(0,0,0) scale3d(1,1,1);
}
html .button-default.button-ujarak::before {
    background: #99c12a;
}
.custom-navbar-nav{
    margin-bottom: -5px;
    margin-left: -15px;
    margin-right: -15px;
    transition: .3s all ease;
}
@media only screen and (min-width: 1200px){
    .custom-navbar-nav{
        margin-left: -25px;
        margin-right: -25px;
    }
}
.custom-navbar-nav .nav-item{
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
}
@media only screen and (min-width: 1200px){
    .custom-navbar-nav .nav-item{
        padding-left: 25px;
        padding-right: 25px;
    }
}
.custom-navbar-nav .nav-item > a{
    position: relative;
    white-space: normal;
    z-index: 2;
    display: inline-block;
    color: #333;
    background: 0 0;
    cursor: pointer;
    padding: 0;
}
@media only screen and (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0px;
    }
}
.custom-navbar-nav .nav-item > a{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.custom-navbar-nav .nav-item > a .rd-navbar-submenu-toggle{
    display: inline-block;
    width: 17px;
    text-align: center;
    cursor: pointer;
    color: #333;
}
.custom-navbar-nav .nav-item > a .rd-navbar-submenu-toggle::after{
    content: '\f107';
    position: relative;
    display: inline-block;
    font: 400 14px fontawesome;
    text-align: center;
    transition: .4s all ease;
    z-index: 2;
    will-change: transform;
    -webkit-filter: blur(0);
}
.custom-navbar-nav .nav-item.focus a .rd-navbar-submenu-toggle::after{
    transform: rotate(180deg);
    color: #99c12a;
}

.techno-mega-menu{
    position: absolute;
    z-index: 4;
    display: flex;
    table-layout: fixed;
    width: calc(100% - 30px);
    left: 15px;
    max-width: 1200px;
    margin-top: 30px;
    text-align: left;
    background: #fff;
    border: 1px solid #eaeced;
    transition: .3s all ease;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.has-mega-menu.focus .techno-mega-menu{
    opacity: 1;
    visibility: visible;
}
.has-mega-menu.focus:hover > a {
    color: #99c12a;
}
@media only screen and (min-width: 1200px){
    .techno-mega-menu{
        width: 1170px;
        left: calc(50vw - 585px);
    }
}

.custom-navbar-nav li > .techno-mega-menu{
    right: 0;
    left: auto;
}
@media only screen and (max-width: 1150px){
    .techno-mega-menu{
        width: 990px;
        left: calc(50vw - 700px);
    }
    .custom-navbar-nav li > .techno-mega-menu{
        left: calc(50vw - 700px);
    }
}
@media only screen and (max-width: 991px){
    .custom-navbar-nav li > .techno-mega-menu{
        left: auto;
    }
}
.custom-navbar-nav li > .techno-mega-menu{
    opacity: 0;
    visibility: hidden;
    /* transform: scale(1,.9); */
    transform-origin: 50% 0;
}
.custom-navbar-nav li.has-megamenu.focus > .techno-mega-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform: scale(1,1);
}
.techno-mega-menu > li{
    position: relative;
    flex-grow: 1;
    flex-basis: 25%;
    padding: 22px 20px 30px 30px;
    list-style: none;
}
.techno-mega-menu > li:not(:last-child):after{
    content: '';
    width: 1px;
    height: 80%;
    background-color: #d5d5d5;
    position: absolute;
    right: 0px;
    top: 10%;
}
.techno-mega-menu li .mega-menu-header{
    position: relative;
    display: block;
    padding-bottom: 9px;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}

.techno-mega-menu li .mega-menu-list{
    margin-top: 10px;
    list-style: none;
}
.mega-menu-list li{
    display: block;
}
.mega-menu-list > li+li{
    margin-top: 10px;
}
.mega-menu-list li a{
    position: relative;
    white-space: normal;
    z-index: 2;
    display: inline-block;
    color: #333;
    background: 0 0;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    letter-spacing: .05em;
    font-size: 14px;
    line-height: 1.6;
    padding: 1px 14px 1px 0;
    transition: .2s all linear;
    color: #333;
    background: 0 0;
}
.mega-menu-list li a::before{
    position: absolute;
    top: 1px;
    left: -6px;
    content: '\f105';
    font-family: fontawesome;
    font-size: inherit;
    line-height: inherit;
    color: #99c12a;
    opacity: 0;
    visibility: hidden;
}
.mega-menu-list li a:hover{
    padding-left: 14px;
    padding-right: 0;
    color: #99c12a;
    background: 0 0;
}
.mega-menu-list li a:hover:before{
    left: 0;
    opacity: 1;
    visibility: visible;
}
.last-mega-menu-header{
    margin-top: 30px;
}
.techno-menu{
    width: 210px;
    padding: 0;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 5;
    display: block;
    text-align: left;
    padding-top: 30px;
}
.techno-menu .dropdown-item:focus,.techno-menu .dropdown-item:hover{
    background-color: transparent;
}
.has-menu .techno-menu{
    opacity: 0;
    visibility: hidden;
    transform: scale(1,.9);
    transform-origin: 50% 0;
}
.has-menu.focus .techno-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform: scale(1,1);
}
.techno-menu .dropdown-item a{
    color: #333;
    font-size: 14px;
    position: relative;
    white-space: normal;
    z-index: 2;
    display: inline-block;
    color: #333;
    background: 0 0;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
    letter-spacing: .05em;
    font-size: 14px;
    line-height: 1.6;
    padding: 1px 14px 1px 0;
    transition: .2s all linear;
    color: #333;
    background: 0 0;
}

.techno-menu .dropdown-item a:before{
    position: absolute;
    top: 1px;
    left: -6px;
    content: '\f105';
    font-family: fontawesome;
    font-size: inherit;
    line-height: inherit;
    color: #99c12a;
    opacity: 0;
    visibility: hidden;
}
.techno-menu .dropdown-item a:hover{
    padding-left: 14px;
    padding-right: 0;
    color: #99c12a;
    background: 0 0;
}
.techno-menu .dropdown-item a:hover::before{
    left: 0;
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 991px){
    .navbar-toggler{
        top: 20px;
        right: 0px;
        display: inline-block;
        cursor: pointer;
        color: #9b9b9b;
        position: fixed;
        z-index: 1000;
        transition: all 0.2s;
    }
    .header-wrap.fixedHeader .navbar-toggler{
        right: 0px;;
    }
    .techno-menu{
        width: 100%;
        padding: 0;
        background: #fff;
        position: relative;
        left: 0;
        z-index: 5;
        height: 0;
        display: block;
        text-align: left;
        padding-top: 0px;
        opacity: 0;
        visibility: hidden;
        transform: scale(1,.9);
        transform-origin: 50% 0;
    }
    .has-menu.focus > .techno-menu{
        height: auto;
    }
}
.navbar-toggler span{
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
    width: 24px;
    height: 4px;
    background-color: #000000;
    backface-visibility: hidden;
    border-radius: 2px;
}
.navbar-toggler.collapsed span:before{
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: .3s all ease;
    width: 24px;
    height: 4px;
    background-color: #000000;
    backface-visibility: hidden;
    border-radius: 2px;
    transform-origin: 1.71429px center;
    transform: rotate(0deg);
}
.navbar-toggler.collapsed span:after{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    transition: .3s all ease;
    width: 24px;
    height: 4px;
    background-color: #000000;
    backface-visibility: hidden;
    border-radius: 2px;
    transform-origin: 1.71429px center;
    transform: rotate(0deg);
}

.navbar-toggler span:before{
    content: "";
    position: absolute;
    left: 11px;
    top: -8px;
    transition: .3s all ease;
    width: 15px;
    height: 4px;
    transform: rotate(40deg);
    background-color: #000000;
    backface-visibility: hidden;
    border-radius: 2px;
    transform-origin: 1.71429px center;
}
.navbar-toggler span:after{
    content: "";
    position: absolute;
    left: 11px;
    transition: .3s all ease;
    top: 8px;
    width: 15px;
    height: 4px;
    transform: rotate(-40deg);
    background-color: #000000;
    backface-visibility: hidden;
    transform-origin: 1.71429px center;
    border-radius: 2px;
}
.navbar-toggler:focus{
    outline: none;
}
.header-wrap{
    background-color: #ffffff;
    transition: all 0.3s;
}
.header-wrap.fixedHeader{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    transition: all 0.3s;
}
.header-wrap.fixedHeader .logo-dark{
    display: none;
}
.header-wrap.fixedHeader .logo-mobile{
    display: block;
}
.header-wrap.fixedHeader .upper-menu{
    display: none;
}
.header-wrap.fixedHeader .custom-new-navbar{
    border-top: 0px;
}
@media only screen and (max-width: 991px){
    .header-wrap.fixedHeader .custom-new-navbar{
        height: 100vh;
    }
}

.mega-menu-header .mega-menu-icons{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding: 7px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (max-width: 991px){
    .mega-menu-header .mega-menu-icons{
        padding-top: 10px;
        margin-right: 5px;
    }
}
.mega-menu-icons svg{
    width: 20px;
    height: 20px;
}
.app-dev-mega{
    background-color: rgba(81, 156, 219,0.2);
}
.app-dev-mega svg{
    fill: rgba(81, 156, 219, 1);;
}
.web-dev-mega{
    background-color: rgba(217, 95, 213, 0.2);
}
.web-dev-mega svg{
    fill: rgba(217, 95, 213, 1);;
}
.mob-dev-mega{
    background-color: rgba(133, 130, 242, 0.2);
}
.mob-dev-mega svg{
    fill: rgba(133, 130, 242, 1);;
}
.cloud-dev-mega{
    background-color: rgba(234, 138, 68, 0.2);
}
.cloud-dev-mega svg{
    fill: rgba(234, 138, 68, 1);;
}
/* menu css end */
/* mobile menu css start */
@media only screen and (max-width: 991px){
    .custom-new-navbar{
        position: fixed;
        display: block;
        z-index: 100;
        top: -56px;
        right: 0;
        width: 280px;
        height: 100vh;
        padding: 0px 0 81px;
        margin-top: 112px;
        bottom: -56px;
        box-shadow: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(110%);
        border-right: 1px solid #eaeced;
        color: #fff;
        background: #fff;
        border-color: #eaeced;
        transition: .2s transform;
    }
    .custom-new-navbar.show{
        transform: translateX(0);
        height: 100vh;
    }
    .custom-navbar-nav{
        display: block;
        margin: 15px 0;
        height: auto;
        text-align: left;
    }
    .custom-navbar-nav .nav-item{
        display: block;
        margin-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
        white-space: nowrap;
        font-size: 14px;
        line-height: 1.4;
    }
    .custom-navbar-nav .nav-item > a{
        display: block;
        padding: 9px 56px 9px 18px;
    }
    .custom-navbar-nav .nav-item > a .rd-navbar-submenu-toggle::after{
        content: '\f107';
        position: absolute;
        top: -5px;
        right: 0;
        width: 56px;
        height: 41px;
        font: 400 14px fontawesome;
        line-height: 41px;
        text-align: center;
        transition: .4s all ease;
        z-index: 2;
        cursor: pointer;
    }
    
    .techno-mega-menu {
        position: relative;
        z-index: 4;
        display: block;
        width: 100%;
        left: 0px;
        max-width: 1200px;
        margin-top: 0px;
        text-align: left;
        background: #fff;
        border: 0px solid #eaeced;
        transition: .3s all ease;
        box-shadow: none;
        border-radius: 0px;
        transition: opacity .3s,height .4s ease;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
    .has-mega-menu.focus .techno-mega-menu{
        opacity: 1;
        height: auto;
        transform: scale(1,1);
    }
    .techno-mega-menu li .mega-menu-header{
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    
   
    .techno-mega-menu li .mega-menu-header.last-mega-menu-header{
        margin-top:30px;
    }
    .techno-mega-menu > li{
        padding: 10px 15px;
    }
    .techno-mega-menu li .mega-menu-list{
        margin-top: 0px;
    }
    .upper-menu-toggler{
        top: 4px;
        right: 2px;
        width: 48px;
        display: inline-block;
        position: relative;
        width: 48px;
        height: 48px;
        line-height: 48px;
        cursor: pointer;
        color: #9b9b9b;
        position: fixed;
        z-index: 1000;
    }
    .navbar-toggler.collapsed.upper-menu-toggler span{
        position: absolute;
        width: 6px;
        height: 6px;
        line-height: 6px;
        text-align: center;
        background: #000000;
        left: 50%;
        margin-left: -3px;
        border-radius: 50%;
        transition: .3s all ease;
        top: 50%;
        margin-top: -3px;
        transform: scale(1);
    }
    .navbar-toggler.collapsed.upper-menu-toggler span:before,
    .navbar-toggler.collapsed.upper-menu-toggler span:after{
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        line-height: 6px;
        text-align: center;
        background: #000000;
        left: 50%;
        margin-left: -3px;
        border-radius: 50%;
        transition: .3s all ease;
    }
    .navbar-toggler.collapsed.upper-menu-toggler span:before{
        bottom: 100%;
        margin-bottom: 3px;
        transform: translateY(18px);
    }
    .navbar-toggler.collapsed.upper-menu-toggler span:after{
        top: 100%;
        margin-top: 3px;
        transform: translateY(-18px);
    }
    .navbar-toggler.upper-menu-toggler span{
        position: absolute;
        width: 6px;
        height: 6px;
        line-height: 6px;
        text-align: center;
        background: #9b9b9b;
        left: 50%;
        margin-left: -3px;
        border-radius: 50%;
        transition: .3s all ease;
        top: 50%;
        margin-top: -3px;
        transform: scale(.7);
    }
    .navbar-toggler.upper-menu-toggler span:before,
    .navbar-toggler.upper-menu-toggler span:after{
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        line-height: 6px;
        text-align: center;
        background: #9b9b9b;
        left: 50%;
        margin-left: -3px;
        border-radius: 50%;
        transition: .3s all ease;
    }
    .navbar-toggler.upper-menu-toggler span:before{
        bottom: 100%;
        margin-bottom: 3px;
        top: auto;
    }
    .navbar-toggler.upper-menu-toggler span:after{
        top: 100%;
        margin-top: 3px;
    }
    #upper-menu{
        position: fixed;
        top: 55px;
        transform: translateX(30px);
        transform-origin: 100% 100%;
        right: 0;
        z-index: 1001;
        width: auto;
        padding: 25px 32px;
        margin: 0 -1px;
        opacity: 0;
        visibility: hidden;
        transition: .23s all ease-in-out;
        font-size: 14px;
        line-height: 1.4;
        background: #fff;
        border: 1px solid #eaeced;
        text-align: left;
        pointer-events: none;
    }
    #upper-menu.show{
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    .navbar{
        padding: 0px;
        height: 56px;
    }
    .upper-menu-right{
        position: fixed;
        right: 55px;
        top: 8px;
        z-index: 1002;
        font-size: 0;
        line-height: 0;
    }
    #upper-menu > li{
        display: block;
        padding: 0px;
    }
    #upper-menu > li:not(:first-child){
        margin-top: 15px;
    }
    .brand-wrap{
        z-index: 101;
    }
}
/* hero section design */

/* hero section design end */

.techno-modal-header{
    background-color: #99c12a;
}
.techno-modal-header .modal-title{color: #ffffff;}
.techno-modal-content{
    border: 0px;
}

.modal-header.techno-modal-header .close{
    color: #ffffff;
}

/* hero section design */
.hero-main-wrapper{
    min-height: calc(100vh - 132px);
}
.hero-inner{
    text-align:center;
    width: 100%;
    color:#ffffff;
}
.home-hero-wrap{
    background-image: url(we-techno-mind.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero-text-title{
    font-size: 65px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1200px){
    .hero-text-title{
        font-size: 55px;
    }
}
.hero-text-title span{
    color: #99c12a;
    font-weight: 600;
}

.hero-text-desc{
    font-size: 20px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 40px;
}
@media only screen and (max-width: 1200px){
    .hero-text-desc{
        line-height: 30px;
    }
}
@media only screen and (max-width: 991px){
    .hero-text-desc{
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px){
    .hero-text-desc{
        font-size: 16px;
        line-height: 24px;
    }
}
.custom-hero-btn{
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 0px;
    font-size: 20px;
    transition: all 0.3s;
    text-transform: uppercase;
    visibility: hidden;
}
@media only screen and (max-width: 768px){
    .custom-hero-btn{
        font-size: 16px;
    }
}
.custom-hero-btn:hover,
.custom-hero-btn:focus{
    color: #ffffff;
    background-color: #99c12a;
}
@media only screen and (max-width: 991px){
    .hero-text-title{
        font-size: 45px;
    }
}
@media only screen and (max-width: 768px){
    .hero-text-title{
        font-size: 40px;
    }
}
@media only screen and (max-width: 600px){
    .hero-text-title{
        font-size: 36px;
    }
}
@media only screen and (max-width: 575px){
    .hero-text-title{
        font-size: 30px;
    }
}

.virtual-tour {
    display: block;
    position: fixed;
    width: auto;
    bottom: 60px;
    right: 0;
    z-index: 99998;
    opacity: 0;
    visibility: inherit;
    opacity: 1;
    height: 64px;
    border: 3px solid transparent;
    border-right-width: 0px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1s ease,-webkit-transform .6s ease;
    transition: all 1s ease,-webkit-transform .6s ease;
    transition: transform 1s ease,all .6s ease;
    transition: transform 1s ease,all .6s ease,-webkit-transform .6s ease;
}
.whats-happening {
    bottom: 100px;
}
.virtual-tour:hover {
    background: #fff;
    border-color: #99c12a;
}
.virtual-tour span.text-virtual {
    width: 0px;
    overflow: hidden;
    color: #99c12a;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: 17px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    white-space: nowrap;
}
.virtual-tour .ffi {
    width: 150px;
    text-align: center;
    float: right;
    margin-top: 11px;
}
.virtual-tour .icon {
    position: relative;
    float: left;
    height: 71px;
    display: block;
    width: 71px;
    margin-top: -7px;
    margin-left: -10px;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
}
.icon svg {
    opacity: 1;
}
.virtual-tour:hover span.text-virtual {
    width: 155px;
}
.virtual-tour:hover .icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media only screen and (max-width: 768px){
    .virtual-tour{
        display: none;
    }
}

/* business solution */
.business-solution{
    padding-top: 50px;
    padding-bottom: 50px;
}
.business-solution .section-title-dual-color h2{
    color: #000000;
}
.business-solution .section-sub-description {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
}
.business-solution .section-sub-description p{
    color: #000000;
    line-height: 28px;
}
.business-solution-slider-wrap{
    padding-bottom: 50px;
}
.business-blog-inner{
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 80px;
}
.business-blog-img-wrap{
    text-align: center;
}
.business-blog-img-wrap img{
    max-width: 100%;
}
.business-blog-title{
    margin-top: 15px;
}
.business-blog-title h3{
    font-size: 20px;
    font-weight: 400;
}
.business-link-wrap svg{
    width: 20px;
    height: 20px;
    fill: #99c12a;;
}
.business-link-wrap a{
    color: #99c12a;
}
#business-solution .swiper-button-prev{
    bottom: 0px;
    left: 47%;
    right: auto;
    top: auto;
}
#business-solution .swiper-button-next{
    bottom: 0px;
    left: 53%;
    right: auto;
    top: auto;
}
#business-solution .swiper-button-prev .swiper-button-inner svg,
#business-solution .swiper-button-next .swiper-button-inner svg{
    width: 20px;
    height: 20px;
}
#business-solution .swiper-button-prev .swiper-button-inner,
#business-solution .swiper-button-next .swiper-button-inner{
    width: 40px;
    height: 40px; 
    border-radius: 100%;
    border: 1px solid #99c12a;
    text-align: center;
    padding: 5px;
}
@media only screen and (max-width: 768px){
    .business-blog-title h3{
        font-size: 18px;
    }
}
@media only screen and (max-width: 600px){
    #business-solution .swiper-button-next{
        left: calc(50% + 40px);
        transform: translate(-50%);
    }
    #business-solution .swiper-button-prev{
        left: calc(50% - 40px);
        transform: translate(-50%);
    }
}
/* business solution end */
.swiper-button-prev:after, 
.swiper-container-rtl .swiper-button-next:after{
    content: "";
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: "";
}
.swiper-button-next, .swiper-button-prev{
    width: auto;
    height: auto;
}
.swiper-button-next:focus, 
.swiper-button-prev:focus{
    outline: none;
}

@media only screen and (min-width: 1350px){
    .container-fluid {
        max-width: 1300px;
    }
    .header-wrap .container-fluid{
        max-width: 100%;
    }
}

.techno-breadcrumb .breadcrumb{
    background-color: transparent;
    margin-bottom: 0px;
}
.techno-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    content: '';
    font-size: 20px;
    font: 400 14px fontawesome;
    padding-right: 1rem;
    
}
.techno-breadcrumb .breadcrumb-item{
    font-size: 20px;
    padding-left: 1rem;
}
@media only screen and (max-width: 550px){
    .techno-breadcrumb .breadcrumb-item{
        font-size: 14px;
    }
}
.techno-breadcrumb .breadcrumb-item a{
    color: #000000;;
}
.techno-breadcrumb .breadcrumb-item:hover a{
    color: #99c12a;
}
.breadcrumb-item.active{
    color: #99c12a;
}
.techno-breadcrumb{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e5e5e5;
}
.home-cta-wrapper{
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cta-text-desc{
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px){
    .cta-text-desc{
        font-size: 26px;
    }
}
@media only screen and (max-width: 575px){
    .cta-text-desc{
        font-size: 22px;
    }
}
.section-pd-wetechno{
    padding-top: 50px;
    padding-bottom: 50px;
}

.font-capitalize h2{
    text-transform: capitalize !important;
}

.text-dark-custom{
    color: #212529 !important;
}