
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700|Alfa Slab One:300,400,500,600,700|Baloo:300,400,600,700|Baloo 2:300,400,500,600,700|Roboto:100,400,900');

body {
    font-family: 'Open Sans', 'Baloo', 'Baloo 2', 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    max-width: 1920px;
    margin: 0 auto;
    background: #231f20 !important;
}

a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,

a,
button {
    color: #1696e7;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.container {
    width: 100%;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #313131;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #7e7e7e;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

/* button style */

.btn {
    -moz-user-select: none;
    background: #1696e7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 25px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav div:hover {
    background: #2B96CC;
    color: #fff
}

/* scrollUp */
#scrollUp {
    background: #7DBA2F;
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 34px;
}

#scrollUp:hover {
    background: #444;
}


/* start hero area */

.hero-video {
    position: relative;
}

.site-menu {
    position: fixed;
    right: 50px;
    top: 50px;
    width: 150px;
    z-index: 999;
}

.site-menu {}

.menu-toggler img {
    width: 50px;
}

.with-hover {
    display: none;
}

.menu-toggler:hover.without-hover {
    display: none;
}

.menu-toggler:hover .with-hover {
    display: block;
}

.menu-toggler:hover .without-hover {
    display: none;
}

.site-menu-itm ul li {
    text-align: right;
}

.site-menu-itm li a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-kerning: auto;
	letter-spacing: 2px;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    text-align: right;
    padding: 20px 0px;
    display: inline-block;
    text-decoration: none;
}

.site-menu-itm li {
    text-align: left;
}

.menu-toggler {
    text-align: right;
    cursor: pointer;
}

.site-menu-itm {
    margin-top: 50px;
    opacity: 0;
    visibility: hidden;
    transition:all .4s;
	transform:translateY(20px)
}

.site-menu-itm.active {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.section-dwn-arrow {
    position: absolute;
    left: auto;
    right: 50%;
    width: 50px;
    bottom: 100px;
}

.section-dwn-arrow img {
    width: 70px;
    /*! transform: rotateX(32deg); */
    transform: rotate(87deg);
    cursor: pointer;
}

.hero-video {
    width: 100%;
    height: auto;
    background: black;
}

.hero-video-itm {
    width: 98vw;
    height: 100vh;
    margin: 0 auto;
}

.hero-video-itm video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* end hero area */

/* start about area */
.about-pg-img {
	padding-top: 0px;
	opacity: 1; 
}

.about-pg-img img {
    height: auto;
	width: 100%;
/*	visibility: hidden;*/
/*	animation: polygon 10s;*/
}

@keyframes polygon {
	0% {
	clip-path: polygon(0% 0%, 0% 0%, 20% 0%, 20% 0%, 38% 0%, 38% 0%, 64% 0%, 64% 0%, 81% 0%, 81% 0%, 100% 0%, 100% 0%);
/*
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 20% 0%, 20% 0%, 38% 0%, 38% 0%, 64% 0%, 64% 0%, 81% 0%, 81% 0%, 100% 0%, 100% 0%);
	-moz-clip-path: polygon(0% 0%, 0% 0%, 20% 0%, 20% 0%, 38% 0%, 38% 0%, 64% 0%, 64% 0%, 81% 0%, 81% 0%, 100% 0%, 100% 0%);
	-ms-clip-path: polygon(0% 0%, 0% 0%, 20% 0%, 20% 0%, 38% 0%, 38% 0%, 64% 0%, 64% 0%, 81% 0%, 81% 0%, 100% 0%, 100% 0%);
*/
	}
	40% {
	clip-path: polygon(0% 0%, 0% 100%, 27% 100%, 20% 0%, 38% 0%, 38% 0%, 64% 0%, 59% 100%, 78% 100%, 81% 0%, 100% 0%, 100% 0%);
/*
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 27% 100%, 20% 0%, 38% 0%, 38% 0%, 64% 0%, 59% 100%, 78% 100%, 81% 0%, 100% 0%, 100% 0%);
	-moz-clip-path: polygon(0% 0%, 0% 100%, 27% 100%, 20% 0%, 38% 0%, 38% 0%, 64% 0%, 59% 100%, 78% 100%, 81% 0%, 100% 0%, 100% 0%);
	-ms-clip-path: polygon(0% 0%, 0% 100%, 27% 100%, 20% 0%, 38% 0%, 38% 0%, 64% 0%, 59% 100%, 78% 100%, 81% 0%, 100% 0%, 100% 0%);
*/
	}
	75% {
	clip-path: polygon(0% 0%, 0% 100%, 27% 100%, 20% 0%, 38% 0%, 44% 100%, 59% 100%, 59% 100%, 78% 100%, 81% 0%, 100% 0%, 100% 0%);
/*
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 27% 100%, 20% 0%, 38% 0%, 44% 100%, 59% 100%, 59% 100%, 78% 100%, 81% 0%, 100% 0%, 100% 0%);
	-moz-clip-path: polygon(0% 0%, 0% 100%, 27% 100%, 20% 0%, 38% 0%, 44% 100%, 59% 100%, 59% 100%, 78% 100%, 81% 0%, 100% 0%, 100% 0%);
	-ms-clip-path: polygon(0% 0%, 0% 100%, 27% 100%, 20% 0%, 38% 0%, 44% 100%, 59% 100%, 59% 100%, 78% 100%, 81% 0%, 100% 0%, 100% 0%);
*/
	}
	100% {
	clip-path: polygon(0% 0%, 0% 100%, 27% 100%, 27% 100%, 44% 100%, 44% 100%, 59% 100%, 59% 100%, 78% 100%, 78% 100%, 100% 100%, 100% 0%);
/*
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 27% 100%, 27% 100%, 44% 100%, 44% 100%, 59% 100%, 59% 100%, 78% 100%, 78% 100%, 100% 100%, 100% 0%);
	-moz-clip-path: polygon(0% 0%, 0% 100%, 27% 100%, 27% 100%, 44% 100%, 44% 100%, 59% 100%, 59% 100%, 78% 100%, 78% 100%, 100% 100%, 100% 0%);
	-ms-clip-path: polygon(0% 0%, 0% 100%, 27% 100%, 27% 100%, 44% 100%, 44% 100%, 59% 100%, 59% 100%, 78% 100%, 78% 100%, 100% 100%, 100% 0%);
*/
	}
}

.hero-area video {
    /*! height: 100vh; */
    /*! width: 1500px; */
    background-size: ;
}

.about-area {
    padding-top: 0px;
}

.about-txt h2 {
    font-size: 28px;
    text-align: center;
}

.about-area {
    position: relative;
}

.sticky-tp-btn {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 9999;
    opacity: 0;
}

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

.about-txt h4 {
    font-size: 50px;
    color: #FFDE02;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 40px;
}

h4 {}

.about-txt p {
	font-family: 'Baloo', sans-serif;
    font-weight: normal;
    font-size: 28px;
   /* font-weight: 400; */
    line-height: 1.5;
    text-align: center;
    color: #bbbdbf;
}

.sticky-tp-btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    background: rgba(187,189,191,0.4);
    margin-left: auto;
    border-radius: 3px;
    margin-top: 50px;
    margin-right: 40px;
    cursor: pointer;
}

