*{ 
	font-family:'Roboto';
}
.text-center img {
	display: inline-block;
}

header {
	padding: 0px;
}
header .mainmenu {
    padding-top: 15px;
    padding-right: 80px;
}
.header-social ul li a {
	text-decoration: none;
	font-size: 19px;
	color: #3e3e3e;
}
.header-social ul li a span{
	text-transform: uppercase;
	font-size: 22px;
	color: #000000;
}
.header-social ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #5488d3;
	font-size: 20px;
	color: #fff;
}
.header-social ul li {
	margin-right: 10px;
}
.header-social ul li:last-child {
	margin-right: 0px;
}
.common-wrap {
    background-image: url(img/others/header-strip.png);
    background-repeat: no-repeat;
    background-position: 88% 50%;
    background-size: cover;
    padding: 15px 0px;
}
ul.navbar-nav {
    margin: 0px 0px 0px auto;
}
.header-social {
    margin-right: 100px;
    margin-bottom: 20px;
}
.header-logo {
    position: absolute;
    top: -13px;
}
.header-phone a {
	text-decoration: none;
	font-size: 19px;
	color: #3e3e3e;
	font-weight: 500;
}
.header-phone  a span{
	font-size: 25px;
	color: #3e3e3e;
	font-weight: 700;
}
.header-wrap {
	position: relative;
}
.header-phone {
    position: absolute;
    left: 92%;
    top: 0px;
    width: 20%;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}
header .mainmenu ul li {
	padding: 0px 10px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
/*************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;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	width: 100%;
}
.banner-info {
	width: 50%;
}
header .banner-contents h3 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-contents p {
	font-size: 20px;
	color: #fff;
	line-height: 1.7;
	font-family: "IBM Plex Sans";
	font-weight: 500;
}
.banner-contents a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #5488d3;
	background-color: #5488d3;
	padding: 10px 30px;
	font-weight: 700;
	text-transform: uppercase;
}
/*********** 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: 48px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 26px;
	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: 48px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 26px;
	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: 15%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 9999;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent;
}
header .header-bottom .owl-carousel-banner {
	z-index: inherit;
}
.banner-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	z-index: 9;
}
.heading h3 {
	font-size: 30px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
}
.heading h4 {
	font-size: 25px;
	color: #5488d3;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "IBM Plex Sans";
}
.heading h5 {
	font-size: 18px;
	color: #262626;
	line-height: 1.7;
	font-style: italic;
	font-weight: 500;
	font-family: "IBM Plex Sans";
}
.heading p {
	font-size: 18px;
	color: #6d6d6d;
	line-height: 1.7;
	font-family: "IBM Plex Sans";
}
.heading a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #5488d3;
	background-color: #5488d3;
	padding: 10px 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.about-contents {
    padding-top: 50px;
}
.about-section {
    background-color: #fff;
    padding: 60px 0px;
}
.offer-section {
    background-image: url(img/others/offer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px;
    position: relative;
}

/*********** CAROUSEL NAV***********/
.offer-section .owl-theme .owl-nav {
	display: block !important;
}
.offer-section  .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/services-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 48px;
	left: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 26px;
	outline: none !important;
}

