html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.clearfix, .row {
  position: relative;
}

.clearfix:after,
.row:after {
  content: "";
  clear: both;
  display: table;
}

* {
  box-sizing: border-box;
  outline: none;
}

body, input, textarea, button, p, a, li, select,
h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  line-height: 1.5;
  color: #060606;
  font-family: "Montserrat", sans-serif;
}

.align-center, .mynewDiv {
  text-align: center;
}

.container {
  width: 95%;
  max-width: 1170px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
}

.mynewDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ot_pg_tp_hed_sec {
  margin: 0;
  position: relative;
}
.ot_pg_tp_hed_sec .cmn_tp_ban_sec {
  height: 580px;
}
.ot_pg_tp_hed_sec .cmn_tp_ban_sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.ot_pg_tp_hed_sec .cmn_tp_ban_sec::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000 35%, rgba(255, 255, 255, 0.2) 58%, #000 78%, #000 100%);
  opacity: 0.45;
}
.ot_pg_tp_hed_sec .cmn_tp_hed_intro_text {
  position: absolute;
  max-width: 1170px;
  width: 95%;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
.ot_pg_tp_hed_sec .cmn_tp_hed_intro_text h1, .ot_pg_tp_hed_sec .cmn_tp_hed_intro_text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: transparent;
  background: #fff;
  z-index: 11;
}

.header_flex {
  display: flex;
  width: 100%;
  align-items: center;
}
.header_flex .logo_h {
  max-width: 300px;
}
.header_flex .logo_h img {
  width: 100%;
  vertical-align: middle;
}
.header_flex .nav_h {
  flex: 1;
  align-content: flex-end;
}
.header_flex .nav_h nav > ul {
  display: flex;
  justify-content: flex-end;
  position:relative;
}
.header_flex .nav_h nav > ul li {
  /*position: relative;*/
}
.header_flex .nav_h nav > ul li a, .header_flex .nav_h nav > ul li span {
  color: #373737;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  display: block;
  padding: 20px 10px;
  text-transform: uppercase;
  cursor: pointer;
  transition:all linear .3s;
}
.header_flex .nav_h nav > ul li a:hover, .header_flex .nav_h nav > ul li span:hover {
  opacity: 1;
  color: #da0;
}
.header_flex .nav_h nav > ul li .dd_menu {
  position: absolute;
  top: 99%;
  background: #eee;
  min-width: 370px;
  max-width: 600px;
  visibility: hidden;
  transition:all linear .3s;
  opacity:0;
}
.header_flex .nav_h nav > ul li .dd_menu ul li a {
  padding: 10px 20px;
  white-space: normal;
  color: #060606;
  text-transform: none;
}
.header_flex .nav_h nav > ul li:hover .dd_menu {
  visibility: visible;
  opacity:1;
}

