@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');


html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Nunito Sans', sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

p {
    margin-bottom: 0!important;
}


body {
	margin:0;
	padding:0;
    font-family: 'Nunito Sans', sans-serif;
}
.clear{
	clear:both;
}

.img{
	width:100%;
	display:block;
}

.img-abt{
	width:100%;
	display:block;
	border-radius: 10px;
}

.img-serv{
	width:500px;
	display:block;
}

.v_a_img{
	vertical-align:middle;
}

hr{
	border:0.5px solid #f1f1f1;
}

.bold{
font-weight:900;

}

.borderimg2 {
  border: 5px solid #fff;
  padding: 5px;
  border-image-slice: 10%;
}

.container-img {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
/*  background-color: #000;*/
}

.container-img:hover .overlay {
  opacity: 1;
  border-image: 1px solid #000;
}

.container1 {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.welcome2 h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 0%;
    margin-bottom: 0%!important;
}

.welcome2 p {
    font-family:'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    padding-top: 1%;
    padding-right: 9%;
    padding-bottom: 0%;
    padding-left: 9%;
    margin-bottom: 0%!important;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main{
	width:100%;
	z-index: 999999;
    position: static;
}
.top{
	width:95%;
	margin:0 auto;
	max-width:1600px;
}

.top2{
	width:95%;
	margin:0 auto;
	max-width:1600px;
}

.logo{
	width:180px;
	float:left;
	margin:0.5%;
}


.navbarrr{
	width:490px;
	float: right;
	margin: 0.7% 0% 0%;
}

.call_em{
	width:530px;
	float:left;
	margin:0% 1%;
}

.call{
	width:180px;
	float:left;
	padding: 1.5% 1% 1% 1%;
}

.email{
	width:240px;
	float:left;
	padding:1.5% 1%;
}

.s_icon{
	width:95px;
	float:right;
	margin:0.8% 1% 0%;
}

.s_icon .fa{
	font-size:17px;
	color:#000;
}


.call_em_txt{
	font-family:'Nunito Sans', sans-serif;
	color:#000;
	font-size:16px;
}

.call_em_txt .fa{
	font-size:16px !important;
	color:#000;
}

.brd_botm{
	background-color: #fbf2bd9e;
/*	border-bottom: 1px solid #e8c7c5;*/
}

.img1 {
    width: 130px;
    margin: 0 auto;
}

.img1 {
    width: 130px;
    margin: 0 auto;
}

.img10 {
    width: 76px;
    margin: 1%;
}

.img{
	width:100%;
	display:block;
}

/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }

  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 115px;
    right: 10px;
    font-size: 22px;
  }
}


/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner{
	width:100%;
	position:relative;
}

.link{
	text-decoration:none;
	color:#fff;
}

.link:hover{
	text-decoration:none;
	color:#fff;
}

.link2{
	text-decoration:none;
	color:#000;
}

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.col_sm1{
	width:100%;
	margin:0 auto;
}

.col_sm11{
	width:98%;
	margin:0 auto;
}


.col_sm111{
	width:35%;
	margin:0 auto;
	float: none;
}

.col_sm2{
	width:48%;
	float:left;
	margin:1% 1%;
}

.col_sm22{
	width:50%;
	float:left;
	margin:0% 0%;
}

.col_sm3{
	width:31%;
	float:left;
	margin:1%;
}

.col_sm4{
	width:23%;
	margin:1%;
	float:left;
}

.col_sm44 {
    width: 21%;
    margin: 2%;
    float: left;
}

.col_sm5{
	width:18%;
	margin:1%;
	float:left;
}
.col_sm8{
	width:38%;
	margin:1%;
	float:left;
}
.col_sm88{
	width:58%;
	margin:1%;
	float:left;
}

.col_sm9{
	width:78%;
	margin:1%;
	float:left;
}

.col_sm99{
	width:18%;
	margin:1%;
	float:left;	
}

.col_sm10{
	width:68%;
	float:left;
	margin:1%;
}

