/* Social Media Brand Colors

cotwitter:     #00aced     rgb(0, 172, 237)
cofacebook:    #3b5998     rgb(59, 89, 152)
cogoogleplus:  #dd4b39     rgb(221, 75, 57)
copinterest:   #cb2027     rgb(203, 32, 39)
colinkedin:    #007bb6     rgb(0, 123, 182)
coyoutube:     #bb0000     rgb(187, 0, 0)
covimeo:       #1ab7ea     rgb(26, 183, 234)
cotumblr:      #32506d     rgb(50, 80, 109)
coinstagram:   #bc2a8d     rgb(188, 42, 141)
coflickr:      #ff0084     rgb(255, 0, 132)
codribbble:    #ea4c89     rgb(234, 76, 137)
coquora:       #a82400     rgb(168, 36, 0)
cofoursquare:  #0072b1     rgb(0, 114, 177)
coforrst:      #5B9A68     rgb(91, 154, 104)
covk:          #45668e     rgb(69, 102, 142)
cowordpress:   #21759b     rgb(33, 117, 155)
costumbleupon: #EB4823     rgb(235, 72, 35)
coyahoo:       #7B0099     rgb(123, 0, 153)
coblogger:     #fb8f3d     rgb(251, 143, 61)
cosoundcloud:  #ff3a00     rgb(255, 58, 0)

*/
.fa-facebook-f {
    color:  #C79E52;
}

.fa-twitter {
    color: #C79E52;
    /*color: #00aced;*/
}

.fa-dribbble {
    color: #C79E52;
    /*color: #ea4c89;*/
}

.fa-pinterest-p {
    color: #cb2027;
}

.fa-linkedin-in {
    color: #C79E52
    /*color: #007bb6*/
}

.fa-youtube {
    color: #C79E52;
    /*color: #bb0000;*/
}

.fa-instagram {
    /*color: #bc2a8d;*/
    color:#C79E52;
}

.fa-whatsapp {
    color: #25D366;
}

@font-face {
    font-family: roboto;
    src: url('https://fonts.googleapis.com/css?family=Roboto&display=swap')
}

html,
body {
    position: relative;
    /*height: 100%;*/
    width: 100%;
    overflow-x: hidden;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                       supported by Chrome, Opera and Firefox */
}

body {
     font-size: 14px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a,
input,
button,
a:hover,
button:hover,
a:focus,
button:focus {
    -webkit-transition: 0.4s all ease-in-out !important;
    -o-transition: 0.4s all ease-in-out !important;
    transition: 0.4s all ease-in-out !important;
    outline: 0px !important;
    text-decoration: none !important;
}

.or-color {
    color: #C79E52
}


/* width */

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    background: transparent;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #0B0B0E;
    border-radius: 0px !important;
}


/************************Peloader ******************/

.pre-loader {
    height: 100vh;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    background: #15171C;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loader {
    color: #C79E52;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

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

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

/************************Peloader ******************/
/************************Nav Bar ******************/

.bt-menu ul:first-of-type li {
    height: 70px;
    line-height: 70px;
}

.bt-menu ul:first-of-type li a {
    height: 70px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bt-menu ul:first-of-type li a:hover {
    color: #C79E52;
}

.logo-link img {
    width: 180px;
    margin-left: 70px;
}

.pt-trigger.logo-link {
    border-bottom: none !important;
    border: 0px !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    width: auto !important;
    display: inline-block;
}

.bt-menu ul:first-of-type li a.now-link {
    background: #C79E52;
    color: #fff !important;
    letter-spacing: 0px !important;
    cursor: default;
}

.bt-menu.bt-menu-open {
    border-width: 0px 0px 50px 170px;
}

.bt-menu ul:first-of-type {
    left: -170px;
}

.bt-menu ul:first-of-type li {
    width: 170px;
}

/************************Nav Bar ******************/


/************************Swiper Slider ******************/

#main-slider.swiper-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.big-slider-bg {
    background-color: transparent;
}

#main-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#main-slider .swiper-slide > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
}

.swiper-counter {
    position: absolute;
    left: 20px;
    bottom: 29px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    background: transparent;
    padding: 0 10px;
    font-size: 14px;
}

.swiper-counter span {
    margin: 0 5px;
}

.swiper-pagination.swiper-pagination-bullets {
    position: absolute;
    left: 80px;
    width: auto;
    bottom: 32px;
}

.swiper-pagination.swiper-pagination-bullets span {
    margin-right: 10px !important;
    width: 25px;
    height: 6px;
    border-radius: 0;
    background: #ddd
}

@media screen and (max-width: 1000px) {
    #search-slider .swiper-pagination.swiper-pagination-bullets span {
        width: 14px;
        height: 14px;
    }
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #C79E52;
}

.bt-menu-open .bt-menu-trigger span {
    background-color: transparent;
}

.home-button span {
    position: fixed;
    top: 10px;
    left: 20px;
    z-index: 999999999999999;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    font-size: 50px;
    transform: rotate(180deg);
}

