@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;1,700&family=Open+Sans:ital,wght@0,500;0,600;0,800;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
.zoom-in {
  cursor: zoom-in;
}
 
 h1,h2,h3,h4,h5,h6,p,pre,img{
 	padding: 0;
 	margin: 0;
 }

.class0{
	background:#e4e4e4;
    height: 3px;
}
.class1{
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.class2{
	 background: #e4e4e4;
	text-align: center;
	width: 250px;
	border-radius: 25px;
}
.class2 p{
	padding: 5px;
	font-weight: 500;
}
.class2 p a:hover{
	text-decoration: none;
}
.class2 i{
	padding: 5px;
	color: #2f3192;
}
.class2 p a{
	color: #000;
}
 
.class3 p{
	padding: 5px;
	font-weight: 500;
}
.class3 p a:hover{
	text-decoration: none;
}
.class3 i{
	padding: 5px;
	color: #2f3192;
}
.class3 p a{
	color: #000;
}
.class4{
	/*background: #e1e1e1;*/
	width: 250px;
	padding:5px;
}





.contact-form{ 
position: relative;
padding-top: 50px; 
}
.contact-form::after{
position: absolute;
content: "";
background: #e1e1e1;
width: 100%;
height: 70%;
top: 0;
left: 0;
z-index: -1;
}

.contact-form-top{
text-align: center;
margin-bottom: 35px;
}
.contact-form-top h2{
color: #ed1c24;
font-weight: 700;
font-size: 35px;
}
.contact-form-top h3 span{
color: #3e4095;

}
.myform{
background: #fff;
border-radius: 15px;
padding: 35px 50px;
-webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
-moz-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
margin-bottom: 50px;
}
input[type="text"],     input[type="email"]   {
position: relative;
display: block;
width: 100%;
color: #a5a5a5;
line-height: 26px;
padding: 10px 20px;
height: 60px;
font-size: 14px;
border-radius:15px;
background: #f4f4f4;
border: 1px solid transparent;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px; 
margin-bottom: 25px;
-webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
-moz-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
}

textarea {
position: relative;
display: block;
width: 100%;
line-height: 26px;
padding: 10px 20px;
color: #a5a5a5;
height: 200px;
font-size: 14px;
resize: none;
border-radius: 15px;
background: #f4f4f4;
border: 1px solid transparent;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px; 
margin-bottom: 25px;
-webkit-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
-moz-box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
box-shadow: 1px -3px 14px -1px rgba(0,0,0,0.21);
}
input[type="submit"] {
background: #3e4095;
color: #fff;
line-height: 26px;
padding: 10px 50px;
height: 60px;
font-size: 14px;
border-radius:15px;
border:3px solid  #ffd721;
text-transform: uppercase;
transition: all 0.6s;
}
input[type="submit"]:hover{
background: #ffd721;
}
*:focus {
outline: none;
}

textarea:focus, input:focus{
outline: none!important;
}
.form-control:focus {
border-color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
}


 
.home-about{
	padding-top: 50px;
	padding-bottom: 50px;
}

.home-about-top{
	text-align: center;
	padding-bottom: 50px;
}
.home-about-top h2{
	font-size: 18px;
	color: #000; 
}

.home-about-top h1{
	font-size: 40px;
	color: #ed1c24;	
	font-weight: 700;
}
.home-about-right{
	padding-top: 50px;
}
.home-about-right p{
	font-size: 16px;
	color: #262626;	 
}

.sweet-life{
	overflow: hidden;
	background: red;
}

.sweet-life{
	position: relative;
	overflow: hidden;
} 
.sweet-life-img1{
	padding-left: 50px;
	padding-top: 50px;
}
.sweet-life-img2{
 position: absolute;
 right: 150px;
 top: 50px;
}
.butter{
	position: absolute;
	left: 0;
	bottom: 0;
}
.girl{
	position: absolute;
	right: 0;
	bottom: 0;
}
.gheeandlaadu{
	text-align: center;
}

 


.class20{
	margin-bottom: 100px;
	margin-top: 100px;
}
.class21{
	text-align: center;
}
.class22{
	background: red;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	margin: auto;
	padding-top: 15px;
}
.class23{
	background: #fff;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0,0.5);
	border-radius: 25px;
	margin-top: -35px;
	padding: 10px 20px;
}
.class23
h2{
	color: #c91717;
	font-family: Raleway;
	font-weight: 700;
	font-size: 25px;
}
.class23
p{
	color: #423624;
}
.class21>div{
	padding-right: 50px;
}
 
.class24{
	text-align: center;
}
.class25{
	background: red;
	width: 100px;
	height: 100px;
	text-align: center;
	border-radius: 50%;
	margin: auto;
	padding-top: 15px;
}
.class26{
	background: #fff;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0,0.5);
	border-radius: 25px;
	margin-top: -35px;
	padding: 10px 20px;
}
.class26
h2{
	color: #c91717;
	font-family: Raleway;
	font-weight: 700;
	font-size: 25px;
}
.class26
p{
	color: #423624;
}
.class24>div{
	padding-left: 50px;
}

.class18{
	padding-top: 50px;
	text-align: center;
	background: #ffcb05;
}
.class19 h2{
	font-size: 35px;
	color: #ed1c24;	
	font-weight: 700;
	text-align: center;
}



footer{
  background-color: #fff;
  padding-top: 50px; 
  text-align: center;
}
.footer-top{
  position: relative;
}
.fw-fixed{
  position: absolute;
  right: 0;
  background-color: #4dc247;
  border-radius: 50px;
  padding: 10px 25px;
  color: #fff;
}
.fw-fixed a{
text-decoration: none;
color: #fff;
}
.footer-bottom {
    height: auto;
    text-align: center;
    background: #ffcb26;
    /* padding: 1px; */
    padding-bottom: 15px;
}
.footer-bottom h3{
  font-size: 18px;
  color: #000;
  padding-top: 15px;
  font-weight: 500;
}
.footer-bottom h3 span,.footer-bottom h3 span a{
  color: #000;
  font-weight: 600;
}
footer h2{
   color: #f47d36;
  /*border white with light shadow*/
  text-shadow: 
     2px   0  0   #07163d, 
    -2px   0  0   #07163d, 
     0    2px 0   #07163d, 
     0   -2px 0   #07163d, 
     1px  1px 0   #07163d, 
    -1px -1px 0   #07163d, 
     1px -1px 0   #07163d, 
    -1px  1px 0   #07163d,
     1px  1px 5px #07163d;
     font-weight: 600;
     font-size: 35px;
     margin-top: 25px;
     margin-bottom: 25px;
}
footer p{
  font-weight: 500;
  color: #000;
  font-size: 18px;
}
footer h4 {
  font-weight: 500;
  font-size: 22px;
color: #1f2166;
margin-bottom: 25px;
margin-top: 25px;
}
footer h4 span{
  color: #1f2166;
}
footer h4 a{
  color:#000;
}
footer h4 a:hover{
  text-decoration: none;
  color: #000;
}


.class28{ 
	background: #d63341;
	padding-top: 50px;
	padding-bottom: 50px;
}

.class29{ 
	padding:10px 25px;
}
.class30{
	background-color: #b62d2f;
	margin: auto;
	height: 100px;
	text-align: center;
	width:100px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	padding-top:15px;
}
.class31{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd300+0,ffffff+100 */
background: rgb(255,211,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,211,0,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,211,0,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,211,0,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd300', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	margin-top: -40px;
	box-shadow:0px 0px 8px 0px rgb(0 0 0 / 10%);
	text-align: center;
	padding: 25px 25px 75px 25px; 
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}
.class31 h2{
	font-size: 22px; 
	font-weight: 600;
	margin-top: -10px;
	color: #000;
}
.class31 p{
	color: #171616; 
	margin-top: 15px;  
}


.inner-section-q1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 250px;
}
.inner-section-q2{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 250px;
}
/* about page  */

.inner-section{
	position: relative;
}
.aclass19 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 40%;
}
.aclass19 h6{
	letter-spacing: 10px;
	color: #fff;
}
.aclass19 h1{
	font-weight: 700;  
	color: #ffcb05;
	font-size: 40px;
	text-transform: uppercase;
}
.aclass19 img{
	margin-top: 0px;
}



