*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sd{
    margin-bottom: 30px;
}

h5 a{
    color:black;
    /* text-align: center; */
    /* margin-left: 200px!important; */
}

.left h5{
    margin-left: 240px!important;
}
/* .col-lg-6 h5{
    margin-left: 240px!important;
} */

.bottom{
margin-bottom:50px;
}

.img1{
width:50%;
margin-left: 200px;
}

/* -------Sidebar----- */
.sidebar{
    position: inherit;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #ae1339;
    transition: all .5s ease;
    overflow-y: auto;
}

.top{
    margin-top: 100px;
}

.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;
    cursor: pointer;
}
.sidebar ul a:hover{
    text-decoration: underline;
    background: #eaeaea;
    color: #b11d41;
}
ul{
    list-style-type: none;
}
/* ----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: 9999;
    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: 9999;
    width: 100%;
    background-color: #ffff;
    height: 135px;
    
}
.heading{
    background-color: white;
    margin-top: -15px;
}
.heading img{
 margin-left: 400px;
 width: 640px;
 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;
}
.heading span a:hover{
    background-color: #337ab7;
    text-decoration: underline;
}

/* <!-----Headings------> */

h3{
    text-align: center;
    color: #3b5998;
    font-weight: 600;
    padding: 25px 0px;
}

.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 .col-md-4 p a{
    color: white;
}
footer .col-md-3 p{
    text-align: left;
}

.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;
}
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;
}









@media (min-width: 320px) and (max-width:823px){
    .heading img{
        margin-left: 0px;
        margin-top: 10px;
        width: 300px;
       }

       .img1{
        width:50%;
        margin-left: 0px;
        }
       
    .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%;
    }

}