


@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: #1d1d1d 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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: DroidKufiLight;
}

p {
    margin: 0;
    color: #ffd9b1;
    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/main.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(../projects/four/images/2.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}


.bgimg-a55{
	background-image: url(../projects/four/images/3.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a60{
	background-image: url(../projects/four/images/4.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a65{
	background-image: url(../projects/four/images/5.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a63{
	background-image: url(../projects/four/images/6.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}



.bgimg-a62{
	background-image: url(../projects/four/images/7.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a66{
	background-image: url(../projects/four/images/8.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a70{
	background-image: url(../projects/four/images/9.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a71{
	background-image: url(../projects/four/images/10.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(../images/main-1.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;
}


.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/image-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:#ff4d4d;
    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: 50vh;
}

.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: 2.1em;
        font-family: DroidKufiLight !important;
        direction: rtl;
        line-height: 80px;
        color:#fbaa19 !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) {
    
    .banner1{
        height: 25vh;
    margin-top: 8%;
        
    }
    
    #home{
        display: block !important;
        
    }
    
    .som{
        display: none !important; 
        
    }
    
    .m1{
        display: none !important; 
        
    }
    
    .m2{
        display: none !important; 
        
    }
    
    .m3{
        display: none !important; 
        
    }
    
    
    .m4{
        display: none !important; 
        
    }
    
    .m5{
        display: none !important; 
        
    }
    
    .m6{
        display: none !important; 
        
    }
    
    img{
        width: 100%;
        
    }
    
    .backArea2{
        display: none;
        
    }
    
    
    .backArea3{
        position: absolute!important;
        right: 4px !important;
    top: 27% !important;
        
    }
    
    #content{
        max-width: 100% !important;
        
    }
    
    
    .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);
}

.containera:before {
  content: '';
  z-index: 2;
  position: absolute;
  width: 1100px;
  height: 500px;
  -webkit-box-shadow: 0 0 0 7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 0 7px rgba(0,0,0,0.75);
  box-shadow: 0 0 0 10px rgba(0,0,0,0.75);
/*   box-shadow: 0px 0px 61px 6px rgba(0,0,0,0.68); */
  pointer-events: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}




/*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;
}

.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;
}



.boxx {
  background-color: transparent;
  border-radius: 3px;
  color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 450px;
  transform-style: preserve-3d;
  perspective: 2000px;
  transition: 0.4s;
  text-align: center;
    margin-top: 20%;
}
.boxx:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-top: 20px solid #d31515a1;
  border-left: 20px solid #d31515a1;
  box-sizing: border-box;
}
.boxx:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 20px solid #d31515a1;
  border-right: 20px solid #d31515a1;
  box-sizing: border-box;
}
.boxx .fas {
  font-size: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px !important;
  background-color: #fff;
  color: #2C3A47;
}
.boxx .fa2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.boxx .text {
  position: absolute;
  top: 30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% - 60px);
  background-color: #012b52;
  border-radius: 3px;
  transition: 0.4s;
}
.boxx .text .fa1 {
  position: absolute;
  top: 0;
  left: 0;
}
.boxx .text div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 30px 60px;
  line-height: 1.5;
  box-sizing: border-box;
}
.boxx .text div h3 {
  font-size: 20px;
  margin-bottom: 5px;
    font-style: italic;
}
.boxx .text div p {
  font-size: 15px;
    font-style: italic;
}
.boxx:hover {
  transform: translate(-50%, -50%) rotateY(-20deg) skewY(3deg);
}
.boxx:hover .text {
  transform: rotateY(20deg) skewY(-3deg);
}




/**************/


.oly{
    margin-bottom: 15%;
    
}

.m3{
       position: absolute;
    left: 48%;
    top: 9%;
    
}

.m5{
       position: absolute;
    left: 72%;
    top: 39%;
    
}

.m6{
           position: absolute;
    left: 48%;
    top: 62%;
}
    


.m2{
        position: absolute;
    left: 11%;
    top: 33%;
    
}

.m4{
      position: absolute;
    top: 62%;
    left: 29%;
    
}

#content {
  max-width: 64%;
  margin: 0vh auto;
}

.testimonial blockquote {
  margin: 10px 10px 0;
  background: #ffd9b1;
  padding: 20px 60px;
  position: relative;
  border: none;
  border-radius: 8px;
  font-style: italic;
    text-align: justify;
    direction: rtl;
    font-weight: bold;
    font-size: 17px;
    color:#1c1c1c;
    word-spacing: -2px;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 80px;
  line-height: 1;
  color: #d98328 !important;
  font-style: normal;
}

.testimonial blockquote:before {
  top: 0;
  left: 10px;
}

.testimonial blockquote:after {
  content: "\201D";
  right: 10px;
  bottom: -0.5em;
}

.testimonial div {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffd9b1;
  margin: 0 0 0 60px;
}

.testimonial p {
  margin: 8px 0 0 20px;
  text-align: left;
  color: #ffd9b1;
        font-weight: bold;
    font-style: italic;
    font-size: 14px;
}



.btn{
    padding: 0px !important;
    
}


.backArea3 {
    position: fixed;
    display: block;
    right: 30px;
    top: 115px;
    width: 70px;
    z-index: 100;
}

.backArea3 img {
    width: 75%;
	margin-bottom:10px;
        margin-top: -8px;
}


.sound {
    position: fixed;
    display: block;
    left: -8%;
    top: 20px;
    width: 300px;
    z-index: 100;
}

.sound img {
    width: 100%;
}


#home{
        display: none;
        
    }

/****************/

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
        border: 10px solid #d98328;
    border-radius: 10px;
    
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.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;
}