/*
Template Name: themeforest demo page
Author: ThemesItem
Design-by : Sakeba Irin
Version: 1.0

Table of Content ::
    A. Home page
        
*/


/* === common css class end here === */

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
ol {
    list-style-type: none;
    margin-bottom: 0;
}

p {
    line-height: 24px;
    margin-bottom: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

a:focus {
    outline: 0;
}

.form-control:focus {
    border-color: transparent
}


/* === preloader css ==== */

#main-preloader {
    position: fixed;
    z-index: 999999;
    background-color: #161616;
    width: 100%;
    height: 100%;
}

#main-preloader:before,
#main-preloader:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 800ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main-preloader:after {
    background: #161616;
    z-index: 13;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#main-preloader .preloader-percentage.center {
    font-weight: 600;
    font-size: 125px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 120px;
}

#main-preloader .preloader-bar-outer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
}

#main-preloader .preloader-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #01A2DD;
}

#main-preloader.ani_1:before,
#main-preloader.ani_1:after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#main-preloader .object {
    width: 20px;
    height: 20px;
    background-color: #ffca36;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute;
}

#main-preloader .object_one {
    -webkit-animation: object 2s linear infinite;
    -moz-animation: object 2s linear infinite;
    animation: object 2s linear infinite;
}

#main-preloader .object_two {
    -webkit-animation: object 2s linear infinite -0.4s;
    -moz-animation: object 2s linear infinite -0.4s;
    animation: object 2s linear infinite -0.4s;
    left: 20px;
}

#main-preloader .object_three {
    -webkit-animation: object 2s linear infinite -0.8s;
    -moz-animation: object 2s linear infinite -0.8s;
    animation: object 2s linear infinite -0.8s;
    left: 40px;
}

#main-preloader .object_four {
    -webkit-animation: object 2s linear infinite -1.2s;
    -moz-animation: object 2s linear infinite -1.2s;
    animation: object 2s linear infinite -1.2s;
    left: 60px;
}

#main-preloader .object_five {
    -webkit-animation: object 2s linear infinite -1.6s;
    -moz-animation: object 2s linear infinite -1.6s;
    animation: object 2s linear infinite -1.6s;
    left: 80px;
}

@-webkit-keyframes object {
    0% {
        left: 100px;
        top: 0;
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}

@keyframes object {
    0% {
        left: 100px;
        top: 0;
    }
    80% {
        left: 0;
        top: 0;
    }
    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    90% {
        width: 40px;
        height: 15px;
    }
    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 100px;
        top: 0;
    }
}


/* === common css class end here === */

.m0 {
    margin-left: 0;
    margin-right: 0;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

a {
    text-decoration: none!important;
}


/* font family */

.froboto {
    font-family: 'Roboto', sans-serif;
}


/* === to-top css == */

.totop {
    background-color: #ff5a5a;
    height: 50px;
    width: 50px;
    line-height: 50px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    text-align: center;
    top: -30px;
    color: white;
    z-index: 999;
    transform: translateX(-50%);
    border-radius: 50%;
    box-shadow: 0px 3px 4px 0px #afafaf
}
.totop i {
    color: #fff;
    font-size: 32px;
    margin-top: 6px;
}

/* ===== START CSS FOR HOME-PAGE ===== */

#banner_full {
    position: relative;
    z-index: 1;
/*    background: url(../images/banner.jpg) left top no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
    height: 400px;
}

#banner_full:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #131313;
    z-index: -1;
}

.logo img {
    display: inline-block;
    margin-top: 30px;
}
.logo a{
    font-size: 35px;
    color: #ff5a5a;
    font-family: 'Roboto', sans-serif;
    padding-top: 35px;
    display: block;
}
.section_title {
    width: 685px;
    margin: 0 auto;
}

.section_title p {
    font-size: 16px;
    color: #fff;
    padding: 30px 0;
}

.main_btn a {
    font-family: 'Raleway', sans-serif;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    padding: 15px 20px;
    border: 1px solid #ff5a5a;
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.3s linear;
}

.main_btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff5a5a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.main_btn a:hover {
    color: #fff;
}

.main_btn a:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.rotate_slider {
    height: 300px;
    margin: 30px auto;
}

.demo_title {
    font-family: 'Raleway', sans-serif;
}

.demo_title h2 {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 35px;
    color: #ff5a5a;
}

.demo_preview {
    text-align: center;
}

.demo_preview img {
    display: inline-block;
    margin: 80px 0;
    /*
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
*/
    -webkit-box-shadow: -1px 10px 30px -12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -1px 10px 30px -12px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 10px 30px -12px rgba(0, 0, 0, 0.5);
}