.a-about{
	padding-top: 50px;
	padding-bottom: 50px;
}

.a-about-top{
	text-align: center;
	padding-bottom: 50px;
}
.a-about-top h2{
	font-size: 18px;
	color: #ed1c24; 
}
.a-about-left{
	margin-top: 50px;
}
.a-about-top h1{
	font-size: 40px;
	color: #ed1c24;	
	font-weight: 700;
} 
.a-about-right p{
	font-size: 16px;
	color: #262626;	 
}


.trusted{
	padding-top: 100px;
	padding-bottom: 100px;

}

.trusted-top{
	border: 1px solid #000;
	padding: 25px;
	text-align: center;
} 
.trusted-top h2 {
    margin: auto;
    margin-top: -50px;
    background: #fff;
    width: fit-content;
    padding: 5px 25px;
    color:#20155e ;
    	font-size: 35px;
}
.trusted-top h3{
	color: #000;
	margin-top: 15px;
	font-size: 25px;
}
.trusted-top p{
	color: #000; 
	margin-top: 15px;
}

.trusted-list > div{
	text-align: left;
	    margin-bottom: 25px;
}
.trusted-list > div h4{
	font-family: 'Raleway';
	font-weight: 600;
		font-size: 25px;
}
.trusted-list > div img{
	margin-top: -10px;
	padding-right: 5px;
}


.q-about{
padding-top: 50px;
padding-bottom: 100px;
}
.q-about-top{
	text-align: center;
	margin-bottom: 50px;
}
.q-about-top h2 {
    font-size: 35px;
    color: #ed1c24;
    font-weight: 700;
    text-align: center;
}
.q-about-bottom{
	text-align: center;
}

