

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
 body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
  overflow-x: hidden!important;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
button, select {
  cursor: pointer;
  text-transform: none;
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 65px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #111;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.mar-que marquee a{
  color: #222;
  text-transform: capitalize;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn.btn-black {
	background: #303b41;
}
.btn.btn-black:hover {
	background: #1a1a1a;
}
.btn:hover {
	background: #106fab;
	color: #fff
}
.btn.btn-large {
	padding: 10px 25px;
}
.btn-lg {
	font-weight: 700;
	padding: 13px 31px;
}
.btn.white-btn:hover {
	border-color: #ddd;
	color: #ddd
}
.btn.btn-base.btn-link {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #1696e7;
	padding: 0;
	text-decoration: none;
}
.btn.btn-base.btn-link:hover {
	color: #106fab;
}
.theme-bg {
	background: #1696e7
}
.bg-white {
	background-color: #ffffff;
}
.breadcrumb > .active {
	color: #888;
}

/* 2. header */

/* 3. slider-area */
.slider-area {}
.slider-wrapper {
  background-position: center center;
  background-size: cover;
}
.slider-content{}
.slider-content h1, .slider-content span , .inner-info p,.slider-content a {
	animation-duration:1s;
	animation-fill-mode:both;
	animation-name: fadeOutDown;
}
.active .slider-content h1, .active .slider-content span , .active .inner-info p,.active .slider-content a {
	animation-name: fadeInUp;
}
.slider-content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 8px;
  animation-delay: 0.2s;
}
.slider-content span {
  color: #fff;
  display: inline-block;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 14px;
  animation-delay: 1s;
}
.inner-info {
  margin: auto auto 42px;
  width: 755px;
}
.inner-info p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
	animation-delay: 1.5s;
}
.slider-content a {
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-right: 15px;
  padding: 15px 38px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
  animation-delay: 2s;
}
.slider-content a::before {
  background: #a8d128;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.slider-content  a:hover::before{transform: scaley(1);}
.slider-content a:hover{border-color:#a8d128;;}
.slider-content a.active{background:#a8d128;border-color:#a8d128;color:#fff;padding: 15px 30px;border-radius: 3px;}
.slider-active .owl-nav div {
  background: #0c0705;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 60px;
}
.slider-active .owl-nav div.owl-next {
  left: auto;
  right:0;
}
.slider-active .owl-nav div:hover {
	background:#231F09;
}
.slider-active:hover .owl-nav div{left:60px;opacity:1;}
.slider-active:hover .owl-nav div.owl-next{left:auto;right:60px;}
/* 4. welcome-area */
.welcome-area{ }
.welcome-wrapper{}
.welcome-content{}
.welcome-content h1 {
  color: #111;
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 0;
  /*text-align: center;*/
}
.welcome-content h1 span {
	    color: #008c44;
    font-weight: 700;
    font-size: 25px;
    padding: 0px 0px 30px 0px;
    text-align: center;
}
.welcome-content h3 {
  color: #222222;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 20px;
}
.welcome-content h4 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}

.welcome-content .pack-section {
  position: relative;
  padding-left: 80px;
}

.welcome-content .pack-section strong {
  position: absolute;
  left: 0;
}

.welcome-content h4 span{color: #008c44;}
.welcome-content p {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 24px;
  text-align: justify;
}
.welcome-content a {
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;

  position: relative;

  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.welcome-content a:last-child{margin-right:0;}
.welcome-content a::before {
  bottom: 0;
  content: "";
  text-decoration:underline;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.welcome-content a:hover::before{transform: scaley(1);}
.welcome-content a.phone-btn:hover::before{display:none}
a.phone-btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ff8212;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
}
a.phone-btn i {
  font-size: 16px;
  margin-right: 2px;
}
a>.phone-btn:hover{color:#ff8212;background-color:none;}
.welcome-menu {
  display: inline-block;
}
.welcome-link {
  float: right;
}
.welcome-menu li {
	color: #444;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 12px;
}
.welcome-menu li:last-child{padding-bottom:0;}
.welcome-menu li img {
  margin-right: 7px;
}
.welcome-link{}
/* 5. we-work-area */
.we-work-area {
  background-size: cover;
  background-position: center center;
}
.section-title{}
.section-title h1 {
	color: #222222;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 13px;
  text-transform: uppercase;
}
.section-title p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: auto;
	width: 760px;
	margin-bottom: 0;
}
.white-text h1{color:#fff;}
.white-text p{color:#fff;}
.we-work-wrapper{}
.we-work-content{}
.we-work-content a {
  background: #fe9604 none repeat scroll 0 0;
  border: 3px solid #c3e362;
  border-radius: 4px;
  display: inline-block;
  margin-right: 25px;
  padding: 14px 30px;
}
.we-work-img {
  float: left;
  margin-top: 10px;
}
.we-work-info {
  display: inline-block;
  margin-left: 15px;
}
.we-work-info h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.we-work-info span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
/* 6. our-services-area */
.our-services-area{}
.our-services-wrapper{border: 2px solid #ccc;
    padding: 10px;}
.our-services-img > img {
  width: 100%;
}
.our-services-content {
  margin-top: 12px;
}
.our-services-content h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 13px;
}
.our-services-content h3>a{color: #a8d128;}
.our-services-content p {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}
.our-services-content span {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 2px;
	display: block;
}
.services h3 a{color:#333333;}
.our-services-content > a {
	background: #008540;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-top: 30px;
	padding: 13px 25px;
	position: relative;
	text-transform: capitalize;
	transform: perspective(1px) translateZ(0px);
	transition: color 0.3s ease 0s;
	vertical-align: middle;
}
.services > a{color:#fff;transition:.3;}
.services > a:hover{color:#fff;;}
.our-services-content > a::before {
  background: #a8d128;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.our-services-content > a:hover::before{transform: scaley(1);}
.services-active .owl-nav div {
  background: #a8d128;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 60px;
}
.services-active .owl-nav div.owl-next {
  left: auto;
  right:0;
}
.services-active .owl-nav div:hover {
	background: #e0eeb2;
}
.services-active:hover .owl-nav div {
  left: -60px;
  opacity: 1;
}
.services-active:hover .owl-nav div.owl-next{left:auto;right:-60px;}


/* map */
#map{
  height: 300px;
  width: 100%;
}
.pos-relative {
  position: relative;
}
.map-wrapper {
}
.map-contact > h2 {
  color: #222222;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}
.map-contact {
  background: #fff none repeat scroll 0 0;
  float: right;
  left: 870px;
  padding: 30px 30px 52px;
  position: absolute;
  top: 90px;
  width: 666px;
  border-radius:3px;
}
#map-form {
  display: flex;
  flex-wrap: wrap;
}
#map-form select {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #dadada;
  color: #666666;
  font-size: 15px;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 15px;
  width: 100%;
}
#map-form input {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #dadada;
  border-radius: 3px;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.map-btn {
  background: #a8d128 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: 19px;
  padding: 17px 40px;
  position: relative;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}
.map-btn::before {
  background: #fe9604;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius:3px;
}
.map-btn:hover::before{transform: scaley(1);}
/* brand */
.brand-wrapper {
  text-align: center;
}
.brand1-wrapper{}
.brand1-img{}
.brand1-img > img:hover{color:#000}
.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
/* 13. footer */
.footer-top-area {
  background-color: #D3D3D3;
}
.footer-wrapper {
    overflow: hidden;
}
.footer-logo {
  margin-bottom: 16px;
}
.footer-logo a {
}
.footer-text {}
.footer-text p {
	color: #ededed;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 15px;
}
.footer-icon {
  margin-top: 30px;
}
.footer-icon a {
  border: 2px solid #008540;
  border-radius: 30px;
  color: #008540;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  line-height: 27px;
  margin-right: 5px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.footer-icon a:hover {
    color: #a1c928;
}
.footer-title {
  color: #333;
  font-size:22px;
  font-weight: 700;
  margin-bottom:25px;
  text-transform: uppercase;
}
.footer-menu {text-transform: uppercase;}
.footer-menu.pro2{float:left;margin-left:70px;text-transform: uppercase;}
.footer-menu li {
  padding-bottom: 7px;
}
.footer-menu li:last-child {
    padding-bottom: 0;
}
.footer-menu li a {
	color: #333;
	font-size:14px;
	font-weight: 400;
	transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
.footer-menu li a:hover {
    color: #a8d128;
    padding-left: 5px;
}
.footer-link {
}
.footer-link li {
  color: #5b5b5b;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.footer-top .footer-link li {
    color: #d4d4d4;
    display: flex;
}
.footer-link li:last-child {
    margin-bottom: 0;
}
.footer-link li i {
  color: #008540;
  font-size: 18px;
  width: 15px;
}
.footer-link span {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-left: 20px;
}

.footers {
  /*margin-top: 30px;*/
}
/* breadcrumb-banner-area */
.breadcrumb-banner-area,.blog-details-page {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.breadcrumb-banner-area::before,.blog-details-page:before {
	/*position: absolute;
	background: #000;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	opacity: .4;*/
}
.breadcrumb-text {
    position: relative;
    z-index: 1;
}
.breadcrumb-text h1 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.breadcrumb-menu {
}
.breadcrumb-menu ul {
}
.breadcrumb-menu ul li {
    display: inline-block;
    padding: 0 3px;
    text-transform: capitalize;
}
.breadcrumb-menu ul li::after {
  color: #fff;
  content: "/";
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  right: -4px;
}
.breadcrumb-menu ul li:last-child::after {
    display: none;
}
.breadcrumb-menu span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.breadcrumb-menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}


/* 17. contact-area */
.contact-area{}
.contact-left-wrapper{}
.contact-section{}
.contact-section h2 {
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}
.contact-section h2 span {
  color: #a8d128;
}
.contact-section > p {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0;
}
.contact-section p span {
  color: #a8d128;
  font-weight: 700;
}
.contact-section{}
.contact-info {
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 16px 20px 16px 20px;
  border-radius: 3px;
}
.contact-info h4 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.contact-info h4 a:hover{color: #A8D128}
.contact-info h4 i {
  margin-left: 10px;
}
.contact-menu {
  border: 1px solid #f4f4f4;
  padding-left:5px;
  margin-bottom: 16px;
}
.contact-menu li {
	border-bottom: 1px solid #e8e8e8;
	border-radius: 3px;
	color: #666666;
	display: flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	padding-bottom: 23px;
	padding-top: 22px;
}
.contact-menu li:last-child{border-bottom:none;}
.contact-menu li i {
  color: #a8d128;
  float: left;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 5px;
}
.contact-menu li span {
  color: #222222;
  font-size: 16px;
}
.contact-text{}
.contact-text h3 {
  color: #222222;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
}
.contact-text span {
  color: #a8d128;
}
.contact-wrapper {
  background: #f4f4f452 none repeat scroll 0 0;
  padding: 30px 30px 10px;
  border-radius:3px;
  border: 2px solid #ccc;
/*  margin: 0px 20px;*/
}
#contact-form {
  display: flex;
  flex-wrap: wrap;
}
#contact-form input {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  margin-bottom: 22px;
  padding-left: 20px;
  text-transform: capitalize;
  width: 100%;
}
#contact-form textarea {
  color: #666666;
  font-size: 18px;
  height: 75px;
  padding: 20px;
  text-transform: capitalize;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e9e9e9;
}
#contact-form > button {
  background: #a8d128 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  height: 55px;
  line-height: 1;
  margin-left: 19px;
  margin-right: 16px;
  margin-top: 22px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
#contact-form > button:hover {
    background: #fe9604;
}

/* 19. projects-area */
.projects-wrapper{}
.projects img{}
.projects-single{}
.projects-content{}
.projects-content h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  color: #222222;
}
.projects-img > img {
  width: 100%;
}
.projects-content p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 21px;
}
.projects-content span {
  color: #666666;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 7px;
}
.projects-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.projects-content ul li {
  color: #666666;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 50%;
}
.projects-content ul li::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	margin-right: 12px;
}
.projects-content ul li:last-child{padding-bottom:0;}
.projects-content ul li i {
  color: #a8d128;
  font-size: 18px;
  margin-right: 20px;
  width: 16px;
  margin-top: 4px;
}


@media only screen and (max-width: 800px) {
  ban-new {width:100%;}
}

ul.procat{border-left: 3px dotted #dbd7d7; padding-left: 30px;}
ul.procat li{margin-bottom: 7px;}

.subscribe-area.green-bg{background:#e9ecef} 
.news{position: relative;border:1px dotted #3d3d3d;padding-top: 5px;padding:30px;padding-left: 0px;color: #3d3d3d;}
.news h3{text-align: center;
    color: #3d3d3d;
    font-weight: bold;
    border-bottom: 4px double #3d3d3d;
    padding-bottom: 5px;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
  }
.news marquee{height:350px;}
.news marquee ul li{margin-bottom:15px;font-size: 16px;margin-left:45px;
  font-weight: normal;text-align: justify;}
.news marquee ul li a{color: #3d3d3d;}  
.news marquee ul li .fa{position: absolute;left:20px;line-height: 25px;}

img.celebrating{position: absolute;top: 10px;width: 125px;right:100px;}
img.logo{    /* position: absolute; */
    width: 90%;
    /* top: -25px; */
/*    margin-bottom: 25px;*/
  }

ul.certifications li .fa{color: #6b6969;font-size: 14px;}

img.aimof{margin-left: 10px;margin-top: -25px;}

.proname p{color:#444444;}
.proname h2{font-weight:500;}
.proname span{font-size:25px;}
.proname small{font-size:16px;}

table.u-tone{width:100%;margin-top: 50px;}
.proimg img{width:150px;display: block;margin:auto;margin-bottom:40px;}

img#niltik{width:50%;}

@media(min-width:1024px) and (max-width:1200px){
	.main-menu ul li a{font-size: 13px;font-weight: 600;padding: 23px 7px;}
	.header-content {margin-right: 80px;}
}
.ravi{
  font-size: 17px; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: bold;
}
#renu01{
  font-size: 13px;
}
#composition{
  font-weight: bold;
  font-size: 16px;
}
#menu01{
      color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 24px;
    text-align: justify;
}
#main{
  font-size: 16px;
  font-weight: bold;
}
#main1{
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}
.head-copy h4{
  font-size: 25px;
    color: #008c44;
    font-weight: 700;
}
.box-b{
  border: 1px solid #ccc;
  width: 100%;
  height: 150px;
  margin-top: 30px;
}
.box-b h4{
  text-align: center;
  /*line-height: 150px;*/
  margin-top: 50px;
}
.box-b:hover{
  background: #008c44;
  color: #fff;
}
.box_system{
  border: 1px solid #ccc;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.box_system img{
  width: 100%;
  padding: 5px;
  background: #008c44;
}
.copyrights_1 p{
    text-align: center;
    margin-bottom: 0px;
    padding: 10px;
    border-top: 2px solid #008c44;
    background-color: #e3e3e3;
}
#mange_p{
  color: #fff;
  margin-right: 10px;
}
#mange_p1{
  color: #fff;
  margin-left: 30px;
  margin-right: 10px;
}
.manage_fufa h1{
  text-align: center;
  padding: 30px 0px 15px 0px;
  color: #008540;
  font-weight: 600;
  margin-bottom: 50px;
  font-size: 40px;
}
.advik{
  border: 2px solid #ccc; padding: 10px;
 margin-top: 20px;
 background-color: #ece114;
}
.header-contact span{
  color: #fff;
}
#facebook1{
  float: right;
  margin-top: 0px;
}
.cow1 img {
    margin: auto;
    display: block;
    background-color: #ffffff;
    
    margin-bottom: 20px;
}
.at_services{
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
    background: #0c7214bf;
    /* border: 1px solid #0c7214; */
    box-shadow: 0px 0px 8px -1px #111;
} 
.at_services h3{
  text-align: center;
  padding: 50px 50px 0px 50px;
  font-weight: 600;
  color: #fff;
}
.at_services p{
  text-align: center;
  padding: 10px 20px 50px 20px;
  color: #fff;
  font-size: 15px;
}
.at_services:hover {
  background: #066696;
  box-shadow: 0px 0px 8px 5px #111;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  /*font-family: 'Open Sans', 'sans-serif';*/
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
.megamenu{
    background: #fff;
    padding: 0px 20px;
    line-height: 10px;
    margin-top: -7px;
    width: 1276px;
    position: absolute;
    margin-left: -900px;
    margin-right: 0px;
    border-top: 3px solid #fe9604;
    display: none;
}

.megamenu li a{
  padding: 0px 20px !important;
  border-bottom: 1px solid #ccc;
}
.main-menu ul li:hover .megamenu{display:block}

@media screen and (max-width: 767px){
  .megamenu li a{
   /* background: #111;*/
   padding: 20px 20px !important;
  }
  #facebook1{
    display: none;
  }
  #mange_p1{
    color: #fff;
    margin-left: 3px;
    margin-right: 10px;
  }
  #mange_p{
    margin-right: 5px;
  }
  img.logo{
    width: 75%;
    margin-bottom: 0px;
  }
  .mean-container a.meanmenu-reveal{
    margin-top: -75px;
  }
}
.super_slender{
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
.super_slender img{
  width: 100%;
}

.mySlides {display:none;}

#usha{
  font-size: 15px;
  margin-right: 10px;
}
.system_usha p{
  line-height: 5px;
}
.system_usha{
  margin-top: 20px;
}
.top_www p{
  line-height: 2px;
}
tr,th,td{
  padding: 10px;
}
#center_1{
  font-size: 15px;
  margin-right: 10px;
  font-weight: bold;
}
#renu01{
  font-size: 15px;
  margin-right: 10px;
}
#fastcard{
  padding: 3px 0px;
  margin: 0 5px 0 0;
}
#top_level{
  width:100%; height: 550px; background-size: 100% 100%;
}
@media screen and (max-width: 767px){
  #top_level{
    height: 250px;
    width: 100%;
  }
}
.megamenu li a:hover{
              background: #ccc;
            
}
#footer_jump{
  /*font-weight: bold;*/
  margin-right: 10px;
}
.para_indi p{
  line-height: 20px;
}
#day_perfect{
  margin-right: 10px;
  font-size: 10px;
}
.welcome-img img{
  margin-top: 20%;
   /* border: 2px solid #01843e;*/
    padding: 10px;
    width: 100%;
}
#best_moments{
  width: 100%;
  margin: auto;display: block;
}
.img_sushma img{
  width: 100%;
}






