
body{
    font-family: 'Avenir', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;	
	background-color: #fff;
	overflow-x: hidden;
    transition: all 200ms linear;
}

.menu-item.active > a {
  /* Your active menu styles here */
  /* For example: */
  color: #ff0000; /* Change the color to your desired active menu color */
  font-weight: bold; /* Change the font weight if desired */
}

::selection {
	color: #fff;
	background-color: #8167a9;
	
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}

h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	
	text-align: center;
}
p{
	font-size: 13px;
	line-height: 26px;
	margin: 0;
	padding-top: 10px;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}

.btn-outline-secondary {
	width: auto;
	
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 16px 32px;
	font-weight: normal;
	background:transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;	 
	outline: none;

}
.btn-outline-secondary:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	direction: rtl;
	z-index: -1;
	
  }
  .btn-outline-secondary:hover {
	color: #131311;
  }
  .btn-outline-secondary:hover:after {
	left: auto;
	right: 0;
	width: 100%;
  }
  .btn-outline-secondary:active {
	top: 2px;
  }

  

.custom-btn {
	width: auto;
	
	color: #fff;
	border-radius: 5px;
	padding: 16px 32px;
	font-weight: normal;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	 box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
  }
  .button-primary {
	border: none;
	color: #313131;
  }
  .button-primary:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	direction: rtl;
	z-index: -1;
	
  }
  .button-primary:hover {
	color: #131311;
  }
  .button-primary:hover:after {
	left: auto;
	right: 0;
	width: 100%;
  }
  .button-primary:active {
	top: 2px;
  }
  
  .header-action {
	  display: inline-block;
  }
  .header-action a {
	display: block;
	padding: 8px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
	text-decoration: none;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);

  }
  .header-action a:hover {
	background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	  
}

.make-me-sticky {
	position: -webkit-sticky;
	  position: sticky;
	  top: 0;  
  }
  .sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
.sec-padding {
	padding: 60px 0;
}

.bar-status {
	margin-bottom:15px;
	position: relative;
		overflow-x:hidden;
		margin-top: 20px;
		
}
.bar-status:before{
	width: 100%;
	height: 10px;
	content: "";
	display: block;
	position: absolute;
	background: #ffffff;
	bottom: 0;
	border-radius: 50px;
}
.update-bar {
	width: 100%;
	height:10px;
	border-radius: 50px;
	background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
	display: block;
	position: relative;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.image_fluid {
	background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
	bottom: 0;
	top: 0;
	width: 40%;
	height: 100%;
	position: absolute;
}
.parallax-window {
    background-color: transparent;
}
.fluid-content-section {
	position: relative;
}
.centent-block {
	padding: 10% 5%;
}
.content-block-header {
	margin-bottom: 30px;
	font-family: 'Elephant', sans-serif;
	position: relative;
	z-index: 99 ;
}
.sub-heading {
	font-size: 22px;
	margin-bottom: 20px;
}
.main-heading {
	font-size: 34px;
	line-height: 48px;
}
.block-content p{
	margin-bottom: 20px;
	text-align: justify;
}


.baycentent-block {
	padding: 0% 0%;
}
.baycontent-block-header {
	margin-bottom: 30px;
	font-family: 'Elephant', sans-serif;
	position: relative;
	z-index: 99 ;
}
.baysub-heading {
	font-family: 'Elephant', sans-serif;
	color:#666666;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 50px;
}
.main-heading {
	font-size: 34px;
	line-height: 48px;
}
.block-content p{
	margin-bottom: 20px;
	text-align: justify;
}

.readmore {
	
}
.page_header {
	display: flex;
	text-align: center;
	align-items: center;
	color: #fff;
}

.parallax-bg {
    min-height: 600px;
    width: 100%;
    background-size: cover !important;
    z-index: 0;
    position: relative;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-position: top !important;
}
.parallax-bg::after {
	content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
	background: rgba(0,0,0,.6);
}
.sec-relative {
	position: relative;
}
.overley_content {
	padding: 10% 5%;
	color: #fff;
	position: relative;
	z-index: 9;
}
.icon-block {

}
.icon-block-title {
	font-size:20px;
}
.icon_list {
	display: block;
	margin-top: 30px;
}

.icon_list ul{
	margin:0 !important;
	padding: 0 !important;
}
.icon_list ul li {
	display: inline-block;
	width: 50%;
	padding:15px;
	list-style: none;
	margin-bottom: 20px;
	float: left;
}
.icon-single {
	display: block;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.icon-single img {
	width: auto;
	height: 48px;
	
}
.icon-single-text {
	font-size: 15px;
	line-height: 22px;
	font-weight:bold;
	margin-top: 20px;
	padding: 0 30px;
}
.sec_padding {
	padding-top: 60px;
	padding-bottom: 60px;
}
.index_service_sec{}

.image-effect {
	padding: 5%;
}
.image_wrapper {
    width: 100%;
    height: auto;
    display: block;
	position: relative;
    overflow: hidden;
	background: #000;
	border-radius:12px;
	  -webkit-border-radius:12px;
	  border: 4px solid #eeeeee;

}
.image_wrapper img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	height: auto;
	overflow: hidden;
	
}

.image_wrapper:hover img {
	-webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
	  opacity: 0.4;
	  
}
.wrapper_img-fluid {
	max-width: 100%;
    height: auto;
}
.image-wrapper-text {
	padding: 20px;
	text-align: center;
}

.image-wrapper-text a {
	text-decoration: none;
	
	font-size: 14px;
	color: #555555;
}
.index_service_sec .main-heading {
	text-align: center;
}
.counter_section {
	background: #232323;
}



.projectFactsWrap{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#projectFacts {
	width: 100%;
}
#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 0px 20px;
  text-align: center;
}



