/* fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */
/* common */
body {
   color: #222222;
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   font-size: 14px;
   line-height: 25px;
   overflow-x:hidden;
}
h1,h2,h3,h4{font-family: 'Montserrat', sans-serif;}
p {
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 14px;
}
h1{font-size: 40px;line-height: 42px;font-weight: 300;}
a {
   color: #424242;
   text-decoration: none;
}
a:hover, a:focus {
   color: #424242;
   text-decoration: none;
}
img {
   max-width: 100%;
   height: auto;
   border: none;
   border-radius: 0;
}
/* slider common style */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#topslider{
  position: relative;
}
#topslider .slide-item{
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 658px;
}
.slide-content {
	max-width: 1005px;
	padding-top: 27px;
	margin: 0 auto;
	text-align: center;
}
.logo {
	display: inline-block;
}
.slide-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	color: #000;
	padding-bottom: 5px;
	margin: 30px 0 37px;
}
.slide-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	font-size: 40px;
	line-height: 40px;
	color: #000 !important;
	padding-bottom: 5px;
	text-transform: uppercase;
	margin: 30px 0 37px;
}
.slide-content p {
	font-size: 20px;
	color: #000;
	line-height: 28px;
}
.slide-content h4 {
	font-size: 20px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 45px 0 0;
	letter-spacing: 10px;
	line-height: 24px;
}
.slide-content a.scroll-next {
	display: inline-block;
	width: 46px;
	height: 46px;
	background: url(../images/arrow.png) no-repeat scroll 0 0;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#welcome {
	background: #fff;
	float: left;
	width: 100%;
}

/**extra added-21032022**/
.column1 {
  float:left;
  width: 40%;
	margin-left: 100px;

}
.column2 {
  float:left;
  width: 40%;
	margin-top: 0px;

}
.gallery {
  margin: 5px;
  border: 1px solid #ccc;
   float: left;
  width: 300px;
}
.gallery img {
  width: 100%;
  height: auto;
}



.row:after {
  content: "";
  display: table;
  clear: both;
}

.intro{
	background-color: #262b2e;
	width: 100%;
	color: #ffffff;
	padding: 0px 0;
}

.intro a{
	color: #29a5dd;}

.left-image {
	height: 200px;
	margin-left: 200px;
}
.welcome-con {
	max-width: 300px;
	padding-top: 48px;
	padding-bottom: 30px;
	margin-left: 69px;
}
.welcome-con img {
	margin-left: -18px;
}
.welcome-con h3, .form-con h3 {
	font-size: 30px;
	line-height: 35px;
	color: #000;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	margin: 18px 0 36px;
}
.welcome-con h3 strong, .form-con h3 strong {
	font-weight: 500;
	display: block;
}
.welcome-con p {
	font-size: 18px;
	padding-right: 50px;
}
.form-section {
	float: left;
	width: 100%;
	/* background: url(../images/form-bg.png) repeat-x scroll top center;*/
	padding-top: 88px;
	padding-bottom: 84px;
}
.form-con {
	max-width: 615px;
	text-align: center;
	margin: 0 auto;
}
.form-con .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 9px;
}
#myform input {
	height: 47px;
	padding: 0 15px;
	width: 100%;
	max-width: 615px;
	margin: 0 auto;
	color: #c9cabd;
	font-size: 14px;
	box-shadow: inherit;
	background: #fff;
	border: 1px solid #d7d7d7;
}
#myform textarea {
	height: 154px;
	padding: 12px 15px;
	width: 100%;
	max-width: 615px;
	margin: 0 auto;
	color: #c9cabd;
	font-size: 14px;
	box-shadow: inherit;
	background: #fff;
	border: 1px solid #d7d7d7;
}
.form-con .btn.btn-default {
	background: #29a5dd;
	width: 165px;
	height: 49px;
	border: none;
	border-radius: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	box-shadow: inherit;
	margin-top: 22px;
}
.form-con .form-group span {
	display: block;
	text-align: left;
	color: red;
}
.form-con .success_masg {
	color: green;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
.map-section {
	float: left;
	width: 100%;
}
.map-section iframe {
	width: 100%;
	float: left;
}
footer {
	background: #f7afce;
	text-align: center;
	padding-top:50px;
	padding-bottom: 50px;
	margin-top: 50px;
	color: #585858;
	font-size: 13px;
	float: left;
	width: 100%;
}
footer a {
	color: #c9cabd;
}
footer a:hover {
	color: #fff;
}
.footer-top {
	padding-bottom: 36px;
	margin-bottom: 29px;
	position: relative;
}
.footer-top::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 165px;
	height: 1px;
	background: #ddcc7d;
}
.footer-top h3 {
	font-size: 16px;
	color: #fff;
	margin: 0 0 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 20px;
}
.footer-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-top li {
	display: inline-block;
	vertical-align: top;
	padding: 5px 12px 5px 10px;
	position: relative;
}
.footer-top li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 17px;
	width: 4px;
	height: 4px;
	background: #c9cabd;
	border-radius: 50%;
}
.footer-top li:last-child::after {
	content: none;
}
.copyright, .copyright a {
	color: #ffffff;
}
.copyright a:hover {
	color: #DDDDDD;
}
/* Responsive site css */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.welcome-con {
	margin-left: 35px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.slide-content h2 {
	font-size: 30px;
	line-height: 30px;
	margin: 15px 0 15px;
}
.slide-content h4 {
	margin: 15px 0 0;
}
#topslider .slide-item {
	height: 530px;
}
.slide-content img {
	max-width: 220px;
}
.welcome-con {
	margin-left: 0;
}
.welcome-con img {
	margin-left: 0;
}
.welcome-con h3, .form-con h3 {
	font-size: 23px;
	line-height: 25px;
	margin: 20px 0;
}
.welcome-con p {
	font-size: 17px;
	padding-right: 0;
}
.form-section {
	padding-top: 40px;
	padding-bottom: 50px;
}

}











/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	
	.column1 {
  float:left;
  width: 100%;
	margin: 50px;

}
.column2 {
  float:left;
  width: 100%;margin: 50px;

}
	
	
	
.slide-content {
	max-width: 290px;
	padding-top: 20px;
}
.slide-content h2 {
	font-size: 20px;
	line-height: 20px;
	margin: 5px 0;
}
.slide-content p {
	font-size: 13px;
	line-height: 16px;
}
.slide-content h4 {
	margin: 0;
	font-size: 15px;
	letter-spacing: 5px;
}
.slide-content img {
	max-width: 200px;
}
#topslider .slide-item {
	min-height: 420px;
	height: auto;
	padding-bottom: 80px;
}
.slide-content a.scroll-next {
	bottom: 20px;
}
.left-image {
	height: 200px;
	margin-left: 200px;
}
.welcome-con h3, .form-con h3 {
	font-size: 20px;
	line-height: 20px;
}
.welcome-con p {
	font-size: 15px;
}
.copyright a {
	display: inline-block;
}
.footer-top li::after {
	content: none;
}
.footer-top li {
	display: block;
	padding: 3px 0;
}
footer {
	padding: 50px 0;
}

} 