*{ 
	font-family:'IBM Plex Sans';
}
.text-center img {
	display: inline-block;
}

header {
	padding: 0px;
}

header .mainmenu ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #000;
	position: relative;
	z-index: 9;
	padding-top: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
header .mainmenu ul li {
	padding: 0px 17px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
header .header-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	padding: 50px 0px;
}
header .header-top.sticky {
	position: fixed;
	z-index: 999999999999;
	top: 0;
	left: 0;
	right:0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	padding:25px 0px;
}
header  .header-top.sticky .mainmenu ul li a{
	font-size:15px;

}
header .header-top.sticky .header-logo img{
	width:130px;
}
.menu-left {
	float: right;
}
header .header-logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	z-index: 9;
}
/*************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-image: url(img/others/active-strip.png);
	background-repeat: no-repeat;
	background-position: center top;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	width: 100%;
	text-align: center;
}
header .banner-contents h3 {
	font-size: 60px;
	color: #fff;
	font-weight: 900;
	font-family: "Roboto";
	text-transform: uppercase;
}
.banner-contents p {
	font-size: 21px;
	color: #5c4949;
	line-height: 1.7;
	padding-top: 20px;
}
.banner-contents a {
	text-decoration: none;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #33b8a4;
	background-color: #33b8a4;
	padding: 10px 30px;
}
.banner-contents a:hover {
	color: #33b8a4;
	border: 2px solid #33b8a4;
	background-color: #fff;
}
/*********** 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: 44px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 44px;
	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: 44px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 44px;
	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: 13%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9999;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
	width: 6px;
	height: 6px;
	margin: 3px;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;

}
header .header-bottom .owl-dot {
	width: 16px;
	height: 16px;
	background-color: #fff !important;
	margin: 5px;
	border-radius: 50%;
	border: 2px solid #fff;
}
header .header-bottom .owl-dot.active {
	background-color: transparent !important;
	border: 2px solid #fff;
}
.header-bottom .owl-carousel-banner {
	z-index: inherit;
}
.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.about-contents h3 {
	font-size: 34px;
	color: #33b8a4;
	font-weight: 900;
	font-family: "Roboto";
	text-transform: uppercase;
	background-image: url(img/others/strip.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.about-contents h3 span {
	font-size: 34px;
	color: #2b2171;
	font-weight: 900;
	font-family: "Roboto";
	text-transform: uppercase;
}
.about-contents p {
	font-size: 18px;
	color: #1b1b1b;
	line-height: 1.7;
}
.service-section {
    background-color: #f6f6f6;
    padding: 80px 0px;
}
.heading h3 {
	font-size: 48px;
	color: #292929;
	font-weight: 900;
	text-transform: uppercase;
	background-image: url(img/others/heading-strip.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 60px;
}
.service-contents h3 {
	font-size: 24px;
	color: #202020;
	font-weight: 700;
	text-transform: uppercase;
}
.service-contents ul li {
	font-size: 18px;
	color: #171717;
	background-image: url(img/others/arrow.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 30px;
	margin-bottom: 5px;
}
.service-contents {
	padding: 60px 70px 0px;
}
.service-wrap {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.top-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	z-index: 9;
}
.bottom-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
}
.service-img {
	position: relative;
}
.service-img img {
	border-radius: 10px;
	width: 100%;
}
.service-icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #3377b5;
	position: absolute;
	right: -48px;
	top: 40%;
	padding-top: 5px;
}
.service-icon.right-icon {
    right: auto;
    left: -50px;
}
.contact-section {
    background-image: url(img/others/cont1-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
    padding: 250px 0px 370px;
    position: relative;
    z-index: 99;
}
.contact-heading h3 {
	color: #fff;
	background-image: url(img/others/white-strip.png);
}
.contact-heading {
	padding-bottom: 30px;
}
.cont-shape {
	position: absolute;
	left: 0;
	right: 0;
	top: -4px;
}
.contact-form .form-control {
	border-radius: 0px;
	font-size: 17px;
	color: #1e1e1e;
	border: 1px solid #afafaf;
	height: 45px;
	padding: 10px;
}
.contact-form select {
	border-radius: 0px;
	font-size: 17px;
	color: #1e1e1e;
	width: 100%;
	background-image: url(img/others/sel-arrow.png);
	background-repeat: no-repeat;
	background-position: 96%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	border: 1px solid #afafaf;
	height: 45px !important;
	padding: 10px;
}


.contact-form .form-control::-webkit-input-placeholder {
  color: #1e1e1e;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #1e1e1e;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #1e1e1e;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #1e1e1e;
  opacity: 1;
}
.contact-form a.btn {
	border-radius: 5px;
	padding: 10px 35px;
}
.contact-form textarea {
	height: 100px !important;
}
.contact-content ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}
.contact-content ul li.location {
	background-image: url(img/others/cont-1.png);
}
.contact-content ul li.phone {
	background-image: url(img/others/cont-2.png);
}	
.contact-content ul li.mail {
	background-image: url(img/others/cont-3.png);
}
.contact-content ul li a span{
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}
.contact-content ul li a{
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}
.contact-content{
	display: table;
	margin: auto;
}

.contact-form a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	background-color: #33b8a4;
	padding: 8px 50px;
	position: relative;
	margin-top: 15px;

}



.footer-news .input-group {
	border-radius: 50px;
	border: 2px solid #fff;
	padding: 4px;
}
.footer-news input {
	font-size: 15px;
	color: #fff;
	background-color: transparent !important;
	box-shadow: none !important;
	border: none;
}
.footer-news span {
	background-color: transparent;
	border: none;
	padding: 0px;
}
.footer-news .form-control {
	color: #fff;
}
.footer-news .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-news .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-news .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-news .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.footer-news a {
    text-decoration: none;
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    background-color: #33b8a4;
    padding: 10px 30px;
}
.footer-section {
    background-color: #202020;
    position: relative;
    z-index: 1;
    margin-top: -250px;
    padding: 200px 0px 0px;
}

.footer-wrap h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
}
.footer-wrap ul li a {
	text-decoration: none;
	font-size: 17px;
	color: #fff;
}
.footer-news p {
	text-decoration: none;
	font-size: 17px;
	color: #fff;
}
.footer-wrap ul li {
	padding-bottom: 5px;
}
.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	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);
}	
.footer-contact ul li.mail {
	background-image: url(img/others/cont-3.png);
}
.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: transparent;
	border: 2px solid #0e8fc4;
	font-size: 20px;
}
.social-icons {
	padding-top: 20px;
}
.social-icons ul li a {
	text-decoration: none;
	color: #0e8fc4;
}
.social-icons ul li {
	padding-right: 8px;
}
.copyrights p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}

.copyrights p a {
	text-decoration: none;
	color: #fff;
}
.copyrights {
	margin-top: 40px;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0px;
}
.footer-news {
	padding-left: 50px;
}
.about-contents {
    padding: 15% 30% 10% 20%;
}
.about-img img {
	width: 100%;
}
.about-img {
	padding: 5% 0px;
}
.footer-contact {
	display: table;
	margin: auto;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {

}

@media screen and (max-width: 1920px) {
	.about-contents {
	    padding: 8% 30% 10% 10%;
	}
	.contact-section {
	    padding: 150px 0px 260px;
	}
}
@media screen and (max-width: 1680px) {
	.about-contents {
	    padding: 12% 10% 10% 10%;
	}
}

@media screen and (max-width: 1600px) {
	.footer-section {
	    margin-top: -210px;
	    padding: 200px 0px 0px;
	}

}

@media screen and (max-width: 1440px) {

}	

@media screen and (max-width: 1366px) {
	.contact-section {
	    padding: 90px 0px 260px;
	}
	.about-img {
	    padding: 19% 0px;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {
	.heading h3 {
	    font-size: 30px;
	}
	.service-contents h3 {
	    font-size: 19px;
	}
	.service-contents ul li {
	    font-size: 15px;
	}
	.service-contents {
	    padding: 50px 40px 0px 70px;
	}
	.about-img {
	    padding: 44% 0px;
	}
}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	header .mainmenu ul li a {
	    text-decoration: none;
	    font-size: 13px;
	}
	header .header-logo {
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 10px;
	    z-index: 9;
	    width: 22%;
	    margin: auto;
	}
	header .banner-contents h3 {
	    font-size: 26px;
	}
	.banner-contents a {
	    font-size: 13px;
	    padding: 6px 20px;
	}
	.about-contents h3 {
	    font-size: 20px;
	}
	.about-contents h3 span {
	    font-size: 20px;
	}
	.about-contents p {
	    font-size: 15px;
	}
	.service-icon {
	    width: 70px;
	    height: 70px;
	    right: -30px;
	    top: 40%;
	}
	.service-contents h3 {
	    font-size: 16px;
	    margin-bottom: 1px;
	}
	.service-contents {
	    padding: 40px 10px 0px 40px;
	}
	.service-contents ul li {
	    font-size: 12px;
	    margin-bottom: 0px;
	    padding: 1px 0px 1px 20px;
	    background-position: left;
	}
	.contact-form a {
	    text-decoration: none;
	    font-size: 16px;
	}
	.contact-section {
	    padding: 50px 0px 150px;
	}
	.footer-news {
	    padding-left: 0px;
	}
	.service-icon.right-icon {
	    right: auto;
	    left: -30px;
	}
	.contact-content ul li a span {
		font-size: 20px;
	}
	.contact-content ul li a {
		text-decoration: none;
		font-size: 15px;
		color: #fff;
	}
	.footer-contact {
		display: block;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .header-bottom {
		padding-top: 89px;
	}
	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;
	}
	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 {
		margin-top: 5px;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	  padding: 0px;
	}
	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;
	}
	.service-wrap {
	    background-color: #fff;
	    position: relative;
	    margin-bottom: 30px;
	    border-radius: 10px;
	}
	header .header-top {
	    position: fixed;
	    left: 0;
	    right: 0;
	    top: 0;
	    z-index: 9;
	    padding: 10px 0px;
	    background-color: #6e7774;
	}
	
	.navbar-dark .navbar-brand {
	    color: #fff;
	    width: 100px;
	}
	header .mainmenu .navbar-nav a.active, header .mainmenu .navbar-nav a:focus, header .mainmenu .navbar-nav a:hover {
		background-image: none;
	}
	header .mainmenu ul li a {
	    text-decoration: none;
	    font-size: 13px;
	    padding: 0px;
	}
	.menu-left {
	    float: none;
	    text-align: left !important;
	}
	header .banner-contents h3 {
	    font-size: 20px;
	}
	header .header-bottom .banner-contents {
	    top: 25%;
	}
	.about-img {
	    padding: 2% 0px 5%;
	}
	.top-wrap {
	    display: none;
	}
	.bottom-wrap {
	    display: none;
	}
	.service-contents h3 {
	    font-size: 18px;
	    margin-bottom: 7px;
	}
	.service-contents ul li {
	    font-size: 15px;
	    margin-bottom: 3px;
	    padding: 1px 0px 1px 20px;
	    background-position: left;
	}
	.service-icon {
	    width: 70px;
	    height: 70px;
	    right: 0;
	    top: auto;
	    left: 0;
	    bottom: -35px;
	    margin: auto;
	}
	.contact-section {
	    padding: 50px 0px 150px;
	    background-position: 100% 100%;
	    background-size: 100% 100%;
	}
	.footer-logo.text-center {
	    width: 50%;
	    margin: auto;
	}
	header .header-top.sticky {
		padding: 13px 0px;
	}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 414px) {
	
}
@media screen and (max-width: 387px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {

}