/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

/**
	DarkPlace - Portfolio Template 
	Author : Tavonline
	Copyright 2018

/* Table of Content
==================================================
	
	1. Body and Core Css
	2. Header Section
  3. Right Menu Section
	4. Home Section
	4. Portfolio Section
	5. Footer Section
	6. About Section
	7. Contact Section
  8. Responsive

/*------------------------ 1 Body and Core Css ------------------------*/		


@font-face {
    font-family: BebasNeue;
    src: url(../font/BebasNeue-Regular.ttf);
}

h2.wel-font{
  font-family: BebasNeue;
  letter-spacing: 2px;
}


body{
	font-family: 'Montserrat', sans-serif;    
  background: #000829;
}

html{
	height: 100%;
}

p{
    font-size: 15px;
    color: #777777;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
 }

#about p{
  color:#fff;
}
#contact p{
  color: #fff;
}

 .site-line{
    position: fixed;
    z-index: 98;
 }

 .site-line.top{
    height: 12px;
    background: #ad0ddd;
    width: 100%;
    top: 0;
 }

 .site-line.right{
    width: 12px;
    background: #ad0ddd;
    height: 100%;
    right: 0;
    top:0;
 }

 .site-line.bottom{
    height: 12px;
    background: #ad0ddd;
    width: 100%;
    bottom:0;
 }

 .site-line.left{
    width: 12px;
    background: #ad0ddd;
    height: 100%;
    left: 0;
    top:0;
 }
.img-responsive.anotherrr {
	max-width: 126px;
}
 a{
    text-decoration: none !important;
 }

 ul{
    padding-left: 0;
 }

.cont{
    width: 70%;
    margin-left: 15%;
}

.site-btn{
	background: #ad0ddd;
	border:none;
	color: #fff !important;
	display: inline-block;
	padding:12px 50px;
	border-radius: 50px;
	font-size: 15px;
  font-weight: 500;
	cursor: pointer;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}

.site-btn:hover{
	background: #d65252;
     padding: 12px 60px;
    transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}

/*preloader */

#preloader {
    background-color:#000829;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%; 
    z-index: 99;
    display:table;
    text-align: center;
}

.spinner {
    margin:auto;
    text-align: center;
    display:table-cell;
    vertical-align:middle;
} 

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
  border-color: #f0448a;
}
.uil-ripple-css div:nth-of-type(2) {
  border-color: #f0448a;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}


/* Margins */

.top_15{
    margin-top: 15px;
}

.top_30{
    margin-top: 30px;
}

.top_45{
    margin-top: 45px;
}

.top_60{
    margin-top: 60px;
}

.top_90{
    margin-top: 90px;
}

.top_120{
    margin-top: 120px;
}

.padding_30{
   padding: 30px 0; 
}

.padding_45{
   padding: 45px 0; 
}

.padding_60{
   padding: 60px 0; 
}

.padding_90{
   padding: 90px 0; 
}

.padding_120{
   padding: 120px 0; 
}

.bottom_15{
    margin-bottom: 15px;
}

.bottom_30{
    margin-bottom: 30px;
}

.bottom_45{
    margin-bottom: 45px;
}

.bottom_60{
    margin-bottom: 60px;
}

.bottom_90{
    margin-bottom: 90px;
}

.bottom_120{
    margin-bottom: 120px;
}

.padbot_15{
    padding-bottom: 15px;
}

.padbot_30{
    padding-bottom: 30px;
}

.padbot_45{
    padding-bottom: 45px;
}

.padbot_60{
    padding-bottom: 60px;
}



/*------------------------ 2 Header Section ------------------------*/	


header{
	position: fixed;
	z-index: 3;
	padding: 30px;
	top: 0;
	width: 100%;
	z-index: 11;
  transition: all ease 0.3s 1.0s;
}

.full-open header{
  background: none !important;
  transition: all ease 0.1s;
}

/* Nav Icon */

.nav-icon span {
    display: block;
    position: relative;
    height: 3px;
    width: 100%;
     background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.nav-icon:hover span:nth-child(3){
    width: 100%;
}

.nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;    
  width: 60%;
  right: 0 !important;
}

/* Right Menu When Open */

.full-open .nav-icon:hover > span{
   background: #000829;
}

.full-open .nav-icon span {
    width: 85%; 
}

.full-open:hover span:nth-child(3){
    width: 85%;
}

.full-open .nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.full-open .nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.full-open .nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 8px;
}