.bt-menu-open .bt-menu-trigger span:before {
    -webkit-transform: translateY(0px) translateX(-2px) rotate(45deg);
    -ms-transform: translateY(0px) translateX(-2px) rotate(45deg);
    transform: translateY(0px) translateX(-2px) rotate(45deg);
    background: #C79E52;
}

.bt-menu-open .bt-menu-trigger span:after {
    -webkit-transform: translateY(0px) translateX(-2px) rotate(-45deg);
    -ms-transform: translateY(0px) translateX(-2px) rotate(-45deg);
    transform: translateY(0px) translateX(-2px) rotate(-45deg);
    background: #C79E52;
}

#main-slider .swiper-slide:before {
    content: " ";
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
}


/************************Swiper Slider ******************/


/************************ Particles ******************/

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    z-index: 1;
}


/************************ Particles ******************/


/************************ Typed Js ******************/

.welcome-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 100px;
    width: 700px !important;
    top: calc(50vh - 50px);
    height: 170px;
    border-left: 2px solid #C79E52;
    padding-left: 20px;
    text-align: left;
    color: #fff;
    z-index: 9;
    position: absolute;
    background-color: #453f3f73;
}

/* .welcome-wrapper .typed, .welcome-wrapper h1 {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
} */

.welcome-wrapper > div {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.welcome-wrapper h1 {
    color: #CEA052 !important;
    text-align: left;
    font-weight: bold;
    letter-spacing: -2px;
    word-spacing: 2px;
    text-transform: uppercase;
    margin-top: 13px;
    font-size: 47px;
    letter-spacing: 1px;
}

.welcome-wrapper .typed {
    font-size: 20px;
    letter-spacing: 6px;
    margin-top: 140px;
    margin-bottom: 0;
}

span.typed-cursor.typed-cursor--blink {
    display: none;
}

.typed::after {
    content: '|';
    display: inline;
    -webkit-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #C79E52
}

.typed-cursor--blink {
    opacity: 0;
    display: none;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/************************ Typed Js ******************/

.download-portfolio {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #15171C;
    z-index: 1;
    color: #fff;
}

.download-link {
    position: absolute;
    height: 80px;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #15171C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    letter-spacing: 3px;
    word-spacing: 5px;
    font-size: 16px;
    text-transform: uppercase;
    width: 200px;
}

.download-link i {
    margin-right: 10px
}

.download-link:hover {
    background: #C79E52;
    color: #fff
}

a.bt-icon {
    color: #fff !important;
    z-index: 1 !important;
    opacity: 1 !important;
    font-size: 20px !important;
}

a.bt-icon:hover {
    color: #C79E52 !important;
}


/************************ Inner page ******************/

.inner-page-wrapper {
    min-height: 100vh;
}

.inner-page-title {
    width: 300px;
    display: none !important;
   min-height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}

.inner-page-title span {
    font-size: 42px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 20px;
    text-transform: uppercase;
    color: #D0D0D4;

    width: 200%;
    text-align: center;
}

.inner-page-content {
    width: 100% ;
    display: block;
    min-height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    float: left;
    /*overflow-y: auto;*/
    padding: 50px 15px;

}


/************************ Inner page ******************/


/************************ About page ******************/

.about-logo img {
    width: 255px;
    /*height: 70px;*/
}

.about-logo {
    text-align: center;
}

.about-social ul {
    list-style-type: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    margin: 40px 0px;
}

.about-social ul li a {
    font-size: 30px;
    width: 50px;
    height: 50px;
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-social ul li a:hover {
    -webkit-box-shadow: 0px 5px 30px rgba(40, 40, 40, 0.4);
    box-shadow: 0px 5px 30px rgba(40, 40, 40, 0.4);
    color: #fff;
}

.about-social ul li a.fb-ic {
    color: #4267B2;
    background: transparent
}

.about-social ul li a.tw-ic {
    color: #1C9DEB;
    background: transparent
}

.about-social ul li a.dr-ic {
    color: #1C9DEB;
    background: transparent
}

.about-social ul li a.pi-ic {
    color: #B8081B;
    background: transparent
}

.about-social ul li a.fb-ic:hover {
    background: #4267B2;
    color: #fff
}

.about-social ul li a.tw-ic:hover {
    background: #1C9DEB;
    color: #fff
}

.about-social ul li a.dr-ic:hover {
    background: #1C9DEB;
    color: #fff
}

.about-social ul li a.pi-ic:hover {
    background: #B8081B;
    color: #fff
}

.or-color.about-headinf {
    text-align: center;
    font-size: 26px;
    margin-top: 0;
    letter-spacing: 4px;
    font-weight: 100;
    text-transform: uppercase;
}

.about-another-title {
    color: #555;
    text-align: center;
    font-size: 45px;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin: 0;
    margin-top: -15px;
    font-weight: 400;
}

.about-info-text {
    width: 80%;
    text-align: center;
    color: #555;
    font-size: 20px;
    margin: 30px auto;
    line-height: 28px;
}

.about-contact-info a {
    color: #555;
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.about-contact-info a:hover {
    color: #C79E52;
}

.contact-icon {
    font-size: 16px;
    display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid #C79E52;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.social-media-wrapper {
    list-style: none;
    text-align: center;
    height: 50px;
    display: table;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.social-media-wrapper li {
    width: 50px;
    float: right;
}

.ph-messages {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.ph-message-item {
    /*border: 1px solid #fff;*/
    flex: 1;
    flex-basis: 50%;
    text-align: center;
}

.ph-message-item h3, .ph-message-item p {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ph-message-item {
        flex-basis: 100%;
    }
}


/************************ About page ******************/


/************************ services page ******************/

.big-images-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.big-images-slider .swiper-slide {
    height: calc(50vh - 175px);
    margin-top: 140px;
    text-align: center;
    font-size: 18px;
    background: transparent;
    width: 80%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
}

.partners-wrapper .big-images-slider .swiper-slide {
    margin-top: 0px;
}

#projects-slider.big-images-slider .swiper-slide {
    position: relative !important;
    top: unset !important;
    left: unset !important;
}

.big-images-slider {
    height: 100vh !important;
    margin-top: 0;
    background-image: url(img/black-bg.png);
}

.big-images-slider .swiper-pagination {
    position: absolute;
    left: 80px;
    width: auto;
    bottom: 32px;
    background: #15171C;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 18px
}

.big-images-slider .swiper-button-prev,
.big-images-slider .swiper-container-rtl .swiper-button-next,
.big-images-slider .swiper-button-next,
.big-images-slider .swiper-container-rtl .swiper-button-prev {
    background-image: unset;
}

.big-images-slider .swiper-button-next,
.big-images-slider .swiper-button-prev {
    top: unset;
    bottom: 0;
    left: unset;
    font-size: 18px
}

.big-images-slider .swiper-button-next {
    right: 20px;
}

.big-images-slider .swiper-button-prev {
    right: 130px;
}

.service-description {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 0 20px 0 40px;
    text-align: left;
}

.service-image img {
    height: calc(50vh - 170px);
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

#projects-slider .service-image img {
    height: calc(50vh - 175px);
    width: 100%;
    object-position: center !important;
}

@media screen and (max-width: 767px) {
    #projects-slider .service-image img {
        height: calc(50vh - 160px);
    }
}

#projects-slider h3.service-name {
    width: calc(50vh - 175px);
}

@media screen and (max-width: 767px) {
    #projects-slider h3.service-name {
        width: calc(50vh - 160px);
    }
}


#projects-sec .pt-trigger:hover img {
    -o-object-position: bottom;
    object-position: bottom;
}

#projects-sec .service-image img {
    -o-object-position: top;
    object-position: top;
    -webkit-transition: 4s all ease;
    -o-transition: 4s all ease;
    transition: 4s all ease;
}

