@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Heebo', sans-serif;
}
.header-top-section {
	background-color: #FAF3ED;
}
.bg-wrapper-2 {
	background-color: #FAF3ED;
}
.logo img {
	width: 150px;
}
.navbar-nav {
	font-weight: 500;
}
p {
	color: #666;
	font-size: 15px;
}
.btn {
	border-radius: 0;
}
.carousel-caption {
	background-color: rgba(0,0,0, 0.4);
	color: #fff;
	top: 15%;
	bottom: auto;
	right: auto;
	padding: 50px;
	max-width: 500px;
	text-align: left;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.carousel-caption h5 {
	font-size: 45px;
	width: 450px;
	text-align: left;
	font-weight: 700;
	color: #ffc107;
}
.carousel-caption h5 span {
	font-weight: 300;
}
.carousel-caption p {
	font-size: 24px;
	width: 400px;
	color: #fff;
	text-align: left;
	font-weight: 300;
}
.carousel-caption a {
	margin-top: 20px;
}
.bb {
	border: 1px solid #fff;
	padding: 20px;
	background-color: #666;
	border-radius: 100%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	background-size: 20px;
}
.carousel-control-prev, .carousel-control-next {
	width: 10%;
}
.section-about-us h2 span {
	color: #F7941D;
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.section-about-us h2 {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 700;
}
.text-left .divider {
	margin-left: 0;
}
.divider-line {
	width: 45px;
	line-height: 1;
}
.divider {
	height: 5px;
	display: block;
	position: relative;
	margin: 15px auto;
	background-color: #F7941D;
}
.bg-wrapper {
}
.info-box {
	border: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 20px;
}
.icon-box {
	padding: 20px;
	font-size: 25px;
}
.info-text {
	border-left: 1px solid rgba(255,255,255,0.1);
	padding: 15px;
}
.info-text h6 {
	font-weight: 300;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.info-text h4 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
}
.section-title h2 {
	color: #F7941D;
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 12px;
}
.section-title-2 {
	padding-bottom: 40px;
}
.section-title h3 {
	font-size: 30px;
}
.feature-item {
	margin-bottom: 30px;
}
.feature-item h4 {
	font-size: 17px;
	margin-bottom: 9px;
	font-weight: 700;
}
.feature-item p {
	color: #666;
	font-size: 14px;
	font-weight: 500;
}
.counter-value {
	color: #F7941D;
	font-size: 48px;
	font-weight: 700;
}
.counter-value::after {
	content: '+';
}
.bg-counter {
	background-image: url(../img/playstation-pattern.png);
}
a.rr2 {
	text-decoration: underline;
	color: #F7941D;
}
a.rr2:hover {
	color: #9e8a67;
	text-decoration: none;
}
.rr3 {
	font-weight: 300;
	margin-bottom: 30px;
	color: #F7941D;
}
.blog{
padding-bottom:20px;	
}
.blog h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 18px;
}
.blog h6 {
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: 700;
	color: #999;
}
.blog p {
	font-size: 16px;
	font-weight: 500;
}
.blog p a {
	text-decoration: underline;
	color: #F7941D;
	transition: all 0.3s ease;
}
.blog p a:hover {
	color: #9e8a67;
	text-decoration: none;
}
.blog img {
	margin-bottom: 35px;
}
.bg-yello {
	background-color: #F7941D;
	padding: 70px 0;
}
.main-footer {
	background-color: #333;
	color: #ddd;
}
.main-footer p {
	color: #ddd;
}
.footer-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom:30px;
	padding-top: 15px;
	padding-left: 24px;
	list-style-position: inside;
}
.footer-contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom:30px;
	padding-top: 15px;
	list-style-position: inside;
}
.footer-contact ul li {
	padding-bottom: 5px;
}
.footer-contact ul li a {
	color: #ddd;
}
.footer-links ul li {
	padding-bottom: 5px;
}
.footer-links ul li:before {
	content: '\2192';
	position: absolute;
	left: 15px;
}
.footer-links ul li a {
	color: #ddd;
}
.cta-image {
	position: absolute;
	bottom: -70px;
}
.footer-logo img {
	width: 160px;
	margin-bottom: 15px;
}
ul.social-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 30px;
}
ul.social-list li {
	display: inline;
	float: left;
	margin-right: 10px;
}
ul.social-list li a {
	display: flex;
	width: 40px;
	height: 40px;
	color: #ddd;
	background-color: #666;
	border-radius: 40px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}
