@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=family=Poppins:400,500,600,700|Source+Sans+Pro:300,400|Kaushan+Script|Lora|Playfair+Display:700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');

html {
  scroll-behavior: smooth;
}
.filter_links button
{
font-size: .9rem !important;
padding: .375rem .45rem ! Important;
}
.inner_trailer_box
{
    margin-bottom:25px;
}
.inner_thumb_img
{
    width:100% !important;
}
.inner_trailer_box .overlay_trailor .vdo-desc
{
    padding: 0;
    position: absolute;
    bottom: 15px;
}
.shape
{
  position: absolute;
  top: 0;
  left: 0;
  /*content: '';*/
  height: 107px;
  width: 49%;
  background: var(--sub);
  z-index: -1;
  border-top-right-radius: 100px;
  display: none;
}

.logo_black,.fixed-header .logo_og
{
  display: none;
}
.fixed-header .logo_black
{
  display: block;
}
.fixed-header .shape
{
  display: block;
}
.filter-button:hover
{
  background: var(--sub);
  color: #000;
}
.filter_links_btn
{
font-size: .9rem !important;
padding: .375rem .45rem ! Important;
}
::placeholder
{
    display:none !important; 
}
footer [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after
{
  margin-left: 0 !important;
  font-size: 18px !important;
}
.contact_drop
{
    width:100%;
    color: #000 !important;
    background-color: #6c757d00 !important;
    border-color: #ced4da !important;
    text-align:left !important;
    font-family: Poppins;
  font-style: normal;
  font-weight: 300;
}
.dropdown-menu.show
{
     width:100% !important;
}
.dropdown-toggle::after
{
    float:right;
    margin-top:10px;
}
.loader_ul
  {
    margin: 0;
    padding: 0;
    display: flex;
    display:none;
  }
  .loader_ul li
  {
    list-style-type: none;
    color: #484848;
    font-size: 5em;
    letter-spacing: 15px;
    animation: animated 1.4s linear infinite;
  }
  .loader_ul li:nth-child(1)
  {
    animation-delay: .2s;
  }
  .loader_ul li:nth-child(2)
  {
    animation-delay: .4s;
  }
  .loader_ul li:nth-child(3)
  {
    animation-delay: .6s;
  }
  .loader_ul li:nth-child(4)
  {
    animation-delay: .8s;
  }
  .loader_ul li:nth-child(5)
  {
    animation-delay: 1s;
  }
  .loader_ul li:nth-child(6)
  {
    animation-delay: 1.2s;
  }
  .loader_ul li:nth-child(7)
  {
    animation-delay: 1.2s;
  }
  @keyframes animated
  {
    0%
    {
      color: #484848;
      text-shadow: none;
    }
    90%
    {
      color: #484848;
      text-shadow: none;
    }
    100%
    {
      color: #FFDD00;
      text-shadow: 0 0 7px #fff900, 0 0 50px #ff6c00;
    }
  }
  .pre_loader
  {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffdd00;
    z-index: 99;
  }
  .loader_section
  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  body.loaded .pre_loader {
       display: none; 
      visibility: hidden !important;
      transition: .5s ease-in-out 0s;
  }

@media screen and (max-width: 768px)
{
  .loader_ul li
  {
    font-size: 3em;
  }
}

body
{
  margin: 0;
  padding: 0;
  --theme:#000000;
  --sub: #FFDD00;
    font-family:'Poppins', sans-serif !important;
  /*font-family: 'Oswald', sans-serif;*/
}

.gallery-page .g_overlay_d a i
{
  text-decoration: none;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: var(--sub);

}




/*---------------navigation-------------*/
header
{
  /*background: url('../images/header.png') center center;*/
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.navigation
{
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  /*padding-top: 25px !important;*/
  transition: .5s ease-in-out 0s;
}
.navigation .nav-menu li a
{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  text-transform: uppercase;
  padding-left: 10px !important;
  color: #fff !important;
  transition: .5s ease-in-out 0s;
  cursor: pointer;
}
.navigation .nav-menu li.active a
{
  color: var(--sub) !important;
  position: relative;
}
.navigation .nav-menu li
{
  position: relative;
}
.navigation .nav-menu li.active::after
{
  display: block;
}
.navigation .nav-menu li.active::before
{
  display: block;
}
.navigation .nav-menu li:hover::before
{
  display: block;
   transition: .5s ease-in-out 0s;
}
.navigation .nav-menu li:hover a
{
  color:  var(--sub) !important;
}
.ml2
{
  opacity: 1 !important;
}
#particles-js
{
  display: none;
}
.navigation .nav-menu li::after
{
  width: 4px;
  height: 36px;
  background: var(--sub);
  content: '';
   top: -39px;
  left: 50%;
  position: absolute;
  display: none;
  transition: .5s ease-in-out 0s;
  transform: translateX(-50%);
}
.navigation .nav-menu li::before
{
  width: 11px;
  height: 11px;
  background: var(--sub);
  top: -7px;
  left: 50%;
   content: '';
  position: absolute;
  position: absolute;
  border-radius: 50%;
  display: none;
  transition: .5s ease-in-out 0s;
  transform: translateX(-50%);
}
.overlay_content
{
  background: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nv_clps
{
    /*margin-top: -72px;*/
}
.tagline_header
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 200;
  font-size: 35px;
  line-height: 52px;
  text-transform: capitalize;
  text-align: center;
  color: #F2F2F2;
  display:none;
  margin-bottom: 0;
}
.overlay_inner_content h1
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 107.4%;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.overlay_inner_content
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.inner_h_op
{
  width: 100%;
}
.read_more
{
  background: #FFDD00;
  border-radius: 30px;
  padding:12px 30px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 34px;
  text-transform: capitalize;
  color: #000000;
  text-decoration: none;
  transition: .5s ease-in-out 0s;
}
.read_more_sec
{
  text-align: center;
  margin: auto;
}
.read_more:hover
{
  text-decoration: none; 
  color: var(--sub);
  background: var(--theme);
}






/*-----------------------about-----------------------*/
.tagline
{
  margin-bottom: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: lowercase;
  color: #FFDD00;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.tagline::before
{
  content: '';
  width: 22px;
  height: 1px;
  background: #FFDD00;
  position: absolute;
  top: 17px;
  left: 0;
}
.left_abt-colmn h3
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
}
.about
{
  padding: 64px 40px;
}
.description p
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  /*text-transform: capitalize;*/
  color: #000000;
  text-align: justify;
}
.description
{
  margin-top: 15px;
}
.services
{
  background: #000000;
  border-radius: 25px;
  margin: 15px;
  /*height: 200px;*/
  padding: 70px 30px;
}
.center_tagline
{
  width: 90px;
  margin: auto auto 5px;
}
.main_heading
{
  position: relative;
}
.main_heading::after
{
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 133px;
  height: 4px;
  background: #E3E3E3;
  transform: translate(-50%);
}
.opacity_title
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 93px;
  line-height: 138px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.03);
  position: absolute;
  left: 50%;
  top: -32px;
  transform: translate(-50%);
}