h3.service-name {
    position: absolute;
    left: 50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 30px;
    bottom: 14px;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    color: #b1b1b3;
    letter-spacing: 1px;
    word-spacing: 1px;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    font-weight: 100;
    width: 100%;
    text-align: left
}

#projects-slider.big-images-slider .swiper-slide:hover h3.service-name {
    color: #C79E52;
}

.service-no {
    position: absolute;
    right: 0;
    top: 0;
    background: #15171C;
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out
}

.service-inner-wrapper:before {
    content: "";
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out
}

.service-inner-wrapper {
    position: relative;
    z-index: -1;
}

.big-images-slider .swiper-slide > .pt-trigger {
    display: inline-table;
    padding: 0;
    margin: 0;
    padding-left: 55px;
    position: relative;
}

.service-description h3 {
    font-size: 35px;
    margin: 0;
}

.big-images-slider .swiper-slide > .pt-trigger:hover .service-no {
    background: #C79E52;
    letter-spacing: 5px
}

.service-description p {
    line-height: 30px;
    padding-bottom: 20px;
}

.big-images-slider .swiper-slide > .pt-trigger:hover .service-inner-wrapper:before {
    background: rgba(0, 0, 0, 0)
}

.big-images-slider .swiper-slide > .pt-trigger:hover .service-name {
    color: #C79E52
}

.big-images-slider .swiper-button-next:after {
    position: absolute;
    content: "";
    left: -33px;
    height: 2px;
    width: 20px;
    background: #C79E52;
    bottom: 29px;
}

.ser-logo {
    text-align: center;
    margin: 30px auto;
}

.ser-logo img {
    height: 380px;
    border-radius: 100px 0 0 0;
    max-width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 700px) {
    .ser-logo img {
        height: auto;
        max-width: 100%;
        border-radius: 100px 0 0 0;
    }
}

/************************ services page ******************/


/************************ Projects page ******************/
@media screen and (max-width: 640px) {
    #projects-sec .pt-trigger {
        width: 35vh;
    }

    #projects-sec .swiper-button-next, #projects-sec .swiper-button-prev {
        display: none;
    }

    #projects-sec .big-images-slider .swiper-pagination {
        text-align: center;
    }

    #projects-sec .swiper-pagination.swiper-pagination-bullets span {
        width: 4%;
    }

    #projects-sec .button-group.filters-button-group {
        display: none;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    #projects-sec .pt-trigger {
        /* width: 35vh; */
    }

    #projects-sec .swiper-button-next, #projects-sec .swiper-button-prev {
        /* display:none; */
    }

    #projects-sec .big-images-slider .swiper-pagination {
        text-align: center;
    }

    #projects-sec .swiper-pagination.swiper-pagination-bullets span {
        width: 3%;
    }

    #projects-sec .button-group.filters-button-group {
        display: none;
    }
}

