


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	margin:0px ;
 	padding:0px;
 	background:#fff !important;
	font-family: 'Poppins', sans-serif !important;
}

div,h1,h2,h3,h4,h5,h6,p,img,a,ul,li{
  margin:0px ;
  padding:0px;
}




/*font-family: 'Poppins', sans-serif;
font-family: 'Playfair Display', serif;*/
/*needed*/
a{
  text-decoration:none !important;
  -webkit-transition:300ms;
  -moz-transition:300ms;
  -ms-transition:300ms;
  -o-transition:300ms;
  transition:300ms;
}
a:hover{
  text-decoration:none !important;
}
ul{
  list-style-type:none;
}
.clear{
  clear:both;
}
/*needed*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}





/******* service *********/
		
.service{
	margin:0px 0px 0px 0px;
    padding:60px 0px 60px 0px;
	background:#fff;
	overflow:hidden;
	width:100%;
}
.service-row{
	margin:0px 0px 0px 0px;
    padding:0px 0px 40px 0px;
	border-bottom:1px solid #ededed;
	overflow:hidden;
}	
.service-row h1{
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	font-family: 'Playfair Display', serif !important;
	font-weight:800;
    font-size:45px;
    color: #000;
	text-align:center;
	text-transform:uppercase;
}	
.service-row ul{
	margin:12px auto 0px auto;
    padding:0px 0px 0px 0px;
	width:max-content;
}	
.service-row ul li{
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	font-weight:500;
    font-size:15px;
    color: #070707;
	text-transform:uppercase;
	float:left;
}
.service-row ul li.space{
	margin:0px 10px 0px 10px;
}			
.service-row ul li a{
	margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	font-weight:500;
    font-size:15px;
    color: #070707;
	text-transform:uppercase;
	display:block;
}
.service-row ul li a:hover, focus{
	color:#ff779a;
}	
.service-row ul li.last{
	margin:0px 0px 0px 0px;
}

/****** offer ********/


.offer{
    margin:0px 0px 0px 0px;
    padding:0px 0px 30px 0px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}
.offer-text{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
} 
.offer-text h3{
    margin:0px 0px 15px 0px;
    padding:0px 0px 0px 0px;
    font-family: 'Playfair Display', serif !important;
    font-weight: 800;
    font-size: 45px;
    color: #070707;
    text-align: center;
} 
.offer-text p {
    margin: 0px 0px 22px 0px;
    padding:0px 0px 0px 0px;
    font-weight: normal;
    font-size: 17px;
    color: #1d1d1d;
    line-height: 30px;
    text-align: center;
}
.offer-text p.last{
    margin: 0px 0px 0px 0px;
} 
.offer-row{
    margin:60px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    overflow: hidden;
} 
.offer-left{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    float: left;
    width: 445px;
}
img.old-man{
    margin: 60px auto 0px auto;
    border-radius: 25px;
    display: block;
    width: 445px;
}

.offer-right{
    margin:0px 0px 0px 0px;
    padding:10px 0px 0px 0px;
    float: right;
    width: 590px;
}
.right-row{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    display: flex;
    column-count: 2;
    column-gap: 40px;
} 
.right-row2{
    margin: 60px 0px 0px 0px;
}
.offer1{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width: 100%;
    position: relative;
}
.hvr{
    margin:0px auto 0px auto;
    padding:0px 0px 0px 0px;
    width: 60px;
    height: 70px;
    position: relative;
}

img.offer-pic{
    display: block;
    margin: 0px auto 0px auto;
    -webkit-transition:300ms;
    -moz-transition:300ms;
    -ms-transition:300ms;
   -o-transition:300ms;
    transition:300ms;
    position: absolute;
    top: 0;
}
.hvr:hover img.offer-pic{
    top: -5px;
}
.offer1 h4{
    margin:25px 0px 15px 0px;
    padding:0px 0px 0px 0px;
    font-weight: 600;
    font-size: 22px;
    color: #1d1d1d;
    text-align: center;
} 
.offer1 p{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-weight: normal;
    font-size: 17px;
    color: #1d1d1d;
    text-align: center;
} 


/****** support ********/


.support{
    margin:0px 0px 0px 0px;
    padding:0px 0px 120px 0px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}
