@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@600;700;800&display=swap');


html,body{
	font-family: 'Gothic', sans-serif;
	font-weight: 300;
	font-size:14px;
	height:100%;
	width:100%;
}

.magenta_color{
	color:#EC268F;
}

.purple_color{
	color:#6B1A9A;
}

.magenta_bg{
	background-color:#EC268F;
	color:#fff;
}

h2{
	font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

h3{
	font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

h4{
	font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
}

p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;
	font-weight: 400;
}



#webname{
    background-color: red;

}


#logo {
		position: relative;
		display: table;
		pointer-events: auto;
		z-index: 10;
		top: 10px;
		float: left;
	}
	
	#logo a {
		display:block;
	}
	
	#logo a.disable, .open #logo a {
		pointer-events: none;
	}
	
	#logo img {
		display: block;
		height: 55px;
		width: auto;
		max-width:none;
		margin-top: 10px;
	}
	


.navbar {
	margin-bottom: 0;
	background-color: #ffffff00!important;
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	font-family: Montserrat, sans-serif;
	text-shadow: #755c5c 1px 0 2px;
	width: 100%;
	padding-top: 0;
	position: absolute;
}

.navbar-right {
    float: right!important;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    width: 20%;
		left: 4%;
		top: 0;
    position: inherit;
}

.navbar-brand img{
		width:100%;
		
}



.navbar li a {
  color: #fff !important;
  padding-top: 50px;
  margin-top: -15px;
  padding-bottom: 20px;
  text-decoration: none;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #000 !important;
  background-color: #dddddd;
  background-image: linear-gradient(#c8c8c8,#ebebeb,#dddddd);
  text-shadow: #ffffff 1px 0 2px;
  border-radius: 0 0 20% 20%;

}
.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
  right: 40px;
  padding: 20px 20px;
  margin-top: 28px;
}

.navbar-collapse {
	padding-right: 15px;
    padding-left: 30px;
    width: 48%;
    color: white;
    z-index: 99;
    right: 0;
    position: absolute;
}

.navbar-light .navbar-nav .nav-link.active ,.nav-link:hover , .navbar-light .navbar-nav .show>.nav-link  {
    background-color: #AFAAB3;
    padding-top: 80px;
    border-radius: 13px;
    color: white!important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
		padding-top: 80px;
		text-align:center;
		text-decoration:none;
}

.navbar-toggler{
	right: 5%;
	top: 5%;
  position: inherit;
	background-color: white;
}
.navbar .collapse.in {
    display: block!important;
}

.carousel-indicators [data-bs-target]{
	width:5px;
}



/* ====================
  section 2    
======================*/
	

#second_section i{
	font-size: 50px;
	padding: 24px 0 20px 0;
	color: #afafaf;
}

#second_section .col-sm-4 {
  padding: 0 15px 0 15px;
}

/* ====================
  section 3 - About us     
======================*/

#about_us{
	background-color:#CFC7C6;
}

#about_us img{
	width:100%;
}


/*=====================
  section 4 - Our Team    
=======================*/

#our_team img{
	width:50%;
}


/*=====================
  section 4 - vision_mission   
=======================*/

#vision_mission{
	background-color:#D2D3D5;
}


#vision_mission i{
	font-size: 50px;
	padding: 24px 0 20px 0;
	color: #afafaf;
}

#vision_mission  #more {display: none;}

/*=====================
  section 5 - Strenth   
=======================*/

#our_strength .Dubai_button{
    background-color: #6b1a9a;
    color: #fff;
    border-radius: 60px;
    width: 45%;
    font-size: 22px;
    padding: 5px;
    text-align: center;
}

#our_strength i .fa, .fas, .far {
    font-size: 22px;
    padding: 2px;
    color: #ec268f;
    margin: 0;
}

#our_strength img {
    width:100%;
}


/*=====================
  section 6 - projects   
=======================*/

#projects{
	background-color:#E6E7E8;
}


#projects img {
    width:100%;
}

#projects .close {
  font-size: 1.5rem;
}

#projects .col-12 img {
  opacity: 0.7;
  cursor: pointer;
  width: 100%;
}

