/* -> Main Styles
================================ */
#slideshow .slick-prev,
#slideshow .slick-next{
    display: none!important;
}
    .title-box{
        margin-bottom: 30px;
        text-align: center;
    }

    .title-box-center{
        margin-bottom: 30px;
        text-align: center;
    }

        .title,
        .title-white{
            font-size: 24px;
            line-height: 40px;
        }

            .back-title{
                font-size: 50px;
            }

            .back-title-white{
                font-size: 50px;
            }

        .title-box hr{
            margin: 0px auto;
            margin-top: 15px;
        }

        .title-text,
        .title-text-white{
            font-size: 14px;
            line-height: 24px;
            text-align: center;
            margin-bottom: 50px;
        }

        .pages-header{
            height: 300px;
            padding-top: 60px;
            text-align: center;
            background-position: left;
        }

            .pages-header h1{
                font-size: 24px;
                line-height: 34px;
            }

            .pages-header hr{
                margin: 0px auto;
            }

            .breadcrumb{
                margin:25px 0px 0px 0px;
                text-align: center;
            }

        .notifyjs-bootstrap-base{
            width: 100%;
        }
/* ============================= */


/* -> MENU
================================ */

    .navbar-default .navbar-brand {
        height: 60px!important;
        line-height: 60px!important;
    }

        .navbar-default .navbar-brand img{
            height: 35px;
            display: inline-block;
            vertical-align: baseline;
        }

        .navbar-toggle {
            padding: 10px 10px;
            margin: 14px 15px 0 13px;
            background-image: none;
            border: none;
            display: block;
            background: #222!important;
        }

            .navbar-toggle .icon-bar {
                width: 22px;
                -webkit-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s;
                background-color: #fff!important;
            }

                .navbar-toggle .top-bar {
                    -webkit-transform: translate(3px)rotate(45deg);
                        -ms-transform: translate(3px)rotate(45deg);
                            transform: translate(3px)rotate(45deg);
                    -webkit-transform-origin: 10% 10%;
                        -ms-transform-origin: 10% 10%;
                            transform-origin: 10% 10%;
                }

                .navbar-toggle .middle-bar {
                    opacity: 0;
                }

                .navbar-toggle .bottom-bar {
                    -webkit-transform: translate(3px)rotate(-45deg);
                        -ms-transform: translate(3px)rotate(-45deg);
                            transform: translate(3px)rotate(-45deg);
                    -webkit-transform-origin: 10% 90%;
                        -ms-transform-origin: 10% 90%;
                            transform-origin: 10% 90%;
                }

                .navbar-toggle.collapsed .top-bar {
                    -webkit-transform: rotate(0deg);
                        -ms-transform: rotate(0deg);
                            transform: rotate(0deg);
                }

                .navbar-toggle.collapsed .middle-bar {
                    opacity: 1;
                }

                .navbar-toggle.collapsed .bottom-bar {
                    -webkit-transform: rotate(0deg);
                        -ms-transform: rotate(0deg);
                            transform: rotate(0deg);
                }

                .navbar-header {
                    float: none;
                }

                .navbar-collapse {
                    border-top: 1px solid transparent;
                    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
                            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
                    overflow: hidden;
                }

                .navbar-collapse.collapse {
                    display: none!important;
                }
                .navbar-nav {
                    height: auto!important;
                    margin: 0px -15px;
                }

                .collapse.in{
                    display:block !important;
                }

                .navbar-default .navbar-nav{
                    padding: 5px 0px;
                }

    .navbar-right{
        margin: 0px!important;
        padding: 0px!important;
    }

    .navbar-default .navbar-nav > li{
        line-height: 40px;
        display: inline-block;
    }

        .navbar-default .navbar-nav > li > a {
            margin: 0px 20px 0px 0px;
            line-height: 50px;
        }

            .navbar-default .navbar-nav > li > a:before{
                bottom: 5px !important;
            }

            #menu-support{
                line-height: 60px;
                position: absolute;
                display: inline-block;
                right: 70px;
            }

              #menu-support a{
                border-left: none;
                border-right: 1px solid #dcdcdc;
                padding: 7px 10px 7px 0px;
              }

              #menu-support label{
                  left: -21px;
              }
/* ============================= */


