@charset "UTF-8";

/*---------common css----------*/

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a {
    outline: none;
}

body,
html {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

button:focus {
    outline: none;
}


/*---------navbar css start----------*/

.menu .navbar-nav li a.nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #433F3C;
    text-transform: uppercase;
    padding-right: 1rem;
    padding-left: 1rem;
}

.menu .navbar-nav li.active a.nav-link {
    color: #46BEBC;
}

.menu .navbar-nav li.active {
    position: relative;
}

.menu .navbar-nav li.active::after {
    position: absolute;
    bottom: -29px;
    left: 0;
    content: '';
    margin: 0 auto;
    background: #46BEBC;
    height: 2px;
    width: 100%;
}

.menu .navbar-nav li:hover a.nav-link {
    color: #46BEBC;
    position: relative;
}

.menu .navbar-nav li:hover a.nav-link:before {
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    background: #46BEBC;
    content: '';
    width: 100%;
    height: 2px;
}

.navbar-brand.logo {
    margin-right: 0;
}

.menu_sec {
    padding-left: 0;
    padding-right: 0;
}


/*---------navbar css end----------*/


/*---------Banner css start----------*/

.carousel-indicators.slider_indector li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #696864;
    cursor: pointer;
}

.carousel-indicators.slider_indector .active {
    background-color: #46BEBC;
}

.slider_caption {
    background: rgba(41, 39, 38, 0.9);
    left: 0;
    right: inherit;
    bottom: 0;
    text-align: right;
    height: 91px;
    display: table;
    width: 30%;
    padding: 0;
}

.slider_caption::after {
    width: 100%;
    height: 121px;
    content: "";
    background: url(../images/strip.png) no-repeat right;
    position: absolute;
    top: -15px;
    right: -47px;
    opacity: 1;
}

.slider_caption h5 {
    font-size: 16px;
    font-weight: 400;
    padding-right: 40px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 99;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    line-height: 25px;
    text-align: right;
}

.slider_caption h5+h5 {
    margin-top: 0;
}

.bnnr_caption {
    font-weight: 700;
    /* text-transform: uppercase; */
}

.txt_bld {
    font-weight: 700;
}

.txt {
    font-weight: 500;
}


/*--------- 02.04.2019 ----------*/

.bnr_sld {
    top: 25%;
    bottom: inherit;
}

.bnr_titl {
    color: #ffffff;
    line-height: 54px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 34px;
}

.right {
    padding-left: 10%;
}

.left {
    padding-right: 15%;
}


/*---------Banner css end----------*/


/*---------About css start----------*/

.about_wrapper {
    background: #F1D647;
    padding: 73px 0;
}

.about_right h1,
.slide_title_wrapper h1 {
    font-size: 36px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}

.about_right h1 {
    display: inline-block;
}

.about_right h1:before,
.slide_title_wrapper h1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #4C5465;
    width: 85px;
    height: 1px;
    right: 0;
    margin: 0 23% auto;
}

.about_right h1:after,
.slide_title_wrapper h1:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    background: #4C5465;
    width: 85px;
    height: 1px;
    right: 0;
    margin: 0 25% auto;
}

.about_right h1:after {
    margin: 0 43% auto !important;
}

.about_right p,
.about_emil_left p {
    color: #292624;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.about_emil_left {
    padding-top: 20px;
}

.about_right p span,
.about_emil_left p span {
    font-style: italic;
    font-weight: 600;
}


/*---------About css end----------*/


/*---------About emil css start----------*/

.box_wrapper {
    background: #EEEEEE;
    padding: 73px 0;
}


/*---------About emil css end----------*/


/*---------material css start----------*/

.material_wrapper {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    padding: 73px 0;
}

.slide_title_wrapper h1 {
    color: #ffffff;
}

.slide_title_wrapper h1:before,
.slide_title_wrapper h1:after {
    background: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.slide_title_wrapper h1:after {
    right: 0;
    left: 4%;
}


/*--------- 13.03.2019 ----------*/

.slide_title_wrapper p {
    font-size: 20px;
    font-weight: 300;
    color: #F3F3F3;
    margin-bottom: 0;
    text-align: center;
}

.material_box {
    background: #FFEE94;
    padding: 10px;
    border-radius: 4px;
    height: 100%;
}

.img_shape {
    border: 10px solid #D5C573;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 73px;
}

.material_content_wrapper {
    margin: 30px 5px 30px 5px;
}

.material_content_wrapper h5 {
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    text-align: center;
}

.material_content_wrapper p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin-top: 20px;
    margin-left: 11px;
}

.slide_wrapper {
    padding-top: 40px;
}