.nav-icon {
    float: right;
    width: 80px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}



.full-open .m_txt{
    display:none;
}
.full-open .nav-icon{
    width:44px;
}

.full-open .b_con{
     width:43px !important;
}
/*------------------------ 3 Right Menu ------------------------*/  

.right-menu{
	position: fixed;
	width: 20%;
	height: 100%;
	left: 100%;
	top: 0;
	z-index: 10;
  background: #ad0ddd;
	display: table;
  visibility: hidden;
  transition: all ease 0.7s 0.7s;
  -webkit-transition: all ease 0.7s 0.7s;
  -moz-transition: all ease 0.7s 0.7s;
  transform: translateX(100%);
}

.right-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


.right-menu nav ul li {    
    text-align: left;
    padding-left: 40px;
	  opacity: 0;
    transition: all ease 0.7s;
    list-style: none;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transition: translateY(20px);
    transform: translateY(20px);
}

.right-menu nav ul li a{    
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    width: 100%;
    display: block;
    padding: 4px 0;
}


.right-menu nav ul li a:hover{    
	color: #000829;
	transition: color ease 0.3s;
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
}

.right-menu nav ul li a.active{    
    color: rgba(255, 255, 255, 0.45098039215686275)
  }




/*  When Open */

.full-open .right-menu{   
  visibility: visible;
	transform: translateX(-100%);
    transition: all ease 0.2s;
}

.full-open .right-menu nav ul li {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transition: translateY(0px);
}

.full-open .right-menu nav ul li:nth-child(1){
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
    -webkit-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
    -moz-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}

.full-open .right-menu nav ul li:nth-child(2){
    transition: opacity 0.7s 0.7s, transform 0.7s 0.7s;
    -webkit-transition: opacity 0.7s 0.7s, transform 0.7s 0.7s;
    -moz-transition: opacity 0.7s 0.7s, transform 0.7s 0.7s;
}

.full-open .right-menu nav ul li:nth-child(3){
    transition: opacity 0.9s 0.9s, transform 0.9s 0.9s;
    -webkit-transition: opacity 0.9s 0.9s, transform 0.9s 0.9s;
    -moz-transition: opacity 0.9s 0.9s, transform 0.9s 0.9s;
}

.full-open .right-menu nav ul li:nth-child(4){
    transition: opacity 1.1s 1.1s, transform 1.1s 1.1s;
    -webkit-transition: opacity 1.1s 1.1s, transform 1.1s 1.1s;
    -moz-transition: opacity 1.1s 1.1s, transform 1.1s 1.1s;
}

.full-open .right-menu nav ul li:nth-child(5){
    transition: opacity 1.3s 1.3s, transform 1.3s 1.3s;
    -webkit-transition: opacity 1.3s 1.3s, transform 1.3s 1.3s;
    -moz-transition: opacity 1.3s 1.3s, transform 1.3s 1.3s;
}

.full-open .right-menu nav ul li:nth-child(6){
    transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
    -webkit-transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
    -moz-transition: opacity 1.5s 1.5s, transform 1.5s 1.5s;
}

.full-open .right-menu nav ul li:nth-child(7){
    transition: opacity 1.7s 1.7s, transform 1.7s 1.7s;
    -webkit-transition: opacity 1.7s 1.7s, transform 1.7s 1.7s;
    -moz-transition: opacity 1.7s 1.7s, transform 1.7s 1.7s;
}


.social{
    margin-top: 45px;
    opacity: 0;
}

.social a{
    color: #fff;
    font-size: 20px;
    margin-right: 8px;
    opacity: 1;
    transition: opacity 0.3s;  
}

.social a:hover{
    opacity: .5;
    transition: opacity 0.3s;    

}

.full-open .social{
    opacity: 1;
    transition: opacity 0.3s 1.8s;    
    text-align: left;
    padding-left: 40px;
}



/*dropdown*/
.right-menu .dropbtn {
    background: none !important;
    color: white;
    font-weight: 600;
    font-size: 26px;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
}

.right-menu .dropdown {
    position: relative;
    display: block;
    z-index: 9;
}

.right-menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ad0ddd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9;
}
.right-menu .dropdown-content li{
    padding-left: 0
}

.right-menu .dropdown-content a {
    color: black;
    padding: 6px 4px;
    text-decoration: none;
    display: block;
    font-size: 16px;

}

.right-menu .dropdown-content a:hover {
    background-color: transparent;
    color: #fff;
}