/* -> SLIDESHOW
================================ */
#slideshow{
    padding-top: 60px;
}

    .slideshow-slide{
        min-height: 400px;
        height: calc(100vh - 60px)
    }

        #slideshow .caption{
            text-align: center;
        }

            .caption .caption-title{
                font-size: 28px;
                line-height: 38px;
                margin-bottom: 15px;
            }

                    .caption .caption-title hr{
                        margin: 5px auto 0 auto;
                    }

            .caption .caption-text{
                line-height: 26px;
            }

            .caption .caption-button{
                margin-top: 20px; 
                text-align: center;
                width: 100%;
            }

                .caption-button .main-button{
                    margin-left: 0px;
                    display: inline-block;
                }
/* ============================= */


/* -> About
================================ */
#about{
    padding: 60px 0px;
    text-align: center;
}

    #about .row{
        display: block;
    }

    #about .back-title{
        left: 0;
        right: 0;
    }

    #about #about-info{
        padding-right: 15px;
    }

    #about #company-about-img-box{
        display: none;
    }

    #about-partnerships{
        margin-top: 40px;
    }

        .about-partner{
            height: 145px;
        }

            .about-partner img{
                width: 230px;
            }
/* ============================= */


/* -> Services
================================ */
#services{
    padding: 40px 0px 60px 0px;
}

    #services-nav{
        margin-bottom: 40px;
        margin-top: 0px;
    }

    .service-box{
        background-color: #fff;
        padding: 30px 15px;
        display: none;
    }

        #services-nav ul{
            width: 100%;
        }

            #services-nav li{
                width: 20%;
            }

            #services-nav ul li .subtitle{
                display: none;
            }

            #services-nav ul li a{
                width: 100%;
                line-height: 50px;
            }

            #services-nav ul li a img{
                height: 30px;
            }

    .service-box.active{
        display: inherit;
    }

        .service-box > .row{
            display: block;
        }

            .service-image-box{
                display: none;
            }

            .service-info{
                padding-right: 15px;
            }

                .service-text{
                    font-size: 14px;
                    line-height: 24px;
                    text-align: justify;
                }
/* ============================= */


/* -> Solutions
================================ */
#solutions{
    padding: 60px 0px;
}

    .solution{
        margin-top: 0px;
    }

    .solutions-button{
        margin-top: 0px;
    }
/* ============================= */


/* -> Testimonials
================================ */
#testimonials{
    padding: 60px 0px 60px 0px;
}
/* ============================= */


/* -> News
================================ */
#news{
    padding: 60px 0px 40px 0;
}

    .news{
        margin-bottom: 30px;
    }

        .news-info{
            padding: 25px 20px;
        }
/* ============================= */


/* -> Contacts
================================ */
#contacts{

}

    .contact{

    }

    .contact-left{
        padding: 20px 0px 0px;
        background-color: #B20360;
    }

    .contact-middle{
        padding: 0px;
    }

    .contact-right{
        padding: 0px 0px 20px 0px;
        background-color: #B20360;
    }

        .contact-box{
            padding: 20px 15px;
            height: 125px;
        }
/* ============================= */


/* -> Pre Footer
================================ */
#pre-footer{
    padding: 50px 0 15px 0px;
    text-align: center;
}

    .f-title{
        margin-bottom: 10px;
    }


    #f-about{

    }

       #f-text{
          padding: 0px 15px;
       }

    #f-services{
        margin-top: 20px;
    }

    #f-menu{
        margin-top: 25px;
    }

    #f-news{
        margin-top: 25px;
    }

        #f-news .f-title{
            margin-bottom: 20px;
        }

        .f-news{
            text-align: left;
        }
/* ============================= */


/* -> Footer
================================ */
footer{
    text-align: center;
}
    #author{
        text-align: center;
        margin-top: 20px;
    }
/* ============================= */


/* -> Company Page
================================ */
#company-about{
   padding: 60px 0px 80px 0px;
   overflow: hidden;
}

    #company-about .row{
        display: block;
    }

        #company-about-img-box{
            padding: 0px 15px;
        }

            #company-about-img{
                height: 300px;
                margin-top: 40px;
            }

        #company-about-text{
            padding-right: 0px;
        }


#mission-values{
    padding: 60px 0px 40px 0px;
}

    .values-box{
        margin-top: 40px;
    }