.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
a, a:hover, a.active, a:active, a:visited, a:focus{
  color:#fefefe;
  text-decoration:none;
}
/*.content{
  margin: 50px 100px 0px 100px;
}*/

.exo-menu{
  width: 100%;
  float: left;
  list-style: none;
  position:relative;
  background: #01843e;
}
.exo-menu > li {  display: inline-block;float:left;}
.exo-menu > li > a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px #365670 dotted;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
  background:#f3e930;
  color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 12px;
  font-size: 14px;
}
li.drop-down>ul{
  left: 0px;
  min-width: 253px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  color: #111;
  display: block;
  padding: 10px 22px;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px dotted #547787;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
  border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
  top: 0;
  right: 0;
  left: 100%;
  width: 100%;
  display:none;
  height: 100%;
  padding: 15px;
  min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 0px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 10px;
  background-color: #365670
  }
 .mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: block;
}
ul.stander li a {
    padding: 10px 0px;
    border-bottom: 1px solid #cccccc54;
    text-transform: uppercase;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
  color:#fff;
  background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
  left:0;
  display:none;
  color:#fefefe;
  padding-top:15px;
  background:#547787;
  padding-bottom:15px;
}
.Blog .blog-title{
  color:#fff;
  font-size:15px;
  text-transform:uppercase;

}
.Blog .blog-des{
  color:#ccc;
  font-size:90%;
  margin-top:15px;
}
.Blog a.view-more{
  margin-top:0px;
}
/*Images*/
.Images{
  left:0;
   width:100%;
   display:none;
  color:#fefefe;
  padding-top:15px;
  background:#547787;
  padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
  background-color: #ffffdd;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
  display:block;
}
/*responsive*/
 @media (min-width:767px){
  .exo-menu > li > a{
  display:block;
  padding: 10px 25px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
    position:absolute;
    z-index: 999;
}
 .flyout-right>ul{
  left: 100%;
  }
  .flyout-left>ul{
  right: 100%;
}
 }