@media screen and (max-width: 991px)and (min-width: 641px) {
    #projects-sec .pt-trigger {
        width: 35vh;
    }

    #projects-sec .swiper-button-next, #projects-sec .swiper-button-prev {
        display: none;
    }

    #projects-sec .big-images-slider .swiper-pagination {
        text-align: center;
    }

    #projects-sec .swiper-pagination.swiper-pagination-bullets span {
        width: 4%;
    }

    #projects-sec .button-group.filters-button-group {
        display: none;
    }
}

#projects-sec .button {
    display: inline-block;
    padding: 10px 8px;
    margin-bottom: 10px;
    border: none;
    border-radius: 0px;
    color: #595a5e;
    font-size: 16px;
    cursor: pointer;
}

#projects-sec .button:hover {
    color: #C79E52;
}

#projects-sec .button:active,
#projects-sec .button.is-checked {
    color: #C79E52 !important;
}

.button-group.filters-button-group {
    position: absolute;
    top: 10px;
    /* right: 70px; */

    z-index: 8;
    background: transparent;

    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---- button-group ---- */

#projects-sec .button-group:after {
    content: '';
    display: block;
    clear: both;
}

#projects-sec .button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0px;
    background: transparent;
    font-family: roboto, sans-serif;
}


/* ---- isotope ---- */

#projects-sec .grid {
    border: 1px solid #333;
}


/* clear fix */

#projects-sec .grid:after {
    content: '';
    display: block;
    clear: both;
}


/************************ Projects page ******************/

/************************ Project page ******************/
.swiper-container.project-carousel {
    margin-bottom: 50px;
    width: 80%;
}

.swiper-container.project-carousel a img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

/************************ Project page ******************/


/************************ Contact page ******************/

form.contact-form input[type=text],
form.contact-form textarea,
form.contact-form select,
form.contact-form input[type=email],
form.contact-form input[type=tel] {
    height: 55px;
    width: 600px;
    display: block;
    margin: auto;
    margin-bottom: 25px;
    border: 0px;
    padding: 15px;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

form.contact-form input:focus,
form.contact-form textarea:focus {
    background: #0B0B0E;
    color: #C79E52;
}

form.contact-form {
    margin-top: 55px;
}

form.contact-form textarea {
    height: 180px;
    resize: none;
}

form.contact-form input[type=submit] {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    border: 0px;
    background: #C79E52;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
}

form.contact-form input[type=submit]:focus {
    letter-spacing: 5px;
}

form.contact-form input[type=submit]:hover {
    background: #0B0B0E;
    color: #C79E52;
    cursor: pointer
}


/************************ Contact page ******************/
/************************ Partner page ******************/

@media screen and (max-width: 1024px) and (min-width: 992px) {

    #partners-slider .swiper-button-next, #partners-slider .swiper-button-prev {
        display: none;
    }

    #partners-slider .big-images-slider .swiper-pagination {
        text-align: center;
    }

    #partners-slider .swiper-pagination.swiper-pagination-bullets span {
        width: 3%;
    }
}

@media screen and (max-width: 991px) and (min-width: 641px) {

    #partners-slider .swiper-button-next, #partners-slider .swiper-button-prev {
        display: none;
    }

    #partners-slider .big-images-slider .swiper-pagination {
        text-align: center;
    }

    #partners-slider .swiper-pagination.swiper-pagination-bullets span {
        width: 3%;
    }
}

@media screen and (max-width: 640px) {

    #partners-slider .swiper-button-next, #partners-slider .swiper-button-prev {
        display: none;
    }

    #partners-slider .big-images-slider .swiper-pagination {
        text-align: center !important;
    }

    #partners-slider .swiper-pagination.swiper-pagination-bullets span {
        width: 3%;
    }
}

.partners-wrapper {
    background-image: url(img/black-bg.png);
}

.partners-wrapper .big-images-slider .swiper-button-prev {
    right: 150px;
}

.partners-wrapper .big-images-slider .swiper-button-next {
    right: 40px;
}

#partners-slider.swiper-container {
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;

}

#partners-slider.swiper-container-multirow > .swiper-wrapper {
    height: calc(100vh - 230px);
    margin-top: 130px;
}

#partners-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.4);
    height: 160px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out
}

#partners-slider .swiper-slide:hover {
    background: #0B0B0E;
    -webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5)
}

.tooltip-item img {
    width: 165px;
    height: 165px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out
}

#partners-slider .swiper-slide:hover .tooltip-item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.tooltip-item {
    background: transparent
}

.tooltip.tooltip-effect-5 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tooltip.tooltip-effect-5:hover {
    cursor: pointer;
}

