


@font-face {
	font-family: 'DroidKufiLight';
	src:url('../fonts/droidkufi-regular.eot');
	src:url('../fonts/droidkufi-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/droidkufi-regular.ttf') format('truetype'),
		url('../fonts/droidkufi-bold.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} 



@font-face {
	font-family: 'gess';
	src:url('../fonts/droidkufi-regular.eot');
	src:url('../fonts/droidkufi-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gess.otf') format('truetype'),
		url('../fonts/droidkufi-regular.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} 


.backArea2 {
    position: absolute;
    display: block;
    right: 30px;
    top: 20px;
    width: 70px;
    z-index: 100;
}

.backArea2 img {
    width: 100%;
	margin-bottom:10px;
}


.sound {
    position: fixed;
    display: block;
    left: 5%;
    top: 30%;
    width: 120px;
    z-index: -1;
    opacity: 0.2;
}


.sound img {
    width: 100%;
}



.sound2 {
    position: fixed;
    display: block;
    right: 5%;
    top: 30%;
    width: 150px;
    z-index: -1;
    opacity: 0.2;
}

.sound2 img {
    width: 100%;
}




body {
    margin: 0;
    font-family: DroidKufiLight;
    background: #fff;
    
    
}

.bgimg-222 {
    background: #ffffff url(../images/overlay.png);
    background-position: center;
    /* background-size: cover; */
    height: 700px;
    background-repeat: repeat;
    
}

body a,
.slider-info a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
    cursor: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: DroidKufiLight;
}

p {
    margin: 0;
    color: #333;
    font-size: 22px;
    line-height: 1.8;
	font-family: DroidKufiLight;
	direction:rtl;
	    font-size: 20px;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}

.list-group-item {
    background-color: transparent;
}

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/* header */

header h1,
footer h2 {
    line-height: 0;
}

.navbar-light {
    padding: 0.4em 5em;
    position: absolute;
    z-index: 999;
    width: 80%;
    left: 10%;
    top: 9%;
    border-radius: 70px;
}

a.navbar-brand {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.7em;
    letter-spacing: 1px;
}

a.navbar-brand i {
    color: rgba(0, 0, 0, 0.18);
    font-size: 2em;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 4px 15px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    font-size: 0.95em;
    letter-spacing: 1px;
}

ul.navbar-nav.ml-lg-auto.text-center {
    margin-top: 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #ff924c;
    background: #fff;
    border-radius: 5px;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
    background-color: white;
    color: #000 !important;
    font-weight: 600;
    text-transform: capitalize;
}

.w3ls-btn {
    background: transparent;
    padding: 4px 15px;
    color: #fff;
    text-transform: capitalize;
}

.header-w3_pvt li:last-child {
    margin-left: 1em;
}

.w3ls-btn i {
    font-size: 1.8em;
    color: #fff;
}

ul.header-w3_pvt li span {
    margin-right: 1em;
    color: #fff;
}

.header-top {
    padding: 0.5em 0;
}

.bg-theme {
    background: #ff934b;
    background: -moz-linear-gradient(-45deg, #ff934b 0%, #ff5e62 100%);
    background: -webkit-linear-gradient(-45deg, #ff934b 0%, #ff5e62 100%);
    background: linear-gradient(135deg, #ff934b 0%, #ff5e62 100%);
}

.bg-theme1 {
    background: #0cc5b7;
    background: -moz-linear-gradient(-45deg, #0cc5b7 0%, #2bd891 100%);
    background: -webkit-linear-gradient(-45deg, #0cc5b7 0%, #2bd891 100%);
    background: linear-gradient(135deg, #0062cc 0%, #046cc7 100%);
}

/*-- //header --*/

/* banner */

.banner {
    position: relative;
    z-index: 0;
}

#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
}

ul.callbacks_tabs {
    position: absolute;
    z-index: 2;
    left: 15%;
    bottom: 20%;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ff924c;
}

.callbacks_here a:after {
    background: #fff;
}

.slide-btm-wthree-w3_pvt p i {
    color: #e3ebef;
    font-size: 2em;
    margin-right: 15px;
}

.slide-btm-wthree-pos span {
    color: #eee;
}

/*
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 78%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}*/

#slider-pager a {
    display: inline-block;
}

#slider-pager span {
    float: left;
}

#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider-pager a {
    padding: 0;
}

#slider-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}

.rslides li {
    position: relative;
    display: block;
    float: none;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs li {
    display: inline-block;
}

.callbacks_tabs a {
    visibility: hidden;
    width: 20px;
    line-height: 19px;
    height: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    display: block;
    background: #fff;
    border-radius: 50%;
}

.callbacks_tabs a:hover {
    background: #1165f3;
    color: #fff;
}

.banner1 {
    background: url(../images/banner1.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}


.bgimg-a5{
	background-image: url(../projects/one/images/7ak0.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}


.bgimg-a90{
	background-image: url(../images/1.jpg);
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}


.bgimg-a55{
	background-image: url(../images/2.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a60{
	background-image: url(../images/3.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a65{
	background-image: url(../images/4.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a63{
	background-image: url(../images/5.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}



.bgimg-a62{
	background-image: url(../images/6.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a66{
	background-image: url(../images/7.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a70{
	background-image: url(../images/8.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a71{
	background-image: url(../images/9.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}


.bgimg-a72{
	background-image: url(../images/10.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}


.bgimg-a73{
	background-image: url(../images/11.jpg);
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}


.bgimg-a74{
	background-image: url(../images/12.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}


.bgimg200 {
    position: relative;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.28);
    height: 100vh;
}

.banner2 {
    background: url(../projects/one/images/main-1.jpeg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	height:100vh;
}


.banner90 {
    background: url(../projects/five/images/main.jpeg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	height:100vh;
}


.banner3 {
    background: url(../projects/two/images/main-2.jpeg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	height:100vh;
}


.banner301 {
    background: url(../projects/two/images/main-2.jpeg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	height:100vh;
}




.banner4 {
    background: url(../projects/three/images/main.jpeg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	height:100vh;
}


.banner5 {
    background: url(../projects/four/images/main.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	height:100vh;
}

.banner:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.21);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-text {
    padding: 18vw 0 15vw;
    box-sizing: border-box;
}

.slider-info {
    width: 600px;
}

.slider-info h3 {
    font-size: 2.6em;
    text-transform: capitalize;
    color: #fff;
    word-spacing: 5px;
    letter-spacing: 0px;
    text-shadow: 2px 2px 1px #000;
    font-weight: 800;
    line-height: 1.3;
	font-family: 'DroidKufiLight';
	text-align:center;
	
}

.slider-info span {
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 0px;
    margin-bottom: 15px;
	text-shadow: 2px 2px 1px #000;
    display: block;
	direction:rtl;
	text-align:center;
	font-family:DroidKufiLight;
	font-weight: 800;
}

/*.slider-info span:after {
    content: '';
    width: 20%;
    height: 1px;
    background: #ff725a;
    display: inline-block;
    margin-left: 8px;
}*/

.w3_pvt-link-bnr {
    padding: 8px 24px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border: none;
    text-transform: capitalize;
    border-radius: 30px;
}

/* //banner */

.w3_pvt-contact-top h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #000;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #000;
    font-weight: 600;
}

.form-control {
    background-color: #fff;
    border: none;
}

.close {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

ul.social-iconsv2 li {
    display: inline-block;
    border-radius: 50%;
}

ul.social-iconsv2 li a {
    text-decoration: none;
    font-size: 16px;
}

ul.social-iconsv2 li a i.fab {
    font-size: 18px;
    line-height: 38px;
    width: 30px;
    height: 37px;
    color: #000;
    margin-right: 15px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

ul.list-w3_pvtits li a {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

ul.social-iconsv2 li:first-child a {
    color: #3b5998;
}

ul.social-iconsv2 li:last-child {
    color: #287bbc;
}

.cpy-right p {
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
}

/* //end fixed social */

/* login */

.modal-title {
    letter-spacing: 1px;
    font-size: 1.3em;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border: 10px solid rgba(0, 0, 0, 0.19);
    border-radius: 0.3rem;
    outline: 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.right-w3l input[type="submit"] {
    background: #333;
    border: none;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
}

.col-form-label {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}

.modal-header {
    color: #eee;
    border: none;
    text-transform: capitalize;
    margin: 0 auto;
    width: 100%;
    background: #333;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

/* //modal */

/* section title */

h3.main-title-w3_pvt {
    text-transform: capitalize;
    font-weight: bolder;
    font-size: 1.8em;
    color:#077283;
    margin-bottom: 15px;
    text-align: center;
}

.title-section {
    position: relative;
}

span.title-line:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #077283;
    border: 3px solid #fff;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -7px;
    left: 48%;
}

span.title-line {
    border: 2px solid #077283;
    height: 1px;
    display: block;
    width: 200px;
    margin: 2em auto 13px;
    position: relative;
}

.space-sec1 {
    margin-top: 0em;
}

.space-sec {
    margin-top: 0em;
}

/* //section title */

/* services */

h4.sec-title {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #00a199;
    font-size: 32px;
}

h4.sec-title small {
    color: #222;
    display: block;
    font-size: 23px;
    margin-bottom: 18px;
}

.abt-block i {
    font-size: 2em;
    color: #fff;
    line-height: 2.5;
}

.abt-block h3 {
    font-size: 1.3em;
    font-weight: 600;
    color: #0062cc;
    text-transform: capitalize;
}

.abt-block p {
    line-height: 1.8;
    margin-top: 1em;
    color: #000;
    letter-spacing: 0.5px;
    padding: 0 5px;
}

.abt-block {
    padding: 1em;
}

.abt-block:nth-child(odd) {
    margin-top: 13em;
}

.about-icon-w3 {
    margin-bottom: 1.5em;
}

p.about-txt.text-center {
    /*width: 80%;*/
    margin: 0em auto 20px;
	direction:rtl;
	font-family:DroidKufiLight;
	font-size: 18px;
	text-align:justify !important;
    font-weight: bold;
}

.about-image {
    position: absolute;
    top: 50%;
       width: 40%;
    left: 30%;
}

.about-image img {
    border-radius: 50%;
}

.about-icon-w3 span {
    text-align: center;
    font-size: 3.5em;
    color: #0cc5b7;
}

h5.w3_pvt-title {
    color: #000;
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 2px;
    word-spacing: 1px;
    font-family: 'Lato', sans-serif;
    max-width: 750px;
}

h3.w3_pvt-title {
    font-size: 1.2em;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 4.7px;
}

i.fas.fa-quote-left {
    font-size: 2em;
    color: #e2e2e2;
}

.about-right-text {
    font-size: 1.1em;
    color: #000;
    font-weight: 600;
}

h5.abt-right {
    color: #7c43b8;
    font-size: 2em;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 800;
    margin-top: 1em;
}

/* //services */

/* team */

.row.team {
    padding: 0em 0 2em;
}

.team-wthree-main {
    min-height: 35vh;
}

.team .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

.team-txt {
    position: absolute;
    bottom: -45%;
    border-radius: 10px;
    width: 88%;
    left: 6%;
    padding: 1em;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(209, 209, 209, 0.92);
    -moz-box-shadow: 0px 5px 5px 0px rgba(209, 209, 209, 0.92);
    box-shadow: 0px 5px 5px 0px rgba(209, 209, 209, 0.92);
}

.team-txt h6 {
    color: #000;
    font-size: 1em;
    text-transform: uppercase;
    margin: 15px 0 10px;
    font-weight: 600;
}

.team-txt p {
    color: #fff;
	text-align:center;
}

.team-txt small {
    color: #333;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/* The colour of the indicators */

.team .carousel-indicators li {
    background: #ff725a;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.team .carousel-indicators .active {
    background: #2ad792;
    opacity: 1;
}

/* //team */

/* services */

.services-bottom {
    margin-top: 2%;
}

.service_grid {
    margin: 2% 0 0;
}

.service_grid p {
    color: #333;
    padding: 1em;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: capitalize;
}

/* hover-effect */

h4.item-title {
    font-size: 1.7em;
    text-transform: capitalize;
    margin: 1em 0;
    color: #333;
    font-weight: 600;
}

.ih-item.circle {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: #e3e8e8;
}

.info_circle_icon span {
    color: #fff;
    font-size: 4em;
    width: 160px;
    height: 160px;
    line-height: 160px;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 1px 15px 17px 0px rgba(180, 167, 167, 0.78);
    border-radius: 50%;
}

.ih-item.circle .info h3 {
    color: #fff;
    position: relative;
    font-size: 25px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* //services */

span.fa.fa-user.post-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 41px;
    text-align: center;
    font-size: 1.2em;
    border-radius: 50%;
    bottom: -20px;
    color: #fff;
    right: 10px;
    border: 5px solid #fff;
}

/* //posts */

h4.w3_pvt-ser_bot {
    font-size: 2.5em;
    letter-spacing: 4px;
    word-spacing: 3px;
}

/* //view more *services/
/* stats */

.slide-bg {
    background: url(../images/slide.jpg) no-repeat center;
    background-size: cover;
    min-height: 50vh;
}

.bg-theme1.slide-left {
    padding-top: 8em;
}

p.slide-txt {
    width: 90%;
}

.bg-theme1.slide-left {
    padding: 8em 3em;
}

section.w3_pvt_stats {
    background: url(../images/slide.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

section.w3_pvt_stats:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    background: rgba(13, 17, 18, 0.61);
    z-index: -1;
}

.counter i {
    font-size: 2em;
    color: #0cc5b7;
}

p.count-text {
    letter-spacing: 1px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.timer {
    font-size: 3em;
    font-weight: 600;
}

/* //stats */

/* blog */

.card-body {
    background: rgba(255, 113, 89, 0.14);
}

h5.blog-title a {
    font-size: 0.85em;
    text-transform: uppercase;
    color: #000;
}

.blog-btn {
    background: transparent;
    float: right;
    font-weight: 800;
    color: #333;
}

/* //blog */

/*--  slide bottom --*/

.slide-bottom {
    background: url(../images/stat.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.slide-bottom:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.48);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.slide-btm-wthree-pos h4 {
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.slide-btm-wthree-w3_pvt h4 {
    color: #000;
    font-size: 1em;
    text-transform: capitalize;
    margin: 1em 0 0.5em;
    font-weight: bold;
}

.slide-btm-wthree-w3_pvt p {
    letter-spacing: 1px;
    width: 90%;
    margin: 1em auto 0;
    color: #eee;
    line-height: 40px;
    padding: 1em 2em 3em;
}

/* //slide-bottom */

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent;
}

/*--//newsletter--*/

/* contact */

form.register-wthree .form-control {
    background: #eee;
    font-size: 0.9em;
}

textarea {
    height: 200px;
    resize: none;
}

form.register-wthree .form-control {
    background: #eee;
    padding: 10px;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid #0cc5b7;
    border-radius: 0;
    -webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    -moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
}

.map iframe {
    width: 100%;
    border: 1px solid #17a2b8;
    min-height: 265px;
    margin-top: 1em;
}

/* //contact */

/* footer variant4 */

ul.bottom-links-w3_pvt {
    border-top: 1px solid #1a1d1d;
    border-bottom: 1px solid #1a1d1d;
    padding: 1.5em 0;
    margin: 3em 0;
}

ul.bottom-links-w3_pvt li {
    display: inline-block;
    margin: 0 2em;
}

ul.bottom-links-w3_pvt li:last-child {
    float: right;
}

ul.bottom-links-w3_pvt li a.active,
ul.bottom-links-w3_pvt li a:hover {
    color: #34c663;
}

ul.bottom-links-w3_pvt li a {
    font-size: 14px;
    color: #606161;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footerv4-top {
    padding: 5em 0;
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.footerv4-top:before {
    content: '';
    background: rgba(0, 0, 0, 0.67);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.footerv4-top h3 {
    font-size: 1.1em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.footv4-left h2 a {
    font-size: 0.9em;
    letter-spacing: 0.5px;
    color: #fff !important;
    display: block;
    position: relative;
    margin-bottom: 1em;
    font-weight: 800;
    text-transform: uppercase;
}

ul.d-flex.header-agile li span {
    margin-right: 1em;
    color: #0cc5b7;
}

.footv4-left ul.v4-rel li {
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
}

ul.v4-content li {
    display: block;
    line-height: 2;
}

ul.v4-content li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 1em;
}

.footv4-left p {
    width: 80%;
}

.footerv4-social ul li {
    display: inline-block;
}

span.icon_twitter {
    background: #1da1f2;
}

span.icon_facebook {
    background: #3b5998;
}

span.icon_dribbble {
    background: #ea4c89;
}

span.icon_g_plus {
    background: #dd4b39;
}

.footerv4-social ul li a {
    color: #212121;
}

.footerv4-social ul li span {
    margin-right: 10px;
    color: #fff;
    padding: 10px;
    width: 35px;
    height: 35px;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
}

.footerv4-social ul {
    margin: 1.5em 0 0;
}

.footerv4-social ul li a {
    color: #212121;
}

.footerv4-social ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.cpy-right {
    padding: 1em 0;
    text-align: center;
}

.cpy-right p a {
    color: #fff;
}

/* -- Responsive code -- */

@media screen and (max-width: 1920px) {
    .team-txt {
        bottom: -30%;
    }
}
@media screen and (max-width: 1680px) {
    .team-txt {
        bottom: -31%;
    }
}
@media screen and (max-width: 1600px) {
    .team-txt {
        bottom: -8%;
    }
}

@media screen and (max-width: 1440px) {
    .navbar-light {
        padding: 0.4em 1em;
    }
}

@media screen and (max-width: 1366px) {
    h3.main-title-w3_pvt {
        font-size: 3.5em;
        font-family: DroidKufiLight !important;
    }
}

@media screen and (max-width: 1280px) {
    .w3ls-btn {
        padding: 2px 15px;
    }
    ul.callbacks_tabs {
        left: 6%;
    }
    .abt-block:nth-child(odd) {
        margin-top: 11em;
    }
    .bg-theme1.slide-left {
        padding: 6em 2em;
	}
	.timer {
		font-size: 2.5em;
	}
	p.count-text {
		font-size: 1em;
	}
}

@media screen and (max-width: 1080px) {
    .slider-info h3 {
        font-size: 2.5em;
    }
    .footerv4-top {
        padding: 3em 0;
    }
    .footerv4-top h3 {
        font-size: 1em;
    }
    .about-image {
        top: 38%;
    }
    h3.main-title-w3_pvt {
        font-size: 1.8em;
	}
	.ih-item.circle {
		width: 150px;
		height: 150px;
	}
	.info_circle_icon span {
		font-size: 3em;
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	h5.blog-title a {
		font-size: 0.75em;
	}
}

@media screen and (max-width: 1050px) {
   .row.team {
		padding: 2em 0;
	}
}

@media screen and (max-width: 1024px) {
    .bg-theme1.slide-left {
        padding: 4em 2em;
    }
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        background: #ff934b;
        background: -moz-linear-gradient(-45deg, #ff934b 0%, #ff5e62 100%);
        background: -webkit-linear-gradient(-45deg, #ff934b 0%, #ff5e62 100%);
        background: linear-gradient(135deg, #ff934b 0%, #ff5e62 100%);
        padding: 1em;
        margin-top: 1em;
    }
    .dropdown-menu.show {
        text-align: center;
    }
    .navbar-toggler {
        background: #ff934b;
    }
    ul.callbacks_tabs {
        left: 15%;
    }
    .abt-block:nth-child(odd) {
        margin-top: 0;
    }
    .about-image {
        position: inherit;
    }
    .abt-block {
        padding: 0 8em 2em;
    }
    .about-image {
        width: 34%;
        left: 33%;
    }
    h3.main-title-w3_pvt {
        font-size: 1.8em;
	}
	.slide-btm-wthree-w3_pvt p {
		padding: 1em 2em 1em;
	}
}

@media screen and (max-width: 900px) {
    ul.callbacks_tabs {
        left: 11%;
	}
	.timer {
		font-size: 2.2em;
	}
}

@media screen and (max-width: 800px) {
    .slider-info h3 {
        font-size: 2.3em;
    }
    ul.callbacks_tabs {
        left: 6%;
    }
}

@media screen and (max-width: 768px) {
    ul.callbacks_tabs {
        left: 6%;
    }
    .w3_pvt-link-bnr {
        padding: 4px 20px;
    }
    h3.main-title-w3_pvt {
        font-size: 1.8em;
    }
    span.title-line {
        width: 150px;
	}
	.team-wthree-main {
		min-height: 35vh;
	}
}

@media screen and (max-width: 736px) {
    .header-w3_pvt li:last-child {
        margin-left: 12em;
    }
    .navbar-light {
        top: 15%;
    }
    .slider-info h3 {
        font-size: 2.1em;
    }
    ul.callbacks_tabs {
        left: 14%;
    }
    a.navbar-brand {
        font-size: 0.6em;
        letter-spacing: 1px;
    }
    .footv4-left p {
        width: 100%;
    }
    p.about-txt.text-center {
        width: 100%;
    }
    .abt-block {
        padding: 0 6em 2em;
	}
	.team-txt {
		position: inherit;
		width: 100%;
		left: 0;
	}
	.w3-slide-grid {
		text-align: center;
	}
	.w3-slide-grid:nth-child(even) {
		margin: 3em 0;
	}
	.slide-btm-wthree-w3_pvt p {
		padding: 1em 0em 1em;
	}
	.slide-btm-wthree-w3_pvt p i {
	font-size: 1.8em;
	}

}

@media screen and (max-width: 667px) {
    ul.callbacks_tabs {
        left: 12%;
        bottom: 14%;
    }
}

@media screen and (max-width: 640px) {
    .bg-theme1.slide-left {
        padding: 3em 2em;
	}
	.space-sec {
		margin-top: 1em;
	}
}

@media screen and (max-width: 600px) {
    .w3_pvt-contact-top h4 {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 568px) {
    .header-w3_pvt li:last-child {
        margin-left: 0;
    }
    .header-w3_pvt li,
    .hearder-right-w3_pvt li {
        margin: 0 auto;
        text-align: center;
    }
    .hearder-right-w3_pvt {
        justify-content: center;
        display: flex;
    }
    .navbar-light {
        top: 24%;
    }
    .slider-info h3 {
        font-size: 1.8em;
    }
    ul.callbacks_tabs {
        left: 3%;
    }
    .slider-info span:after {
        width: 10%;
    }
    .footerv4-top {
        padding: 2em 0 0em;
    }
    .footv4-left h2 a {
        font-size: 0.8em;
    }
    .abt-block {
        padding: 0 3em 2em;
    }
    .about-icon-w3 span {
        font-size: 3.3em;
    }
    h3.main-title-w3_pvt {
        font-size: 1.5em;
	}
	.timer {
		font-size: 2em;
	}
	.modal-title {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 480px) {
    
    .bgimg200{
        height: 50vh !important;
        background-color: rgb(0 0 0 / 0%) !important;
        background-size: contain !important;
        background-attachment: inherit;
        
    }
    
    .bgimg-a90{
        background-size: contain !important;
        height: 50vh !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit;
        
    }
    
    
    .bgimg-a55{
        background-size: contain !important;
        height: 50vh !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit;
        
    }
    
    .bgimg-a60{
        background-size: contain !important;
        height: 50vh !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit;
        
    }
    
    
    .bgimg-a65{
        
        background-size: contain !important;
        height: 50vh !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit;
    }
    
    .bgimg-a63{
        background-size: contain !important;
        height: 50vh !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit;
        
    }
    
    .bgimg-a62{
        background-size: contain !important;
        height: 50vh !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit;
        
    }
    
    .bgimg-a70{
        background-size: contain !important;
        height: 50vh !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit;
        
    }
    
    .bgimg-a71{
        background-size: contain !important;
        height: 50vh !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit;
        
    }
    
    .bgimg-a72{
        
        background-size: contain !important;
        height: 50vh !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit;
    }
    
    .bgimg-a73{
         background-size: contain !important;
        height: 50vh !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit;
        
    }
    
    .bgimg-a74{
         background-size: contain !important;
        height: 50vh !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit;
        
    }
    
    .bgimg-a66{
         background-size: contain !important;
        height: 50vh !important;
        background-repeat: no-repeat !important;
        background-attachment: inherit;
        
    }
    
    .containera{
        display: none;
        
    }
    
    .heso{
        display: block !important;
        
    }
    
    .heso img{
            width: 100%;
    height: 30vh;
        
    }
    
    .slider-info h3 {
        font-size: 1.6em;
    }
    .about-image {
        width: 50%;
        left: 25%;
    }
    h3.main-title-w3_pvt {
		font-size: 1.6em;
		line-height: 1.5;
    }
    .bg-theme1.slide-left {
        padding: 2em 1em;
    }
}

@media screen and (max-width: 414px) {
    .slider-info h3 {
        font-size: 1.4em;
    }
    .slider-info span {
        font-size: 0.9em;
    }
    .abt-block {
        padding: 0 0em 2em;
	}
	p.count-text {
		font-size: 0.9em;
		letter-spacing: 0;
	}
	h4.item-title {
		font-size: 1.1em;
	}
	.slide-btm-wthree-w3_pvt p {
		line-height: 25px;
	}
}

@media screen and (max-width: 384px) {
    .slider-info h3 {
        font-size: 1.4em;
        word-spacing: 0;
    }
    .slider-info span {
        font-size: 0.8em;
    }
    .navbar-light {
        top: 22%;
        width: 96%;
        left: 2%;
    }
    .about-icon-w3 span {
        font-size: 3em;
	}
	.w3-abbottom .row {
		display: block !important;
	}
	.counter i {
		font-size: 1.5em;
	}
	.counter {
		margin-bottom: 1em;
		max-width: 100%;
	}
	.row.sub-w3l {
		display: block;
	}
	.forgot-w3l{
		text-align: left !important;
	}
	.slide-btm-wthree-w3_pvt p i {
		font-size: 1.4em;
	}
	
}

@media screen and (max-width: 375px) {
    .slider-info h3 {
        font-size: 1.3em;
    }
    ul.callbacks_tabs {
        left: 5%;
        bottom: 10%;
    }
    h3.main-title-w3_pvt {
        font-size: 1.4em;
	}
	.w3-slide-grid:nth-child(even) {
		margin: 2em 0;
	}
}

@media screen and (max-width: 320px) {
    .w3ls-btn {
        background: transparent;
        padding: 2px 15px;
    }
    .slider-info h3 {
        font-size: 1.1em;
	}
	.modal-title {
		font-size: 1em;
	}
}

/* -- //Responsive code -- */

.blue-bg {
  /*background-color: #4D4545;*/
  color: #0062cc;
  height: 100%;
}

.circle {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #0062cc;
  color: white;
  /*max-height: 50px;*/
  z-index: 2;
}

.how-it-works.row {
  display: flex;
}
.how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #0062cc;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
  height: 100%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #0062cc;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #0062cc;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}


/*new*/

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 0px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #ff725a;
  font-size: 80px;
}

/*/ end count stats /*/


.box {
	display: grid;
	grid-gap: 2.5rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin: 1rem auto;
	max-width: 1200px;
	width: 85%;
	padding:0em !important;
    background: #fff0 !important;
}

.box .card:before,
.box .card:after {
	background-color: #07728361;
	border-radius: 4px;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: box-shadow 0.5s ease,
							transform 0.5s ease;
	width: 100%;
	z-index: -1;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transform: rotateZ(20deg);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transform: rotateZ(10deg);
}


.box .card {
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	height: 300px;
	margin: -3rem auto;
	position: relative;
	width: 300px;
}



.box .card .img-box {
	background-color: #222222;
	bottom: 10px;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: bottom 0.5s ease;
	z-index: 1;
}



.box .card .img-box img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}




/* Blue Background */
.blue {
  text-shadow: 0px 1px 0px #ffffff;
    background-image: -webkit-linear-gradient(top, #87e0fd, #53cbf1);
    background-image: -moz-linear-gradient(top, #87e0fd, #53cbf1);
    background-image: -o-linear-gradient(top, #87e0fd, #53cbf1);
    background-image: linear-gradient(to bottom, #3478d4, #2f79d8);
    -webkit-animation: blue 2s infinite;
    -moz-animation: blue 2s infinite;
    -o-animation: blue 2s infinite;
    animation: blue 2s infinite;
    font-family: gess;
    direction: rtl;
    padding: 8px;

  }

/* Blue Shadow */
@-moz-keyframes blue {
  0%, 100% {
    -moz-box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@-webkit-keyframes blue {
  0%, 100% {
    -webkit-box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@-o-keyframes blue {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@keyframes blue {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }



/******************/
@media (min-width: 768px) {

    /* show 3 items */
    .carouselPrograms .carousel-inner .active,
    .carouselPrograms .carousel-inner .active + .carousel-item,
    .carouselPrograms .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carouselPrograms .carousel-inner .carousel-item-next,
    .carouselPrograms .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carouselPrograms .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .carouselPrograms .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .carouselPrograms .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}


/***********/

.media{
  -webkit-box-shadow: 10px 10px 61px 6px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 61px 6px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 61px 6px rgba(0,0,0,0.75);
}






/*video*/

header2 {
  position: relative;
  background-color: black;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

header2 iframe {
  position: absolute;
  top: 45%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header2 .container {
  position: relative;
  z-index: 2;
}

header2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff1e0;
  opacity: 1;
  z-index: 1;
  visibility:visible;
}

@media (pointer: coarse) and (hover: none) {
  
  header2 iframe {
    display: block;
  }
}


/*****************/

#cd-lateral-nav li>a{
	text-align:right !important;
	
}

.articleSocialMediaIcons a{
	color:white !important;
	
}

footer .middle .navMenu ul .has-children a{
	text-align:right;
	line-height:25px;
}

footer .bottom{
	height:45px;
	
}



/**/

.carousel-control-next, .carousel-control-prev{
	width:6% !important;
	
}


#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
	width:900px;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}








.services-section {
    background-color: var(--black);
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding-bottom: 8rem;
        display: flex;
    flex-direction: column;
    direction: rtl;
}

.services-heading {
    color: var(--white);
    text-align: center;
    margin-bottom: 1rem;
    padding-top: 3rem;
    font-size: 1.2rem;
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    transform: translateY(80px);
    padding: 0;
    /*background-color: var(--darkgray);*/
    height: auto;
}

.services-cell {
    flex: 0 1 250px;
    max-width: 250px;
    height: 275px;
    margin: 2px;
    position: relative;
    text-align: center;
    z-index: 1;
    box-shadow:  0px 0px 15px 0px rgba(0,0,0,0.8);
    clip-path: polygon( 50% 0%, 
                        100% 25%,
                        100% 75%,
                        50% 100%,
                        0% 75%,
                        0% 25%);
    cursor: pointer;
}

.services-cell_img {
    object-fit: cover;
    object-position: center;
}

.services-cell-text {
    height: 100%;
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    transition: opacity 350ms;
    text-shadow: 2px 2px 2px var(--darkgray);
        top: 0%;
    position: absolute;
    left: 18%;
}

.services-cell::before, .services-cell::after, .services-cell_img {
    top: -50%;
    width: 100%;
    height: 100%;
    display: block;
    /*position: absolute;*/
    clip-path: polygon( 50% 0%, 
                        100% 25%,
                        100% 75%,
                        50% 100%,
                        0% 75%,
                        0% 25%);
    z-index: -1;
}

.services-cell:hover {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    transform: scale(1.2);
    z-index: 99;
    overflow: hidden;
}

.services-cell::before {
    content: "";
    position: absolute;
    opacity: 0.4;
    width: 350px;
    height: 70px;
    background-color: var(--white);
    top: 50;
    left: 0;
    z-index: 1;
    transform: rotate(45deg);
    transition: transform 1.5s;
}

.services-cell:hover::before {
    transform: translate(-100px, 600%) rotate(45deg);
    transition: transform 0.5s;
}







@media (min-width: 576px){
	.modal-dialog {
    max-width: 900px !important;
    margin: 1.75rem auto;
}
	
}


.table .thead-dark th{
	    background-color: #2f75d3;
    border-color: #2f75d3;
	
}

.top-left {
  position: absolute;
 top: 14%;
    left: 11%;
    /*background: #2f75d3ad;*/
    padding: 2px;
    color: white;
	font-size: 15px;
}




@media only screen and (max-width: 600px) {
  .mob { 
   display:none; 
  }
}



/***************/


.page {
  width: 100%;
  height: 100%;
}

.phone {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 800px;

}

.chat-root {
  height: 100%;
}

.wa-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
.wa-container .status-bar {
  height: 25px;
  background: #054d44;
  color: #fff;
  font-size: 14px;
  padding: 0 8px;
}
.wa-container .status-bar:after {
  content: "";
  display: table;
  clear: both;
}
.wa-container .status-bar div {
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 0 0 8px;
}
.wa-container .user-bar {
  height: 55px;
  background: #075e54;
  color: #fff;
  padding: 0 8px;
  font-size: 24px;
}
.wa-container .user-bar:after {
  content: "";
  display: table;
  clear: both;
}
.wa-container .user-bar div {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.wa-container .user-bar div.actions {
  float: right;
  margin: 0 0 0 20px;
}
.wa-container .user-bar div.actions.more {
  margin: 0 12px 0 20px;
}
.wa-container .user-bar div.actions.attachment i {
  display: block;
  transform: rotate(-45deg);
}
.wa-container .user-bar .user {
  margin: 0 0 0 8px;
  width: 36px;
  height: 36px;
}
.wa-container .user-bar .user img {
  border-radius: 50%;
  display: block;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  width: 100%;
}
.wa-container .user-bar .user-name {
  font-size: 16px;
  margin: 0 0 0 8px;
  width: 165px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wa-container .user-bar .user-name span {
  display: block;
  font-size: 12px;
}
.wa-container .bottom-bar {
  height: 20px;
  background: #075e54;
  color: #fff;
  font-size: 22px;
}
.wa-container .bottom-bar div {
  width: 33.333333%;
  float: left;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.wa-container .bottom-bar div.triangle i {
  display: block;
  transform: rotate(-90deg);
}
.wa-container .chat-window {
  height: calc(100% - 152px);
  position: relative;
  background: url("http://valeriopierbattista.com/projects/wutsapp/images/dist/wall.jpg");
  background-size: 100%;
  box-shadow: inset 0 10px 10px -10px #000000;
}
.wa-container .chat-window:after {
  content: "";
  display: table;
  clear: both;
}
.wa-container .chat-window .conversation {
  width: 100%;
  overflow: auto;
  height: calc(100% - 68px);
  padding: 0 16px;
}
.wa-container .chat-window .conversation:after {
  content: "";
  display: table;
  clear: both;
}
.wa-container .chat-window .balloon {
  padding: 8px;
  position: relative;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  clear: both;
  margin: 8px 0;
  max-width: 85%;
}
.wa-container .chat-window .balloon:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.wa-container .chat-window .balloon .data {
  display: inline-block;
  padding: 0 20px 0 16px;
  font-size: 11px;
  color: #b9b9b9;
  position: relative;
  bottom: -5px;
  float: right;
  background-repeat: no-repeat;
  background-position: right 3px;
  background-color: transparent;
  background-size: 16px auto;
}
.wa-container .chat-window .balloon .data.blue {
  background-image: url("http://wutsapp.net/images/dist/blue.png");
}
.wa-container .chat-window .balloon img {
  width: 100%;
}
.wa-container .chat-window .balloon:first-child {
  margin: 16px 0 8px;
}
.wa-container .chat-window .balloon.him {
  background: #fff;
  float: left;
  border-radius: 0px 5px 5px 5px;
}
.wa-container .chat-window .balloon.him .data {
  padding: 0 0 0 16px;
}
.wa-container .chat-window .balloon.him:after {
  top: 0;
  left: -10px;
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.wa-container .chat-window .balloon.you {
  background: #e1ffc7;
  float: right;
  border-radius: 5px 0px 5px 5px;
}
.wa-container .chat-window .balloon.you:after {
  top: 0;
  right: -10px;
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
}
.wa-container .chat-window .textarea {
  width: 100%;
  z-index: 2;
  left: 0;
  position: absolute;
  bottom: 8px;
  height: 50px;
  padding: 0 0 0 8px;
}
.wa-container .chat-window .textarea:after {
  content: "";
  display: table;
  clear: both;
}
.wa-container .chat-window .textarea ::-webkit-input-placeholder {
  color: #b9b9b9;
}
.wa-container .chat-window .textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b9b9b9;
}
.wa-container .chat-window .textarea :-ms-input-placeholder {
  color: #b9b9b9;
}
.wa-container .chat-window .textarea div,
.wa-container .chat-window .textarea textarea {
  height: 100%;
  float: left;
  background: #fff;
}
.wa-container .chat-window .textarea .emoticons {
  width: 10%;
  background: url("http://valeriopierbattista.com/projects/wutsapp/images/dist/smile.png") center center no-repeat #fff;
  background-size: 20px;
  border-radius: 5px 0 0 5px;
    display: none;
}
.wa-container .chat-window .textarea textarea {
  width: 63%;
  border: 0;
  outline: none;
  padding-top: 14px;
  resize: none;
    display: none;
}
.wa-container .chat-window .textarea .photo {
  width: 10%;
  border-radius: 0 0 5px 0;
  position: relative;
  text-align: center;
    display: none;
}
.wa-container .chat-window .textarea .photo:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  top: 0;
  right: -10px;
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}
.wa-container .chat-window .textarea .photo i {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #7d8488;
  font-size: 24px;
}
.wa-container .chat-window .textarea .send-mic {
  width: 17%;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.wa-container .chat-window .textarea .send-mic .circle-cont {
  color: #fff;
  border-radius: 50%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00897b;
  width: 48px;
  height: 48px;
  box-shadow: 0 1px 0 #00564d;
    display: none;
}
.wa-container .chat-window .textarea .send-mic .circle-cont i {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.wrapperchat {
  height: calc(100% - 81px);
}


.page.nexus6 .wa-container {
  width: 50%;
  height: 400px;
  padding: 6px 0 0;
}
.page.nexus6 .wa-container .chat-window {
  height: calc(100% - 55px);
}
.page.nexus6 .wrapperchat {
  height: calc(100% - 69px);
}

.more {
  position: absolute;
  bottom: 30px;
  left: 10px;
}
.more a, .more a:visited {
  padding: 10px 20px;
  color: black;
  font-size: 24px;
  background: yellow;
}


/*new**/

.containera {
  height: 100vh;
  width: 100%;
    margin-top: 0%;
}

.top {
  background: #fff;
  height: 100vh;
  overflow: hidden;
  width: 100%;
}
.sectiona {
  height: 100vh;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.image {
  height: 100vmax;
  left: calc(50% - 75vmax);
  width: 150vmax;
  top: calc(50% - 50vmax);
  position: absolute;
}
.image1 {
  clip-path: polygon(0 100%, 0 29.863846%,0.3125% 30.21875%,0.4375% 30.625%,0.6875% 31.125%,0.9375% 31.1875%,1.0625% 31.71875%,1.3125% 32.40625%,1.53125% 32.3125%,1.96875% 32.375%,2.21875% 32.0625%,2.59375% 32.21875%,2.53125% 32.71875%,3.15625% 33.09375%,3.71875% 33.78125%,4% 34.4375%,4.15625% 34.5%, 4.15625% 34.90625%,4.4375% 35.0625%, 4.4375% 35.4375%,4.5625% 36.5%,4.6875% 36.6875%,4.71875% 37.03125%,5.84375% 38%,6% 37.625%,6.28125% 37.65625%,6.59375% 38.1875%,6.8125% 38.71875%,15.4375% 45.5%,16.75% 46.53125%,17.5% 47.40625%,21.34375% 49.84375%,21.65625% 49.5%,21.875% 49.65625%,22.125% 49.8125%,22.5625% 49.8125%,22.75% 50.0625%,23.0625% 50.125%,23.21875% 50.28125%,23.59375% 50.28125%,23.75% 50.46875%,23.96875% 50.25%,24.21875% 50.25%,24.46875% 50.125%,25% 50.4375%,25.21875% 50.71875%,25.5625% 50.75%,25.875% 50.625%,26.5625% 50.8125%,27.34375% 50.9375%,27.5625% 50.84375%,27.8125% 50.96875%,28.34375% 50.875%,29.03125% 51.09375%,29.59375% 51.125%,30.21875% 51.3125%,30.65625% 50.96875%,30.96875% 51.9375%,31.5625% 51.8125%,31.8125% 52.21875%,32.0625% 51.75%,32.40625% 51.9375%,32.84375% 51.9375%,33.0625% 52.53125%,33.34375% 52.5625%,33.40625% 53.0625%,33.8125% 52.875%,34.125% 53.4375%,34.46875% 53.96875%,34.71875% 53.53125%,35.3125% 53.75%, 35.3125% 54%,35.65625% 53.78125%,35.71875% 54%,36.15625% 54.125%,36.5% 54.28125%, 36.5% 54.5%,36.96875% 54.5%,37.09375% 54.96875%,37.8125% 55.03125%,38.25% 55.46875%,38.6875% 55.6875%,38.9375% 55.46875%,39.4375% 55.875%,39.5% 56.25%,40.28125% 56.21875%,40.65625% 56.4375%,40.8125% 56.375%, 40.8125% 56.6875%,41.25% 56.78125%,41.53125% 57.0625%,41.75% 57.34375%,42.125% 57.1875%,42.3125% 57.34375%,42.875% 57.59375%,43.21875% 57.65625%,44.40625% 58.375%,44.875% 58.59375%,45.125% 59.21875%,45.5% 59.03125%,45.84375% 59.34375%,45.6875% 60.09375%,45.96875% 60.1875%,46.71875% 60.75%,47.3125% 60.90625%,47.8125% 60.71875%,48.09375% 60.59375%,48.46875% 60.9375%,48.28125% 61.4375%,48.1875% 61.6875%,49.59375% 62.34375%,49.875% 61.78125%,50.4375% 61.90625%,50.65625% 62.65625%,51.03125% 62.25%,51.8125% 62.59375%,52.0625% 62.5%,52.6875% 63.25%,52.3125% 63.8125%,52.53125% 64.0625%,53.0625% 63.40625%,53.65625% 63.625%,53.71875% 64.21875%,54.03125% 64.25%,54.1875% 64.71875%,54.65625% 65.28125%,54.875% 64.6875%,55.21875% 64.84375%,56.65625% 65.25%,57.375% 65.78125%,58.21875% 66.15625%,58.84375% 66.625%,61.625% 66.4375%,61.96875% 66.4375%,62.09375% 66.96875%,62.65625% 67.15625%,62.96875% 66.90625%,63.21875% 67.59375%,63.84375% 67.125%,64.5% 67.25%,64.4375% 67.78125%,65.1875% 67.125%,65.625% 67.8125%, 65.625% 68.1875%,66% 68.53125%,66.75% 69.15625%,67.4375% 70.15625%,67.71875% 69.9375%,68.625% 70.78125%, 68.625% 70.78125%,70% 72.03125%,70.53125% 71.78125%,71.40625% 71.796875%,72.734375% 70.796875%,75.109375% 68.90625%,75.359375% 68.53125%,75.390625% 68.078125%,75.546875% 67.640625%,75.6875% 67.640625%,75.765625% 67.46875%,75.890625% 67.390625%,76.1875% 67.03125%,76.234375% 66.890625%,76.46875% 66.9375%,76.84375% 66.515625%,77% 66.375%,77.21875% 66.421875%,77.390625% 66.171875%,77.515625% 66.171875%,77.890625% 65.671875%,77.9375% 65.359375%,78.125% 65.078125%,78.25% 64.9375%,78.28125% 64.734375%,78.34375% 64.59375%,78.4375% 62.96875%,78.609375% 62.390625%,78.96875% 61.75%,79.203125% 61.265625%,79.328125% 61.21875%,79.359375% 60.78125%,79.5625% 60.59375%,79.765625% 60.453125%,80.0625% 60.359375%,80.09375% 60.5%,80.28125% 60.375%,80.65625% 60.40625%,80.765625% 60.203125%,80.953125% 60.265625%,81.046875% 59.90625%,81.203125% 59.796875%,81.390625% 59.875%,81.546875% 59.5625%,81.6875% 59.296875%,81.84375% 59.5625%,82.046875% 59.140625%,82.15625% 59.078125%,82.40625% 58.953125%,82.578125% 59.03125%,82.890625% 59%,83% 59.3125%,83.359375% 59.546875%,83.53125% 59.453125%,83.71875% 59.578125%,83.75% 60.015625%,83.8125% 60.09375%,83.96875% 59.890625%,84.203125% 59.90625%,84.359375% 60.046875%,84.640625% 59.828125%,84.890625% 59.71875%,84.984375% 59.859375%,85.296875% 59.9375%,85.482581% 60.114758%,85.79194% 60.291535%,85.957668% 59.982176%, 85.957668% 59.717011%,86.178639% 59.484991%,86.510095% 59.120389%,86.642678% 59.208778%,86.808406% 59.230875%,86.974134% 59.076195%,87.161959% 59.043049%,87.405027% 58.65635%,87.548658% 58.20336%, 87.548658% 57.82771%,87.405027% 57.529399%,87.515513% 57.275282%,87.548658% 57.010117%,87.747532% 57.308428%,87.9906% 57.286331%,88.134231% 56.999069%,88.344153% 57.076409%,88.543027% 56.866486%,88.587221% 56.490836%,88.763998% 56.314059%,88.951823% 56.468739%,89.250134% 56.645516%,89.515299% 56.468739%,89.614736% 56.214622%,89.780464% 56.291962%,89.990386% 55.938409%,90.001435% 55.463321%,90.156115% 55.198156%,90.222406% 54.8667%,90.454425% 54.667826%,90.741687% 54.480001%,90.763784% 54.082253%,90.95161% 53.828137%,91.216775% 53.717651%,91.393551% 53.684506%,91.504037% 53.408292%,91.78025% 53.319904%,91.968076% 53.463535%,92.299532% 53.419341%,92.343726% 53.098933%,92.421066% 52.911108%, 92.421066% 52.623846%,92.664134% 52.325535%,93.017687% 52.192953%,93.360192% 51.364312%,93.647454% 50.568817%,94.067299% 49.86171%,94.376658% 49.695982%,94.553435% 49.839613%,94.807551% 49.298234%,95.083765% 49.077263%,95.19425% 48.502739%,95.72458% 48.049749%,95.923454% 48.027652%,95.978697% 47.751438%,96.56427% 47.519419%,96.796289% 47.640953%,96.984114% 47.861923%,97.370813% 47.817729%,97.790658% 47.784584%,98.100017% 47.563613%,98.287843% 47.563613%,98.508813% 47.176914%,98.807124% 47.13272%,99.226969% 46.878603%,99.403745% 46.624487%,99.989318% 46.381419%,100% 100%);
  -webkit-clip-path: polygon(0 100%, 0 29.863846%,0.3125% 30.21875%,0.4375% 30.625%,0.6875% 31.125%,0.9375% 31.1875%,1.0625% 31.71875%,1.3125% 32.40625%,1.53125% 32.3125%,1.96875% 32.375%,2.21875% 32.0625%,2.59375% 32.21875%,2.53125% 32.71875%,3.15625% 33.09375%,3.71875% 33.78125%,4% 34.4375%,4.15625% 34.5%, 4.15625% 34.90625%,4.4375% 35.0625%, 4.4375% 35.4375%,4.5625% 36.5%,4.6875% 36.6875%,4.71875% 37.03125%,5.84375% 38%,6% 37.625%,6.28125% 37.65625%,6.59375% 38.1875%,6.8125% 38.71875%,15.4375% 45.5%,16.75% 46.53125%,17.5% 47.40625%,21.34375% 49.84375%,21.65625% 49.5%,21.875% 49.65625%,22.125% 49.8125%,22.5625% 49.8125%,22.75% 50.0625%,23.0625% 50.125%,23.21875% 50.28125%,23.59375% 50.28125%,23.75% 50.46875%,23.96875% 50.25%,24.21875% 50.25%,24.46875% 50.125%,25% 50.4375%,25.21875% 50.71875%,25.5625% 50.75%,25.875% 50.625%,26.5625% 50.8125%,27.34375% 50.9375%,27.5625% 50.84375%,27.8125% 50.96875%,28.34375% 50.875%,29.03125% 51.09375%,29.59375% 51.125%,30.21875% 51.3125%,30.65625% 50.96875%,30.96875% 51.9375%,31.5625% 51.8125%,31.8125% 52.21875%,32.0625% 51.75%,32.40625% 51.9375%,32.84375% 51.9375%,33.0625% 52.53125%,33.34375% 52.5625%,33.40625% 53.0625%,33.8125% 52.875%,34.125% 53.4375%,34.46875% 53.96875%,34.71875% 53.53125%,35.3125% 53.75%, 35.3125% 54%,35.65625% 53.78125%,35.71875% 54%,36.15625% 54.125%,36.5% 54.28125%, 36.5% 54.5%,36.96875% 54.5%,37.09375% 54.96875%,37.8125% 55.03125%,38.25% 55.46875%,38.6875% 55.6875%,38.9375% 55.46875%,39.4375% 55.875%,39.5% 56.25%,40.28125% 56.21875%,40.65625% 56.4375%,40.8125% 56.375%, 40.8125% 56.6875%,41.25% 56.78125%,41.53125% 57.0625%,41.75% 57.34375%,42.125% 57.1875%,42.3125% 57.34375%,42.875% 57.59375%,43.21875% 57.65625%,44.40625% 58.375%,44.875% 58.59375%,45.125% 59.21875%,45.5% 59.03125%,45.84375% 59.34375%,45.6875% 60.09375%,45.96875% 60.1875%,46.71875% 60.75%,47.3125% 60.90625%,47.8125% 60.71875%,48.09375% 60.59375%,48.46875% 60.9375%,48.28125% 61.4375%,48.1875% 61.6875%,49.59375% 62.34375%,49.875% 61.78125%,50.4375% 61.90625%,50.65625% 62.65625%,51.03125% 62.25%,51.8125% 62.59375%,52.0625% 62.5%,52.6875% 63.25%,52.3125% 63.8125%,52.53125% 64.0625%,53.0625% 63.40625%,53.65625% 63.625%,53.71875% 64.21875%,54.03125% 64.25%,54.1875% 64.71875%,54.65625% 65.28125%,54.875% 64.6875%,55.21875% 64.84375%,56.65625% 65.25%,57.375% 65.78125%,58.21875% 66.15625%,58.84375% 66.625%,61.625% 66.4375%,61.96875% 66.4375%,62.09375% 66.96875%,62.65625% 67.15625%,62.96875% 66.90625%,63.21875% 67.59375%,63.84375% 67.125%,64.5% 67.25%,64.4375% 67.78125%,65.1875% 67.125%,65.625% 67.8125%, 65.625% 68.1875%,66% 68.53125%,66.75% 69.15625%,67.4375% 70.15625%,67.71875% 69.9375%,68.625% 70.78125%, 68.625% 70.78125%,70% 72.03125%,70.53125% 71.78125%,71.40625% 71.796875%,72.734375% 70.796875%,75.109375% 68.90625%,75.359375% 68.53125%,75.390625% 68.078125%,75.546875% 67.640625%,75.6875% 67.640625%,75.765625% 67.46875%,75.890625% 67.390625%,76.1875% 67.03125%,76.234375% 66.890625%,76.46875% 66.9375%,76.84375% 66.515625%,77% 66.375%,77.21875% 66.421875%,77.390625% 66.171875%,77.515625% 66.171875%,77.890625% 65.671875%,77.9375% 65.359375%,78.125% 65.078125%,78.25% 64.9375%,78.28125% 64.734375%,78.34375% 64.59375%,78.4375% 62.96875%,78.609375% 62.390625%,78.96875% 61.75%,79.203125% 61.265625%,79.328125% 61.21875%,79.359375% 60.78125%,79.5625% 60.59375%,79.765625% 60.453125%,80.0625% 60.359375%,80.09375% 60.5%,80.28125% 60.375%,80.65625% 60.40625%,80.765625% 60.203125%,80.953125% 60.265625%,81.046875% 59.90625%,81.203125% 59.796875%,81.390625% 59.875%,81.546875% 59.5625%,81.6875% 59.296875%,81.84375% 59.5625%,82.046875% 59.140625%,82.15625% 59.078125%,82.40625% 58.953125%,82.578125% 59.03125%,82.890625% 59%,83% 59.3125%,83.359375% 59.546875%,83.53125% 59.453125%,83.71875% 59.578125%,83.75% 60.015625%,83.8125% 60.09375%,83.96875% 59.890625%,84.203125% 59.90625%,84.359375% 60.046875%,84.640625% 59.828125%,84.890625% 59.71875%,84.984375% 59.859375%,85.296875% 59.9375%,85.482581% 60.114758%,85.79194% 60.291535%,85.957668% 59.982176%, 85.957668% 59.717011%,86.178639% 59.484991%,86.510095% 59.120389%,86.642678% 59.208778%,86.808406% 59.230875%,86.974134% 59.076195%,87.161959% 59.043049%,87.405027% 58.65635%,87.548658% 58.20336%, 87.548658% 57.82771%,87.405027% 57.529399%,87.515513% 57.275282%,87.548658% 57.010117%,87.747532% 57.308428%,87.9906% 57.286331%,88.134231% 56.999069%,88.344153% 57.076409%,88.543027% 56.866486%,88.587221% 56.490836%,88.763998% 56.314059%,88.951823% 56.468739%,89.250134% 56.645516%,89.515299% 56.468739%,89.614736% 56.214622%,89.780464% 56.291962%,89.990386% 55.938409%,90.001435% 55.463321%,90.156115% 55.198156%,90.222406% 54.8667%,90.454425% 54.667826%,90.741687% 54.480001%,90.763784% 54.082253%,90.95161% 53.828137%,91.216775% 53.717651%,91.393551% 53.684506%,91.504037% 53.408292%,91.78025% 53.319904%,91.968076% 53.463535%,92.299532% 53.419341%,92.343726% 53.098933%,92.421066% 52.911108%, 92.421066% 52.623846%,92.664134% 52.325535%,93.017687% 52.192953%,93.360192% 51.364312%,93.647454% 50.568817%,94.067299% 49.86171%,94.376658% 49.695982%,94.553435% 49.839613%,94.807551% 49.298234%,95.083765% 49.077263%,95.19425% 48.502739%,95.72458% 48.049749%,95.923454% 48.027652%,95.978697% 47.751438%,96.56427% 47.519419%,96.796289% 47.640953%,96.984114% 47.861923%,97.370813% 47.817729%,97.790658% 47.784584%,98.100017% 47.563613%,98.287843% 47.563613%,98.508813% 47.176914%,98.807124% 47.13272%,99.226969% 46.878603%,99.403745% 46.624487%,99.989318% 46.381419%,100% 100%);
}
.image2 {
  opacity: var(--opacity);
  transform: scale(var(--scale));
  -moz-transform:  none;
}
.top-title {
  color: white;
  font-size: 12vmax;
  letter-spacing: 0.5vmax;
  position: absolute;
  top: calc(37% - 6vmax);
  text-align: center;
  transform: translateY(var(--moveY)) scale(var(--scale));
  width: 100%;
}


.zero {
 padding: 42px;
    color: #fff;
    width: 50%;
    position: absolute;
    left: 53%;
    top: 8rem;
  }


.youtube {
    /*background-color: #000;*/
    margin-bottom: 30px;
    position: relative;
    /*padding-top: 47%;*/
    overflow: hidden;
    cursor: pointer;
	width: 100%;
    margin: auto;
   /* border: 5px solid #aa120d;
    border-radius: 5px;*/
	height: 500px;

}
.youtube img {
    width: 100%;
    top: -20.82%;
    left: 0;
    opacity: 1;

}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/******************grid*//

.containeri > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  overflow: hidden;
}

.containeri > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translateY(100%);
  transition-duration: .75s;
}



.containeri > a > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 1s;
}

.containeri > a:hover > img {
  transform: scale(1.05);
}

.containeri {
  display: grid;
  grid-gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(var(--width), 1fr));
  grid-auto-rows: var(--height);
  grid-auto-flow: dense;
}

.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}


 .heso{
        display: none;
        
    }