@charset "utf-8";
/*..............embedded fonts..............*/

/*..............embedded fonts..............*/

/*..............custom fonts..............*/

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff'),
        url('../fonts/HelveticaNeue.ttf') format('truetype'),
        url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Regular.eot');
    src: url('../fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DIN-Regular.woff2') format('woff2'),
        url('../fonts/DIN-Regular.woff') format('woff'),
        url('../fonts/DIN-Regular.ttf') format('truetype'),
        url('../fonts/DIN-Regular.svg#DIN-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Bold.eot');
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Bold.woff2') format('woff2'),
        url('../fonts/DINPro-Bold.woff') format('woff'),
        url('../fonts/DINPro-Bold.ttf') format('truetype'),
        url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Condensed';
    src: url('../fonts/DINCondensed-Bold.eot');
    src: url('../fonts/DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINCondensed-Bold.woff2') format('woff2'),
        url('../fonts/DINCondensed-Bold.woff') format('woff'),
        url('../fonts/DINCondensed-Bold.ttf') format('truetype'),
        url('../fonts/DINCondensed-Bold.svg#DINCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/*..............custom fonts..............*/

/*..............common styles..............*/
*{margin: 0; padding: 0;}
/*body { font-family: 'DIN'; font-size:18px; color:#000; line-height: normal;}*/
#landing_part_page h1, #landing_part_page h2, #landing_part_page h3, #landing_part_page h4, #landing_part_page h5, #landing_part_page h6 { margin:0 0 20px; padding:0;}
#landing_part_page h1{ font-size:34px;  font-weight: bold; font-family: 'DINPro'; line-height:38px;}
#landing_part_page h2{ font-size:34px;  font-weight: bold; font-family: 'DINPro'; line-height:38px;}
#landing_part_page h3{ font-size:30px; line-height:34px;}
#landing_part_page h4{ font-size:28px; line-height:31px}
#landing_part_page h5{ font-size:23px; line-height:27px;}
#landing_part_page h6{ font-size:20px; line-height:24px;}
#landing_part_page p{ font-size:18px; color: #000; margin:0 0 20px; padding:0; font-family: 'DIN'; line-height:1.6;}
#landing_part_page img{ max-width: 100%;}
#landing_part_page a, #landing_part_page img{ border:0; text-decoration: none; outline: none; color: #333; font-family: 'DIN';}
#landing_part_page a, #landing_part_page a:link, #landing_part_page a:visited, #landing_part_page a:focus, #landing_part_page a:hover { /*color: #179ae2;*/ outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
#landing_part_page a:hover{ text-decoration:none;}

#landing_part_page input, #landing_part_page textarea, #landing_part_page select{ font-family: 'DIN'; font-size: 16px; outline: none;}
#landing_part_page input[type="submit"]{ font-family: 'DIN'; font-size: 16px; transition:all 0.3s ease 0s; outline: none;}

/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
#landing_part_page .alignleft , #landing_part_page .alignnone{float:left; margin:0 15px 10px 0;}
#landing_part_page .alignright{float:right; margin:0 0 10px 15px;}
#landing_part_page .aligncenter{margin:10px auto; display:block;}
/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
#landing_part_page .btn { border: 0; display: inline-block; vertical-align: top; background: #b3925a; color: #fff; padding: 14px 30px; font-size: 16px; text-transform: capitalize; font-family: 'DIN'; border-radius: 0;}
#landing_part_page .btn.solid-color { background: #f00; color: #fff; }
#landing_part_page .btn.border { background:none; color: #000; border: 2px solid #000; }
#landing_part_page .btn.rounded { border-radius: 5px;}
#landing_part_page .btn.medium-size { /* Your custom Styles */ }
#landing_part_page .btn.large-size { /* Your custom Styles */}
#landing_part_page .btn:hover{background: #aa7d3c;}
#landing_part_page a.btn{color: #fff !important;}

/* --- Button Styles --- */

/*row with equal height column*/
#landing_part_page .row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
/*row with equal height column*/

/* --- checkbox and radio button Styles --- */

#landing_part_page .builder_radiobox ul li label{ font-weight: normal;}
#landing_part_page .builder_radiobox ul li input[type="radio"]{ opacity: 0;}
#landing_part_page .builder_radiobox ul li input[type="radio"]:empty ~ label{ position:relative; float:left; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; padding: 0 0 0 22px;}
#landing_part_page .builder_radiobox ul li input[type="radio"]:empty ~ label:before{ position:absolute; display:block; top:2px; bottom:0; left:0; content:""; width:16px; height:16px; background:url(../images/radiobutton.png) left top no-repeat;}
#landing_part_page .builder_radiobox ul li input[type="radio"]:checked ~ label:before{ background:url(../images/radiobutton.png) left bottom no-repeat;}

/* --- checkbox and radio button Styles --- */

/*..............common styles..............*/

#landing_part_page .click { display:none; color: #fff; float: right; font-size: 28px;}
#landing_part_page .main_menu a.closebtn{
    display: none;
    }