@media (max-width:767px){

  .exo-menu {
    min-height: 58px;
    background-color: #23364B;
    width: 100%;
    z-index: 999;
  }
  
  .exo-menu > li > a{
    width:100% ;
      display:none ;
  
  }
  .exo-menu > li{
    width:100%;
  }
  .display.exo-menu > li > a{
    display:block ;
      padding: 20px 22px;
  }
  
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
    position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 9px 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}

.romance_head{
  margin: 20px 0 0;
}
#flax_top{
  text-align: center;
  font-size: 30px;
  color: #01843e;
}
#level_flo{
  font-size: 20px;
  padding: 15px;
  color: #fff;
 background: #25D366;
}
#level_flo1{
  font-size: 20px;
  padding: 15px;
  color: #fff;
 background: #4267B2;
}
#level_flo2{
  font-size: 20px;
  padding: 15px;
  color: #fff;
   background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
#level_flo3{
  font-size: 20px;
  padding: 15px;
  color: #fff;
 background: #0077b5;
}
#level_flo4{
  font-size: 20px;
  padding: 15px;
  color: #fff;
 background: #FF0000;
}
.many_defoult img{
  width: 100%;
  position: relative;
}
#total_dhamal{
  color: #01843e;
}

@media screen and (max-width: 767px){
  .romance_head{
    display: none;
  }
  a.toggle-menu{
    z-index: 999;
  }
}
#pokimon{
  display: none;
}
@media screen and (max-width: 767px){
  #pokimon{
    display: block;
  }
}
.center_topic{
  margin: auto;
  display: block;
}
.vertical_alince{
  height: 10px;
  border-left: 2px solid #111;
 /* margin: auto;display: block;*/
}
.vertical_top{
  height: 10px;
  border-right: 2px solid #111;
  
}
.system01{
  border: 1px solid #111;
  width: 53%;
  margin: auto;
  display: block;
}
.system02{
  border: 1px solid #111;
  height: 20px;
  width: 0%;
 margin-left: 280px;
 margin-top: -20px;
}
#line_drop{
  background: #fff;
}
#line_drop:hover{
  color: #111;
}
.sec_point{
  padding: 50px;
}
.img_pointer img{
  width: 100%;
  margin-top: 60px;
}
.pointer_history{
border: 1px solid #01843e;
    padding: 0px;
    margin: -10px 0 20px !important;
    width: 5%;
}
.core_team{
  border: 2px solid #ddd;
  padding: 10px;
  background: #fff;
  height: 310px;
  margin-bottom: 20px;
}
.other_technology{
  padding: 50px 0 30px;
  background: #dddddd52;
}
.booring_core{
  margin-right: 10px;
  /*font-weight: bold;*/
}
.core_team h3{
    font-size: 20px;
    font-weight: 600;
    /* padding-bottom: 10px; */
    background: #01843e;
    color: #fff;
    text-align: center;
    padding: 6px;
    margin-bottom: 15px;
}
.core_team p{
  line-height: 15px;
  font-size: 15px;
}
/*.core_manufacturing{
  border: 1px solid #ddd;
  margin-bottom: 15px;
}*/
#mp12_pointer{
  font-size: 25px;
}
.up-15{
  margin-bottom: 20px;
  border: 2px solid #ddd;
  width: 100%;
}
.mar-que {
    padding: 7px 0px 0px;
    width: 90%;
    align-items: center;
    margin: 0px auto;
}
.pro-detail {
    min-width: 332px!important;
}
.pro-detail>li>a, .flyout-right ul>li>a, .flyout-left ul>li>a {
    color: #111;
    display: block;
    font-size: 15px!important;
    padding: 4px 22px!important;
    text-decoration: none;
    background-color: #fff;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.cap-cent h1{
text-transform: uppercase;
}
.cap-cent p{
text-align: center;
font-weight: bold;
}
/** banner section **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
}

.slider {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.slides {
margin-bottom: 10%;
  height: 100%;
  animation: slideAnimation 10s infinite;
}

.slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/** end banner section **/
        /* General Styling */
        body {
          font-family: Arial, sans-serif;
          margin: 0;
          padding: 0;
          background-color: #f9f9f9;
      }
      .products-section {
          max-width: 1200px;
          margin: 0 auto;
          padding: 20px;
          text-align: center;
      }
      .products-section h2 {
          margin-bottom: 20px;
          font-size: 2em;
          color: #333;
      }

      /* Product Grid */
      .product-grid {
          display: flex;
          flex-wrap: wrap;
          gap: 20px;
          justify-content: space-around;
      }

      /* Product Card */
      .product-card {
          flex: 1 1 calc(20% - 20px); /* Adjusts to 5 items per row */
          max-width: calc(20% - 20px);
          background-color: #fff;
          border: 1px solid #ddd;
          border-radius: 8px;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          padding: 10px;
          text-align: center;
          transition: box-shadow 0.3s ease;
      }
      .product-card img {
          max-width: 100%;
          border-radius: 8px;
      }
      .product-card h3 {
          font-size: 1.2em;
          color: #444;
          margin: 10px 0;
      }
      .product-card p {
          font-size: 0.9em;
          color: #777;
          margin: 5px 0 10px;
      }
      .product-card .price {
          font-weight: bold;
          color: #000;
      }

      /* Hover Effect */
      .product-card:hover {
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      }

      /* Responsive */
      @media (max-width: 1024px) {
          .product-card {
              flex: 1 1 calc(25% - 20px); /* 4 items per row */
              max-width: calc(25% - 20px);
          }
      }
      @media (max-width: 768px) {
          .product-card {
              flex: 1 1 calc(33.333% - 20px); /* 3 items per row */
              max-width: calc(33.333% - 20px);
          }
      }
      @media (max-width: 480px) {
          .product-card {
              flex: 1 1 calc(50% - 20px); /* 2 items per row */
              max-width: calc(50% - 20px);
          }
      }

       /* For mobile devices */
   @media (max-width: 767px) {
    .header-logo {
       text-align: center;
       margin-bottom: 15px;
    }

    .romance_head table {
       width: 100%;
       font-size: 14px;
       text-align: center;
       margin-top: 10px;
    }

    .romance_head table th {
       display: block;
       width: 100%;
       text-align: left;
       margin-bottom: 10px;
    }

    .romance_head table th span {
       display: block;
       font-size: 12px;
    }

    .col-12 {
       padding-left: 0;
       padding-right: 0;
    }

    .col-sm-3, .col-sm-9 {
       text-align: center;
    }
 }

 /* For larger screens */
 @media (min-width: 768px) {
    .romance_head table th {
       display: inline-block;
       width: auto;
       margin-right: 10px;
    }
 }

 /* General styles for the menu */
