/*
*----------------------------------------------------------------------------------------
Author        : rama hardian sidik
Template Name : Greenpower - Multipurpose Solar Energy Bootstrap Html Template
Version       : 1.0
Filename      : main.css
* ------------------------------------------------------------ ----------- ------
  TABLE OF CONTENT
* ----------------------------------------------------------------------------------------
* 00.COLOR CSS.
* 01.BASE INDEX. 
* 02.BASE INDEX-2.
* 03.BASE INDEX-3.
* 04.GENERAL COMPONENT
    - loadder
    - headder
      - headder page 3
    - navigation 
      - navigation page 3
    - mobile navigation
    - banner
    - footer
* 05.INDEX-1.
    - hero section
    - about section
    - info section
    - gap services
    - counter section
    - testimonial section
    - blog section
* 06.INDEX-2.
    - hero section
    - about section
    - service section
    - gap information section
* 07.INDEX-3.
    - hero section
    - about section
    - service section
    - gap information section
* 08.ABOUT PAGE.
    - service section about page
* 09.CONTACT PAGE.
* 10.TEAM PAGE.
* 11.SERVICES PAGE.
* 12.COMMING SOON PAGE.
* 13.FAQ PAGE.
* 14.BLOG PAGE.
* 15.PRICING PAGE.
* 16.ERROR PAGE.
* 17.PORTFOLIO PAGE.
* 18.PORTFOLIO SINGLE PAGE.
* ----------------------------------------------------------------------------------------
*/

@import url(./vendor/bootstrap/bootstrap.css);
@import url(./vendor/fontawesome/all.min.css);
@import url(./vendor/owlcaraousel/owl.carousel.min.css);
@import url(./vendor/owlcaraousel/owl.theme.default.min.css);
@import url(./vendor/magnific.css);
@import url(./vendor/aos/aos.css);

/*
* ----------------------------------------------------------------------------------------
* 00.COLOR CSS.
* ----------------------------------------------------------------------------------------
*/

:root {
    --dark: #2E3338;
    --white: #fff;
    --grey: #f1f1f1;
    --h-grey: #9B9B9B;
    --grey-soft: rgba(241, 241, 241, .8);
    --dark-soft: rgba(46, 51, 56, .8);
    --orange-soft: rgba(38, 89, 154, .8);
    --h-orange: #94cded;
    --h-blue: #26599a;
}


/*
* ----------------------------------------------------------------------------------------
* 01.BASE INDEX.
* ----------------------------------------------------------------------------------------
*/

* {
    box-sizing: border-box;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: auto;
    color: var(--dark);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background: var(--white);
}

a {
    color: var(--dark);
    cursor: pointer;
}

a:hover {
    color: var(--h-orange);
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--h-grey);
    opacity: .5;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--h-grey);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--h-grey);
}

#mainwrap {
    overflow: hidden;
}

.pad-half {
    padding: 150px 0 100px 0 !important;
}

.pad-full {
    padding: 150px 0 !important;
}

.pad-up {
    padding: 150px 0 0 0 !important;
}

.pad-down {
    padding: 0 0 150px 0 !important;
}

.btn-light {
    padding: 10px 44px 10px 16px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    background: var(--h-orange);
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-light:hover {
    background: var(--dark);
    color: var(--white);
}

.btn-dark {
    position: relative;
    padding: 15px 70px 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    background: var(--white);
    color: var(--dark);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-dark:hover {
    background: var(--dark);
    color: var(--white);
}

.tagline {
    color: var(--h-orange);
}

.h3-tagline {
    font-size: 40px;
    line-height: 1.3;
}

.h3-medium {
    font-size: 20px;
    line-height: 1.3;
}

.h3-small {
    font-size: 18px;
    line-height: 1.5;
}

.h3-big {
    font-size: 30px;
    line-height: 1.3;
}

.we-reg {
    font-weight: 400;
}

.we-med {
    font-weight: 500;
}

.we-bold {
    font-weight: 700;
}

.col-dark {
    color: var(--dark);
}

.col-softdark {
    color: var(--dark-soft);
}

.col-white {
    color: var(--white);
}

.col-orange {
    color: var(--h-orange);
}

.col-grey {
    color: var(--h-grey);
}

.titlemini {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1.3px;
    font-size: 18px;
    z-index: 1;
}

.iconbutton {
    background: var(--h-blue);
    color: var(--white);
    right: 0;
    top: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    display: inline-block;
}

.btn-light .iconbutton {
    padding: 10px;
}

.btn-dark .iconbutton {
    padding: 15px;
}

.p-tagline {
    font-size: 15px;
    line-height: 1.7;
}

.p-tagline--small {
    font-size: 13px;
}

.scrollicon {
    z-index: 1;
    position: absolute;
    width: 13px;
    height: 50px;
    bottom: 20%;
    border-right: 1px dashed var(--dark);
    margin: 10px auto;
    right: 30px;
}

.scrollicon span {
    writing-mode: vertical-rl;
    position: absolute;
    height: 200px;
    color: var(--dark);
    right: -10px;
    top: -130px;
}

.overlapcontent {
    padding: 30px 15px 30px 15px;
    background-color: var(--h-orange);
    position: absolute;
    right: -30px;
    bottom: 50px;
    max-width: 50%;
    border-radius: 5px;
}

.overlapcontent p {
    font-weight: 500;
}

.overlapcontent i {
    font-size: 35px;
    flex: 2;
    padding-right: 30px;
}

.itemlink.active {
    color: var(--h-orange);
}

.subactive {
    background: var(--h-orange);
    color: var(--white) !important;
}

#navigationmain .listnavigation li.has-child ul.submenu li:last-child .subactive {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.scroll-top {
    z-index: 3;
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    bottom: 23px;
    right: 23px;
    padding: 0;
    overflow: hidden;
    outline: 0;
    border: none;
    border-radius: 10px;
    background: var(--h-orange);
    transition: all .3s;
    box-shadow: 0px 3px 15px 0 rgba(13, 42, 60, 0.1);
}

.scroll-top:hover {
    background: var(--dark);
}

.scroll-top i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 0;
    border-radius: 100%;
    color: var(--dark);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.scroll-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-top:hover {
    background: var(--dark);
}

.scroll-top:hover i {
    color: var(--white);
}

.show {
    width: 56px;
    height: 56px;
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 99 !important;
}

.fixi {
    position: fixed;
    width: 100%;
    background: var(--white);
    z-index: 99 !important;
    padding: 20px 0 5px 0;
    box-shadow: 0px 3px 15px 0 rgba(13, 42, 60, 0.1);
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    text-decoration: none;
    font-size: 30px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--white);
    border-radius: 50%;
    animation: pulse 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--white);
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button i {
    display: block;
    position: absolute;
    z-index: 3;
    width: 0;
    top: 30%;
    height: 0;
}

