*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* -------Sidebar----- */
.sidebar{
    position: inherit;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #ae1339;
    transition: all .5s ease;
    overflow-y: auto;
}

.sidebar header{
    font-size: 24px;
    color: #ffff;
    text-align: center;
    line-height: 70px;
    user-select: none;
}
.sidebar ul a{
    display: block;
    width: 100%;
    line-height: 30px;
  list-style: none;
  padding: 15px 20px;
  color: white;
  font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: none!important;
    cursor: pointer;
}
.sidebar ul a:hover{
    text-decoration: none!important;
    background: #eaeaea;
    color: #b11d41;
}
ul{
    list-style-type: none;
}

.name{
    margin-top:50px;
    margin-left:10px;
    font-size: 20px;
    color:darkblue;
    font-weight: 600;
    font-family: sans-serif;

}
/* ----x----Sidebar---x-- */
/* -------CheckBox----- */
#check{
    display: none;
}
label #btn,label #cancel{
    position: absolute;
    right: 0;    
    cursor: pointer;
    background-color: black;
    border-radius: 3px;
}
label #btn{
    right: 40px;
    top: 25px;
    font-size: 35px;
    color: #ffff;
    padding: 6px 12px;
    transition: all .5s ease;
}
label #cancel{
    z-index: 1111;
    right: -100px;
    top: 25px;
    font-size: 30px;
    color: #ffff;
    padding: 6px 12px;
    transition: all .5s ease;
    display: none;
}
#check:checked ~ .sidebar{
    right: 0;
}
#check:checked ~ label #btn{
    right: 250px;
    opacity: 0;
    pointer-events: none;
}
#check:checked ~ label #cancel{
    right: 10px;
    display: block;
}
/* ----x----CheckBox---x-- */
/* --------Dropdown----- */
.dropdown , .dropdown1, .dropdown2{
    min-width: 250px;
    z-index: 999;
    background-color: #ae1339;
    display: none;
}
.dropdown li{
    display: block;
}

/* .sidebar li:hover .dropdown{
    display:block;
} */

.dropdown-icon{
    font-size:16px;
    vertical-align: middle;
}

/* ---x---Dropdown---x-- */
.heading{
    display: flex;
    border-bottom: 2px solid black;
}
.stable{
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #ffff;
    height: 130px;
    
}
.heading{
    background-color: white;
    margin-top: -15px;
}
.heading img{
 margin-left:50px;
 height: 120px;
}

.heading span{
    
    margin-left: 30px;
    font-size: 19px;
    margin-top: 57px;
}
.heading span a{
    color: #ffff;
    background-color: #3b5998;
    padding: 10px 20px;
    text-decoration: none!important;
}
.heading span a:hover{
    background-color: #337ab7;
    text-decoration: none!important;
}

/* <!-----Headings------> */

h3{
    text-align: center;
    color:#00a651;
    font-weight: 600;
    padding: 25px 0px;
    font-size: 25px;
}

.introcolum, #second-block ul li{
    font-size: 17px;
    line-height: 2;
    text-align: justify;
    font-family: 'Roboto-regular', sans-serif;
}

#second-block{
    background: linear-gradient(rgb(0,0,0,0.2),rgb(0,0,0,0.2)), url(../img/27.jpg) center center no-repeat fixed;
    margin: 50px 0px;
}

#second-block ul{
    list-style-type: inherit;
    color: #ffff;
}
#second-block h3{
    color: #ffff;
}
footer{
    background: #ae1339;
    padding: 20px;
    color: #ffff;
    font-weight: 600;
}
footer h5{
    text-align: center;
}
/* footer .col-md-3 span{
    display: flex
}
footer .col-md-3 span a{
    margin-right: 10px;
    padding: 10px;
    font-size: 16px;
} */
footer  p {
    color: white;
    text-align: center;
}
/* footer .col-md-3 p{
    text-align: left;
} */
footer a{
    color: white;
}