.header_flex .nav_h nav > ul li .dd_menu{min-width:600px;border-radius:10px;right:0;display:flex;box-shadow:0px 10px 100px rgba(0,0,0,0.25);}
.dd_menu:before{content: ""; width: 20px; height: 20px; transform: rotate(45deg); left: 48%; top: -8px; position: absolute; background: #eee;}
.dd_6{margin:10px;visibility:hidden;}
.dd_6 + .dd_6{ width:370px;}

.header_flex .nav_h nav > ul li:hover .dd_menu .dd_6{visibility: visible;}
.header_flex .nav_h nav > ul li .dd_menu ul li a, .dd_6 ul li a{font-weight:400;transition:all linear .3s;}
.header_flex .nav_h nav > ul li .dd_menu ul li a:hover,.dd_6 ul li a:hover{letter-spacing:0.5px;color:#da0;}
.header_flex .nav_h nav > ul li .dd_menu .dd_6 span:hover {
    opacity: 1;
    color: #060606;}
    


.ot_pg_header {
  background: transparent;
  padding: 20px 0;
  padding:0;
  transition: all linear 0.3s;
}
.ot_pg_header .header_flex .nav_h nav > ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom:0;
  position:relative;
}
.ot_pg_header .header_flex .nav_h nav > ul li {
  /*position: relative;*/
}
.ot_pg_header .header_flex .nav_h nav > ul li a, .ot_pg_header .header_flex .nav_h nav > ul li span {
  color: #fff;
}
 .ot_pg_header .header_flex .nav_h nav > ul li .dd_menu .dd_6 span {color:#000;}

.ot_pg_header.tp_menu_act {
  background: #461470;
  padding: 10px 0;
}

.ftr_callback_sec {
  background: #ED562A;
  padding: 50px 100px;
  background: #5a2983;
}

.call_back_form {
  display: flex;
  gap: 30px;
}

.form_bx {
  flex: 1;
}

.form_bx:last-child {
  max-width: 200px;
}

.form_bx input, .form_bx button {
  padding: 10px 20px;
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  color: #000;
  border: 0;
  transition: all linear 0.3s;
}

.form_bx input:focus {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 80px #d6aff4;
  box-shadow: 0px 0px 80px rgba(214, 175, 244, 0.5215686275);
}

.form_bx button {
  background: #7E3CB8;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  transition: all linear 0.3s;
}

.form_bx button:hover {
  background: #b83cb4;
  background: #cf633c;
  background: #b83cb4;
}

footer {
  background: #622F8E;
  padding: 70px 0;
  min-height: 300px;
}

.ftr_flex_boxes {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.ftr_box:first-child {
  min-width: 260px;
}
.ftr_box:last-child {
  margin-left: 30px;
}
.ftr_box h4 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  opacity: 0.8;
}
.ftr_box h5 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
  opacity: 0.6;
}
.ftr_box .social_m_icons a {
  opacity: 0.6;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #000;
  text-align: center;
  line-height: 50px;
  margin-right: 8px;
  border-radius: 50%;
  transform: scale(0.9);
  vertical-align: middle;
  transition: all linear 0.3s;
  background: #4b1a74;
}
.ftr_box .social_m_icons a img {
  width: 30px;
  padding: 5px;
  border-radius: 25%;
  vertical-align:middle;
}
.ftr_box .social_m_icons a:hover {
  background: #4b1a74;
  background: #f78a27;
  background: #b83cb4;
  opacity: 1;
  transform: scale(1);
  margin-top: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.ftr_box .ftr_navs {
  padding: 5px;
  margin: 10px 0;
}
.ftr_box .ftr_navs li {
  margin-bottom: 5px;
}
.ftr_box .ftr_navs li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.4;
  transition: all linear 0.3s;
  display: inline-block;
  padding: 2px 0;
  white-space: nowrap;
}
.ftr_box .ftr_navs li a:hover {
  opacity: 1;
}
.ftr_box .address_cards {
  margin: 20px 0 50px;
}
.ftr_box .address_cards p {
  font-size: 18px;
  color: #c1a3da;
  line-height: 30px;
}
.ftr_box .address_cards p span {
  font-size: 18px;
  font-weight: 600;
  color: #ccc;
  display: inline-block;
}

.main_slider {
  height: 100vh;
  background-color: #e4e4e4;
  position: relative;
}
.main_slider::after {
  content: "";
  position: absolute;
  background-image: url("../images/loader.gif");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main_slider .slider-wrapper,
.main_slider .slider-wrap,
.main_slider .owl-stage-outer,
.main_slider .owl-stage,
.main_slider .owl-item,
.main_slider .slider-item {
  height: 100%;
  width: 100%;
}
.main_slider .slider-wrap {
  display: none !important;
}
.main_slider .slider-wrap.active {
  display: block !important;
}
.main_slider .slider-item {
  position: relative;
  overflow: hidden;
}
.main_slider .slider-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_slider .slider-wrap .owl-dots {
  bottom: 18%;
  position: absolute;
  margin-left: 10px;
  left: calc((100% - 1170px)/2 + 40px);
  width: 80px;
  text-align: left;
}
.main_slider .slider-wrap .owl-dots .owl-dot span {
  background: #D5B76F;
  width: 20px;
  height: 20px;
}
.main_slider .slider-wrap .owl-dots .owl-dot.active span {
  background: #000;
}
.main_slider .slider-wrap .owl-dots .owl-dot:hover span {
  background: #f01614;
  background: #000;
}
.main_slider .slider-wrap .owl-nav {
  position: absolute;
  bottom: 18%;
  position: absolute;
  max-width: 1170px;
  padding-left: 15px;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
  text-align: left;
  line-height: 45px;
  font-size: 45px;
}

.main_slider .slider-wrap .owl-nav button img{ height:22px;}
.main_slider .slider-wrap .owl-nav button + button {margin-left:95px;}
.main_slider .slider-wrap .owl-nav button:hover{background:transparent;}


.slidr_abs_cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.slidr_abs_cont::before {
  content: "";
  position: absolute;
  background: #fff;
  top: -50%;
  left: -10%;
  opacity: 0.8;
  width: 800px;
  height: 100vh;
  filter: blur(50px);
  border-radius: 50%;
  box-shadow: 0px 0px 100px 100px rgba(255, 255, 255, 0.8);
}

.hm_slider_cont_h {
  width: 50%;
  padding-left: 5px;
}
.hm_slider_cont_h h1, .hm_slider_cont_h h2 {
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 20px;
  font-weight: 800;
}
.hm_slider_cont_h p {
  font-size: 20px;
  line-height: 28px;
}

.cstm_nav_owl_car {
  bottom: 18%;
  position: absolute;
  max-width: 1170px;
  padding-left: 15px;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
  text-align: left;
  line-height: 45px;
  font-size: 45px;
  display: flex;
  z-index: 2;
}
.cstm_nav_owl_car span {
  font-size: 40px;
  color: #D5B76F;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cstm_nav_owl_car ul {
  margin: 0px 10px;
  display: flex;
  align-items: center;
}
.cstm_nav_owl_car ul li {
  flex: 1;
  margin: 0px 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #D5B76F;
  cursor: pointer;
  transition: all linear 0.3s;
}
.cstm_nav_owl_car ul li:hover,
.cstm_nav_owl_car ul li.active_owl {
  background: #565656;
}

.about_us_sec {
  padding: 200px 0;
  background: #fff url("../images/abt-bg.png");
}
.about_us_sec .hm_abt_cont_h {
  display: flex;
  align-items: center;
  padding: 5px;
}
.about_us_sec .hm_abt_cont_h .hm_abt_cont {
  margin-right: 60px;
}
.about_us_sec .hm_abt_cont_h .hm_abt_cont h2 {
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 10px;
}
.about_us_sec .hm_abt_cont_h .hm_abt_cont p {
  margin-bottom: 20px;
}
.about_us_sec .hm_abt_cont_h .logo_gr_element {
  padding: 5px;
}

.white_txt_cntr_hed {
  text-align: center;
  padding: 60px 0 30px;
}
.white_txt_cntr_hed > * {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
}

.why_us_sec {
  background-color: #ED562A;
}
.why_us_sec .why_us_q_h {
  text-align: center;
  background: linear-gradient(#ED562A 55%, #fff 0);
}
.why_us_sec .why_us_q_h img {
  width: 70%;
  max-width: 630px;
  vertical-align: middle;
}
.why_us_sec .why_choose_bg {
  width: 100%;
  height: 800px;
  position: relative;
  background:#000;
}
.why_us_sec .why_choose_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     opacity:0.8;
}
.why_us_sec .why_choose_bg h3 {
  font-size: 55px;
  color: #fff;
  font-weight: 600;
  padding: 50px 20%;
  text-align: center;
  width: 100%;
  left: 0;
  position: absolute;
  top: 20px;
  text-shadow: 0px 1px 2px #666;
}
.why_us_sec .why_choose_bg p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 15%;
  text-align: center;
  bottom: 40px;
  width: 100%;
  left: 0;
  position: absolute;
}

.hm_prd_sliders_sec {
  padding: 60px 0;
}

.hm_sec_hed_styl2 {
  padding: 30px 0;
}
.hm_sec_hed_styl2 h3 {
  font-size: 35px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-weight: 600;
}
.hm_sec_hed_styl2 h3::before {
  content: "";
  width: 120px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.hm_prd_sld_wrap {
  padding: 10px 0px;
}

#hm_prd_slidr1 {
  position: relative;
  padding: 5px 40px;
}

#hm_prd_slidr1 .owl-nav button.owl-next, #hm_prd_slidr1 .owl-nav button.owl-prev {
  position: absolute;
  top: 20%;
}

#hm_prd_slidr1 .owl-nav button.owl-next:hover, #hm_prd_slidr1 .owl-nav button.owl-prev:hover {
  background: transparent;
}