/*for header css*/
#landing_part_page .main-header { background: #626261; padding: 15px 0;}
#landing_part_page .header-row{display: flex; justify-content: space-between;}
#landing_part_page .logo { /*float: left;*/ margin-right: 30px;}
#landing_part_page .header-rightTop{margin: 15px 0 15px 40px; display: flex; justify-content: space-between;}
#landing_part_page .header-call{border: 1px solid #b3925a; padding: 14px 35px; text-transform: uppercase; color: #fff;}
#landing_part_page .header-call a{color: #fff;}
#landing_part_page .header-call a:hover{color: #b3925a;}

#landing_part_page .main_menu { float: right; }
#landing_part_page .main_menu ul { margin: 0; padding: 0; list-style: none;}
#landing_part_page .main_menu ul li { list-style: none; display: inline-block; vertical-align: top; margin: 0 10px; text-transform: uppercase;}
#landing_part_page .main_menu ul li a { display: block; padding: 5px 0 10px; color: #fff; text-transform: uppercase; font-size: 20px;     font-family: 'DIN Condensed';}
#landing_part_page .main_menu ul li:hover a, #landing_part_page .main_menu ul li.current-menu-item a { color: #b3925a;}

/*for header css*/

#landing_part_page .somfy-top{/*background: #f9b630;*/ background: #E28417; padding: 5px 35px; margin-top: 25px;}
#landing_part_page .somfy-left h3, #landing_part_page .somfy-right h5{font-family: 'DINPro'; font-weight: bold; margin-bottom: 0; margin-top: 0;}
#landing_part_page .somfy-left h3 { font-size:20px; color: #000000; }
#landing_part_page .somfy-right{display: flex; justify-content: flex-end; align-items: center;}
#landing_part_page .somfy-right img{margin-left: 15px;}

#landing_part_page .banner-bg{background-size: cover; background-position: top center; background-repeat: no-repeat; padding: 0 30px;}
#landing_part_page .slider-wrap { position: relative;}

#landing_part_page .slider_inner{padding: 0 40px;}
#landing_part_page .banner-left{background: rgba(255, 255, 255, 0.6); border: 1px solid #fcfcfc; padding: 30px 0; width: 80%; margin-bottom: 25px;}
#landing_part_page .banner-leftHeader{padding: 9px 45px;}
#landing_part_page .banner-leftHeader h2{font-family: 'DIN Condensed'; font-weight: bold; margin-top:0; font-size: 34px;}
#landing_part_page .banner-list{padding-left: 0; margin-bottom: 0; margin-left: 0;}
#landing_part_page .banner-list li{list-style: none; position: relative; margin-left: 0;}
#landing_part_page .banner-list li a{font-size: 23px; font-family: 'DIN Condensed'; font-weight: bold; padding: 9px 45px; color: #000; display: block;}
#landing_part_page .banner-list li a:hover, #landing_part_page .banner-list li.active a{color: #f9b630 !important; background: rgba(0, 0, 0, 0.6);}

#landing_part_page .banner-video {
    margin: 50px 0 0px;
    line-height: 0;
    width: 100%;
    padding: 28% 0;
    position: relative;
    margin-bottom: 30px;
}
#landing_part_page .banner-video iframe {
    border: 2px solid #000;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
}
#landing_part_page .banner-video img{width: 100%;}
#landing_part_page .rightplace-box{display: flex; align-items: center;}
#landing_part_page .rightplace-content { width: 50%; padding: 0 5%; text-align: center;}
#landing_part_page .rightplace-pic { width: 50%;}
#landing_part_page .rightplace-content h2{font-family: 'DIN Condensed'; font-weight: bold; margin-top:0; font-size: 34px;}
#landing_part_page .rightplace-content p{font-size: 18px;}
#landing_part_page .rightplace-row .owl-carousel .owl-item img{width: auto;}
#landing_part_page .rightplace-logo img{margin: 0 auto;}

