/* Fonts */

/*  font-family: 'Montserrat', sans-serif;

    font-family: 'Raleway', sans-serif;

    font-family: 'Source Sans Pro', sans-serif;

    font-family: 'Gotham';

    font-family: 'Proxima Nova Rg';

 */
/* width */
::-webkit-scrollbar {
	width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey; 
	border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: grey; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #b30000; 
  }
html{
	font-size:62.5%;
}
body{
	font-family: 'Montserrat', sans-serif;
	margin:0;
	font-size:14px;
	font-size:1.4rem;
	font-weight: 400;
	background: #2A3D8C;
}
ul{
	margin:0;
	padding:0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
}
a{
	text-decoration: none;
}
h1 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	font-size:100px;
	font-size: 10rem;
	font-weight: 600;
	line-height:70px;
	line-height: 7rem;
}
h2 {
	font-family: 'Proxima Nova Rg';
	font-weight: 400;
	color: #FFF;
	font-size:40px;
	font-size: 4rem;
	line-height:35px;
	line-height: 3.5rem;
}
h3 {
	font-size:25px;
	font-size: 2.5rem;
	font-family:'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #333333;
	padding:10px 0;
	padding: 1rem 0;
	text-align: center;
}


::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}
.bg-dark {
	background-color: #343a40;
	opacity: 0.4;
	border-radius: 25px;
}

/* ......... */
.img__img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 25px;
}
/* relevant styles */
.img__wrap {
	position: relative;
	width: 100%;
  }
  
  .img__description {
	
	position: absolute;
	top: 0;
	bottom: -10px;
	left: 0;
	right: 0;
	border-radius: 25px;
	background: rgba(81, 100, 161, 0.72);
	color: #fff;
	visibility: hidden;
	opacity: 0;
	font-famiLy: 'oswald', sans-serif;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 6.5em;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	/* transition effect. not necessary */
	transition: opacity .2s, visibility .2s;
  }
  
  .img__wrap:hover .img__description {
	visibility: visible;
	opacity: 1;
  }

/* .image1 {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 25px;
  }
  
  .overlay1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #008CBA;
  }
  
  .containerr:hover .overlay1 {
	opacity: 1;
  }
  
  .text1 {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
  } */
/* ............ */
/* .box {

	margin: auto;
	overflow: hidden;
	position: relative;
height: 400px;
	width: 100%;
   
    display: flex;
    justify-content: center;
    border-radius: 25px;
	}
	
	.box img {
	  width: 100%;  
	  border-radius: 25px;
	}
	
	.overlay {
	  background: rgba(255,255,255,0.2);
	  position: absolute;
	  top:0px; 
	  border-radius: 25px;
	  opacity: 0;
	  transition: .5s opacity ease-in-out;


	  width: 100%;
    height: 100%;

	}
	
	.box:hover .overlay  {opacity: 1;}
	.box:hover .description  {opacity: 1;}
	
	
	.description {
		width: 100%;
		height: 100%;
	background-color: rgba(241, 241, 241,0.5);
	  opacity: 0;
	position: absolute;

	  text-align: center;
	  top:0px; 
	 
		transition: 1s opacity ease-in-out;
	}
	
	.txta {
		position: relative;
		margin-top: 115px;
		color: #fff;
		font-famiLy: 'oswald', sans-serif;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 6.5em;
		text-decoration: none;
		display: flex;
		justify-content: center;
		align-items: center;
	} */
/* ............ */
/* .title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;

	text-align: center;
   

    color: #ffffff;
  } */
.values{
	padding: 0px 10px 0px 10px; 
	height: 100%; 
	width: 100%; 
	object-fit: contain;
}
.containerr {
	
	
	width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  #content {

  }

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	outline: none;
	z-index: 9999999999999;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

.menu_a1 {
    width: 90px;
    height: 90px;
    line-height: 150px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 182px;
    top: 13px;
}



/* Overflow-color */
.green-color,
.yellow-color,
.blue-color {
	position: relative;
}
.blue-color span {
	background: #FFF;
	width:200px;
	width: 20rem;
	height:200px;
	height: 20rem;
	display: block;
	border-radius: 50%;
	border:50px solid #2DBADE;
	border: 5rem solid #2DBADE;
	position: absolute;
	right: -130px;
}
.yellow-color span {
	background: #FCB623;
	width:300px;
	width: 30rem;
	height:300px;
	height: 30rem;
	display: block;
	border-radius: 50%;
	border:50px solid #FCB623;
	border: 5rem solid #FCB623;
	position: absolute;
	left: -207px;
	top: -105px !important;
}
.green-color span {
	background: #7FC142;
	width:300px;
	width: 30rem;
	height:300px;
	height: 30rem;
	display: block;
	border-radius: 50%;
	border:50px solid #7FC142;
	border: 5rem solid #7FC142;
	position: absolute;
	right: -207px;
	top: 767px !important;
}

  /*<------------------->*/
 /*  1.Header Area css  */
