@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");body,html {
    font-family: Montserrat,sans-serif!important
}

body {
    background: #fff;
}

body .container {
    max-width: 1240px!important;
    width: 100%
}

.nopad {
    padding: 0
}

.pad-left {
    padding-left: 0
}

.pad-right {
    padding-right: 0
}

h2 {
    color: #3d4a4d;
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    margin: 0;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase
}

h2:before {
    background-color: #919396;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 90px
}

h2 span {
    color: #2c6678
}

section {
    padding: 60px 0
}

img {
    height: 100%;
    width: 100%
}

p {
    color: #939598;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

* :focus,a:active,a:hover {
    text-decoration: none!important
}

* :focus {
    outline: 0 auto -webkit-focus-ring-color!important;
    outline-offset: 0!important
}

* a:hover {
    text-decoration: none!important
}

#return-to-top {
    background: #2094b8;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    bottom: 20px;
    color: #fff;
    display: block;
    display: none;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 50px;
    z-index: 9999
}

#return-to-top:hover {
    background: rgba(0,0,0,.9)
}

#return-to-top:hover i {
    color: #fff;
    top: 5px
}



.nav1 {
    display: none;
    transition: all .3s ease-out
}

.nav1 a {
    color: #000
}

.nav1 ul {
    background-color: #303030;
    margin: 0;
    padding: 0
}

.nav1 ul li {
    display: inline-block;
    padding: 10px 20px!important;
    position: relative
}

.nav1 ul li>a {
    display: inline-block;
    padding: 10px
}

.nav1 ul li>a>i {
    margin-left: 15px;
    transition: all .3s ease-out;
    -webkit-transition: all .1s ease-out
}

.nav1 ul li ul {
    background: #222;
    display: none;
    position: absolute;
    text-align: left;
    top: 38px;
    width: 200px
}

.nav1 .search-nav,.nav1 .title {
    display: none
}

.nav1 ul li ul li,.nav1 ul li ul li a {
    display: block
}

.nav1 ul li:hover>a {
    color: #000;
    text-decoration: none
}

.nav1 ul li:hover>a>i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.nav1 ul li:hover ul {
    display: block
}

.nav1 span.marrow {
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0
}

.nav1 span.marrow,.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.nav1 ul li.open span.marrow {
    border-bottom: 5px solid #fff;
    border-top: 0
}

@media screen and (max-width: 1024px) {
    .slider .item .carousel-caption {
        top:80px
    }

    .slider-text h3 {
        font-size: 40px
    }

    .slider-text p {
        font-size: 16px;
        margin-bottom: 25px
    }

    .slider-text .form-group label {
        font-size: 12px
    }
}

.open-menu .nav-cross:before {
    content: "X";
    font-size: 25px;
    position: absolute;
    z-index: -1
}

.responsive_menu_nav {
    display: none
}

@media screen and (max-width: 767px) {
    .responsive_menu_nav,nav.nav1 {
        display:block
    }

    .logo-bar nav {
        display: none!important
    }

    a#hamburg {
        display: block
    }

    main {
        transition: all .3s ease-out
    }

    .nav1 .row {
        margin: 0
    }

    .nav1 {
        background-color: #fff;
        box-shadow: inset -2px 0 10px #999;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        width: 250px
    }

    .nav1,.nav1 .search-nav,.nav1 .title {
        display: block
    }

    .nav1 .search-nav input {
        background-color: hsla(0,0%,100%,.2);
        border: 1px solid #2c313f;
        color: #000;
        margin: 10px 0;
        padding: 5px;
        width: 100%
    }

    .nav1 .search-nav input[type=submit] {
        background: url(images/search-icon.png) no-repeat scroll 50%;
        border: 0;
        filter: invert(100%);
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: auto;
        width: 16px
    }

    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px
    }

    .search-nav>form {
        position: relative
    }

    .nav1 ul {
        background-color: transparent;
        text-align: left
    }

    .nav1 ul li {
        border-bottom: 1px solid #999;
        display: block
    }

    .nav1 ul li a {
        display: block;
        padding: 10px 0
    }

    .nav1 ul li:hover>a {
        color: #000
    }

    .nav1 ul li a>i {
        float: right
    }

    .nav1 ul li ul {
        background-color: transparent;
        display: none;
        padding: 0 10px;
        position: static;
        width: 100%
    }

    .nav1 ul li:hover>ul {
        display: none
    }

    .nav1 ul li:hover>a>i {
        transform: rotate(0);
        -webkit-transform: rotate(0)
    }

    .nav1 ul li.open>a {
        background-color: transparent
    }

    .nav1 ul li.open>a>i {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }

    .nav1 ul li.open>ul {
        display: block
    }

    div#menuoverlay {
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: all .3s ease-out;
        visibility: hidden;
        width: 100%;
        z-index: 1
    }

    html.open-menu {
        overflow: hidden
    }

    html.open-menu div#menuoverlay {
        background: rgba(0,0,0,.5);
        left: 250px;
        min-height: 100vh;
        opacity: 1;
        visibility: visible;
        width: 100%!important;
        width: -150%
    }

    html.open-menu a#hamburg {
        z-index: 999
    }

    html.open-menu a#hamburg,html.open-menu main {
        transform: translateX(250px);
        -webkit-transform: translateX(250px)
    }

    html.open-menu nav.nav1 {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        z-index: 3
    }

    .menu-main-menu-container ul ul ul li a {
        padding: 5px
    }

    ul li.has-subnav .accordion-btn {
        color: #000;
        float: right;
        font-size: 24px;
        line-height: inherit!important;
        width: 20px!important
    }

    .nav1 ul li:last-child {
        border: 0
    }

    .nav-cross.open>span {
        background: #fff
    }

    .nav-cross {
        cursor: pointer;
        height: 40px;
        margin: 0 auto;
        position: relative;
        transition: .5s ease-in-out;
        width: 24px
    }

    .nav-cross,.nav-cross span {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }

    .nav-cross span {
        background: #000;
        display: block;
        height: 2px;
        left: 0;
        opacity: 1;
        position: absolute;
        transition: .25s ease-in-out;
        width: 100%
    }

    .open-menu .nav-cross span {
        display: none
    }

    #nav-icon1 span:first-child {
        top: 0
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px
    }

    #nav-icon1.open span:first-child {
        top: 18px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg)
    }

    #nav-icon1.open span:nth-child(2) {
        left: -60px;
        opacity: 0
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg)
    }

    .nav-cross span:first-child {
        top: 12px
    }

    .nav-cross span:first-child,.nav-cross span:nth-child(2) {
        transform-origin: left center;
        -webkit-transform-origin: left center
    }

    .nav-cross span:nth-child(2) {
        top: 20px
    }

    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
        -webkit-transform-origin: left center
    }

    .nav-cross.open span:first-child {
        left: 4px;
        top: 11px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

    .nav-cross.open span:nth-child(2) {
        opacity: 0;
        width: 0
    }

    .nav-cross.open span:nth-child(3) {
        left: 4px;
        top: 28px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
}

/* .client,.item-slider,.main-slider,.thumb-slider {
    display: none
}

.client.slick-initialized,.item-slider.slick-initialized,.main-slider.slick-initialized,.thumb-slider.slick-initialized {
    display: block!important
} */

.slider {
    clear: left;
    overflow: hidden;
    position: relative
}

.slider .inner-item {
    height: 400px
}

.slider .container {
    position: relative
}

.slick-slide .caption {
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 1.2em;
    left: 10%;
    line-height: 1.2em;
    padding: 20px 20px 0;
    position: absolute;
    text-shadow: 2px 2px 2px #000;
    top: 37%;
    width: 35%;
    z-index: 99
}

.slick-slider {
    box-sizing: border-box;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent
}

.thumb-slider .slick-slide {
    margin: 5px 0 0 5px
}

.slider-thumb .thumb-slider .slick-slide img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    transition: all .25s ease
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    bottom: -125px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11
}