.brder
{
  border-right: 2px solid rgba(255, 255, 255, 0.21);
  border-bottom: 2px solid rgba(255, 255, 255, 0.21);
}
.brder:nth-child(4),.brder:nth-child(5),.brder:nth-child(6)
{
  border-bottom: none;
}
.brder:nth-child(3),.brder:nth-child(6)
{
  border-right: none;
}
.m-row
{
  padding-top: 60px;
}
.box-services
{
  padding: 40px;
}
.title_service
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  text-transform: capitalize;
  color: #FFDD00;
}
.icon_service
{
  position: relative;
  transition: .5s;
  margin-bottom: 10px;
  cursor: pointer;
}
.icon_service::before
{
  content: '';
  position: absolute;
  top: 0;
  right: 90px;
  width: 50px;
  height: 50px;
  background: #ffdb6f59;
  border-radius: 50%;
  opacity: 0;
  transition: .5s;
}
.icon_service:hover::before
{
  opacity: 1;
  top: -10px;
  right: 80px;
}
.service_desc
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 159.8%;
  text-align: center;
  /*text-transform: capitalize;*/
  color: #FFFFFF;
}
.grey
{
  color: rgba(0, 0, 0, 0.03);
}


/*----------------------------Trailors-----------------*/
.trailor
{
  padding: 40px 0 80px;
}
.trailer_box
{
  width: 100%;
  height: 253px;
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  transition: .5s ease-in-out 0s;
  cursor: pointer;
}
.trailer_box:hover img
{
  transform: scale(1.1);
}
.trailer_box img
{
  object-fit: cover;
  height: 100%;
  transition: .5s ease-in-out 0s;
}
.overlay_trailor
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 13.26%, #000000 107.91%);
  border-radius: 23px
}
.vdo-desc {
    padding: 20px 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.left_box_title h3
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 0;
}
.left_box_title
{
    float: left;
    padding-left: 25px;
}
.vdo-desc p {
    font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.vdo-link_icon {
    /* width: 50px;
    height: 50px; */
    /* line-height: 50px; */
    float: right;
    /* border-radius: 100%; */
}
.vdo-link_icon a
{
  text-decoration: none;
}
.vdo-link_icon a:hover
{
  text-decoration: none;
}
i.flaticon-video-player
{
  color: #fff;
  transition: .5s;
}
i.flaticon-video-player:hover
{
   color: var(--sub);
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after
{
  font-size: 35px !important;
}
.trailor .owl-dots button
{
  width: 21px;
  height: 4px;
  background: #D6D6D6 !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.trailor .owl-nav
{
  display: none;
}
.trailor .owl-dots
{
  padding-top: 15px;
}
.trailor .owl-dots button:nth-child(2)
{
    margin-left: 38px;
}
.trailor .owl-dots button.active
{
   width: 28px;
   background: var(--sub) !important;
}
.t_row
{
  margin-bottom: 60px;
}
.vw_All
{
  padding: 11px 49px !important;
}






/*--------------------directors section---------------------*/
.multi_section 
{
    background: #F8F8F8;
    border-radius: 25px;
    margin: 15px;
    padding: 70px 30px;
}
.hw_much
{
  font-size: 35px !important;
}
.count_sec p
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 159.8%;
  color: #000000;
}
.counter_box h1
{
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 89px;
  line-height: 89px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}
.counter_box p
{
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 41px;
  text-transform: uppercase;
  color: #000000;
}
.directors_box
{
  width: 100%;
  height: 352px;
  /*filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));*/
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
.directors_box img
{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mb-10
{
  margin-bottom: 30px;
}
.counting_section
{
  padding-top: 30px;
}
.directors_box_overlay
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(14, 0, 0, 0.84) 100%);
  border-radius: 18px;
}
.directors_box_overlay p
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 0;
}
.d_content
{
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.directors_section .owl-dots button {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #ccc !important;
    margin-right: 7px;
}
.directors_section .owl-dots button.active
{
    background: var(--sub) !important;
}
.directors_section .owl-nav
{
  display: none;
}
.directors_section .owl-dots
{
  text-align: center;
  margin-top: 15px;
}
.counter_box
{
  text-align: center;
}

/*--------------------gallery-------------------*/
.gallery 
{
    padding: 70px 0;
}
.gallery_box
{
  width: 100%;
  height: 480px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.our_work_container .gallery_box
{
    height: 250px;
}
.gallery_box img
{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.gallery_box_overlay
{
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.74);
  transition: .5s ease-in-out 0s;
}
.gallery_box:hover .gallery_box_overlay
{
   left: 0;
}
.g_overlay_d
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
i.flaticon-right-arrow
{
  color: #fff;
  transition: .3s;
}
i.flaticon-right-arrow:hover
{
  color: var(--sub);
}
.g_overlay_d .movie_lang
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: var(--sub);
}
.movie_name
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 41px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}
.m-top
{
  padding-top: 58px;
}


/*----------------testimonial----------------*/
.testimonial
{
  background: #000000;
  padding: 60px 30px;
}
.testimonial_row
{
  margin-top: 60px;
}
.testimonial_box p.t_desc
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 185%;
  text-align: center;
 /* text-transform: lowercase;*/
  color: #FFFFFF;
}
.auth_name
{
  line-height: initial !important;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.auth_dest
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
  color: var(--sub);
}
.testimonial .owl-dots button 
{
    width: 21px;
    height: 4px;
    background: #D6D6D6 !important;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.testimonial .owl-dots button:nth-child(2) 
{
    margin-left: 38px;
}
.testimonial .owl-dots button.active
{
   background: var(--sub) !important;
}
.testimonial .owl-nav
{
  display: none;
}
.testimonial .owl-dots
{
  padding-top: 20px;
}


/*------------------footer----------------------*/
footer
{
  background: var(--sub);
  padding: 40px 30px;
}
.footer_title
{
  position: relative;
  padding-bottom: 5px;
}
.footer_col
{
  margin-bottom: 25px;
}
.footer_title::after
{
  content: '';
  position: absolute;
  width: 30%;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 0;
}

.footer_desc
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 149%;
  /*text-transform: lowercase;*/
  color: #000000;
  padding-top: 15px;
}
.footer_social
{
  margin:0;
  padding: 0;
}
.footer_social li 
{
  display: inline-block;
}
.footer_social li  i
{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--theme);
  line-height: 35px;
  text-align: center;
  transition: .5s;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