.exo-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.exo-menu li {
  display: inline-block;
  position: relative;
}

.exo-menu li a {
  padding: 10px 15px;
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

.exo-menu .drop-down > a {
  cursor: pointer;
}

.exo-menu .drop-down-ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  min-width: 200px;
}

.exo-menu .drop-down:hover > .drop-down-ul {
  display: block;
}

.exo-menu .drop-down-ul .flyout-right a {
  padding: 10px 20px;
  color: #333;
  font-size: 14px;
}

.toggle-menu {
  display: none;
}

/* Mobile view styles */
@media only screen and (max-width: 767px) {
  .exo-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
  }

  .exo-menu li {
    display: block;
    width: 100%;
  }

  .exo-menu li a {
    text-align: left;
    padding: 15px 20px;
  }

  .exo-menu .drop-down > a {
    display: block;
  }

  .exo-menu .drop-down-ul {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .exo-menu .drop-down.active > .drop-down-ul {
    display: block;
  }

  .toggle-menu {
    display: block;
    padding: 15px;
    background-color: #333;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
  }

  .exo-menu.active {
    display: flex;
  }
}

/* Tablet and larger screen styles */
@media only screen and (min-width: 768px) {
  .exo-menu {
    display: flex;
  }

  .exo-menu li {
    display: inline-block;
  }

  .toggle-menu {
    display: none;
  }
}
/* Base styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.welcome-area {
  padding-top: 1%;
  padding-bottom: 100px;
}

.welcome-wrapper {
  margin-bottom: 30px;
}

.img_aboutus img {
  width: 100%;
  height: auto;
}

.welcome-content h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 20px;
}

.welcome-content a {
  color: #111;
  text-decoration: none;
  font-weight: bold;
}

/* Responsive Design */