em {
    display: block;
    padding: 3px 0 10px 0;
    color: red;
}

.reveal {
    overflow: hidden;
    display: inline-block;
}

.reveal__content {
    display: block;
    transform: translateY(100%);
    animation: revealtext 1.7s cubic-bezier(1, 0, 0.3, 0.9) forwards;
}

.reveal:nth-child(2) .reveal__content {
    animation-delay: 0.6s;
}

.reveal:nth-child(3) .reveal__content {
    animation-delay: 1.2s;
}

@keyframes revealtext {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 02.BASE INDEX-2.
* ----------------------------------------------------------------------------------------
*/

.nav-style-2 ul li a {
    color: var(--white);
}

.nav-style-2 ul li a:hover {
    color: var(--h-orange);
}

.nav-style-2 ul li.has-child:after {
    color: var(--white) !important;
}

.fixi .nav-style-2 ul li a {
    color: var(--dark);
}

.fixi .nav-style-2 ul li.has-child:after {
    color: var(--dark) !important;
}

.border-btn--light {
    border: 2px solid var(--h-orange);
}

a.btn-dark-style-2 {
    border-radius: 100px;
    padding: 15px 40px;
    font-size: 18px;
    display: inline-block;
    background: var(--h-orange);
    text-decoration: none;
}

a.btn-light-style-2 {
    border-radius: 100px;
    padding: 8px 30px;
    font-size: 15px;
    color: var(--h-orange);
    display: inline-block;
    text-decoration: none;
    position: relative;
}

a.btn-dark-style-2:hover {
    color: var(--white);
}

a.btn-light-style-2:hover {
    color: var(--white);
    background: var(--h-orange);
}

a.btn-dark-style-3 {
    border-radius: 0;
    padding: 15px 40px;
    font-size: 18px;
    display: inline-block;
    background: var(--h-orange);
    text-decoration: none;
}

a.btn-light-style-3 {
    border-radius: 0;
    padding: 8px 30px;
    font-size: 15px;
    color: var(--h-orange);
    display: inline-block;
    text-decoration: none;
    position: relative;
}

a.btn-dark-style-3:hover {
    color: var(--white);
}

a.btn-light-style-3:hover {
    color: var(--white);
    background: var(--h-orange);
}

.h1-style-2 {
    font-size: 60px;
}

.overlap-content--section {
    position: relative;
    top: -60px;
    padding: 30px 0;
    border-radius: 10px;
    background: var(--white);
    box-shadow: 0px 10px 15px 0px rgba(155, 154, 154, 0.2);
}

.videoplaybutton-style-2 {
    position: relative;
    z-index: 10;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    text-decoration: none;
    font-size: 30px;
    margin: 0 auto;
}

.videoplaybutton-style-2:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--white);
    border-radius: 50%;
    animation: pulse 1500ms ease-out infinite;
}

.videoplaybutton-style-2:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--white);
    border-radius: 50%;
    transition: all 200ms;
}

.videoplaybutton-style-2 i {
    display: block;
    position: absolute;
    z-index: 3;
    width: 0;
    top: 30%;
    height: 0;
}


/* media query */

@media screen and (max-width: 1280px) {
    .overlapcontent {
        max-width: 80%;
    }
}

@media screen and (max-width: 999px) {
    body.active {
        position: fixed;
    }
    body.active #headdermain {
        position: fixed;
        width: 100%;
        z-index: 9;
    }
    .overlapcontent {
        left: 0;
        border-radius: 0;
        max-width: 70%;
        bottom: 0;
    }
}

@media screen and (max-width:680px) {
    .titlemini {
        font-size: 13px;
    }
    .h3-tagline {
        font-size: 25px;
    }
    .h3-medium {
        font-size: 18px;
    }
    .h3-big {
        font-size: 20px;
    }
    .h1-style-2 {
        font-size: 40px;
    }
    .h1-style-3 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
}


/* animation */

@keyframes pulse {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.GENERAL COMPONENT
    - loadder
* ----------------------------------------------------------------------------------------
*/

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--white);
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.loaderme {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    font-size: 10px;
    text-indent: -12345px;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    border: 3px solid var(--grey-soft);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.loaderme span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
    border-top: 3px solid var(--h-orange);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/* animation */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.GENERAL COMPONENT
    - headder
* ----------------------------------------------------------------------------------------
*/

#headdermain {
    padding: 20px 0;
    transition: all .3s;
}

.brandlogo {
    display: inline-block;
    position: relative;
    z-index: 5;
}

.brandlogo img {
    width: 100%;
}


/*
* ----------------------------------------------------------------------------------------
* 03.GENERAL COMPONENT
    - headder
      - headder page 3
* ----------------------------------------------------------------------------------------
*/

.headerstyle-3 {
    padding: 10px 30px;
    background: var(--white);
    border-radius: 10px;
}