.footer_social li  i:hover
{
  background: var(--sub);
  transform: rotate(360deg);
}
.single-footer-contact-info {
    display: table;
    padding-bottom: 15px;
}
.single-footer-contact-info .footer_add_icon {
    color: var(--theme);
    display: table-cell;
}
.footer-contact-list-text {
    display: table-cell;
    /*color: #fff;*/
    padding-left: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 149%;
    /*text-transform: capitalize;*/
    color: #000000;
}
.footer_enu li a
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 149%;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 8px;
  /*transition: .5s;*/
}
.footer_enu li a:hover
{
  font-weight: 400;
}
.footer_enu
{
  margin: 0;
  padding: 0;
}
.footer_enu li
{
  display: block;
  list-style-type: none;
  padding-bottom: 8px;
}
.footer_title
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 158.2%;
  text-transform: uppercase;
  color: #000000;
}
.footer_enu li i
{
  font-size: 10px;
  padding-right: 10px;
   color: var(--them);
}
.bottom_footer
{
  background: var(--theme);
  padding: 15px 0;
}
.bottom_footer p
{
  margin-bottom: 0;
  color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
}
.design
{
  float: right;
}
.design a
{
  color: var(--sub);
}

#particles-js
{
  height: 100vh;
  /*background: red;*/
}