.right-menu .dropdown:hover .dropdown-content {display: block;}

.right-menu .dropdown:hover .dropbtn {background-color: #3e8e41;}


/*------------------------ 4 Home Section ------------------------*/	


#home{
  position: relative;
}

.home{
	display: table;
	width: 100%;    
	background: url(../images/home-bg.jpg) bottom center fixed;
  background-size: cover;
  position: fixed;
  top: 0;
  height: 100%;
}

.home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 17, 74, 0.75);
    z-index: 0;
}

.home .home-content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.home .home-content .site-btn{
    z-index: 6;
    position: relative;    
    margin-left: auto; 
    margin-right: auto;
    display: table;
    transition: all ease 0.3s;
    text-align: center;
}

.home .home-content .promo-text{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	letter-spacing: -2px;
  position: relative;
  z-index: 4;
}

.home .home-content .promo-text .element{
	color: #ad0ddd;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 6;
}

.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
 
    /* black overlay with 50% transparency */
    background: rgba(0, 8, 41, 0.68);
}

.rev-title{
   color: #fff;
   font-weight: bold;
   letter-spacing: -1px;
   line-height: 56px;
}

.rev-text{
   color: #fff;
}




/*------------------------ 5 Portfolio Section ------------------------*/	

.cbp-item-off {
    visibility: hidden !important;
}

.section-title{
	font-size: 35px;
	color: #fff;
	font-weight: 600;
}

.section-title span{
	color: #ad0ddd;
}

.portfolio{
	position: relative;
	z-index: 8;
}

.portfolio_filter{
	margin-left: 3px;
}

.portfolio_filter ul li{
	color: #808080;
	list-style: none;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.select-cat{
	color:#fff !important;
}

.cbp-filter-item-active{
  color: #fff !important;
}

.cbp-item figure{
  margin: 0;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: hidden;
}

.cbp-item figure figcaption{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.cbp-item figure figcaption:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background ease 0.4s 0.4s;
  -webkit-transition: background ease 0.4s 0.4s;
  -moz-transition: background ease 0.4s 0.4s;
}

.cbp-item figure figcaption .outline{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.cbp-item figure figcaption .outline .table{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cbp-item figure figcaption .outline .table span{
    font-size: 12px;
    color: #e46868;
    display: block;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transition: transform ease 0.4s;
    -webkit-transition: transform ease 0.4s;
    -moz-transition: transform ease 0.4s;    
}

.cbp-item figure figcaption .outline .table .title{
  font-size: 24px;
  display: block;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
}

.cbp-item figure img {
/*  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}

/* Porfolio Hover Effect */

.cbp-item figure:hover figcaption:before{
  background: #091c69c7;
  transition: background ease 0.4s;
  -webkit-transition: background ease 0.4s;
  -moz-transition: background ease 0.4s;
}

.cbp-item figure:hover figcaption:before{
  background: #091c699c;
  transition: background ease 0.4s;
  -webkit-transition: background ease 0.4s;
  -moz-transition: background ease 0.4s;
}

.cbp-item figure:hover figcaption .outline .table span, .cbp-item figure:hover figcaption .outline .table .title{
    transition: transform ease 0.4s 0.4s;
    -webkit-transition: transform ease 0.4s 0.4s;
    -moz-transition: transform ease 0.4s 0.4s;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}

.cbp-item figure figcaption .outline .table ul li{
  overflow: hidden;
}

.cbp-item.video-portfolio:hover .outline:after{
  opacity: 0;
  transition: opacity ease 0.3s;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
}

.video-portfolio .outline:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f04b";
    width: 70px;
    height: 70px;
    background: #ffffff;
    color: #000;
    position: absolute;
    /* text-align: center; */
    top: 50%;
    left: 50%;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    margin: -35px;
    line-height: 72.5px;
    font-size: 11px;
    transition: opacity ease 0.3s 0.4s;
    -webkit-transition: opacity ease 0.3s 0.4s;
    -moz-transition: opacity ease 0.3s 0.4s;
}

.cbp-item figure:hover img {
    zoom: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform ease 0.3s;
    -webkit-transition: transform ease 0.3s;
    -moz-transition: transform ease 0.3s;
}


/* Portfolio Lightbox Edit */

.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-lightbox .cbp-popup-close {
    background: none;
}

.cbp-popup-next:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f061";
    color: #fff;
    opacity: .7;
    transition: opacity ease 0.3s;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
}

.cbp-popup-prev:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f060";
    color: #fff;
    opacity: .7;
    transition: opacity ease 0.3s;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
}

.cbp-popup-close:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f057";
    color: #fff;
    opacity: .8;
     font-size: 25px;
    transition: opacity ease 0.3s;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
}

