/*conatct page*/

.title-section {
    font-size: 2.7rem;
    color: #000;
}
.bounce-image1 {
    height: 20px;
}
.process-content1 {
    position: absolute;
    top: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 5.5rem 0 0 0;
}
.process-content1 h2 {
    line-height: 1.13;
    font-weight: bold;
    letter-spacing: 1px;
}
.process-content1 h2:last-of-type {
    font-size: 39px;
}
.process-content1 a {
    background: #fff;
    display: inline-flex;
    padding: 9px 15px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin: 35px 0 0 0;
    align-items: center;
    position: relative;
}
.process-content1 a:before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform-origin: right;
    border-radius: 50%;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background: #fdb913;
    background: #fdb913;  /* fallback for old browsers */
    background: #fdb913;  /* Chrome 10-25, Safari 5.1-6 */
    background: #fdb913; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.process-content1 a:hover:before{
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 16px;
}
.process-content1 a img {
    margin-left: 5px;
    position: relative;
}

.process-content1 a:hover span{
    color:#fff;
    position: relative;
    z-index: 1;
}
.process-content1 a:hover{
    color: #fff;
}

.box2 {
border: 2px solid #ccc;

}
.box2:hover {
color: #fff;
}

.box2:hover {
color: #fff;
}

.box2:hover .caption-text2, .box2:hover .caption-title1, .box2:hover .btn-banner1, .box2:hover .caption-date1 {
    color: #fff;
    border-color: #fff;
}

.box2 figure {
    position: relative;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
}
.box2 figure img {
    transition: all 7s;
    height: 100%;
    width: 100%;
}
.box2 figure:hover img {
    transform: scale(1.2);

}
.box2 .second1:after{
    background: #ffffff;
}
.box2 figure:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #1c1b1b8c;
    z-index: 0;
    transition: all .5s;
    color: #333;
}
.box2 figure:hover:after{
    background: #000;
    opacity: .65;
}
.box2 figure{
    position: relative;
}
.caption1{
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.caption1 .cap-one1{
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.process-content1 figcaption:last-of-type{
    font-size: 2.5rem;
}
.caption1 figcaption:last-of-type{
    font-weight: 200;
}

.caption-text2{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: poppins;
    color:#939393;
}
.caption-title1 {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
     font-family: poppins;
     margin-top: 10px;
     margin-bottom: 20px;
     color: #fff;
}

.caption-date1 {
   font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: poppins;
    color:#fdfdfd;
}

a.btn-banner1 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
}
a.btn-banner1:hover {
  text-decoration: none;
}

.readmore1 {
    position: absolute;
    bottom: 5%;
}

.bg-gray {
    background: #f4f5f7;
}

.custom-style-blog {
    background-color: #ffffff78 !important;
   text-align:center;
   justify-content: center;
}

.custom-style-blog li  {
   color: #000 !important;
    font-size: 14px !important;
    text-transform: capitalize;
    font-weight: 600;
}


.custom-style-blog li a {
   color: #3d3d3d !important;
    text-decoration: none;
    font-size: 14px !important;
    text-transform: capitalize;
    font-weight: 600;
}



/*blog details page*/



.blog-detail-banner {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30.5%;
    position: relative;
    opacity: 0.5 #333;
}

.blog-details-page {
    background-color: #f9f9f9;
    padding: 40px;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    margin: 15px auto 0;
    position: relative;
    overflow: hidden;
}

.custom-style-blog {
    background-color: #ffffff78 !important;
    text-align: center;
    justify-content: center;
    position: relative;
  top: 180px;
}


/*conatct form*/

.input-group {
 position: relative;
}

label {
font-size: 16px;
color: #585858;

}

.form-style1 {
   border: none;
    color: #333;
    background-color: transparent;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 18px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #939393;
    background-color: #fff0;
    background-clip: padding-box;
    border: 1px solid #dc3545;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    ouline:0;
  
}


.input-group:focus-within .form-style1 { 
    outline:0;
    border-bottom: 2px solid #dc3545;
 }
 
.bookbtn{
     width: 200px;
    margin: 0 auto;
    padding: 20px 0;
 }
 
 .contact-text {
    font-size: 14px;
    color: #616174;
    text-align: center;
}

.contact-address {
    padding: 20px;
    background: #fff;
    display: flex;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
}

.contact-icon i {
    width: 40px;
    height: 40px;
    background: #f3eded;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 50%;
}

.address-text {
    font-size: 14px;
    margin-left: 15px;
    color: #616174;
    letter-spacing: 1px;
    font-family: 'Poppins';
}

.blog-heading {
    text-align: left;
    color: #010101;
    text-transform: uppercase;
    font-family: 'Butler_Regular',californian-bold,poppins;
    font-weight: 300;
    font-size: 24px;
}

b, strong {
    font-weight: bold !important;
}
/*responsive*/

@media (min-width: 1500px){
 
 .custom-style-blog {
    top: 225px;
}
 
.blog-heading {
    font-size: 36px;
}
}
@media (max-width: 700px){

.blog-details-page {
    padding: 15px;
}
}