#hm_prd_slidr1 .owl-nav button.owl-prev {
  left: 0;
}

#hm_prd_slidr1 .owl-nav button.owl-next {
  right: 0;
}

#hm_prd_slidr2 {
  position: relative;
  padding: 5px 80px;
  width: 90%;
  margin: 0px auto;
}

#hm_prd_slidr2 .owl-nav button.owl-next, #hm_prd_slidr2 .owl-nav button.owl-prev {
  position: absolute;
  top: 20%;
}

#hm_prd_slidr2 .owl-nav button.owl-next:hover, #hm_prd_slidr2 .owl-nav button.owl-prev:hover {
  background: transparent;
}

#hm_prd_slidr2 .owl-nav button.owl-prev {
  left: 0;
}

#hm_prd_slidr2 .owl-nav button.owl-next {
  right: 0;
}

.prd_sldr_box .img_wrp img {
  width: 100%;
}
.prd_sldr_box h4, .prd_sldr_box a {
  padding: 25px 20px;
  font-size: 20px;
  text-align: center;
}

.hm_proj_gallery {
  padding: 30px 0 60px;
}

.hm_sec_hed_styl3 {
  padding: 30px 0;
}
.hm_sec_hed_styl3 h3 {
  font-size: 45px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-weight: 600;
}
.hm_sec_hed_styl3 h3::before {
  content: "";
  width: 120px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.hm_proj_sld_wrap {
  padding: 10px 20px;
}

#hm_proj_gal_slidr {
  width: 95%;
  margin: 0px auto;
  padding: 5px 40px;
}

#hm_proj_gal_slidr .owl-nav button.owl-next, #hm_proj_gal_slidr .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
}

#hm_proj_gal_slidr .owl-nav button.owl-next:hover, #hm_proj_gal_slidr .owl-nav button.owl-prev:hover {
  background: transparent;
}

#hm_proj_gal_slidr .owl-nav button.owl-prev {
  left: 0;
}

#hm_proj_gal_slidr .owl-nav button.owl-next {
  right: 0;
}

.proj_gal_item {
  padding: 0 30px 0px;
  text-align:center;
}
.proj_gal_item img {
  width:80%;
  display:inline-block;
  border-radius: 10px;
    background: #f1f1f1;
  padding:20px;
  
  /*box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25); */
}

.concepts_video_hm {
  padding: 60px 0;
}