.slick-dots li {
    display: inline-block;
    list-style: none
}

.slick-dots button {
    background: #d8d8d8;
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    font-size: 0;
    height: 12px;
    margin-right: 5px;
    padding: 0;
    width: 12px
}

.slick-dots .slick-active button {
    background: #d32226;
    border: 1px solid #d32226
}

.slick-arrow {
    background: #303030 url(images/arrow.png) no-repeat 50%;
    border: 0;
    font-size: 0;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    width: 36px;
    z-index: 1
}

.services-slider .slick-arrow {
    height: 65px
}

.slick-arrow:hover {
    background: #000 url(images/arrow.png) no-repeat 50%
}

.slick-next.slick-arrow {
    left: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
}

.slider-progress {
    background: rgba(0,216,192,.8);
    height: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.slider-progress .progress {
    background: rgba(36,51,0,.8);
    height: 5px;
    width: 0
}

.thumb-slider .slick-active img {
    border: 1px solid transparent
}

.thumb-slider .slick-current img {
    opacity: .5
}

body::-webkit-scrollbar {
    background-color: #2094b8;
    width: 5px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
    width: 5px;
}

body::-webkit-scrollbar-thumb {
    background-color: #2094b8;
    outline: 1px solid #2094b8;
    width: 5px;
}

header.header {
    margin: 0 auto;
    padding: 25px 0
}

header.header .row {
    align-items: center
}

header.header .logo img {
    width: 100%
}

header.header .menu-header {
    text-align: center
}

header.header .menu-header ul {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px
}

header.header .menu-header ul li {
    color: #5d5d5d;
    margin-right: 20px;
    padding-right: 20px
}

header.header .menu-header ul li:last-child {
    margin-right: 0
}

header.header .menu-header ul li a.active {
    color: #2094b8
}

header.header .menu-header ul li a {
    color: #445d63;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase
}

header.header .menu-header ul li a i {
    margin-left: 10px
}

header.header .menu-header ul li a:hover {
    color: #2094b8
}

header.header .menu-header ul li.hs-item-has-children:before {
    content: "\f078";
    font-family: Font Awesome\ 6 Free;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 7px
}

header.header .call {
    text-align: center
}

header.header .call a {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize
}

header.header .call a:hover {
    color: #2096ba
}

header.header .call a img {
    height: auto;
    width: auto
}

.dropdown {
    cursor: pointer;
    position: relative;
    width: 120px;
  display: inline-block;
}

.dropdown .selected-value {
    font-weight: 500;
    color: #2096ba;
}

.dropdown-menu {
    background: #F3F3F3;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 130px;
    z-index: 100;
    border: none;
    min-width: 130px;
}

.dropdown:hover .dropdown-menu {
    display: block
}

.dropdown-menu li {
 padding: 10px 20px;
    color: #000;
    font-size: 12px;
    text-align: left;
}

.dropdown-menu li:hover {
    color: #2096ba
}

.dropdown-menu li.active {
    background: #d7e9ff;
    font-weight: 700
      color: #2096ba
}

section.main-sec {
    padding: 0
}

section.main-sec .bg-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 6px solid #2094b8;
    padding: 330px 0 0;
    position: relative
}