/* <-----------------> */
.header-area {
	background: url('../images/banner.png') no-repeat scroll 0 0/cover;
	/* height:  calc(100vh + 90px); */
	
	
}

/* Header Top */

.header-fixed {	
	position: fixed;
	top: 0;	
	z-index: 999999999;
	background: rgba(42, 61, 140, 0.95);
	
	padding: 10px 0;
	
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.logo img {
	width: 200px;
	margin-top: 25px;
	margin-left: 80px;
	
}

/* Banner Area */
.banner-area {
	padding-top:225px;
	padding-bottom: 10px;
	
}

/* .banner-right h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    line-height: 45px;
    padding-left: 163px;
    font-weight: bold;
} */

.banner-right h2 {
    padding-top: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    line-height: 45px;
    padding-left: 180px;
    font-weight: bold;
}
.banner-laft h1 {
	font-size: 132px;
	font-weight: bold;
	line-height: 100px;
}

.banner-laft span {
	display: block;
	padding-left: 120px;
	padding-left: 12rem;
}
/* Social area */

ul.submenu {
	background-color: #212121;
	border-radius: 5px;
	display: inline-block;
	padding: 4px 10px;
	margin: 0;
	overflow: hidden;
  }
  ul.submenu li {
	display: inline-block;
  }
  ul.submenu li a i.fa {
	padding: 10px;
	display: inline-block;
	border: 1px solid transparent;
	color: #ccc;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	margin: 10px;
	text-align: center;
	line-height: 30px;
	position: relative;
	z-index: 2;
  }
  ul.submenu li a i.fa::after {
	content: "";
	height: 0%;
	width: 0%;
	position: absolute;
	top: -500%;
	bottom: -500%;
	left: -500%;
	right: -500%;
	margin: auto;
	border: 0px solid transparent;
	border-radius: 200px;
	opacity: 0;
	z-index: -1;
	transition: all ease 0.5s;
  }
  ul.submenu li a:hover i.fa::before {
	color: #fff;
  }
  ul.submenu li a:hover i.fa-facebook::after {
	height: 200%;
	width: 200%;
	background-color: #3b5998;
	border-radius: 0px;
	opacity: 1;
  }
  ul.submenu li a:hover i.fa-twitter::after {
	height: 200%;
	width: 200%;
	background-color: #1dcaff;
	border-radius: 0px;
	opacity: 1;
  }
  ul.submenu li a:hover i.fa-google-plus::after {
	height: 200%;
	width: 200%;
	background-color: #d34836;
	border-radius: 0px;
	opacity: 1;
  }
  ul.submenu li a:hover i.fa-instagram::after {
	height: 200%;
	width: 200%;
	background-color: #8a3ab9;
	border-radius: 0px;
	opacity: 1;
  }
  


.social-icon {
	
	margin-top: 0px;
    background: #FCB623;
    min-height: 116px;
    /* padding: 43px 50px 20px 115px; */
    border-radius: 5px;
	
    /* align-items: center; */
	/* align-content: center; */
	
}


.social-icon i {
	width:40px;
background: #FFF;
	border-radius: 50%;
	line-height:40px;
	text-align: center;
	font-size:20px;
	font-size: 2rem;
	color: #2A3D8C;

}
.social-icon i:hover{
	background: #2CB8DD;
	color: #FFF;
}
  /*<------------------->*/
 /* 2.SeeFirst Area css */
/* <-----------------> */

.seefirst-area {
	background: url('../images/seefirsst-bg.png') no-repeat scroll 0 0/cover;
	padding:100px 0;
	padding: 10rem 0;
	padding-bottom:140px;
	padding-bottom: 14rem;
	overflow-x: hidden;
}



.see-first-title h1 {
	color: #2E4186;
	font-weight: 800;
	font-size:130px;
	font-size: 13rem;
	line-height:90px;
	line-height: 9rem;
}
.see-first-title span {
	display: block;
	margin-left:80px;
	margin-left: 8rem;
}
.see-content p{
	color: #333333;
	max-width: 90%;

	font-weight: bold;
	font-size: 15px;
}
/* SeeFirst Items */
.seefirst-sinle-item {
	max-width:230px;
	max-width: 23rem;
	text-align: center !important;
	margin: 0 auto;
	margin-top:50px;
	margin-top:5rem;
}
.seefirst-sinle-item img {
	width:150px !important;
	width: 15rem !important;
	margin: 0 auto;
}
.seefirst-sinle-item p{
	color: #333333;
}
/* Owl Carousel */
.seefirst-items .owl-prev {
	position: absolute;
	top: 93px;
	left: -29px;
}
.seefirst-items .owl-next {
	position: absolute;
	top: 93px;
	right: -9px;
}
.seefirst-items .owl-next span,
.seefirst-items .owl-prev span {
	width:30px !important;
	width: 3rem !important;
	height:30px !important;
	height: 3rem !important;
	font-size:30px !important;
	font-size: 3rem !important;
	color: #2DBADE !important;
	font-weight: 400 !important;
	line-height:22px !important;
	line-height: 2.2rem !important;
	display: inline-block;
	border: 1px solid #2DBADE;
	border-radius: 50%;
	margin-left: 21px;
	outline: none;
}
.seefirst-items .owl-next span:hover,
.seefirst-items .owl-prev span:hover{
	border: 1px solid #2E4186;
	color: #2E4186 !important;
	background: none !important;
}
.seefirst-items .owl-dot span {
	width: 8px !important;
	height: 8px !important;
	border-radius: 0px !important;
	background: black !important;
}
.seefirst-items .owl-dot:hover span{
	background: #2E4186 !important;
}
  /*<------------------->*/
 /* 3.Customer Area css */
/* <-----------------> */
.customer-area {
	background: url('../images/customer/customer-bg.png') no-repeat scroll 0 0/cover;
	padding: 144px 0;
	-webkit-transform: translateY(-141px);
	transform: translateY(-183px);
	padding-bottom: 100px;
}

.costomar-wrapper {
    padding: 268px 0 8px;
}

.green-color span {
	overflow: hidden;
}

.customer-title h1 {
	text-align: end;
	font-size:80px;
	font-size: 8rem;
	font-family: 'Montserrat', sans-serif;
	margin-top:60px;
	margin-top: 6rem;
}
.customer-title span {
	display: block;
	padding-right:60px;
	padding-right: 6rem;
}
/* Customer Items */
.customer-single-item .card {
	background-color: inherit;
	border: none;
	width:150px;
	width: 15rem;
	margin: 0 auto;
}
.customer-single-item .card i {
	font-size:70px;
	font-size: 7rem;
	padding-top: 24px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	padding-left: 26px;
	color: #6f6f6f;
	font-weight: 600;
}
.customer-single-item .card-img-overlay{
	right: -27px;
}
.transform i {
	margin-top:70px;
	margin-top: 7rem;
}
.phone{
		display: none;
	}
.fas.fa-file-invoice-dollar ,
.far.fa-gem{
	-webkit-transform: rotate(0deg) !important;
	        transform: rotate(0deg) !important;
	padding-right: 23px;
	/* padding-top: 55px; */
}
.far.fa-handshake{
	-webkit-transform: rotate(0deg) !important;
	        transform: rotate(0deg) !important;
	padding-right: 23px;
}
.customer-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top:200px;
	margin-top: 20rem;
}
.customer-single-item{
	margin-top: 10px;
	text-align: center;
	position: relative;
}