.tooltip-effect-5 .tooltip-content {
    width: 264px;
    margin-left: -132px;
}

.tooltip-content {


    text-align: center;

    background: #333;
    border-radius: 5px;
}

.tooltip-text {
    font-size: 16px;
}

.tooltip-text a {
    color: #C79E52
}

.tooltip-effect-5 .tooltip-text {
    padding: 10px
}

.tooltip-effect-5 .tooltip-text strong {
    color: #C79E52;
    font-size: 20px;
}

.tooltip-content::after {
    border-top-color: #333;
}

#partners-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    background: #15171C;
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    right: 0;
    z-index: 1;
    height: 70px;
    bottom: 0;
    padding-top: 24px;
}

/************************ Partner page ******************/


/************************ Responsive Part ******************/

@media (max-width: 991px) {
    form.contact-form input[type=text],
    form.contact-form textarea {
        width: 90%;
    }

    .big-images-slider .swiper-slide {
        width: 80%;
        margin-right: 0px !important;
    }

    #projects-slider .swiper-slide {
        height: calc(28vh - 0px);
    }

    .searchwp-live-search-result a span {
        float: none !important;
        display: unset !important;
    }
}

@media (max-width: 767px) {
    .swiper-container.project-carousel {
        width: 100%;
    }

    #partners-slider.swiper-container-multirow > .swiper-wrapper {

        margin-top: 100px;
    }

    #partners-slider.swiper-container {
        width: 100%
    }

    .tooltip-item img {
        width: 130px;
        height: 130px;
    }

    #partners-slider .swiper-slide {
        height: 20vh;
    }

    form.contact-form input[type=submit] {
        width: 90%;
    }

    form.contact-form input[type=text],
    form.contact-form input[type=email],
    form.contact-form input[type=tel],
    form.contact-form select,
    form.contact-form textarea {
        /*height: 45px;*/
        margin-bottom: 30px;
        width: 100% !important;
    }

    form.contact-form textarea {
        height: 100px;
    }

    form.contact-form {
        margin-top: 25px;
    }

    .welcome-wrapper h1 {
        font-size: 26px;
    }

    .welcome-wrapper {
        left: 15px;
        width: calc(100% - 25px) !important;
        padding-left: 5px;
    }

    .welcome-wrapper .typed {
        font-size: 18px;
        letter-spacing: 3px;
        margin-top: 120px;
    }

    .download-link {
        padding: 0 15px;
        letter-spacing: 1px;
        word-spacing: 2px;
    }

    .download-link i {
        margin-right: 5px;
    }

    .swiper-counter {
        left: 0;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }

    #main-slider .swiper-pagination.swiper-pagination-bullets {
        position: absolute;
        left: 10px;
        bottom: 28px;
    }

    #main-slider .swiper-pagination.swiper-pagination-bullets span {
        width: 12px;
        height: 12px;
    }

    .bt-menu ul:nth-of-type(2) li {
        width: 40px;
    }

    .logo-link img {
        width: 130px;
        margin-top: 7px;
    }

    .inner-page-title {
        width: 100%;
         display: none !important;
        height: 120px;

    }

    .inner-page-title span {
        font-size: 24px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        letter-spacing: 4px;
        margin-top: 55px;
    }

    .inner-page-content {
        width: 100%;
        padding: 30px 15px
    }

    .about-info-text {
        width: 100%;
    }

    .about-logo img {
        width: 235px;
    }

    .about-social ul li a {
        font-size: 24px;
        width: 40px;
        height: 40px;
    }

    .about-another-title {
        font-size: 36px
    }

    .about-social ul {
        margin: 20px 0px;
    }

    .big-images-slider .swiper-slide > .pt-trigger {
        padding-left: 45px;
    }

    .big-images-slider .swiper-pagination {
        text-align: center;
    }

    .clients-pagination.swiper-pagination {
        text-align: center;
    }

    .big-images-slider .swiper-button-next {
        right: 4px;
    }

    .big-images-slider .swiper-button-next:after {
        left: -24px;
    }

    .big-images-slider .swiper-button-prev {
        right: 85px;
    }

    .swiper-pagination.swiper-pagination-bullets span {
        margin-right: 0px !important;
        margin-left: 5px !important;
    }

    .service-description {
        padding: 0 10px 0 10px;
    }

    h3.service-name {
        font-size: 18px
    }

    .service-no {
        width: 45px;
        height: 45px;
    }

    .service-description h3 {
        font-size: 25px;
        color: #C79E52;
        margin-bottom: -15px;
    }

    .service-description p {
        padding-bottom: 0;
        line-height: 22px;
    }
}

img.custom-logo {
    width: 170px;
    height: auto !important;
    margin-left: 50px;
    margin-top: 10px;
    transition: transform .5s;
}

.wpcf7-response-output {
    color: #333;
}

/* services wrapper =========================================== */

.services-wrapper .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.services-wrapper .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.services-wrapper .h-100 {
    height: 100% !important;
}

.services-header {
    letter-spacing: 9px;
    transform: rotate(-45deg);
}

.services-wrapper .text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .services-wrapper .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .services-wrapper.container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .services-wrapper.container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .services-wrapper .container {
        max-width: 1140px;
    }
}