.ml2 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}




/*----------------------our work page------------------*/
.inner_header
{
  min-height: 300px;
  background: #000;
  width: 100%;
}
.inner_heading 
{
  width: 100%;
      padding: 180px 40px 70px;
}
.inner_heading h1
{
  color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 55px;
}
.bread_crumbs
{
  margin: 0;
  padding: 0;
}
.bread_crumbs li
{
  list-style-type: none;
  display: inline-block;
  color: #fff;
  padding-right: 20px;
  position: relative;
  color: var(--sub);
}
.bread_crumbs li:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 8px;
    background-color: var(--sub);
    width: 1px;
    height: 15px;
    transform: rotate(25deg);
    cursor: pointer;
}
.bread_crumbs li a
{
  color: #fff;
  text-decoration: none;
  transition: .5s ease-in-out 0s;
}
.bread_crumbs li a:hover
{
  color: var(--sub);
}
.bread_crumbs li:nth-child(2):before
{
  display: none;  
} 
.our_work_container .gallery_box
{
  margin-bottom: 25px;
}
.our_work_container
{
  padding: 50px 30px;
}
.filter_links
{
  padding-bottom: 10px;
}
.our_work_container .g_overlay_d a:hover {
    text-decoration: none;
}
.filter_links button
{
  text-transform: capitalize;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  background: transparent;
  /*font-size: 55px;*/
}
.active_class
{
  color: var(--theme);
  background: var(--sub) !important;
  font-weight: 500;
}
.btn:focus {
    outline: 0;
     box-shadow: none !important; 
}
.blog_container
{
  padding: 50px 30px;
  width: 100%;
}
.search_post
{
  /*margin-bottom: 25px;*/
}

.popular_post ul
{
  margin: 0;
  padding: 0;
}
.popular_post ul li
{
  list-style-type: none;
  margin-bottom: 20px;
}
.popular_post ul li
{
  position: relative;
  display: block;
  padding-left: 200px;
  padding-top: 27px;
  padding-bottom: 28px;
}
.popular_post ul li a
{ 
   text-decoration: none;
}
.popular_post ul li img
{
  position: absolute;
  top: 0;
  left: 0;
}
.popular_post ul li h3
{
  font-size: 16px;
  margin-bottom: 2px;
  font-family: Poppins;
  font-style: normal;
  color: var(--theme);
  font-weight: 600;
  text-transform: uppercase;
}
.popular_post ul li span
{
  font-size: 12px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  color: #a5a5a5;
}
.p_title
{
  font-family: Poppins;
  font-style: normal;
  color: var(--theme);
  font-weight: 600;
  padding-bottom: 10px;
}
.tags_post
{
  padding: 15px 0;
  background: #f3f3f3;
  padding: 20px 15px 10px 15px;
  border-radius: 15px;
}
.tag_btn
{
  text-transform: capitalize;
  font-family: Poppins;
  font-style: normal;
  color: var(--theme);
  font-weight: 400;
  border: 1px solid #ccc !important;
  background: transparent;
  margin-bottom: 10px;
  margin-right: 10px;
}
.blog_item .card-body ul
{
  margin: 0;
  padding: 0;
}
.blog_item .card-body ul li
{
  list-style-type: none;
  display: inline-block;
  color: #ccc;
  padding-right: 15px;
  font-family: Poppins;
  font-weight: 300; 
}
.blog_item .card-body ul li i
{
  padding-right: 5px;
}
.learn_more
{
  font-family: Poppins;
  font-weight: 500; 
  text-transform: uppercase;
  /*border: 2px solid #000;*/
  padding: 10px 15px;
  background: var(--theme);
  color:var(--sub) !important;
  text-decoration: none;
  transition: .5s ease-in-out 0s;
  position: relative;
  cursor: pointer;
}
.learn_more:hover
{
  text-decoration: none;
}
.learn_more::before
{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  /*z-index: -9;*/
  width: 100%;
  background: rgba(255,255,255,.5);
  height: 0;
  transition: .5s ease-in-out 0s;
}
.learn_more:hover::before
{
  height: 100%;
}
.blog_cont_sm
{
  font-family: Poppins;
  font-weight: 300; 
  padding: 10px 0 15px;
  text-align: justify;
}