.customer-single-item img {
	width: 180px;
	width: 18rem;
}
.customer-single-item:nth-child(2) {
	-webkit-transform: translateX(-10px);
	        transform: translateX(-10px);
	margin-top: 0px;
}
.customer-single-item:nth-child(3) {
	-webkit-transform: translateX(-20px);
	        transform: translateX(-20px);
}
.customer-single-item:nth-child(4) {
	-webkit-transform: translateX(-40px);
	        transform: translateX(-40px);
	margin-top: 0px;
}
.customer-single-item:nth-child(5) {
	-webkit-transform: translateX(-60px);
	        transform: translateX(-60px);
}
.customer-content-btm img {
	width:20px;
	width: 2rem;
	padding-top:20px;
	padding-top: 2rem;
}
.customer-content-btm h3 {
    font-size: 21px;
    /* font-size: 1.8rem; */
    color: #FFF;
    font-family: 'Montserrat';
}
.customer-content-btm p {	
	color: #FFF;
	font-size:13px;
	font-size: 1.4rem;

	font-weight: bold;
}
.customer-content-btm span {
	position: absolute;
	top: 50%;
	left: 20px;
	color: #FFF;
	font-size:30px;
	font-size: 3rem;
}
.transform {
	-webkit-transform: translateY(-150px);
	        transform: translateY(-185px);
}
.transform span{
	top: -53px;
}
.transform img{
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}
  /*<-------------------->*/
 /* 4.Happening Area css */