section.main-sec .bg-img1 {
    background-image: url(https://242819438.fs1.hubspotusercontent-na2.net/hubfs/242819438/Nova%20Assets%202025/Banner4.webp)
}

section.main-sec .bg-img2 {
    background-image: url(https://242819438.fs1.hubspotusercontent-na2.net/hubfs/242819438/Nova%20Assets%202025/Banner3.webp)
}

section.main-sec .bg-img3 {
    background-image: url(https://242819438.fs1.hubspotusercontent-na2.net/hubfs/242819438/Nova%20Assets%202025/Banner2.webp)
}

section.main-sec .bg-img4 {
    background-image: url(https://242819438.fs1.hubspotusercontent-na2.net/hubfs/242819438/Nova%20Assets%202025/Banner1.webp)
}

section.main-sec .head {
    padding-top: 20px;
    position: relative;
    text-align: center
}

section.main-sec .head:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

section.main-sec .head h3 {
    border-bottom: 2px solid #2094b8;
    color: #fff;
    font-size: 34px;
    margin: 0 324px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase
}

section.main-sec .head p {
    color: #fff;
    font-size: 16px;
    margin: 16px 324px 36px;
    position: relative;
    text-align: start
}

section.main-sec .head .head-inner {
    background: #2094b8;
    padding: 20px 0;
    position: relative
}

section.main-sec .head .head-inner h6 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    position: relative
}

section.services-sec .service-box-wrapper {
    overflow: hidden
}

section.services-sec .service-box-wrapper h2 {
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px
}

section.services-sec .service-box-wrapper p {
    margin-bottom: 40px;
    padding: 0 10px
}

section.services-sec .service-box-wrapper p a {
    color: #2094b8
}

section.services-sec .service-box-wrapper p a:hover {
    color: #445d63
}

section.services-sec .service-box-wrapper .service-inner {
    background-color: #445d63;
    padding: 20px 10px 10px;
    text-align: center
}

section.services-sec .service-box-wrapper .service-inner h3 {
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase
}

section.services-sec .service-box-wrapper .service-inner .service-inner-wrapper {
    background-image: url(https://242819438.fs1.hubspotusercontent-na2.net/hubfs/242819438/Nova%20Assets%202025/service-box-image.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    transition: all .5s ease-in-out
}

section.services-sec .service-box-wrapper .service-inner .service-inner-wrapper:hover {
    transform: scale(1.1);
    transition: all .5s ease-in-out
}

section.services-sec .service-box-wrapper .service-inner .service-inner-wrapper:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

section.services-sec .service-box-wrapper .service-inner a {
    color: #fff;
    position: relative;
    text-transform: uppercase
}

section.about-sec {
    padding: 90px 0;
    position: relative
}

section.about-sec .desc h2 {
    margin-bottom: 40px
}

section.about-sec .row {
    align-items: center
}

section.about-sec .abt-pic {
    height: 400px
}

section.about-sec .abt-pic img {
    object-fit: cover
}

section.about-sec .desc p {
    margin-bottom: 30px
}

section.about-sec .desc p a {
    background: none;
    color: #2094b8;
    font-weight: 400;
    padding: 0
}

section.about-sec .desc p a:hover {
    color: #445d63
}

section.about-sec .desc a {
    background: #2596b8;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 58px;
}

section.about-sec .build-box {
    margin-top: 30px;
    text-align: center
}

section.about-sec .build-box img {
    height: 60px;
    margin: 0 auto;
    width: 60px
}

section.about-sec .build-box h3 {
    color: #445d63;
    font-size: 20px;
    margin: 20px 0 0
}

section.why-us {
    background: #f2f2f2
}

section.why-us .why-us-head {
    padding-top: 50px
}

section.why-us .why-us-head h2 {
    padding: 0
}

section.why-us .why-us-head h2:before {
    display: none
}

section.why-us .why-us-wrapper .why-us-inner-wrapper h1 {
    color: #2094b8;
    font-size: 69px;
    font-weight: 700;
    margin: 0
}

section.why-us .why-us-wrapper p {
    margin-bottom: 50px
}

section.why-us .why-us-wrapper .why-us-inner-wrapper p {
    font-size: 19px;
    font-weight: 400;
    line-height: 2.5;
    margin: 0
}

section.certificate-sec .certificate-head,section.featured-project .featured-head,section.recognition-sec .recog-head {
    text-align: center
}

section.certificate-sec .certificate-head h2,section.featured-project .featured-head h2,section.recognition-sec .recog-head h2 {
    margin-bottom: 40px
}

section.certificate-sec .certificate-head h2:before,section.featured-project .featured-head h2:before,section.recognition-sec .recog-head h2:before {
    left: 0;
    margin: 0 auto;
    right: 0
}

section.featured-project .featured-head p {
    margin-bottom: 50px;
    text-align: start
}

section.featured-project a {
    display: inline-block;
    margin-bottom: 70px;
    width: 100%;
}

section.featured-project a h3 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 30px 0 0
}

section.featured-project a .project-pic {
    height: 220px
}

section.featured-project a .project-pic img {
    object-fit: cover
}

section.certificate-sec .certificate-head p {
    margin-bottom: 30px
}

section.certificate-sec .pic-wrapper {
    align-items: center;
    display: flex;
    justify-content: center
}

section.certificate-sec .pic-wrapper .certificate-pic {
    border: 3px solid #2094b8;
    height: 590px;
    margin-right: 10px
}

section.certificate-sec .pic-wrapper .certificate-pic1 {
    margin-right: 10px
}

section.certificate-sec .pic-wrapper .certificate-pic2 {
    margin-left: 10px;
    margin-right: 0
}

section.recognition-sec .recog-head p {
    margin-bottom: 50px
}

section.recognition-sec .recog-wrapper {
    text-align: center
}

section.recognition-sec .recog-wrapper .recog-pic {
    height: 540px;
    margin: 0 auto;
    width: 770px
}

section.recognition-sec .recog-wrapper .recog-pic img {
    border: 3px solid #2094b8;
    object-fit: cover
}

section.explore-more-sec {
    background-image: url(https://242819438.fs1.hubspotusercontent-na2.net/hubfs/242819438/img_cta-banner.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

section.explore-more-sec:before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

section.explore-more-sec .explore-wrapper {
    padding: 10px;
    position: relative
}

section.explore-more-sec .explore-wrapper h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 30px;
    text-transform: capitalize
}

section.explore-more-sec .explore-wrapper p {
    color: #fff;
    line-height: 27px;
    margin: 16px 0
}

section.explore-more-sec .explore-wrapper p a {
    background: no-repeat;
    color: #2094b8;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-transform: lowercase
}

section.explore-more-sec .explore-wrapper a {
    background: #2596b8;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    padding: 12px 47px;
    text-transform: capitalize
}

section.explore-more-sec .explore-wrapper a i {
    margin-left: 10px
}

footer.footer {
    background-color: #f2f2f2;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 0
}

footer.footer .footer-box-1 {
    padding-right: 30px;
    padding-top: 65px
}

footer.footer .footer-box h5 {
    color: #3d4a4d;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 35px
}

footer.footer .footer-box p,footer.footer .footer-box ul li a {
    color: #445d63;
    font-size: 16px;
    line-height: 22px;
    margin: 0
}

footer.footer .footer-box .menu-footer ul {
    list-style: disc;
    margin: 0;
    padding-left: 20px
}

footer.footer .footer-box .menu-footer ul li {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    width: 49%
}

footer.footer .footer-box .menu-footer ul li:before {
    background-color: #445d63;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -20px;
    position: absolute;
    top: 10px;
    width: 6px
}

footer.footer .footer-box-1 img {
    width: 100%
}

footer.footer .footer-box-3 ul li {
    align-items: flex-start;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
    width: 100%
}

footer.footer .footer-box-3 ul li .fo-icon {
    width: 8%
}

footer.footer .footer-box-3 ul li .fo-detail {
    width: 88%
}

footer.footer .footer-box-3 ul li .fo-detail h6 {
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    margin: 0 0 5px
}

footer.footer .footer-box-3 ul li .fo-detail a,footer.footer .footer-box-3 ul li .fo-detail p {
    line-height: 24px
}

footer.footer .footer-box-4 {
    padding-top: 50px;
    text-align: center
}

footer.footer .footer-box-4 .glassdorr-box {
    height: 60px;
    margin: 0 auto;
    width: 170px
}

footer.footer .footer-box-4 ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    list-style: none;
    margin-top: 20px;
    padding: 0
}

footer.footer .footer-box-4 ul li {
    margin-right: 2px
}

footer.footer .footer-box-4 ul li a {
    align-items: center;
    background: #445d63;
    border: 1px solid #445d63;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 40px;
    justify-content: center;
    padding: 9px 0 0;
    transition: all .5s ease-in-out;
    width: 40px
}

footer.footer .footer-box-4 ul li a:hover {
    background: #445d63d9;
    transition: all .5s ease-in-out
}

footer.footer .footer-box-4 ul li a svg {
    color: #fff;
    fill: #fff;
    font-size: 14px;
    height: 20px;
    width: 20px
}

footer.footer .copy {
    background-color: #2094b8;
    margin-top: 60px;
    padding: 25px 0
}

footer.footer .copy p,footer.footer .copy p a {
    color: #fff;
    font-size: 16px;
    line-height: 2px;
    margin: 0
}

footer.footer .copy p span {
    font-size: 10px
}
.dropdown .selected-value i {
    margin-left: 6px;
    font-size: 14px;
}

.inner-banner{
    background-color: #2094b8;
    height: 200px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    background-image: url('https://242819438.fs1.hubspotusercontent-na2.net/hubfs/242819438/Nova%20Assets%202025/inner-banner-bg.png');
    background-position: right center;
    background-size: auto;
    background-repeat: no-repeat;
}

.inner-banner h2{
    color: #fff;
    padding: 0px 0;
    text-transform: capitalize;
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
}

.inner-banner h2:before{
    display: none;
}

/* About Page */

section.about-nova-sec.about-sec {
    padding: 60px 0;
}

section.about-nova-sec.about-sec .abt-nova-head {margin-bottom: 50px;}

section.about-nova-sec.about-sec .abt-nova-head h2 {
    margin-bottom: 40px;
}

section.about-nova-sec.about-sec .abt-nova-head h2:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.mvcr{
    background: #F2F2F2;
}

section.mvcr h2 {
    margin-bottom: 40px;
}

section.mvcr .mv-head {
    margin-bottom: 80px;
}

section.mvcr .core-points {}

section.mvcr .core-points ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

section.mvcr .core-points ul li {
    color: #939598;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    position: relative;
    padding-left: 30px;
}

section.mvcr .core-points ul li:before {
    content: '';
    position: absolute;
    background-image: url('https://242819438.fs1.hubspotusercontent-na2.net/hubfs/242819438/Nova%20Assets%202025/core-icons.png');
    width: 25px;
    height: 22px;
    top: 10px;
    left: 0;
}

section.leadership-sec {
    padding-bottom: 30px;
}

section.leadership-sec .leader-head {
    margin-bottom: 40px;
}

section.leadership-sec .leader-head h2 {
    margin-bottom: 40px;
}

section.leadership-sec .leader-head h2:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.leadership-sec .leader-box {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #eeeeee;
    border-radius: 0px;
    background-color: #ffffff;
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
}

section.leadership-sec .leader-box .leader-pic {
    width: 300px;
    height: 300px;
    margin: 0 auto 20px;
}

section.leadership-sec .leader-box .leader-pic img {
    border-radius: 50%;
    object-fit: cover;
}

section.leadership-sec .leader-box h5 {
    margin: 0 0 10px;
    color: #2094b8;
    font-size: 20px;
    line-height: 24px;
}

section.leadership-sec .leader-box h6 {
    margin: 0 0 5px;
    color: #445d63;
    font-size: 16px;
    line-height: 20px;
    min-height: 50px;
}

section.leadership-sec .leader-box p {
      margin: 0;
    min-height: 340px;
}

section.leadership-sec .leader-box a {
    background-color: #2094b8;
    color: #fff;
    padding: 11px 14px;
    display: inline-block;
    border-radius: 10px;
    border: 3px solid #2094b8;
    transition: 0.5s ease-in-out all;
}

section.leadership-sec .leader-box a:hover {
    border: 3px solid #445d63;
    background-color: #fff !important;
    color: #445d63;
    transition: 0.5s ease-in-out all;
}

section.leadership-sec .leader-box a i {
    font-size: 30px;
}

section.history {}

section.history .head {
    padding-bottom: 100px;
}

section.history .history-box:before{
    content: '';
    position: absolute;
    background: #2094b8;
    width: 165px;
    height: 5px;
    right: 0;
    top: 20px;
}

section.history .history-box {
    position: relative;
    text-align: center;
}

section.history .history-box:after{
    content: '';
    position: absolute;
    background: #2094b8;
    width: 165px;
    height: 5px;
    left: 0;
    top: 20px;
}

section.history .history-box .nb-logo {
    width: 47px;
    height: 47px;
    margin: 0 auto;
}

section.history .history-box p {
    text-align: center;
    color: #000;
    margin: 20px 0 20px;
    font-weight: 500;
}

section.history .history-box .history-image {
    border: 5px solid #2094b8;
    border-radius: 70px 0px 70px 0px;
    height: 130px;
    position: relative;
    margin: 70px 32px 40px;
}

section.history .history-box .history-image:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    top: -50px;
    background: #2094b8;
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.history .history-box .history-image img {
    border-radius: 70px 0px 70px 0px;
}

section.history .history-box h6 {
    font-size: 20px;
    color: #445d63;
    font-weight: 400;
    text-align: center;
    margin: 0px 32px 0px;
}

section.history ul.slick-dots {
    bottom: -40px;
}

section.history ul.slick-dots li {
    margin: 0 8px;
}

section.history ul.slick-dots li.slick-active {}

section.history ul.slick-dots li.slick-active button {
    background: #2094b8;
    border: 1px solid #2094b8;
}

section.history ul.slick-dots li button {
    width: 8px;
    height: 8px;
}


/* Solutions Start */

section.specification-sec {
    padding-top: 0;
}

section.specification-sec .head {}

section.specification-sec .head h2:before {
    display: none;
}

section.specification-sec  .accordion-container {
    border: 1px solid #d5d8dc;
}

section.specification-sec .accordion-container .set a {
    border-bottom: 2px solid #d5d8dc;
    padding: 10px;
    display: inline-block;
    width: 100%;
    color: #445d63;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    padding-left: 35px;
}

section.specification-sec .accordion-container .set a:before{
    content: '\f054';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    left: 10px;
}

section.specification-sec .accordion-container .set a.active {
    color: #2094b8;
}

section.specification-sec .accordion-container .set a.active:after {
    content: '\f068';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    left: 10px;
}
section.specification-sec .accordion-container .set a.active:before {
    display: none;
}

section.specification-sec .head h2 {
    padding-bottom: 40px;
}

section.specification-sec .accordion-container .content {
    padding: 26px 0;
  display: none;
}

section.specification-sec .accordion-container .content.open {
    border-bottom: 2px solid #d5d8dc;
}

section.specification-sec .accordion-container .content ul {
    margin: 0;
}

section.specification-sec .accordion-container .content ul li, section.specification-sec .accordion-container .content p {
    font-size: 16px;
    color: #3d4a4d;
}

section.more-info {}

section.more-info .info-inner {
    background: #2094b8;
    text-align: center;
    padding: 40px;
}

section.more-info .info-inner h2 {
    color: #fff;
    text-transform: none;
}

section.more-info .info-inner h2:before {
    display: none;
}

section.more-info .info-inner a {
    background: #fff;
    font-size: 15px;
    color: #3d4a4d;
    text-transform: capitalize;
    padding: 15px 45px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
}

section.why-choose {}

section.why-choose .why-choose-head {
    text-align: center;
    margin-bottom: 45px;
}

section.why-choose .why-choose-head h2{
    margin-bottom: 40px;
}

section.why-choose .why-choose-head h2:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.why-choose .why-choose-wrapper {
    text-align: center;
}

section.why-choose .why-choose-wrapper .pic {
    width: 95px;
    height: 95px;
    margin: 0 auto 30px;
}

section.why-choose .why-choose-wrapper h4 {
    margin: 0 0 36px;
    color: #445d63;
    font-size: 25px;
    line-height: 30px;
}

section.why-choose .why-choose-wrapper p {
    margin: 0;
}

section.faq-sec {}

section.faq-sec .title {
    text-align: center;
    margin-bottom: 30px;
}

section.faq-sec .accordion-container {}

section.faq-sec .accordion-container .set a {background-color: #2094b8 !important; display: block;color: #fff;padding: 15px;font-size: 18px; border: 1px solid #dfd8dc}

section.faq-sec .accordion-container .set a h6{font-size: 18px; margin: 0;}

section.faq-sec .accordion-container .set a:hover h6{color: #1f2124;}

section.faq-sec .accordion-container .set a.active {background-color: #445d63 !important;}

section.faq-sec .accordion-container .set .content {padding: 36px 20px;background: #fff; border: 0;display:none;}

section.completed-project {}

section.completed-project .head {
    text-align: center;
}

section.completed-project .head h2::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.completed-project .head h2 {
    margin-bottom: 40px;
}

section.completed-project .head p {
    margin-bottom: 30px;
}

section.completed-project .picc {
    height: 170px;
}

section.completed-project .picc img {
    object-fit: cover;
}



/* Resources Page  */

section.resource-sec {
    position: relative;
}

section.resource-sec .head {
    margin-bottom: 60px;
}

section.resource-sec .head p {
    margin: 0;
}

section.resource-sec .cat-box {
    background-color: #445d63;
    padding: 20px;
    border-radius: 10px;
    transition: 0.5s ease-in-out all;
}

section.resource-sec .cat-box.fixed {
    position: fixed;
    top: 20px;
    width: 383px;
    transition: 0.5s ease-in-out all;
}

section.resource-sec .cat-box h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.resource-sec .cat-box ul.cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.resource-sec .cat-box ul.cat-list li {position: relative;padding-bottom: 30px;}

section.resource-sec .cat-box ul.cat-list li label {
    color: #fff;
    margin: 0;
}

section.resource-sec .cat-box ul.cat-list li label input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    z-index: 9;
    opacity: 0;
}

section.resource-sec .cat-box ul.cat-list li label span {
    display: inline-block;
    padding-left: 30px;
    font-size: 16px;
    position: relative;
}

section.resource-sec .cat-box ul.cat-list li label span:before {
    content: '';
    position: absolute;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    background-color: #FFFFFF;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-color: #2094b8;
    left: 0;
}

section.resource-sec .cat-box ul.cat-list li input:checked + span:after{
    display: block;
}

section.resource-sec .cat-box ul.cat-list li span:after{
    content: '\f00c';
    position: absolute;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    top: 0px;
    background-color: #2094b8;
    padding-left: 3px;
    color: #fff;
    left: 0;
    display: none;
    font: normal normal normal 14px / 1 FontAwesome;
    padding-top: 3px;
}

section.resource-sec .cat-content-box {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: left;
    border-radius: 9px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2094b8;
    background-color: #ffffff;
    transition: 0.5s ease-in-out all;
    margin-bottom: 20px;
}

section.resource-sec .cat-content-box:hover{
    background-color: #2094b8;
    transition: 0.5s ease-in-out all;
}

section.resource-sec .cat-content-box .cat-content-box-wrapper {
    padding: 30px;
}

section.resource-sec .cat-content-box .cat-content-box-wrapper .item-category a {
    background-color: #939598;
    color: #FFFFFF;
    padding: 2px 10px 2px 10px;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
    font-size: 10px;
    margin-right: 9px;
    text-transform: uppercase;
}

section.resource-sec .cat-content-box .cat-content-box-wrapper .category_title {
    margin-top: 26px;
}

section.resource-sec .cat-content-box .cat-content-box-wrapper .category_title h3{
    margin: 0;
}

section.resource-sec .cat-content-box .cat-content-box-wrapper .category_title h3 a {
    color: #445d63;
    font-size: 24px;
    font-weight: 700;
    transition: 0.5s ease-in-out all;
}

section.resource-sec .cat-content-box:hover .cat-content-box-wrapper .category_title h3 a {
    color: #fff;
    transition: 0.5s ease-in-out all;
}

section.resource-sec .cat-content-box .cat-content-box-wrapper .category_text {}

section.resource-sec .cat-content-box .cat-content-box-wrapper .category_text p {
    margin: 22px 0 0;
    color: #969696;
    transition: 0.5s ease-in-out all;
}

section.resource-sec .cat-content-box:hover .cat-content-box-wrapper .category_text p  {
    color: #fff;
    transition: 0.5s ease-in-out all;
}

section.resource-sec .cat-content-box .cat-content-box-wrapper .cat_link {
    margin-top: 21px;
}

section.resource-sec .cat-content-box .cat-content-box-wrapper .cat_link a.more_cat {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #939598;
    padding: 10px 20px;
    border-radius: 9px;
}

section.resource-sec .cat-content-box .cat-content-box-wrapper .cat_link a.more_cat:hover {
    color: #2094b8;
    background: #fff;
}

.isotope-pager {
  text-align: center;
  margin-top: 20px;
  width: 100%;
}

.isotope-pager .pager {
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #939598;
    font-weight: 500;
}

.isotope-pager .pager:hover {
    background: #445d63;
    color: #fff;
}
.isotope-pager .active {
  background: #2094B8;
  color: #fff;
  border-color: #2094B8;
}


/* Service Page */

section.services-list {
    padding: 10px;
    background-color: #939598;
}

section.services-list .container{
    max-width: 1830px !important;
}

section.services-list ul.list-items {
    list-style: none;
    padding: 20px;
    margin: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

section.services-list ul.list-items li:first-child{
    margin-left: 0;
}

section.services-list ul.list-items li:last-child{
    margin-right: 0;
}

section.services-list ul.list-items li{
    margin: 0 8px;
}

section.services-list ul.list-items li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

section.services-list ul.list-items li a i {
    margin-left: 10px;
}

section.services-list ul.list-items li:last-child a i{
    display: none;
}

section.service-box .service-number {
    padding-top: 80px;
}

section.service-box h2 {
    padding: 0;
    font-weight: 700;
}

section.service-box h2::before {
    display: none;
}

section.service-box .service-number h2 {
    font-size: 40px;
    padding-bottom: 20px;
}

section.service-box .service-title h2 {
    font-size: 35px;
    text-transform: capitalize;
}

section.service-box {
    padding: 30px 0;
}

section.service-box .large-cust-col .row {
    align-items: flex-end;
}

section.service-box .service-details {
    padding-top: 80px;
}

section.service-box .service-details .service-image {
    padding-bottom: 20px;
    height: 360px;
}

section.service-box .service-details .service-image img {
    object-fit: contain;
    object-position: left;
}

section.service-box .service-details h4 {
    margin: 22px 0;
    color: #3d4a4d;
    font-size: 22px;
    line-height: 26px;
}

section.service-box .service-details p {
    margin-bottom: 60px;
}

section.service-box .service-details ul {
    
}

section.service-box .service-details ul li{
    color: #939598;
}

section.service-box .service-icon {
    margin-bottom: 85px;
}

section.service-box .bordered-row {
    border-bottom: 1px solid #2094b8;
}

section.service-box .vlaue-logos-wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 40px;
    margin-top: -20px;
  display: none;
}
section#value .vlaue-logos-wrap {
    display: flex;
}

section.service-box .vlaue-logos-wrap .vlaue-box {
    width: 12%;
    height: 84px;
    text-align: center;
}

section.service-box .vlaue-logos-wrap .vlaue-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.service-box-8 .bordered-row {
    border: 0;
}

/* Project */

section.featured-project-sub {
    padding: 95px 0;
}

section.project-sub-tab-sec #tabs-container {width: 100%;}

section.project-sub-tab-sec ul.tabs-menu li a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 3px;
    text-transform: capitalize;
}

section.project-sub-tab-sec .tab .content-box p{
    color: #7a7a7a;
}

section.project-sub-tab-sec .tab .content-box a{
  color: #2096ba;
}
section.project-sub-tab-sec .tab .content-box h2:before{
  display: none;
}

section.project-sub-tab-sec {
    padding-top: 0;
    padding-bottom: 36px;
}

section.project-sub-tab-sec .tab .content-box ul li, section.project-sub-tab-sec .tab .content-box ol li {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
}

/* section.project-sub-tab-sec .tab .content-box a{
    display: block;
}

 */
/*23-11-2025*/

section.project-signle-sec {
    padding-bottom: 0;
}

section.project-signle-sec .project-gallery {
    height: 400px;
}

section.project-signle-sec .project-gallery img {
}

section.project-signle-sec button.slick-arrow {
    background-color: transparent;
}

section.project-signle-sec button.slick-arrow:before {
    content: '\f053';
    font-size: 21px;
    font: normal normal normal 24px / 1 FontAwesome;
    color: #fff;
}

section.project-signle-sec button.slick-prev {
    right: 20px;
}

section.project-signle-sec button.slick-next {
    left: 20px;
}

section.project-signle-sec ul.slick-dots {
    bottom: 10px;
}

section.project-signle-sec ul.slick-dots li{
    margin: 0 6px;
}

section.project-signle-sec ul.slick-dots li button {
    width: 6px;
    height: 6px;
    margin: 0;
}

section.project-signle-sec ul.slick-dots li.slick-active button {
    background-color: #000;
    border-color: #000;
}

section.project-signle-sec .info-box {
    border: 2px solid #2094b8;
    padding: 20px;
    height: 430px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

section.project-signle-sec .info-box .location, section.project-signle-sec .info-box .type {
    margin-top: 24px;
    width: 100%;
    height: 121px;
}

section.project-signle-sec .info-box .location h4, section.project-signle-sec .info-box .type h4 {
    font-size: 24px;
    color: #3d4a4d;
    margin-bottom: 0;
    font-weight: 700;
}

section.project-signle-sec .info-box .location p, section.project-signle-sec .info-box .type p {
    margin: 22px 0 16px;
    color: #2094b8;
}

section.next-prev-sec {
    padding-bottom: 0;
}

section.next-prev-sec .prev-proj-box {
    position: relative;
}

section.next-prev-sec .prev-proj-box:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #d5d8dc;
    right: -15px;
    top: -5px;
}

section.next-prev-sec .prev-proj-box a, section.next-prev-sec .next-proj-box a {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

section.next-prev-sec .prev-proj-box a .prev-arrow {
    padding-right: 15px;
}

section.next-prev-sec .prev-proj-box a .prev-arrow i, section.next-prev-sec .next-proj-box a .next-arrow i {
    color: #2094b8;
    font-size: 20px;
}

section.next-prev-sec .next-proj-box{
    text-align: right;
}

section.next-prev-sec .next-proj-box a {
    flex-flow: row-reverse;
}

section.next-prev-sec .next-proj-box a .next-arrow {
    padding-left: 15px;
}

section.next-prev-sec .prev-proj-box .prev-project {}

section.next-prev-sec .prev-proj-box .prev-project h6, section.next-prev-sec .next-proj-box .nex-project h6 {
    text-transform: uppercase;
    color: #2094b8;
    font-size: 13px;
    margin: 0;
    font-weight: 700;
}

section.next-prev-sec .prev-proj-box .prev-project p, section.next-prev-sec .next-proj-box .nex-project p {
    color: #445d63;
    font-size: 11px;
    margin: 0;
    font-weight: 500;
}

section.other-projects {
    padding-top: 20px;
}

/* Contact Us */
section.nova-locations {
    padding-bottom: 40px;
}

section.nova-locations ul.tabs-menu {
    justify-content: flex-start;
    gap: 100px;
}

section.nova-locations ul.tabs-menu li.current {}

section.nova-locations ul.tabs-menu li {
    width: auto;
    display: inline-block;
}

section.nova-locations ul.tabs-menu li a{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    padding: 10px 30px 5px 30px;
    transition: 0.5s;
}

section.nova-locations ul.tabs-menu li.current a{
    border-bottom: 2px solid #445d63;
    color: #445d63;
    transition: 0.5s;
}

section.nova-locations .tab {
    padding-top: 10px;
}

section.nova-locations .tab .locations-pin {
    position: relative;
}

section.nova-locations .tab .locations-pin .pointers {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

section.nova-locations .tab .locations-pin .pointers .pointer-wrap {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
}

section.nova-locations .tab .locations-pin .pointers .pointer-wrap:before{
    content: '';
    display: inline-block;
    position: absolute;
    top: -7px;
    left: -2px;
    bottom: 4px;
    right: -2px;
    border-radius: inherit;
    border-width:1px;
    border-style:solid;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    border-color: #2094b8;
    border-radius: 50%;
}

section.nova-locations .tab .locations-pin .pointers .office-pointer-1{
    left: 188px;
    bottom: 153px;
}

section.nova-locations .tab .locations-pin .pointers .office-pointer-2{
    left: 222px;
    top: 170px;
}

section.nova-locations .tab .locations-pin .pointers .office-pointer-3{
    right: auto;
    bottom: 45px;
    left: 225px;
}

section.nova-locations .tab .locations-pin .pointers .office-pointer-4{
    left: 160px;
    top: 355px;
}

section.nova-locations .tab .locations-pin .pointers .office-pointer-5{
    left: 100px;
    top: 135px;
}

section.nova-locations .tab .locations-pin .pointers .office-pointer-6{
    right: 299px;
    top: 189px;
}

section.nova-locations .tab .locations-pin .pointers .factories-pointer-1 {
    top: 215px;
    left: 263px;
}

section.nova-locations .tab .locations-pin .pointers .pointer-wrap img{
    width: 20px;
    height: 23px;
    object-fit: contain;
}

section.nova-locations .tab ul.our-locations-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column;
}

section.nova-locations .tab ul.our-locations-list li a {
    padding: 15px 15px 15px 15px;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #2094b8;
    transition: 0.3s;
}

section.nova-locations .tab ul.our-locations-list li a:hover {
    color: #445d63;
    transition: 0.3s;
}

section.reach-out {
    padding-top: 40px;
}

section.reach-out .reach-out-info {}

section.reach-out .reach-out-info h2 {
    margin-bottom: 40px;
}

section.reach-out .reach-out-info p {
    color: #000;
}

.location-popup {
    width: 450px;
    padding: 30px 20px;
    background-color: white;
}


.popup-overlay .location-popup .item-popup-head {
    padding: 15px 15px 15px 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    color: #2094b8;
}

.popup-overlay .location-popup .item-popup-head .popup-title {}

.popup-overlay .location-popup .item-popup-head .popup-title p {
    margin: 0;
    color: #2094b8;
}

.popup-overlay .location-popup .item-popup-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    padding: 20px;
}

.popup-overlay .location-popup .item-popup-details p {
    margin: 0;
}

.popup-overlay .location-popup .item-popup-details ul {
    padding: 0;
    margin: 15px 0;
}

.popup-overlay .location-popup .item-popup-details ul li{
    color: #939598;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.popup-overlay .location-popup .item-popup-details ul li a {
    color: #2094b8;
}

.popup-overlay .location-popup .item-popup-details a.popup-button {
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    background-color: #676767;
    margin-top: 10px;
}

.popup-overlay .location-popup .item-popup-head  .item-popup-close {
    cursor: pointer;
}
@keyframes btnIconRipple {
  0% {
    border-width: 4px;
            transform: scale(1);
  }
  80% {
    border-width: 1px;
            transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}

/* Career */

section.career-sec {}

section.career-sec .career-glimpse {
    height: 370px;
}

section.career-sec .job-details h2::before {
    display: none;
}

section.career-sec .career-glimpse img {
    object-fit: cover;
}

section.career-sec .share-box {
    text-align: center;
    padding-top: 50px;
}

section.career-sec .share-box p {
    display: inline-block;
    margin: 0;
}

section.career-sec .share-box .share-buttons {display: inline-block;}

section.career-sec .share-box .share-buttons .share-item {
    display: inline-block;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .12), transparent);
    background-color: #2094b8;
    padding: 3px 7px;
}

section.career-sec .share-box .share-buttons .share-item i {
    color: #fff;
}

section.career-sec .job-details {}

section.career-sec .job-details h2 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 5px;
}

section.career-sec .loc-details {
    border: 3px solid #445d63;
    padding: 10px 10px;
    border-radius: 2px;
}

section.career-sec .loc-details h4 {
  margin-top: 0;
    font-size: 20px;
    color: #3d4a4d;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
}

section.career-sec .loc-details h4 span {
    display: block;
    color: #3d4a4d;
    font-size: 16px;
    font-weight: 400;
    margin-top: 6px;
}

section.career-sec .back_btn {
    padding-top: 60px;
}

section.career-sec .back_btn a {
    background-color: #2094b8;
    color: #fff;
    padding: 15px 45px 15px 45px;
    border-radius: 8px 8px 8px 8px;
}

section.career-sec .back_btn a i {
    padding-right: 15px;
}

section.second-sec {
    background-color: #2094B8;
    padding: 90px 0;
}

section.second-sec .connect-info {
    text-align: center;
}

section.second-sec .connect-info .info-icon {
    margin: 0 auto;
    margin-bottom: 15px;
}
section.second-sec .connect-info .info-icon img {
    filter: brightness(50);
    height: auto;
    width: auto;
}

section.second-sec .connect-info h3 {
    color: #fff;
    margin: 25px 0 20px;
    font-size: 20px;
    line-height: 30px;
}

section.second-sec .connect-info p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

section.dream-job-sec {}

section.dream-job-sec .head {
    text-align: center;
    margin-bottom: 100px;
}

section.dream-job-sec .head h2{
    margin-bottom: 40px;
}

section.dream-job-sec .head h2::before {
    margin: 0 auto;
    left: 0;
    right: 0;
}

section.dream-job-sec .head select {
    border: 0;
    border-bottom: 1px solid #000;
    width: 22%;
    font-size: 25px;
}

section.dream-job-sec .head .controls input {border-bottom: 1px solid #000 !important;border: 0;font-size: 14px;width: 20%;margin-right: 30px;}

section.dream-job-sec .head .controls select {
    font-size: 15px;
    width: 25%;
    margin-right: 30px;
}

section.dream-job-sec .head .controls button {
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 4px;
}

section.dream-job-sec .grid .job_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

section.dream-job-sec .grid .job_box .pic {
    width: 32%;
}

section.dream-job-sec .grid .job_box .pic img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

section.dream-job-sec .grid .job_box .desc {
    width: 67%;
    border: 1px solid #2094b8;
    padding: 0 20px;
    height: 250px;
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    align-content: center;
}

section.dream-job-sec .grid .job_box .desc .job-head {
    width: 69%;
}

section.dream-job-sec .grid .job_box .desc .apply-btn {
    width: 30%;
}

section.dream-job-sec .grid .job_box .desc h4.item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

section.dream-job-sec .grid .job_box .desc h5 {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

section.dream-job-sec .grid .job_box .desc h5 i {
    font-size: 14px;
    margin-right: 5px;
}

section.dream-job-sec .grid .job_box .desc p:empty {
    display: none;
}

section.dream-job-sec .grid .job_box .desc p {
    line-height: 20px;
    font-size: 15px;
}

section.dream-job-sec .grid .job_box .desc a {
    background: #2094b8;
    color: #fff;
    border-radius: 35px;
    padding: 5px 0px;
    width: 210px;
    display: inline-block;
    text-align: center;
}

section.dream-job-sec .job-box {
    padding: 30px 30px 30px 30px;
    border: 1px solid #445d63;
    margin: 0 0 20px;
    text-align: center;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

section.dream-job-sec .job-box h3 {
    color: #445d63;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}

button {
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    background-color: #2094b8;
    color: #ffffff;
    border: 0;
}


.project-sub-tab-sec .tabs-menu {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.project-sub-tab-sec .tabs-menu li {display:inline-block;list-style:none;border: 0;background-color: #4094b8;width: 33%;text-align: center;}
.project-sub-tab-sec .tabs-menu li.current {position: relative;background-color: #445d63;border-bottom: 0;z-index: 5;}
.project-sub-tab-sec .tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.project-sub-tab-sec .tabs-menu .current a {color: #fff;}

.project-sub-tab-sec  .tab {
    border: 0;
    background-color: #fff;
    width: 100%;
    padding: 46px 5px 26px;
}

.grid_gal .gallery_img {
    margin-bottom: 30px;
    height: 300px;
    width: 100%;
    position: relative;
}
.grid_gal .gallery_img:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #00000054;
    height: 100%;
    transition: all ease .5s;
    opacity:0;
}
.grid_gal .gallery_img:hover:before{
    opacity:1;
    transition: all ease .5s;
}

.grid_gal .gallery_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Resource Single Page  */
section.resource-signle {
    border-top: 6px solid #2094b8;
}

section.resource-signle .resource-details {}

section.resource-signle .resource-details h1 {
    color: #3d4a4d;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    font-family: "Bree Serif", serif;
}

section.resource-signle .resource-details .e-dir {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: flex-start;
    padding: 20px 0;
}

section.resource-signle .resource-details .e-dir .pic {
    width: 63px;
    font-weight: 600;
    height: 63px;
    margin-right: 5px;
}

section.resource-signle .resource-details .e-dir h5 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #939598;
}

section.resource-signle .resource-details .e-dir .pic img {
    border-radius: 50%;
}

section.resource-signle .resource-details .date-timestamp {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 0px 0 20px;
}

section.resource-signle .resource-details .date-timestamp a {
    font-family: "Ubuntu", sans-serif;
}

section.resource-signle .resource-details .date-timestamp .date {
    margin-right: 8px;
}

section.resource-signle .resource-details .date-timestamp .time {}

section.resource-signle .resource-details .date-timestamp .date i {
    color: #000;
}

section.resource-signle .resource-details .date-timestamp .date time {
    font-size: 16px;
    color: #2094b8;
}

section.resource-signle .resource-details .date-timestamp .time i {
    color: #000;
}

section.resource-signle .resource-details .date-timestamp .time i.toc-toggle  {
    transition: transform 0.3s ease;
}

section.resource-signle .resource-details .date-timestamp .time i.toc-toggle.rotate  {
    transform: rotate(180deg);
}

section.resource-signle .resource-details .date-timestamp .time time {
    color: #939598;
}

section.resource-signle .resource-details .toc-box {
    border: 1px solid #9da5ae;
}

section.resource-signle .resource-details .toc-box .toc-header {
    border-bottom: 1px solid #9da5ae;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.resource-signle .resource-details .toc-box .toc-header h4 {
    color: #939598;
    font-family: 'Bree Serif';
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

section.resource-signle .resource-details .toc-box .toc-header .toc-toggle i{
    transition: transform 0.3s ease;
}

section.resource-signle .resource-details .toc-box .toc-header .toc-toggle.rotate i{
    transform: rotate(180deg);
}


section.resource-signle .resource-details .toc-box .toc-body {
    padding: 20px;
    display: none;
    max-height: 0;
    overflow: hidden;
}

section.resource-signle .resource-details .toc-box .toc-body.open {
    display: block;
    max-height: 800px;
}

section.resource-signle .resource-details .toc-box .toc-body ol {
    margin: 20px 0 0;
    padding-left: 20px;
}

section.resource-signle .resource-details .toc-box .toc-body ol li {
    color: #939598;
}

section.resource-signle .resource-details .toc-box .toc-body ol li a {
    color: #939598;
    font-size: 16px;
    font-family: 'Ubuntu';
    line-height: 16px;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

section.resource-signle .resource-details .toc-box .toc-body ol li a:hover {
    border-bottom: 1px solid #939598;
}

section.resource-signle .resource-details .toc-box .toc-body ol li ol{
    margin-top: 0;
}

section.resource-signle .resource-details .resource-detail-inner {
    margin-top: 40px;
}

section.resource-signle .resource-details .resource-detail-inner .detail-pic {
    width: 545px;
    height: 400px;
}

section.resource-signle .resource-details .resource-detail-inner .detail-pic img {
}

section.resource-signle .resource-details .resource-detail-inner  h2 {
    font-weight: 600;
    font-family: 'Bree Serif';
    padding: 0;
    margin: 30px 0;
    text-transform: capitalize;
}

section.resource-signle .resource-details .resource-detail-inner h2:before {
    display: none;
}

section.resource-signle .resource-details .resource-detail-inner ul {
    margin: 0 0 20px;
}

section.resource-signle .resource-details .resource-detail-inner ul li {
    color: #939598;
    font-size: 16px;
    font-family: 'Ubuntu';
    line-height: 26px;
}

section.resource-signle .resource-details .resource-detail-inner ul li a {
    color: #2094b8;
}

section.resource-signle .resource-details .resource-detail-inner table {
    color: #939598;
    font-family: 'Ubuntu';
}

section.resource-signle .related-resources {}

section.resource-signle .related-resources .ret-btn {
    padding-bottom: 20px;
}

section.resource-signle .related-resources .ret-btn a {
    text-transform: uppercase;
    color: #fff;
    background: #69727d;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 20px 20px 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

section.resource-signle .related-resources .related-inner {}

section.resource-signle .related-resources .related-inner .related-resource-wrapper {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border-radius: 3px;
    border: 0 solid #69727d;
    transition: all .25s;
    background-color: #fff;
    margin-bottom: 5px;
}

section.resource-signle .related-resources .related-inner .related-resource-wrapper:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

section.resource-signle .related-resources .related-inner .related-resource-wrapper .post-text {
    padding: 20px 30px 0;
}

section.resource-signle .related-resources .related-inner .related-resource-wrapper .post-meta {
    padding: 15px 30px;
    border-top: 1px solid #eaeaea;
}

section.resource-signle .related-resources .related-inner .related-resource-wrapper .post-meta p {
    margin: 0;
    line-height: 1.3em;
    font-size: 12px;
    color: #adadad;
}

section.resource-signle .related-resources .related-inner .related-resource-wrapper .post-text a h3 {
    font-size: 21px;
    color: #2094b8;
    font-weight: 500;
    text-transform: none;
    line-height: 40px;
}

section.resource-signle .related-resources .related-inner .related-resource-wrapper .post-text a {
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #2094b8;
}



.nav-item {
    display: inline-block;
    margin: 0 7px;
    font-weight: 600;
  color: #000;
      font-size: 15px;
  text-transform: capitalize;
}
.menu-header .nav-item a{
  color: #000;
      font-size: 15px;
  text-transform: capitalize;
}
.nav-item.has-mega { position: relative; cursor: pointer; }
.mega-panel {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.01s linear 0.28s;
  pointer-events: none;
  z-index: 9999;
}
.mega-panel.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
  pointer-events: auto;
}
.mega-inner {max-width: 1200px;margin: 0 auto;display: flex;gap: 30px;padding: 40px 80px;background: #445d63ed;color: #fff;border-top: 4px solid rgba(10,165,194,0.08);}
.mega-col { flex: 1 1 55%; }
.mega-side { flex: 1 1 40%; padding-left: 18px; border-left: 1px solid rgba(255,255,255,0.03); }
.mega-list, .mega-side ul { list-style: none; padding: 0; margin: 0 0 30px; }
.mega-list li, .mega-side li {padding: 4px 0;}
.mega-list li a, .mega-side a {color: #fff;text-decoration: none;display: flex;align-items: center;gap: 8px;font-size: 17px;font-weight: 500;}
.mega-list li a:hover, .mega-side a:hover { color: #fff; transform: translateX(4px); }
@media(max-width:900px){ .mega-inner { flex-direction: column; } .mega-col, .mega-side { width: 100%; padding:0; border-left:none; } }

.mega-panel h3, .mega-panel h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.mega-list li a i, .mega-side a i {
    font-size: 12px;
}

.nav-item i{
    font-size: 14px;
    margin-left:5px;
}
.nav-item i{
    font-size: 14px;
    margin-left:5px;
}

.nav-item.has-mega.open i {
    transform: rotate(180deg);
}

.dnd-section .dnd-column {
    padding: 0;
}
.container-fluid {
    padding: 0;
    overflow: hidden;
}

.row{
    margin-right: 0px !important;
    margin-left: 0px !important;
}
section.project-sub-tab-sec .content-box h2 {
    text-transform: capitalize;
    padding-bottom: 10px;
}

.resource-sec .upper_cont {
    margin-bottom: 40px;
}

section.career-sec li {
    color: #939598;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

section.career-sec ul {
    padding: 0 0 0 20px;
}

p.st-grey-box {
    color: #000000;
    background-color: #e8e8e8;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #c4c4c4;
    display: inline-block;
}


section.project-sub-tab-sec .col-sm-12 {
    padding: 0 0;
}




/*---------------------
HAMBURGER MENU
----------------------*/
.hamburger-menu {
  position: fixed;
  top: 5px;
  left: 5px;
  padding-top: 10px;
  padding-left: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9998;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background: #2094b8;
  display: none;
}

.bar,
.bar:after,
.bar:before {
  width: 30px;
  height: 3px;
}

.bar {
  position: relative;
  transform: translateY(8px);
  background: #fff;
  transition: all 0ms 300ms;
}

.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #fff;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*---------------------
Mobiles Menu 
----------------------*/
/*---------------------
Mobiles Menu - Design 
----------------------*/
.mobile-menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
}

.mobile-menu li:first-child {
  margin-top: 70px;
}

.mobile-menu li:hover {
  background: #CCCCCC;
}

.mobile-menu li a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}

/*---------------------
Mobiles Menu - Slide IN 
----------------------*/
.mobile-menu {
  top: 0;
  max-width: 250px;
  left: -100%;
  width: 100%;
  background: #EBEBEB;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.mobile-menu.active {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

/*---------------------
Mobiles Menu - Dropdown Submenu
----------------------*/
.mobile-menu .has-children:hover {
  cursor: hand;
}

.mobile-menu .children {
  display: none;
}

.mobile-menu .children li:first-child {
  margin-top: 0px;
}

.mobile-menu .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: black;
  top: 5px;
  right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}

.mobile-menu .icon-arrow:after {
  content: "▼";
}

.mobile-menu .icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}