.concept_vid_flex {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.concept_vid_flex .c_vid_bx {
  position: relative;
  flex: 1 0 30%;
}
.concept_vid_flex .c_vid_bx .vid_poster_wrap img {
  width: 100%;
  border-radius:10px;
  border:2px solid #eee;
}
.concept_vid_flex .c_vid_bx .vid_poster_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.45;
  opacity:0;
}
.concept_vid_flex .c_vid_bx span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
.concept_vid_flex .c_vid_bx span img {
  width: 50px;
}

.concept_vid_flex .c_vid_bx:nth-child(1),.concept_vid_flex .c_vid_bx:nth-child(2),.concept_vid_flex .c_vid_bx:nth-child(3),.concept_vid_flex .c_vid_bx:nth-child(4){flex:1 0 22%;}
.concept_vid_flex .c_vid_bx .m_soc_cont_reel{width:100%;background:#eee;   box-shadow: 0px 30px 110px rgba(99, 47, 142, 0.24);
    border: 2px solid #eee;  border-radius: 10px;}

.lx_g_films_sec {
  padding: 80px 0;
}
.lx_g_films_sec .lx_g_cont_flex {
  display: flex;
  align-items: center;
}
.lx_g_films_sec .lx_g_cont_flex .lx_g_f_img_wrp1 {
  max-width: 40%;
  padding: 0px 10%;
}
.lx_g_films_sec .lx_g_cont_flex .lx_g_f_img_wrp1 img {
  width: 100%;
}
.lx_g_films_sec .lx_g_cont_flex .lx_g_f_cont1 {
  flex: 1;
  padding: 60px 40px 60px 0;
  position: relative;
}
.lx_g_films_sec .lx_g_cont_flex .lx_g_f_cont1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #000;
  left: -8%;
  top: 0;
  opacity: 0.5;
}
.lx_g_films_sec .lx_g_cont_flex .lx_g_f_cont1 h2 {
  font-size: 42px;
  color: #000;
  position: relative;
  padding-bottom: 8px;
  font-weight: 700;
  margin-bottom: 30px;
}
.lx_g_films_sec .lx_g_cont_flex .lx_g_f_cont1 h2::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.lx_g_films_sec .lx_g_cont_flex .lx_g_f_cont1 p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.lx_g_films_sec .lx_g_cont_flex .lx_g_f_cont1 p:last-child {
  margin-bottom: 0;
}

