html, body{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  overflow-x: hidden;

}
img{
  max-width: 100%;
}
/* .header-bg{
  background-image: url(../img/header-line.png);
  background-repeat: repeat-x;
  background-position: center bottom;
} */
body.modal-open {
  padding-right:0 !important;
  overflow:hidden!important;
}
#loader{
  background: url(../img/loader.gif) no-repeat center center #FFF;
  height: 472px;
  width: 100%;
  margin-top: 100px;
}
h2.line{
  background: url(../img/title-btm.png) no-repeat center bottom;
  padding: 10px 0px 25px 0px;
  text-align: center;
  margin-bottom: 30px;
}
.navbar{
  background: #FFF;
  border-bottom: solid 1px #e5e5e5;
}
.select-menu {
  display: none; 
  color: #333;
}
.select-menu option{
  color: #333;
}
section{
  margin-top:35px;
  padding: 20px;
}
.slider{
  margin-top: 100px;
}
.slider-animation{
  color: #FFF;
}
.navigation{
  display: none !important;
}
.description{
  width: 36%;
  text-shadow:1px 1px #212121;
}
.parallelogram {
  -webkit-transform: skew(-15deg);
     -moz-transform: skew(-15deg);
       -o-transform: skew(-15deg);
  background: #e72c35;
  border-color: #e72c35;
  border-radius: 0px;
  padding-top:10px;
  padding-bottom:10px;
  color: #FFF;
}
.parallelogram:focus{
  color: #FFF;
}
.parallelogram:hover{
  background: #4d559a;
  border-color: #4d559a;
  color: #FFF;
}
.services{
  background: #e5e5e5 url(../img/world-bg.png) no-repeat center top;
  background-size: cover;
  padding: 20px 0px;
}
.serviceBox{
  padding: 0px 20px;
  margin-bottom: 30px;
}
.serviceBox:hover .circle-icon{
  background: rgba(255,255,255,0.6);  
}
.circle-icon{
  cursor: pointer;
  background: rgba(255,255,255,0.3);
  border-radius:50%;
  padding: 50px;
  text-align: center;
  width: 140px;
  height: 140px;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.serviceBox p{
  height: 60px;
}
footer{
  margin-top: 0px;
}
footer h3{
  margin-bottom: 15px;
}
footer .form-control{
  border-radius: 0px;
  background: #30313c;
  border: solid 1px #30313c;
  
}
.footerbg{
  background: #191a26;
  padding: 15px 15px 35px 15px;
  margin-top: 0px;
  color: rgba(255,255,255,0.8);
}
.social{
  margin:0px;
  padding:15px 0px;
}
.social li{
  list-style: none;
  display: inline;
}
.social li a{
  background: rgba(255,255,255,0.5);
  height: 40px;
  width:40px;
  border-radius:50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
     padding-top: 6px;
  font-size: 18px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.social li a:hover{
  background: rgba(255,255,255,0.8);
}
.copytxt{
  background:#11121b;
  padding:20px 10px;
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}
.title.first,
.description.first,
.firstbn-ctn{
  color: #222;
}
.btn-ctnf{
  width: 50%;
  margin:20px 0px 0px 0px;
  color: #fff;
}
.firstbn-ctn{
  width: 50%;
  margin:20px 0px 0px 0px;
}
#slidingDiv,
#slidingDivtwo,
#slidingDivthree,
#aboutctn{
display:none;
}
@media (max-width: 991px){
 .width_chng
  {
      width:50%;
  }
}
@media (max-width: 768px){
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid #ffffff;
    opacity: 1;
}.navbar-nav {
    background: #fff;
    margin:0;
    z-index: 9;
}.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 12px 10px;
      margin-top: 20px;
     margin-bottom: 0;
    background-color: #3680c0;
    background-image: none;
    border: 1px solid #ffffff00;
    border-radius: 4px;
}.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    background: #fff;
}
  .select-menu {    
    position:absolute;
    top:30px;
    right:15px;
    display:block;
    float:left;
    width:30%;
    min-width:120px;
    height:30px;
    font-family: 'Lato', sans-serif;
    font-size:13px;
    line-height: 30px;
    color:#464646;
    background:#fff;
    border: 1px solid #e5e5e5;
  }
  .select-menu {
    display: block !important; 
  }
  .description{
    width: 100%;
    display: none !important;
  }
  .readmore{
    display: none !important;
  }
  .width_chng
  {
      width:100%;
  }
}

@media (max-width:480px){
  section{
    padding: 20px 0px;
    margin-top:0px;
  }
  .select-menu {
    width: 30%;
  }
  h2.line, .title{
    font-size: 21px;
  }
}

body, input{
	margin: 0px;
	padding: 0px;
}
a {
	color: #0254EB
}
a:visited {
	color: #0254EB
}
#header h2 {
	color: white;
	background-color: #00A1E6;
	margin:0px;
	padding: 5px;
}
.comment {
	width: 400px;
	background-color: #f0f0f0;
	margin: 10px;
}
a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;
}

@media (max-width: 360px){
  .navbar-brand{
    width: 180px;
  }
  .navbar{
    height: 80px;
  }
}