.services-wrapper .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.services-wrapper .col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.services-wrapper .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.services-wrapper .p-0 {
    padding: 0 !important;
}

.services-wrapper .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.services-wrapper .justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.services-wrapper .align-middle {
    vertical-align: middle !important;
}

.services-wrapper .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


.services-wrapper .sq1 {
    /* border: 1px solid red; */
    width: 250px;
    height: 250px;
}

.services-wrapper {
    width: 750px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-left: auto;
    margin-right: auto;
    direction: ltr;
    transform: rotate(45deg) scale(.8);

}

.services-wrapper .sq2 {
    width: 220px;
    height: 220px;
    /* border: orange solid 1px; */
    padding: 0px;

}

/* .services-wrapper .m-top20{
    margin-top: 20px
}
.services-wrapper .m-bottom20{
    margin-bottom: 20px
}
.services-wrapper .m-right20{
    margin-right: 20px
}
.services-wrapper .m-left20{
    margin-left: 20px
} */
.services-wrapper .sq3 {
    width: 100%;
    height: 100%;
    /* background-color: aqua; */
    padding: 5px;
    border: #f36f27 solid 3px;
}

.services-wrapper .sq4 {
    width: 100%;
    height: 100%;
    /* border:1px solid black; */
    /* background-color: #000; */
    text-align: center;
    transition: background-color 2s;
}

.services-wrapper .sq4:hover {
    background-color: #f36f27;
}

.services-wrapper .image-logo {
    /* width: 125px;
    height: 125px;
    background: red; */
    margin-right: auto;
    margin-left: auto;
}

.services-wrapper .logoes {
    width: 100%;
    height: 100%;
    transform: rotate(-45deg) scale(0.8);

}

.services-wrapper .logoes h2 {
    letter-spacing: 6px;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 600;
    color: #fff;
}

.services-wrapper .logoes img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-wrapper .sq4:hover .logoes img {
    -webkit-animation: bounceIn 1s;
    animation: bounceIn 1s;
    animation-iteration-count: 1;
}

/* end of services wrapper */


/* end of mobile services view ============================================================ */
.container-Sservices-m {
    display: inline-flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.flex-direction-m {
    flex-direction: row;
}

.service-wrap-m {
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
}

.container-Sservices-m .service-div {
    border: #f36f27 solid 3px;
    padding: 6px;
    width: 250px;
    height: 250px;
    transform: rotate(45deg) scale(.8);
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 500px) {
    .container-Sservices-m .flex-direction {
        flex-direction: column;
    }
}

.container-Sservices-m .sq3-m {
    background-color: transparent;
    width: 100%;
    height: 100%;
    transition: background-color 2s;
}

.container-Sservices-m .sq4-m {
    width: 100%;
    height: 100%;
}

.container-Sservices-m .logoes-m {
    border: solid transparent 1px;
    width: 100%;
    height: 100%;
    transform: rotate(-45deg);
    text-align: center;
}

.container-Sservices-m .image-logo-m {
    margin-top: 40px;
    margin-bottom: 20px;
}

.service-div:hover .sq3-m {
    background-color: #f36f27;
    width: 100%;
    height: 100%;
}

.service-div:hover .logoes-m img {
    -webkit-animation: bounceIn 1s;
    animation: bounceIn 1s;
    animation-iteration-count: 1;
}

.logoes-m h2 {
    color: #fff;
    letter-spacing: 3px;
}

.mob-services-view {
    display: none;
    text-align: center;
    margin-top: 100px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .mob-services-view {
        display: block;
    }

    .services-wrapper {
        display: none
    }

    .pt-page-3 {
        overflow-y: scroll;
    }
}

/* end of mobile services view ============================================================ */
/* serach slide ============================================================================ */
@media screen and (max-width: 1000px) {
    .search__info {
        display: none;
    }
}

.search-title {
    left: auto;
    right: auto;
    text-align: center;
}

.search-container {
    padding-right: 0;
}

.pointer {
    cursor: pointer;
}

.pt-trigger i {
    margin-right: 7px;
}


div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
    color: #b25366;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
    color: #398f14;
}

.project-container {
    border: none;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 10px;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    letter-spacing: 1px;
    width: 100%;
    cursor: pointer;
    display: block;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}

.big-images-slider .swiper-slide > .project-container {
    display: inline-table;
    padding: 0;
    margin: 0;
    padding-left: 0px;
    position: relative;
}

.big-images-slider .swiper-slide > .project-container:hover .service-inner-wrapper:before {
    background: rgba(0, 0, 0, 0)
}

span.wpcf7-not-valid-tip {
    width: 100%;
    margin-top: -2%;

}

@media screen and (max-width: 1000px) {
    span.wpcf7-not-valid-tip {
        width: 100%;
        margin-top: -2%;
        padding: 20px;
    }
}

.bt-menu ul:first-of-type {
    top: 0;
}

@media screen and (max-height: 720px) and (min-width: 1200px) {
    #partners-slider.swiper-container-multirow > .swiper-wrapper {
        margin-top: 70px;
    }
}