.col_sm100{
	width:28%;
	float:left;
	margin:1%;
}



.col_sm3_n{
	width:25%;
	float:left;
	margin:1%;
}

.col_sm33_n{
	width:44%;
	float:left;
	margin:1%;
}

.col_sm-serv1{
	width:23%;
	margin:1%;
	float:left;
}

.col_sm-serv2{
	width:70%;
	margin:1%;
	float:left;
}

.col_sm-serv22 {
    width: 70%;
    margin: 0 auto;
    float: none;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
     max-width: none!important; 
    height: auto;
}


/*---------------------------------
hover what we do
---------------------------------*/
.what_we_col_sm3{
	width:30%;
	float:left;
	margin:2% 1.5%;
	position: relative;
}

.box:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.box {
  transition: box-shadow .3s;

 /* border-radius:10px;
  border: 1px solid #ccc;
  background: #000;*/
  float: left;
}



/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/


.main_heading h1{
	font-family: 'Dancing Script', cursive;
    font-size: 51px;
    font-weight: 800;
    line-height: 130%;
    margin: 0% 1%;
    color: #000;
    text-align: left;
    padding-top: 3%;
}


.main_heading p {
    font-family:'Nunito Sans', sans-serif;
    color: #000;
    font-size: 18px;
    padding: 0% 0.7%;
    margin: 1% 1%;
    font-weight: 500;
    text-align: justify;
}


.main_heading h5 {
    font-family:'Nunito Sans', sans-serif;
    color: #303030;
    font-size: 18px;
    margin: 1% 1%;
    font-weight: 600;
    text-align: center;
    font-style: italic;
}

.bg7 {
    background-image: url(../images/bg7.jpg);
    background-attachment: scroll;
    background-size: cover;
    padding: 2% 0% 2%;
    background-repeat: no-repeat;
}

.contact_txt h2 {
    font-family:'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 1% 1% 0%;
    color: #122a5a;
}

.cont_col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
    background-color: rgb(255, 255, 255, 0.8);
    border: 1px solid #f5f5f5;
    min-height: 190px;
    border-radius: 5px;
}

.cont_pdg_sm3 {
    padding: 1% 1.5%;
}

.con_heading h2 {
    font-family:'Nunito Sans', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 2% 1% 2%;
    text-align: center;
}

.cont_icn {
    width: 26px;
    float: none;
    margin: 2% auto 1%;
}

.cont_icn i {
    font-size: 40px;
    color: #ffa6bd;
}

.cont_txt_main {
    width: 98%;
    float: left;
    margin: 1%;
}

.cont_txt_main p {
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
}




/*---------------------------------
extra
---------------------------------*/


.bg_clr6{
	background: none;
}

.fix_nav{
	box-shadow: rgba(0, 0, 0, 0.08) 0px 0.125rem 0.25rem;
	z-index: 9999999999999999;
}

.bg_clr5{
	background-color:#fef7d9;
/*	border-top: 2px solid #ffbab3;*/
}

.bg_clr7{
	background-color:#efefef;
}