/*-- carousel-arrow(Start) --*/
/*#landing_part_page .rightplace-row .owl-carousel .owl-nav button.owl-prev span,
#landing_part_page .rightplace-row .owl-carousel .owl-nav button.owl-next span{
    font-size: 0;
}
#landing_part_page .rightplace-row .owl-carousel .owl-nav button.owl-prev{
    width: 35px; height: 45px; background: #c9c9c9; position: absolute; top:50%; transform: translateY(-50%); left: 0px; clip-path: polygon(100% 0, 36% 50%, 100% 100%);
}
#landing_part_page .rightplace-row .owl-carousel .owl-nav button.owl-next{
    width: 35px; height: 45px; background: #c9c9c9; position: absolute; top:50%; transform: translateY(-50%); right: 0px; clip-path: polygon(0 0, 0% 100%, 50% 50%);
}*/
#landing_part_page .rightplace-row .owl-dots { position: absolute; width: 50%; right: 0; bottom: 0px; } 
#landing_part_page .rightplace-row.updated .owl-dots { width: 100%; } 
#landing_part_page .rightplace-row .owl-theme .owl-dots .owl-dot span{background: #fff; width: 20px; height: 20px;}
#landing_part_page .rightplace-row .owl-theme .owl-dots .owl-dot.active span, #landing_part_page .rightplace-row .owl-theme .owl-dots .owl-dot:hover span{background: #b3925a;}

/*-- carousel-arrow(End) --*/

/*for main sections css*/
#landing_part_page .container-width{width: calc(100% - 50px); margin: 0 auto; position: relative;}
#landing_part_page .main-section { padding: 80px 0;}
#landing_part_page .sec-gap { padding: 50px 0;}

#landing_part_page .simplify-sec{background: #000;}
#landing_part_page .simplify-box{background: #f8f7f5; position: relative; transition: all 0.6s ease-in-out 0s;}
/*.simplify-box:before{border: 6px solid transparent; width: 100%; height: 0%; bottom: 0; position: absolute; content: ""; transition: all 0.6s ease-in-out 0s;}
.simplify-box:hover:before{ height: 100%; z-index: 1; border: 6px solid #b3925a;}*/
#landing_part_page .simplify-pic{position: relative; overflow: hidden;}
#landing_part_page .simplify-pic img{width: 100%;}
#landing_part_page .simplify-overlay{position: absolute; width: 100%; background:rgba(0, 0, 0, 0.7); bottom: 0; text-align: center; height: 0; transition: all 0.6s ease-in-out 0s; overflow: hidden; border-width: 6px; border-style: solid; /*border-color: #f00;*/}
#landing_part_page .simplify-box:hover .simplify-overlay{height: 100%;}
#landing_part_page .simplify-overlay p{ font-family: 'DIN Condensed'; font-weight: bold; font-size: 20px; color: #fff !important; margin-bottom: 0; top:50%; transform: translateY(-50%); position: relative; padding: 7px 40px;}
#landing_part_page .simplify-bottom {padding: 30px 0;}
#landing_part_page .simplify-bottom h4{margin-bottom: 0; color: #0f1011 !important; margin-top:0; font-family: 'DIN'; font-weight: 700; font-size: 28px;}
#landing_part_page .simplify-link{position: absolute; top:0; bottom: 0; left: 0; right: 0; z-index: 5;}

#landing_part_page .motorize-pic .alter_img { text-align: center; }
#landing_part_page .motorize-pic img { margin: 0 auto; width: auto; height: auto; max-height: 600px; }
#landing_part_page .motorize-content h2{font-weight: normal; font-family: 'DIN'; margin-top:0; font-size: 34px;}
#landing_part_page .motorize-list{padding-left: 0; margin-left: 0; margin-bottom: 0;}
#landing_part_page .motorize-list li{list-style: none; position: relative; padding-left: 35px; color: #060606; font-size: 30px; font-family: 'DIN Condensed'; font-weight: bold; line-height: 1.6; margin: 0 0 0 0;}
/*.motorize-list li:before{position: absolute; width: 20px; height: 20px; background: #ffb71c; content: ""; left: 0; top: 13px;}*/
#landing_part_page .motorize-list li span{position: absolute; left: 0; top: 13px; width: 20px; height: 20px; background: #ffb71c; }

#landing_part_page .hey-box{/*border-top: 7px solid #f9b630; border-bottom: 7px solid #f9b630;*/ border-style: solid;
    border-top-color: #cd2653; border-bottom-color: #cd2653; border-left: 0; border-right: 0; border-width: 7px; padding: 20px; margin: 25px 0;}
