*{ 
    font-family: 'Arial-Bold';
}
.text-center img {
	display: inline-block;
}
.header-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 20px 0px;
}
.header-logo {
    position: absolute;
    top: -20px;
    width: 370px;
}
.header-contact ul li a {
	text-decoration: none;
}
.header-contact ul li a i {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	color: #142a3f;
	padding-top: 8px;
	margin-right: 7px;
	margin-top: 6px;
}
.header-contact ul li:first-child a {
	text-decoration: none;
	background-color: #142a3f;
	font-size: 18px;
	color: #fff;
	font-family: "Roboto";
	font-weight: 500;
	border-radius: 50px;
	display: block;
	padding: 3px 20px 5px 5px; 
}
.header-contact ul li:first-child a img {
	margin-right: 5px;
}
.header-contact ul li:first-child {
	margin-right: 20px;
}
header {
	padding: 0px;
}
header .mainmenu {
	float: right;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edc967+0,dab551+100 */
	background: #edc967; /* Old browsers */
	background: -moz-linear-gradient(top,  #edc967 0%, #dab551 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #edc967 0%,#dab551 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #edc967 0%,#dab551 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc967', endColorstr='#dab551',GradientType=0 ); /* IE6-9 */
	padding-right: 1360px;
	margin-top: 20px;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-size: 19px;
	color: #000000;
	font-family: "Roboto";
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	padding: 10px;
	position: relative;
}
header .mainmenu ul li {
	padding: 0px 17px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
header .mainmenu ul li:first-child {
	padding-left: 0px !important;
}
header .mainmenu ul li:first-child a::before {
    position: absolute;
    content: "";
    border-right: 20px solid #e2be5a;
    border-bottom: 48px solid #e2be5a;
    border-left: 20px solid transparent;
    right: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
header .mainmenu ul li:first-child a.active::before,header .mainmenu ul li:first-child a:focus::before,header .mainmenu ul li:first-child a:hover::before {
    position: absolute;
    content: "";
    border-right: 20px solid #142a3f;
    border-bottom: 48px solid #142a3f;
    border-left: 20px solid transparent;
    right: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #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; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	background-color: #142a3f;
	color: #fff;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	width: 100%;
}
header .banner-contents h3 {
	font-size: 51px;
	color: #fff;
	font-weight: 700;
    font-family: 'Arial-Bold';
    text-transform: uppercase;
}
.banner-contents a img {
	width: 25% !important;
	display: inline-block !important;
}
.banner-contents a {
	line-height: 1;
	vertical-align: middle;
	width: max-content;
	text-decoration: none;
	font-size: 18px;
	color: #000000;
    font-family: 'Arial-Bold';
    text-transform: uppercase;
	border-radius: 50px;
	border: none;
	padding: 4px 1px 4px 20px; 
	background-color: #edc967;
	background: #edc967; /* Old browsers */
	background: -moz-linear-gradient(top,  #edc967 0%, #dab551 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #edc967 0%,#dab551 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #edc967 0%,#dab551 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc967', endColorstr='#dab551',GradientType=0 ); /* IE6-9 */
	display: block;
}
.banner-contents a.active, .banner-contents a:focus, .banner-contents a:hover {
	background-color: #edc967 !important;
	background: #edc967; /* Old browsers */
	background: -moz-linear-gradient(top,  #edc967 0%, #dab551 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #edc967 0%,#dab551 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #edc967 0%,#dab551 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc967', endColorstr='#dab551',GradientType=0 ); /* IE6-9 */
}
.banner-info {
    width: 60%;
}
/*********** 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: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
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: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom:hover .owl-prev {
	opacity: 1;
	left: 2%;
}
header .header-bottom:hover .owl-next {
	opacity: 1;
	right: 2%;
}

/**********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;
}
.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	z-index: 9;
}
.welcome-section {
    background-image: url(img/others/welcome-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 80px 0px 40px;
}
.heading h3 {
	font-size: 40px;
	color: #020202;
	text-transform: uppercase;
	font-family: "Arial-Bold";
	background-image: url(img/others/heading-strip.png);
	background-repeat: no-repeat;
	padding-bottom: 25px;
	background-position: center bottom;
	margin-bottom: 30px;
}
.heading h3 span {
	font-size: 35px;
	color: #020202;
	text-transform: uppercase;
	font-family: "Arial";
}
.heading p {
	font-size: 17px;
	color: #636363;
    font-family: 'Arial';
    line-height: 1.7;
}
.heading .view-btn {
	text-decoration: none;
	font-size: 18px;
    font-family: 'Arial-Bold';
	color: #142a3f;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: transparent;
	padding: 5px 5px 5px 20px;
	display: block;
	border: 2px solid #142a3f;
	width: max-content;
	margin: auto;
}
.welcome-heading {
    padding-bottom: 70px;
    width: 80%;
    margin: auto;
}
.gallery-contents {
    background-color: #e1bb58;
    text-align: center;
    padding: 350px 260px;
    min-height: 1245px;
}
.gallery-contents:hover {
	background-color: #142a3f;
}
.gallery-contents h3 {
	font-size: 23px;
	color: #fff;
	font-weight: 700;
	font-family: "Roboto";
}
.gallery-contents p {
	font-size: 16px;
	color: #fff;
	line-height: 1.7;
	font-family: "Arial";
}
.gallery-contents a {
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    border-radius: 50px;
    padding: 10px 25px;
    border: 2px solid #fff;
}
.what-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    padding-top: 2px;
}
.what-img.left {
    background-color: #142a3f;
}
.what-img.right {
    background-color: #d9b34f;
}
.what-contents h3 {
	font-size: 22px;
	color: #1b1b1b;
	font-weight: 700;
	font-family: "Roboto";
}
.what-cont-wrap {
    position: relative;
    z-index: 9;
}
.what-cont-wrap.what-1 {
    left: 150px;
}
.what-cont-wrap.what-4 {
    right: 150px;
}
.what-cont-wrap.what-2 {
    left: 90px;
    top: 50px;
}
.what-cont-wrap.what-5 {
    right: 90px;
    top: 50px;
}
.what-cont-wrap.what-3 {
    left: 150px;
    top: 110px;
}
.what-cont-wrap.what-6 {
    right: 150px;
    top: 110px;
}
.what-contents {
    padding-top: 30px;
}
.what-section {
    background-color: #fff;
    padding: 80px 0px;
}
.test-section {
    background-image: url(img/others/test-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0px;
}
.test-contents img {
	width: auto !important;
	display: inline-block !important;
	margin: 0px 5px;
}
.test-contents p {
	font-size: 19px;
	color: #222222;
	font-family: "Arial";
	font-style: italic;
	line-height: 1.7;
	position: relative;
	width: inherit;
}
.test-contents {
    padding-left: 40px;
    padding-top: 10px;
}
.test-contents p::before {
	position: absolute;
	content: "";
	background-image: url(img/others/quotes-1.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 28px;
	left: -40px;
	top: -5px;
}
.test-contents p::after {
	position: absolute;
	content: "";
	background-image: url(img/others/quotes-2.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 28px;
	right: auto;
	bottom: -10px;
}
.test-contents h4 {
	font-size: 19px;
	color: #1b1a1a;
	font-family: "Roboto";
	font-weight: 700;
	text-transform: uppercase;
}
.test-contents h5 {
	font-size: 14px;
	color: #363636;
	font-family: "Arial";
	text-transform: uppercase;
}

.project-section {
    background-color: #fff;
    padding: 80px 0px;
}	
.project-img {
    height: 270px;
    overflow: hidden;
    margin: 5px;
    position: relative;
}
.project-hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 10%;
}
.welcome-section.about {
    background-position: 100% 100%;
    background-size: 100% 100%;
}
.footer-section {
    background-image: url(img/others/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 420px 0px 40px;
}
.footer-shape {
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
}
.footer-news .form-control {
	border-radius: 0px;
	font-size: 16px;
	color: #787878;
	height: 45px;
	background-repeat: no-repeat;
	background-position: 4% 13px;
	padding-left: 30px;
}
.footer-news .user {
	background-image: url(img/others/user1.png);
}
.footer-news .mail {
	background-image: url(img/others/envelope.png);
}
.footer-news .form-control::-webkit-input-placeholder {
  color: #787878;
  opacity: 1;
}

.footer-news .form-control::-moz-placeholder {
  color: #787878;
  opacity: 1;
}
.footer-news .form-control::-ms-input-placeholder {
  color: #787878;
  opacity: 1;
}
.footer-news .form-control::placeholder {
  color: #787878;
  opacity: 1;
}
.footer-news .input-group {
	border-radius: 50px;
}
.footer-news span {
	background-color: #d9b34f;
	padding: 0px;
	border: none;
	border-radius: 0px 50px 50px 0px;
}
.footer-news .sub-btn {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 0px 0px 0px 0px;
	text-transform: uppercase;
	background-color: #d9b34f;
	padding: 8px 15px;
	height: auto !important;
}

.footer-wrap h3 {
	font-size: 19px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins";
	background-image: url(img/others/footer-head-strip.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.footer-wrap ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-family: "Poppins";
}
.footer-wrap ul li {
	padding-bottom: 5px;
}
.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 45px;
	background-position: left 2px;
	padding-bottom: 10px;
}
.footer-contact ul li.location {
	background-image: url(img/others/cont-1.png);
}
.footer-contact ul li.phone {
	background-image: url(img/others/cont-2.png);
	padding-top: 5px;
}	
.footer-contact ul li.mail {
	background-image: url(img/others/cont-3.png);
	padding-top: 5px;
}
.social-icons {
	padding-top: 20px;
}
.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #fff;
	font-size: 20px;
}
.social-icons ul li a {
	text-decoration: none;
	color: #1e1e1e;
}
.social-icons ul li {
	padding-right: 8px;
}
.copyrights p {
	font-size: 17px;
	color: #fff;
	margin-bottom: 0px;
	font-family: "Poppins";
	font-weight: 400;
}
.bottom-wrap {
    border-top: 1px solid #d6d6d6;
    padding-top: 30px;
    margin-top: 30px;
}
.copyrights p a {
	text-decoration: underline;
	color: #ffc214;
	text-transform: uppercase;
	font-family: "Poppins";
	font-weight: 400;
}
 .terms p {
 	margin: 0px;
 	color: #fff;
 }
 .terms a {
	font-family: "Poppins";
	font-weight: 400;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	margin-bottom: 0px;
}
.inner-about-heading a {
	text-decoration: none;
	font-size: 18px;
	color: #142a3f;
	font-family: "ProximaNova-Bold";
	text-transform: uppercase;
	border-radius: 50px;
	border: 2px solid #142a3f;
	padding: 10px 30px;
}
.cont-contents ul li a {
	text-decoration: none;
}
.cont-contents ul li a h3 {
	font-size: 20px;
	color: #333333;
	font-family: "Arial-Bold";
	text-transform: uppercase;
	margin-bottom: 0px;
}
.cont-contents ul li a p {
	font-size: 16px;
	color: #707070;
	font-family: "Arial";
	margin-bottom: 0px;
}
.cont-contents ul li {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.cont-contents ul li.cont-1 {
	background-image: url(img/others/conta-1.png);
}
.cont-contents ul li.cont-2 {
	background-image: url(img/others/conta-2.png);
}
.cont-contents ul li.cont-3 {
	background-image: url(img/others/conta-3.png);
}
.contact-form .form-control {
	border-radius: 0px;
	font-size: 16px;
	color: #8c8c8c;
	font-family: "Poppins";
	background-repeat: no-repeat;
	background-position: 3% 12px;
	padding-left: 35px;
	border: 1px solid #b5b5b5;
}
.contact-form input {
	height: 45px;
}
.contact-form textarea {
	height: 166px;
}
.contact-form .sub-btn {
	text-decoration: none;
	font-size: 19px;
	color: #fff;
	font-family: "ProximaNova-Bold";
	text-transform: uppercase;
	border-radius: 0px;
	border: 2px solid #142a3f;
	padding: 8px 30px;
	width: 100%;
	background-color: #142a3f;
}
.cont-wrap {
    padding: 50px 0px;
}
.form-group.nopadding {
    margin: 0px;
    padding: 6px;
}
.contact-form .user {
	background-image: url(img/others/user.png);
}
.contact-form .cell {
	background-image: url(img/others/cell.png);
}
.contact-form .mail {
	background-image: url(img/others/mail.png);
}
.contact-form .chat {
	background-image: url(img/others/chat.png);
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.contact-form .form-control::-ms-input-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.contact-form .form-control::placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.contact-section {
    background-color: #fff;
    padding: 60px 0px;
}
.inner-about-heading h4 {
	font-size: 41px;
	color: #000000;
	font-family: "Arial-Bold";
}
.inner-about-heading {
    width: 80%;
    margin: auto;
}
.banner-text {
    padding-top: 10%;
}
.inner-about-heading.projects {
    padding-bottom: 40px;
}
.services-contents {
    text-align: center;
    padding: 20px;
}
.services-contents h3 {
	font-size: 40px;
	color: #000000;
	font-weight: 700;
	font-family: "Roboto";
	text-transform: uppercase;
}
.services-contents p {
	font-size: 18px;
	color: #4a4a4a;
	line-height: 1.7;
	font-family: "Arial";
}

/*RESPONSIVE*/
@media screen and (max-width: 2880px) {
	header .mainmenu {
	    padding-right: 880px;
	}
	.gallery-contents {
	    padding: 227px 230px;
	    min-height: 933px;
	}
	.footer-section {
	    padding: 340px 0px 40px;
	}
}
@media screen and (max-width: 2560px) {
	.footer-section {
	    padding: 290px 0px 40px;
	}
	.gallery-contents {
	    padding: 195px 180px;
	    min-height: 829px;
	}
	header .mainmenu {
	    padding-right: 720px;
	}
}
@media screen and (max-width: 1920px) {
	header .mainmenu {
	    padding-right: 390px;
	}
	.gallery-contents {
	    padding: 115px 60px;
	    min-height: 621px;
	}
	.footer-section {
	    padding: 230px 0px 40px;
	}
}
@media screen and (max-width: 1680px) {
	.footer-section {
	    padding: 190px 0px 40px;
	}
	.gallery-contents {
	    padding: 75px 60px;
	    min-height: 544px;
	}
	header .mainmenu {
	    padding-right: 280px;
	}
}

@media screen and (max-width: 1600px) {
	header .mainmenu {
	    padding-right: 240px;
	}
	.gallery-contents {
	    padding: 75px 60px;
	    min-height: 518px;
	}
}

@media screen and (max-width: 1440px) {
	.gallery-contents {
	    padding: 55px 20px;
	    min-height: 466px;
	}
	header .mainmenu {
	    padding-right: 160px;
	}
}

@media screen and (max-width: 1366px) {
	header .mainmenu {
	    padding-right: 120px;
	}
	.gallery-contents {
	    padding: 48px 20px;
	    min-height: 437px;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
	.gallery-contents {
	    padding: 25px 20px;
	    min-height: 415px;
	}
	header .mainmenu {
	    padding-right: 80px;
	}
}
@media screen and (max-width: 1279px) {
	header .mainmenu {
	    padding-right: 40px;
	}
	header .mainmenu ul li {
	    padding: 0px 3px;
	}
	header .mainmenu ul li a {
	    font-size: 16px;
	    padding: 12px 10px;
	}
	header .banner-contents h3 {
	    font-size: 40px;
	}
	.heading h3 {
	    font-size: 30px;
	}
	.heading h3 span {
	    font-size: 20px;
	}
	.gallery-contents h3 {
	    font-size: 17px;
	}
	.gallery-contents p {
	    font-size: 15px;
	    line-height: 1.4;
	}
	.gallery-contents a {
	    text-decoration: none;
	    font-size: 12px;
	}
	.gallery-contents {
	    padding: 5px 10px;
	    min-height: 332px;
	}
	.what-contents h3 {
		font-size: 16px;
	}
	.what-cont-wrap.what-1 {
	    left: 120px;
	}
	.what-cont-wrap.what-4 {
	    right: 120px;
	}
	.what-cont-wrap.what-2 {
	    left: 80px;
	    top: 35px;
	}
	.what-cont-wrap.what-5 {
	    right: 80px;
	    top: 35px;
	}
	.what-cont-wrap.what-3 {
	    left: 140px;
	    top: 70px;
	}
	.what-cont-wrap.what-6 {
	    right: 140px;
	    top: 70px;
	}
	.test-contents p {
	    font-size: 16px;
	}
	.test-contents h4 {
	    font-size: 16px;
	}
	.project-img {
	    height: 230px;
	    overflow: hidden;
	    margin: 5px;
	}
	.footer-section {
	    padding: 120px 0px 40px;
	}
	.copyrights p {
	    font-size: 13px;
	}
	.terms a{
	    font-size: 13px;
	}
	.inner-about-heading a {
	    font-size: 14px;
	    text-overflow: ellipsis;
	    white-space: normal;
	    word-break: break-all;
	}
	.inner-about-heading h4 {
	    font-size: 30px;
	}
	.services-contents h3 {
	    font-size: 25px;
	}
	.services-contents p {
	    font-size: 16px;
	}
}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	.what-contents h3 {
	    font-size: 13px;
	}
	.what-img {
	    width: 60px;
	    height: 60px;
	}
	.what-contents {
	    padding-top: 20px;
	}
	.what-cont-wrap.what-1 {
	    left: 90px;
	}
	.what-cont-wrap.what-4 {
	    right: 90px;
	}
	.what-cont-wrap.what-2 {
	    left: 60px;
	    top: 15px;
	}
	.what-cont-wrap.what-5 {
	    right: 60px;
	    top: 15px;
	}
	.what-cont-wrap.what-3 {
		left: 100px;
		top: 30px;
	}
	.what-cont-wrap.what-6 {
		right: 100px;
		top: 30px;
	}
	.copyrights {
		text-align: center !important;
		margin-bottom: 20px;
	}
	.terms {
		text-align: center !important;
	}
	.project-section {
	    padding: 50px 0px;
	}
	.test-section {
	    padding: 50px 0px;
	}
	.what-section {
	    padding: 50px 0px 70px;
	}
	.heading h3 {
	    font-size: 23px;
	}
	.project-img {
	    height: 170px;
	    overflow: hidden;
	    margin: 5px;
	}
	.heading p {
	    font-size: 14px;
	}
	.heading .view-btn {
	    text-decoration: none;
	    font-size: 13px;
	}
	.heading .view-btn img {
	    width: 30%;
	}
	.welcome-section {
	    padding: 50px 0px 30px;
	}
	.header-logo {
	    position: absolute;
	    top: -20px;
	    width: 280px;
	}
	header .mainmenu {
	    padding-right: 20px;
	}
	header .mainmenu ul li a {
	    font-size: 13px;
	    padding: 10px 
	}
	header .mainmenu ul li:first-child a.active::before, header .mainmenu ul li:first-child a:focus::before, header .mainmenu ul li:first-child a:hover::before {
		position: absolute;
		content: "";
		border-right: 20px solid #142a3f;
		border-bottom: 39px solid #142a3f;
		border-left: 20px solid transparent;
		right: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
	}
	header .banner-contents h3 {
	    font-size: 30px;
	}
	.banner-contents a {
	    font-size: 13px;
	}
	.gallery-contents img {
	    width: 55%;
	}
	.gallery-contents p {
	    font-size: 11px;
	    line-height: 1.4;
	}
	.gallery-contents a {
	    text-decoration: none;
	    font-size: 12px;
	    padding: 5px 15px;
	}
	.gallery-contents {
	    padding: 0px 4px;
	    min-height: 249px;
	}
	.cont-contents ul li a h3 {
	    font-size: 15px;
	}
	.cont-contents ul li a p {
	    font-size: 12px;
	}
	.cont-contents ul li {
	    background-repeat: no-repeat;
	    background-position: left;
	    padding-left: 65px;
	    padding-top: 11px;
	    padding-bottom: 11px;
	    margin-bottom: 10px;
	}
	.contact-form .form-control {
	    border-radius: 0px;
	    font-size: 13px;
	}
	.inner-about-heading h4 {
	    font-size: 22px;
	}
	header .mainmenu ul li:first-child a::before {
	    position: absolute;
	    content: "";
	    border-right: 16px solid #e2be5a;
	    border-bottom: 39px solid #e2be5a;
	    border-left: 20px solid transparent;
	    right: 100%;
	    height: 100%;
	    top: 0;
	    bottom: 0;
	}
	.contact-section {
	    padding: 40px 0px;
	}
	.services-contents p {
	    font-size: 14px;
	}
	.services-contents h3 {
	    font-size: 19px;
	}
	.services-img {
		text-align: center;
	}
}

@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: #edc967;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.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;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	header .mainmenu ul li:first-child a.active::before, header .mainmenu ul li:first-child a:focus::before, header .mainmenu ul li:first-child a:hover::before {
		display: none;
	}
	header .mainmenu {
	    padding: 10px !important;
	    background: #fff !important;
	    position: relative;
	    left: 0;
	    right: 0;
	    margin-top: 10px;
	}
	header .mainmenu ul li a {
	    font-size: 13px;
	    padding: 0px;
	}
	header .mainmenu .navbar-nav a.active, header .mainmenu .navbar-nav a:focus, header .mainmenu .navbar-nav a:hover {
	    background: none;
	    background-color: transparent;
	    color: #142a3f;
	}
	.header-top {
	    position: relative;
	    left: 0;
	    right: 0;
	    top: 0;
	    z-index: 999;
	    padding: 10px 0px 0px;
	    background-color: #b5e5ea;
	}
	header .banner-contents h3 {
	    font-size: 20px;
	}
	.welcome-heading {
	    padding-bottom: 40px;
	    width: auto;
	    margin: auto;
	}
	.gallery-contents img {
	    width: auto;
	}
	.gallery-contents {
	    padding: 30px;
	    min-height: auto;
	}
	.what-cont-wrap.what-1 {
		left: 0;
	}

	.what-cont-wrap.what-2 {
		left: 0;
		top: 0px;
	}

	.what-cont-wrap.what-3 {
		left: 0;
		top: 0px;
	}

	.what-cont-wrap.what-4 {
		right: 0;
	}

	.what-cont-wrap.what-5 {
		right: 0;
		top: 0px;
	}

	.what-cont-wrap.what-6 {
		right: 0;
		top: 0px;
	}
	.what-contents {
	    padding-top: 20px;
	    text-align: center !important;
	    padding-bottom: 30px;
	}
	.whats-img.text-center {
	    display: none;
	}
	.project-img {
	    height: auto;
	    overflow: hidden;
	    margin: 5px;
	}
	.footer-logo {
	    text-align: center;
	}
	.social-icons {
	    padding-top: 20px;
	    text-align: center;
	    padding-bottom: 30px;
	}
	.footer-section {
	    padding: 80px 0px 40px;
	}
	.footer-news .form-control {
		padding-left: 40px;
	}
	.footer-wrap ul li a {
	    text-decoration: none;
	    font-size: 14px;
	}
	.inner-about-heading a {
	    font-size: 11px;
	}
	.banner-text {
	    padding-top: 4%;
	}
	.inner-about-heading {
    	width: auto;
	    margin: auto;
	}
	.project-hover {
	    padding-top: 19%;
	}
}
@media screen and (max-width: 480px) {
	.header-contact ul li:first-child a {
	    font-size: 12px;
	}
	.header-contact ul li:first-child a img {
	    margin-right: 5px;
	    width: 30%;
	}
	.navbar-dark .navbar-brand {
	    color: #fff;
	    width: 110px;
	}
	header .header-bottom .banner-contents {
	    top: 29%;
	}
}
@media screen and (max-width: 414px) {
	header .banner-contents h3 {
	    font-size: 14px;
	}
	.banner-contents a {
	    font-size: 13px;
	    padding: 3px;
	}
	.banner-contents a img {
	    width: 18% !important;
	}
	.footer-section {
	    padding: 50px 0px 40px;
	}
}
@media screen and (max-width: 387px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 360px) {
	header .header-bottom .banner-contents {
	    top: 16%;
	}
	.header-contact ul li:first-child {
	    margin-right: 10px;
	}
}
@media screen and (max-width: 320px) {

}