#headdermain.headerstyle-3 .brandlogo {
    display: inline-block;
    position: relative;
    z-index: 5;
    background: var(--h-orange);
    padding: 30px;
}

#headdermain.headerstyle-3 .brandlogo img {
    width: 100%;
}


/* media query */

@media (max-width: 999px) {
    .headerstyle-3 {
        padding: 10px 20px;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.GENERAL COMPONENT
    - navigation
      - navigation page 3
* ----------------------------------------------------------------------------------------
*/

.nav-style-3 {
    padding: 0 0;
}


/*
* ----------------------------------------------------------------------------------------
* 03.GENERAL COMPONENT
    - navigation
* ----------------------------------------------------------------------------------------
*/

#navigationmain .listnavigation {
    padding: 0;
    margin: 0;
}

#navigationmain .listnavigation li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

#navigationmain .listnavigation li>a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0px 0 10px 0;
}

#navigationmain .listnavigation li.has-child:after {
    font-family: FontAwesome;
    content: "\f078";
    color: var(--dark);
    padding-left: 5px;
    font-size: 8px;
    position: relative;
    top: -2px;
}

#navigationmain .listnavigation li.has-child ul.submenu {
    padding: 0;
    width: 180px;
    height: auto;
    position: absolute;
    left: 0px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--white);
    box-shadow: 0px 10px 15px 0px rgba(155, 154, 154, 0.2);
}


/*
    #navigationmain .listnavigation li.has-child ul.submenu:before {
        content: '';
        position: absolute;
        height: 10px;
        width: 10px;
        transform: rotate(45deg);
        background-color: var(--white);
        border-right: none;
        border-bottom: none;
        top: -6px;
        left: 16px;
    }
    */

#navigationmain .listnavigation li.has-child ul.submenu li {
    margin: 0 !important;
    width: 100%;
    border-bottom: 1px solid rgba(155, 154, 154, 0.1);
    color: var(--dark);
}

#navigationmain .listnavigation li.has-child ul.submenu li a {
    width: 100%;
    color: var(--dark);
    display: inline-block;
    padding: 10px 0 10px 15px;
}

#navigationmain .listnavigation li.has-child ul.submenu li:last-child {
    border-bottom: none;
}

#navigationmain .listnavigation li.has-child ul.submenu li a:hover {
    background: var(--h-orange);
    color: var(--white) !important;
}

#navigationmain .listnavigation li.has-child ul.submenu li:last-child a:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#navigationmain .listnavigation li.has-child:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
}


/*
* ----------------------------------------------------------------------------------------
* 03.GENERAL COMPONENT
    - navigation mobile
* ----------------------------------------------------------------------------------------
*/

.navicon {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 0;
    height: 0;
    padding: 23px 30px;
    cursor: pointer;
    text-align: center;
    z-index: 9;
    border-radius: 5px;
    background: var(--h-orange);
}

.navicon__bar {
    left: 25%;
    top: 21px;
    position: absolute;
}

.navicon__bar:before,
.navicon__bar:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: var(--dark);
}

.navicon:hover .navicon__bar:before,
.navicon:hover .navicon__bar:after {
    background: var(--dark);
}

.navicon__bar:before {
    transform: rotate(0deg) translate(0px, -4px);
}

.navicon__bar:after {
    transform: rotate(0deg) translate(0px, 4px);
}

.navicon.active .navicon__bar:before {
    transform: rotate(-45deg) translate(0px, 0px);
}

.navicon.active .navicon__bar:after {
    transform: rotate(45deg) translate(0px, 0px);
}

.navicon.active:hover .navicon__bar .navicon__bar:before {
    transform: rotate(0deg) translate(0px, 0px);
}

.navicon.active:hover .navicon__bar .navicon__bar:after {
    transform: rotate(0deg) translate(0px, 0px);
}

.menu-mobile {
    position: fixed;
    width: 100%;
    display: none;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
    background: var(--white);
}

.wrap-navimobile {
    height: 100%;
    padding: 0 30px 150px 30px;
    overflow-x: auto;
}

.wrap-navimobile .listnavmobile {
    padding-left: 0;
}

.wrap-navimobile .listnavmobile li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.wrap-navimobile .listnavmobile li a {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--dark);
    text-decoration: none;
}

.wrap-navimobile .listnavmobile li a:hover {
    text-decoration: none;
    color: var(--h-orange);
}

.submenulink-mobile i {
    position: absolute;
    font-size: 13px;
    right: 0;
    top: 10px;
    z-index: -1;
}

.submenulink-mobile>a.dropmenu {
    display: block;
    position: relative;
    cursor: pointer;
}

.dropdownopen {
    padding-bottom: 20px;
}

.submenulink-mobile a.dropmenu>span {
    position: absolute;
    right: 0;
}

.submenu-mobile {
    display: none;
    padding: 10px 0;
}

.submenu-mobile>li {
    border-bottom: none !important;
}

.submenu-mobile>li a {
    font-size: 15px !important;
}

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

.submenulink-mobile.opensubmenu a[class=dropmenu] {
    color: var(--h-orange) !important;
    opacity: 1;
}

.submenulink-mobile.opensubmenu ul[class=submenu-mobile] {
    display: block !important;
}


/* media query */

@media (max-width: 999px) {
    .menu-mobile.active {
        display: block;
        padding: 100px 0 0 0;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.GENERAL COMPONENT
    - navigation mobile
      - navigation mobile 3
* ----------------------------------------------------------------------------------------
*/

.headerstyle-3 .navicon {
    right: 0;
    top: -4px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.menu-mobile.style-3 {
    border-top: 5px solid var(--h-orange);
}


/*
* ----------------------------------------------------------------------------------------
* 03.GENERAL COMPONENT
    - banner
* ----------------------------------------------------------------------------------------
*/

#bannersection {
    height: auto;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding: 200px 0;
}

#bannersection:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--grey-soft);
}

.bannertitle {
    position: relative;
    height: 100px;
    z-index: 1;
}


/*
* ----------------------------------------------------------------------------------------
* 03.GENERAL COMPONENT
    - footer
* ----------------------------------------------------------------------------------------
*/

#footermain {
    background: var(--white);
    padding: 0 0 20px;
}