#landing_part_page .hey-box p{font-size: 20px; margin-bottom: 10px;}
#landing_part_page .hey-box h2, #landing_part_page .hey-box h4{ margin-bottom: 10px; margin-top:0;}
#landing_part_page .hey-box h2{font-weight: normal; font-family: 'DIN'; margin-top:0; font-size: 34px;}
#landing_part_page .hey-box h4{font-size: 28px;}

#landing_part_page .app-list ul{padding-left: 0; margin-bottom: 0;}
#landing_part_page .app-list ul li{margin-bottom: 6px; margin-right: 15px; list-style: none; display: inline-block; vertical-align: top;}

#landing_part_page .warranty-sec{background:#f9e7c3;}
#landing_part_page .warranty-box h2, #landing_part_page .warranty-box p{font-family: 'Helvetica Neue';}
#landing_part_page .warranty-batch{margin-bottom: 30px;}
#landing_part_page .warranty-batch img { margin: 0 auto;}
#landing_part_page .foot-discover-sec{background: #000000; padding: 15px;}
#landing_part_page .foot-discover-sec h3{color: #fff !important; margin-bottom: 0; font-family: 'DINPro'; font-weight: bold; line-height:1; margin-top:0; font-size: 30px;}
#landing_part_page .foot-discover-sec h3 a{color:#fff !important; display: inline-block;}

#landing_part_page .foot-hunt-sec{background: #b3925a; padding: 45px 0;}
#landing_part_page .hunt-left h3{color: #fff !important; font-family: 'DINPro'; font-weight: bold; margin-bottom: 0;}
#landing_part_page .hunt-right, #landing_part_page .foot-cont{display: flex; align-items: center; justify-content: space-between;}
#landing_part_page .hunt-right h6{margin-bottom: 0; color: #fff !important; font-family: 'DINPro'; font-weight: bold;}
#landing_part_page .foot-cont h6{margin-right: 20px;}
#landing_part_page .hunt-right h6 a{color: #fff;}
#landing_part_page .hunt-right h6 a:hover{color: #333;}

#landing_part_page .hunt-right span.call-icon{ width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50px; display: inline-block; text-align: center; line-height: 38px; margin-right: 15px; transform: rotate(89deg); font-size: 18px;}
#landing_part_page .foot-cont .btn{font-family: 'DINPro'; font-weight: bold; font-size: 20px; text-transform: none; border: 1px solid #fff;}

/*for main sections css*/


/*for footer sections css*/

#landing_part_page .foot-botm{background: #000; padding: 25px 0;}
#landing_part_page .foot-menu ul { margin-bottom: 10px; padding: 0; list-style: none;}
#landing_part_page .foot-menu ul li { list-style: none; display: inline-block; padding: 0 10px; font-size: 14px; font-family: 'Helvetica Neue';}
#landing_part_page .foot-menu ul li a { color: #fff;}
#landing_part_page .foot-menu ul li a:hover { color: #b3925a;}


#landing_part_page .copyright-row p{color: #fff !important; font-size: 14px; margin-bottom: 0; font-family: 'Helvetica Neue';}
#landing_part_page .copyright-row p span{color: #b3925a !important;}



/*for footer sections css*/

/*-- New_css(2-04-2020) --*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#landing_part_page .container {padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } 
#landing_part_page .container-fluid{width: 100%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .width-full{width: 100%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .width-91{width: 91%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .width-83{width: 83%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .width-75{width: 75%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .width-66{width: 66%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .width-58{width: 58%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .width-50{width: 50%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .width-41{width: 41%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .width-33{width: 33%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .width-25{width: 25%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .width-16{width: 16%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .width-8{width: 8%; padding-right: 15px; padding-left: 15px;}
#landing_part_page .row-custom{ display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-right: -15px; margin-left: -15px;}
#landing_part_page .align-items-center{align-items: center;}
#landing_part_page .justify-content-center{justify-content: center;}
#landing_part_page .text-center{text-align: center;}
#landing_part_page .margin-auto{margin: 0 auto;}
#landing_part_page .text-uppercase{text-transform: uppercase;}

/*-- Custom-tooltip(Start) --*/
#landing_part_page .tooltiptext { width: 120px; background-color: rgba(0, 0, 0, 0.8); color: #fff !important; text-align: center; border-radius: 6px; padding: 5px 6px; position: absolute; z-index: 1; top: 50%; transform: translateY(-50%); right: -129px; display: none; transition: opacity 0.3s; }
#landing_part_page .tooltiptext::after {content: ""; position: absolute; top: 50%; transform: translateY(-50%); left: -20px; border-width: 10px; border-style: solid; border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent; }
#landing_part_page .banner-list li:hover .tooltiptext{display: block;}
#landing_part_page .tooltiptext p{color: #fff !important; margin-bottom: 0; font-size: 14px; line-height:19px;}