.projectFactsWrap .item p.number{
	color:#03dfff;
	font-size: 48px;
	font-family: 'Elephant', sans-serif;
  padding: 0;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin: 0;
  padding: 10px;
  
}
.projectFactsWrap .item .icon{
  vertical-align: middle;
  margin-bottom: 30px;
}
.projectFactsWrap .item .icon img{
	text-align: center;
  }



@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

.testimonial-area {
	position: relative;
	z-index: 2;
	padding: 50px 0;
}
.testimonial-area .owl-carousel {
	overflow: hidden;
	padding: 0 20px;
	margin: 0px -40px;
	padding-right: 40px;
}
.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -34px;
	width: calc(100% + 100px);
}
.single-testimonial {
	border: 3px solid #212121;
	text-align: center;
	border-radius: 10px;
	position: relative;
	z-index: 2;
	margin: 15px 30px;
}
.single-testimonial p {
	font-size: 13px;
	line-height: 22px;
	padding: 50px;
	padding-bottom: 30px;
	position: relative;
	z-index: 3;
	min-height: 350px;
}
.single-testimonial::before {
	content: "";
	position: absolute;
	left: -35px;
	top: -35px;
	background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--white);
	background-size: 60%;
	width: 126px;
	height: 100px;
	transform: rotate(180deg);
	background-position: 34px 15px;
}
.single-testimonial::after {
	display: none;
	content: "";
	position: absolute;
	right: -35px;
	bottom: -34px;
	background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
	background-size: 60%;
	width: 126px;
	height: 100px;
	background-position: 34px 19px;
}
.round {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.round-1::before {
	content: "";
	position: absolute;
	left: 88px;
	top: -7px;
	width: 50px;
	height: 7px;
	background: #212121;
	border-radius: 30px;
}
.round-1::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 62px;
	width: 7px;
	height: 50px;
	background: #212121;
	border-radius: 30px;
}
.round-2::before {
	content: "";
	position: absolute;
	right: 87px;
	bottom: -7px;
	width: 50px;
	height: 7px;
	background: #212121;
	border-radius: 30px;
	z-index: 1;
}
.round-2::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: 62px;
	width: 7px;
	height: 50px;
	background: #212121;
	border-radius: 30px;
	z-index: 1;
}
.client-video {
	padding-right: 15px;
}
.client-info {
	position: relative;
	z-index: 3;
}
.client-info a {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	font-size: 22px;
}
.client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 30px;
	text-align: center;
}
.client-info h6 {
	color: #000;
	font-weight: 700;
	font-size: 18px;
}
.client-info span {
	display: inline-block;
	font-size: 12px;
}
.sec-title.white-title h2 {
}
.owl-dots button {
	background: #919191 !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}
.owl-dots {
	text-align: center;
	margin-top: 50px;
}
.owl-dots button.active {
	width: 30px;
}



.slick-slide {
	margin: 0px 20px;
  }
  
  .slick-slide img {
	width: 100%;
  }
  
  .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
  }
  .slick-list:focus {
	outline: none;
  }
  .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
  }
  .slick-track:before,
  .slick-track:after {
	display: table;
	content: "";
  }
  .slick-track:after {
	clear: both;
  }
  .slick-loading .slick-track {
	visibility: hidden;
  }
  
  .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
	float: right;
  }
  .slick-slide img {
	display: block;
  }
  .slick-slide.slick-loading img {
	display: none;
  }
  .slick-slide.dragging img {
	pointer-events: none;
  }
  .slick-initialized .slick-slide {
	display: block;
  }
  .slick-loading .slick-slide {
	visibility: hidden;
  }
  .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	display: none;
  }
  .testimonial_section .content-block-header {
	text-align: center;
  }
  .testimonial_section .sub-heading {
	font-family: 'Avenir', sans-serif;
	color: #03dfff;
  }
  .index_contact {
	background: #212121;
  }
  .index_contact .content-block-header {
	text-align: center;
  }
  .index_contact .sub-heading {
    font-family: 'Avenir', sans-serif;
    color: #03dfff;
}
.index_contact .main-heading {
	color: #fff;
}
.index-contact-info {
	padding: 30px 0;
}

