body{
	font-family: 'Open Sans', sans-serif;
}
@font-face {
  font-family: 'Playball-Regular';
  src: url('../fonts/Playball-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Playball-Regular.otf')  format('opentype'),
	     url('../fonts/Playball-Regular.woff') format('woff'), url('../fonts/Playball-Regular.ttf')  format('truetype'), 
		 url('../fonts/Playball-Regular.svg#Playball-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
::selection{
	background:#fe5e00;
	color:#fff;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-family: 'Play', sans-serif;
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    font-family: 'Open Sans', sans-serif !important;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu > ul > li > a {
       padding: 16px 25px 16px 25px;
    font-size: 14px;
	text-transform:uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

#cssmenu > ul > li > a.active {
    color: #fcb635;
}

#cssmenu > ul > li > a:hover {
    color: #fcb635;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
    color: #fff;
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: ''
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: transparent;
    transition: all .25s ease;
    z-index: 9999;
    color:#fff;
    font-weight: 600;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
    left: auto;
    z-index: 9999;
    background: #d46c35;
}

#cssmenu li:hover > ul > li {
    height: 60px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 250px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
    border-top: 1px solid #333
}

@media screen and (max-width:700px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0 0;
        float: none
    }
    .logo2 {
        display: none
    }
    nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu > ul > li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333!important;
    }
    #cssmenu ul ul li:hover {
        background: #363636!important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}
/*flexible Demo*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}
#flexiselDemo3 h5
{
	line-height:17px !important;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
	border: solid 6px #ccc;
	box-shadow:1px 1px 1px -1px #888888;
	border-top-left-radius:50px;
	border-bottom-right-radius:50px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:44%;
    background: rgba(58,173,42,0.9);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 2px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 26px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
/*header*/
.headgr{
	padding:10px;
	background:#3da244;
}
.headgr p{
	color:#fff;
	font-weight:600;
}
.headgr a i{
	float:right;
	color:#fff;
	padding-left:15px;
	font-size:13px;
	margin-top:7px;
}
/*menu*/
.grinmenu{
	background:#d46c35;
}
/*slider*/
/*CAROUSEL*/
.main-text {
    position: absolute;
    top: 100px;
    width: 96.66666666666666%;
    color: #FFF;
}

.carousel-btns {
    margin-top: 2em; 
}

.carousel-btns .btn {
	width: 150px;
}

.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 38, 0.5);
}

.carousel-inner img {
   width: 100%;
}

/*CONTROL*/
.carousel-control {
    width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 47%;
  right: 0;
  z-index: 5;
  display: inline-block;
  background-color: #000;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 14px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 0;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  border: 2px solid #fff;
  opacity: .8;
}

.carousel-indicators .active {
    background-color: #28ace2;
    border-color: #28ace2;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left,
.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
    left: 30px;
}