/*-- Custom-tooltip(End) --*/
#landing_part_page .rightplace-row .owl-carousel .owl-item .rightplace-pic img{width: 100%;}
#landing_part_page .text-wh{color: #fff !important;}
#landing_part_page .simplify-header h2 span{/*color: #b3925a !important;*/ font-family: 'DIN'; font-weight: normal;}
#landing_part_page .mb-0{margin-bottom: 0;}
#landing_part_page .simplify-header{margin-bottom: 20px;}
#landing_part_page .text-capitalise{text-transform: capitalize;}
#landing_part_page .text-uppercase{text-transform: uppercase;}
#landing_part_page .rightplace-row .owl-carousel .owl-item .rightplace-logo img { width: auto;}

/*-- Accodian-css(Start) --*/
#landing_part_page .for-mob{display: none;}
#landing_part_page .accordion_container{
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #fcfcfc; width: 100%; margin-bottom: 20px;}

#landing_part_page .accordion_head {
    padding: 7px 25px;
    font-size: 22px;
    font-family: 'DIN Condensed';
    font-weight: bold; color: #000 !important; cursor: pointer;
}
#landing_part_page .accordion_head:hover{
    color: #f9b630;
    background: rgba(0, 0, 0, 0.6); 

}
#landing_part_page .accordion_body {
    color: #fff !important;
    background-color: rgba(0,0,0,.8);
    padding: 7px 25px;
}
#landing_part_page .accordion_body p{
    margin: 0px; color: #fff !important;
    font-family: 'DIN';
   font-size: 16px;
}
#landing_part_page .plusminus{
    float:right;
}
/*-- Accodian-css(End) --*/

#landing_part_page .logo-banner{ background: rgba(255, 255, 255, 0.6); border: 1px solid #fcfcfc; padding: 10px;}

#landing_part_page .content_wrap { width: 100% !important;}
#landing_part_page .simplify-header h2, #landing_part_page .warranty-box h2{margin-top:0; font-size: 34px;}
#landing_part_page .warranty-box p {font-size: 18px;}


#landing_part_page #main { padding-bottom: 0px !important;}
#landing_part_page .tribe-mobile #main { padding-top: 0px !important;}
#landing_part_page .logo-pro{display: inline-block; vertical-align: top; width: 150px; margin-top: 12px;}

/*-- Header-sideBar(Start) --*/

#landing_part_page .header-leftBar .main-header, #landing_part_page .header-rightBar .main-header { background: transparent; padding: 0px 0;}
#landing_part_page .header-leftBar .somfy-top, #landing_part_page .header-rightBar .somfy-top { margin-top: 0px;}

#landing_part_page .side-bar{width: 0; display: none;}
#landing_part_page .header-leftBar .side-bar{
    width: 180px; height: 100%; position: fixed; left: 0; top: 0; display: block; padding-top: 100px;} 
#landing_part_page .header-rightBar .side-bar{
    width: 180px; height: 100%; position: fixed; right: 0; top: 0; display: block; padding-top: 100px;}
#landing_part_page .header-leftBar main#landing_part, #landing_part_page .header-leftBar .main-footer {
    display: inline-block; vertical-align: top; width: calc(100% - 180px); margin-left: 180px; }
#landing_part_page .header-rightBar main#landing_part {
    display: inline-block; vertical-align: top; width: calc(100% - 180px);}
#landing_part_page .header-leftBar .side-bar ul, #landing_part_page .header-rightBar .side-bar ul{margin: 0; padding-left: 0;}
#landing_part_page .header-leftBar .side-bar ul li, #landing_part_page .header-rightBar .side-bar ul li{list-style: none; width: 100%; margin: 1px 0 1px 0px;}
#landing_part_page .header-leftBar .side-bar ul li a, #landing_part_page .header-rightBar .side-bar ul li a{ display: block; padding: 15px;text-transform: uppercase; font-size: 19px; font-family: 'DIN Condensed';}

#landing_part_page .header-leftBar .main_menu ul, #landing_part_page .header-rightBar .main_menu ul{display: none;}
#landing_part_page .header-leftBar .logo-pro{
    display: inline-block; vertical-align: top; position: fixed; z-index: 99; left: 10px; top: 15px; width: 150px; margin: 0 auto;}
#landing_part_page .header-rightBar .logo-pro {
    display: inline-block; vertical-align: top; position: fixed; z-index: 99; right: 10px; top: 15px; width: 150px; margin: 0 auto;}