.owl-carousel.owl-one {
    position: relative;
}

.owl-carousel.owl-one .owl-nav .owl-prev,
.owl-carousel.owl-one .owl-nav .owl-next {
    position: absolute;
    top: 37%;
    font-size: 50px;
    background: #fff;
}

.owl-carousel.owl-one .owl-nav .owl-prev {
    background: url(../images/prev.jpg) no-repeat center;
    left: -77px;
    width: 50px;
    border-radius: 18px;
}

.owl-carousel.owl-one .owl-nav .owl-next {
    background: url(../images/next.jpg) no-repeat center;
    right: -77px;
    width: 50px;
    border-radius: 18px;
}

.owl-carousel.owl-one .owl-nav .owl-prev span,
.owl-carousel.owl-one .owl-nav .owl-next span {
    opacity: 0;
}

.owl-carousel.owl-one .owl-nav:hover .owl-prev {
    background: url(../images/prev.jpg) no-repeat center;
}

.owl-carousel.owl-one .owl-nav:hover .owl-next {
    background: url(../images/next.jpg) no-repeat center;
}

.owl-carousel.owl-one .owl-dots .owl-dot.active span,
.owl-carousel.owl-one .owl-dots .owl-dot:hover span {
    background: #2CA9A7;
}

.owl-one .owl-stage-outer .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.owl-one .owl-item {
    display: flex;
    width: 100%;
}


/*---------material css end----------*/


/*---------info css start----------*/

.info_wrapper {
    background: #EEEEEE;
    padding: 73px 0;
}

.slide_title_wrapper.info_title h1,
.slide_title_wrapper.info_title p {
    color: #433F3C;
}

.slide_title_wrapper.info_title h1:before,
.slide_title_wrapper.info_title h1:after {
    background: #433F3C;
}

.info_box {
    background: #F0D545;
    padding: 20px 0 20px 22px;
    position: relative;
    margin-right: 82px;
    height: 142px;
}

.info_box:before {
    content: "";
    position: absolute;
    top: 32px;
    left: 0px;
    background: url(../images/info-arrow.png) no-repeat;
    width: 100%;
    height: 77%;
    /*border-top: 8px solid #433F3C;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  transform: rotate(272deg);*/
}

.info_box:after {
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/Info-bg.png) no-repeat right;
    position: absolute;
    top: 0px;
    left: 84px;
}

.info_box h5 {
    font-size: 19px;
    font-weight: 500;
    color: #000000;
    margin: 0;
    position: relative;
    z-index: 99;
}

.info_btn,
.info_btn:hover {
    background: transparent;
    color: #000000;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.info_close {
    padding-top: 0 !important;
    position: absolute;
    top: 20px;
    right: 17px;
}

.info_modal .modal-header h5 {
    font-size: 36px;
    font-weight: 600;
    color: #46BEBC;
}

.info_modal .modal-header {
    margin: 0 auto;
    border-bottom: none;
    padding: 10px 0;
}

.info_modal {
    max-width: 900px;
}

.info_modal .modal-body {
    text-align: center;
    padding: 0 0 1rem 0;
}

.info_modal .modal-body p,
.info_modal .modal-body h4 {
    font-size: 18px;
    font-weight: 300;
    color: #010101;
}

.info_modal .modal-body h4 {
    text-transform: uppercase;
}

.info_img_wrapper {
    padding-top: 0;
}

.info_img_wrapper img {
    width: 100%;
}

.info_modal .modal-content {
    padding: 15px 20px;
}

.info_box_wrapper {
    padding-top: 40px;
}

