@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
html{
	scroll-behavior: smooth;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #383838;
}
a{
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
}
img{
	max-width: 100%;
}
.nav-link{
	font-size: 16px;
	color: #383838 !important;
	border:1px solid transparent;
	border-radius: 6px;
}
.nav-link:focus, .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
	color: #383838 !important;
	border:1px solid #db9815;
}
.navbar-nav li{
	margin: 0 2px;
}
.navbar-nav li:first-child, .contact-info ul li:first-child{
	margin-left: 0;
}
.navbar-nav li:last-child, .contact-info ul li:last-child{
	margin-right: 0;
}
.dropdown:hover .dropdown-menu{
	display: block;
}
.contact-info{
position: absolute;
right: 0;
top: 0;
}
@media only screen and (max-width : 420px) {
	.custom-100{
	  width: 100%;
	  max-height: 50%;
	}
	.contact_info h3, .inner_title{font-size: 24px;}
	.carousel-caption{
	  top: 8%;
	}
	.carousel-caption h2{font-size: 19px;}
	.banner-h{
	  height: 180px;
	}
  }
.services_box, .video_box{
	position: relative;
	border: 2px solid #db9815;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 20px;
}
.services_box a{
	font-size: 18px;
	background: #db9815;
	color: #FFF;
	display: block;
	padding: 15px 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
  margin-bottom: 0;
}