.overlapsection {
    position: relative;
    top: -60px;
    padding: 30px 0;
    border-radius: 10px;
    background: var(--h-orange);
}

.contactfooter {
    padding: 0 30px 0 90px;
    position: relative;
}

.contactfooter i {
    font-size: 30px;
    left: 30px;
    top: 10px;
    position: absolute;
}

.contactfooter--detail p {
    margin: 5px 0;
}

.contactfooter--detail-info {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
}

.footerblock h3 {
    font-size: 16px;
}

.footerblock .listlink {
    padding: 0;
    margin: 30px 0;
}

.footerblock .listlink li {
    list-style: none;
    margin: 10px 0;
}

.footerblock .listlink li a {
    text-decoration: none;
    font-weight: 500;
}

.formfooter {
    position: relative;
}

.inputform {
    height: 50px;
    width: 280px;
    border: none;
    background: var(--grey);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 20px;
}

.inputform:focus-visible {
    outline: none;
}

button {
    border: none;
}

.btn-light,
.btn-light:focus-visible,
.btn-dark:focus-visible {
    outline: none;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    background: var(--h-orange);
}

.formrequired {
    color: red;
}

.input-form {
    width: 100%;
    height: 30px;
    border: 2px solid var(--grey);
    padding: 20px 10px;
}

.input-form:focus-visible {
    outline: none;
}

.input-form:focus {
    border: 2px solid var(--h-orange);
}

.comentarea {
    height: 100px;
}

#submitsub {
    background: var(--h-orange);
    border: none;
    width: 50px;
    position: absolute;
    height: 50px;
    font-size: 20px;
    right: 20px;
    top: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sosmedlist {
    padding: 0;
    margin: 20px 0;
}

.sosmedlist li {
    list-style: none;
    margin: 0 20px;
    display: inline-block;
}

.sosmedlist li:first-child {
    margin-left: 0;
}

.sosmedlist li:last-child {
    margin-right: 0;
}

.sosmedlist li a {
    font-size: 20px;
}

@media screen and (max-width: 999px) {
    #footermain {
        padding: 6px;
    }
    .contactfooter {
        padding: 0 10px 0 90px;
    }
    .formfooter .inputform {
        width: 90%;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 04.INDEX-1.
    - hero section
* ----------------------------------------------------------------------------------------
*/

.wrap-hero {
    padding: 100px 0;
}

.herowrap {
    position: relative;
}

#heroslide {
    width: 100%;
    height: 100%;
}

.heroslide--items {
    width: 100%;
    height: 800px;
}

#heroslide .owl-item .heroslide--items {
    position: relative;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    transform-origin: 0% 50%;
    transition: transform 15s ease-in-out;
}

#heroslide .owl-item.active .heroslide--items {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.heroslide-nav {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 50%;
    height: 100px;
}

.heroslide-nav button {
    width: 25%;
    height: 100%;
    font-size: 20px;
    border: none;
    background: var(--h-orange);
}

.bottomfooter {
    padding: 10px 0;
    border-top: 2px solid var(--dark);
}

.heroslide-nav button:hover {
    background: var(--dark);
    color: var(--white);
}


/* media query */

@media screen and (max-width: 1280px) {
    .heroslide--items {
        height: 500px;
    }
}

@media screen and (max-width: 999px) {
    .heroslide--items {
        background-position: 80% !important;
    }
    .heroslide-nav {
        width: 50%;
        height: 80px;
    }
    .heroslide-nav button {
        width: 50%;
    }
    .bottomfooter {
        padding: 10px 0;
        border-top: none;
    }
    .lineborder-one {
        border-top: 2px solid var(--dark);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 04.INDEX-1.
    - about section
* ----------------------------------------------------------------------------------------
*/

#aboutsection {
    background: var(--h-orange);
}

.about-img {
    width: 100%;
    height: 400px;
    position: relative;
}

.item-inside {
    position: relative;
}

.line-inside {
    width: 100%;
    position: absolute;
    top: 0;
    display: block;
    height: 3px;
    background: var(--dark);
}

.item-inside h3 {
    font-size: 17px;
}

.item-inside i {
    font-size: 25px;
}

.item-inside:hover {
    background: var(--white);
}

#aboutslider.owl-theme .owl-dots {
    text-align: left;
}

#aboutslider .owl-stage-outer {
    margin: 0 0 50px 0;
}

#aboutslider.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 20px 0;
}

#aboutslider.owl-theme .owl-dots .owl-dot span {
    height: 5px;
    width: 20px !important;
    background: var(--dark);
    margin: 0 10px;
}

#aboutslider.owl-theme .owl-dots .owl-dot.active span {
    background: var(--dark);
    opacity: .3;
}

#aboutslider.owl-theme .owl-dots .owl-dot span:hover {
    background: var(--dark);
    opacity: .3;
}

.titlebottom {
    position: absolute;
    display: inline-block;
    right: 30px;
    bottom: 5px;
    z-index: 1;
}

.titlebottom a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    text-decoration: none;
}

.titlebottom a:hover {
    color: var(--white);
}


/* media query */

@media screen and (max-width: 999px) {
    #aboutslider.owl-theme .owl-dots {
        text-align: center;
    }
    .titlebottom {
        position: relative;
        display: block;
        right: 0;
        width: 100%;
        text-align: center;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 04.INDEX-1.
    - info section
* ----------------------------------------------------------------------------------------
*/

.wrappicinfo {
    width: 100%;
    height: 400px;
    padding: 20px;
    position: relative;
}

.infotag {
    background: var(--h-orange);
    padding: 30px;
    position: absolute;
    right: -10px;
    top: 50%;
}

.infotag i {
    font-size: 30px;
}


/*
* ----------------------------------------------------------------------------------------
* 05.INDEX-1.
    - gap services
* ----------------------------------------------------------------------------------------
*/

#gapsection {
    background: var(--grey);
}