.blog_details
{
  padding: 0 20px;
}
.blog_item
{
  margin-bottom: 20px;
}
.page-link
{
  border-radius: 50% !important;
  margin-right: 10px;
  padding: 10px 15px !important;
  color: var(--theme)
  border:1px solid var(--theme) !important;
  font-family: Poppins;
  font-weight: 500; 
  font-size: 14px;
  opacity: 1;
}
.page-link:hover
{
  background: var(--sub) !important;
  border: none;

}
.active_pag
{
   background: var(--sub) !important;
   border: none !important;
}


/*--------------------------director page------------------*/
.dir_container
{
  padding: 50px 30px;
  width: 100%;
}
.highlated
{
  padding: 45px 0;
}
.highlated h1
{
  font-family: Poppins;
  font-weight: 600;
  padding-bottom: 15px; 
}
.related_works  h1
{
  font-family: Poppins;
  font-weight: 600;
  padding-bottom: 15px; 
}
.related_works .gallery_box
{
  margin-bottom: 25px;
  position: relative;
}
.related_works .owl-nav button
{
  width: 40px;
  height: 40px;
  background: var(--sub) !important;
  color: var(--theme) !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.related_works .owl-nav button:nth-child(1)
{
  left: -18px;
}
.related_works .owl-nav button:nth-child(2)
{
  right: -18px;
}
.inner_h_op
{
  color: rgba(196, 196, 196, 0.33);
  font-size: 63px;
  top: -55px;
}
.r_box
{
  margin-top: 50px;
}
#car_rel
{
  padding-top: 50px;
}
.r_box
{
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
  height: 500px;
}
video
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.r_box img
{
  border-radius: 30px;
}
.r_box img 
{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.r_box .vdo-desc {
    padding: 20px 39px;
    position: absolute;
    bottom: -100px;
    width: 100%;
    left: 0;
    transition: .8s ease-in-out 0s;
}
.r_box::before
{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition: .5s ease-in-out 0s;
}
.r_box:hover::before
{
  left: 0;
}
.r_box:hover .vdo-desc
{
  bottom: 25px;
}
.about_container .directors_inner
{
  padding-bottom: 0px;
  padding-top: 50px;
}
.directors_section 
{
  margin-top: 60px;
}
.directors_box img
{
  transition: .5s ease-in-out 0s;
}
.directors_section a:hover .directors_box img
{
  transform: scale(1.1);
}

/*--------------------Contact Page----------------*/
.contact_container
{
  padding: 50px 30px;
}
.contact_container .single-footer-contact-info
{
  margin-bottom: 25px;
}
form.form
{

}
.contact_input
{
  /*height: 50px;*/
  padding: 10px 20px !important;
  font-size: 15px;
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #f1f1f191;
  margin-bottom: ;: 15px;
}
form.form label
{
  font-family: Poppins;
  font-weight: 400;
}
.submit_btn {
    font-family: Poppins;
    font-weight: 500;
    text-transform: uppercase;
     border: none; 
    padding: 10px 25px;
    background: var(--theme);
    color: var(--sub) !important;
    text-decoration: none;
    transition: .5s ease-in-out 0s;
    position: relative;
    cursor: pointer;
}
.submit_btn_sec
{
  margin-top: 16px;
}
.submit_btn::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.5);
    height: 0;
    transition: .5s ease-in-out 0s;
}
.submit_btn:hover::before
{
  height: 100%;
}
.map iframe
{
  width: 100%;
}