.services_box img{
	max-height: 200px;
	min-height: 200px;
}
.contact-info ul{
	list-style-type: none;
	padding-left: 0;
	padding: 7px 25px;
	 background-image: linear-gradient(
      to bottom right,
      transparent 50%,
      #383838 50%
    ),
    linear-gradient(#383838, #383838),
    linear-gradient(to top left, transparent 50%, #383838 50%);
  background-repeat: no-repeat;
  background-size: 10px 40px, calc(100% - 20px) 40px, 0px 40px;
  background-position: left center, center, right;
  margin-bottom: 0;
}

.contact-info ul li{
	display: inline-block;
	margin: 0 5px;
}
.contact-info ul li a{
	color: #FFF;
	font-size: 16px;
}
.contact-info ul li a:hover{
	color: #d9940d;
}
.contact-info ul li i{
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	border-radius: 100%;
	background-color: #d9940d;
}
.row1{
	position: relative;
	padding: 30px 0;
}
.bg-grey{
	background-color: #383838;
color: #FFF;
}
.slider-content {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.8s forwards;
  }
  
  .slider-image {
	opacity: 0;
	transform: translateX(20px);
	animation: slideIn 0.8s forwards;
	animation-delay: 0.3s; /* Delayed for a staggered effect */
  }
  
  @keyframes fadeInUp {
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  @keyframes slideIn {
	to {
	  opacity: 1;
	  transform: translateX(0);
	}
  }
  
  .fade-in {
	animation: fadeIn 0.8s forwards;
  }
  
  @keyframes fadeIn {
	to {
	  opacity: 1;
	}
  }

 .services-box, .services_box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.services-box.visible, .services_box.visible {
  opacity: 1;
  transform: translateY(0);
}

  
  @keyframes fadeInUp {
	to {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  @media (min-width: 768px) {
	.services-box {
	  animation-delay: calc(0.1s * var(--i));
	}
	.services_box {
	  animation-delay: calc(0.1s * var(--i));
	}
  }
  .about-box {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .about-box.visible {
	opacity: 1;
	transform: translateY(0);
  }
  
  .section-3 {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .section-3.visible {
	opacity: 1;
	transform: translateY(0);
  }
  
.up-down-space{
	padding: 60px 0;
}
.slider-content{
	margin-top: 90px;
}
.slider-content h1{
	text-transform: uppercase;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 20px;
}
.slider-content h1 span{
color: #db9815;
}
.slider-content p{
	font-size: 18px;
	margin-bottom: 35px;
}
.slider-content a{
	background-color: #db9815;
	color: #FFF;
	font-size: 18px;
	border:2px solid #FFF;
	border-radius: 6px;
	padding: 12px 25px;
}
.slider-content a:hover{
	background-color: #383838;
}
.section-heading{
	text-align: center;
}
.section-heading h1{
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
}
.section-heading span{
color: #db9815;
}

.services-box{
	padding: 10px 10px 10px 30px;
cursor: pointer;
	border-radius: 6px;
	border:1px solid #383838;
	transition: all ease-in-out 0.3s;
background-color: #f7f7f7;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;

}
.services-box:hover{
	border:1px solid #db9815;
}
.services-box-content a{color: #383838;
}
.services-box-content a img{
	float: left;
	margin-right: 15px;
}
.services-box-content a h3{
color: #383838;
font-weight: bold;
font-size: 23px;
text-transform: uppercase;
margin-bottom: 0;
position: relative;
top: -5px;
}
.services-box-content a h3 span{
	color: #db9815;
}
.services-box-content ul {
	padding-left: 0;
	margin-bottom: 0;
}
.services-box-content ul li{
	list-style-type: none;
	display: inline-block;
}
.mb-20{
	margin-bottom: 20px;
}
.btn-primary{
	text-transform: uppercase;
	font-size: 20px;
	background-color: #383838;
	border:2px solid #db9815;
	padding: 12px 25px;
	color: #FFF;
	border-radius: 6px;
}
.btn-primary:hover{
	background-color: #db9815;
	color: #FFF;
}
.btn-secondary{
	text-transform: uppercase;
	font-size: 20px;
	background-color: #db9815;
	border:2px solid #383838;
	padding: 12px 25px;
	color: #FFF;
	border-radius: 6px;
}
.btn-secondary:hover{
	background-color: #383838;
	color: #FFF;
	border:2px solid #db9815;
}
.project-box{
	overflow: hidden;
	border:2px solid #FFF;
	transition: all ease-in-out 0.3s;
	border-radius: 6px;
	position: relative;
	cursor: pointer;
}

.project-box:hover{
	border:2px solid #db9815;
}
.project-box::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.project-box:hover:after{
	opacity: 1;
}
.project-box h4{
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	    position: absolute;
    z-index: 1;
    top: 20%;
    left: 0;
    width: 100%;
    display: none;
    transition: all ease-in-out 0.3s;
}
.project-box:hover h4{
	display: block;
}
.bg-yellow{
	background-color: #db9815;
	color: #FFF;
}
.section-3{}
.section-3 h1{
font-size: 38px;

text-transform: uppercase;
font-weight: bold;
}
.section-3 h1 span{
	color: #383838;
}
.section-3 p{
	font-size: 18px;
	margin-bottom: 0;
}
.b-right{
	border-right: 2px solid #FFF;
}
.news-box{
	border:2px solid #db9815;
	border-radius: 6px;
	padding: 60px 20px;
}
.news-box h1{
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.news-box h1 span{
	color: #db9815;
}
.news-box ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.news-box ul li{
	display: inline-block;
	text-align: center;
	width: 33%;
    padding: 0 15px;
    border-right: 1px solid #db9815;
}
.news-box ul li:last-child{
	border-right: 0;
}
.news-box ul li img{
	margin-bottom: 20px;
}
.news-box ul li p{
	margin-bottom: 40px;
}
.news-box ul li p a{
	color: #383838;
	font-size: 16px;
}
.news-box ul li p a:hover{
	color: #db9815;
}
.portfolio-tabs{}
.portfolio-tabs .nav-tabs{
	border-bottom: unset;
	display: block;
	text-align: center;
margin-bottom: 30px;
}
.portfolio-tabs .nav-tabs .nav-item{display: inline-block;
margin: 0 8px;}
.portfolio-tabs .nav-tabs .nav-item button{
	color: #FFF !important;
	font-size: 16px;
	text-transform: uppercase;
}
.portfolio-tabs .nav-tabs .nav-item .nav-link.active{
	color: #FFF !important;
	background-color: unset;
	border: 1px solid #db9815
}
.portfolio-tabs .nav-tabs .nav-item .nav-link:hover{
		color: #FFF !important;
	background-color: unset;
	border: 1px solid #db9815
}
.portfolio-tabs .nav-tabs .nav-item:last-child button{
	background-color: #db9815;
}
.tab-content .project-box{
	margin-bottom: 20px;
}
.technologies-box{
background-color: #f7f7f7;
text-align: center;
border:2px solid #db9815;
border-radius: 6px;
padding: 30px 0;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.technologies-box a{
	display: block;
}
.bg-light-grey{
	background-color: #f7f7f7;
	color: #383838;
}
.resources-tabs {}
.resources-tabs .nav-tabs{
	display: block;
	text-align: center;

	border-bottom: unset;
	margin-bottom: 30px;
}
.resources-tabs .nav-tabs li{
	display: inline-block;
}
.resources-tabs .nav-tabs li button{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #383838;
}
.resources-tabs .nav-tabs .nav-link.active, .resources-tabs .nav-tabs .nav-link:hover{
	background-color: unset;
	border:1px solid #db9815;
}
.resources-tabs .nav-tabs li:last-child button, .resources-tabs .nav-tabs li:last-child .nav-link.active, .resources-tabs .nav-tabs li:last-child .nav-link.hover{
	background-color: #db9815 !important;
	color: #FFF !important;
}
.resources-box{
	text-align: center;
	border:2px solid #db9815;
	border-radius: 6px;
	padding: 15px;
	height: 100%;
}
.resources-box p{
	font-size: 14px;
}
.resources-box h6{
	font-weight: bold;
	font-size: 16px;
}
.resources-box h6 a{
	text-decoration: none;
	color: #383838;
}
.resources-box h6 a:hover{
	color: #db9815;
}
.resources-box ul{
	list-style-type: none;
	padding-left: 0;
	display: table;
	margin: 0 auto;
}
.resources-box ul li{
	display: inline-block;
	float: left;
	text-align: left;
}
.resources-box ul li img{
	margin-right: 10px;
}
.resources-box ul li span{
	color: #db9815;
}
.resources-image{
	margin-bottom: 20px;
}
.about-box{
	border:2px solid #FFF;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	transition: all ease-in-out 0.3s;
	padding: 20px;
	height: 100%;
}
.about-box:hover{
	border:2px solid #db9815;
}
.about-box h2{
font-size: 38px;
font-weight: bold;
}
.about-box h2 span{
	color: #db9815;
}
.about-box p{
	font-size: 18px;
}
.about-box p:last-child{
	margin-bottom: 0;
}
.clients-box{
	border:2px solid #db9815;
	text-align: center;
	border-radius: 6px;
	padding: 20px;
	height: 480px;
}
.clients-box img{
	margin-bottom: 15px;
}
.clients-box p{
	font-size: 16px;
}
.clients-box h6{
	color: #db9815;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;
}
.clients-box p:last-child{
	margin-bottom: 0;
}
.owl-carousel .owl-item img{
	width: unset;
	display: unset;
}
.owl-carousel .owl-nav.disabled{
	display: block;
}
#clients-carousel .owl-nav{}
#clients-carousel .owl-nav button{
	background-color: #db9815;
	width: 35px;
	height: 35px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	width: 1rem;
    height: 1rem;
}
#clients-carousel .owl-nav .owl-prev{
	left: 0;
    position: absolute;
    top: 50%;
    transform: translate(-60px, -20px);
}
#clients-carousel .owl-nav .owl-next {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(60px, -20px);
}
.contact-form{

}
.contact-form .form-group{
	margin-bottom: 30px;
}
.contact-form input, .contact-form textarea{
	background-color: #FFF;
	color: #383838;
	font-size: 16px;
	padding: 10px 20px;
	border:0;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
	color: #383838;
}
.contact-form button{
	width: 100%;
	text-align: center;
	background-color: #383838;
	border:1px solid #db9815;
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	transition: all ease-in-out 0.3s;
	padding: 10px 0;
}
.contact-form button:hover{
	background-color: #db9815;
	border:1px solid #383838;
}
.contact-box{
	background-color: #FFF;
	border-radius: 6px;
	text-align: center;
	padding: 20px;
	margin-bottom: 10px;
}
.contact-box:last-child{
	margin-bottom: 0;
}
.contact-box h6{
	color: #db9815;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.contact-box ul{
	list-style-type: none;
	padding-left: 0;
	font-size: 16px;
	margin-bottom: 0;
}
.contact-box ul li{
	border-bottom: 1px solid #383838;
}
.contact-box ul li:last-child{
	border-bottom: 0;
}
.contact-box p{
	border:1px solid #db9815;
	border-radius: 6px;
	margin-bottom: 5px;
	padding: 5px 5px;
}
.contact-box p a{
	font-size: 12px;
	color: #383838;
}
.contact-box p a:hover{
	color: #db9815;
}

.contact-box p a i{
	background-color: #db9815;
	color: #FFF;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right:5px;
	border-radius: 100%;
	font-size: 12px;
}
.contact-box p:last-child, .step-box:last-child{
	margin-bottom: 0;
}
.step-box{
	background-color: #FFF;
	border-radius: 6px;
	text-align: center;
	padding: 20px 20px 10px 20px;
	margin-bottom: 22px;
}
.step-box ul {
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 0;

}
.step-box ul li{
	display: inline-block;
	text-align: left;
}
.step-box ul li h6{
	font-weight: bold;
	color: #db9815;
	font-size: 20px;
margin-bottom: 0;
}
.step-box ul li img{
	margin-right: 10px;
	margin-top: -30px;
}
.step-box ul li p{
	text-transform: uppercase;
}
.faqs{}
.faqs .accordion ul{
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 0;
}
.faqs .accordion ul li{

}
.faqs .accordion .accordion-item{
	border:0;
	margin-bottom: 10px;
}
.faqs .accordion .accordion-item .accordion-header button{
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	background-color: #464646;
	border:0;
	box-shadow: unset;
}
.faqs .accordion .accordion-item .accordion-body{
	background-color: #2d2a2a;
	color: #FFF;
}
 .accordion-button::after {
    font-family: 'FontAwesome';  
    content: "\f067";
    float: right; 
    font-size: 16px;
}
.accordion-button:not(.collapsed)::after{
	transform: unset;
}
.accordion-button:not(.collapsed)::after {
         content: "\f068"; 
    }
.accordion-button:not(.collapsed)::after, .accordion-button::after{
	background: unset;
}


.bg-footer{
	color: #FFF;
	background-color: #5f5f5f;
}
.footer-content{}
.contact-info{}
.footer-content ul, .contact-information ul{
	list-style-type: none;
	padding-left: 0;
}
.footer-content ul li, .contact-information ul li{
	padding-top:5px;
	margin-bottom: 10px;
	border-top: 1px solid #db9815;
}
.footer-content ul li:first-child, .contact-information ul li:first-child{
	border-top: unset;
}
.footer-content ul li a{
	color: #FFF;
	display: block;
}
.contact-information ul li i{
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 100%;
	text-align: center;
	color: #FFF;
	background-color: #383838;
	margin-right: 8px;
}
.contact-information ul li a{
color: #FFF;
}
.footer-content ul li a:hover, .contact-information ul li a:hover{
	color: #db9815;
}
.footer-content h3{
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.footer-logo{
	margin-bottom: 50px;
}
.footer-content2 li{
	border-top: 1px solid #db9815 !important;
}
.footer-bottom{
	padding: 10px 0;
	text-align: center;
}
.footer-bottom p{
	margin-bottom: 0;
	font-size: 16px;
}
.footer-bottom p a{
	color: #db9815;
}
.owl-dots{
	display: none;
}
@media only screen and (max-width : 1024px) {
	.nav-link{
		font-size: 15px;
	}
	.portfolio-tabs .nav-tabs .nav-item{
		margin: 0 3px;
	}
}
@media only screen and (max-width : 768px) {
	.navbar-toggler{
		background-color: #db9815
	}
	.nav-link{
		padding-left: 20px;
	}
	.slider-content h1{
		font-size: 35px;
	}
	.slider-content{
		margin-top: 30px;
	}
	.services-box-content a h3{
		font-size: 12px;
	}
	.section-3 h1{
		font-size: 28px;
	}
	.news-box ul li{
		width: 32%;
	}
	.clients-box{
		height: 540px;
	}
	#clients-carousel .owl-nav .owl-next{
		transform: translate(30px, -20px);
	}
	#clients-carousel .owl-nav .owl-prev{
		transform: translate(-30px, -20px);
	}
	.faqs .accordion .accordion-item .accordion-header button{
		font-size: 16px;
	}
}
@media only screen and (max-width : 640px) {
	.slider-content{
		margin-top: 0;
	}
	.services-box-content a h3, .section-3 p {
    font-size: 16px;
	}
	.project-box{
		margin-bottom: 20px;
	}
	.section-3 h1{
		font-size: 25px;
	}
	.development-image{
		margin-top: 20px;
	}
	.news-box ul li{
		width: unset;
		border-right: unset;
		border-bottom: 1px solid #db9815;
		padding-top: 30px;
	}
	.news-box ul li:first-child{
		padding-top: 0;
	}
	.news-box ul li:last-child{
		border-bottom: unset;
	}
	.portfolio-tabs .nav-tabs .nav-item button{

		font-size: 15px;
	}
	.portfolio-tabs .project-box h4{
		font-size: 14px;
		top: 18%;
	}
	.about-box{
		height: unset;
		margin-bottom: 20px;
	}
	.contact-form{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.contact-info ul li a{
		font-size: 10px;
	}
	#collapseTwo:not(.collapsed){

	}
}
@media only screen and (max-width : 420px) {
	.slider-content{
		text-align: center;
	}
	.portfolio-tabs .project-box h4 {
    font-size: 9px;
    top: 15%;
	}
	.contact-info ul li i{
		width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 8px;
	}
	.contact-info ul li a {
    font-size: 7px;
	}
	.contact-info ul li{
		margin: 0 2px;
	}
	.contact-info ul{
		padding: 0px 25px 7px 25px;
	}
	.custom-100{
		width: 100%;
	}
	.slider-content{
		margin-bottom: 20px;
	}
	.section-heading h1, .about-box h2{
		font-size: 28px;
	}
	.section-heading p{
		font-size: 15px;
	}
	.services-box-content ul{
		text-align: center;
	}
	.services-box{
		padding: 10px 10px 10px 10px;
		display: block;
	}
	.services-box-content a img{
		float: unset;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.services-box-content ul li{
		display: block;
	}
	.project-box h4{
		font-size: 14px;
		top: 15%;
	}
	.b-right{
		border-right: unset;
	}
	.news-box ul li p{
		margin-bottom: 20px;
	}
	.portfolio-tabs .nav-tabs .nav-item button{
		font-size: 12px;
		    margin-bottom: 5px;
	}
	.about-box p{
		font-size: 16px;
	}
	#clients-carousel .owl-nav .owl-prev{
		    transform: translate(-10px, -20px);
	}
	#clients-carousel .owl-nav .owl-next {
    transform: translate(10px, -20px);
	}
	.footer-bottom p{
		font-size: 14px;
	}
	.footer-content h3{
		margin-bottom: 15px;
	}
	.resources-tabs .nav-tabs li button{
		font-size: 13px;
		    margin-bottom: 5px;
	}
	.technologies-box{
		padding: 10px 0;
	}
}

.notvalid,
.success{
	padding: 5px 10px;
    color: #fff;
    margin-top: 10px;
}