.support-text{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
} 
.support-text h3{
    margin:0px 0px 15px 0px;
    padding:0px 0px 0px 0px;
    font-family: 'Playfair Display', serif !important;
    font-weight: 800;
    font-size: 45px;
    color: #070707;
    text-align: center;
} 
.support-text p{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-weight: normal;
    font-size: 17px;
    color: #1d1d1d;
    line-height: 30px;
    text-align: center;
}
.support-row{
    margin:60px 0px 40px 0px;
    padding:0px 0px 0px 0px;
    display: flex;
    column-count: 4;
    column-gap: 20px;
}
.support-row2{
    margin:0px 0px 0px 0px;
}
.support1 {
    margin: 0px 0px 0px 0px;
    padding: 50px 25px 0px 25px;
    width: 100%;
    border-radius: 20px;
    height: 300px;
    box-shadow: 0px 7px 20px 0px rgba(0,0,0,.10);
    -webkit-transition:300ms;
    -moz-transition:300ms;
    -ms-transition:300ms;
    -o-transition:300ms;
    transition:300ms;
}
.support1:hover{
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,.15);
}
.sup-hvr{
    margin:0px auto 0px auto;
    padding:0px 0px 0px 0px;
    width: 57px;
    height: 70px;
    position: relative;
}
.support1 img.sup-pic{
    display: block;
    margin: 0px auto 0px auto;
    -webkit-transition:300ms;
    -moz-transition:300ms;
    -ms-transition:300ms;
   -o-transition:300ms;
    transition:300ms;
    position: absolute;
    top: 0;
} 
.sup-hvr:hover img.sup-pic{
    top: -5px;
}
.support1 h4{
    margin: 25px 0px 15px 0px;
    padding:0px 0px 0px 0px;
    font-weight: 600;
    font-size: 21px;
    color: #1d1d1d;
    text-align: center;
} 
.support1 p{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-weight: normal;
    font-size: 17px;
    color: #1d1d1d;
    text-align: center;
} 










		/*** responsive ****/

        
@media (max-width :1199px) and (min-device-width :992px){

/***** offer *******/

.offer-left {
    width: 375px;
}
.offer-right {
    padding: 10px 0px 0px 0px;
    width: 530px;
}
.offer1 h4 {
    margin: 15px 0px 10px 0px;
    font-size: 20px;
} 
.offer1 p {
    font-size: 15px;
} 
.right-row2 {
    margin: 36px 0px 0px 0px;
}


} 
@media (max-width :991px) and (min-device-width :768px){

	/**** banner */
	
.service-banner {
    display: block;
}

/****** offer *****/

.offer-left {
    margin: 0px auto 0px auto;
    float: none;
}
.offer-right {
    margin: 0px auto 0px auto;
    padding: 40px 0px 0px 0px;
    float: none;
    width: 590px;
}


/**** support ****/


.support-row {
    margin: 60px 0px 40px 0px;
    column-gap: 15px;
}
.support1 {
    padding: 40px 10px 0px 10px;
    height: 250px;
}
.support1 h4 {
    margin: 15px 0px 10px 0px;
    font-size: 14px;
} 
.support1 p {
    font-size: 13px;
} 
.support-row2 {
    margin: 0px 0px 0px 0px;
}

}	


@media (max-width :767px) and (min-device-width :280px){

	/*** service ****/
	
.service {
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 30px 0px;
}


/**** offer ******/

.offer-text h3 {
    font-size: 35px;
} 
/****** offer *****/
.offer {
    padding: 0px 0px 0px 0px;
} 
.offer-left {
    margin: 0px auto 0px auto;
    float: none;
    width: 100%;
}
.offer-right {
    margin: 0px auto 0px auto;
    padding: 40px 0px 0px 0px;
    float: none;
    width: 100%;
}
.right-row {
    display: block;
    column-count: 1;
    column-gap: 0;
}
.offer1 {
    margin: 0px 0px 30px 0px;
}
.right-row2 {
    margin: 6px 0px 0px 0px;
} 


/**** support ****/


.support {
    padding: 0px 0px 30px 0px;
} 
.support-text h3 {
    font-size: 27px;
}  
.support-row {
    margin: 30px 0px 40px 0px;
    display: block;
    column-gap: 0px;
    column-count: 1;
    column-gap: 0;
}
.support1 {
    margin: 0px 0px 35px 0px;
    padding: 40px 15px 30px 15px;
    height: auto;
} 
.support1 h4 {
    margin: 15px 0px 10px 0px;
    font-size: 20px;
} 
.support1 p {
    font-size: 15px;
} 
.support-row2 {
    margin: 0px 0px 0px 0px;
}


img.old-man {
    margin: 30px auto 30px auto;
} 
.offer-text p {
    margin: 0px 0px 10px 0px;
    font-size: 15px;
} 

}