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

html {
	scroll-behavior: smooth;
	background-color: #ffffff;
}
body {
	font-family: "Roboto", serif;
	color: #333333;
	background-color: #ffffff;
}
*, button, button:focus {
	outline: none !important;
}

::-moz-selection {
 color: white;
 background: #e75f07;
}
::selection {
	color: white;
	background: #e75f07;
}
ul {
	list-style: none;
}
b, strong {
    font-weight: bold;
}
::-webkit-scrollbar-track {
 border-radius: 0;
 background-color: #ffffff;
}

::-webkit-scrollbar {
 width: 8px;
 height: 2px;
 background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
 border-radius: 0;
 background-color: #333333;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #ffffff;
}
.preloader .progress {
	width: 368px;
	border-radius: 10px;
	margin: 0 auto;
	top: 130px;
}
.preloader p {
	font-weight: 900;
	font-size: 100px;
	position: absolute;
}
.preloader p span {
	font-size: 25px;
	position: relative;
	top: -50px;
	left: -25px;
}
section {
	position: relative;
}
.color1 {
	color: #e75f07;
}
.font2 {
	font-family: 'Oswald', sans-serif;
}
.btn_style1 {
	background-color: #ffffff;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 500;
	color: #e75f07;
	transition: color ease 0.3s;
	text-decoration: none !important;
}
.btn_style1:hover {
	color: #ffffff;
}
.btn_style1:focus {
	background-color: #e75f07;
	color: #ffffff;
}
.btn-effect1 {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: inline-block;
}
.btn-effect1 span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 100%;
	background-color: #e75f07;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.btn-effect1:hover span {
	width: 225%;
	height: 262.5px;
}
.btn-effect1:active {
	background-color: #fff;
}
.nothing_display {
	width: 100%;
	padding: 100px 15px;
	margin: 0 0 20px 0;
	background: #fff;
	float: left;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	color: #f00;
}
footer .scrollTop {
	position: fixed;
	right: 8px;
	bottom: 15px;
	background-color: #222;
	padding: 10px;
	border-radius: 10%;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 9;
	cursor: pointer;
	width: 35px;
	height: 35px;
	color: #ffffff;
}
.quick_enquiry {
	position: fixed;
	right: -197px;
	width: 197px;
	bottom: 70px;
	z-index: 9999;
	transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}
.quick_enquiry .form {
	background-color: #ffffff;
	padding: 15px;
	border-radius: 10px;
	display: inline-block;
	position: relative;
}
.quick_enquiry .form h6 {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
}
.quick_enquiry .form .ctrl {
	border: none;
	background-color: #eeeeee;
	font-size: 13px;
	padding: 7px 15px;
	border-radius: 6px;
	width: 100%;
	display: block;
	resize: none;
	margin-bottom: 13px;
}
.quick_enquiry .btn_open {
	display: inline-block;
	transform: rotate(-90deg);
	position: absolute;
	left: -72px;
	top: 67%;
	border: none;
	color: #fff;
	background-color: #e75f07;
	font-size: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 4px 12px;
	transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
	letter-spacing: 1;
}
.quick_enquiry .form .btnsend {
	font-size: 14px;
	padding: 5px 16px;
	float: right;
	border: none;
	background-color: #e75f07;
	margin-top: 2px;
	border-radius: 4px;
	color: #fff;
	transition: all ease 0.3s;
}
.quick_enquiry .form textarea {
	height: 60px;
}
.quick_enquiry.active {
	right: 0px;
}

/***************************** header *****************************/
.header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	background-color: #ffffff;
}
.header.active {
	animation-name: header_anim;
	position: fixed;
	animation-duration: 0.6s;
	transition: all ease 0.3s;
}
.header.active .navbar-brand img {
	width: 100px;
}
@keyframes header_anim {
 0% {
 top: -150px;
 opacity: 0;
}
 100% {
 top: 0;
 opacity: 1;
}
}
.header .navbar-toggler {
	font-size: 30px;
}
.header .navbar-brand img {
	width: 130px;
}
.header .navbar-nav .nav-link {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	transition: all .3s ease;
}
.header .navbar-nav .active .nav-link, .header .navbar-nav .nav-link:hover {
	color: #e75f07;
}
.header .slide-line {
	position: absolute;
	bottom: 0;
	height: 5px;
	background-color: #e75f07;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.wa_icon{
	width: 40px;
	height: 40px;
	position: fixed;
	display: block;
	bottom: 60px;
	left: 0;
	z-index: 99;
	padding: 0;
	background:#26af36;
	border-radius: 50%;
	text-decoration: none !important;
}
.wa_icon i{
	color: #fff;
	font-size: 30px;
	padding: 4px 7px;
	-webkit-animation: ring 4s .7s ease-in-out infinite;
  	-webkit-transform-origin: 50% 4px;
  	-moz-animation: ring 4s .7s ease-in-out infinite;
  	-moz-transform-origin: 50% 4px;
  	animation: ring 4s .7s ease-in-out infinite;
  	transform-origin: 50% 4px;
}
@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }
  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}