/*-- Header-sideBar(End) --*/
#landing_part_page .ftr-top { padding: 30px 0;}
#landing_part_page .ftr-bottom {padding: 15px 0;}
#landing_part_page .ftr-bottom p{margin-bottom: 0;}
#landing_part_page .ftr-list ul{padding-left: 0; margin: 0;}
#landing_part_page .ftr-list ul li{margin: 0 0 10px 0; list-style: none;}
#landing_part_page .ftr-list ul li a{color: #fff;}
#landing_part_page .ftr-heading{ text-transform: capitalize;}

#landing_part_page .header-con{margin-bottom: 6px; text-align: right;}
#landing_part_page .header-con a{color: #e28417;}
#landing_part_page .header-con a:hover{color: #fff;}

#landing_part_page .header-leftBar .header-con, #landing_part_page .header-rightBar .header-con { text-align: left; padding-left: 10px;}
#landing_part_page .header-leftBar .main-header .header-con, #landing_part_page .header-rightBar .main-header .header-con{display: none;}
#landing_part_page .somfy-right .select_container select { padding: .4em .3em; padding-right: 0.8em!important; font-size: 0.9em; line-height: 1em; color: #0b263a;}
#landing_part_page .somfy-right .select_container:after { right: 0.1em;}
#landing_part_page .somfy-right .select_container { width: 70px;}
#landing_part_page .somfy-right .select_container:before { width: 1em;}
#landing_part_page .somfy-right span.flag.flag-fr{margin-right: 10px;}

/*Media Query css*/


@media (min-width: 768px) {
  #landing_part_page .container {
    width: 750px;
  }
  #landing_part_page .order-md-2{order: 2;}
  #landing_part_page .order-md-1{order: 1;}
}
@media (min-width: 992px) {
  #landing_part_page .container {
    width: 970px;
  }
  #landing_part_page .main_menu{
        display: block !important;
    }
    #landing_part_page #mySidenav{
        width: auto !important;
    }

}
@media (min-width: 1200px) {
  #landing_part_page .container {
    width: 1170px;
  }
}
@media only screen and ( min-width:1601px ) {
    #landing_part_page .container { width: 1200px;}
}

@media only screen and ( max-width:1480px ) {
     /*.main_menu ul li { margin: 0 6px;}
       .main_menu ul li a { font-size: 16px;}*/

}
@media only screen and ( max-width:1199px ) {
    #landing_part_page .container-width { width: 100%;}
    /*.main_menu ul li { margin: 0 4px;}
    .main_menu ul li a { font-size: 14px;}*/
    #landing_part_page .logo { margin-right: 10px; width: 250px;}
    #landing_part_page .header-call { padding: 9px 20px; font-size: 16px;}
    #landing_part_page .header-rightTop .btn{padding: 9px 20px;}
    #landing_part_page .header-rightTop { margin: 8px 0 8px 30px;}
    /*.main_menu ul li a { padding: 25px 0;}*/
    #landing_part_page .banner-video { margin: 60px 0 0px;}
    #landing_part_page .banner-leftHeader { padding: 7px 25px;}
    #landing_part_page .banner-list li a { font-size: 22px; padding: 7px 25px;}
    #landing_part_page .ftr-list ul li a {font-size: 16px;}


}
@media only screen and ( max-width:1024px ) {
    #landing_part_page .sec-gap { padding: 35px 0;}
    #landing_part_page .banner-video { margin: 40px 0 0px;}
    #landing_part_page .simplify-bottom { padding: 15px 0;}
    #landing_part_page .simplify-overlay p { font-size: 18px; padding: 7px 20px;}
    
    

}