.wrap-service {
    padding: 0 0 20px 0;
    background: var(--white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 3px 15px 0 rgba(13, 42, 60, 0.1);
}

.innerservice {
    display: flex;
    position: relative;
}

.innerservice:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: var(--h-orange);
    right: 0;
}

.innerservice h3 {
    flex: 2;
}

.innerservice i {
    font-size: 35px;
    text-align: center;
    padding: 25px 0;
    width: 80px;
    height: 80px;
    background: var(--h-orange);
}

.innerservice--info {
    padding: 0;
}

.innerservice--info li {
    position: relative;
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
}

.innerservice--info li i {
    font-size: 18px;
    position: absolute;
    color: var(--h-orange);
    left: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 05.INDEX-1.
    - counter section
* ----------------------------------------------------------------------------------------
*/

.wrapcount {
    height: auto;
    padding: 100px 0;
    position: relative;
}

.wrapcount:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(13, 42, 60, .8);
}

.innercount {
    position: relative;
    z-index: 1;
    color: var(--white);
}

.boxcounter {
    position: relative;
    z-index: 3;
}

.counter {
    font-size: 30px;
    font-weight: 700;
}

.itemcounter {
    border: 3px solid var(--white);
    padding: 20px;
    position: relative;
    color: var(--white);
    z-index: 1;
    margin: 10px;
}

.itemcounter p {
    font-size: 20px;
}


/* media query */

@media screen and (max-width: 999px) {
    .itemcounter {
        margin: 10px 0;
    }
}


/* media query */

@media screen and (max-width: 999px) {
    #partnerslide img {
        width: 100%;
        margin: 0 auto;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 04.INDEX-1.
    - testimonial section
* ----------------------------------------------------------------------------------------
*/

#testimonialsection {
    position: relative;
}

#testimonialsection:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--orange-soft);
}

.quote-text {
    position: relative;
}

#testimonialslide.owl-theme .owl-dots .owl-dot span {
    height: 5px;
    width: 20px !important;
    background: var(--dark);
    margin: 0 10px;
}

#testimonialslide.owl-theme .owl-dots .owl-dot.active span {
    background: var(--dark);
    opacity: .3;
}

#testimonialslide.owl-theme .owl-dots .owl-dot span:hover {
    background: var(--dark);
    opacity: .3;
}

.innertesti .p-tagline {
    font-weight: 700;
}

.innertesti i {
    font-size: 50px;
}

@media screen and (max-width: 999px) {
    .innertesti .p-tagline {
        font-size: 13px;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 04.INDEX-1.
    - blog section
* ----------------------------------------------------------------------------------------
*/

#blogsection {
    background: var(--grey-soft);
}

.wrapblog {
    box-shadow: 0px 3px 15px 0 rgba(13, 42, 60, 0.1);
    cursor: pointer;
    position: relative;
}

.wrapblog:after {
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 50px;
    background-color: var(--h-orange);
}

.wrapblog--category {
    position: absolute;
    text-align: center;
    background: #ebab2b;
    padding: 5px 20px;
    border-radius: 10px;
    left: 10px;
    top: 10px;
    font-weight: 700;
    z-index: 1;
}

.wrapinnerblog {
    padding: 20px 0 0 0;
    background: var(--white);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.wrapblog-img {
    height: 150px;
}

.wrapblog--user {
    display: flex;
    padding: 0 20px;
}

.wrapblog--user .imgpoto {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-top: 10px;
    position: relative;
}

.wrapblog--user p {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 15px;
    font-weight: 700;
}

.wrapblog--detail {
    padding: 20px 20px;
}

.wrapblog--detail p {
    overflow: hidden;
    max-height: 8rem;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    /* exactly three lines */
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wrapblogupper {
    overflow: hidden;
}

.wrapblog-img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wrapblog:hover .wrapblog-img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 999px) {
    .wrapblog-img {
        height: 250px;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 05.INDEX-2.
    - hero section
* ----------------------------------------------------------------------------------------
*/

#herosection-2 {
    position: relative;
}

.bg-img {
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100%;
    animation: move 40s ease;
    /* Add infinite to loop. */
    -ms-animation: move 40s ease;
    -webkit-animation: move 40s ease;
    -0-animation: move 40s ease;
    -moz-animation: move 40s ease;
}

#partnerslide--overlap img {
    width: 50%;
    margin: 0 auto;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */
        -webkit-transform: scale(1.0);
        /* Safari and Chrome */
        -o-transform: scale(1.0);
        /* Opera */
        -moz-transform: scale(1.0);
        /* Firefox */
    }
    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */
        -webkit-transform: scale(1.2);
        /* Safari and Chrome */
        -o-transform: scale(1.2);
        /* Opera */
        -moz-transform: scale(1.2);
        /* Firefox */
    }
}


/* media query */

