
.header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    padding: 34px 55px 25px;
}
.logo{
    position: relative;
    line-height: 1;
}
.logo img{
    height: auto;
    width: auto;
}
.drox_btn.white_black,
.fixed_banner_content .scrolldown {
    background: #ce2525 !important;
}
.banner {
    position: relative;
    background: url(../images/1.webp) no-repeat center center / cover;
    padding: 100px 0 0;
}
.fixed_banner_content{
    position: relative;
    padding: 141px 0 145px;
}
.fixed_banner_content h2{
    font-size: 50px;
    line-height: 70px;
    font-weight: 600;
    color: lightslategrey;
    margin: 0;
}
.sign_img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.sign_img img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.fixed_banner_content .scrolldown{
    text-align: center;
    width: 60px;
    height: 60px;
    background: #232931;
    margin: 32px auto 0;
    border-radius: 50%;
    font-size: 26px;
    line-height: 60px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 2;
    -webkit-animation: movebounce 3.0s linear infinite;
    animation: movebounce 3.0s linear infinite;
}
.fixed_banner_content .scrolldown:hover{
    background: #1fb4cc;
    color: #fff;
}
.fixed_banner_content .scrolldown i{
    line-height: 60px;
}
@keyframes movebounce {
    0% {
        transform: translateY(0px); }
    50% {
        transform: translateY(20px); }
    100% {
        transform: translateY(0px); }
}
.call_to_action_section {
    position: relative;
    background: url(../images/2.webp) no-repeat center center / cover;
    padding: 127px 0 123px;
}
.cta_content{
    position: relative;
}
.cta_content p{
    margin: 0 0 5px;
}
.cta_content h2{
    font-size: 36px;
    margin: 0 0 35px;
}
.cta_content h2 i{
    font-size: 30px;
    color: inherit;
    margin-right: 24px;
}
.section_01{
    position: relative;
    padding: 100px 45px 0;
}
.section_01 .col-lg-4{
    padding-left: 25px;
    padding-right: 25px;
}
.single_demo{
    position: relative;
    text-align: center;
    margin-bottom: 105px;
}
.single_demo img{
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(35, 41, 49, 0.1);
    -moz-box-shadow:    0px 0px 50px 0px rgba(35, 41, 49, 0.1);
    box-shadow:         0px 0px 50px 0px rgba(35, 41, 49, 0.1);
}
.single_demo > a{
    position: relative;
    display: block;
}
.single_demo > a:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, .45);
    content: '';
    visibility: hidden;
    opacity: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.single_demo:hover > a:after{
    visibility: visible;
    opacity: 1;
}
.single_demo h4{
    font-size: 16px;
    line-height: .8;
    color: #232931;
    text-transform: capitalize;
    font-weight: 600;
    margin: 43px 0 0;
}
.single_demo h4 a{
    color: inherit;
}
.single_demo h4 a:hover{
    color: #1fb4cc;
}

/*---------------------------------------------------
/ 35. Cusom Mouse
/----------------------------------------------------*/
.enable_drox_coursor #drox_custom_cursor_holder {
    position: fixed;
    top: -7px;
    left: -7px;
    height: 14px;
    width: 14px;
    pointer-events: none;
    z-index: 99999;
    will-change: transform;
}
html:not(.touch) .enable_drox_coursor * {
    cursor: none !important;
}
.enable_drox_coursor #drox_custom_cursor_holder {
    z-index: 9999999;
}
.enable_drox_coursor #drox_custom_cursor_holder.drox_hovering{
    top:-9px;
    left:-9px;
    height:18px;
    width:18px
}
.enable_drox_coursor #drox_custom_cursor {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    outline: transparent solid 1px;
    background-color: rgba(23, 25, 27, .9);
}
.enable_drox_coursor #drox_custom_cursor.drox_fade_coursor {
    opacity: 0;
}
.enable_drox_coursor #drox_custom_cursor.drox_reverse,
.enable_drox_coursor.drox_popup_menu_open #drox_custom_cursor{
    background-color: rgba(31, 180, 204, .9);
}
.enable_drox_coursor #drox_custom_cursor_holder.drox_cross{
    top:-11px;
    left:-11px;
    height:22px;
    width:22px;
}
.enable_drox_coursor #drox_custom_cursor_holder.drox_cross #drox_custom_cursor{
    background-color: transparent;
    background-image: url(../images/close.html);
    background-position: center center;
}