.offer-section  .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/services-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 48px;
	right: -5%;
	position: absolute;
	text-indent: -99999px;
	top: 35%;
	width: 26px;
	outline: none !important;
}
.offer-heading h3 {
	color: #fff;
}
.offer-heading h4 {
	color: #fff;
}
.offer-heading {
	padding-bottom: 30px;
}
.offer-icon {
    background-color: #5488d3;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: auto;
}
.offer-img {
    position: relative;
}
.offer-contents {
    background-color: #fff;
    padding: 60px 20px 20px;
    text-align: center;
}
.offer-contents h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 50px;
}
.offer-contents p  {
	font-size: 18px;
	color: #6e6e6e;
	line-height: 1.7;
	font-family: "IBM Plex Sans";
}
.offer-contents a {
	text-decoration: none;
	font-size: 17px;
	color: #5488d3;
	border-radius: 50px;
	border: 2px solid #5488d3;
	background-color: #fff;
	padding: 10px 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.offer-icon img {
	width: auto !important;
	margin: auto;
}
.view-btn {
	padding-top: 40px;
}
.view-btn a {
	background-color: #7c7c7c;
	border: 2px solid #7c7c7c;
}
.project-section {
    background-color: #fff;
    padding: 60px 0px;
}
.project-heading {
    padding-bottom: 40px;
}
.project-img img {
    width: 100%;
}
.project-img.pro {
    height: 430px;
    overflow: hidden;
}
.project-img {
    margin: 2px;
}
.views-btn {
    padding-top: 30px;
}
.welcome-section {
    background-color: #5488d3;
}
.welcome-contents h3 {
	color: #fff;
}
.welcome-contents h5 {
	color: #fff;
	font-style: inherit;
}
.welcome-contents p {
	color: #fff;
}
.welcome-contents a {
	border: 2px solid #fff;
}
.cont-wrap {
	background-color: #5488d3;
	padding: 30px;
}
.footer-contact h3 {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.footer-contact ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}
.footer-contact ul li a span {
	font-size: 20px;
	font-weight: 700;
}
.contact-form {
    background-color: #fff;
    padding: 40px 30px;
}
.contact-form h3 {
	font-size: 30px;
	color: #5488d3;
	text-transform: uppercase;
	font-weight: 700;
}
.contact-form .form-control {
	border-radius: 0px;
	border-top: none;
	border-right: none;
	border-left: none;
	font-size: 18px;
	color: #7a7a7a;
	font-family: "IBM Plex Sans";
	background-repeat: no-repeat;
	background-position: left 9px;
	padding-left: 40px;
	box-shadow: none !important;
}
.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/plane.png);
}
.contact-form .edit {
	background-image: url(img/others/edit.png);
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #7a7a7a;
  opacity: 1;
}
.paper-btn {
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #5488d3;
    padding: 125px 20px;
    height: 100%;
    display: block;
}
.form-group {
	margin-bottom: 10px;
}
.footer-section {
    background-color: #0c0c0c;
    padding: 240px 0px 30px;
    position: relative;
    margin-top: -170px;
}
.contact-section {
    position: relative;
}
.contact-wrap {
    background-color: #5488d3;
    position: relative;
    margin-top: -190px;
    width: 100%;
    z-index: 9;
}
.footer-menu {
    text-align: right;
    padding-top: 70px;
}
.footer-menu ul li a {
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.footer-menu ul li {
	padding-right: 35px;
}
.footer-menu ul li:last-child {
	padding-right: 0px;
}
.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: 1px solid #fff;
	font-size: 20px;
}
.social-icons ul li a {
	text-decoration: none;
	color: #fff;
}
.social-icons ul li {
	padding-right: 8px;
}
.copyrights p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}
.copyrights {
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.welcome-contents {
    padding: 27% 30% 0%;
}
/*inner page*/
.key-section {
    background-image: url(img/others/key-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0px;
}
.key-heading {
    background-color: rgba(84, 136, 211,0.8);
    padding: 30px;
    border-radius: 10px;
    width: 40%;
}
.key-heading h4 {
	color: #fff;
}

.key-heading  ul li {
	font-size: 20px;
	color: #fff;
	font-family: "IBM Plex Sans";
	background-image: url(img/others/circle.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	margin-bottom: 10px;
}
.history-section {
    padding: 60px 0px;
}
.history-heading {
    padding-bottom: 40px;
}
.history-contents h3 {
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}
.history-contents p {
	font-size: 20px;
	color: #575757;
	font-family: "IBM Plex Sans";
	margin-bottom: 0px;
}
.history-contents {
    background-color: #f9f9f9;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
}
.history-contents::after {
    position: absolute;
    content: "";
    left: 100%;
    top: 20px;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #f9f9f9;
    border-bottom: 10px solid transparent;
}
.history-contents.history::after {
    position: absolute;
    content: "";
    left: auto;
    right: 100%;
    top: 20px;
    border-right: 10px solid #f9f9f9;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.history-circle {
    text-align: center;
    position: relative;
}
.history-circle.circle::after {
    text-align: center;
    position: absolute;
    content: "";
    background-image: url(img/others/vertical-strip.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 1700px;
    margin: auto;
    left: 0;
    right: 0;
    z-index: -1;
}
.gallery-img {
    position: relative;
}
.gallery-img img {
	width: 100%;
}
.gallery-text {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.gallery-text h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.footer-section.inner-page {
    margin-top: 0px;
    padding-top: 50px;
}
.contact-section {
    padding: 60px 0px;
}
.contacts-form .paper-btn {
	border-radius: 0px;
	padding: 10px 20px;
	display: block;
	font-size: 18px;
	color: #fff !important;
}
.contacts-form .msg {
	background-image: url(img/others/msg.png);
	background-repeat: no-repeat;
	background-position: 97%;
	background-size: 4%;
}
.contacts-form .cells {
	background-image: url(img/others/cells.png);
	background-repeat: no-repeat;
	background-position: 97%;
	background-size: 4%;
}
.contacts-form .form-control {
	border-radius: 0px;
	font-size: 16px;
	color: #4d4d4d;
	background-color: #fafafa;
	height: 45px;
}
.contacts-form select {
	border-radius: 0px;
	height: 45px !important;
	font-size: 16px;
	color: #4d4d4d;
	background-color: #fafafa;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background-image: url(img/others/arrow.png);
	background-repeat: no-repeat;
	background-position: 97%;
}
.ray-wrap h4 {
	color: #000;
}
.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}
.foots-contact ul li {
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 40px;
	margin-bottom: 10px; 
}
.foots-contact {
	padding-top: 20px;
}
.foots-contact ul li a{
	text-decoration: none;
	font-size: 18px;
	color: #161616;
	font-family: "IBM Plex Sans";
}
.foots-contact ul li.location {
	background-image: url(img/others/cont-11.png);
}
.foots-contact ul li.phone {
	background-image: url(img/others/cont-22.png);
}	
.foots-contact ul li.mail {
    background-image: url(img/others/cont-33.png);
    padding-top: 10px;
}
.social-links ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #161616;
	font-size: 20px;
}
.social-links ul li a {
	text-decoration: none;
	color: #161616;
	background-color: transparent;
	padding: 0px;
	border-radius: 50%;
	border: none;
}
.social-links h4 {
	color: #000;
}
.social-links ul li {
	padding-right: 8px;
}
.social-links {
    padding: 20px 0px;
}
.career-conts h4 {
    color: #000;
}
.icon-contents h3 {
	font-size: 25px;
	color: #040404;
	font-weight: 700;
	text-transform: uppercase;
}
.icon-contents p {
	font-size: 18px;
	color: #040404;
	font-family: "IBM Plex Sans";
}
.icon-section {
    background-color: #f9f9f9;
    padding: 60px 0px;
}
.leaf-section {
    background-image: url(img/others/tech-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0px;
}
.leaf-contents h4 {
	color: #fff;
}
.leaf-img {
    width: 50%;
    margin: auto;
}
.faq-section {
    padding: 50px 0px;
}
.card {
	background-color: transparent;
	border: 1px solid #dedede;
	border-radius: 0px;
}
.card-header  {
	background-color: transparent;
}
.card-header .btn-link.collapsed {
	color: #000000 !important;
	}
	.faq-wrap h3 {
		margin-bottom: 30px;
	}
.card-header .btn-link {
	text-decoration: none;
	font-size: 18px;
	color: #000000 !important;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: left;
}
.card-header .btn-link {
	color: #4a8ad2 !important;
}
.gal-section {
    background-color: #f9f9f9;
    padding: 50px 0px;
}
.past-contents h3{
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.past-contents p {
	font-size: 16px;
	color: #fff;
	font-family: "IBM Plex Sans";
	line-height: 1.7;
}
.past-contents a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-family: "IBM Plex Sans";
	line-height: 1.7;
}
.past-img {
	position: relative;
	margin-bottom: 20px;
}
.past-contents {
    position: absolute;
    background-image: url(img/others/past-strip.png);
    background-repeat: no-repeat;
    background-position: top;
    z-index: 99;
    background-color: rgba(84, 136, 211,0.9);
    background-size: 100%;
    padding: 50px 30px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}
.past-img:hover .past-contents {
	display: block;
}
.past-section {
    padding: 60px 0px;
}
.pro-contents {
    padding-bottom: 110px;
}
.map-section {
    background-color: #f9f9f9;
    padding: 60px 0px;
}
.serve-heading {
    padding-bottom: 40px;
}
.gallery-conts h3 {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.gallery-conts {
    position: absolute;
    left: 20px;
    bottom: 40px;
    z-index: 99;
}
.attach a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	display: block;
	width: 100%;
	border-bottom: 2px solid #fff;
	padding: 10px;
	margin: 0px 2px;
}
.gals-img {
    position: relative;
    margin-bottom: 20px;
}
.gals-img:hover .attach {
	display: block;
}
.attach {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(84, 136, 211,0.7);
    z-index: 1;
    display: none;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {
	.welcome-contents {
	    padding: 20% 30% 0%;
	}
}

@media screen and (max-width: 1920px) {
	.welcome-contents {
	    padding: 18% 19% 0% 30%;
	}
}
@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {
	.welcome-contents {
	    padding: 12% 15% 0% 14%;
	}
}

@media screen and (max-width: 1366px) {
	.welcome-contents {
	    padding: 9% 11% 0% 11%;
	}

	header .mainmenu {
	    padding-top: 15px;
	    padding-right: 110px;
	}

	header .mainmenu ul li a {
	    text-decoration: none;
	    font-size: 17px;
	}

	.header-phone {
	    position: absolute;
	    left: 88%;
	    top: 30px;
	}

	.header-logo {
	    position: absolute;
	    top: -13px;
	    width: 91%;
	}
	.header-phone a span {
		color: #fff;
	}
	.header-phone a {
		color: #fff;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {
	.footer-menu ul li {
	    padding-right: 22px;
	}

	.footer-menu ul li a {
	    text-decoration: none;
	    font-size: 16px;
	}
	.cont-wrap {
	    background-color: #5488d3;
	    padding: 10px 30px;
	}
	.heading h3 {
	    font-size: 23px;
	}
	.welcome-contents {
	    padding: 5% 3% 0% 6%;
	}

	.project-img.pro {
	    height: 360px;
	    overflow: hidden;
	}
	.offer-contents h3 {
	    font-size: 16px;
	}
	.about-contents {
	    padding-top: 0px;
	}
	header .banner-contents h3 {
	    font-size: 28px;
	}
	.header-phone {
	    position: absolute;
	    left: 85%;
	    top: 15px;
	}
	.header-phone a {
	    text-decoration: none;
	    font-size: 14px;
	}
	.header-phone a span {
	    font-size: 19px;
	}
	header .mainmenu ul li a {
	    text-decoration: none;
	    font-size: 15px;
	}
	.header-social ul li a {
	    text-decoration: none;
	    font-size: 15px;
	    color: #3e3e3e;
	}
	.header-social ul li a span {
	    text-transform: uppercase;
	    font-size: 15px;
	    color: #000000;
	}
	.header-logo {
	    position: absolute;
	    top: -13px;
	    width: 100%;
	}
	.key-heading ul li {
	    font-size: 16px;
	}
	.history-contents h3 {
	    font-size: 20px;
	}
	.history-contents p {
	    font-size: 16px;
	}
	.history-circle.circle::after {
	    height: 1500px;
	}
	.gallery-text h3 {
	    font-size: 20px;
	}
	.icon-contents h3 {
	    font-size: 19px; 
	}
	.icon-contents p {
	    font-size: 16px;
	}
	.card-header .btn-link {
	    text-decoration: none;
	    font-size: 14px;
	}
	.past-contents {
	    padding: 30px;
	}

}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	.header-phone {
	    position: relative;
	    left: 0;
	    top: 0;
	    text-align: right;
	    width: 100%;
	}
	.common-wrap {
	    background-image: none;
	    padding: 0px;
	}
	.header-social {
	    margin-right: 0px;
	    margin-bottom: 0px;
	}
	.header-top {
	    padding: 10px 0px;
	}
	.menu-wrap {
	    background-color: #5488d3;
	    padding: 10px 0px;
	}
	header .mainmenu {
	    padding-top: 0px;
	    padding-right: 0px;
	}
	.header-phone a br {
		display: none;
	}
	.header-phone a {
		color: #000 !important;
	}
	.header-phone a span {
		color: #000 !important;
	}
	header .banner-contents h3 {
	    font-size: 23px;
	}
	.banner-contents p {
	    font-size: 15px;
	}
	.banner-contents a {
	    font-size: 12px;
	    padding: 7px 20px;
	}
	.header-logo {
	    position: relative;
	    top: 0px;
	    width: 100%;
	}
	header .header-bottom .banner-contents {
	    top: 15%;
	}
	.heading h4 {
	    font-size: 18px;
	}
	.heading h3 {
	    font-size: 20px;
	}
	.heading h5 {
	    font-size: 13px;
	}
	.heading p {
	    font-size: 15px;
	    line-height: 1.4;
	}
	.heading a {
	    font-size: 12px;
	    padding: 8px 20px;
	}
	.offer-contents h3 {
	    font-size: 11px;
	    min-height: 35px;
	}
	.offer-contents p {
	    font-size: 15px;
	}
	.offer-contents a {
	    font-size: 11px;
	    padding: 7px 20px;
	}
	.project-img.pro {
	    height: 266px;
	    overflow: hidden;
	}
	.welcome-contents {
	    padding: 3% 3% 0% 3%;
	}
	.footer-menu ul li a {
    	text-decoration: none;
	    font-size: 13px;
	}
	.footer-menu ul li {
	    padding-right: 7px;
	}
	.gallery-text h3 {
	    font-size: 17px;
	}
	.history-circle.circle::after {
	    height: 1660px;
	}
	.key-heading {
	    width: 60%;
	}
	.past-contents h3 {
	    font-size: 12px;
	}
	.past-contents p {
	    font-size: 11px;
	    color: #fff;
	    font-family: "IBM Plex Sans";
	    line-height: 1.4;
	    margin-bottom: 5px;
	}
	.past-contents a {
	    text-decoration: none;
	    font-size: 13px;
	}
}

@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: #000;
		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-social ul li a i {
	    width: 26px;
	    height: 26px;
	    border-radius: 50%;
	    padding-top: 6px;
	    text-align: center;
	    background-color: #5488d3;
	    font-size: 14px;
	    color: #fff;
	}
	.menu-wrap {
	    background-color: #fdfdfd;
	    padding: 2px 0px;
	}
	header .mainmenu ul li a {
	    text-decoration: none;
	    font-size: 15px;
	    color: #000;
	}
	header .mainmenu ul li {
	    padding: 0px;
	}
	ul.navbar-nav {
	    padding-top: 10px;
	}
	.banner-info {
		text-align: center;
	    width: auto;
	}
	header .banner-contents h3 {
	    font-size: 16px;
	}
	.header-social ul li a img {
		width: 10%;
	}
	.header-social ul li {
	    margin-right: 4px;
	}
	.header-social ul li a {
	    font-size: 12px;
	 }
	 .header-social ul li a span {
	    text-transform: uppercase;
	    font-size: 13px;
	    }	
	    .header-top {
	    padding: 10px 0px;
	    background-color: #fdfdfd;
	}
	.about-img {
	    width: 70%;
	    margin: 30px auto 0px;
	}
	.offer-section .owl-theme .owl-nav {
	    display: none !important;
	}
	.offer-contents h3 {
	    font-size: 14px;
	    min-height: 35px;
	}
	.project-img.pro {
	    height: auto;
	    overflow: hidden;
	}
	.welcome-contents {
	    padding: 5%;
	}
	.footer-contact h3 {
	    font-size: 19px;
	}
	.footer-contact ul li a {
	    text-decoration: none;
	    font-size: 14px;
	    color: #fff;
	}
	.cont-wrap {
	    background-color: #5488d3;
	    padding: 30px 30px;
	}
	.paper-btn {
	    padding: 10px;
	}
	.copyrights p {
	    font-size: 11px;
	}
	.contact-form h3 {
	    font-size: 20px;
	}
	.footer-logo {
	    margin: auto;
	    width: 50%;
	}
	.footer-menu {
		text-align: center !important;
		padding-top: 40px;
	}
	.footer-menu ul li {
	    padding-right: 0px;
	}
	.footer-menu ul  {
		display: block !important;
	}

	.key-heading {
	    width: auto;
	}
	.key-heading ul li {
	    font-size: 16px;
	    background-position: left 5px;
	    background-size: 8%;
	    padding-left: 26px;
	}
	.history-circle {
		display: none;
	}
	.history-contents::after {
		display: none;
	}
	.gallery-img {
		margin-bottom: 20px;
	}
	.ray-wrap {
	    padding-top: 30px;
	}
	.card-header .btn-link {
	    text-decoration: none;
	    font-size: 14px;
	    text-overflow: ellipsis;
	    word-break: break-word;
	    white-space: normal;
	    padding: 0px;
	}
	.pro-contents {
	    padding-bottom: 30px;
	}
	.pro-img {
    	width: 60%;
	    margin: 0px auto 40px;
	}
	.pro-contents {
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 414px) {
	.banner-contents p {
	    font-size: 12px;
	    margin-bottom: 5px;
	}
	.banner-contents a {
	    font-size: 10px;
	    padding: 7px 20px;
	}
	header .header-bottom .banner-contents {
	    top: 7%;
	}
}
@media screen and (max-width: 387px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 360px) {
	.header-social ul li {
	    margin-right: 2px;
	}
	.banner-contents p {
	    font-size: 10px;
	    margin-bottom: 5px;
	}
}
@media screen and (max-width: 320px) {
	.header-social ul li a {
	    font-size: 9px;
	}
}