/* <------------------> */
.happening-area {
	-webkit-transform: translateY(-387px);
	        transform: translateY(-387px);
}
.happening-title h1 {
	font-family: 'Montserrat', sans-serif;
	line-height:80px;
	line-height: 8rem;
}
.happening-title span {
	display: block;
	padding-left:100px;
	padding-left: 10rem;
}
.happening-title p {
	max-width:700px;
	max-width: 70rem;
	color: #FFF;
	padding-top:20px;
	padding-top: 2rem;
	text-align: center;
	margin-left:140px;
	margin-left: 14rem;

	font-weight: bold;
}
 /*Summer Area css */
 .summer-single-item img {
	width:40px !important;
	width: 4rem !important;
	display: inline-block !important;
}
.summer-single-item span{
	color: #FFF;
	font-weight: 600;
}
.summer-heart i {
	color: #FFF;
	font-size:30px;
	font-size: 3rem;
}
.happening-banner {
	max-width:1000px;
	max-width: 100rem;
	margin: 0 auto;
	position: relative;
}
.summers .owl-dots {
	position: absolute;
	left: 0;
	bottom: 19px;
	right: 0;
}
.summer-single-item {
	padding:50px !important;
	padding: 5rem !important;
}
.summer-heart {
	text-align: end;
}
.summer-banner {
	padding-top:240px;
	padding-top: 24rem;
}
.summer-banner h2 {
	font-weight: 700;
	font-family: 'Gotham';
	font-size:60px;
	font-size: 6rem;
	line-height:60px;
	line-height: 6rem;
}
.summer-banner span{
	display: block;
}
.summer-banner p {
	max-width:500px;
	max-width: 50rem;
	color: #FFF;
	padding-top:10px;
	padding-top: 1rem;
}
/* Happening Bottom */
.happening-bottom-left {
	padding-left:40px;
	padding-left: 4rem;
	padding-top:20px;
	padding-top: 2rem;
}
.happening-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	top: 103%;
}.happening-bottom .card{
	border-radius: 8px;
}

.happening-bottom h3 {
	text-transform: uppercase;
	font-size:20px;
	font-size: 3rem;
	text-align: inherit;
	color: #FFD430;
	font-family: 'Gotham';
}
.happening-bottom p{
	color: #FFF;
	padding-top:30px;
	padding-top: 3rem;

	font-weight: bold;
}
/* happening-bg */
.happening-bg {
	width: 100%;
	text-align: right;
	position: absolute;
	top: 110%;
	z-index: -1;
}
.happening-bg img {
	width: 92%;
}

.nav-img {
    text-align: right;
    position: absolute;
    bottom: 55px;
    right: 55px;
}
.nav-img img {
    max-width: 598px;
}
  /*<------------------>*/
 /*  6.Footer Area css */
/* <----------------> */
.bgft {
    height: 147%;
    background-image: url(../images/Footer.png);
    /* position: absolute; */
    /* top: -34px; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: -26px; */
    background-size: cover;
	background-position: center;

}
.txtb{
	display:none;
}
.footer-area {
	
	/* background: url('../images/Footer.png') no-repeat scroll 0 0/cover; */
	width: 100%;
	height: 100%;
    /* background-image: url(your-path-here.jpg); */
    

}

.footer-single-item h3 {
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: inherit;
    text-transform: uppercase;
    font-size: 18px;
}
.footer-single-item a{
	/*color: #CCCCCC;*/
	color: #fff;
	display: block;
	padding-top:10px;
	padding-top: 1rem;
	font-weight: bold;
}

.footer-single-item span {
    /* background: #2A95D2; */
    background: #fff !important;
    height: 2px;
    width: 70px;
    display: inline-block;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    margin-left: 4px;
}
/* .............. */

.footer-single-item p{
	/*color: #CCCCCC;*/
	color: #fff;
	
}