/***************************** footer *****************************/
.footer {
	background-color: #222222;
	padding: 40px 0 0;
	position: relative;
}
.footer ul {
	list-style: none;
}
.footer .div1 img {
	width: 250px;
}
.footer .div2 li a {
	color: #ffffff;
	font-size: 25px;
	text-decoration: none !important;
	transition: all ease 0.3s;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 3px;
	padding: 6px;
	display: block;
}
.footer .div2 ul li {
	margin: 6px 0;
	display: inline-block;
	vertical-align: middle;
}
.footer .div2 li.fb a:hover {
	background-color: #3b5998;
}
.footer .div2 li.tw a:hover {
	background-color: #00acee;
}
.footer .div2 li.insta a:hover {
	background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.footer .div2 li.tube a:hover {
	background-color: #FF0000;
}
.footer .div2 li.wa a:hover {
	background-color: #01E675
}
.footer .div3 li {
	padding: 3px 0;
}
.footer .div3 h5, .footer .div2 h5 {
	color: #ffffff;
}
.footer .div3 li, .footer .div3 li a {
	color: #eee;
	font-size: 15px;
	text-decoration: none !important;
	transition: all ease 0.3s;
	display: flex;
	font-weight: 300;
	margin: 0 4px 0 0;
}
.footer .div3 li a:hover {
	color: #e75f07;
}
.footer .div3 li i {
	color: #ffffff;
	font-size: 20px;
	margin-right: 10px;
}
.footer .div3 li span {
	display: inline-block;
	vertical-align: middle;
}
.footer .copyright {
	background-color: #000;
	padding: 20px 0;
	color: #ffffff;
	font-size: 13px;
	margin-top: 20px;
}
.footer .copyright a {
	color: #ffffff;
	text-decoration: none !important;
	transition: all ease 0.3s;
}
.footer .copyright a:hover {
	color: #e75f07;
	text-decoration: none !important;
}

/***************************** home *****************************/
.home_page {
}
.home_page .section1 {
	padding-top: 100px;
}
.home_page .section2 {
	margin: 5rem 0;
}
.home_page .section2 .profile-image .image-wraper.left {
	margin-right: 33.33%;
}
.home_page .section2 .profile-image .image-wraper {
	width: 66.66%;
	margin-left: 15px;
}
.home_page .section2 .side-image-float.right {
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.home_page .section2 .side-image-float {
	position: absolute;
	width: 66.66%;
	box-shadow: 8px 8px 17px 0 rgba(0, 0, 0, .20);
}
.home_page .section2 .profile-image .image-wraper:after, .home_page .section2 .home_page .section2 .profile-image .image-wraper:before {
	display: block;
}
.home_page .section2 .profile-image .image-wraper:before {
	border-top: 2px solid #e75f07;
	border-left: 2px solid #e75f07;
	margin-top: -15px;
	margin-left: -15px;
	top: 0;
	left: 0;
}
.home_page .section2 .profile-image .image-wraper:after {
	border-right: 2px solid #e75f07;
	border-bottom: 2px solid #e75f07;
	margin-bottom: -15px;
	margin-right: -15px;
	bottom: 0;
	right: 0;
}
.home_page .section2 .profile-image .image-wraper:after, .home_page .section2 .profile-image .image-wraper:before {
	content: '';
	width: 45px;
	height: 45px;
	position: absolute;
}
.home_page .section2 .profile-detail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.home_page .section2 h1 {
	margin-top: 0px;
	margin-bottom: 24px;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 42px;
	font-weight: 600;
	text-transform: uppercase;
}
.home_page .section2 p {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #777;
	text-align: justify;
}
.home_page .section3 {
	margin: 5rem 0;
}
.home_page .section3 .title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.home_page .section3 .image {
	width: 100%;
	height: 30vw;
	overflow: hidden;
	border-radius: 10px;
}
.home_page .section3 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 2s;
}
.home_page .section3 .image:hover img {
	transform: scale(1.3) rotate(8deg);
}
.home_page .section3 a {
	text-decoration: none;
}
.home_page .section3 h3 {
	font-size: 16px;
	transition: all ease 0.3s;
	color: #333;
	margin: 10px 0 0 0;
}
.home_page .section3 .image:hover ~ h3, .home_page .section3 h3:hover {
	color: #e75f07;
}
.home_page .section4 {
	padding: 5rem 0;
	background-color: #222;
}
.home_page .section4 .title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	color: #ffffff;
	text-align: center;
}
.home_page .section4 .content {
	color: #777;
	padding: 20px 2%;
}
.home_page .section4 .content i {
	font-size: 60px;
	color: #e75f07;
}
.home_page .section4 .content .p1 {
	font-size: 21px;
	font-weight: 500;
	color: #eee;
}
.home_page .section4 .content .p2 {
	font-size: 17px;
	color: #999999;
}
.home_page .section5 {
	background-color: #eeeeee;
	padding: 5rem 0;
	overflow: hidden;
}
.home_page .section5 .title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	color: #333;
	position: relative;
}
.home_page .section5 .image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.home_page .section5 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}
.home_page .section5 .carousel_clients .item {
	border-left: 5px solid #e65f07;
	padding-left: 10px;
	border-radius: 5px;
}
.home_page .section5 .carousel_clients .item h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}
.home_page .section5 .owl-nav button {
	background-color: #000000;
	color: #ffffff;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
/***************************** about *****************************/
.inner_page {
	padding-top: 130px;
	display: inline-block;
	width: 100%;
}
.inner_page .section1 {
	width: 70%;
	display: inline-block;
	float: left;
	padding: 3% 5% 3% 8%;
}
.inner_page .section2 {
	width: 30%;
	display: inline-block;
	float: left;
	height: 100%;
	position: fixed;
	top: 0;
}
.inner_page .section2 img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.inner_page .section1 h1 {
	color: #e75f07;
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.inner_page .section1 .p2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
}
.inner_page .section1 .p3 {
	color: #333333;
	text-align: justify;
}
.inner_page .section1 .p4 {
	color: #006902;
	font-size: 18px;
	font-weight: 600;
	margin: 25px 0 0;
}

/***************************** mission *****************************/
.project_page {
	padding-top: 130px;
	display: inline-block;
	width: 100%;
}
.project_page .section1 {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 3% 8%;
}
.project_page .section1 h1 {
	color: #e75f07;
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.project_page .section1 h2 {
	color: #333;
	font-size: 15px;
	text-align: center;
	background: #eee;
	padding: 5px;
}
.project_page .section1 .project_img {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}
.project_page .section1 .project_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 2s;
}
.project_page .section1 .project_img:hover img {
	transform: scale(1.3) rotate(8deg);
}
.project_page .section1 .project_img:hover ~ h3, .project_page .section1 h3:hover {
	color: #e75f07;
}
.project_page .section1 a {
    text-decoration: none;
}
.project_page .section1 h3 {
    font-size: 16px;
    transition: all ease 0.3s;
    color: #333;
	margin: 10px 0 0 0;
}

/***************************** mission *****************************/
.mission_page .section1 .ul1 {
	color: #333333;
	line-height: 2.5;
}
.mission_page .section1 .ul1 i {
	color: #e75f07;
	font-weight: bold;
	font-size: 20px;
	margin-right: 8px;
}

/***************************** clients *****************************/
.clients_page .section1 h4 {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 1.3;
	padding: 15px;
	background: #fff;
}
.clients_page .section1 h4 span {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 1.3;
	text-transform: capitalize;
	padding: 4px 0 0 0;
}
.clients_page .section1 h4:nth-of-type(2n+1) {
    background-color: 
    rgba(0,0,0,.05);
}

/***************************** contact *****************************/
.contact_page .section1 h2 {
	color: #e75f07;
	font-weight: 500;
	font-size: 18px;
	margin: 0 0 20px 0;
}
.contact_page .section1 ul li {
	color: #333;
	font-weight: 500;
	font-size: 15px;
	margin: 0 0 10px 0;
}
.contact_page .section1 ul li a {
	color: #333;
}
.contact_page .section1 ul li i {
    color: #333;
    font-size: 20px;
    margin-right: 10px;
}
.contact_page .form-control {
    border: none;
    background-color: #eeeeee;
    font-size: 13px;
    padding: 7px 15px;
    border-radius: 6px;
    width: 100%;
    display: block;
    resize: none;
    margin-bottom: 13px;
}
@media (min-width: 200px) and (max-width: 991px) {
	.header .slide-line {
		display: none;
	}
	.header .navbar-nav {
		text-align: center;
	}
	.header .navbar-brand img {
		width: 100px;
	}
	.home_page .section2 .profile-detail {
		margin-top: 30px;
	}
	.slide__title {
		font-size: 40px;
	}
}


@media (min-width: 200px) and (max-width: 767px) {
	.home_page .section3 .image {
		height: 78vw;
	}
	.home_page .section3 h3 {
		margin-bottom: 35px;
	}
	.about_page .section1, .mission_page .section1, .service_page .section1, .clients_page .section1, .helpdesk_page .section1, .contact_page .section1 {
    	width: 100%;
	}
	.about_page .section2, .mission_page .section2, .service_page .section2, .clients_page .section2, .helpdesk_page .section2, .contact_page .section2 {
		display: none;
	}
	.footer ul {
		display: inline-block;
	}
	
}