/* Large Screens (Desktops and Large Laptops) */
@media (min-width: 1200px) {
  .col-xl-6 {
      width: 50%;
  }
  .col-lg-12 {
      width: 100%;
  }
}

/* Medium Screens (Tablets and Small Laptops) */
@media (max-width: 1199px) and (min-width: 992px) {
  .col-sm-6 {
      width: 50%;
  }
  .col-xl-6, .col-lg-12 {
      width: 100%;
  }
  .img_aboutus img {
      max-width: 100%;
  }
  .welcome-content p {
      font-size: 16px;
  }
}

/* Small Screens (Mobile Phones and Small Tablets) */
@media (max-width: 991px) and (min-width: 768px) {
  .col-sm-6 {
      width: 100%;
      margin-bottom: 20px;
  }
  .col-xl-6, .col-lg-12 {
      width: 100%;
  }
  .welcome-wrapper {
      padding-left: 10px;
      padding-right: 10px;
  }
  .welcome-content p {
      font-size: 14px;
  }
  .welcome-content h4 {
      font-size: 1.2em;
  }
}

/* Very Small Screens (Mobile Phones in Portrait) */
@media (max-width: 767px) {
  .container {
      padding-left: 10px;
      padding-right: 10px;
  }
  .welcome-area {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .col-sm-6 {
      width: 100%;
      margin-bottom: 15px;
  }
  .welcome-wrapper {
      padding-left: 5px;
      padding-right: 5px;
  }
  .welcome-content h4 {
      font-size: 1.1em;
  }
  .welcome-content p {
      font-size: 13px;
  }
  .img_aboutus img {
      width: 100%;
      height: auto;
  }
  .welcome-content a {
      font-size: 14px;
  }
}

/* Extra Small Screens (Mobile Phones in Landscape) */
@media (max-width: 480px) {
  .container {
      padding-left: 5px;
      padding-right: 5px;
  }
  .img_aboutus img {
      width: 100%;
      height: auto;
  }
  .welcome-content p {
      font-size: 12px;
  }
  .welcome-content a {
      font-size: 13px;
  }
}