.client
{
  padding: 50px;
  background: #f3f3f3;
}
.client .logo_box 
{
  width: 180px;
  cursor: pointer;
  margin: auto;
}
.client .logo_box :hover
{
   animation:shake 0.2s;
   /*animation-iteration-count: infinite; */
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.client .owl-nav,.client .owl-dots
{
  display: none;
}


/*--------------------about page-------------*/
/*.about_container*/
/*{*/
/*  padding: 50px 30px;*/
/*}*/
.directors_inner
{
  padding: 40px 30px;
}
.counter_row
{
  /*background: #f3f3f3;*/
}
.counting_section
{
  max-width: 800px;
  margin: 15px auto;
  background:  #f3f3f3;
  border-radius: 30px;
}
.blog_details_container
{
  padding: 50px 30px;
}
.blog_details_container ul
{
  margin: 0;
  padding: 0;
}
.blog_details_container ul li {
    list-style-type: none;
    display: inline-block;
    color: #ccc;
    padding-right: 15px;
    font-family: Poppins;
    font-weight: 300;
}
.blog_desc
{
  padding-top: 15px;
}
.fixed-header
{
  position: fixed !important; 
  top:0;
  left: 0;
  width: 100%;
  background: var(--theme);
}





.loading {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  transform: rotate(45deg);
}
.loading div {
  width: 6px;
  height: 6px;
  background: var(--sub);
  border-radius: 100%;
  float: left;
  margin-bottom: 12px;
  animation: scaleDot 2s ease infinite;
}
.loading div:not(:nth-child(4n+4)) {
  margin-right: 12px;
}
.loading div:nth-child(1) {
  animation-delay: 0;
}
.loading div:nth-child(2),
.loading div:nth-child(5) {
  animation-delay: 0.1s;
}
.loading div:nth-child(3),
.loading div:nth-child(6),
.loading div:nth-child(9) {
  animation-delay: 0.2s;
}
.loading div:nth-child(4),
.loading div:nth-child(7),
.loading div:nth-child(10),
.loading div:nth-child(13) {
  animation-delay: 0.3s;
}
.loading div:nth-child(8),
.loading div:nth-child(11),
.loading div:nth-child(14) {
  animation-delay: 0.4s;
}
.loading div:nth-child(12),
.loading div:nth-child(15) {
  animation-delay: 0.5s;
}
.loading div:nth-child(16) {
  animation-delay: 0.6s;
}
@-moz-keyframes scaleDot {
  40% {
    transform: scale(1.3) translate(-2px, -2px);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scaleDot {
  40% {
    transform: scale(1.3) translate(-2px, -2px);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes scaleDot {
  40% {
    transform: scale(1.3) translate(-2px, -2px);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleDot {
  40% {
    transform: scale(1.3) translate(-2px, -2px);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.loader
{
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display:none;
}




.sm-abt-img
{
  width: 100%;
  height: 350px;
  border-radius:30px;
  overflow: hidden;
}
.sm-abt-img img
{
  height: 100%;
  object-fit: cover;
}
h1.sj_smal_title
{
  font-family: Poppins;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0;
}
p.sm-dest
{
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
}
.pnl-btn
{
  background: var(--sub);
  color: var(--theme);
  font-size: 18px;
  font-weight: 500;
  font-family: Poppins;
  padding: 10px 15px;
  text-decoration: none;
  transition: .5s ease-in-out 0s;
}
.pnl-sec
{
  padding-top:15px;
}
.pnl-btn:hover
{
  background: var(--theme);
  color: var(--sub);
  border-radius: 30px;
  text-decoration: none;
}
.sm-descr
{
  font-family: Poppins;
  font-weight: 30;
  font-size: 16px;
}
.directors_section {
    margin-top: 0px;
}
.highlated .owl-nav button {
    width: 40px;
    height: 40px;
    background: var(--sub) !important;
    color: var(--theme) !important;
    margin-right: 15px;
}
.highlated .owl-nav
{
  text-align: center;
  padding-top: 15px;
}

@media screen and (max-width: 768px)
{
.sm-abt-img 
{
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px)
{
  .multi_section .r-col
  {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .count_sec
  {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 992px)
{
  .multi_section .r-col
  {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .multi_section .r-col:nth-child(2)
  {
    flex: 0 0 60%;
    max-width: 60%;
  }
}



.abt_wrt_sec {
    padding: 80px 30px;
    /*position: relative;*/
    max-width: 1000px;
    margin: auto;
}
.abt_wrt_sec h3
{
  font-family: Poppins;
  font-weight: 500;
  font-size: 30px;
}
.abt_wrt_sec p
{
  font-family: Poppins;
  font-weight: 300;
  text-align: justify;
}
.wrt_up_block
{
  background: var(--sub);
  padding: 30px 30px 30px 70px;  
  border-top-right-radius: 130px;
  /*overflow: hidden;*/
  position: relative;
}
.blg_image
{
  position: absolute;
 /* top: 3%;
  left: -7%;*/
  top: 0%;
  left: -12%;
}
.blg_image img 
{
  max-width: 75%;
}
@media screen and (max-width: 768px)
{
    .opacity_title
    {
        display:none !important;
    }
  .blg_image
  {
    display: none;
  }
  .wrt_up_block
  {
    padding: 30px 30px 30px 30px;  
  }
  .abt_wrt_sec
  {
    padding: 45px 30px 30px;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px)
{
  .blg_image 
  {
      position: absolute;
      top: 0%;
      left: -10%;
  }
  .blg_image img {
      max-width: 85%;
  }
  .wrt_up_block
  {
    padding: 30px 30px 30px 130px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 992px)
{
  .abt_wrt_sec
  {
    max-width: 850px;
  }
  .wrt_up_block
  {
    padding: 30px 30px 30px 95px;
  }
  .blg_image img {
      max-width: 80%;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1100px)
{
  .abt_wrt_sec
  {
    max-width: 900px;
  }
  .wrt_up_block
  {
    padding: 30px 30px 30px 95px;
  }
  .blg_image img {
      max-width: 80%;
  }
}

.directors_inner .directors_section {
    margin-top: 60px !IMPORTANT;
}

/*.directors*/
/*{*/
/*    padding:25px;*/
/*}*/
.main_director {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
     width: 300px;
    height: 300px;
}
.wd_sm
{
  
    overflow: hidden;
}
.wd-100
{
  width: 100% !important;
  height: 100% !important;
}
.main_director img
{
  /*height: 100%;*/
    width: 100%;
    /*object-fit: cover;*/
}
.br_none,.dr_address,.card-header
{
  border: none !important;
}
.br_none
{
  margin-bottom: 30px;
}
.br_none .dr_address .name_of_dr
{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
}
.br_none .dr_address .position_of_dr
{
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    /*line-height: 41px;*/
    text-align: center;
    text-transform: capitalize;
    color: #8f8f8f;
    margin-bottom: 0;
}
.director_main_section
{
  max-width: 800px;
  margin: auto;
  padding-top: 60px;
}
.director_main_sub .card
{
  margin-right: 100px;
  display: inline-block;
}
.sec_row 
{
  text-align: center;
}
.sec_row .card:nth-child(even)
{
  margin-right: 0;
}
.directors
{
  padding: 40px 30px;
}





@media screen and (max-width: 768px)
{
  .main_director
  {
     width: 190px;
    height: 190px;
  }
  .director_main_sub .card
  {
    margin-right: 15px;
  }
  .br_none
  {
    margin-bottom: 10px;
  }
  .br_none .dr_address .name_of_dr{
      font-size:22px;
      line-height:initial;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px)
{
  .main_director
  {
     width: 250px;
    height: 250px;
  }
  .director_main_sub .card
  {
    margin-right: 25px;
  }
  .br_none .dr_address .name_of_dr{
      font-size:22px;
      line-height:initial;
  }
  .br_none
  {
    margin-bottom: 10px;
  }
}

.overlay_inner_content h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 28px;
}
span.big_words {
    font-size: 80px;
}



.service_container
{
  padding: 50px 30px;
  /*background: #000000;*/
}

.mtop_n
{
  /*margin-top: 55px;*/
  border-bottom: 1px dashed #ccc;
}
.serv_description .title_service
{
  text-align: left;
  font-size: 28px;
}
.serv_description
{
    /*padding: 10px;*/
    padding: 16px 30px;
}
.serv_icon img
{
  max-width: 50%;
}
.serv_icon
{
  text-align: center;
}
.service_description
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 159.8%;
  /*text-align: center;*/
  text-transform: capitalize;
  color: #FFFFFF;
  text-align: justify;
  margin-bottom: 0;

}
.mtop_n .col-md-4
{
    border-right: 1px dashed #ccc;
}
.srv_left
{
    float: left;
    padding: 15px;
   /* border-right: 1px dashed #ccc;*/
    width: 20%;
}
.srv_right
{
    float: left;
    width: 80%;
}



@media screen and (max-width: 480px)
{
  .srv_left
  {
    display: none;
  }
  .srv_right
  {
    width: 100%;
  }
}
@media  only screen and (max-width: 768px)  and (min-width: 480px)
{
  .srv_right
  {
    width: 60%;
  }
  .srv_left
  {
    width: 40%;
  }
  .srv_left {
    padding: 100px 15px;
  }
}
@media  only screen and (max-width: 992px)  and (min-width: 768px)
{
  .srv_left {
    padding: 65px 15px;
  }
}
@media  only screen and (max-width: 1500px)  and (min-width: 992px)
{
  .srv_left {
    padding: 38px 15px;
  }
}
.footer_enu li a img
{
  margin-right: 6px;
}

.other_dir {
    width: 100%;
    /*height: 200px;*/
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: .5s;
    border:none !important;
}
.other_dir .card-header
{
  height: 400px;
  overflow: hidden;
   transition: .5s;
}
.other_dir .card-header img
{
  height: 100%;
   transition: .5s;
  object-fit: cover;
}
.other_dir .name_of_dr {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
}
.other_dir .position_of_dr {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    /* line-height: 41px; */
    text-align: center;
    text-transform: capitalize;
    color: #8f8f8f;
    margin-bottom: 0;
}
.other_dir .card-body
{
  padding: 15px !important;
}
.other_dir_link:hover
{
  text-decoration: none;
}
.other_dir_link:hover .other_dir .card-header img
{
  transform: scale(1.1);
}










.main-timeline{
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    margin: 0 0 20px 20px;
    float: right;
}
.main-timeline .timeline-content{
    color: #000;
    background: radial-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.5),transparent);
    text-align: center;
    min-height: 125px;
    padding: 30px 20px 30px 45px;
    border-radius: 15px;
    border: 2px solid #ffc107;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    color: #fff;
    background-color: var(--theme);
    font-size: 37px;
    line-height: 50px;
    height: 75px;
    width: 75px;
    border: 6px solid #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -38px;
    top: 50%;
}
.main-timeline .timeline-icon:before,
.main-timeline .timeline-icon:after{
    content: '';
    background-color: #000;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -12px;
}
.main-timeline .timeline-icon:after{ top: calc(100% + 6px); }
.main-timeline .title{
    color: var(--theme);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px;
}
.main-timeline .description{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
}
.main-timeline .timeline:nth-child(even){
    float: left;
    margin: 0 20px 20px 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 30px 45px 30px 20px; }
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: -39px;
    left: auto;
}
/*.main-timeline .timeline:nth-child(4n+2) .timeline-icon{ background-color: #953FBE; }*/
/*.main-timeline .timeline:nth-child(4n+2) .title{ color: #953FBE; }*/
/*.main-timeline .timeline:nth-child(4n+3) .timeline-icon{ background-color: #00B29C; }*/
/*.main-timeline .timeline:nth-child(4n+3) .title{ color: #00B29C; }*/
/*.main-timeline .timeline:nth-child(4n+4) .timeline-icon{ background-color: #02AFFE; }*/
/*.main-timeline .timeline:nth-child(4n+4) .title{ color: #02AFFE; }*/
@media screen and (max-width:767px){
    .main-timeline .timeline{
        width: 100%;
        padding-top: 40px;
    }
    .main-timeline .timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 45px 20px 20px;
    }
    .main-timeline .timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        font-size: 28px;
        left: 50%;
        top: -39px;
        right: auto;
        transform: translateY(0) translateX(-50%);
    }
    .main-timeline .timeline .timeline-icon:before,
    .main-timeline .timeline .timeline-icon:after{
        top: 50%;
        left: -12px;
        transform: translateY(-50%) translateX(0);
    }
    .main-timeline .timeline .timeline-icon:after{ left: calc(100% + 6px); }
}
@media screen and (max-width:576px){
    .main-timeline .title{ font-size: 18px; }
}



.vdo-link_icon i
{
  color: #ffdd00;
  font-size: 25px;
  margin:10px;
}
.play_i_icon
{
  color: #ffdd00;
  font-size: 25px;
  margin-bottom: 10px;
}

.why_us
{
  padding: 50px 30px 25px;
}
.points_details p 
{
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 159.8%;
  color: #000000;
}
.why_points ul
{
  margin:  0;
  padding: 0;
}
.why_points ul li
{
  list-style-type: none;
  display: flex;
}
.points_icon img 
{
  width: 30px;
  padding-right: 10px;
}
.why_us_right h3 
{
  font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000;
    padding-bottom: 25px;
}
.d_icenter
{
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.why_image
{
  padding-right: 25px;
  cursor: pointer;
}
.why_image img
{
  animation: rotation infinite 5s linear;
}
@keyframes rotation 
{
  0%
  {
    transform: rotate(0deg);
  }
   50%
  {
    transform: rotate(3deg);
  }
   100%
  {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 768px)
{
    .why_image
    {
      padding-right: 0;
      padding-bottom: 35px;
    }
}
@media screen and (max-width: 480px)
{
    .why_us_right h3
    {
      font-size: 33px;
      padding-bottom: 18px;
    }
}
@media  only screen and (max-width: 768px)  and (min-width: 480px)
{
    .why_us_right h3
    {
      font-size: 33px;
      padding-bottom: 18px;
    }
}
@media  only screen and (max-width: 992px)  and (min-width: 768px)
{
    .why_us .col-md-6 
    {
      flex: 0 0 100%;
        max-width: 100%;
    }
     .why_image
    {
      padding-right: 0;
      padding-bottom: 55px;
    }
}
@media  only screen and (max-width: 1200px)  and (min-width: 993px)
{
    .why_us_right h3
    {
      font-size: 40px;
    }
}