.cbp-popup-next:hover:after, .cbp-popup-prev:hover:after, .cbp-popup-close:hover:after{
    opacity: 1;
    transition: opacity ease 0.3s;
    -webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
}




/* Portfolio Single */

.portfolio-single .title {
    font-size: 60px;
    line-height: 65px;
    font-weight: 900;
    color: #fff;
}

.portfolio-single p {
    line-height: 30px;
    color: #ffffffa1;
}

.portfolio-single .information {
    margin: 0 auto;
    float: none;
    display: inline-block;
    padding: 0;
    width: auto;
    color: #fff;
}

.portfolio-single .information li {
    float: left;
    list-style: none;
    margin-right: 35px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffffc4;
}

.portfolio-single .information li span {
    font-weight: bold;
    color: #e46868;
}

.portfolio-images img{
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

.cbp-popup-singlePage .cbp-popup-close, .cbp-popup-singlePage .cbp-popup-next, .cbp-popup-singlePage .cbp-popup-prev {
    background-image:none;    
    line-height: 40px;
}

.cbp-popup-singlePage .cbp-popup-close:after{
      font-size: 30px;
}

 .cbp-popup-singlePage {
    background: #000829;
}

.cbp-popup-singlePage .cbp-popup-navigation {
    background: #040f3e;
}


/*------------------------ gallery-section ------------------------*/  

.gallery-section {

}
#gallery {
  padding-top: 40px;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 2em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}














/*------------------------ 2 Footer Section ------------------------*/	

footer{
	background: url(../images/home-bg.jpg) bottom center fixed;
	position: relative;
	padding: 60px 0;
}


footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

footer .cont{
	position: relative;
}

footer .footer-top .need-us .title{
	font-size: 35px;
	color: #fff;
	font-weight: 600;
}

footer .footer-top .need-us .title span{
	color: #ad0ddd;
}

footer .information .title{
	color: #fff;
}

footer .copyright{    
	border-top: 1px solid #ffffff1f;
	padding-top:30px;
	margin-top: 30px;
}






/*------------------------ 6 About Page ------------------------*/   

.about{
    padding-top: 75px;
}

.titlebar {
    padding: 94px 0;
    height: 300px;
    overflow: hidden;
    text-align: center;
    background: url(../images/home-bg.jpg) bottom center fixed;
    position: relative;
}

.titlebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
}


.titlebar .page-title {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -2px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.titlebar .page-title span{
    color: #ad0ddd;
}

.titlebar #particles-js {
    height: 300px;
}

.titlebar .breadcrumb{
    background: none;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 7;
    width: auto;
    margin: 0 auto;
    display: inline-block;
}

.titlebar .breadcrumb li{
    text-align: center;
    float: left;
}

.titlebar .breadcrumb li a{
    color: #ffffffa3;
    font-size:14px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

.titlebar .breadcrumb li a:hover{
    color: #fff;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}

.titlebar .breadcrumb li a:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    margin-left: 8px;
    margin-right: 8px;
    font-size: 8px;
    line-height: 0;
    display: inline-block;
    color: #ffffffa3;
}

.titlebar .breadcrumb li:last-child a:after{
  content: '';
}


.clients figure{
  text-align: center;
}

.clients {
  align-items: center;
}
.clients .clients-box{
  margin-bottom: 20px;
}
.clients .clients-box2{
  margin-bottom: 20px;
  max-width: 20%;
}
.clients img {
	margin: 0 auto;
	opacity: .5;
	transition: opacity ease 0.3s;
	-webkit-transition: opacity ease 0.3s;
	-moz-transition: opacity ease 0.3s;
	max-width: 100%;
	width: 170px;
}


.clients img:hover{
  margin: 0 auto;
  opacity: 1;
  transition: opacity ease 0.3s;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
}

.services{
  position: relative;
  overflow: hidden;
  background: url(../images/home-bg.jpg) bottom center fixed;
}

.services:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
}

.services .service{
    padding: 0 68px;
}

.services .service i{
  color: #e46868;
  font-size: 40px;
}

.services .service .title{
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}
 
.services .service p{
  line-height: 24px;
     color: #ffffff63;
  margin-bottom: 0;
} 