@media screen and (max-height: 720px) and (min-width: 1200px) {
    #partners-slider .tooltip-content {
        bottom: 70%
    }
}

@media screen and (max-width: 1000px ) {
    #partners-slider .tooltip-item img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .big-images-slider .swiper-slide > .project-container {
        padding-right: 75px !important;
        padding-left: 75px !important;
    }
}

#partners-slider h3.service-name {
    letter-spacing: 3px;
}

/* right click nav logo */
@media screen and (max-width: 1000px) {
    .bt-menu-open img.custom-logo {
        transform-origin: top left;
        transform-style: preserve-3D;
        transform: rotate(90deg);
        margin-left: 66px;
    }

    .bt-menu-close img.custom-logo {
        transform-origin: top left;
        transform-style: preserve-3D;
        transform: rotate(0deg);
        margin-left: 50px;
    }

    .bt-menu ul:nth-of-type(2) {
        z-index: 99;
    }
}

.bt-menu ul:nth-of-type(2) {
    z-index: 99;
}

/* social links */
.bt-menu ul:nth-of-type(2) li a {
    width: 35px;
    height: 35px;
    /*background-color: #fff;*/
    border-radius: 20%;
    margin: 0px;
    padding: -4px;
    line-height: 36px;
    margin-top: 10px;
}

.bt-menu ul:nth-of-type(2) li {
    margin: 2px;
}

.bt-menu ul:nth-of-type(2) {
    width: 100vw;
}

.contact-landline, .contact-phone {
    float: right !important;
    width: 165px !important;
}

.contact-landline a, .contact-phone a {
    width: unset !important;
    background-color: transparent !important;
}

.bt-menu ul:nth-of-type(2) {
    padding-left: 15px;
    padding-right: 15px;
}

.contact-phone i {
    transform: rotate(90deg);
}

/* phone && mobile */
@media screen and (max-width: 1000px) {
    span.mobile-number, span.phone-number {
        display: none;
    }

    .contact-landline, .contact-phone {
        width: 33px !important;
    }

    .bt-menu ul:first-of-type li {
        height: 10vh;
    }

    .bt-menu ul:first-of-type li a {
        height: 10vh;
    }
}

@media screen and (max-width: 40em) {
    .search-wrap {
        top: 8px;
        right: 5px;
    }
}

/* job cv application */
#upload {
    display: none;
}

.cv-input {
    background-color: #fff;
    border: unset;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.upload-container {
    position: relative;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 991px) {
    .upload-container {
        position: relative;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .cv-input {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
}

#upload_link {
    position: absolute;
    right: 15px;
    top: 18px;
    color: #C79E52;
}

@media screen and (min-width: 1700px) and  (min-height: 850px) {
    .services-wrapper {
        transform: rotate(45deg) scale(1);
        margin-top: 100px;
    }
}

/* job application */
.job-input-div {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
    .job-input-div {
        width: 90%;
    }
}

.job-input-div input, .job-input-div select, .job-input-div textarea {
    background-color: #fff;
    border: unset;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.error-message {
    color: red;
}

.job-button {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    border: 0px;
    background: #C79E52;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
}





.big-images-slider {
    height: 100% !important;
}

/* get quotation */
.google-partner-div {
    position: absolute;
    width: 220px;
    height: 50px;
    background-color: transparent;
    top: 50%;
    right: -170px;
    z-index: 10000;
    transition: right 1s;
}

@media screen and (max-width: 1000px) {
    .google-partner-div {
        top: 70%;
    }
}

.google-partner-div.google-partner-div-spread {
    right: 0px;
}

.google-partner-img {
    float: right;
    height: 50px;
    width: calc(100% - 50px);
    background-color: #C79E52;
    /* padding:0; */

}

.google-partner-img h2 {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.google-partner-arrow {
    float: left;
    line-height: 50px;
    background-color: #59595994;
    width: 50px;
    font-size: 35px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-left: 50px;
    height: 50px;
    border-radius: 50% 0 0 50%;
}

.google-partner-arrow i {
    transform: rotate(0deg);
    transition: transform .5s;
    transition-delay: 1s;
    position: absolute;
    left: 20px;
    top: 10px;
}

.google-partner-arrow i.arrow-spreed {
    transform: rotate(180deg);
}

/* custom-logo-link */
.custom-logo-link {
    display: inline-block;
    position: relative;
    z-index: 99999;
}

/* google-partner-footer */
.google-partner-footer {
    width: 200px;
    height: 80px;
    position: absolute;
    right: 205px;
}

.google-partner-footer img {
    height: 100%;
    width: 100%;
}

footer{
    background: #333333;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer p{
    margin: 0 !important;
}
@media screen and (max-width: 1000px ) {
    .google-partner-footer {
        left: 0;
        right: unset;
    }

    #main-slider .swiper-pagination.swiper-pagination-bullets {
        bottom: 100px;
    }

    #main-slider .swiper-pagination-bullet {
        opacity: .9 !important;
    }
}

@media screen and (max-width: 450px) {
    .google-partner-footer {
        width: 49vw;
    }

    .download-link {
        width: 49vw;
    }
}

/* projects sliders */
#projects-sec .tooltip-item img {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: unset;
    filter: unset;
    height: calc(50vh - 175px);
    width: 100%;
    object-position: center !important;
}

.message {
    resize: vertical;
    height: 150px;
}

.upload-container br {
    display: none;
}

#search-slider .swiper-slide .service-image img {

    max-width: calc(50vh - 170px);
    object-fit: contain;

}