.media{
    color: #ffff;
    padding: 5px;
    font-size: 24px;
    border: 2px solid white;
    width: 40px;
    text-align: center;
    border-radius: 40px;
    display: inline;

}
h4{
    color: #3b5998;
    font-weight: 600;
    padding: 25px 0px;
    font-size: 20px;
}
.bbulets ul, .a, p{
    list-style-type: inherit;
    font-size: 17px;
    line-height: 2;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.box2{
    border: 2px solid #333;
    padding: 10px;
    height: 490px;
    margin-top: 23px;
    text-align: justify;
}
.box2 img, .box3 img{
    vertical-align: middle;
    padding: 0 180px;
}
.box3{
    border: 2px solid #333;
    padding: 10px;
    height: 715px;
    margin-top: 23px;
    text-align: justify;
}
.pop{
    text-align: center;
    background-color: #498a4a;
    color: #ffff;
    width: 93%;
    font-size: 20px;
    padding: 5px 0;
    font-weight: 600;
    border-top: 5px solid white;
}
.pop a{
    color: #ffff;
}

button{
    background-color: #4CAF50;
    padding: 5px 15px;
    border: none;
    text-align: center;
}
button a{
    color: white;
    text-decoration: none!important;
}
button:hover{
    color: white;
    background-color: #eaeaea;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    border: 1px solid black;
}
.accordion {
    color: #ffffff;
    cursor: pointer;
    padding: 13px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    font-weight: 700;
    background-color: #498a4a;
    margin-bottom: 10px;
}

.active1, .accordion:hover {
    background-color: #62b364;
}
.accordion:after {
  content: '+';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active1:after {
  content: "-";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.box4 h2, .box4 p, .box4 i, .box4{
    text-align: center;
}
.box4 i{
    font-size: 60px;
}
.box4 h2{
    font-weight: 700;
    color: #ae1339;
    font-size: 24px;
}
.box{
    overflow: hidden;
    background-color: transparent;
}
.owl-dots{
    display: none;
}

.sumbit{
    background-color: pink !important;
    color: black !important;
    padding: 5px;
    width: 100%;
    display: block;
    border-radius: 8px;
    font-size: 24px;
    border: 0.5px solid black;

}
.sumbit:hover{
    background-color:#4CAF50 !important;
    color: white;
}

.clients p{
    color: black;
    text-decoration: none!important;
}

.clients{
    margin-bottom: 50px;
}
.service h4{
    text-align: center;
    
}
/* expereince page css */

.experience{
    margin-top: 50px;
    margin-bottom:200px;
}

p{
    color:black;
}

.bold{
    font-weight: 800;
}

/* .servi{
    margin-bottom:50px;
} */
.servi li{
    color:black;
    text-decoration: none!important;
    font-size:17px;
}

h4{
    color: darkblue;
    font-size: 20px!important;
}

.form{
    margin-top:80px;
    margin-bottom: 50px;
}

label{
    color: black;
}
#btnContactUs{
    color:white!important;
}

.contactus{
    margin-top:50px;
    text-align: center;
    margin-bottom:180px;
}

.center{
    text-align: center!important;
}


.facebook{
	position:fixed!important;
	width:60px!important;
	height:60px!important;
	bottom:60px!important;
	right:110px!important;
	background-color:darkblue!important;
	color:#FFF!important;
	border-radius:50px!important;
	text-align:center!important;
        font-size:30px!important;
	box-shadow: 2px 2px 3px #999;
        z-index:100!important;
}

.fa{
    font-size: 20px!important;
}

.facebook:hover{
    color:honeydew!important;
}

.facebook-icon {
    font-size: 30px;
    margin-top: 7px;
		margin-bottom: 7px;
        margin-top:16px!important;
}

.float{
	position:fixed!important;
	width:60px!important;
	height:60px!important;
	bottom:60px!important;
	right:40px!important;
	background-color:#25d366!important;
	color:#FFF;
	border-radius:50px!important;
	text-align:center!important;
        font-size:30px!important;
	box-shadow: 2px 2px 3px #999;
        z-index:100!important;
}

.whatsapp-icon {
    font-size: 30px;
    margin-top: 7px;
		margin-bottom: 7px;
        margin-top:16px!important;
}

.float:hover{
    color:white;
}

.down_enquiry{
    display: none;
}

.nav-link{
    color: white!important;
}

.nav-link:hover{
    color: white;
    font-weight: 800;
}

.btn{
    color: white;
}

.btn:hover{
    color: white;
}

@media (min-width: 320px) and (max-width:823px){

    .name{
        margin-top:65px;
        font-size:18px;
    }
    .heading img{
        margin-left: 3px;
       }
       
    .heading span{
       display: none;
    }
    label #btn{
        right: 10px;
    }
    .box2{
        height: 100%;
    }
    .box2 img, .box3 img{
        vertical-align: middle;
        padding: 0 90px;
    }
    .box3{
        height: 100%;
    }
    .pop{
        width: 100%;
    }

    h3{
        padding: 10px 0px;
    }

    .service .col-md-6{
        padding-left: 20px;
    }

    .experience{
        margin-bottom: 100px;
    }

    .facebook{
        display: none;
    }

    .fa{
        font-size: 20px!important;
    }

    .float{
        display:none;
    } 

    .whatsapp-icon {
        margin-top: 7px;
        margin-bottom: 7px;
        font-size: 30px;
    }

    .down_enquiry{
		background: #ae1339 none repeat scroll 0 0;
		bottom: 0!important;
		position: fixed!important;
		width: 100%;
		z-index: 9;
		padding-bottom:10px!important;
        display: block;
	}

    .down_enquiry ul {
		list-style-type: none;
		padding: 0;
	} 

	.down_enquiry ul li{
		float: left;
        width: 33%;
        height: 40px;
        padding-bottom: 20px;;
	}

    .nav-link{
        padding:0px!important;
   }

   footer{
       padding-bottom: 80px;
   }
}