.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    right: 30px;
}
/*aboutus*/
.grabt{
	padding:30px 0px 30px 0px;
}
.grabt .col-md-4{
	padding-left:0px;
}
.grabt p{
	text-align:justify;
	font-size:13px;
	font-weight:500;
	line-height:27px;
}
.grabt h2{
	color:#d46c35;
}
.grabt h2 span{
	color:#f9d630;
}
.grabt a{
    color:#d46c35;
	font-weight:600;
	font-size:13px;
	transition: all 0.5s;
}
.grabt a:hover{
	text-decoration:none !important;
	margin-left:15px;
}
.line{
	border-bottom:solid 2px #fff;
	width:12%;
	margin-bottom:15px;
}
.inabt i{
	padding:20px;
	background:#d46c35;
	color:#fff;
}
/*serivces*/
.grservices{
	background: url(../images/bg.jpg) no-repeat center center/cover;
	padding:30px 0px 30px 0px;
}
.grservices .col-md-8{
	padding-left:0px;
}
.grservices p{
	font-size:13px;
	text-align:justify;
	line-height:27px;
	color:#fff;
}
.grservices h2{
	color:#fff;
}
.grservices h2 span{
	color:#fff;
}
.inser{
	padding:10px;
	background:#ffffff85;
	border-radius:5px;
}
.inser i{
	color:#fff;
	font-size:48px;
}
.inser p{
	text-align:center;
}
.inser a{
    color:#fff;
	font-weight:600;
	font-size:13px;
	text-align:center;
	transition: all 0.5s;
}
.inser a:hover{
	text-decoration:none !important;
	margin-left:15px;
}
.seri img{
	border:solid 6px #fff;
}
/*products*/
.gkprdt{
	padding:30px 0px 30px 0px;
	background:#f5f5f5;
}
.gkprdt h2{
	color:#d46c35;
}
.gkprdt h2 span{
	color:#f9d630;
}
.clrd-font{
	background: #fff;
/* 	background: -webkit-linear-gradient(to right, #F09819, #FF512F);
	background: linear-gradient(to right, #F09819, #FF512F); */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn-primary {
	background-color:transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size:20px;
	text-transform: uppercase;
	border-radius: 0px;	
}
.btn-primary:hover {
	background-color:transparent;
	border-color: #d6962c;
	color: #d6962c;
	border-radius: 20px;
}

.single_portfolio_text{
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;
}
.single_portfolio_text img{
	width:100%;
}

.single_portfolio_text:hover .portfolio_images_overlay{
	top:5%;
	left: 5%;
}

.portfolio_images_overlay{
	width: 90%;
	height: 90%;
	background: rgba(209, 105, 54, 0.5);
	padding: 20px;
	margin: 0 auto;
	top: -100%;
	left: 5%;
	position: absolute;
	transition:.6s;
	
}
.portfolio_images_overlay h6{
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	border: 2px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.portfolio_images_overlay .product_price{
	font-size: 35px;
	color: #fff;
	font-weight:800;
	line-height:30px;
}
.portfolio_images_overlay .product_price i{
    margin-right: -10px;
}
.zoom{
	width: 200px;
    height: 200px;
    position: absolute;
    bottom: -100px;
    right: -100px;
    border-radius: 50%;

	background: #FF512F;
	background: -webkit-linear-gradient(to right, #d46c35, #FF512F);
	background: linear-gradient(to right, #d46c35, #FF512F);
    box-shadow:0px 0px 0px 10px #000;
	opacity:0.9;
}
.zoom:before {
	content: "\f00e";
    font-family: FontAwesome;
    color: rgba(255, 255, 255, 0.5);
    font-size: 70px;
    padding-right: 20px;
    position: absolute;
    top: 10px;
    left: 30px;
}
@media (min-width:769px) and (max-width:991px) {
	.portfolio_images_overlay {
		padding: 0px;
	}
}
@media (max-width:768px) {
	.portfolio_images_overlay{
		padding: 170px 20px;
	}
}
@media (max-width:580px) {
	.portfolio_images_overlay{
		padding: 100px 20px;
	}
}
@media (max-width:480px) {
	.portfolio_images_overlay{
		padding: 40px 20px;
	}
}
@media (max-width:320px) {
	.portfolio_images_overlay{
		padding: 20px;
	}
}

.footer {
	background: #2f2f2f none repeat scroll 0 0;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	position: relative;
}
/* .footer .col-md-3{
	
	padding-left:0px;
} */
.footer-title {
	color: #fff;
	font-size: 17px;
	position: relative;
	text-transform: uppercase;
}
.footer .column {
	margin-bottom: 30px;
	position: relative;
}
.footer p {
	color: #fff !important;
}
.footer-title::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	display: block;
	height: 2px;
	margin: 20px 0;
	position: relative;
	width: 70px;
}
.social-links-two {
	position: relative;
}
.social-links-two a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff !important;
	display: block;
	float: left;
	font-size: 12px;
	height: 28px;
	line-height: 26px;
	margin-right: 8px;
	position: relative;
	text-align: center;
	transition: all 500ms ease 0s;
	width: 28px;
}
.social-links-two.alt a {
	border: 1px solid #fff;
	color: #cccccc !important;
	font-size: 12px;
}
.social-links-two a:hover {
	background: #ffc627 none repeat scroll 0 0;
	border-color: #ffc627;
	color: #fff !important;
}
.footer-links ul {
	margin: 0;
	padding: 0;
}
.footer-links li {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 4px 0;
	width: 50%;
}
.footer-links li a {
    color: #fff;
    font-weight: 400;
}
.footer-address p:hover, .footer-address p a:hover {
	color: #ffc627 !important;
	cursor: pointer;
}
.footer-links li a:hover {
	color: #ffc627;
}
/* .footer-links li a::before {
	content: "ï„…";
	display: block;
	float: left;
	font-family: fontawesome;
	margin-right: 10px;
} */
.footer-gallery-grid img {
	float: left;
	margin: 4px;
	width: 63px;
}
.footer-gallery-grid img:hover {
	opacity: 0.6;
}
.footer-address p {
	margin-bottom: 18px;
}
.footer-address p i {
	color: #d46c35;
	margin-right: 12px;
}
.copyright {
	background: #222 none repeat scroll 0 0;
	border-top: 1px solid #333333;
	padding: 17px 0 10px;
}
.copyright a {
	color: #ffc627 !important;
}
.copyright p {
	color: #fff !important;
}
.copyright a:hover {
	color: #ffc627;
}

.footer.light-color {
    background: #fff none repeat scroll 0 0; 
	border-top: 1px solid #f1f1f1;
}
.footer.light-color p {
	color:#252320 !important;
}
.footer.light-color .column .footer-title{
    color: #232323;
}
.footer.light-color .footer-links li a {
    color: #252320;
}
.footer.light-color .footer-links li a:hover {
    color: #ffc627 !important;
}
.footer.light-color .social-links-two a {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #ccc !important;
}
.footer.light-color .social-links-two a:hover {
	color:#fff !important;
}

.copyright.light-copyrights {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #ddd;
} 

.copyright.light-copyrights p{
	color:#252320 !important;
}


.app-downloads i {
    color: #ffc627  ;
    font-size: 34px;
    vertical-align: top;
	margin-right: 8px;
}

.footer .col-md-6{
    padding-left:0px;
}
.des{
	text-align:center !important;
}
.des a{
	color:#fff;
	
}
/*enquiry*/
.grenq{
	padding:30px 0px 30px 0px;
	background: url(../images/bg1.jpg) no-repeat center center/cover;
}
.grenq h2{
	color:#fff;
}
.grenq h2 span{
	color:#fff;
}
.contact1-form input, .contact1-form textarea ,.contact1-form .form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px dashed #fff;
    border-radius: 0;
    color: #d46c35;
    max-height: 110px;
    min-height: 46px;
}
.contact1-form label{
	color:#fff;
}
.btn-change2{
    height: 37px;
    width: 168px;
    background: #000;
    margin: -4px 0px 0px 0px;
    border: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #fff !important;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transform-origin: 0 0;
    border-radius: 5px;
    box-shadow: 0px 0px 0 100px #d46c35 inset;
}
.btn-change2:hover{
    -webkit-box-shadow:0px 0px 0 0px #fff inset;
    -webkit-transform: scale(1);
	 color:#000 !important;
}
.gkclinets{
	padding:30px 0px 30px 0px;
}
.gkclinets h2{
	color:#3da244;
}
.gkclinets h2 span{
	color:#2a8ac3;
}
.grmenu{
	padding:10px;
}
.inncont i{
    line-height: 34px;
    font-size: 32px;
	color:#d46c35;
}
.inncont p b{
	color:#d46c35;
}
.inncont {
	position:relative;
	    left: 79px;
    top: 13px;
}
.banner{
 padding: 60px 0px 60px 0px;
}
.banner h2{
    color:#fff;
    font-weight: 600;
}
.banner p,a{
    color: #fff;
    font-weight: 600;
}
.bread{
    padding: 20px;
    border: dotted 1px #fff;
}
.banner a:hover{
    color:#d46c35;
    text-decoration: none;
}
.graboutus{
    padding: 30px 0px 30px 0px;
}
.head{
    text-align: center;
    font-weight: 600;
    color: #d46c35;
}
.head span{
    color:#f9d630;
}
.graboutus h4{
    color: #d46c35;
    font-weight: 600;
}
.line1{
    border-bottom: solid 2px #d46c35;
    width: 8%;
    margin-bottom: 10px;
}
.graboutus p{
    text-align: justify;
    line-height: 27px;
}
.graboutus i{
    color:#f9d630;
}
.graboutus .col-md-6{
    padding-left: 0px;
} 
.abtim{
    box-shadow: 1px 1px 1px 1px #888;
    padding: 5px;
    transition: transform .2s;
}
.abtim:hover{
    transform: scale(1.1);
}
.grenquiry{
    padding: 30px 0px 30px 0px;
}
.grenquiry .col-md-8{
    padding-left: 0px;
}
.grenquiry button {
    background: #d46c35 none repeat scroll 0 0;
    border: 0 none;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 20px 6px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    margin-top: 30px;
    font-size: 13px;
}
.enqfrm{
    padding: 20px;
    box-shadow: 1px 1px 1px 1px #888;
}
.enqfrm .form-control{
    border-radius: 0px;
    border:dotted 1px #3da244;
}
.enqfrm label{
    color: #d46c35;
}
.grcontact{
    padding: 30px 0px 30px 0px;
}
/* .grcontact .col-md-8,.col-md-4{
    padding-left: 0px;
} */
.contact-form {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 30px;
}
.contact-form .form-control {
    background-color: #fafafa;
    border-color: #fafafa;
    box-shadow: none;
    height: 40px;
    border-radius: 0;
}
.contact-form textarea.form-control {
    height: auto !important;
}
.contact-info {
    margin-top: 30px;
}
.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info ul li {
    padding: 0 0 0 30px;
    position: relative;
    margin-bottom: 30px;
}
.contact-info ul li:last-child {
    margin-bottom: 0px;
}
.contact-info ul li i {
    color: #72c02c;
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 1px;
}
.contact-info ul li h3 {
    font-size: 17px;
    margin-bottom: 10px;
}
.contact-form button {
    background: #d46c35 none repeat scroll 0 0;
    border: 0 none;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 20px 6px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    margin-top: 30px;
    font-size: 13px;
}
.contact-form h4{

    color: #d46c35;
    font-weight: 600;
}
.fa-map-marker{
    color: #d46c35;
}
.fa-mobile-phone{
    color: #2a8ac3;
}
.fa-envelope-o{
    color: #fcb635;
}
.inc{
    padding: 15px;
    box-shadow: 1px 1px 1px #888;
}
.inc i{
    font-size: 30px;
}
.inc h4{
    text-align: center;
    font-weight: 600;
}
.inc p{
    text-align: center;
    font-weight: 600;
}
.t1{
    color: #d46c35;
}
.t2{
    color: #2a8ac3;
}
.t3{
    color: #fcb635;
}
.grprdts{
    padding: 30px 0px 30px 0px;
}
.gal{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
    overflow: hidden;
    padding: 3px;
    border: solid 1px #ccc;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\f002";
	font-family: 'FontAwesome';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal .modal-dialogue{
	width: 80%;
}
.gal .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.grepc{
    padding: 30px 0px 30px 0px;
}
.grepc .col-md-8{
    padding-left: 0px;
}
.grepc p{
    text-align: justify;
    line-height: 27px;
}
.inad{
    position: relative;
    left: 26px;
}
.hs{
	padding:3px;
	background:#d46c35;
}
@media only screen and (max-width: 991px) {
    .inncont{
        position: inherit;
        top: 0px;
        left: 0px;
    }
}