@charset "utf-8";
/* CSS Document */
/*Designer name : Suman Sarkar*/
@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Raleway|Roboto|Shadows+Into+Light');
@font-face{
  font-family: 'brandon';
  src: url(../fonts/Brandon_bld_it.otf);
}
/*
  font-family: 'Montserrat', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Shadows Into Light', cursive;
*/
.clear_float:after{
  content: '';
  display: block;
  clear: both;
}
.top_bar{
	/*background-color: #f8f5f0;*/
	background-image: url(../images/nav_back.JPG);
	background-size: cover;
}
ul{
	list-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
a:hover{
  text-decoration: none;
}
.my_nav{
	text-align: center;
	position: relative;
	margin-top: 10px;
	background-color: rgba(248, 245, 240, .8);
}
@media screen and (min-width: 1600px){
  .my_nav{
    text-align: center;
  }
}
.my_nav li{
	display: inline-block;
	position: relative;
}
.my_nav li.active a{
	color: #eda221;
}
.my_nav li a{
	display: block;
	padding: 15px;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 2px;
	color: #333;
	font-size: 16px;
	text-transform: uppercase !important;
	cursor: pointer;
	-webkit-transition: .3s color;
	-o-transition: .3s color;
	transition: .3s color;
}
@media screen and (max-width: 768px){
  .top_bar{
    position: relative;
  }
  .my_nav{
    display: none;
    width: 100%;
    padding-left: 0;
    z-index: 1500;
    background-color: rgba(248, 245, 240, 1);
    margin-top: 0 !important;
  }
  .my_nav li{
    display: block;
  }
}
.my_nav li a:hover{
	color: #eda221;
	text-decoration: none;
}
.my_nav:before{
	content: '';
	width: 100%;
	height: 3px;
	top: 0;
	left: 0;
	position: absolute;
	background: -webkit-linear-gradient( rgba(0,0,0,0.0), rgba(41,41,41,0.1));
}
.my_nav:after{
	content: '';
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: -webkit-linear-gradient(rgba(41,41,41,0.1), rgba(0,0,0,0.0));
}
.my_logo{
	text-align: center;
	margin-top: 10px;
}
.my_logo img{
	width: 100%;
	max-width: 250px;
}
.nav_sub_menu{
	position: absolute;
	left: 0;
	padding: 0;
	width: 260px;
	background-color: #f8f5f0;
	display: none;
	z-index: 500;
}
@media screen and (max-width: 768px){
  .nav_sub_menu{
    position: relative;
    width: 100%;
  }
  .nav_sub_menu a{
    text-align: center !important;    
  }
}
.nav_sub_menu li{
	display: block;
	text-align: left;
}
.nav_sub_menu li a{
	padding: 10px 15px !important;
	font-size: 15px;
}

.pendulum{
  position: absolute;
  z-index: 1000;
  top: 0;
  left: -50px;
  height: 300px;
  width: 300px;
  animation: pendulum 4s ease-in-out;
  transform-origin: top center;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  -webkit-transform: rotateZ(15deg);
  -ms-transform: rotateZ(15deg);
  -o-transform: rotateZ(15deg);
  transform: rotateZ(15deg);
}
@media screen and (max-width: 1300px){
  .pendulum{
    display: none;
  }
  .my_nav{
    text-align: center;
  }
}
.pen_con{
  height: 300px;
  width: 300px;
}
.thread{
  height: 100px;
  width: 8px;
  background-image: url(../images/rope.png);
  background-size: 100% auto;
  margin: auto;
}
.art{
  height: 200px;
  width: 200px;
  border: 1px solid #e8e8e8  ;
  margin: auto;
  /*box-shadow: 5px 5px 5px #eee;*/
  background-color: #fff;
}
@keyframes pendulum {
  0%      {
    transform: rotateZ(15deg);
  }
  50%      {
    transform: rotateZ(-15deg);
  }
  100%      {
    transform: rotateZ(15deg);
  }
}
.border_dotted{
  height: 180px;
  width: 180px;
  border: 2px dotted #9a692d;
  margin: 8px;
}
.border_dotted h1{
  font-family: 'Old Standard TT', serif;
  text-align: center;
  font-size: 60px;
  margin: 20px 0;
  margin-bottom: 0;
}
.border_dotted p{
  text-align: center;
  font-size: 22px;
  font-family: 'Raleway', sans-serif;
  margin: 0;
}
.border_dotted p span{
  background-color: #fb7681;
  padding: 3px 5px;
  margin: 5px 0;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 1px;
}
/*LEFT SOCIAL ICONS*/
.sci_icons_left{
  position: fixed;
  background-color: #eda221;
  top: 35%;
  z-index: 1000; 
  right: 0;
}
.sci_icons_left ul{
  padding-left: 0;
  text-align: center;
}
.sci_icons_left ul li a{
  font-size: 22px;
  color: #fff;
  margin: 3px;
  margin-bottom: 0;
  padding: 3px 8px;
  padding-bottom: 0;
  display: block;
}
/*my_con*/
.my_con{
	padding: 30px;
}
.my_con h1.heading{
	text-align: center;
	text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	margin-top: 30px;
  margin-bottom: 40px;
	position: relative;
  color: #8c8c8c;
  font-weight: bold;
  letter-spacing: 3px;
}
.my_con h1.heading:after{
	content: '';
	width: 16%;
	height: 6px;
	position: absolute;
	bottom: -20px;
	left: 42%;
	background-image: url(../images/headline.png);
	background-position: center;
	background-size: auto 100%;
}
.my_con .heading_p{
  width: 100%;
  max-width: 1124px;
  margin: auto;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 30px;
}
.the_resort .services_thumb{
  width: 100%;
  max-width: 1124px;
  margin: 20px auto;
}
.the_resort .services_thumb img{
  width: 100%;
  margin: 20px 0;
}
.the_resort .services_thumb h3{
  text-align: center;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.the_resort .services_thumb h3 span{
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  position: relative;
  top: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.services_thumb_col{
}
.the_resort .services_thumb_col:nth-child(1) h3 span{
  background-image: url(../images/home_services_thumb/bonfire_thumb.png);
}
.the_resort .services_thumb_col:nth-child(2) h3 span{
  background-image: url(../images/home_services_thumb/barbeque_thumb.png);
}
.the_resort .services_thumb_col:nth-child(3) h3 span{
  background-image: url(../images/home_services_thumb/jungle_safari_thumb.png);
}

.the_resort .services_thumb_col .services_thumb_p{
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin: 20px 0;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #333;
  font-weight: 500;
}
.the_resort .services_thumb_col a.visit_a{
  display: block;
  text-align: center;
}
.the_resort .services_thumb_col a.visit_a span{
  display: inline-block;
  padding: 5px 16px;
  background-color: #eda221;
  font-size: 18px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.the_resort .services_thumb_col a.visit_a span h4{
  display: inline-block;
  margin: 0;
  margin-left: 2px;
}


/*ROOMS*/
.rooms{
  background-color: #f8f8f8;
}
.rooms_slider{
  padding: 0;
}
.rooms_slider img{
  width: 98%;
  margin-left: 1%;
  margin-top: 1%;
  box-shadow: 3px 3px 6px #999;
}

.slider_img{
  margin: 1%;
  margin-right: 0;
  width: 11.375%;
  float: left;
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px){
  .slider_img{
    margin: .8%;
    margin-right: 0;    
    width: 24%
  }
}
.current_img_show{
  position: relative;
  overflow: hidden;
}
.current_img_show img{
  /*opacity: 0;
  animation: come_from .3s .1s ease-in-out;*/
  animation-fill-mode: forwards;
}
@keyframes come_from{
  from    {
    opacity: 0;
  }
  to     {
    opacity: 1;
  }
}
.current_caption{
  position: absolute;
  bottom: 0;
  width: 98%;
  margin-left: 1%;
  left: 0;
  text-align: center;
  padding: 20px;
  padding-top: 50px;
  background: -webkit-linear-gradient(rgba(237,162,33,.0), rgba(31,22,6,.8));
  color: #fff;
}
.current_caption h1{
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  animation: come_from_bottom .5s .1s ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes come_from_bottom{
  from    {
    opacity: 0;
    transform: translateY(30px);
  }
  to     {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 768px){
  .current_caption h1{
    font-size: 22px;
  }
}
.slider_img .current_caption{
  display: none;
}
.slider_nav{
  width: 100%;
  max-width: 1124px;
  margin: auto;
}
/*TOURIST PLACES*/
.t_places{
  position: relative;
  margin-bottom: 20px;
  float: left;
  width: 24%;
  margin-left: .8%;
}
@media screen and (max-width: 1024px){
  .t_places{
    height: auto;
    width: 45%;
    margin-left: 3.36%
  }
  .t_places .t_places_description{
    position: relative;
  }
}
@media screen and (max-width: 768px){
  .t_places{
    height: auto;
    width: 96%;
    margin-left: 2%
  }
  .t_places .t_places_description{
    position: relative;
  }
}
.t_places:hover .t_places_img{
  border-radius: 15px 15px 0 0;
}
.t_places_top{
  margin-top: 20px !important;
}
.t_places .t_places_img{
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
  z-index: 100;
  border-radius: 15px 15px 0 0;
}
.t_plc_lataguri{
  background-image:url(../images/tourist_place/raw/lataguri_3.jpg);
}
.t_plc_rishop{
  background-image:url(../images/tourist_place/raw/rishop_2.jpeg);
}
.t_plc_samsing{
  background-image:url(../images/tourist_place/raw/samsing_3.jpg);
}
.t_plc_chapramari{
  background-image:url(../images/tourist_place/raw/chapramari_2.jpg);
}
.t_places .t_places_description{
  position: relative;
  width: 100%;
  padding: 20px 0;
  padding-bottom: 0;
  text-align: center;
  border: 1px solid #000;
  border-top: none;
  margin-bottom: 25px;
  border-radius: 0 0 15px 15px;
  background-color: #fbfbfb;
}
.t_places_description h3{
  text-align: center;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.t_places_description p{
  font-size: 16px;
  text-transform: uppercase;
}
.t_places_description p span{
  margin-right: 5px;
}
.t_places_description a{
  border: 1px solid #333;
  display: inline-block;
  padding: 3px 15px;
  margin-top: 15px;
  border-bottom: 1px solid #fff;
  color: #333;
  letter-spacing: 1px;
  position: relative;
  top: 1px;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
}


.mobile_menu_back{
  height: 50px;
  width: 100%;
  background-color: rgba(255,255,255,.9);
  margin-top: 5px;
  display: none;
  padding-top: 7px;
  position: relative;
}
.mobile_menu_back:before{
  content: '';
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  position: absolute;
  background: -webkit-linear-gradient( rgba(0,0,0,0.0), rgba(41,41,41,0.1));
}
.mobile_menu_back:after{
  content: '';
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: -webkit-linear-gradient(rgba(41,41,41,0.1), rgba(0,0,0,0.0));
}
@media screen and (max-width:768px){
  .mobile_menu_back{
    display: block;
  }
}
.nav_btn{
  height: 36px;
  width: 50px;
  border: 2px solid #999;
  position: absolute;
  top: 7px;
  right: 8px;
  cursor: pointer;
  border-radius: 4px;
}
.nav_btn span{
  display: block;
  width: 30px;
  margin: 7px 8px;
  border-bottom: 2px solid #999;
}
.nav_btn span:nth-child(1){
  margin-top: 6px;
}

/*review*/
.review{
  background-color: #f8f8f8;
}
.review_con{
  width: 100%;
  max-width: 1124px;
  margin: auto;
  padding-bottom: 50px;
}
.reviews{
  width: 400px;
  display: inline-block;
  margin: 10px auto;
}
.r_double{
  margin-top: 40px;
  margin-left: calc( ( 100% - 800px ) / 3 );
}
@media screen and (max-width: 900px){
  .r_double{
    margin-left: calc( ( 100% - 400px ) / 2 );
  }
}
.r_single{
  margin-left: calc( ( 100% - 400px ) / 2 );
}
@media screen and (max-width: 500px){
  .r_double{
    width: 300px;
    margin-left: calc( ( 100% - 300px ) / 2 );
  }
  .r_single{
    width: 300px;
    margin-left: calc( ( 100% - 300px ) / 2 );
  }
}
.r_text{
  padding: 15px;
  background-color: #fff;
  position: relative;
  box-shadow: 6px 6px 5px #eee;
}
.r_text:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 18px;
  height: 10px;
  width: 20px;
  -webkit-clip-path : polygon(0% 0%, 100% 0, 50% 100%);
  background-color: #fff;
}
.r_img{
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 15px;
}
.r_img img{
  width: 100%;
}
.r_user{
  padding-left: 20px;
  float: left;
  width: calc( 100% - 60px );
  margin-top: 10px;
  letter-spacing: 1px;
}
.r_user h5{
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.r_user p{
  color: blue;
}

.footer{
  background-color: #528f6f;
}
.footer_thumb{
  background-color: #f8f8f8;
  height: 30px;
  background-image: url(../images/footer_back.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: repeat-x;
}
.footer_thumb_white{
  background-color: #fff;
}
.footer_details{
  max-width: 1124px;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}
.footer_details h4{  
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  margin: 30px 0;
  font-weight: bold;
}
.footer_details p{  
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
}
.footer_col ul{
  padding-left: 0;
}
.footer_col span{
  margin-right: 10px;
  color: #fff;
}
.footer_col p{
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
}
.gallery_footer li{
  display: inline-block;
  height: 50px;
  width: 70px;
  background-color: #fff;
  margin: 1px;
  border-radius: 5px;
  /*background-image:url(../images/gallery/1.jpg);*/
  background-size: 100% 100%;
  cursor: pointer;
}
.footer_img_1{
  display: inline-block;
  height: 50px;
  width: 70px;
  background-color: #fff;
  margin: 1px;
  border-radius: 5px;
  background-image:url(../images/gallery/1.jpg);
  background-size: 100% 100%;
  cursor: pointer;
}
.footer_img_2{
  display: inline-block;
  height: 50px;
  width: 70px;
  background-color: #fff;
  margin: 1px;
  border-radius: 5px;
  background-image:url(../images/gallery/2.jpg);
  background-size: 100% 100%;
  cursor: pointer;
}
.footer_img_3{
  display: inline-block;
  height: 50px;
  width: 70px;
  background-color: #fff;
  margin: 1px;
  border-radius: 5px;
  background-image:url(../images/gallery/3.jpg);
  background-size: 100% 100%;
  cursor: pointer;
}
.footer_img_4{
  display: inline-block;
  height: 50px;
  width: 70px;
  background-color: #fff;
  margin: 1px;
  border-radius: 5px;
  background-image:url(../images/gallery/4.jpg);
  background-size: 100% 100%;
  cursor: pointer;
}
.footer_img_5{
  display: inline-block;
  height: 50px;
  width: 70px;
  background-color: #fff;
  margin: 1px;
  border-radius: 5px;
  background-image:url(../images/gallery/10.jpg);
  background-size: 100% 100%;
  cursor: pointer;
}
.footer_img_6{
  display: inline-block;
  height: 50px;
  width: 70px;
  background-color: #fff;
  margin: 1px;
  border-radius: 5px;
  background-image:url(../images/gallery/12.jpg);
  background-size: 100% 100%;
  cursor: pointer;
}
.footer_img_7{
  display: inline-block;
  height: 50px;
  width: 70px;
  background-color: #fff;
  margin: 1px;
  border-radius: 5px;
  background-image:url(../images/gallery/11.jpg);
  background-size: 100% 100%;
  cursor: pointer;
}
.footer_img_8{
  display: inline-block;
  height: 50px;
  width: 70px;
  background-color: #fff;
  margin: 1px;
  border-radius: 5px;
  background-image:url(../images/gallery/8.jpg);
  background-size: 100% 100%;
  cursor: pointer;
}
.footer_img_9{
  display: inline-block;
  height: 50px;
  width: 70px;
  background-color: #fff;
  margin: 1px;
  border-radius: 5px;
  background-image:url(../images/gallery/9.jpg);
  background-size: 100% 100%;
  cursor: pointer;
}

.newslatter input{
  height: 35px;
  border: none;
  border-radius: 15px;
  width: 100%;
  max-width: calc( 100% - 120px );
  padding-left: 15px;
}
.newslatter input::placeholder{
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
}
.newslatter button{
  height: 35px;
  border: none;
  width: 80px;
  margin-left: -20px;
  border-radius: 0 15px 15px 0;
  background-color: #25ae88;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
}

.footer_bottom{
  padding: 15px;
  background-color: #333;
  text-align: center;
}
.footer_bottom p{
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
}


.contact_right{
  width: 350px;
  position: fixed;
  z-index: 1500;
  top: 0;
  right: 0; 
}
.contact_right ul{
  padding: 0;
  background-color: rgba(0,0,0,.3);
  display: inline-block;
}
.contact_right ul li{
  height: 40px !important;
  width: 40px !important;
  float: left;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
}
@media screen and (max-width: 900px){
  .contact_right{
    width: auto;
  }
}
.con_call{
  background-image: url(../images/call.png);
  position: relative;
  margin-right: 12px;
}
.con_call:after{
  content: '';
  width: 2px;
  height: 60%;
  position: absolute;
  top: 20%;
  right: -8px;
  background-color: rgba(255,255,255,.8);
}
.con_email{
  background-image: url(../images/envelope.png);
}
.con_info{
  position: absolute;
  padding: 5px;
  top: 45px;
  z-index: 1500;
  background-color: #fff;
  display: none;
} 
.con_info p{
  font-size: 16px;
  margin: 0;
  padding: 5px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
.con_info p span{
  margin-right: 8px;
}


/************* ABOUT US PAGE ************/
.about_page{
  padding: 50px 0;
}
.about_gallery{
  height: 350px;
  width: 100%;
  max-width: 500px;
  margin: auto;
  position: relative;
}
.about_gallery{
  
}
.abg_col{
  width: 32%;
  margin-left: 1%;
  float: left;
  height: 100%;
}
.abg_s{
  height: 29%;
  background-size: cover;
  background-position: center;
}
.abg_b{
  height: 69%;
  background-size: cover;
  background-position: center;
}
.abg_space{
  height: 2%;
  background-color: #fff;
}
.abg_1{
  background-image: url(../images/abg/1.jpg);
}
.abg_2{
  background-image: url(../images/abg/2.jpg);
}
.abg_3{
  background-image: url(../images/abg/3.jpg);
}
.abg_4{
  background-image: url(../images/abg/4.jpg);
}
.abg_5{
  background-image: url(../images/abg/5.jpg);
}
.abg_6{
  background-image: url(../images/abg/6.jpg);
}

.about_page_left h1{
  font-family: 'brandon';
  margin-top: 0;
  position: relative;
}
.about_page_left h1 span{
  font-size: 18px;
  margin-right: 8px;
  letter-spacing: 1px;
}
.about_page_left p{
  margin: auto;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
}

.about_page_desc h1{
  font-family: 'brandon';
}
.about_page_desc p{
  margin: auto;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
}
.about_page_left ul{
  padding: 15px;
}
.about_page_left ul li p{
  padding: 2px;
}


.rooms_page{
  padding: 50px 0;
}
.item_room{
  height:auto;	
  padding: 30px 50px;
  padding-top: 20px;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  box-shadow: 2px 2px 5px #eaeaea;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px){
  .item_room{
    padding: 30px 10px;
  }
}
.item_room img{
  margin: auto;
}
.item_room h2{
  font-family: 'Montserrat', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Raleway', sans-serif;
  color: #528f6f;
  font-size: 26px;
  letter-spacing: 3px;
  font-weight: 600;
}


/************** CYCLE ***************/
#adv-custom-pager{
  margin: auto;
  text-align: center;
}
#adv-custom-pager a{
  display: inline-block;
  margin: 5px;
}

.room_desc{
  padding-left: 35px;
}
.room_desc h2{
  color: #666;
  font-family: 'Montserrat', sans-serif;
}

.room_desc p{
  width: 100%;
    max-width: 1124px;
    margin: auto;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    line-height: 26px;
}
.room_desc button{
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;  
}

/*GALLERY*/
.gallery_page h2{
  font-family: 'Montserrat', sans-serif;  
}
.gallery_page img{
  width: 100%;
  margin-bottom: 30px;
}
.gallery_page{
  position: relative;
}
.myp_gallery{
  overflow: hidden;
}
.overlay_plus{
  position: absolute;
  top: 100%;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: rgba(0,0,0,0.1);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.overlay_plus span{
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: green;
  padding: 6px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.myp_gallery:hover .overlay_plus{
  top: 0;
}

.my_form input{
  border-radius: 0;
}
.my_form textarea{
  border-radius: 0;
  resize: none;
}
.my_form button{
  border-radius: 0;
}
.my_form p{
    margin: auto;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
}