.text-center {
    text-align: center!important;
}
.main-page-wrapper {
    overflow-x: hidden;
}
.title_slide {
    font-size: 70px;
    font-weight: 700;
    line-height: 66px;
}
.section-spacing {
    position: relative;
    z-index: 99;
}
.theme-button-one{
    transition: all 0.3s ease-in-out;
}
.theme-button-one {
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    width: 180px;
    text-align: center;
}
.theme-button-one:hover {
    background: #0063b0;
    color: #fff;
    border: 1px solid #0063b0;
}
.theme-title-one {
    position: relative;
}
.theme-title-one .title {
    position: relative;
    padding-bottom: 24px;
}
.theme-title-one .title:before {
    content: "";
    width: 62px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.theme-title-one.text-center .title:before {
    left: 50%;
    margin-left: -31px;
}
.camera_wrap {
    float: none;
}
#theme-main-banner .camera_overlayer {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 30, 0.5);
}
#theme-main-banner .main-container {
    position: relative;
}
#theme-main-banner .camera_caption {
    height: 100%;
}
#theme-main-banner .container {
    position: relative;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#theme-main-banner .camera_caption > div {
    background: 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-shadow: none;
    left: 0;
    padding: 0;
}
#theme-main-banner .camera_caption .title_slide {
    color: #fff;
    text-transform: capitalize;
    padding-top: 0%;
}
#theme-main-banner .camera_caption .title_slide span {
    display: block;
    font-size: 25px;
    font-weight: 400;
}
#theme-main-banner .camera_caption p {
    color: #fff;
    margin: 5px 0 35px 0;
}
#theme-main-banner.banner-one .camera_caption p {
    width: 70%;
    font-size: 35px;
}
#theme-main-banner.banner-two .camera_caption p {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
}
#theme-main-banner .camera_next,
#theme-main-banner .camera_prev {
    background: 0 0;
}
#theme-main-banner .camera_next span,
#theme-main-banner .camera_prev span {
    background: 0 0;
    position: relative;
    width: auto;
    height: auto;
    position: relative;
    width: 100px;
}
#theme-main-banner .camera_prev span {
    right: 20px;
}
#theme-main-banner .camera_next span {
    right: 97px;
}
#theme-main-banner .camera_next span:before,
#theme-main-banner .camera_prev span:before {
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    top: 0;
    right: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 13px;
    transform: rotate(-90deg);
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
}
#theme-main-banner .camera_next:before,
#theme-main-banner .camera_prev:before {
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
}
#theme-main-banner .camera_prev:before {
    content: "";
}
#theme-main-banner .camera_next:before {
    content: "";
}
#theme-main-banner .consultation-form {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#theme-main-banner .consultation-form form {
    background: #fff;
    padding: 55px 30px;
    border-radius: 10px;
    width: 370px;
}
#theme-main-banner .consultation-form h3 {
    text-align: center;
    margin-bottom: 20px;
}
#theme-main-banner .consultation-form form input {
    width: 100%;
    height: 52px;
    border: 1px solid #e9e9e9;
    background: #f2f2f2;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 10px;
    font-style: italic;
}
#theme-main-banner .consultation-form form button {
    margin: 0 auto;
}
.gradient-button {   
    border-radius: 5px;
    display: inline-block;
    background-color: rgba(255,255,255,.15);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFF;
}
.display-none {
    display: none;
}
@media (width:320px){
    #theme-main-banner .camera_caption .title_slide span {
        font-size: 25px !important;
        line-height: 32px;
    }
}
#theme-main-banner{
    height: 600px;
}
.camera_pag {
    position: relative;
    top: -40px;
}
@media screen and (max-width: 992px) {
    #theme-main-banner.banner-one .camera_caption p {
        width: 100%;
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    #theme-main-banner .camera_caption .title_slide span{
        font-size: 20px
    }
    #theme-main-banner.banner-one .camera_caption p {
        width: 100%;
        font-size: 25px;
    }
}