/* If width is smaller then 1200px*/
@media (max-width: 1200px){
    .howto_section_arrow_img{
        margin-top: -99px !important;
        margin-left: 71px !important;
    }
}
@media (max-width: 991px){
    .howto_section_arrow_img{
        margin-top: -79px !important;
        margin-left: 45px !important;
    }
}


/* If width is smaller then 768px*/
@media (max-width: 768px){
    /* Banner Title*/
    h1{
        font-size: 5vw !important; 
    }
    /* Banner Text*/
    h2{
        font-size: 4vw !important; 
    }
    /* Sections Title*/
    h3{
        font-size: 5vw !important; 
    }
    p{
        font-size: 3vw !important; 
    }
    .navbar-default {
        background-color: #7269F2;
        border-color: transparent;
    }
    .navbar-default .navbar-toggle {
        /* border-color: #ddd; */
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }
    #navbar_logo_img{
        width: 50px !important;
        margin-top: 0px !important;
    }
    #header{
        display: block;
        background-color: rgba(94, 93, 110, 0.77);
    }
    #top_logo_small{
        top: 4px !important;
    }
    #mainNav{
        display: none; 
    }
    .block{
        padding: 60px 0px 60px 0px !important;
        text-align: center;
    }
    .text_box{
        text-align: center !important;
    }
    .howto_section_img{
        width: 250px !important;
    }
    .howto_section_arrow_img{
        display: none;
    }
    #clfooter_section_contact{
        padding-left: 16px !important; 
    }
    .sidebar-nav li a {
        text-indent: 0px;
    }
    .howto_down_icon{
        left: 48% !important;
    }
    .howto_up_icon{
        left: 48% !important;
    }
    .address-list{
        text-align: center !important;
        padding: 40px 0px 70px 0px !important;
    }
    .address-list li i{
        display: inline-block !important;
        margin-bottom: 20px !important;
        width: 60px !important;
        height: 60px !important;
        font-size: 35px !important;
    }
    .address-list li span{
        display: block !important;
    }
    .mailbox .container {
        margin-top: 40px !important;
    }


}


/* Collapsing Navbar Styles */
/* If width is bigger then 768px*/
@media(min-width:768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    .navbar-default {
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
        padding: 15px 0;
        /* Add additional styles here for the UNCOLLAPSED state */
    }
    .navbar-default.affix {
        padding: 0px;
        min-height: 10px;
        background-color: rgba(94, 93, 110, 0.77);
        transition: background-color .5s ease 0s;
        /* Add additional styles here for the COLLAPSED state */
    }
    #navbar_logo_img{
        width: 100px;
        margin-top: -10px;
        transition:all 0.5s ease;
        -webkit-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
    }
    .navbar_logo_img_small{
        width: 50px !important;
        margin-top: 8px !important;
    }
    #header{
        display: none;
    }
    #mainNav{
        display: block; 
    }

}

/* Bootstrap default override */

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.nav-link{
    color: #FFF !important;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++ Cloudsoltech custom Styles ++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++ */

body{
    font-family: 'Oxygen', sans-serif;
}
/* Banner Title*/
h1{
    font-size: 3vw; 
}
/* Banner Text*/
h2{
    font-size: 2vw; 
}
/* Sections Title*/
h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
p{
    font-size: 19px; 
}
.cloudsection{
    margin-top: 20px;
    margin-bottom: 20px;
}


#Scrollup_btn{
    opacity: 0;
    position: fixed;
    text-align: center;
    line-height: 12px!important;
    right: 26px;
    bottom: 0;
    color: #fff;
    border-radius: 100px;
    z-index: 999;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .3s,bottom .5s,box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
    background-color: rgba(0,0,0,.25);
    overflow: hidden;
    cursor: pointer;
}
#Scrollup_btn:hover{
    /*    transition: box-shadow .3s cubic-bezier(.55,0,.1,1),background-color 50ms linear .25s;*/
    /*    background-color: #1abc9c;*/
    background-color: rgba(0,0,0,.5);
}
#Scrollup_btn i{
    line-height: 39px!important;
    width: 39px!important;
    height: 39px!important;
    top: 0!important;
    left: 0!important;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
}
#top_logo_small{
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 5;
}
#top_logo_small_img{
    width: 70px;
}

/* Top menu version*/
.dropdown_open{
    opacity: 1;
    visibility: visible;
}
.dropdown:hover > .dropdown-menu{
    opacity: 1;
    visibility: visible;
    display: block;
    border-radius: 7px;
    right: -100px;
    background-color: rgba(106, 105, 124, 0.9);
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.25);
}
.dropdown-menu{
    position: absolute;
    list-style: none;
    padding: 10px 0;
    min-width: 300px;
    background-position: right bottom;
    background-repeat: no-repeat;
    visibility: hidden;
    display: none;
    opacity: 0;
    transition: all .3s ease;
    min-width: 230px;
    top: auto;
    background-color: #fff;
    border: 0 solid #eee;
    left: auto;
    margin: -6px 0 0;
    border-radius: 4px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.05);
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -o-transition:  transform 0.5s ease-out;
}
.dropdown{
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -o-transition:  transform 0.5s ease-out; 
}
.cldropmenu > a{
    color: #fff !important;
    white-space: nowrap;
    display: block;
    padding: 3px 20px;
}
.cldropmenu > a:hover{
    text-decoration: none;
    background-color: #f5f5f5;
    color: #000 !important;
}