.bg_img1 {
    background-image: url('../images/bg_img1.jpg');
    background-size: 100% ;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.bg_img11 {
    background-image: url('../images/index-bg2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}



.bg_img2 {
    background: #fdedf2;
}

.bg_img3 {
    background-image: url('../images/bg_img3.jpg');
    background-size: 100% ;
    background-position: center;
    background-repeat: repeat;
    background-attachment: scroll;
}

.ftr_icon1{
	width:5%;
	float:left;
	margin:1%;
}

.ftr_icon1 .fa {
    font-size: 20px;
    color: #000;
}

.ftr_txt1 p{
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	margin:0% 0%;
	line-height:160%;
	color:#000;
	text-align:left;
}

.ftr_txt1{
    width: 85%;
    float: left;
	margin:1%;
}

.link1{
	text-decoration:none;
	color:#000;
}

.link1:hover{
	text-decoration:none;
	color:#f91810;
}


















.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*--------------------------------------------------------------
Home page our product
--------------------------------------------------------------*/

.pro{
	text-align:center;
}

.pro h1{
	font-family: 'Dancing Script', cursive;
    font-size:32px;
    font-weight: 800;
    line-height: 145%;
    margin: 0;
    color: #333;
    text-align: center;
}

.pro p {
     padding: 15px; 
    font-family:'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    color: #000;
    text-align: justify;
}

.pro-home p {
    /* padding: 15px; */
    font-family: 'Dancing Script', cursive;
    font-size: 25px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    color: #000;
    text-align: center;
}

.border-right-home{
	border-right: 1px solid #732918;
}

.pro1-gif h1{
	font-family: 'Dancing Script', cursive;
    font-size:32px;
    font-weight: 800;
    line-height: 145%;
    margin: 0;
    color: #333;
    text-align: center;
}


.pro1-gif p{
	padding: 15px;
	font-family:'Nunito Sans', sans-serif;
    font-size:18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    color: #000;
    text-align: center;
}

.pdg{
	padding:4% 2% 4%;
}

.pdg4{
	padding:7% 2% 7%;
}

.pdg2{
	padding:2% 2%;
}

.pdg3{
	padding:4% 0% 4%;
}

.col_sm1_ovo{
	width:60px;
	margin: 0 auto;
	float:none;
}

.col_sm1_ovo2{
    background-color: #fff!important;
    padding: 18px 15px 0px 15px;
}



.industries h5 {
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    font-size:18px;
    text-align: center;
    font-weight:700;
    line-height: 120%;
	padding:1%;
}



.who_abt h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    color: #ff0a0a;
    text-align: center;
}

.who_servi h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
}

.who_abt p{
	font-family: 'Nunito Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#000;
	line-height:140%;
	text-align:center;
	margin:2% 0%;
}

.who_abt1 p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 130%;
    text-align: center;
    margin: 2% 0%;
    padding: 0px 23px;
}

.who h1{
	font-family: 'Dancing Script', cursive;
	font-size:51px;
	font-weight:800;
	line-height:130%;
	margin:0;
	color: #333333;
	text-align: center;
	padding-top:7%;
}

.who h1 span{
	font-family: 'Dancing Script', cursive;
	font-size:32px;
	font-weight:800;
	line-height:130%;
	margin:0;
	color: #333333;
	text-align: center;
	padding-top:7%;
}

.who p{
	font-family: 'Nunito Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#000;
	line-height:140%;
	text-align:center;
	margin:2% 0%;
	padding: 1% 10%;
}


.who-abt p{
	font-family: 'Nunito Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#000;
	line-height:140%;
	text-align:center;
	margin:2% 0%;
	padding: 1% 2%;
	min-height: 60px;
}

.about h1{
	font-family: 'Dancing Script', cursive;
	font-size:51px;
	font-weight:800;
	line-height:130%;
	margin:0;
	color: #000;
	text-align: center;
	padding-top:3%;
}

.about p{
	font-family: 'Nunito Sans', sans-serif;
	font-size:18px;
	font-weight:600;
	line-height:140%;
	margin:0;
	color: #000;
	text-align: center;
}

.abt-txt p {
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    text-align: center;
    margin: 0% 0%;
    padding: 1% 10%;
}

.who h2{
	font-family: 'Nunito Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	line-height:150%;
	text-align:justify;
	margin:0% 0%;
}

.who_serv h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 150%;
    text-align: justify;
    margin: 0% 0%;
    min-height: 95px;
}



.who_servi p{
	font-family: 'Nunito Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#6B6A75;
	line-height:140%;
	text-align:justify;
	margin:2% 0%;
}

.who h5 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #8d9297;
    line-height: 140%;
    text-align: justify;
    /* margin: 1% 1%; */
    margin: 0% auto;
}


.who ul li a{
	font-family: 'Nunito Sans', sans-serif;
    float: left;
    margin: 0% 1%;
    padding: 18px 22px;
    background-color: #ef3f34;
    text-decoration: none;
    color: #fff;
}