/*------------------------ 7 Contact Section ------------------------*/   


.contact{
  padding: 120px 0 60px;
}

.form-inp {
    width: 100%;
    height: 45px;
    border: 0;    
    border-bottom: solid 1px rgba(255, 255, 255, 0.35);
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    background: none;
}

.form-inp:focus, .contact-form textarea:focus{
    outline: 0;
    border-bottom: solid 1px #dfdfdf91;
}

.contact-form textarea {
    width: 100%;
    border: 0;    
    border-bottom: solid 1px rgba(255, 255, 255, 0.35);
    font-size: 13px;
    padding: 20px 0 0 10px;
    height: 119px;
    color: #dfdfdf91;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    background: none;
}

.contact-form .site-btn{
    margin-left: auto;
    margin-right: auto;
    display: block;
}




/*------------------------ 8 Responsive ------------------------*/   


@media (max-width: 1024px){
  
  .portfolio-single .title {
      font-size: 50px;
  }

  .home {
    background-size: cover;
background-attachment: scroll !important;
      overflow: hidden;
  }

  .right-menu nav ul li a,
  .right-menu .dropbtn {
    font-size: 23px;
  }

  .cont {
      width: 90%;
      margin-left: 5%;
  }

  .services .service {
      padding: 0 30px;
  } 
  
}

@media (max-width: 991px) {


    .home .home-content .promo-text, .titlebar .page-title {
      font-size: 60px;
    }

    .services .service {
        padding: 0 33px;
    }

    .right-menu {
      width: 30%;
  }

    .portfolio-single .title {
      font-size: 40px;
     line-height: 52px;
     margin-bottom: 20px;
  }

  .portfolio-single .information li {
    float: none;
    text-align: center;
    margin: 0 auto;
    line-height: 38px;
}

}


@media (max-width: 768px) {

    .cont {
      width: 90%;
      margin-left: 5%;
    }

    .home .home-content .promo-text, .titlebar .page-title {
      font-size: 50px;
      line-height: 71px;
    }  

    .home .home-content .site-btn {
      margin-top: 17px;
    }

    .need-us{
      margin-bottom: 30px;
    }

    .clients .col-sm-4{
      margin-bottom: 15px;
    }

    .portfolio-single .title {
      font-size: 35px;
      line-height: 52px;
      margin-bottom: 15px;
  }

  .right-menu nav ul li a,
  .right-menu .dropbtn {
    font-size: 18px;
}

.portfolio {
    padding: 0;
}


.about, .portfolio{
    padding-top: 100px;
}

}

@media (max-width: 767px) {
  .gallery-section {
     padding-top: 140px;
  }
  .gallery-section .image{
     width: 50%;
  }
  .clients .clients-box{
    width: 50%;
  }
  .clients .clients-box2 {
    max-width: 33%;
  }
  .block-bg{
    background-image: url(../images/bg.jpg);
    background-position: center;
  }
  .social{
	  font-size:11px;
  }
}


@media (max-width: 481px) {

    .home .home-content .promo-text, .titlebar .page-title {
      font-size: 30px;
      line-height: 46px;
      letter-spacing: -1px;
    }  

    .home .home-content .site-btn {
      margin-top: 45px;
    }

    footer .footer-top .need-us .title {
      font-size: 25px;
  }

    .section-title {
      font-size: 28px;
  }

  .titlebar .breadcrumb {
      padding: 0;
  }

  .titlebar .page-title {
      margin-bottom: 0px;
  }

  .titlebar {
      height: 220px;
  }

  .right-menu nav ul li a {
    font-size: 24px;
    line-height: 45px;
}

.clients .col-sm-4 {
    margin-bottom: 30px;
}

.right-menu {
    width: 50%;
}

.portfolio-single .title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 15px;
}

.right-menu nav ul li a {
    font-size: 16px;
    line-height: 35px;
}

.services .service {
    margin-bottom: 45px;
    padding: 0;
}

.portfolio_filter{
    margin-top: 30px;
    margin-bottom: -12px;
}

.portfolio_filter ul li {
    width: 42%;
    line-height: 37px;
}

.clients div{
  margin-bottom: 30px;
}

footer .copyright img.float-right{ 
  display: none;
}

.cont {
    width: 80%;
    margin-left: 10%;
}
.gallery-section .image{
     width: 100%;
  }



}

@media only screen and (max-width: 600px) {
  .mmm {
   display:none;
  }
}