/* Side menu version*/
#sidebar_submenu{
    display: none;
    background-color: #027564;
}
.sidebar_submenu_li{
    list-style-type: none;
}
.sidebar_sub_active{
    display: block !important;
}

/* Banner */
#banner_img{
    width: 100%;
    max-width: 630px;
    /*    margin-bottom: -40px;*/
}

.cl_more_info_text{
    height: 0px;
    overflow: hidden;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
}
.banner_open{
    height: auto !important;
}
.open_section_banner{
    height: 240px !important;
}

/********** Sections *************/
.open_section_1{
    height: 500px !important;
}
.open_section_2{
    height: 200px !important;
}
.open_section_3{
    height: 200px !important;
}
.open_section_4{
    height: 200px !important;
}
.open_section_5{
    height: 400px !important;
}
.open_section_6{
    height: 200px !important;
}
.text_box{

}
.section_text{

}
.img_box{

}
.section_img{
    width: 100%; 
}
.more_info_btn{
    background-color: #f79820;
    width: 220px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    box-shadow: 2px 1px 7px #3a3838;
    font-size: 23px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
}
#section_1{
    background-color: #1bbe9e;
    color: #fff; 
}
.section_1_img_plus{
    display: none;
    margin-top: 10%;
}
#section_2{
    background-color: #caddcf;
    color: #000; 
}
#section_3{
    background-color: #f37c55;
    color: #fff; 
}
#section_4{
    background-color: #f3fbf4;
    color: #000; 
}
#section_5{
    background-color: #4ec0cb;
    color: #fff; 
}
#section_6{
    background-color: #965a7b;
    color: #fff; 
}
#section_7{
    background-color: #4ba5a5;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
}
.howto_title{
    font-size: 50px !important;
}
.howto_container{
    margin-top: 30px;
    overflow: hidden;
    padding-top: 50px;
    margin-bottom: -30px;
}
.howto_box{
    text-align: center;
    margin-bottom: 80px;
}
.howto_number{
    padding-left: 10px;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 30);
}
.howto_img{

}
.howto_arrow{

}
.howto_section_arrow_img{
    position: absolute;
    margin-top: -119px;
    margin-left: 95px;
    z-index: 1;
}
.howto_section_img{
    width: 85%;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: matrix(0, 0, 0, 0, 0, 30);
}
.howto_text{
    font-size: 27px;
    line-height: 29px;
    transform: matrix(1, 0, 0, 1, 410, 0);
    opacity:0;
}
.howto_down_icon{
    display: none;
    width: 32px;
    font-size: 17px;
    border-radius: 40px;
    border: solid 1px #fff;
    line-height: 30px;
    position: absolute;
    left: 43%;
    cursor: pointer;
}
.howto_up_icon{
    display: none;
    width: 32px;
    border-radius: 40px;
    border: solid 1px #fff;
    line-height: 30px;
    position: absolute;
    left: 43%;
    cursor: pointer;
}
.howto_text_more{
    /*    overflow: hidden;*/
    margin-top: 10px;
    transform: matrix(1, 0, 0, 1, 1200, 0);
    /*    height: 0px;*/
}
.howto_contact_btn{
    background-color: #f79820;
    width: 220px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    box-shadow: 2px 1px 7px #3a3838;
    font-size: 23px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
}

#contact_title{
    text-align: center;
    font-size: 18px;
    padding: 0px 200px 0px 200px;
}




/* Cloud Anims */
.cloudFadeFromLeft{
    transform: matrix(1, 0, 0, 1, -410, 0);
    opacity:0;
    text-align: right;
}
.cloudFadeFromRight{
    transform: matrix(1, 0, 0, 1, 410, 0);
    opacity:0;
    text-align: left;
}



.parsley-errors-list{
    margin-left: -40px;
}
.parsley-errors-list > li{
    color: #fff;
    list-style: none;
    display: block;
    background-color: #e42e2e;
    margin-top: 4px;
    border-radius: 2px;
    padding-left: 10px;
}
.parsley-error{
    border: 2px solid #e42e2e !important;
}




#clfooter{
    background-color: #333333;
    color: #ffffff;
    padding-top: 30px;
}
#clfooter_section_contact{
    padding-left: 70px;
}
.clfooter_title_container{
    text-align: center;
    margin-bottom: 20px;
}
.clfooter_title{
    font-size: 20px;
    font-weight: 100;
}
.clfooter_list_container{
    text-align: center;
    margin-left: -40px;
    margin-bottom: 10px;
}
.clfooter_list_container > p{
    margin-left: 40px;
    color: #999;
    font-size: 17px;
}
.clfooter_list{
    list-style: none;
}
.clfooter_list > li{
    border-bottom: solid 1px #4d4d4d;
    padding-bottom: 5px;
    padding-top: 5px;
}
.clfooter_list > li:last-child{
    border-bottom: none;
    padding-bottom: 20px;
    padding-top: 5px;
}
.clfooter_list_element{
    display: block;
    color: #999;
}
.clfooter_list_element:hover{
    color: #FFF;
}
#clfooter_contact_btn{

}
#clfooter_contact_btn > a{
    color: #fff;
    margin-left: 40px;
    background-color: #e48308;
    width: 120px;
    text-align: center;
    line-height: 37px;
    border-radius: 5px;
    box-shadow: 2px 1px 7px #3a3838;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
}