.contact_info_single {
	margin-bottom: 30px;
	display: flex;
	align-items: start;
}
.contact_single_icon {
	font-size: 26px;
	color: #03dfff;
}
.contact_info_title {
	color: #03dfff;
	font-size: 18px;
}
.contact_info {
	margin-left:20px;
}
.contact_info p{
	color: #fff;
}
.index-contact-form {
	background: #111111;
	padding: 40px;
}
.single-input {
	width: 100%;
	background: #222222;
    border: 1px solid #323131;
    display: flex;
	align-items: center;
    margin-bottom: 15px;
	padding: 15px;
	border-radius: 4px;
	overflow: hidden;

}
.single-input i {
	font-size: 18px;
	color: #03dfff;
}
.single-input input {
    border: 0px solid #323131;
    width: 100%;
    outline: none;
    font-size: 16px;
	background: #222222;
	color: #fff;
	margin-left: 10px;
}
.single-input textarea {
	background: none;
	width: 100%;
	min-height: 60px;
	border: none;
	margin-left: 10px;
}
.single-input textarea:focus, .single-input textarea:visited, .single-input textarea:active .single-input textarea:focus-visible{
	border: none !important;
	
}
.submit-button {
	margin-top: 30px;
}
.submit-button button {
	border: 1px solid #03dfff;
	font-size: 16px;
	padding: 10px 20px;
	display: block;
	color: #03dfff;
	background: none;
	border-radius: 4px;
	cursor: pointer;
}
.submit-button:hover button {
	background: #03dfff;
	color: #fff;
}
.vertical_center {
	display: flex;
	align-items: center;
}

footer {
	background: #050505;
	position: relative;
}
footer::before {
	content:"";
	position: absolute;
	background-image: url(../asset/images/handle.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 309px;
	z-index: 11;
	right: 10%;
	top: -30px;
}
.footer_about {}
.footer_logo {
	height: 80px;
	width: auto;
}
.footer_logo img {
	height: 100%;
	width: auto;
}
.footer_about p {
	color: #fff;
	text-align: left;
	margin-top: 30px;
}
.footer_link {
	margin-left: 20px;

}
.footer_link span{
	color: #03dfff;
	font-size: 15px;
	margin-bottom: 15px;
	display: block;
}
.footer_link ul {
	margin: 0;
	padding: 0;
}
.footer_link ul li {
	list-style: none;
	position: relative;
	display: block;
	padding-left: 20px;
}
.footer_link ul li::before {
	content: "\e606";
	position: absolute;
	font-family: 'simple-line-icons';
	font-size: 12px;
	color: #03dfff;
	left: 0;
}
.footer_link ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	display: block;
	padding-bottom: 10px;
}
.footer_link ul li a:hover {
	color: #03dfff;
}
.footer_link P {
	color: #FFF;
}
.footer_social {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.footer_social ul {
	margin: 0;
	padding: 0;
}
.footer_social ul li {
	list-style: none;
	display: inline-block;
	margin-right:6px;
}
.footer_social ul li a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #212121;
	width: 50px;
	height: 50px;
	-webkit-border-radius:50px;
	background-color:transparent;
}
.footer_social ul li i {
	color: #fff;
	font-size: 20px;
}
.footer_social ul li a:hover{
	border: 1px solid #03dfff;
	background-color: #03dfff;
}
.footer-bottom {
	padding: 20px 0;
	border-top: 1px solid #555555;
	background: #050505;
}
.copyright {
	color: #555555;
}
.footer-bottom-link {
	float: right;
}
.footer-bottom-link ul {
	margin: 0;
	padding: 0;
}
.footer-bottom-link ul li {
	list-style: none;
	display: inline-block;
}
.footer-bottom-link ul li a {
	text-decoration: none;
	color: #555555;
	padding: 0 10px;
}
.footer-bottom-link ul li a:hover {
	color: #fff;
}
.sec_image {
	width: auto;
	height: 100%;
	background: #fff;
}
.sec_image img {
	height: auto;
	width: 100%;
}
.cta-image-block {
	background: #fff;
	padding: 20px;
	border: 1px solid #f8f8f8;
	box-shadow: 6px 6px 16px rgba(196, 196, 196, 0.25), -10px -10px 15px white;
	position: relative;
    border-radius: 3%;
}
.cta-image {
	width: 100%;
	height: auto;
	border-radius: 3%;
	overflow: hidden;

}
.cta-image img {
	height: auto;
	width: 100%;
}
.cta_desc {
	margin-top:30px;
	display: block;
}
.cta_desc h2 {
	font-size: 24px;
	margin: 0 0 5px 0;
	font-weight: 700;
}

.cta_action {
	margin-top:15px
}
.cta_action a {
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 12px 22px;
	border: 1px solid #03dfff;
	border-radius: 6px;
	color: #212121;
}
.cta_action a:hover {
	background: #03dfff;
	color: #fff;
}