#projects .col-12 img:hover {
  opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



#projects .container.gallery-container {
    background-color: black;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
	  width: 100%;
}


#projects .gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

#projects .tz-gallery {
    padding: 0px;
}

#projects .tz-gallery span{
		font-size: 14px;
    text-decoration: none;
    color: black;
}

#projects .tz-gallery a{
    text-decoration: none;
}


#projects .tz-gallery .lightbox img {
    width: 60%;
    margin-bottom: 12px;
    margin-top: 0px;
    transition: 0.2s ease-in-out;
		display: block;
		margin:auto;
}


#projects .tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

#projects .tz-gallery img {
    border-radius: 4px;
}

#projects .baguetteBox-button {
    background-color: transparent !important;
}

#projects #program3 .row
{
	margin:auto;
}
#projects #program3  .col-sm-6
{
	padding-right: 5px;
	padding-left: 5px;
	width: 50%
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }

    #projects .container.gallery-container {
        border-radius: 0;
    }
}



/*=====================
  section 6 - projects   
=======================*/
  #social-commitment {
    background-color: #E6E7E8;
  }

  #social-commitment .tz-gallery span{
		font-size: 16px;
    text-decoration: none;
    color: black;
}

/*=====================
  section 7 - Gallery   
=======================*/

#gallery{
	background-color:#000;
}


#gallery img {
    width:100%;
}

#gallery .close {
  font-size: 1.5rem;
}

#gallery .col-12 img {
  opacity: 0.7;
  cursor: pointer;
  width: 100%;
}

#gallery .col-12 img:hover {
  opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



#gallery .container.gallery-container {
    background-color: black;
    color: #35373a;
    min-height: 100vh;
    border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
	width: 100%;

}


#gallery .gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

#gallery .tz-gallery {
    padding: 0px;
}

#gallery .tz-gallery span{
		font-size: 14px;
    text-decoration: none;
    color: white;
    font-weight: 300;
}

#gallery .tz-gallery a{
    text-decoration: none;
}


#gallery .tz-gallery .lightbox img {
    width: 80%;
    margin-bottom: 12px;
    margin-top: 0px;
    transition: 0.2s ease-in-out;
		border: 2px solid #515151;
		display: block;
		margin:auto;
}


#gallery .tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

#gallery .tz-gallery img {
    border-radius: 4px;
}

#gallery .baguetteBox-button {
    background-color: transparent !important;
}

#gallery #program3 .row
{
	margin:auto;
}
#gallery #program3  .col-sm-6
{
	padding-right: 5px;
	padding-left: 5px;
	width: 50%
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }

    #gallery .container.gallery-container {
        border-radius: 0;
    }
}


/*=====================
  section 8 - contact_us   
=======================*/

#contact_us .Dubai_button{
    background-color: #6b1a9a;
    color: #fff;
    border-radius: 60px;
    width: 45%;
    font-size: 22px;
    padding: 5px;
    text-align: center;
}

#contact_us .gray_bg{
	width:100%;
	background-color:#E6E7E8;
	padding: 10%;
}

#contact_us i .fa, .fas, .far {
    font-size: 22px;
    padding: 2px;
    color: #ec268f;
    margin: 0;
}

#contact_us img {
    width: 100%;
		padding-bottom: 15px;
}








/*=====================
  section 8 - Footer   
=======================*/
#footer {
    background-color: #000;
}



#footer .line{
	  width: 24%;
    height: 5px;
    margin: 10px 0 10px 0;
}

#footer .Dubai_button{
	display: flex;
}

#footer i .fa, .fas, .far {
    font-size: 18px;
    padding: 2px;
    color: #ec268f;
    margin: 0;
}

#footer p{
	font-size: 16px;
	color:white;
	margin-left: 10px;
}





@media (max-width: 768px)
{		
	.navbar-brand {
		margin-left: 10px;
	}

	.navbar-collapse {
    top: 5%;
	}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
	}
	
	.navbar-collapse{
		background: rgb(124, 124, 124);
    right: 5%;
		top: 75%;
	}
	
	.navbar-brand {
    width: 32%;
  }
}
