@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

body {
	font-family: "cairo";
}


.top-nav a {
	color: #0B542D !important;
}
a {
	color: #0B542D ;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #000000;
	
}

.carousel-indicators .btn-custom.active {
  width: 10px;
  height: 10px;
  border-radius: 100%;
border:1px solid #0B542D;
}

.carousel-indicators .btn-custom {
  width: 10px;
  height: 10px;
  border-radius: 100%;
	border:1px solid #0B542D;
}

.btn-primary {
	    background-color: #0B542D;
    border-color: #0B542D;
}
.btn-primary:hover,.btn-primary:active {
	    background-color: #0B542D;
    border-color: #0B542D;
}

.custom-link {
	background-color: #0B542D;
	color:#fff;
	border-radius:20px;
	padding:4px 30px;
	text-decoration: none;
	border: 1px solid #0B542D;
}
section {
	padding-top:60px;
}
section .slider{
	height:100vh !important;
}

.bg-custom-1 {
	background-color: #0B542D;
}

.bg-custom-2 {
	background-color: #F5F2E4;
}

.middle-align-custom {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	position: relative;
}



.carousel .carousel-caption {
	position: absolute;
    display: inline;
    top: 45%;
    transform: translate(-50%,-45%);
    left: 50%;
}
.carousel .carousel-caption .main-logo {
	width: 250px;
    height: auto;
	
}

/* slider responsive */

::-webkit-scrollbar { 
    display: none; 
}

#slide-show {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw !important;
}

.slide-text {
  font-size: 20px;
  color: #fff;
  text-align:center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
 	margin:auto;
}

.slide-text img {
	width:auto;
}

.slide-text b {
  font-weight: 400; 
}

.slide-text h2 {
  font-weight: 200;
  font-family: Raleway;
  font-size: 50px;
  text-align: center;
  line-height: 60px;
  letter-spacing: 1px;
  color: #fff;
}

.slidex {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: -1;
}

.activx {
  opacity: 1;
}

.slideshow-nav {
	color:#0B542D !important;
  position: absolute;
  bottom: 50%; 
  width: 100vw;
  min-width: 100vw !important;
  font-size: 30px;
  background: transparent;  
}
.slideshow-nav .nav-link {
	color:#0B542D !important;
}
.previousx {
  float: left;
}

.nextx {
  float: right;
}

.bg1, .bg2, .bg3, .bg4 {
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  background-size: cover !important;
  background-image:url("../images/bg-slider1.jpg");
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw !important;
  position: absolute;
  top:0;
  left:0;
}

.bg2 {background-image: url("../images/bg-slider2.jpg");}
.bg3 { background-image: url("../images/bg-slider3.jpg");}

.slider-center {
  position: absolute;
  height:15%;
  width: 50%;
  left: 50%;
  top: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  letter-spacing: 2px;
}


.arrow a {
  position: absolute;
  bottom:0;
  left: 50%;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 80px;
  padding: 0 0 20px 0;
  opacity: 0.2;
}

.arrow a:hover {
  color: #999;
  font-size: 100px;
  opacity: 0.8;
}


.top-nav {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.navbar {
	display: block !important;
	flex-wrap:nowrap !important;
}
@media (max-width:768px){
	.navbar-nav {display: inline-block;
	padding:0px auto;
	margin:0px auto;
	}
}

@media (max-width:600px){
	.slide-text {

		font-size: 20px;
  color: #fff;
  text-align:center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
 	margin: auro;
 	
	}
	.slide-text img {
	  width:300px !important;
		height: auto;
	}
}

/* testimonial page */

blockquote {
  margin: 0 auto;
  padding: 1em;
  border-left: 5px solid #999;
}
blockquote:before {
  display: none;
}
blockquote:not(:first-of-type) {
  margin-top: .5em;
}
blockquote p {
  color: #555;
  font-size: 12pt;
  line-height: 1.4;
  font-family: 'PT Serif', Cambria, 'Hoefler Text', Utopia, 'Liberation Serif', 'Nimbus Roman No9 L Regular', Times, 'Times New Roman', serif;
}
blockquote footer {
  margin-top: .5em;
  padding: 0;
  color: #777;
  font-size: 12pt;
  text-align: left;
  font-style: italic;
}
blockquote footer:before {
  content: '— ';
}
blockquote:nth-of-type(even) {
  text-align: right;
  border-left: none;
  border-right: 5px solid #999;
}
blockquote:nth-of-type(even) footer {
  text-align: right;
}
blockquote:nth-of-type(even) footer:before {
  content: '';
}
blockquote:nth-of-type(even) footer:after {
  content: ' —';
}



.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}