@media (max-width: 768px){
    .anim_phone_img {
        width: 220px !important;
    }
    #feature_row_container{
        padding: 0px 8% 0px 8%;
    }
    .features_box_icon {
        margin: 10px 0px 3px 0px;
        font-size: 23px;
    }
    .features_box_text {
        font-size: 14px !important;
        word-wrap: break-word;
    }
    /* #feature_box_4_caunter {
         font-size: 22px;           
         width: 35px;
         margin: 2px 0px 0px 0px;
     }
     #feature_box_4_counter_number_container {
         height: 32px;
     }*/
    .features_descript_text_box{
        padding-top: 0px  !important;
    }
    .features_description_title_container{
        text-align: center !important;
    }
    .features_descript_text {
        text-align: center;
    }
    .dropdown{  
        position: static !important;
    }
    .dropdown-menu{  
        float: none !important;
        position: static !important;
    }
}
@media (max-width: 1200px){
    #features_box_1 {
        border-radius: 10px 0px 0px 0px !important;
    }
    #features_box_3 {
        border-radius: 0px 10px 0px 0px !important;
    }
    #features_box_4 {
        border-radius: 0px 0px 0px 10px !important;
        border-left: 1px solid #e4e4e4 !important;
    }
    #features_box_6 {
        border-radius: 0px 0px 10px 0px !important;
    }
    #features {
        height: initial !important;
    }
}

.anim_phone_img_container {
    max-height: 630px;
    overflow: hidden;
    text-align: center;
}
.anim_phone_img {
    width: 270px;
    padding: 30px 0px 0px 0px;
    position: relative;
}
.features_descript_text_container{

}
.features_descript_text{

}
#features_anim_bg_color{
    background-color: #ff272e;
    width: 20px;
    height: 20px;
    left: 50%;
    position: relative;
    border-radius: 60px;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -o-transition:  transform 0.5s ease-out;
}
.features_box_container{
    background-color: #ffffff;
    color: #797979;
    text-align: center;
    border: solid #e4e4e4;
    border-width: 1px 1px 1px 0px;
    /* box-shadow: 0px 0px 5px #888888; */;
    font-size: 19px;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
    cursor: pointer;
}
#features_anim_bg_container{
    margin-bottom: -420px;
    margin-top: 350px;
}
.features_box_icon{
    margin: 20px 0px 7px 0px;
    font-size: 30px;
}
.features_box_text{
    margin-bottom: 10px;
    font-size: 17px;
}
#features_box_1:hover{
    color: #7178a7;
    border-bottom: 1px solid #7178a7;
    box-shadow: inset 0px -4px 0px 0px #7178a7;
}
#features_box_2:hover{
    color: #ff7c7c;
    border-bottom: 1px solid #ff7c7c;
    box-shadow: inset 0px -4px 0px 0px #ff7c7c;
}
#features_box_3:hover{
    color: #03A9F4;
    border-bottom: 1px solid #03A9F4;
    box-shadow: inset 0px -4px 0px 0px #03A9F4;
}
#features_box_4:hover{
    color: #3ba15d;
    border-bottom: 1px solid #3ba15d;
    box-shadow: inset 0px -4px 0px 0px #3ba15d;
}
#features_box_4:hover >#feature_box_4_caunter{
    color: #fff;
    background-color: #3ba15d;
    border-color: #fff;
    box-shadow: 0px 0px 2px #000;
}
#features_box_5:hover{
    color: #FF5722;
    border-bottom: 1px solid #FF5722;
    box-shadow: inset 0px -4px 0px 0px #FF5722;
}
#features_box_6:hover{
    color: #673AB7;
    border-bottom: 1px solid #673AB7;
    box-shadow: inset 0px -4px 0px 0px #673AB7;
}
#feature_box_4_caunter{
    font-size: 30px;
    border: solid 2px #797979;
    border-radius: 100px;
    width: 46px;
    text-align: center;
    display: inline-block;
    margin: 13px 0px 3px 0px;
    overflow: hidden;
}
#feature_box_4_counter_number_container{
    height: 42px;
}
.feature_box_4_counter_number{
    position: relative;
    top: -378px;
    transition:top 0.5s ease;
    -webkit-transition:top 0.5s ease;
    -o-transition:top 0.5s ease;
    -moz-transition:top 0.5s ease;
}
.features_descript_text_box{
    padding-top: 40px;
}
.features_description_title_container{
    text-align: left;
}
.features_descript_text_box_container{
    position: relative;
}