#search-slider .swiper-slide h3.service-name {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    font-size: 15px !important;
    width: 100% !important;
    padding: 0 20px 0 20px !important;
    text-align: center !important;
    bottom: -25px !important;
    left: 0 !important;
    right: 0 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .inner-page-wrapper .inner-page-title span {
        display: none;
    }
}

.tooltip-item.project-item {
    background-color: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;

}

@media screen and (min-width: 1025px) {
    .tooltip-item.project-item {
        width: calc(20vw - 80px);
        height: calc(20vw - 80px);
        max-height: 35vh;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .tooltip-item.project-item {
        width: calc(33vw - 40px);
        height: calc(33vw - 40px);
        max-height: 35vh;
    }
}

@media screen and (min-width: 641px) and (max-width: 991px) {
    .tooltip-item.project-item {
        width: calc(50vw - 40px);
        height: calc(50vw - 40px);
        max-height: 35vh;
    }
}

@media screen and (max-width: 640px) {
    .tooltip-item.project-item {
        width: calc(100vw - 60px);
        height: calc(100vw - 60px);
        max-height: 35vh;
    }
}

select[name="Job-title"]:focus {
    color: white;
    background-color: #000;
    outline: none;
}

#projects-slider .tooltip.tooltip-effect-5:hover span.tooltip-item.project-item {
    box-shadow: 0 0 16px 0px #d56426;
}

/* project single inner page */
.project-single-page-img-wrap {
    text-align: center;
}

.project-single-page-img-wrap img {
    width: 450px;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .big-slider-bg.wep-slide-image {
        display: block;
    }

    .big-slider-bg.mob-slide-image {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .big-slider-bg.wep-slide-image {
        display: none;
    }

    .big-slider-bg.mob-slide-image {
        display: block;
        padding-bottom: 80px;
    }
}

.wp-list-table {
    width: 100% !important;
}

.grecaptcha-badge {
    display: none;
}

.seo-grey-text-color {
    color: #555 !important;
}

.about-info-text ul {
    max-width: 600px;
    margin: 15px auto;
    text-align: initial !important;
}
.intro{
    background-color: #191919;
    min-height: 100vh;
    /*background-image: url(../images/logo--bg2.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*background-position: left center;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top:0;
    left:0;
    z-index: 99999999;
    width: 100%;

}

.intr-inner{
    width: 500px;
    margin: auto;
    text-align: center;
}
.intr-inner h1{
    font-size: 28px;
    font-weight: 700;
    color: #C78F40;
    margin: 0;
    line-height: 45px;
}
.intr-inner p{
    font-size: 20px;
    color: #c37f1d;
    font-weight: 700;
    margin: 0;
    /*text-decoration: underline;*/
}
.parts{
    position: relative;
    height: 70px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.parts:after{
    position: absolute;
    border-bottom: 1px dashed #C78F40;
    width: 100%;
    content: '';
    left: 0;
    top: 50%;
    z-index: 1;

}
.part-right{
    background: #191919;
    z-index: 2;
    cursor: pointer;
    width:39px;
    position: absolute;
    left: 260px;
}

.part-left{

    background: #191919;
    z-index: 2;
    cursor: pointer;
    width:39px;
    left: 0;
    position: absolute;

}
.complete-text{
    color: rgba(122,122,122,0.48);
    font-size: 14px;
}

.intro-page{
    overflow: hidden;
    height: 100vh;
}

.intro-page .sections{
    display: none;
}

.wpb_text_column{
    font-size: 18px;
    padding: 40px;
    text-align: center;
 }
.vcenter{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mb-50 .vc_column-inner{
    margin-bottom: 50px !important;
}
.manager .wpb_content_element {
    margin-bottom: 0 !important;
}
.vid-item{
    position: relative;

}
.vid-item h3{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 100%;
    left: 0;
    margin-bottom:0;
    text-align: center;
    transition: all 0.3s ease-out;
    font-size: 16px;
    padding: 5px;
}
.vid-item:hover h3{
    visibility: visible;
    opacity: 1;
}

.contact-bg .vc_column-inner{
    background-position: center center;
    background-repeat: no-repeat;
}
.container2 .vc_column_container{
    max-width: 1200px !important;
    margin: auto !important;
    float: none !important;
}
.section-title2 h3{
    display: inline-block;
    background: #B782BA;
    color:#fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin: auto;
}

@media (max-width: 640px) {
    #home{
        background: #000;
        min-height: 100vh;
    }
    .mobile-150 .vc_custom_1629158789712 , .mobile-150 .vc_custom_1629158789712 {
        padding-top:40px !important;
    }
}
