/*! CSS Used from: file:///home/socius/Desktop/29%20bino/assets/css/magnific-popup.css */
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*! CSS Used from: file:///home/socius/Desktop/29%20bino/assets/css/plugins.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*! CSS Used from: file:///home/socius/Desktop/29%20bino/assets/css/style.css */
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



img {
    max-width: 100%;
}



.sections {
    padding-top: 15px;
    padding-bottom: 15px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: #e74c3c;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.separator:after {
    position: absolute;
    left: 5%;
    bottom: 4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content: "";
    display: inline-block;
    margin-left: 20px;
}

.separator:before {
    position: absolute;
    right: 5%;
    bottom: 4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content: "";
    display: inline-block;
    margin-right: 20px;
}

.separator3 {
    height: 2px;
    width: 40px;
    margin: 20px auto;
    background: #888888;
}

.btn {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    transition: .5s;
    border: 1px solid #e74c3c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0.8rem 3rem;
    transition: all 0.6s;
    border-radius: 2px;
}

.btn:hover {
    box-shadow: 0px 2px 2px 1px rgba(221, 221, 221, 0.6);
    color: #fff;
}

.btn-lg {
    background: #e74c3c;
    padding: 1.125rem 3rem;
}

.head_title {
    margin-bottom: 25px;
}

.head_title .subtitle {
    margin-top: 30px;
}

.btn:active:focus {
    outline: none;
    color: #e74c3c;
}

.study {
    background: #f4f5f9;
}



.single_study_text {
    background: #fff;
    position: relative;
    right: -15%;
    top: 40px;
    width: 100%;
    z-index: 9;
    padding: 7% 10%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.single_study_text .s_study_icon {
    background: #e74c3c;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    transform: rotate(45deg);
    margin: 30px auto;
}

.single_study_text .s_study_icon i {
    transform: rotate(-45deg);
}

.single_study_right_img {
    position: relative;
}

/*! CSS Used from: file:///home/socius/Desktop/29%20bino/assets/css/responsive.css */
@media (max-width: 1199px) {
    .single_study_text {
        top: 15px;
        padding: 5% 10%;
    }
}

@media (max-width: 991px) {
    .single_study_text {
        top: 20px;
        padding: 2% 4%;
    }
}

@media (max-width: 768px) {
    .single_study_text {
        top: 70px;
        padding: 5% 8%;
        right: 0%;
        background: rgba(255, 255, 255, 0.85);
    }
}

@media (min-width:768px) and (max-width:1000px){
    .single_study_img img{
        height:360px ;
    }
    
}
/*! CSS Used keyframes */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*! CSS Used fontfaces */