.footer-single-item a:hover{
	/*color: #2A95D2;*/
	color:#FCB623;
	transition: 1.3s ease-out;
}

.tags ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.tags ul a {
	display: block;
	background: #373232;
	margin:5px;
	margin: .5rem;
	padding:3px 10px;
	padding: .3rem 1rem;
	font-weight: 600;
	font-size:12px;
	font-size: 1.2rem;
}
.tags img{
	width:200px;
	
}
/* contact */
.contact i {
	color: #777777;
	font-size:17px;
	font-size: 1.7rem;
}
.contact a {
	margin-bottom:20px;
	margin-bottom: 2rem;
}
/* Footer */
.footer {

	margin-top: 50px;
	padding: 10px 0;
	margin-left: 30px;
	margin-right: 30px;	
	border-top: 1px solid #4F5B8D;
}
.copy p {
	color: #FFF;
	font-weight: 600;
}
.footer-icon i {
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #3e3b3b;
    margin-left: 5px;
}
.footer-icon {
	text-align: end;
}
.footer-icon i:hover{
	color: #FFF;
}

.phone-area {
	display: none;
}



/****/
#dk{
	color: red !important;
}









/*================ Blog-area Style Start ==============*/
.single-blog img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 15px;
}
.date {
	color: #fff;
	font-weight: 400;
	letter-spacing: .5px;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.date b {
	margin-right: 5px;
}
.blog-text p {
	font-size: 16px;
	color: #fff;
	letter-spacing: .3px;
	position: relative;
	bottom: -20px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.blog-text h4 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.blog-text {
	width: 96%;
}
.bolg-area {
	padding-bottom: 100px;
	
		margin-top: -110px;

}



.blog-slider .owl-nav {
	text-align: center;
	margin-top: 60px;
}
.blog-slider .owl-nav button {
	width: 36px;
	height: 28px;
	background: #fff !important;
	margin: 0 12px;
	font-size: 18px !important;
}

.bolg-area .customer-title {
	text-align: left;
	float: left !important;
}
.bolg-title h1 {
	line-height: 90px;
}

.single-blog {
	background-image: url(../images/summer-bg.png);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 380px;
	position: relative;
	z-index: 1;
	border-radius: 10px;
}
.blog-text {
	width: 100%;
	padding: 25px;
	position: absolute;
	bottom: 0;
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: end;
}
.single-blog::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	border-radius: 10px;
	z-index: -1;
	opacity: 0;
	transition: .3s;
	visibility: hidden;
}
.single-blog:hover::after{
	opacity: .6;
	visibility: visible;
}

.single-blog:hover .date {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.single-blog:hover h4 {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.single-blog:hover p {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.blog-1{background-image: url(../images/summer-bg.png);}
.blog-2{background-image: url(../images/summer-bg-btm.png);}
.blog-3{background-image: url(../images/summer-bg.png);}
.blog-4{background-image: url(../images/summer-bg-btm.png);}

.message-box {
	position: fixed;
	bottom: 90px;
	right: 5px;
	z-index: 9999999999 !important;
	
}
.messge-icon {
	width: 60px;
	height: 60px;
	background: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	border-radius: 100%;
	cursor: pointer;
	box-shadow: 0 0 3px #1c295e;
	transition: .3s;
}
.messge-icon:hover i {
	transition: .3s;
}
.messge-icon:hover i {
	color: #344691;
}
.message-form {
	width: 300px;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	bottom: 0;
	position: absolute;
	right: 0;
	transition: .3s;
	box-shadow: 0 0 3px #888;
	opacity: 0;
	visibility: hidden;
}

.message-form {
	text-align: center;
  }
  .message-form h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
  }
  .message-form input {
	width: 100%;
	margin-bottom: 10px;
	height: 36px;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	letter-spacing: .3px;
	outline: none;
  }
  .message-form textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	font-size: 13px;
	border: 1px solid #ddd;
	outline: none;
  }

  .message-box.active .message-form {
	opacity: 1;
	visibility: visible;
	width: 300px;
}
.cloase-btn {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
	z-index: 99;
	font-size: 16px;
}
.message-form button {
	padding: 8px 25px;
	background: transparent;
	color: #2a3d8c;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	border: none;
	margin-top: 15px;
	border: 1px solid #2a3d8c;
	transition: .3s;
}
.message-form button:hover {
	background: #2a3d8c;
	color: #fff;
}



/*================ Blog-area Style End ==============*/