/*=======================Global Style=============================*/
html,
body{
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}
body{
  background: #e6e6e6;
  color: #777;
  font-family: 'Arial';
  font-size: 16px;
  margin: 0;
  padding: 20px 0;
  moz-osx-font-smoothing: grayscale;
  webkit-font-smoothing: antialiased;
}
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
label,
a{
  border: 0;
  margin: 0;
  padding: 0;
}
img{
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
img,
a img{
  border: none;
}
h1{
  font-size: 45px;
}
h2{
  font-size: 40px;
}
h3{
  font-size: 35px;
}
h4{
  font-size: 30px;
}
h5{
  font-size: 25px;
}
h6{
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6{
  color: #000;
  font-family: 'Arial';
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
ul li{
  list-style: none;
}
p{
  color: #777;
  font-family: 'Arial';
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
a{
  color: #f26424;
  outline: none;
}
a:hover{
  color: #f26424;
  text-decoration: underline;
}
a.active{
  color: #2392d2 !important;
}
a:focus{
  outline: none;
}
button:focus,
a:focus,
a.active{
  outline: none;
}
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
html .clearfix{
  height: 1%;
}
.clearfix{
  display: block;
}
.clr{
  clear: both;
}
.center-block{
  float: none;
  margin: 0 auto;
}
::-moz-placeholder{
  color: #c8c7c7 !important;
  font-size: 16px;
  opacity: 1;
}
:-ms-input-placeholder{
  color: grey !important;
  font-size: 16px;
  opacity: 1;
}
::-webkit-input-placeholder{
  color: #c8c7c7 !important;
  font-size: 16px;
  opacity: 1;
}

/*=======================Main Style=============================*/
.wrapper{
  max-width: inherit;
  width: 100%;
  padding: 0 15px;
}
.container{
  max-width: 960px;
  padding-bottom: 15px;
  background: #fff;
  border-radius: 3px;
}
.logo-block,
.head-info{
  padding-left: 15px;
  padding-right: 15px;
}
header .row{
  justify-content: space-between;
}
header{
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.head-info p{
  font-family: 'Georgia';
  color: #f26424;
  text-align: right;
}
.head-info p:first-child{
  margin-bottom: 0;
}
.head-info a{
  font-family: 'Georgia';
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  color: #f26424;
  font-size: 18px;
  text-align: right;
}
.head-info a:hover{
  text-decoration: underline !important;
}
.banner{
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.sidebar{
  padding-top: 40px;
}
.sidebar-logo img{
  width: 150px;
}
.sidebar-logo span{
  font-size: 18px;
  display: block;
  color: #f26424;
  padding-top: 15px;
  font-weight: bold;
  margin-bottom: 40px; 
}
.additional-blk span{
  text-transform: uppercase;
  color: #f26424;
  display: block;
  padding-top: 30px;
  font-size: 13px;
  font-weight: bold;
  line-height: 100%;
}
.additional-blk a{
  font-weight: bold;
  font-size: 13px;
  display: block;
  margin-top: 20px;
  line-height: 100%;
}
.top-cont{
  margin-bottom: 40px;
}
.top-cont p{
  font-family: 'Georgia';
  color: #555;
}
.top-cont p:first-child{
  margin-bottom: 0;
  font-size: 18px;
}
.italic-a{
  font-weight: bold;
  color: #777;
  font-style: italic;
}
.heading a{
  font-weight: bold;
  color: #555;
}
.heading{
  font-size: 16px;
  font-family: 'Georgia';
  color: #555;
  font-weight: bold;
  margin-bottom: 15px;
}
.main-blk ul{
  padding-left: 40px;
  margin-bottom: 15px;
}
.content-area{
  padding-bottom: 25px;
}
.gallery .row{
  margin-left: -7px;
  margin-right: -7px;
}
.gal-post{
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}
.ft-cntct-info{
  padding: 10px 0;
  border-top: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 20px;
}
.ft-cntct-info .ft-blk{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}
.ft-blk p{
  font-family: 'Georgia';
  color: #a3a3a3;
  font-size: 15px;
  margin-bottom: 0;
}
.ft-blk:first-child p{
  font-size: 13px;
}
.ft-blk label{
  width: 50px;
}
.ft-cntct-info .row{
  align-items: center;
}
.ft-links a{
  color: #777;
}
.contact-box p{
  font-family: 'Georgia';
  color: #555;
  font-size: 18px;
}
.contact-box img {
  float: right;
  width: 180px;
  margin-left: 20px;
}
.cntct-list li{
  list-style: disc;
}
.contact-box p a{
  color: #555;
}
.contact-box{
  margin-bottom: 15px;
}
.content-area{
  min-height: 550px;
}
.ft-links{
  text-align: center;
}
.mapping{
  padding: 20px 25px;
  background: #fff;
}
.mapping-info{
  margin-bottom: 45px;
}
.mapping h4,
.mapping h4 a{
  font-size: 18px;
  color: #666;
  font-weight: normal;
  text-transform: capitalize;
  color: #666;
}
.contact-form{
  max-width: 480px;
  padding-top: 15px;
}
.contact-form h4{
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Georgia';
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-form label{
  padding-bottom: 5px;
  color: #555;
}
.contact-form input[type="text"],
.contact-form input[type="email"]{
  border: 1px solid #c6c6c6;
  border-radius: 0;
}
.contact-form textarea{
  width: 100%;
  border-radius: 0;
  border: 1px solid #c6c6c6;
  resize: none;
}
.contact-form button{
  border: 0;
  border-radius: 0;
  background: #f26424;
  color: #fff;
  padding: 8px 20px;
  font-weight: bold;
}
.contact-form button:hover,
.contact-form button:focus{
  background: #555;
}
.contact-form label.error{
	font-size: 15px;
	color: #f00;
	padding-top: 5px; 
	display: block;
}
.contact-form .mt-2{
	background: #67b56e;
	padding: 8px 15px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 15px !important;
	line-height: 20px;
}

/*=======================Responsive Style=============================*/

@media only screen and (min-width:768px) and (max-width:991px){
  .additional-blk a{
    word-wrap: break-word;
  }
}
@media screen and (max-width: 767px){
  body{
    padding: 0;
    background: #fff;
  }
  .container{
    border-radius: 0;
  }
  .main-blk,
  .sidebar,
  .ft-cntct-info .ft-blk{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar{
    display: none;
  }
  .ft-cntct-info .ft-blk{
    text-align: center;
    margin: 7px 0;
  }
  .logo-block{
    padding-right: 0;
  }
  .head-info{
    padding-left: 0;
  }
}
@media screen and (max-width: 575px){
  .gal-post{
    width: 50%;
  }
  .gal-post img{
    width: 100%;
  }
  .logo-block{
    margin-bottom: 15px;
  }
  .logo-block, .head-info{
    width: 100%;
    text-align: center !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .head-info p{
    text-align: center;
  }
  header .col-sm-4{
    width: 40%;
  }
  header .col-sm-8{
    width: 60%;
  }
  .wrapper{
    padding: 0;
  }
  .main-blk ul{
    padding-left: 0;
  }
  .main-blk ul li{
    margin-bottom: 10px;
    line-height: 20px;
  }
  .contact-box img {
    float: none;
    width: inherit;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .main-blk ul.cntct-list{
    padding-left: 15px;
  }
}
@media screen and (max-width: 480px){
  .head-info p,
  header .col-sm-4,
  header .col-sm-8{
    width: 100%;
    text-align: center !important;
  }
}