/* Add here all your CSS customizations */

.story {
    padding: 0px;
}


.marginno{
    margin-bottom: 10px !important;
    margin-right: 10px;
}

.newdiv{
    background-position: top;
    background-size: cover;
    color: #fff;
}
.story_head{
    color: #0088cc;
    font-weight: bolder;
    font-size: 120px;
    text-align: center;
    padding-top: 80px;
}


.story_sub{
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
    text-transform: lowercase;
}

.story_p{
    width: 710px;
    text-align: justify;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}

.submit_story{
    position: fixed;
    right: 0;
    background-color: none;
    z-index: 99;
    color: #3e3e3e;
    top: 40%;
}

.submit_text{
    margin-bottom: 0px;
    padding: 7px;
    font-weight: 600;
    font-size: 20px;
}

.submit_button{
    font-size: 15px;
    border-radius: 10px 0px 0px 10px;
    padding-left: 20px;
}





.popup {
	margin: 40px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
}
  
  .popup2 {
  margin: 40px auto;
  padding: 10px;
  border-radius: 5px;
  width: 57%;
  position: relative;
  transition: all 5s ease-in-out;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  background-image: url(../images/contact/bg.png);
  background-size: 490px;
  background-position: center;
  background-repeat: no-repeat;
  
}

@media (max-width: 718px){
  .popup2 {
    margin: 20px auto;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    width: 92%;
    position: relative;
    transition: all 5s ease-in-out;
	background-image: url(../images/contact/bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

  .popp {
  float: right;
  bottom: 5px;
  position: relative;
  font-size: 16px;
  padding-right: 4px;
  font-weight: 500;
}

@media (max-width: 718px){
  .popp {
    text-align: center;
    position: initial;
    font-size: 13px;
    padding-right: 0px;
    font-weight: 500;
    float: none;
    margin-top: 8px;
  }
  .popinput {
    width: 97% !important;
  }
}

.popup2 h3 {
margin-top: 10px;
}


.popcontact span{
  padding-left: 15px;
  font-size: 18px;
}

.popcontact{
  margin-top: 20px;
  margin-bottom: 25px;
}

.popblock{
  border-radius: 5px;
  margin-right: 6px;
  margin-bottom: 6px;
  padding-left: 5px;
  background-color: #fafdf7;
  border-style: solid;
  border-width: 1.2px;
  border-color: #afafaf;
  font-weight: 600;
}

.popsmblock{
  margin-left: 24px;
}

.popbutton{
  width: 70px;
  border-radius: 5px;
  background-color: #1d2172;
  color: #ecefe1;
  border-style: none;
  font-weight: 700;
}

.popaddress{
  margin-top: 10px;
  margin-left: 24px;
}

.popaddress h3 {
  color: #333;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 600;
}


.popborder {
  border-style: solid;
  border-color: #1276bb;
  background: #ffffff82;
  border-width: 2.5px;
  margin-top: 22px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: 2px;
  margin-right: 2px;
  padding-bottom: 10px;
}

@media (max-width: 718px) {
  .popborder{
    margin-top: 0px;
  }
}


.popsm{
  width: 13%;
  margin-right: 2px;
}
    
.poplogo {
    width: 220px;
    padding-top: 35px;
    padding-left: 15px;
}

.poplogo1{
	width: 190px;
    margin-top: 15px;
	margin-right: 15px;
	float: right;
}

@media (max-width: 718px) {
  .poplogo {
    width: 150px;
    padding-top: 10px;
  }
  .poplogo1{
	width:70px;
	margin-top: 10px;
  }
}
  
  .popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
  }
  .popup .close:hover {
	color: #06D85F;
  }
  .popup .content {
	max-height: 30%;
	overflow: auto;
  }
  
  @media screen and (max-width: 700px){
	.box{
	  width: 70%;
	}
	.popup{
	  width: 70%;
	}
  }



.overlayy {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(18, 118, 188, 0.52);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	overflow-y: scroll;
  }
  .overlayy:target {
	visibility: visible;
	opacity: 1;
	z-index: 99999;
  }
  
  .popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
  }
  
  .popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
	position: absolute;
	top: 10px;
	right: 15px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
  }
  .popup .close:hover {
	color: #337ab7;
  }
  .popup .content {
	max-height: 30%;
	overflow: auto;
  }
  
  @media screen and (max-width: 700px){
	.box{
	  width: 70%;
	}
	.popup{
	  width: 70%;
	}
  }