.eq_height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.img_divider {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.info_box_main,
.info_box_main:hover {
    text-decoration: none;
    /* display: block; */
}


/* .info_title p{
    margin-bottom: 15px;
    color: #000000 !important;
}
.info_title p + p{
    color: #433F3C !important;
}
.info_title p:last-child{
    margin-bottom: 0;
} */


/*---------info css end----------*/


/*---------catalouge css start----------*/

.catalouge_wrapper {
    background-size: cover !important;
}

.catalouge_wrapper {
    padding: 73px 0;
}

.from_custom,
.from_custom:disabled,
.from_custom:focus {
    background: transparent;
    padding: 16px;
}

.from_custom::placeholder {
    color: #EBEBEB;
    font-size: 16px;
    font-weight: 400;
}

.upload_file {
    position: relative;
}

.browse_btn {
    padding: 16px;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #F3F3F3;
    color: #000000;
    border-color: #F3F3F3;
}

.browse_btn:hover,
.browse_btn:not(:disabled):not(.disabled):active,
.browse_btn:not(:disabled):not(.disabled):active:focus {
    background: #F3F3F3;
    color: #000000;
    border-color: #F3F3F3;
    box-shadow: none;
}

.file {
    visibility: hidden;
    position: absolute;
}


/*--------- 14.03.2019 ----------*/

.browse_btn span {
    border: 1px solid #A8A8A8;
    padding: 8px 10px;
    border-radius: 3px;
    box-shadow: 0 0 5px #A8A8A8;
}

.submit_btn {
    text-align: center;
}

.catalouge_submit {
    background: #46BEBC;
    border-color: #46BEBC;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding: .99rem 2.9rem;
    box-shadow: none;
    margin-top: 18px;
}

.catalouge_submit:hover,
.catalouge_submit:not(:disabled):not(.disabled).active,
.catalouge_submit:not(:disabled):not(.disabled):active,
.show>.catalouge_submit.dropdown-toggle,
.catalouge_submit.focus,
.catalouge_submit:focus,
.catalouge_submit:not(:disabled):not(.disabled):active:focus {
    background: transparent;
    border-color: #46BEBC;
    box-shadow: none;
}

.catalouge_form_wrapper {
    padding-top: 35px;
}

.catalouge_form_wrapper .form-control {
    color: #ffffff !important;
}

/*---------catalouge css end----------*/


/*---------footer css start----------*/

.footer_wrapper {
    background: #fff;
    padding: 73px 0;
}

.contact_wrapper {
    text-align: center;
}

.address p,
.address a {
    font-size: 18px;
    font-weight: 400;
    color: #696864;
}

.address p {
    line-height: 27px;
}

.address a {
    text-decoration: none;
}

.address {
    padding-top: 30px;
}

.address p a.mail_info {
    font-size: 18px;
    font-weight: 400;
    color: #46BEBC;
    text-decoration: none;
}

.dev {
    margin: 0 10px;
}

.address p span .fa-phone-volume {
    transform: rotate(-34deg);
}

.join {
    position: relative;
    display: inline-block;
    width: 100%;
}

.join_form {
    padding: 10px 0 10px 52px;
    width: 40% !important;
}

.mail {
    position: absolute;
    top: 12px;
    left: 25%;
}

.join_btn {
    text-transform: uppercase;
    background: #46BEBC;
    color: #ffffff;
    border-color: #46BEBC;
    padding: 10px 20px;
}

.social_icon {
    margin: 7px 0 30px 0;
    padding: 0;
}

.social_icon li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.social_icon li:last-child {
    margin-right: 0;
}

.facebook {
    background: #1063C1;
    padding: 3px 12px !important;
}

.twitter {
    background: #0BBAEC;
}

.instagram {
    background: #EE097A;
}

.linkdin {
    background: #1583A3;
}

.social {
    padding: 3px 10px;
    display: block;
    color: #ffffff !important;
    border-radius: 6px;
}

.copyright {
    text-align: center;
}

.copyright p {
    font-size: 18px;
    font-weight: 400;
    color: #696864;
}


/*--------- 14.03.2019 ----------*/

.join_btn:hover,
.join_btn:not(:disabled):not(.disabled):active,
.join_btn:focus,
.join_btn:not(:disabled):not(.disabled):active:focus {
    background: #46BEBC;
    color: #ffffff;
    border-color: #46BEBC;
    box-shadow: none;
}


/*---------footer css end----------*/

.back-to-top {
    position: relative;
    display: none;
    text-align: center;
}

.back-to-top a {
    border: 1px solid #1583A3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 99;
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.back-to-top a span .fa-arrow-up {
    margin-top: 15px;
    font-size: 20px;
}

.footer_logo img,
.logo img {
    width: 196px;
    height: 73px;
}

.footer_logo {
    display: inline-block;
}


/* ========= Thank you CSS ========= */

.thanks-head {
    width: 100%;
    margin: auto;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.thanks-head img {
    width: 200px;
    height: auto;
}

.thanks-text {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    min-height: 80vh;
    text-align: center;
}

.thanks-text img {
    max-width: 100px;
}

.thanks-text h1 {
    font-size: 60px;
    font-weight: 600;
    color: #46BEBC;
    text-transform: capitalize;
}

.thanks-text h3 {
    font-size: 30px;
    font-weight: 400;
    color: rgb(15, 15, 15);
    margin-bottom: 30px;
}

.thanks-text h5 {
    display: inline-block;
}

.thanks-text h5 a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #46BEBC;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 4px;
    display: inline-block;
}

.thanks-text h5 a:hover {
    text-decoration: none;
}

.thanks-footer {
    width: 100%;
    margin: auto;
    padding: 20px 0 15px 0;
    text-align: center;
    background-color: #eaeaea;
}