@media screen and (max-width: 999px) {
    #partnerslide--overlap img {
        width: 50%;
        margin: 0 auto;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 05.INDEX-2.
    - about section
* ----------------------------------------------------------------------------------------
*/

.overlap-content--section {
    position: relative;
    z-index: 1;
}

.wrapabout-style-2 {
    position: relative;
}

.wrapabout-style-2:after {
    content: '';
    width: 400px;
    height: 100%;
    background: var(--grey);
    position: absolute;
    left: 0;
    top: 0;
}

.aboutpoto-style-2 {
    height: 350px;
}

.wrapinfo-style-2 {
    position: relative;
    z-index: 1;
}

.about-style-2 {
    position: relative;
    z-index: 1;
}


/* media query */

@media screen and (max-width: 999px) {
    .wrapabout-style-2:after {
        display: none;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 05.INDEX-2.
    - service section
* ----------------------------------------------------------------------------------------
*/

#service-style-2 {
    position: relative;
    background: linear-gradient(#fff, rgba(255, 255, 255, .9), rgba(255, 255, 255, .8), #fff), url(../asset/hero/9.jpg) no-repeat center;
    background-size: cover;
}

#service-style-2:after {
    content: '';
    width: 400px;
    height: 100%;
    background: var(--grey);
    position: absolute;
    right: 0;
    top: 0;
}

.wrapservice-style-2 {
    position: relative;
    z-index: 1;
    top: 0;
    padding: 50px 30px 50px 20px;
    border-radius: 10px;
    transition: all .3s;
    background: var(--white);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11);
}

.wrapservice-style-2 i {
    font-size: 30px;
}

.wrapservice-style-2 p:last-child {
    margin: 0;
}

.wrapservice-style-2:hover {
    background: var(--h-orange);
    color: var(--white);
    top: -10px;
}

.wrapservice-style-2:hover i {
    color: var(--white);
}

.wrapservice-style-2:hover p {
    color: var(--white) !important;
}

.wrapservice-style-2:hover p:last-child {
    color: var(--white) !important;
}


/* media query */

@media screen and (max-width: 999px) {
    #service-style-2 {
        background: none;
    }
    #service-style-2:after {
        width: 100%;
        z-index: -1;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 05.INDEX-2.
    - gap information section
* ----------------------------------------------------------------------------------------
*/

#gapinformation-style-2 {
    position: relative;
}

#gapinformation-style-2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--orange-soft);
}

#blogsection-style-2 {
    position: relative;
}

#blogsection-style-2:after {
    content: '';
    position: absolute;
    background: var(--grey);
    height: 600px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.wrapblog-style-2 {
    box-shadow: 0px 3px 15px 0 rgba(13, 42, 60, 0.1);
    background: var(--white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
}

.blogpost-style-2 {
    position: relative;
}

.post-header {
    width: 100%;
    height: 200px;
}

.post-content {
    padding: 20px 30px;
}

.post-content p {
    overflow: hidden;
    max-height: 5rem;
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    /* exactly three lines */
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* media query */

@media screen and (max-width: 999px) {
    #blogsection-style-2:after {
        width: 100%;
        z-index: -1;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 05.INDEX-3.
    - hero section
* ----------------------------------------------------------------------------------------
*/

#herosection-3 {
    position: relative;
    z-index: 1;
    border-bottom-right-radius: 100px;
}

#herosection-3:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--dark);
    opacity: .6;
    left: 0;
    top: 0;
    z-index: -1;
    border-bottom-right-radius: 100px;
}

.h1-style-3 {
    font-size: 50px;
    line-height: 70px;
}


/*
* ----------------------------------------------------------------------------------------
* 05.INDEX-3.
    - about section
* ----------------------------------------------------------------------------------------
*/

.aboutpoto-style-3 {
    height: 450px;
    border-bottom-right-radius: 100px;
    position: relative;
}

.overlapcontent-3 {
    padding: 30px;
    background-color: var(--h-orange);
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 50%;
    border-radius: 5px;
    transform: translate(-50%, 50%);
}

.overlapcontent-3 p {
    font-weight: 500;
}

.overlapcontent-3 i {
    font-size: 60px;
    padding-right: 30px;
}


/* media query */

@media screen and (max-width: 999px) {
    .overlapcontent-3 {
        width: 90%;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 05.INDEX-3.
    - service section
* ----------------------------------------------------------------------------------------
*/

.wrapinner-service {
    background: var(--grey-soft);
    padding: 50px 30px;
    position: relative;
}

.wrapinner-service i {
    padding: 25px;
    width: 100px;
    line-height: 45px;
    height: 100px;
    font-size: 35px;
    border: 3px solid;
    border-radius: 100px;
}

.btnservice-3 {
    position: absolute;
    left: 50%;
    bottom: 1px;
    border-radius: 5px;
    transform: translate(-50%, 50%);
}

.ornament-1 {
    position: absolute;
    right: 0;
}


/* media query */

@media screen and (max-width: 1280px) {
    a.btn-dark-style-3.btnservice-3 {
        padding: 15px 23px;
        font-size: 15px;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 05.INDEX-3.
    - testimonial section
* ----------------------------------------------------------------------------------------
*/

#testimonialsection-3 {
    border-top-right-radius: 100px;
}

#testimonialsection-3:after {
    border-top-right-radius: 100px;
}

.innertesti-3 {
    padding: 0 25px;
}

.innertesti-3 img {
    width: 130px !important;
    margin: 0 auto;
}

.innertesti-3 h3 {
    color: var(--white);
    line-height: 1.7;
}

.innertesti-3 p {
    color: var(--white);
}

.innertesti-3 span {
    color: var(--dark);
}

#testimonialsection-3 {
    position: relative;
}

#testimonialsection-3:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60, 174, 154, .9);
}

#testimonialsection-3 .innertesti-3 {
    opacity: .1;
    transition: all .3s;
}

#testimonialsection-3 .owl-item.active.center .innertesti-3 {
    opacity: 1;
}