/*@media only screen and ( min-width: 992px ) {
    .main_menu{
        display: block !important;
    }
    #mySidenav{
        width: auto !important;
    }
}*/
@media only screen and ( max-width: 991px ) {
 #landing_part_page .click{ display: block; cursor: pointer; margin-top: 15px; position: relative; } 
 #landing_part_page .main_menu a.closebtn{ color: #fff; display: block;}

    /*-- For_mob_menu(Start) --*/
    #landing_part_page .main_menu { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0 !important; background-color: rgba(0, 0, 0, 0.97); overflow-x: hidden; transition: 0.5s; padding-top: 60px; z-index: 999;}

    #landing_part_page .main_menu a { display: block; transition: 0.3s; }
    #landing_part_page .main_menu a:hover { color: #333;}

    #landing_part_page .main_menu .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px; }
    #landing_part_page .main_menu ul li { margin: 0 0px; display: block;}
    #landing_part_page .main_menu ul li a { padding: 12px 10px;}

    /*-- For_mob_menu(End) --*/
    #landing_part_page h1{ font-size:32px; line-height:36px;}
    #landing_part_page h2{ font-size:32px; line-height:36px;}
    #landing_part_page h3{ font-size:28px; line-height:32px;}
    #landing_part_page h4{ font-size:24px; line-height:28px;}
    #landing_part_page .banner-leftHeader h2, #landing_part_page .rightplace-content h2, #landing_part_page .simplify-header h2, #landing_part_page .warranty-box h2, #landing_part_page .motorize-content h2, #landing_part_page .hey-box h2{font-size: 32px;}
    #landing_part_page .foot-discover-sec h3{font-size: 28px;}
    #landing_part_page .simplify-bottom h4, #landing_part_page .hey-box h4{ font-size: 24px;}



    #landing_part_page .main-header { padding: 10px 0 10px;}
    #landing_part_page .logo { margin-right: 0px; width: 160px;}
    #landing_part_page .header-call{ padding: 5px 12px; font-size: 14px; margin-right: 10px;}
    #landing_part_page .header-rightTop .btn { padding: 5px 12px; font-size: 14px;}
    #landing_part_page .header-rightTop { margin: 4px 0 3px 0px;}
    #landing_part_page .somfy-top { padding: 5px 0px; margin-top: 10px;}
    #landing_part_page .foot-hunt-sec { padding: 30px 0; text-align: center;}
    #landing_part_page .rightplace-box { display: block;}
    #landing_part_page .rightplace-content { width: 100%; padding: 0 0%;}
    #landing_part_page .rightplace-pic {width: 100%; margin-top: 20px; text-align: center;}
    #landing_part_page .rightplace-row .rightplace-pic img{width: 100% !important;}
    #landing_part_page .rightplace-row .owl-dots { width: 100%;}


    #landing_part_page .header-leftBar .side-bar, #landing_part_page .header-rightBar .side-bar{display: none;}
    #landing_part_page .header-leftBar main#landing_part, #landing_part_page .header-rightBar main#landing_part, #landing_part_page .header-leftBar .main-footer {
    display: inline-block;
    vertical-align: top;
    width: 100%; margin-left: 0;}
    #landing_part_page .header-leftBar .main_menu ul, #landing_part_page .header-rightBar .main_menu ul{display: block;}
    #landing_part_page .header-leftBar .logo-pro{ position: relative; width: 150px; top: 0; left: 0;}
    #landing_part_page .header-rightBar .logo-pro{position: relative; width: 150px; top: 0; right: 0}
    #landing_part_page .logo-pro{width: 150px; margin-top: 0px;}
    #landing_part_page .header-con { margin-bottom: 6px; text-align: left; padding-left: 10px;}

    

}
@media only screen and ( max-width: 767px ) {
    #landing_part_page .sec-gap { padding: 20px 0;}

    #landing_part_page h1, #landing_part_page h2, #landing_part_page h3, #landing_part_page h4, #landing_part_page h5, #landing_part_page h6 { margin:0 0 10px;}
    #landing_part_page h1{ font-size:30px; line-height:34px;}
    #landing_part_page h2{ font-size:30px; line-height:34px;}
    #landing_part_page h5{ font-size:20px; line-height:24px;}
    #landing_part_page h6{ font-size:18px; line-height:22px;}
    #landing_part_page p{ font-size:16px; margin:0 0 10px;}

    #landing_part_page .banner-leftHeader h2, #landing_part_page .rightplace-content h2, #landing_part_page .simplify-header h2, #landing_part_page .warranty-box h2, #landing_part_page .motorize-content h2, #landing_part_page .hey-box h2{font-size: 30px;}
    #landing_part_page .rightplace-content p, #landing_part_page .warranty-box p{font-size: 16px;}


    #landing_part_page .warranty-batch { margin-bottom: 20px;}
    #landing_part_page .foot-cont .btn { font-size: 15px;}
    #landing_part_page .foot-cont .btn { padding: 9px 20px; margin-top:8px; }
    #landing_part_page .foot-hunt-sec { padding: 10px 0;}
    #landing_part_page .foot-botm { padding: 10px 0;}
    #landing_part_page .hey-box { border-top: 4px solid #f9b630; border-bottom: 4px solid #f9b630; padding: 10px; margin: 15px 0;}
    #landing_part_page .motorize-list li { padding-left: 30px; font-size: 24px;}
    #landing_part_page .motorize-list li:before { width: 15px; height: 15px; top: 10px;}
    #landing_part_page .motorize-pic{margin-bottom: 15px;}
    #landing_part_page .somfy-top{text-align: center;}
    #landing_part_page .somfy-right { justify-content: center; margin-top: 15px;}
    #landing_part_page .motorize-pic{text-align: center;}
    #landing_part_page .banner-video { margin: 20px 0 20px;}
    #landing_part_page .banner-left { width: 100%; margin-bottom: 20px;}
    #landing_part_page .simplify-box{margin-bottom: 15px;}
    #landing_part_page .banner-left { padding: 0px 0;}
    #landing_part_page .tooltiptext { width: 90%; margin: 0 auto; top: inherit; transform: inherit; right: 0; left: 0; margin: 0 auto; bottom: -50px; }
    #landing_part_page .tooltiptext::after {content: ""; position: absolute; top: -20px; transform: translate(-50%, 0); left: 50%; border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;}
    #landing_part_page .simplify-header{margin-bottom: 15px;}
    #landing_part_page .simplify-overlay, #landing_part_page .simplify-box:before{height: 100%;}
    #landing_part_page .simplify-box:before { height: 100%;z-index: 1; border: 6px solid #b3925a;}
    #landing_part_page .logo-banner{text-align: center;}
    #landing_part_page .logo-banner img { margin: 0 auto;}
    #landing_part_page .for-mob{display: block;}
    #landing_part_page .for-desktop{display: none;}
    #landing_part_page .ftr-top { padding: 30px 0;text-align: center;}
    #landing_part_page .ftr-list ul li { margin: 0 0 3px 0;}
    #landing_part_page .ftr-col { margin-bottom: 20px;}
    

    #landing_part_page .width-75{width: 100%;}
    #landing_part_page .width-66{width: 100%;}
    #landing_part_page .width-58{width: 100%;}
    #landing_part_page .width-50{width: 100%;}
    #landing_part_page .width-41{width: 100%;}
    #landing_part_page .width-33{width: 100%;}
    #landing_part_page .width-25{width: 100%;}
    #landing_part_page .width-16{width: 100%;}
    #landing_part_page .width-8{width: 100%;}


}
@media only screen and ( max-width: 575px ) {
    #landing_part_page h1{ font-size:28px; line-height:32px;}
    #landing_part_page h2{ font-size:28px; line-height:32px;}
    #landing_part_page h3{ font-size:25px; line-height:30px;}
    #landing_part_page h4{ font-size:22px; line-height:26px;}
/*    .header-call { padding: 3px 4px; font-size: 12px; margin-right: 5px;}
.header-rightTop .btn { padding: 3px 4px; font-size: 12px;}*/

#landing_part_page .banner-leftHeader h2, #landing_part_page .rightplace-content h2, #landing_part_page .simplify-header h2, #landing_part_page .warranty-box h2, #landing_part_page .motorize-content h2, #landing_part_page .hey-box h2{font-size: 28px;}
#landing_part_page .foot-discover-sec h3{font-size: 25px;}
#landing_part_page .simplify-bottom h4, #landing_part_page .hey-box h4{ font-size: 22px;}


#landing_part_page .logo {  width: 150px;}
#landing_part_page .header-call {
    padding: 3px 2px;
    font-size: 11px;
    margin-right: 2px;
}
#landing_part_page .header-rightTop .btn {
    padding: 3px 2px;
    font-size: 11px;
}
#landing_part_page .banner-leftHeader { padding: 7px 10px; } 
#landing_part_page .banner-list li a { padding: 7px 10px;}
#landing_part_page .banner-bg { padding: 0 0px;}


}
@media only screen and ( max-width: 480px ) {
    #landing_part_page .click{line-height: 30px;}
    #landing_part_page .hunt-right, #landing_part_page .foot-cont { display: block;}
    #landing_part_page .logo { width: 120px;}
    #landing_part_page .header-rightTop { margin: 0px 0 0px 0px; display: block; text-align: right;}
    #landing_part_page .header-call { padding: 2px 8px; margin-right: 0; margin-bottom: 3px; }
    #landing_part_page .header-rightTop .btn{ padding: 2px 8px;}
    #landing_part_page .logo{width: 140px;}
    #landing_part_page .main-header { padding: 6px 0 6px;}
    #landing_part_page .somfy-right {display: block; margin-top: 5px;}
    #landing_part_page .somfy-right h5{margin-bottom: 8px;}
    #landing_part_page .simplify-overlay{border-width: 3px;}
    #landing_part_page .somfy-top .somfy-right>div { display: inline-block;}


}

/*Media Query css*/