/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */


body{
    background-color: white;
}

#carousal_images .img-area img{
    /*height: 100% !important;*/
    padding-left: 25px;
    margin-top: 40px;
}

#carousal_images{
    position: relative;
    overflow: hidden;
}

.dots_img img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.right-content{
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sub_heading{
    font-size: 30px;
    font-family: 'OpenSans' , sans-serif;
    color: black;
    line-height: 1.6;
    text-align: left;
    margin: 0px 0 0px 0;
    padding: 0;
}

.icons{
    margin-top: 50px;
}


/******************SOCIAL ICONS******************/

ul.icons li {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    margin-right: 15px;
}

ul.icons li:hover {
    -webkit-animation: 0.8s spin;
    animation: 0.8s spin;
}

ul.icons li i.fa-facebook-f{
    color: #3B5998;
}

ul.icons li i.fa-twitter{
    color: #00acee;
}

ul.icons li i.fa-linkedin-in{
    color: #0e76a8;
}

ul.icons li i.fa-instagram{
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/******************NOTIFY BUTTON AND FIELD*************/
.btn {
    padding: 12px 40px 12px 40px;
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important;
    color: rgb(255, 255, 255) !important;
    font-weight: bold !important;
    border-radius: 100px !important;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border: 1px solid transparent;
    -webkit-transition: 0.5s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(39,117,255)), color-stop(51%, rgb(114,2,187)), to(rgb(39,117,255)));
    background-image: -o-linear-gradient(left, rgb(39,117,255) 0%, rgb(114,2,187) 51%, rgb(39,117,255) 100%);
    background-image: linear-gradient(to right, rgb(39,117,255) 0%, rgb(114,2,187) 51%, rgb(39,117,255) 100%);

}

.btn:hover{
    background-position: right center;
}

.input-group-append {
    margin-left: -50px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.input-group>.form-control:focus {
    z-index: 1;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.display-error{
    margin-bottom: 10px;
}


/*******************MEDIA QUERIES****************/

@media (min-width:769px) and (max-width:991px) {
    .right-content {
        margin-top: 10px;
        z-index: 11;
    }
    .logo_img{
        text-align: center;
    }
    .sub_heading{
        text-align: center;
        font-size: 17px;
    }
    .icons{
        text-align: center;
    }
    .input-group-append {
        margin-left: auto;
        width: 100%;
    }
    .btn{
        margin-top: 20px;
    }
}

@media screen and (max-width:768px){
    .dots_img img {
        width: 50%;
    }
    #carousal_images .img-area img {
        height: 40vh !important;
        margin-top: 50px;
        padding-left: 20px;
    }
    .logo_img{
        text-align: center;
    }
    .sub_heading{
        text-align: center;
        font-size: 17px;
    }
    .icons{
        text-align: center;
    }
    .input-group-append {
        margin-left: auto;
        width: 100%;
    }
    .btn{
        margin-top: 10px;
    }
    .right-content {
        margin-top: 5px;
        z-index: 11;
    }
    .logo_img img {
        max-width: 90%;
        height: auto;
    }
}