.navigationslide {
    position: absolute;
    z-index: 9;
    top: 50%;
    width: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.navigationslide i {
    width: 80px;
    height: 80px;
    background: var(--orange-soft);
    border-radius: 0;
    font-size: 30px;
    line-height: 80px;
}

.navigationslide .prevslide {
    width: 20%;
    text-align: center;
    float: left;
    cursor: pointer;
}

.navigationslide .nextslide {
    width: 20%;
    text-align: center;
    float: right;
    cursor: pointer;
}


/* media query */

@media screen and (max-width: 999px) {
    .navigationslide {
        display: none;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 06.ABOUT PAGE.
* ----------------------------------------------------------------------------------------
*/

.aboutwrapimg {
    width: 100%;
    height: 500px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.col-aboutwrap {
    display: flex;
}

.col-about {
    width: 50%;
    flex: 2;
}

.infoaboutmini {
    padding: 30px;
    border-radius: 10px;
    position: relative;
    background: var(--grey-soft);
}

.infoaboutmini i {
    font-size: 20px;
    flex: 1;
    background: var(--h-orange);
    left: 20px;
    top: 20px;
    margin-right: 30px;
    width: 50px;
    border-radius: 10px;
    padding: 16px 0;
    text-align: center;
    height: 50px;
}

.inneraboutmini {
    flex: 6;
}


/* media query */

@media screen and (max-width: 999px) {
    .col-aboutwrap {
        display: block;
    }
    .col-about {
        width: 100%;
        flex: unset;
    }
    .infoaboutmini i {
        margin-right: 0;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 06.ABOUT PAGE.
    - service section about page
* ----------------------------------------------------------------------------------------
*/

#serviceaboutpage {
    position: relative;
}

#serviceaboutpage:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(13, 42, 60, .8);
}

.innerservice--about,
.innerservice--item {
    position: relative;
    z-index: 1;
    color: var(--white);
}

.innerservice--item {
    padding: 50px 30px;
}

.innerservice--item i.icon-service {
    font-size: 50px;
}

.border-line {
    padding: 0;
    position: relative;
    z-index: 1;
    border: 2px solid rgba(255, 255, 255, .3);
}

.border-line:nth-child(4) {
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.border-line:nth-child(5) {
    border-bottom: none;
}

.border-line:nth-child(6) {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.border-line:nth-child(7) {
    border: none;
}

.big-overlap {
    background: var(--h-orange);
    padding: 30px;
}


/* media query */

@media screen and (max-width: 999px) {
    .border-line {
        padding: 20px;
        border-top: 2px solid rgba(255, 255, 255, .3);
        border-right: none;
        border-left: none;
        border-bottom: none;
    }
    .border-line:nth-child(3) {
        border-top: none;
    }
    .border-line:nth-child(6) {
        border-top: 2px solid rgba(255, 255, 255, .3);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 07.CONTACT PAGE.
* ----------------------------------------------------------------------------------------
*/

.mapcontact img {
    width: 100%;
}

.contact-info {
    padding: 20px;
    background: var(--grey-soft);
}

.icon-dot {
    font-size: 30px;
    margin-bottom: 33px;
    display: inline-block;
    color: var(--dark);
    height: 65px;
    width: 65px;
    line-height: 65px;
    background-color: var(--h-orange);
    text-align: center;
    border-radius: 10px;
}


/*
* ----------------------------------------------------------------------------------------
* 08.TEAM PAGE.
* ----------------------------------------------------------------------------------------
*/

.singleteam {
    height: 300px;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.teamwrap:hover .teamdetail {
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11);
}

.teamsocial-icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.teamsocial-icon i {
    padding: 15px;
    color: var(--white);
    font-size: 18px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    will-change: transform;
}

.singleteam img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.teamwrap:hover .singleteam img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.teamwrap:hover .teamsocial-icon i {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.teamsocial-icon a:hover i {
    color: var(--h-orange);
}

.teamwrap .singleteam:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    background: var(--dark-soft);
    transition: all .3s;
}

.teamwrap:hover .singleteam:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 1;
    background: var(--dark-soft);
}

@media screen and (max-width: 999px) {
    .singleteam {
        height: auto;
    }
    .singleteam img {
        width: 100%;
        height: 100%;
        object-fit: unset;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 09.SERVICES PAGE.
* ----------------------------------------------------------------------------------------
*/

#ourproces {
    background: var(--grey);
}

.innerservice-style-1 {
    padding: 30px 20px 20px 30px;
    background: var(--white);
    width: 75%;
    position: absolute;
    bottom: 30px;
    left: 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 15px 0 rgba(13, 42, 60, 0.1);
}

.innerservice-style-1 i {
    color: var(--h-orange);
    text-align: center;
    font-size: 50px;
    border-radius: 10px;
}

.innerservice-style-2 {
    padding: 30px 20px 20px 30px;
    background: var(--white);
    width: 50%;
    position: absolute;
    bottom: 30px;
    left: 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 15px 0 rgba(13, 42, 60, 0.1);
}

.innerservice-style-2 i {
    color: var(--h-orange);
    text-align: center;
    font-size: 50px;
    border-radius: 10px;
}

.numberservice {
    display: inline-block;
    font-size: 50px;
    color: var(--grey-soft);
    position: absolute;
    right: 30px;
    top: 20px;
}

#servicesslide.owl-theme .owl-dots .owl-dot span {
    height: 5px;
    width: 20px !important;
    background: var(--dark);
    margin: 0 10px;
    opacity: .3;
}

#servicesslide.owl-theme .owl-dots {
    padding: 20px 0;
    text-align: start;
}

#servicesslide.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}

@media screen and (max-width: 999px) {
    .innerservice-style-2 {
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media screen and (max-width: 999px) {
    .innerservice-style-1 {
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 10.COMMING SOON PAGE.
* ----------------------------------------------------------------------------------------
*/

#commingsoon {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 150px 0;
    min-height: 635px;
    position: relative;
}

#commingsoon:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--dark-soft);
    left: 0;
    top: 0;
}

.timerwrap {
    position: relative;
    z-index: 1;
    color: var(--white);
}

.wraptimers {
    padding: 0;
}

.wraptimers li {
    display: inline-block;
}

.wraptimers li:last-child {
    border-right: none;
}

.wraptimers li div {
    font-size: 25px !important;
    margin: 0 10px;
    text-align: center;
    background: var(--h-orange);
    width: 100px;
    height: 100px;
    padding: 20px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.wraptimers li div span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1.5px;
}

.commingsoonfrom {
    position: relative;
}

.commingsoonfrom .inputform {
    border-radius: 10px;
}

.subcomming {
    right: 0 !important;
    width: 70px !important;
}

@media screen and (max-width: 999px) {
    .wraptimers li div {
        font-size: 20px !important;
        margin: 0 20px;
        height: 80px;
        padding: 20px 0;
        width: 80px;
    }
    .wraptimers li div span {
        font-size: 13px;
    }
}

@media screen and (max-width: 699px) {
    .wraptimers li div {
        font-size: 15px !important;
        margin: 0 5px;
        width: 80px;
    }
    .wraptimers li div span {
        font-size: 10px;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 11.FAQ PAGE.
* ----------------------------------------------------------------------------------------
*/

.accordion {
    padding: 0;
}

.accordion li {
    list-style: none;
    margin: 20px 0;
}

.accordion-title {
    position: relative;
    padding: 20px 70px 20px 20px;
    transition: all .3s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-title.actives {
    background: var(--dark);
    color: var(--white);
}

.actives .indicator {
    background: var(--dark);
    color: var(--white);
}

.indicator {
    border-top-right-radius: 10px;
    background: var(--dark);
    padding: 0;
    width: 70px;
    color: var(--white);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion-title {
    background: var(--h-orange);
}

.accordion-title i {
    position: absolute;
    left: 30%;
    font-size: 30px;
    line-height: 1.2;
    transform: rotate(0);
    top: 25%;
}

.accordion-title.actives i {
    transform: rotate(225deg);
}

.accordion-content {
    display: none;
    padding: 30px 20px 20px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .11);
}

.accordion-title.actives .accordion-content {
    border-top: 1px solid var(--grey);
}


/*
* ----------------------------------------------------------------------------------------
* 12.BLOG PAGE.
* ----------------------------------------------------------------------------------------
*/

.paginationlist {
    padding: 0;
}

.paginationlist li {
    display: inline-block;
    position: relative;
    list-style: none;
    margin: 0 5px;
}

.paginationlist li a {
    text-decoration: none;
}

.paginationlist li a:hover .pageitem {
    background: var(--dark);
    color: var(--white);
}

.paginationlist li a .pageitem {
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 10px;
    background: var(--h-orange);
}


/*
* ----------------------------------------------------------------------------------------
* 13.PRICING PAGE.
* ----------------------------------------------------------------------------------------
*/

.innerpricing {
    box-shadow: 0px 5px 83px rgba(40, 40, 40, 0.11);
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.innerpricing:after {
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    background-color: var(--h-orange);
}

.innerpricing .innerbody {
    padding: 30px 30px 50px 30px;
}

.titleplan {
    padding: 50px 30px 20px 30px;
    border-bottom: 1px solid var(--grey);
}

.bodyplan span {
    font-size: 13px;
}


/*
* ----------------------------------------------------------------------------------------
* 14.ERROR PAGE.
* ----------------------------------------------------------------------------------------
*/

.errorcontent h3 {
    font-size: 150px;
}


/*
* ----------------------------------------------------------------------------------------
* 15.PORTFOLIO PAGE.
* ----------------------------------------------------------------------------------------
*/

.filter {
    padding: 0;
}

.filter li {
    list-style: none;
    display: inline-block;
    font-size: 19px;
    padding: 5px;
    cursor: pointer;
}

.filter li:after {
    display: inline-block;
    content: "-";
    padding-left: 12px;
    font-size: 19px;
}

.filter li:last-child:after {
    display: none;
}

.filter li.activefilter {
    color: var(--h-orange);
}

#gridwork {
    padding-top: 50px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}

.work-item {
    cursor: pointer;
    margin: 0;
    position: relative;
    float: right;
    padding: 10px;
    width: 33.3333%;
    border-radius: 5px;
    overflow: hidden;
}

.content-work {
    border-radius: 5px;
    height: 350px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.work-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86%;
    height: 86%;
    transform: translate(-50%, -50%) scale(0);
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}

.work-overlay .work-content {
    position: relative;
    padding: 30px;
    height: 100%;
    background-color: var(--h-orange);
    display: flex;
    align-items: flex-end;
    border-radius: 5px;
}

.work-item:hover .work-overlay {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
}

.work-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-40%, -50%);
}

.work-icon a {
    background: #fff;
    padding: 30px 30px 30px 30px;
    border-radius: 100px;
}

.work-icon a i {
    font-size: 20px;
}

.work-content h4 {
    color: var(--dark);
    text-decoration: none;
}

.linkportfolio {
    text-decoration: none;
}

.linkportfolio:hover {
    color: var(--dark);
}


/* media query */

@media screen and (max-width: 1024px) {
    .work-item {
        width: 50%;
        margin-left: 0;
    }
}

@media screen and (max-width: 789px) {
    .work-item {
        width: 100%;
        margin-left: 0;
    }
}


/*
* ----------------------------------------------------------------------------------------
* 16.PORTFOLIO SINGLE PAGE.
* ----------------------------------------------------------------------------------------
*/

.projectimgbig {
    height: 500px;
    width: 100%;
    position: relative;
}

.listclient {
    padding: 0;
}

.listclient li {
    display: block;
    position: relative;
    list-style: none;
}

.listclient li .infoclient {
    display: flex;
}

.listclient li .infoclient p:first-child {
    flex: 3;
}

.listclient li .infoclient p:last-child {
    flex: 6;
}

.projrctpoto {
    position: relative;
}

.projectslide-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 3;
}

.projectslide-nav .owl-next,
.projectslide-nav .owl-prev {
    position: absolute;
    padding: 10px 30px;
    font-size: 30px;
    background: var(--h-orange);
}

.projectslide-nav .owl-next {
    right: 0;
}

.projectslide-nav .owl-prev {
    left: 0;
}