

.sliders-section {
    padding: 80px 0px 30px 0;
}

.sliders-section .banner_section {
    margin: 0 auto;
    direction: ltr;
    width: 500px;
}

.sliders-section .carousel-control-next, .sliders-section .carousel-control-prev {
    height: 38px;
    width: 22px;
}

.carousel-inner {
    height: 400px !important;
}

.carousel-item {
    height: 100%;
}

.carousel-indicators {
    position: initial;
    margin-top: 30px;
}

.banner_slide_content .description {
    margin-top: 300px;
    padding: 10px 0px;
    background-color: #2384C6;
    opacity: 0.9;
    width: 100%;
    height: 100px;
    color: white;
}


/*
*
* services-section
*
 */

.services-section h2 {
    margin-bottom: 30px;
}

/*
*
* video-section
*
 */
.video-section {
    padding: 100px;
}

/*
*
* social-media-section
*
 */



.social {
    height: 43px;
    width: 80%;
    background-color: white;
    border-radius: 50px;
    margin: 20px auto;
    background: linear-gradient(to right, white , #f4f1f17a, #cccccc4d);
}

.social-media-section .box_shadow {

    box-shadow: 18px 16px 20px rgba(200, 200, 200, 0.5);
}

.social-media-section .social .right-section {
    width: 70%;
    height: inherit;
    float: right;
    text-align: center;
    line-height: 43px;
    font-size: 20px;
    color: #00000091;
}

.social-media-section .social .left-section {
    width: 30%;
    height: inherit;
    float: left;
    border-radius: 50px;
    text-align: center;
    line-height: 46px;
    padding-right: 5px;
}
.left-section-div{

    border-radius: 50px;
    height: inherit;
}
.social-media-section .social .left-section i {
    color: white;
    font-size: 30px;

}


.social-media-section {
    padding-bottom: 0px;
}
.social-media-section .facebook .left-section{
    border-right: 5px solid #395398;
}

.social-media-section .facebook .left-section-div{
    background: linear-gradient(to right,  #395398 , #5973b3);
}

.social-media-section .whatsapp .left-section{
    border-right: 5px solid #32BA46;
}

.social-media-section .whatsapp .left-section-div{
    background: linear-gradient(to right,  #32BA46 , #5BDD6C);
}

.social-media-section .instagram .left-section{
    border-right: 5px solid #ED2A7C;
}

.social-media-section .instagram .left-section-div{
    background: linear-gradient(to right,  #ED2A7C ,#2A2BE7);
}

.social-media-section .telegram .left-section{
    border-right: 5px solid #2BA3DF;
}

.social-media-section .telegram .left-section-div{
    background: linear-gradient(to right,  #2BA3DF , #2BA3DF);
}
.social-media-section .youtube .left-section{
    border-right: 5px solid #BF0F0F;
}

.social-media-section .youtube .left-section-div{
    background: linear-gradient(to right,  #BF0F0F , #BF0F0F);
}

.social-media-section .twitter .left-section{
    border-right: 5px solid #7BC5F8;
}

.social-media-section .twitter .left-section-div{
    background: linear-gradient(to right,  #7BC5F8 , #A2DBFA);
}