.sticky-tp-btn i {
    font-size: 34px;
    color: #000;
}

.about-txt {
	padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
}

/* end about area */
/* start contact area */

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

.contact img {
    transition: clip-path .25s ease-out, background-color .7s, -webkit-clip-path .25s ease-out;
}

.contact img {
    transition: background-color .7s,
        -webkit-clip-path .25s ease-out;
    transition: clip-path .25s ease-out,
        background-color .7s;
    transition: clip-path .25s ease-out,
        background-color .7s,
        -webkit-clip-path .25s ease-out;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.contact {
    overflow: hidden;
    transition: .25s;
}

.contact:hover img {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    clip-path: inset(2rem);

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);

/*	opacity: 0.5;
	background-color: rgba(246,241,0,1.00);
	z-index: 2;
*/	
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.contact {
    width: 100%;
    height: 350px;
}

.contact-area .container {
    padding: 0;
    margin: 0;
    margin: 0 auto;
}

.mfp-close {
    display: none !important;
}

.clients {
	height:100%;
	width:100%;
}

.clients img {
	max-width:100%;
}

.footer-area .container {
    padding: 0;
}

.footer-area video {
    height: auto;

}

.hero-video-itm video {
    margin-bottom: -5px;
}

/* end contact area */
/* start footer area */
.footer-scl-lnks {
    text-align: center;
}

.footer-scl-lnks li {
    display: inline-block;
    margin: 0 10px;
}

.footer-scl-lnks li a {
    font-size: 45px;
    color: #fff;
    /* padding: 0 20px; */
    height: 60px;
    width: 60px;
    line-height: 57px;
    text-align: center;
    /* border: 1px solid; */
    border-radius: 50px;
    display: inline-block;
}

.ftr-video-itm {
    margin-bottom: -15px;
}

/* end footer area */

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}


a {
    outline: none !important;
}

.popup-youtube .youtube-click {
    outline: none;
    width: 50px;
    heignt: 50px;
}

#protfolio {
    background: #231f20;
}

#home {
    background: #231f20;
}