.ftr-logo{
	width: 180px;
	float:left;
	margin: 0;
}

.ftr-logo_p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 1% 10% 1% 1%;
    line-height: 160%;
    color: #000;
    text-align:justify;
}

.ftr_icon{
	width:10%;
	float:left;
	margin:1%;
}

.ftr_icon .fa{
	font-size: 20px;
	color:#000;
}

.ftr_txt{
    width: 85%;
    float: left;
	margin:1%;
}

.ftr_txt h1{
	font-family:'Dancing Script', cursive;
	font-size:35px;
	font-weight:700;
	margin:0% 0% 8% 0%;
	color:#000;
}

.ftr_txt h2{
	font-family: 'Nunito Sans', sans-serif;
	font-size:18px;
	font-weight:500;
	margin:0% 0% 2% 0%;
	color:#fff;
}

.ftr_txt p{
	font-family: 'Nunito Sans', sans-serif;
	font-size:15px;
	font-weight:500;
	margin:0% 0%;
	line-height:160%;
	color:#000;
	text-align:left;
}

.ftr_lt_txt{
	font-family: 'Nunito Sans', sans-serif;
	font-size:16px;
	font-weight:500;
	line-height:160%;
	color:#000;
	margin:0;
}

.ftr_right{
	text-align:right;
}


.pro11 h1{
	font-family: 'Dancing Script', cursive;
    font-size:32px;
    font-weight: 800;
    line-height: 145%;
    margin: 0;
    color: #333;
    text-align: justify;
}

.pro11 p {
     padding: 15px; 
    font-family:'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    color: #000;
    text-align: justify;
}


/*-------------------------------------*/
.hero1 {
    background-image: url(../images/about-bg1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 20px 0px;
}

.hero2 {
    background-image: url(../images/hero2.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 20px 0px;
}

.about-bg{
	background-image: url(../images/about-bg.jpg);
	background-size: cover;
/*	padding: 3% 0%;*/
}

.brd1 {
    border: 4px solid #fff;
}

.season h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	margin: 1% auto;
	/* background-color: #f6eaf4; */
    color: #000000;
	text-align: center;
	padding: 6px;

}

.shdw {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}

.bg_clr8 {
    background-color: rgb(255, 255, 255, 0.7);
}


.about_head h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    font-weight: 800;
    line-height: 145%;
    margin: 0;
    color: #333;
    text-align: center;
}

.about_head2 h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    font-weight: 800;
    line-height: 145%;
    margin: 0;
    color: #333;
    text-align: justify;
}

.about_head2 p{
	font-family: 'Nunito Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#000;
	line-height:140%;
	text-align:justify;
	margin:1% auto;
	
}

/*** Section Title ***/

.pb-3 {
    padding-bottom: 1rem !important;
}
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background:#ef1923;
    border-radius: 2px;
    margin-top: 5%;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}


@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}



/*--------------------------------------------------------------
 image hover effect
--------------------------------------------------------------*/
.img2 {
	object-fit: cover;
    visibility: visible;
    animation-delay: 0.9s;
    display: block;
    width: 100%;
}

.box-text h2 {
    font-family:'Nunito Sans', sans-serif;
    color: #ef1923;
    font-size:21px;
    font-weight: 700;
    text-align: left;
    min-height:81px ;
    padding: 2% 4%;
    background-color: #fff;
}


.column {
    display: inline-block;
    text-align: center;
}

figure {
    overflow: hidden;
    margin:0%;
    padding:0%;
}


.column img {
    display: block;
    height: auto;
} 

.column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.column#zoomIn:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
} 

/* Zoom In #1 */
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


.box-text1 h2 {
    font-family:'Nunito Sans', sans-serif;
    color: #fff;
    font-size:16px;
    font-weight: 700;
    text-align: left;
    min-height:75px ;
    padding: 2% 4%;
    background-color: #333;
}



.bord{
	border-radius: 40px 40px;
}


