*{ 
	font-family:'Open Sans';
}
.text-center img {
	display: inline-block;
}
header .header-top {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99999;
	padding: 20px 0px;
}
header .header-top.fixed-header {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
  	top: 0;
 	width: 100%;
  	-moz-box-shadow: 0 -3px 10px 0 #333;
	-webkit-box-shadow: 0 -3px 10px 0 #333;
	box-shadow: 0 -3px 10px 0 #333;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-family: "Roboto";
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
header .mainmenu {
	padding-top: 10px;
}
header .mainmenu ul li {
	padding-right: 23px;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background: none repeat scroll 0 0 #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; border-left:5px solid #000; padding-left:25px;}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .carousel-caption {
    top: 20%;
	position: absolute;
}
header .header-bottom .banner-contents img {
	width: auto;
	margin: auto;
}
header .header-bottom .banner-contents h3 {
	font-family: "Poppins";
	font-size: 43px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;	
	margin: 30px 0px;
}
header .header-bottom .banner-contents a {
	text-decoration: none;
	font-family: "Poppins";
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;	
	border-radius: 0px;
	padding: 10px 35px;
	background-color: #ec1f27;
}
/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 79px;
	left: 0;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 40px;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 79px;
	right: 0;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 40px;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #edb200;
}
.holder .heading h3 {
	font-family: "Poppins";
	font-size: 39px;
	text-transform: uppercase;
	font-weight: 600;	
	margin-bottom: 25px;
}
.holder .heading p {
	font-size: 20px;
	color: #706f6f;
	line-height: 1.7;
	margin-bottom: 25px;
}
.holder .heading a {
	text-decoration: none;
	font-family: "Poppins";
	font-size: 22px;
	color: #ec1f27;
	text-transform: uppercase;
	font-weight: 600;	
	border-radius: 0px;
	padding: 10px 35px;
	border: 2px solid #ec1f27;
}
.holder .what-section {
	padding: 100px 0px;
}
.holder .what-section .what-contents h4 {
	font-size: 22px;
	color: #000;
	margin-bottom: 10px;
}
.holder .services-section {
	background-image: url(img/others/service-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 200px 0px;
	position: relative;
	margin-top: -90px;
}
.holder .services-section .services-heading h3 {
	color: #fff;
}
.holder .services-section .services-contents h3 {
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
	font-family: "Poppins";
	font-weight: 600;
	background-image: url(img/others/heading-strip.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	background-position: left bottom;
	margin-top: 10px;
	margin-bottom: 20px;
}
.holder .services-section .services-contents p {
	font-size: 20px;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 25px;
}
.holder .services-section .services-contents a {
	text-decoration: none;
	font-family: "Poppins";
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;	
	border-radius: 0px;
	padding: 10px 35px;
	border: 2px solid #fff;
}
.holder .test-section {
	background-image: url(img/others/test-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 500px 0px;
	position: relative;
	margin-top: -130px;
	z-index: 1000;
}
.holder .test-section .test-heading h3 {
	color: #fff;
}
.holder .test-section .test-contents img {
	width: auto;
	margin: auto;
}
.holder .test-section .test-contents h5 {
	font-family: "Poppins";
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.holder .test-section .test-contents p {
	font-family: "Poppins";
	font-size: 20px;
	color: #c3c3c3;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 0px;
	position: relative;
	font-style: italic;
	margin-top: 20px;
	width: 80%;
	margin: 30px auto;
}
.holder .test-section .test-contents p::before {
	background-image: url(img/others/quotes-before.png);
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	width: 47px;
	height: 35px;
	left: 0;
	top: -30px;
}
.holder .test-section .test-contents p::after {
	background-image: url(img/others/quotes-after.png);
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	width: 47px;
	height: 35px;
	right: 0;
	bottom: -30px;
}
/*********** CAROUSEL NAV***********/
.holder .test-section .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/test-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 78px;
	left: 0;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 37px;
}
.holder .test-section .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/test-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 78px;
	right: 0;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 37px;
}
.holder .team-section {
	background-image: url(img/others/team-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: -50px;
	z-index: 100;
	padding: 90px 0px 240px;
}
.holder .team-section .team-heading h3 {
	color: #df4131;
}
.holder .team-wrap {
	margin-top: 60px;
}
.holder .team-section .team-contents img {
	width: auto;
	margin: auto;
	border: 2px solid #d6d6d6;
}
.holder .team-section .team-contents h3 {
	font-family: "Poppins";
	font-size: 25px;
	color: #1d1c1c;
	font-weight: 600;
	margin-top: 20px;
}
.holder .team-section .team-contents h5 {
	font-family: "Poppins";
	font-size: 19px;
	color: #2d2c2c;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.holder .team-section .team-contents p {
	font-family: "Poppins";
	font-size: 19px;
	color: #2d2c2c;
	line-height: 1.4;
}
.holder .blog-top {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	z-index: 9999999;
}
.holder .blog-section {
	position: relative;
	margin-top: -50px;
	z-index: 9999;
	background-color: #f0f0f0;
	padding: 90px 0px;
}
.holder .blog-section .blog-img {
	position: relative;
}
.holder .blog-section .blog-img h5 {
	color: #fff;
	font-family: "Poppins";
	font-size: 21px;
	background-color: #df4131;
	padding: 10px;
	font-weight: 600;
	width: 33%;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 0px;
	text-align: center;
}
.holder .blog-section .content-wrap {
	border: 1px solid #d6d6d6;
	background-color: #fff;
	margin-bottom: 10px;
}
.holder .blog-section .blog-contents {
	padding: 14px 20px;
}
.holder .blog-section .blog-contents h3 {
	font-family: "Muli";
	font-size: 23px;
	color: #2e322f;	
	font-weight: 700;
}
.holder .blog-section .blog-contents h4 {
	font-family: "Muli";
	font-size: 15px;
	color: #7b7b7b;	
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.holder .blog-section .blog-contents h5 {
	font-family: "Muli";
	font-size: 21px;
	color: #3e3e3e;	
	font-weight: 700;
	margin-bottom: 5px;
}
.holder .blog-section .blog-contents p {
	font-size: 14px;
	color: #7d7d7d;	
	line-height: 1.4;
}
.holder .blog-section .blog-contents a {
	font-size: 16px;
	color: #fff;	
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 7px 25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee2f38+0,e7171d+100 */
background: #ee2f38; /* Old browsers */
background: -moz-linear-gradient(top, #ee2f38 0%, #e7171d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ee2f38 0%,#e7171d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ee2f38 0%,#e7171d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee2f38', endColorstr='#e7171d',GradientType=0 ); /* IE6-9 */
}
.holder .contact-section {
	background-image: url(img/others/contact-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0px;
	position: relative;
}
.holder .contact-section .blog-bottom {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.holder .contact-section .form-heading h3 {
	color: #fff;
}
.holder .contact-section .form-control {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0px;
	font-size: 15px;
	color: #fff;
	font-family: "Poppins";
	text-transform: uppercase;
}
.holder .contact-section .form-section {
	background-color: #ec1f27;
	padding: 30px;
}
.holder .contact-section .form-section a {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	border-radius: 0px;
	padding: 7px 35px;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 23px;
}
.holder .contact-section .form-section .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.holder .contact-section .form-section .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.holder .contact-section .form-section .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.holder .contact-section .form-section .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.holder .contact-section .form-section .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.holder .contact-section .contact-wrap h3{ 
	font-family: "Poppins";
	font-weight: 600;
	font-size: 40px;
	color: #fff;
	margin-bottom: 25px;
}
.holder .contact-section .contact-wrap ul li a {
	text-decoration: none;
	font-family: "Poppins";
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}
.holder .contact-section .contact-wrap ul li {
	margin-bottom: 20px;
}
.holder .contact-section .social-icons h3{ 
	font-family: "Poppins";
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px;
}
.holder .contact-section .social-icons ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
}
.holder .contact-section .social-icons ul li {
	margin-right: 30px;
}
.holder .contact-section .common-wrap {
	padding-left: 75px;
}
footer .copyrights {
	padding: 30px 0px;
}
footer .copyrights p {
	font-size: 16px;
	color: #6c6c6c;
	margin-bottom: 0px;
}
.holder .blog-wrap {
	margin-top: 60px;
}
.holder .services-wrap {
	margin-top: 60px;
}
.holder .team-section .team-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.holder .team-section .team-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.holder .team-section.about {
	background-image: url(img/others/inner-team-bg.png);
}
.holder .latest-section {
	padding: 90px 0px;
}
.holder .latest-section .latest-contents h4 {
	font-size: 17px;
	color: #222222;
	font-family: "Muli";
	font-weight: 600;
}
.holder .latest-section .latest-contents h3 {
	font-size: 25px;
	color: #ed1c24;
	font-family: "Muli";
	font-weight: 600;
}
.holder .latest-section .latest-contents p {
	font-size: 16px;
	color: #7d7d7d;
	line-height: 1.7;
}
.holder .latest-section .latest-contents a {
	font-size: 15px;
	color: #403f3f;
	font-family: "Muli";
	font-weight: 600;
	text-decoration: none;
	background-image: url(img/others/read-strip.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
.holder .latest-section .latest-contents {
	padding: 30px;
}
.holder .latest-section .latest-wrap {
	margin-bottom: 30px;	
}
.holder .latest-section .wrap-section {
	border: 1px solid #d6d6d6;
	box-shadow: 0px 0px 4px #d6d6d6;
	-webkit-box-shadow: 0px 0px 4px #d6d6d6;
	-moz-box-shadow: 0px 0px 4px #d6d6d6;
}
footer .footer-section {
	background-color: #efefef;
	padding: 30px 0px;
}
footer .footer-section .copyrights {
	padding: 0px;
}
footer .social-icons ul {
	margin-bottom: 0px;
}
footer .social-icons ul li {
	margin-right: 30px;
}
footer .social-icons ul li a {
	text-decoration: none;
	font-size: 17px;
	color: #5e5e5e;
}
footer .footer-wrap {
	padding: 30px 0px;
}
footer .footer-wrap .copyrights {
	padding: 0;
}
.holder .contact-section .contact-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.holder .address-wrap {
	margin-top: 40px;
}
.holder .address-wrap p {
	font-size: 21px;
	color: #3f3f3f;
	font-family: "Poppins";
}
.holder .address-wrap a {
	text-decoration: none;
	color: #3f3f3f;
}
.holder .inner-contact {
	padding: 70px 0px;
}
.holder .address-wrap h3 i {
	height: 55px;
	width: 55px;
	border-radius: 50%;
	background-color: #000;
	text-align: center;
	padding-top: 14px;
	font-size: 26px;
	color: #ec1f27;
}
.holder .inner-services {
	padding: 70px 0px;
	background-image: url(img/others/soft-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.holder .inner-services.services-1 {
	padding: 390px 0px;
	background-image: url(img/others/mobile-bg.png);
	margin-top: -40px;
	z-index: 1000;
}
.holder .inner-services.services-2 {
	padding: 70px 0px;
	background-image: url(img/others/consul-bg.png);
	margin-top: -70px;
	z-index: 100;
	position: relative;
}
.holder .inner-services .software-img img {
	width: auto;
	margin: auto;
}
.holder .inner-services .software-contents p {
	font-size: 20px;
	color: #494949;
	line-height: 1.4;
}
.holder .inner-services .software-contents h3 {
	font-size: 38px;
	color: #df4131;
	font-family: "Poppins";
	font-weight: 600;
	background-image: url(img/others/black-strip.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.holder .inner-services.services-1 .software-contents h3 {
	color: #fff;
	background-image: url(img/others/white-strip.png);
}
.holder .inner-services.services-2 .software-contents h3 {
	color: #000;
}
.holder .inner-services.services-1 .software-contents p {
	color: #fff;
}
.holder .software-wrap {
	padding-top: 50px;
}
/*RESPONSIVE*/
@media screen and (max-width: 1920px) {
	.holder .services-section {
		margin-top: -90px;
	}
	.holder .test-section {
		padding: 220px 0px;
	}
	.holder .inner-services.services-1 {
		padding: 170px 0px;
	}
}
@media screen and (max-width: 1600px) {
	.holder .services-section {
		margin-top: -90px;
		padding: 160px 0px;
		background-size: cover;
	}
	.holder .test-section {
		padding: 170px 0px;
		margin-top: -90px;
	}
	.holder .team-section {
		padding: 90px 0px 150px;
	}
	.holder .inner-services.services-1 {
		padding: 180px 0px;
	}
}
@media screen and (max-width: 1440px) {
	.holder .test-section {
		padding: 140px 0px;
		margin-top: -90px;
	}
	.holder .services-section {
		margin-top: -90px;
		padding: 120px 0px;
		background-size: cover;
	}
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1365px) {
	header .mainmenu ul li a {
		font-size: 16px;
	}
	header .mainmenu {
		padding-top: 3px;
	}
	header .header-bottom .banner-contents img {
		width: 15%;
	}
	header .header-bottom .banner-contents h3 {
		font-size: 30px;
	}
	header .header-bottom .banner-contents a {
		font-size: 17px;
	}
	.holder .heading h3 {
		font-size: 30px;
	}
	.holder .what-section .what-contents h4 {
		font-size: 18px;
	}
	.holder .heading p {
		font-size: 16px;
	}
	.holder .heading a {
		font-size: 15px;
		padding: 8px 28px;
	}
	.holder .services-wrap {
		margin-top: 20px;
	}
	.holder .services-section .services-contents h3 {
		font-size: 20px;
	}
	.holder .services-section .services-contents p {
		font-size: 17px;
	}
	.holder .services-section .services-contents a {
		font-size: 15px;
		padding: 10px 28px;
	}
	.holder .test-section {
		padding: 60px 0px;
	}
	.holder .team-section .team-contents h3 {
		font-size: 20px;
	}
	.holder .team-section .team-contents h5 {
		font-size: 16px;
	}
	.holder .team-section .team-contents p {
		font-size: 15px;
	}
	.holder .blog-section {
		padding: 40px 0px;
	}
	.holder .blog-section .blog-contents h5 {
		font-size: 16px;
	}
	.holder .blog-section .blog-contents p {
		margin-bottom: 10px;
	}
	.holder .blog-section .blog-contents a {
		font-size: 13px;
		padding: 6px 15px;
	}
	.holder .blog-section .blog-contents h4 {
		font-size: 13px;
		margin-bottom: 0;
	}
	.holder .blog-section .blog-contents {
		padding: 9px 18px;
	}
	.holder .contact-section .contact-wrap h3 {
		font-size: 25px;
	}
	.holder .contact-section .contact-wrap ul li a {
		font-size: 16px;
	}
	.holder .contact-section .common-wrap {
		padding-left: 45px;
	}
	.holder .contact-section .form-section a {
		font-size: 18px;
	}
	.holder .contact-section {
		padding: 90px 0px;
	}
	.holder .latest-section .latest-contents h3 {
		font-size: 21px;
	}
	.holder .inner-services .software-contents h3 {
		font-size: 25px;
	}
	.holder .address-wrap p {
		font-size: 15px;
	}
}
@media screen and (min-width: 1100px)  and (max-width: 1280px) {
	header .header-bottom .banner-contents h3 {
		font-size: 35px;
	}
	.holder .blog-section .blog-contents {
		padding: 21px 18px;
	}
	.holder .blog-section .blog-contents h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.holder .blog-section .blog-contents h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	header .mainmenu ul li a {
		font-size: 20px;
	}
}
@media screen and (max-width: 1023px) {
	header .mainmenu ul li a {
		font-size: 13px;
	}
	header .mainmenu ul li {
		padding-right: 10px;
	}
	header .header-bottom .banner-contents h3 {
		font-size: 21px;
		margin: 10px 0px;
	}
	.holder .what-section {
		padding: 60px 0px;
	}
	.holder .services-section {
		margin-top: -40px;
		padding: 40px 0px;
	}
	.holder .services-contents {
		text-align: center;
		margin-bottom: 40px;
	}
	.holder .services-section .services-contents h3 {
		font-size: 20px;
		background-position: center bottom;
	}
	.holder .test-section .test-contents p {
		font-size: 16px;
	}
	.holder .test-section .test-contents p br {
		display: none;
	}
	.holder .team-section {
		padding: 40px 0px 70px;
	}
	.holder .blog-section .blog-contents {
		padding: 30px 18px;
	}
	.holder .blog-section .blog-contents h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.holder .blog-section .blog-contents h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.holder .blog-section .blog-contents p {
		margin-bottom: 15px;
		font-size: 17px;
	}
	.holder .blog-section .blog-contents a {
		font-size: 15px;
		padding: 8px 15px;
	}
	.holder .blog-wrap {
		margin-top: 30px;
	}
	.holder .contact-section .common-wrap {
		padding-left: 15px;
	}
	footer .copyrights p {
		font-size: 15px;
	}
	.holder .latest-section {
		padding: 50px 0px;
	}
	footer .social-icons {
		text-align: center;
	}
	.holder .software-wrap {
		padding-top: 20px;
	}
	.holder .inner-services .software-contents p {
		font-size: 16px;
	}
	.holder .inner-services .software-contents h3 {
		margin-bottom: 17px;
	}
	.holder .test-section .test-contents h5 {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	header .header-top {
		position: relative;
		background-color: #000;
	}
	header .header-bottom .carousel-caption {
		top: 10%;
	}
	.holder .what-contents {
		margin-top: 30px;
		text-align: center;
	}
	.holder .contact-section .common-wrap {
		padding-left: 0;
		padding-top: 30px;
	}
	.holder .services-section {
		padding: 70px 0px;
	}
	footer .footer-section {
		text-align: center !important;
	}
	footer .footer-section .copyrights {
		padding-bottom: 20px;
	}
	footer .copyrights p {
		font-size: 15px;
		text-align: center;
	}
	footer .footer-wrap .copyrights {
		padding-bottom: 10px;
	}
	.holder .address-wrap {
		margin-top: 40px;
		text-align: center;
	}

	.holder .inner-contact {
		text-align: center;
	}
	.holder .latest-section .latest-wrap {
		margin-bottom: 0px;
	}
	.holder .latest-section .wrap-section {
		margin-bottom: 30px;
	}
	footer .copyrights p {
		font-size: 13px;
	}
}

@media screen and (max-width: 480px) {
	.holder .contact-section .blog-bottom {
		top: -2px;
	}
	.holder .inner-contact {
		padding: 40px 0px;
		text-align: center;
	}
	.holder .contact-section {
		padding: 50px 0px;
	}
	.holder .team-section .team-top {
		top: -2px;
	}
	.holder .what-section.about {
		padding: 10px 0px 70px;
	}
	.holder .inner-services.services-1 {
		padding: 80px 0px;
	}
	.holder .inner-services {
		padding: 40px 0px;
	}
}
@media screen and (max-width: 414px) {
	.holder .contact-section .blog-bottom {
		top: -5px;
	}
	.navbar-dark .navbar-brand {
		color: #fff;
		margin: 0px;
		width: 70%;
	}
	.holder .team-section .team-top {
		top: -4px;
	}
	header .header-bottom .owl-prev {
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url("img/icons/mobile-left-arrow.png") !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin:0px !important;
		display: inline-block;
		height: 43px;
		left: 0;
		position: absolute;
		text-indent: -99999px;
		top: 35%;
		width: 20px;
	}
	header .header-bottom .owl-next {
		background-color: rgba(0, 0, 0, 0) !important;
		background-image: url("img/icons/mobile-right-arrow.png") !important;
		background-repeat: no-repeat !important;
		background-position: 0 0;
		margin:0px !important;
		display: inline-block;
		height: 43px;
		right: 0;
		position: absolute;
		text-indent: -99999px;
		top: 35%;
		width: 20px;
	}
	header .header-bottom .banner-contents h3 {
		font-size: 15px;
	}
	header .header-bottom .banner-contents h3 br {
		display: none;
	}
	header .header-bottom .banner-contents a {
		font-size: 14px;
		padding: 6px 20px;
	}
	.holder .heading h3 {
		font-size: 22px;
	}
	header .header-bottom .carousel-caption {
		top: 0%;
	}
	.holder .blog-section .blog-img h5 {
		font-size: 15px;
	}
	.holder .blog-section .blog-contents h3 {
		font-size: 16px;
	}
	.holder .team-section .team-bottom {
		bottom: -2px;
	}
	.holder .latest-section .latest-contents {
		padding: 20px 20px;
	}
	.holder .inner-services .software-contents h3 {
		font-size: 20px;
	}
}
@media screen and (max-width: 320px) {
	.holder .contact-section .blog-bottom {
		top: -4px;
	}
	.holder .blog-top {
		bottom: 48px;
	}
	.holder .team-section .team-top {
		top: -6px;
	}
	.holder .contact-section .contact-bottom {
		bottom: -3px;
	}
}