.demo_title img {
    display: inline-block;
    transition: .3s ease-in-out;
}

.demo_img {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    z-index: 1;
    -webkit-box-shadow: 0px 13px 74px -37px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 13px 74px -37px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 13px 74px -37px rgba(0, 0, 0, 0.75);
}

.demo_img img {
    width: 100%;
    
}

.demo_img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-left: 0px solid transparent;
    border-top: 300px solid transparent;
    border-right: 370px solid rgba(0, 0, 0, 0.79);
    transition: .3s ease-in-out;
    transform: translateY(100%)
}

.demo_img:hover:before {
    transform: translateY(0)
}

.img_overlay {
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: .8s ease-in-out;
}

.img_overlay a {
    display: block;
    padding: 3px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
}

.demo_img:hover .img_overlay {
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.img_overlay a i {
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #ff5a5a;
    border-radius: 50%;
}

.demo_des {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #222;
    margin-top: 20px;
}

.demo_img_row .col-sm-6 {
    margin-top: 60px;
}

.feturelist_row .col-sm-4 {
    margin-top: 40px;
}


/* ==== footer ==== */

.footer_copyright {
    height: 55px;
    line-height: 55px;
    background-color: #555;
    text-align: center
}

.footer_text p {
    line-height: 55px;
    font-weight: 400;
    color: #fff;
}

.footer_text p a {
    text-transform: uppercase;
    color: #ff5a5a;
}

#feature_part {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 50px 0;
}

.feature_list ul li a {
    color: #353535;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    transition: .3s linear;
}

.feature_list ul li a:hover {
    color: #ff5a5a;
}

.feature_list ul li a i {
    padding-right: 6px;
}

.feature_list ul li a:hover span {
    padding-left: 5px;
    transition: .3s linear;
}


/** footer part css **/

#footer_part {
    padding: 100px 0 60px 0;
    -webkit-box-shadow: 8px -17px 56px -43px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 8px -17px 56px -43px rgba(0, 0, 0, 0.75);
    box-shadow: 8px -17px 56px -43px rgba(0, 0, 0, 0.75);
    position: relative;
    background: #131313;
}

.footer_col p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0 60px 0;
    text-transform: capitalize;
}

.footer_col img {
    display: inline-block
}

.footer_col ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    transition: all 0.3s linear;
    background-color: #fff;
    color: #ff5a5a;
    text-align: center;
    display: block;
    border-radius: 50%;
    transition: .3s linear;
}

.footer_col ul li a:hover {
    background-color: #0a2643;
    border-color: transparent;
    transform: scale(1.3);
    color: #fff;
}

.footer_col ul li a i {
    font-size: 20px;
}

.footer_col ul li {
    padding: 0 15px 30px 0;
}

#footer_copyright {
    background-color: #fff;
    padding: 20px 0;
}

#footer_copyright ul li {
    border-right: 1px solid #777777;
    font-size: 14px;
    color: #777;
    padding: 0 10px;
}

#footer_copyright ul li:last-child {
    border-right-style: none
}

#footer_copyright ul li a {
    color: #444;
    text-transform: capitalize;
    font-weight: 600
}


/* === footer section end === */


/* ==== responsive css start ==== */

@media(min-width:767px) {}

@media(min-width:992px) and (max-width:1199px) {}

@media(min-width:768px) and (max-width:991px) {
    .demo_img {
        height: 280px;
    }
    .demo_img::before {
        border-left: 0px solid transparent;
        border-top: 280px solid transparent;
        border-right: 345px solid rgba(0, 0, 0, 0.79);
    }
}

@media(max-width:767px) {
    .section_title {
        width: 100%;
    }
    .main_btn a {
        padding: 10px 15px;
        font-size: 12px;
    }
    #banner_full {
        position: relative;
        z-index: 1;
        background: url(../images/banner.jpg) left top no-repeat;
        background-size: cover;
        background-attachment: fixed;
        height: 375px;
    }
    .demo_preview img {
        margin: 30px 0;
    }
    .footer_col p {
        font-size: 18px;
        padding: 20px 0;
    }
    #footer_copyright ul li {
        font-size: 12px;
        padding: 0 7px;
    }
    #footer_part {
        padding: 40px 0 10px 0;
    }
    .totop {
        top: -27px;
    }
    .demo_img {
        height: 234px;
    }
    .demo_img::before {
        border-left: 0px solid transparent;
        border-top: 234px solid transparent;
        border-right: 290px solid rgba(0, 0, 0, 0.79);
    }
}

@media (min-width: 481px) and (max-width: 767px) {}