.lr_glass_film_flex {
  display: flex;
  align-items: center;
  background: #ECECEC;
}
.lr_glass_film_flex:nth-child(even) {
  flex-direction: row-reverse;
  background: #fff;
}
.lr_glass_film_flex .lr_g_f_img_wrap {
  height: 600px;
  flex: 1;
}
.lr_glass_film_flex .lr_g_f_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lr_glass_film_flex .lr_g_f_cont {
  padding: 100px 100px 100px 60px;
  max-width: 50%;
  min-width: 50%;
}
.lr_glass_film_flex .lr_g_f_cont h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
.lr_glass_film_flex .lr_g_f_cont h3::after {
  content: "";
  width: 160px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.lr_glass_film_flex .lr_g_f_cont p {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 25px;
}

.lr_glass_film_flex .lr_g_f_cont strong {
    font-weight:600;
}
.why_ch_lx_g_film {
  padding: 150px 0 60px;
}
.why_ch_lx_g_film .why_ch_us_styl2 {
  text-align: center;
  margin-bottom: 100px;
  text-transform: uppercase;
}
.why_ch_lx_g_film .why_ch_us_styl2 h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0px;
}
.why_ch_lx_g_film .why_ch_us_styl2 p {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.why_ch_lx_g_film .why_ch_us_flx {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.why_ch_lx_g_film .why_ch_us_flx div {
  min-width: 25%;
  text-align: center;
  margin: 50px 0;
}
.why_ch_lx_g_film .why_ch_us_flx div img {
  height: 65px;
}
.why_ch_lx_g_film .why_ch_us_flx div p {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.cont_center_sec {
  padding: 80px 0;
}
.cont_center_sec .cont_center_style1 {
  text-align: center;
}
.cont_center_sec .cont_center_style1 h2 {
  position: relative;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 10px;
}
.cont_center_sec .cont_center_style1 h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}
.cont_center_sec .cont_center_style1 p {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 30px;
}
.cont_center_sec .cont_center_style1 p strong {
  font-weight: 600;
}

.gradient_what_sec {
  min-height: 560px;
  background: linear-gradient(-90deg, #ED562A, #5B1897);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gradient_what_sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/what-is-interior-film.png") center center no-repeat;
  opacity: 1;
      background-size: cover;
}
.gradient_what_sec .g_w_sec_cont {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}
.gradient_what_sec .g_w_sec_cont h3 {
  position: relative;
  font-weight: 700;
  font-size: 48px;
  color: #fff;margin-bottom:30px;
}
.gradient_what_sec .g_w_sec_cont p {
  color: #fff;
  font-size: 28px;
  margin: 10px 0px 30px;
}
.gradient_what_sec .g_w_sec_cont .white_btn_style {
  padding: 20px 80px;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.ry_int_flx{display:flex;justify-content:center;align-items:center;}
.ry_int_flx .g_w_sec_cont{flex:1;}
.ry_int_r{position:relative;flex:1;padding:80px;text-align:center;}
.ry_int_r img{width:80%;border-radius:30px;}
.ry_int_r_cont{paddding:10px}
.ry_int_r_cont p{  color: #fff;font-size: 20px;  margin: 10px 0px 30px;} 

.loader_show {
  display: none;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1025;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.loader_show img {
  display: inline-block;
  top: 50%;
  max-width: 150px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  border-radius: 50%;
}


.why_benif_sec {
  padding: 150px 0;
  position: relative;
}
.why_benif_sec .pie_circle {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  background: conic-gradient(#A740E2 0% 16.5%, transparent 16.5% 17%, #8C29CC 17% 33%, transparent 33% 33.5%, #6940CC 33.5% 50%, transparent 50% 50.5%, #359CEF 50.5% 67%, transparent 67% 67.5%, #4BBFF9 67.5% 84%, transparent 84% 84.5%, #48DBFB 84.5% 100%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  align-content: center;
  color: #fff;
  z-index: 1;
}
.why_benif_sec .pie_circle::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  transform: scale(0.9);
  z-index: 1;
}
.why_benif_sec .pie_circle h2 {
  text-align: center;
  color: #000;
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
.why_benif_sec .why_benif_flex {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 5%;
  gap: 33%;
}
.why_benif_sec .why_benif_flex .w_b_box {
  flex: 1;
  min-width: 30%;
  margin-bottom: 2%;
  position: relative;
}
.why_benif_sec .why_benif_flex .w_b_box:nth-child(odd) {
  margin-right: 2%;
  text-align: right;
}
.why_benif_sec .why_benif_flex .w_b_box:nth-child(even) {
  margin-left: 2%;
}
.why_benif_sec .why_benif_flex .w_b_box .ar_line_elem {
  position: absolute;
  width: 40px;
  background: #333333;
  height: 2px;
  top: 66px;
}
.why_benif_sec .why_benif_flex .w_b_box .ar_line_elem::before, .why_benif_sec .why_benif_flex .w_b_box .ar_line_elem::after {
  content: "";
  width: 6px;
  top: -2px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background-color: #333333;
}
.why_benif_sec .why_benif_flex .w_b_box .ar_line_elem::before {
  left: 0;
}
.why_benif_sec .why_benif_flex .w_b_box .ar_line_elem::after {
  right: 0;
}
.why_benif_sec .why_benif_flex .w_b_box:nth-child(odd) .ar_line_elem {
  left: calc(100% + 20px);
}
.why_benif_sec .why_benif_flex .w_b_box:nth-child(even) .ar_line_elem {
  right: calc(100% + 20px);
}
.why_benif_sec .why_benif_flex .w_b_box img {
  height: 45px;
}
.why_benif_sec .why_benif_flex .w_b_box h3 {
  font-size: 20px;
  font-weight: 600;
  opacity: 0.8;
}
.why_benif_sec .why_benif_flex .w_b_box p {
  font-size: 16px;
  opacity: 0.8;
}

.lr_glass_film_flex_rev {
  flex-direction: row-reverse;
}

.appli_cont h3 {
  text-align: center;
}
.appli_cont h3::after {
  display: none;
}

.appli_cont ul {
  display: flex;
  flex-wrap: wrap;
  gap:20px;
}
.appli_cont ul li {
    background: #E6E6E6;
    flex: 1 1 45%;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.lx_beneif_typ_sec{padding:80px 0;}
.lx_beneif_typ_hed {font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 600;margin-bottom:40px;
}
.lx_b_type_flx{display:flex;gap:50px;margin-top:60px;}
.lx_b_type_flx_bx{ flex:1; padding:30px;border-radius:20px;  background: linear-gradient(to bottom, #ED562A, #5B1897);color: #fff;}
.lx_b_type_flx_bx img{margin-top: -80px;
    margin-bottom: 20px;
    display: block;}
.lx_b_type_flx_bx h4{    font-size: 25px; text-transform:uppercase;font-weight:600;   color: #fff;}
.lx_b_type_flx_bx ul{    margin-bottom: 40px;    margin-top: 20px;}
.lx_b_type_flx_bx ul li{    color: #fff;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;}
.lx_b_type_flx_bx ul li:before    {content: '';
    position: absolute;
    background: url("../images/tick-icon-w.png");
    left: 5px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-size: 100%;}
    
.infin_possib_sec{padding:100px 0;}
.infin_possib_flx{display:flex;gap:100px}
.infin_possib_lft{flex:1;max-width:380px;}
.infin_possib_lft h2{font-size:32px;font-weight:600;}
.infin_possib_lft ul{margin-top:20px;}
.infin_possib_lft ul li{    font-size: 20px;
    margin-left: 15px;
    padding: 5px;
    background: #eee;
    border-radius: 10px;
    margin-bottom: 15px;}
.infin_possib_lft ul li img{    width: 35px;
    vertical-align: middle;
    margin-left: -15px;
    margin-right: 10px;}
.infin_possib_rt{flex:1;}
.infin_possib_rt h3{    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;}
.infin_possib_rt p{}
    
.garware_s_f_sec{
    padding:100px 0;
    min-height:50vh;
}
.garware_sf_adv_flex{display:flex;flex-wrap:wrap;}
.g_s_f_icon_bx{flex:1;padding:10px;text-align:center;}
.g_s_f_icon_bx img{}
.g_s_f_icon_bx h2{text-transform:uppercase;font-size:18px;font-weight:600;margin:10px 0;}
/* old */.g_s_f_icon_bx p{}
.g_s_f_icon_bx h2{text-transform:uppercase;font-size:20px;opacity:0.8;}
.g_s_f_icon_bx p{font-size:18px;opacity:0.8;}
.garware_bk{background:url("../images/garware-safety-bk.jpg");background-size:cover;margin-bottom:50px; padding:80px 0;text-align:center;min-height:50vh;}
.garware_bk h2{text-align:center;color:#fff;font-size:50px;font-weight:600;text-transform:uppercase;}
.garare_am_img{background:#fff;margin-top:50px;padding:20px;margin-bottom:-100px;}
.garare_am_img img{width:100%;}

.garware_safety_applications{margin:100px 0 50px;display:flex;}
.garware_l{width:40%;}
.garware_l img{border:1px solid #aaa;vertical-align:middle;}
.garware_r{width:60%;flex:1;background:linear-gradient(to bottom, #ED562A, #5B1897);color:#fff;padding:100px 100px 50px;}
.garware_r h3,.garware_sft h3{font-size:30px;color:#fff;}
.garware_r p{font-size:20px;color:#fff;}
.garware_r ul,.garware_sft ul{margin-bottom:40px;margin-top:20px;}
.garware_r ul li,.garware_sft ul li{color:#fff;position:relative;padding-left:40px;margin-bottom:10px;}
.garware_r ul li:before,.garware_sft ul li:before{content:'';position:absolute;background:url(../images/tick-icon-w.png);left:5px;top:2px;width:20px;height:20px;background-size:100%;}

.garware_solar_hed{width:70%;margin:120px auto 0;padding:60px;border-radius:40px 40px 0 0;background:#f3f3f3;text-align:center;}
.garware_solar_hed h2{font-size:35px;font-weight:600;margin-bottom:15px;}
.garware_solar_hed h2 span{font-size:20px;}
.garware_solar_hed p{font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;}
.garware_solar_feature_types{display:flex;}
.garware_sft{flex:1;padding:50px;}
.garware_sft:nth-child(odd){background:#461470;}
.garware_sft:nth-child(even){background:#D66733;}



.gallery_pg_sec {
  padding: 80px 0;
  min-height: 100vh;
}

.tab_area {
  display: flex;
  padding: 15px 50px;
  border-radius: 25px;
  background: #D9D9D9;
  justify-content: space-between;
  align-content: center;
  gap: 30px;
}
.tab_area div {
  font-size: 22px;
  font-weight: 600;
  padding: 5px;
  transition: all linear 0.3s;
  position: relative;
  cursor: pointer;
}
.tab_area div::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 3px;
  background: transparent;
  bottom: -2px;
  transition: all linear 0.3s;
}
.tab_area div:hover, .tab_area div.act_gal_tab {
  color: #99459A;
}
.tab_area div:hover::after, .tab_area div.act_gal_tab::after {
  background: #99459A;
}

.all_gallery_flx {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 5% 20px;
  flex-wrap: wrap;
  gap: 5%;
}
.all_gallery_flx .cmn_gal_bx {
  flex: 0 1 30%;
  height: 360px;
  margin-bottom: 5%;
  position: relative;
  border-radius: 10px;
  transition: all linear 0.3s;
}
.all_gallery_flx .cmn_gal_bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.all_gallery_flx .cmn_gal_bx::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all linear 0.3s;
  transform: scale(0) translate(-50%, -50%);
}
.all_gallery_flx .cmn_gal_bx:hover::after {
  background: linear-gradient(#461470, #ee4c2d);
  opacity: 0.4;
  transform: scale(1) translate(-50%, -50%);
}


.mob_menu{
    display:none;
}

@media (max-width:1240px)
{
    .main_slider .slider-wrap .owl-nav{display:none;}
    .main_slider .slider-wrap .owl-dots{left:30px;bottom:10%;}
    .ftr_box .ftr_navs li a{white-space:normal;}
}
@media (max-width:1067px)
{
    .ftr_callback_sec{    padding: 50px 20px;}
    .form_bx input, .form_bx button{padding:10px;}
    .ry_int_r{padding:35px;}
    
    .garware_r{padding:40px;}
    .garare_am_img img{width:100%;}
}


@media (max-width:991px)
{
    .mob_menu{display:flex;flex-direction:column;        right: 20px;        gap: 10px;        position: fixed;}
    .mob_menu span{width:40px;height:1px;background:#000;transition:all linear .3s;}
    .mob_menu_act span:first-child{ transform: rotate(40deg);  transform-origin: 10px;    }
    .mob_menu_act span:nth-child(2){ display:none;}
    .mob_menu_act span:last-child{ transform: rotate(-40deg);  transform-origin: 0px;    }
    
    
    
  .header_flex .nav_h nav > ul,.ot_pg_header .header_flex .nav_h nav > ul {
    position: fixed;
    flex-direction: column;
    background: #461470;
    padding: 20px;
    overflow: auto;
    padding-bottom: 100px;
    right: -360px;
    justify-content: flex-start;
    height: 100%;
    top:115px;
    transition:all linear 0.3s;
}

.header_flex .nav_h nav > ul.mob_nav_ul_act,.ot_pg_header .header_flex .nav_h nav > ul.mob_nav_ul_act {right:0;
    box-shadow: -100px 0 200px 200px rgba(0, 0, 0, 0.3);}

.ot_pg_header .mob_menu span{background:#fff;}


.header_flex .nav_h nav > ul li .dd_menu { display: block;
    min-width: 100px;
    visibility: visible;
    opacity: 1;
    max-width: 300px;
    top: 0;
    position: relative;}

.dd_6  {
    visibility: visible;
    width:auto;
}
.header_flex .nav_h nav > ul li a, .header_flex .nav_h nav > ul li > span{color:#e8e8e8;}
.dd_6 + .dd_6 {
    visibility: visible;
    width:auto;
}

.dd_6  > span{color:#373737;}


    .about_us_sec{padding:100px 0;}
    .about_us_sec .hm_abt_cont_h .hm_abt_cont h2{font-size:60px;}
    .logo_gr_element img{width:300px;}
    
    .white_txt_cntr_hed > *{font-size:60px;}
    .why_us_sec .why_us_q_h img {width: 35%;}
    .why_us_sec .why_choose_bg h3{font-size:50px;padding:50px 10%;}    
    .why_us_sec .why_choose_bg{height:600px;}
    
    
    .infin_possib_flx {    gap: 75px;    flex-wrap: wrap;}
    .lx_b_type_flx{flex-wrap:wrap;}
    .lx_b_type_flx_bx {flex: 1 1 45%;}
    .why_benif_sec .pie_circle{    width: 245px;    height: 248px;}
    .why_benif_sec .why_benif_flex{padding:20px;}
    
    
    .ry_int_flx{flex-direction: column;    gap: 50px;    padding-top: 80px;}
    .ry_int_r {max-width: 80%;}
    .ry_int_r img {    width: 400px;}
    
    
    .g_s_f_icon_bx {flex: 1 1 50%;}
    .garware_bk h2{padding:20px;font-size:30px;}
    .garware_solar_hed h2 {    font-size: 32px;}
    .garware_solar_hed p{font-size:16px;line-height:26px;}
    
    .ftr_flex_boxes {flex-wrap:wrap;}
}
@media (max-width:900px)
{
    .call_back_form{flex-wrap:wrap;}
    .form_bx{flex:1 1 47%;}
    .garware_l{width:55%;}
    .garware_r{width:45%;}
}
@media (max-width:840px)
{
    
  
     footer{padding: 40px 0 40px;}
    .ftr_flex_boxes{gap:40px;}
    .ftr_box:last-child{margin-left:0;}
    .ftr_box .address_cards {    margin: 20px 0 20px;}
    
    .lr_glass_film_flex .lr_g_f_cont h3 {    font-size: 30px;}
    .lr_glass_film_flex .lr_g_f_cont{padding:40px;}
    .why_benif_sec {    padding: 60px 0;}
    .why_benif_sec .why_benif_flex{gap:20%;}
    .why_benif_sec .pie_circle{  top: 0;    position: relative;    transform: none;    margin: 20px auto;    left: auto;}
    
    .infin_possib_sec{padding:60px 0;}
    .infin_possib_lft h2 {    font-size: 28px;}
    .infin_possib_rt h3 {font-size: 32px;}
    .lx_beneif_typ_hed {    font-size: 24px;}
    .lx_b_type_flx_bx h4 {    font-size: 20px;}
    
    .garware_solar_hed {padding: 35px;    width: 90%;    margin: 60px auto 0;}
    .why_ch_lx_g_film{padding:80px 0;}
}
@media (max-width:768px)
{
    .ot_pg_tp_hed_sec .cmn_tp_hed_intro_text h1, .ot_pg_tp_hed_sec .cmn_tp_hed_intro_text h2{font-size:40px;}
    .cont_center_sec .cont_center_style1 h2{font-size:32px;}
    .cont_center_sec .cont_center_style1 p {    font-size: 16px;    line-height: 26px;    margin-bottom: 20px;}
    
    .gradient_what_sec .g_w_sec_cont h3{font-size:42px;}
    .tab_area{padding: 15px 25px;}
    .tab_area div {    font-size: 18px;}
    .all_gallery_flx .cmn_gal_bx{height:auto;}
}
@media (max-width:640px)
{
    .header_flex .logo_h {    max-width: 150px;}
    .header_flex .nav_h nav > ul, .ot_pg_header .header_flex .nav_h nav > ul{top:87px;}
    .infin_possib_flx {gap: 30px;}
    .ry_int_r {        max-width: 88%;}
    .appli_cont ul li{padding:15px;}
    .garware_bk{padding:40px 0;}
    .garware_bk h2{font-size:20px;}
    .garware_l img{    width: 100%;    object-fit: cover;    height: 100%;}
    
    .hm_slider_cont_h{width:95%;}
    .hm_slider_cont_h h1, .hm_slider_cont_h h2 {    font-size: 32px;    line-height: 42px;}
    .white_txt_cntr_hed > * {    font-size: 38px;}
    .about_us_sec .hm_abt_cont_h .hm_abt_cont{margin-right:0;}
    .about_us_sec .hm_abt_cont_h{flex-direction:column; text-align: center;}
}
@media (max-width:544px)
{
    
    .main_slider{margin-top:84px;}
    .ot_pg_tp_hed_sec .cmn_tp_ban_sec {    height: 460px;}
    .ot_pg_tp_hed_sec .cmn_tp_hed_intro_text h1, .ot_pg_tp_hed_sec .cmn_tp_hed_intro_text h2{font-size:35px;}
    .ry_int_r {  max-width: 100%;    }
    .ry_int_r img {        width: 100%;}
    .about_us_sec .hm_abt_cont_h .hm_abt_cont h2 {        font-size: 35px;}
    
    .lr_glass_film_flex{flex-wrap: wrap;    flex-direction: column;}
    .lr_glass_film_flex .lr_g_f_cont{max-width:100%;}
    
    .garware_sf_adv_flex{flex-direction:column;}
    .garware_solar_hed {    width: 95%;padding: 20px;}
    
    .garware_solar_hed h2 {    font-size: 24px;}
    .garware_solar_hed h2 span {    font-size: 16px;}
    .garware_r h3, .garware_sft h3 {font-size: 24px;}
    .hm_sec_hed_styl2 h3 {    font-size: 24px;}
    .garware_solar_feature_types{flex-wrap:wrap;flex-direction:column;}
    .garware_solar_hed{    border-radius: 20px 20px 0 0;}
    .lr_glass_film_flex:nth-child(even) {    flex-direction: column;}
    .lr_glass_film_flex .lr_g_f_cont h3 {        font-size: 24px;}
    .lr_glass_film_flex .lr_g_f_cont p {font-size: 16px;    line-height: 26px;}
    .why_ch_lx_g_film{padding:60px 0;}
    .why_ch_lx_g_film .why_ch_us_styl2 h2 {    font-size: 30px;}
    .why_ch_lx_g_film .why_ch_us_flx{ flex-direction:column;   justify-content: space-around;}
    .why_ch_lx_g_film .why_ch_us_flx div{margin:15px 0;}
    .why_ch_lx_g_film .why_ch_us_styl2{margin-bottom:30px;}
    .garware_safety_applications{flex-direction:column;margin:50px 0;}
    
    .garware_l, .garware_r {  width: 100%;}
    .tab_area{flex-wrap:wrap;}
    .all_gallery_flx .cmn_gal_bx {    flex: 0 1 47%;}
    
    #hm_prd_slidr2{    padding: 5px 45px;}
    .prd_sldr_box h4, .prd_sldr_box a { padding: 20px 20px 0;}
    .hm_sec_hed_styl3 h3 {    font-size: 25px;}
    .why_us_sec .why_choose_bg h3 {        font-size: 25px;        padding:40px 20px;    }
    .why_us_sec .why_choose_bg p{font-size:18px;padding:20px;}
    .hm_proj_gallery {    padding: 30px 0 30px;}
    .concept_vid_flex{gap:20px;}
    .concept_vid_flex .c_vid_bx:nth-child(1), .concept_vid_flex .c_vid_bx:nth-child(2), .concept_vid_flex .c_vid_bx:nth-child(3), .concept_vid_flex .c_vid_bx:nth-child(4){flex:1 0 40%;}
    
    .why_benif_sec .why_benif_flex .w_b_box:nth-child(odd),.why_benif_sec .why_benif_flex .w_b_box:nth-child(even){text-align:center;}
    .why_benif_sec .why_benif_flex .w_b_box:nth-child(even){margin-left:0;}
    .why_benif_sec .why_benif_flex .w_b_box:nth-child(odd){margin-right:0;}
    .why_benif_sec .why_benif_flex .w_b_box{min-width: 50%;margin-right:0;margin-bottom: 30px;}
    .why_benif_sec .why_benif_flex .w_b_box .ar_line_elem{display:none;}
    .lx_b_type_flx_bx img {width:70px;    margin-top: -60px;}
    
}

/*# sourceMappingURL=style.css.map */