ul.social-list li a:hover {
	color: #FFF;
	background-color: #000;
}
ul.social-list li a i {
	padding-left: 12px;
	padding-top: 12px;
}
.dd {
	font-weight: 500;
	color: #999;
}
.dd a {
	color: #222;
}
.dd2 {
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
}
@media (max-width: 600px) {
.cta-image {
	display: none;
}
}

.nav1{
    margin-right: -48px;
    letter-spacing: 2px;
}
/*contact form*/
/* Contact Form Styling */

.section1 {
	text-align: center;
	display: table;
	width: 100%;
}
.section1 .shtext {
	display: block;
	margin-top: 20px;
}
.section1 .seperator {
	border-bottom:1px solid #a2a2a2;
	width: 35px;
	display: inline-block;
	margin: 20px;
}

.section1 h1 {
	font-size: 40px;
	color: #ffc107;
	font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}
.section2 .col2 {
	width: 48.71%;
}
.section2 .col2.first {
	float: left;
}
.section2 .col2.last {
	float: right;
}
.section2 .col2.column2 {
	padding: 0 30px;
}
.section2 span.collig {
	color: #a2a2a2;
	margin-right: 10px;
	display: inline-block;
}
.section2 .sec2addr {
	display: block;
	line-height: 26px;
}
.section2 .sec2addr p:first-child {
	margin-bottom: 10px;
}
.section2 .sec2contactform input[type="text"], 
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.section2 .sec2contactform textarea {
	width: 100%;
	display: block;
	color: #666;
  resize:none;
}
.section2 .sec2contactform input[type="submit"] {
	padding: 15px 40px;
    color: #fff;
    border: 0;
    background: #ffc107;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}
.section2 .sec2contactform h3 {
	font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #ffc107;
}
@media only screen and (max-width: 1266px) {
	.section2 {
		width: 100%;
	}
}
@media only screen and (max-width: 960px) {

	.section2 .col2 {
		width: 100%;
		display: block;
	}
	.section2 .col2.first {
		margin-bottom: 10px;
	}
	.section2 .col2.column2 {
		padding: 0;
	}

}
@media only screen and (max-width: 768px) {
	.section2 .sec2addr {
		font-size: 14px;
	}
	.section2 .sec2contactform h3 {
		font-size: 16px;
	}
	.section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
		padding: 10px;
		margin:3px 0;
	}
	.section2 .sec2contactform input[type="submit"] {
		padding: 10px 30px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 420px) {
	.section1 h1 {
		font-size: 28px;
	}
	.read{
	    margin-left: 0px !important;
    width: 100% !important;
	}
	.mission{
	    margin-top: 17px !important;
	}
	
	.vission{
	    margin-top: -42px !important;
	}
	.values{
	    background-color: bisque;
     padding: 0px !important;
	}
	.valuesrow{
	    padding: 21px !important;
	}
	.ul1 li{
	    line-height: 30px !important;
	}
}


/*gallery css*/
.heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding: 40px;
    color: #000;
}
.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 350px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}
/*Contact*/
.floatdemo {
    position: fixed;
    width: 328px;
    height: 60px;
    bottom: 40px;
    right: -28px;
    padding-right: 10px;
    background-color: #f7941d;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    border: 1px solid black;
}

/*whatsapp*/
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 122px;
    right: 8px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
/*index form*/
.control-label{
    float: left;
    margin-left: 18px;
}
.contact-form button{
		background: #0b0502;
		color: #fff;
		font-weight: 600;
		width: 25%;
		float: left;
	}
	.contact-form button:focus{
		box-shadow:none;
	}
	
	.form1{
	    padding: 13px;
    background-color: #f7941d;
    margin-left: 38px;
	}
	.form-control1{
	    width: 485px;
	    height: 46px;
	}
	.hello{
	    margin-right: 119px;
	}
	
	@media only screen and (max-width: 600px) {
 	.form1{
	    padding: 0px !important;
    background-color: #f7941d;
    margin-left: 0px !important;
	}
	.form-control1{
	    width: 100% !important;
	    height: 46px !important;
	}
	.form2{
	    margin-top: 18px !important;
	}
	.hello {
    margin-right: 52px !important;
}
.map{
  width:100% !important;
}
}