.q-about-bottom > div{
	margin-top: 50px;
}
.q-about-bottom h3{
	font-size: 18px;
	color: #000;
font-weight: 600;
}

.infra{
	padding-top: 50px;
	padding-bottom: 100px;
	text-align: center;
}
.infra h2{
	color: #ffd300;
	font-size: 35px;
}
.infra p{
	color: #fff;
	margin-top: 15px;
}
.p-about{
	padding-top: 50px;
	padding-bottom: 50px;
}
.p-about-top{
	text-align: center;
	margin-bottom: 50px;
}
.p-about-top p{
	color: #000;
}
.p-about-main._1,.p-about-main._3{
	padding-right: 50px;
	margin-bottom: 50px;
}
.p-about-main._2,.p-about-main._4{
	padding-left: 50px;
	padding-bottom: 50px;
}
.p-about-main > div{
 background: #ffcb05;
 border-radius: 50px 50px 50px 50px;
 padding: 15px;
 text-align: center;
}

.p-about-main > div > div{
	background: #ed1c24;
 border-radius: 50px 50px 50px 50px;
}
.p-about-main > div > div img{
	width: 100%;
}
.p-about-main > div  h2{
	font-size: 25px;
	font-weight: 600;
	color: #ed1c24;
	padding-top: 15px;
}
.p-about-main > div  p{
	color: #000;
	font-size: 16px;
	font-weight: 600;
}




.class620{
	margin-bottom: 50px;
}
.pro-info{
	margin-top:50px;
	margin-bottom: 50px;
}
.pro-info h3 {
    text-align: center;
    color: #000;
    font-weight: 700;   
    margin-bottom: 35px;
}


.class520{
	background: #ed1c24;
	border: 5px solid #ffcb05;
	border-radius: 25px;
}
.class520 table{
	width: 100%;
 
}
.class520 table td ,.class520 table th{
	border: 1px solid #fff;
	padding: 15px 5px; 
	text-align: center;
}
.class520 table th{
	border-top: none;
color: #fff;
}
.class520 table td{
	border-bottom: none;
	color: #fff;
} 
.blnone{
	border-left: none!important;
}
.brnone{
	border-right: none!important;
}

#class520 {
	background: #ee3142;
	border: 5px solid #ffd721;
	border-radius: 25px;
}
#class520 table{
	width: 100%;
}
#class520 table td  {
	border: 1px solid #fff;
	padding: 15px 5px; 
	color: #fff;

}
#class530{
	font-weight: 600;
	border-left: none!important;
}
#class540{
	border-right: none!important;
}
.btnone{
	border-top: none!important;
}
.bbnone{
	border-bottom: none!important;
}


.class143{
	margin-top: 50px;
}
.class143 input{
	margin-top: 25px;
}







/****************contact*****************/
 

.class45{ 
}
.class45 h6{
	text-align: left;
    color: #f4f4f4;
    font-weight: 500; 
	margin-top: 10px;
	margin-bottom: 25px;
}
.class46 {
    background: #3e4095;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
	padding: 50px;
    padding-top: 25px;
    text-align: left;
    /* height: 400px; */
}
.class46 h2 {
    text-align: left;
    color: #ffffff;
    font-weight: 700; 
    border-radius: 25px;
    margin: auto;

}
.class46 h3 {
    text-align: left;
    color: #f4f4f4;
    font-weight: 700; 
    border-radius: 20px;
    margin: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.class46
p{
	font-weight: 600; 
    color: #f4f4f4;
	font-size: 14px;
}

.class46
p a{
	color: #f4f4f4;
}
.class46
p a:hover{
	color: #f4f4f4;
	text-decoration: none;
}
.class47 > div{ 
	 padding: 0 25px;
}
.class47 h2 {
    text-align: left;
    color: #ca2886;
    font-weight: 700; 
    border-radius: 25px;
    margin: auto;
}
.class47{
	background: #ffcb05;
}
.my-c-f{ 
	padding-top: 50px;
	background: transparent!important;
} 
.my-c-f::after {
    position: absolute;
    content: "";
    background: transparent!important;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    z-index: -1;
}
.btn-style-five {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 35px;
	font-weight: 800;
	overflow: hidden;
	border-radius: 0;
	letter-spacing: 1px;
	background-color: #ca2886;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-family: Raleway;
	width: 250px!important;
	transition:all 0.6s ;
	-webkit-transition:all 0.6s ;
	-moz-transition:all 0.6s ;
	-ms-transition:all 0.6s ;
	-o-transition:all 0.6s ;
}
.btn-style-five:hover{
	background-color:#86ce31 ;
	color: #000;
} 
.map{
	margin-top: 50px;
	padding: 0;
	margin-bottom: 100px;
}


.q-about-top h1 {
    font-size: 40px;
    color: #ed1c24;
    font-weight: 700;
}