/* ============================= */


/* -> Partnerships Page
================================ */
#partnerships-page{
    padding: 40px 0px 0px 0px;
}

/* -> Partnerships Single Page
================================ */
#partnerships-single-page{
    padding: 40px 0px 40px 0px;
}

    #partnerships-single-image{
        height: 250px;
        width: 100%;
        float: none;
        margin-right: 0px;
    }

    #partnerships-single-title{
        margin-top: 20px;
        text-align: center;
    }

#partnerships-single-banner{
    padding: 50px 0px;
}

    .partnerships-single-banner-title{
        text-align: center;
    }

    .partnerships-single-banner-button{
        text-align: center;
        margin-top: 20px;
    }


#partnerships-single-solutions{
    padding: 80px 0px 40px 0px;
}
    #partnerships-single-solutions .solution{
        text-align: center;
        margin-top: 40px;
        margin-bottom: 20px;
    }
/* ============================= */


/* -> Solutions Page
================================ */
#solutions-page{
   padding: 40px 0px 0px 0px;
}

    #solutions-page .solution{
        text-align: center;
    }

    #solutions-page .alternative-button{
        margin-top: 20px;
        margin-bottom: 0px;
    }

/* ============================= */


/* -> Solutions Single Page
================================ */
#solutions-single-page{
    padding:40px 0px 60px 0px;
}

        #solutions-single-img{
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #solutions-single-title{
            text-align: center;
        }

        #solutions-single-text{
            margin-bottom: 40px;
        }
/* ============================= */


/* -> Services Page
================================ */
#services-page{
    padding:40px 0px 0px 0px;
}

    .services-page-service{
        margin-bottom: 60px;
    }

        .services-page-image{
            height: 250px;
            background-position: center;
            background-size: cover;
            margin-bottom: 15px;
            display: block;
        }

        .services-page-info{
            display: table-cell;
        }

            .services-page-title{
                font-weight: 700;
                text-transform: uppercase;
                font-size: 18px;
                font-family: "Raleway", sans-serif;
                color: #222;
            }

            .services-page-text{
                line-height: 30px;
                font-size: 14px;
                color: #555;
                margin-top: 5px;
                margin-bottom: 15px;
                text-align: justify;
            }
/* ============================= */


/* -> Services Single Page
================================ */
#services-single-page{
    padding:40px 0px 60px 0px;
}

    #services-single-title{
        text-align: center;
    }

    #services-sidebar{
        margin-top: 30px;
    }
/* ============================= */


/* -> News Page
================================ */
#news-page{
   padding: 20px 0px 60px 0px;
}

    #news-sidebar{
        padding-right: 0px;
        margin-top: 30px;
    }

    #news-page .news{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pagination{
        padding: 0px 15px;
        text-align: center;
    } 
/* ============================= */


/* -> News Sigle Page
================================ */
#news-single-page{
    padding:40px 0px 60px 0px;
}

    #news-single-info{
        padding-right: 15px;
    }
/* ============================= */


/* -> Contacts Page
================================ */
#contacts-page{
   padding: 40px 0px 60px;
}

    #contacts-row{
        display: block;
        margin-top: 40px;
    }

        #map{
            height: 300px;
            margin-bottom: 40px;
            box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
        }

            .gm-style .gm-style-iw {
                text-align: center;
                padding: 5px;
            }

                .gm-style .gm-style-iw span{
                    color: #051829;
                    font-family: 'Hind', sans-serif;
                    font-size:17px;
                    font-weight: 700;
                    line-height: 30px;
                }
/* ============================= */


/* -> Support Page
================================ */
#support-page{
    padding:40px 0px;
}

    #faq{
        padding-right: 15px;
        margin-bottom: 40px;
    }
/* ============================= */


/* -> Privacy Policy / Terms Page
================================ */
#privacy-policy-page{
   padding: 40px 0px 10px 0px;
}
/* ============================= */


/* -> Events
================================ */
#events-page{
   padding: 40px 0px;
}

    #events-page .radio-label{
        margin-bottom: 10px!important;
    }

    .event-add-button,
    .event-delete-button{
        padding: 5px 0px;
        cursor: pointer;
        display: inline-block;
        color: #B20360;
        font-weight: 600;
        user-select: none;
    }
/* ============================= */