.card2:hover {
    background-color: #ee2128;
    transition: 0.3s;
    color: #fff;
}

.card2 {
    float: left;
    background: #161616;
    width: 23%;
    margin: 1%;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.card-container {
    padding: 14px 28px;
    min-height: 100px;
    line-height: 150%;
}

.card-container h4 {
    text-align: left;
    color: #fff;
    margin: 0;
    font-size: 15px;
}
/*--------------------------------------------
Bullet
--------------------------------------------*/

.bullet  {
	width:100%;
	margin-top:0%;
}

.bullet ul {
    list-style-image:url(../images/bullet.png);
	margin-left:1%;
}

.bullet ul li{
	font-family:'Nunito Sans', sans-serif;
	font-size:15px;
	line-height:160%;
	color:#000;
	margin:0% 2% 0.1% 10%;
	text-decoration: none;
	font-weight:500;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/

.top_arrow{
	width:29px;
	height:29px;
	position:fixed;
	right:1%;
	bottom:6%;
	transition-duration: 1s;
	background-image:url('../images/top.png');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
	background-size:100% 100%;
}

.top_arrow:hover{
	width:29px;
	height:29px;
	position:fixed;
	right:1%;
	transition-duration: 1s;
	bottom:6%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
	background-size:100% 100%;
}

@media only screen and (max-width:1350px){

}

@media only screen and (max-width:1125px){
.top{
	width:98%;
}
.top2{
	width:96%;
}

.pdg4{
	padding:2% 1% 0%;
}
}



@media only screen and (max-width:999px){
.navbarrr {
    width: 484px;
}

.col_sm3_n {
    width: 45%;
    float: none;
    margin: 1% auto;
}

.col_sm33_n {
    width: 98%;
}

.bg_img1 {
    background-image: url('../images/bg_img1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.who h1 {
    font-size: 40px;
    padding-top: 1%;
}
.who p {
    padding: 1% 4%;
}

}

@media only screen and (max-width:960px){
.s_icon {
    display: none;
}
.call_em {
    display: none;
}

.brd_botm {
    border-bottom: 0px solid #e8c7c5;
}
.logo {
    margin: 0% auto 1%;
	padding-top:2%;
    float: none;
    width:180px;
}
.top {
    width: 100%;
}
.navbarrr {
    width: 100%!important;
	float:none!important;
	margin:0% auto!important;
	background-color: #f599a6!important;
}
}

@media only screen and (max-width:900px){
.what_we_col_sm3 {
    width: 48%;
    margin: 2% 1%;
}
.col_sm4 {
    width: 48%;
}
}


@media only screen and (max-width:800px){
.cont_col_sm3 {
    width: 98%;
}
.ftr_icon {
    width: 6%;
}
.ftr-logo_p {
    margin: 1% 1% 1% 1%;
}
.col_sm22 {
    width: 100%;
}
.who p {
    padding: 1% 3% 5%;
}
.col_sm8 {
    width: 98%;
}
.col_sm88 {
    width: 98%;;
}
.col_sm3{
	width:98%;
	float:none;
	margin:1%;
}	
.col_sm4{
	width:100%;
}

.ftr_txt h1{
	margin:4% 0%;
}
.col_sm2{
	width:100%;
}
.ftr_right{
	text-align:left;
}
.what_we_col_sm33 {
    width: 47%;
}
}

@media only screen and (max-width:600px){
.what_we_col_sm3 {
    width:98%;
}
.bullet ul {
    margin-left: 3%;
}
.card2 {
    width: 48%;
}
.col_sm99 {
    width: 98%;
}
.col_sm9 {
    width: 98%;
}
.col_sm10 {
    width: 98%;
}
.col_sm100 {
    width: 98%;
}
.border-right-home {
    border-bottom: 1px solid #732918!important;
}
.border-right-home {
    border-right: none;
}

}

@media only screen and (max-width:500px){
.col_sm3_n {
    width: 98%;
}
.pro11 h1 {
    
    font-size: 24px;
    
}
}
