/*
Theme Name: The7 Child
Theme URI: https://the7.io/
Author: Dream-Theme
Author URI: https://dream-theme.com/
Description: 
Version: 12.4.0
Tested up to: 6.7.1
Requires PHP: 7.0.0
Requires at least: 6.6.0
Template: dt-the7
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: https://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: https://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/


@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

  /* font-family: "League Spartan", sans-serif; */


#main {
    padding-top: 0px;
}


/* ========== */
.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
  max-width: calc(100% - 50px - 50px);
  margin: 0 auto;
}

  #main > .wf-wrap {
      padding: 0;
  }
  #main > .wf-wrap, #bottom-bar > .wf-wrap, #footer > .wf-wrap {
      width: 100%;
  }


  .our-work .dt-gallery-container{
    column-count: 2;
    column-gap: 1.5rem;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .our-work .dt-gallery-container .gallery-item{
    float: none !important;
    width: auto !important;
    padding: 0!important;
    max-width: fit-content;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: all ease 0.5s;
    transform: rotateY(0) skewY(0);
    break-inside: avoid;
    margin-bottom: 1.5rem;
    transform: rotateY(0) skewY(0);
  }
  
   .our-work .dt-gallery-container .gallery-item:hover{
    transform: rotateY(14deg) skewY(4deg);
  } 

  .our-work .dt-gallery-container br{
    display: none;
  }

  .our-work .dt-gallery-container .gallery-item .wp-caption-text{
    position: absolute;
    left: 0;
    top: -14px;
    width: 100%;
    height: 100%;    
    background-color: #00000082;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    opacity: 0;
    border-radius: 8px;
    transition: all ease 0.5s;
  }

    .our-work .dt-gallery-container .gallery-item:hover .wp-caption-text{
      opacity: 1;
    }

/* ========== */

.l-to-r-line > li > a i.underline{
    background: #df2659;
}

/* sr7-content{
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
} */


.top-bar{
  display: none;
}

.masthead.sticky-off + .sticky-space-off{
  display: none;
}

.masthead.sticky-off{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 35px;
}


.inline-header.center .main-nav {
    -ms-flex-pack: right;
    -ms-justify-content: right;
    justify-content: right;
}

.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover, .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a,
.main-nav > li.act:not(.wpml-ls-item) > a .menu-text, 
.main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
  color: #fff;
}

.l-to-r-line > li > a i.underline {
    background: #fff;
}

.in-top-bar-left {
  background: #000;
  padding: 5px 12px;
  border-radius: 15px;
}

body header.header-bar > *:nth-child(4){
  position: absolute;
  right: 48px;
  top: -12px;
}

.top-call{
  text-decoration: none;
  font: normal 700 15px / 19px "League Spartan", Helvetica, Arial, Verdana, sans-serif;
  color: #ffffff;
  background: #000;
  padding: 5px 12px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-call i[class^="fa-"]{
  text-align: center;
  width: 1.25em;
  display: block;
}


.main-nav > li a {
  letter-spacing: 3px;
  margin: 18px 5px 18px 5px;
}

.main-nav>li.req-button a{
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 0 25px;
}

.main-nav > li{
  transition: all ease 0.5s;
}

.main-nav > li.has-children .menu-text::after{
  content: "\f107";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  margin-left: 5px;
  line-height: 12px;
}

.main-nav > li.has-children:hover ul.sub-nav{
  visibility: visible;
  opacity: 1;
  top: 64%;
  padding: 0px;
}

.main-nav > li.has-children:hover ul.sub-nav li a{
  visibility: visible;
  opacity: 1;
  top: 64%;
  padding: 10px 10px;
}

.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent).act > a, 
.top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent).act > a {
  background:   #3a3a3a;
}

.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a .menu-text {
  color: #fff;
}

.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a{
  background:   #fff 
}

.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .menu-text{
   color: #3a3a3a;
}

.l-to-r-line > li.req-button > a i.underline {
  display: none;
}

.header-slider-sec {
  padding-top: 0;
}

.slider-text-1{
  font-family: "League Spartan", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 100  !important;
}

.slider-text-1 span{
  color: #e9dd00;
}

.t1{
  text-transform: uppercase;
  font-size: 50px;
}

.space-t{
  padding-top: 120px;
}

.btn-1 {
  text-align: center;
  width: 100%;
  font-family: "League Spartan", sans-serif;
}

.btn-1 a.vc_btn3.vc_btn3-size-md{
  font-size: 25px;
  color: #df2858;
  background: transparent;
  border: none;
}

.btn-1 a.vc_btn3.vc_btn3-size-md:hover{
  background: #df2858;
  color: #fff;
}

.img-rad img {
  border-radius: 20px;
}

.uavc-list li .uavc-list-icon{
  margin-right: 20px !important;
}

.aio-icon.none {
  font-size: 24px !important;
}

.btn-2 a.elementor-button:hover,
.btn-2 a.elementor-button.elementor-size-sm{
  background: transparent;
  width: 136px;
  height: 150px;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(assets/images/btn-bg.png);
  /* background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23d81b60' d=' M50,2 C52,2 54,3 56,4.5 L84,22.5 C86,24 87,26 87,28.5 L87,71.5 C87,74 86,76 84,77.5 L56,95.5 C54,97 52,98 50,98 C48,98 46,97 44,95.5 L16,77.5 C14,76 13,74 13,71.5 L13,28.5 C13,26 14,24 16,22.5 L44,4.5 C46,3 48,2 50,2 Z'/%3E%3C/svg%3E"); */
  background-position: 0 0;
  background-repeat:no-repeat;
  background-size: contain;
  white-space: normal;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -24px;
}

.space-left-1 {
    padding-left: 35px;
}

.specializing-items.owl-carousel.owl-drag .owl-item{
    margin: 0px -41px;
    padding: 0 13px;
}

.specializing-items .item{
  height: 218px;
  border: 1px solid #333;
  padding: 25px 14px 25px 64px;
  position: relative;
  transition: all ease 0.5s;
  cursor: pointer;
  transform: rotateY(0) skewY(0);  
} 

.specializing-items .item:hover{  
  transform: rotateY(14deg) skewY(4deg);
}

.specializing-items .item .specializing-num{
  content:"";
  content: counters(cupcake, ".") ;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 19px;
  top: 25px;  
  font-size: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
}

.specializing-items .item{
  border-radius: 8px;
}

a.specializing-link,
.specializing-excerpt,
.specializing-title{
  color: #000;
}

.specializing-title{
  font-size: 28px;
  line-height: 35px !important;
  text-transform: uppercase;  
}

.specializing-excerpt{
  font-size: 18px;
  line-height: 20px;
}


.specializing-items .owl-item.active.center + .owl-item +  .owl-item .item {
  border-color:#000;
}

.specializing-items .owl-item.active.center + .owl-item +  .owl-item .item .specializing-link,
.specializing-items .owl-item.active.center + .owl-item +  .owl-item .item .specializing-excerpt,
.specializing-items .owl-item.active.center + .owl-item +  .owl-item .item .specializing-title{
   color: #000;
}

.specializing-items .owl-item.active.center + .owl-item +  .owl-item .item .specializing-num{
 color: #fff;
 background-color: #000;
}


/* .specializing-items .item:nth-child(1), */
.specializing-items  .owl-item.active .item{
  border-color:#eb008b;
}

/* .specializing-items .item:nth-child(1) a.specializing-link,
.specializing-items .item:nth-child(1) .specializing-excerpt,
.specializing-items .item:nth-child(1) .specializing-title, */

.specializing-items  .owl-item.active .item .specializing-link,
.specializing-items  .owl-item.active .item .specializing-excerpt,
.specializing-items  .owl-item.active .item .specializing-title{
  color: #eb008b;
}

.specializing-items  .owl-item.active .item .specializing-num{
 color: #fff;
 background-color: #eb008b;
}

/* .specializing-items .item:nth-child(3){ */
.specializing-items .owl-item.active.center + .owl-item .item{
  border-color:#00adef;
}

/* .specializing-items .item:nth-child(3) a.specializing-link,
.specializing-items .item:nth-child(3) .specializing-excerpt,
.specializing-items .item:nth-child(3) .specializing-title */

.specializing-items .owl-item.active.center + .owl-item .item .specializing-link,
.specializing-items .owl-item.active.center + .owl-item .item .specializing-excerpt,
.specializing-items .owl-item.active.center + .owl-item .item .specializing-title{
  color: #00adef;
}

.specializing-items .owl-item.active.center + .owl-item .item .specializing-num{
 color: #fff;
 background-color: #00adef;
}


/* .specializing-items .item:nth-child(2),  
.specializing-items .item:hover, */
.specializing-items .owl-item.active.center .item{  
  border-color:#763ef0;
  background-color: #763ef0;
}
 

/* .specializing-items .item:nth-child(2) a.specializing-link,
.specializing-items .item:nth-child(2) .specializing-excerpt,
.specializing-items .item:nth-child(2) .specializing-title,
.specializing-items .item:hover a.specializing-link,
.specializing-items .item:hover .specializing-excerpt,
.specializing-items .item:hover .specializing-title, */

.specializing-items .owl-item.active.center .item .specializing-link,
.specializing-items .owl-item.active.center .item .specializing-excerpt,
.specializing-items .owl-item.active.center .item .specializing-title{
  color: #fff;
}

.specializing-items .owl-item.active.center .item .specializing-num{
 color: #000;
 background-color: #fff;
}

.specializing-items.owl-carousel .owl-stage{
  padding-top: 25px;
  padding-bottom: 25px;
}


.specializing-items.owl-carousel .owl-dots.disabled{
    display: block;
}

.product-list.owl-carousel .owl-dots,
.specializing-items.owl-carousel .owl-dots{
  /* background-color: #ccc; */
  position: static;
  text-align: center;
}

.product-list.owl-carousel .owl-dots .owl-dot,
.specializing-items.owl-carousel .owl-dots .owl-dot{
  height: 44px ;
}

.product-list.owl-carousel .owl-dots .owl-dot span,
.specializing-items.owl-carousel .owl-dots .owl-dot span {
    background-color: #bbbbbb;
    width: 20px !important;
    height: 2px !important;
    position: relative !important;
    display: block;
    margin: 0 5px;
    border-radius:0 !important
}

.product-list.owl-carousel .owl-dots .owl-dot.active span,
.specializing-items.owl-carousel .owl-dots .owl-dot.active span{
  background-color: #040404;
  height: 6px !important;
  width: 30px !important;
  border-radius: 4px !important;
}

.our-process-box .elementor-image-box-wrapper{
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
}

.gallery .iso-container .visible .post-entry-content{
  display: none;
}

 .gallery .iso-container .visible article {
    border-radius: 15px;
    overflow: hidden;
}

#footer.solid-bg {
  /*background: url(assets/images/footer-curve.png) no-repeat 0 0px #fff;
  background-size: contain;*/
  /* padding-top: 128px; */
  position: relative;
  background-color: transparent;
}

#footer.solid-bg::before {
  content: "";
  background: url(assets/images/footer-curve.png) no-repeat 50% 100% #fff;
  background-size: cover;
  /* height: 128px; */
  height: 181px;
  width: 100%;
  display: block;
}

#footer.solid-bg .wf-wrap {
  background: #f5f5f5 ;
}

#footer .wf-container {
  max-width: 1200px;
  margin: 0 auto;
}

#footer.solid-bg .wf-wrap .wf-container > section {
  width: 378px;
}

#footer.solid-bg .wf-wrap .wf-container > section:nth-child(2) {
    width: 286px;
}

#footer.solid-bg .wf-wrap .wf-container > section:nth-child(3) {
    width: 318px;
}

#footer.solid-bg .wf-wrap .wf-container > section:first-child{
  width: 215px;
}

.footer .widget-title,
.footer .widgettitle,
.footer h2{
  font-family: "League Spartan", Helvetica, Arial, Verdana, sans-serif;
  font-size: 20px;
  line-height: normal !important;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer .widgettitle{
  padding-top: 1px;
}

.footer h2.widgettitle{
  padding-top: 0;
}

.footer .wp-block-archives li a,
.footer .widget ul li a{
  color: #000000;
}

.footer .menu li, 
.footer .widget_pages li, 
.footer .custom-menu.dividers-on li, 
.footer .blogroll li, 
.footer .qts-lang-menu li{
  border: none;
}

.footer .widget_nav_menu a{
  font-size: 15px;
}

.footer .widget_nav_menu a:hover,
.footer .menu .current-menu-parent > a, 
.footer .menu .current-menu-item > a{
  color: #df2659;
  text-decoration: none;
}

#bottom-bar a,
.wf-container-bottom{
  color: #8e8e8e;
  font-size: 12px;
}

#bottom-bar .wf-float-left {
  margin: 0 auto;
}

#bottom-bar .wf-float-right{
  display: none;
}

.wf-container-footer p{
  font-family: "League Spartan", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #2a2a2a;
}

#bottom-bar .wf-container-bottom{
  border-top: 1px solid #cfcfcf;
  padding-top: 50px;
}

.product-item{
  padding-top: 22px;
  padding-bottom: 22px;
}

.product-item div[class^=product-img-]{
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease 0.5s;
  transform: rotateY(0) skewY(0);  
}

.product-item div[class^=product-img-]:hover{
  transform: rotateY(14deg) skewY(4deg);
}

.product-item div[class^=product-img-] .product-img{
  z-index: 9;
}

.product-item div[class^=product-img-] .product-cap{
  /* display: none; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all ease 0.5s;
}

.product-item div[class^=product-img-] .product-cap::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: -1;
}

.product-item div[class^=product-img-]:hover .product-cap{
  opacity: 1;
}



.product-item {
  column-count: 2; /* or 3 depending on layout */
  column-gap: 1.5rem;
}

.product-item > div {
  break-inside: avoid;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}

.product-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* .product-cap {
  margin-top: 0.5rem;
  font-weight: bold;
  text-align: center;
} */

.add-list ul li {
  max-width: 410px;
}

#main .contact-form_wrapper .gfield_required_asterisk{
  color: var(--gf-color-danger);
}

#gform_submit_button_1{
  background: #000;
  border: 1px solid #000;
  border-radius: 8px !important;
  font-size: 20px !important;
  font-family: "League Spartan", Helvetica, Arial, Verdana, sans-serif !important;
  transition: all ease 0.5s;
}

#page #gform_submit_button_1:hover{
  background: #fff;
  color: #000;
  border: 1px solid #000;
}



/*  ================= Blog ============== */
.search .page-title,
.archive .page-title,
.single-post .page-title,
.blog .page-title{
  background-image:url("https://asp.dev-ss-pro.com/wp-content/uploads/2025/06/header-bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.search .page-title:after,
.archive .page-title:after,
.single-post .page-title:after,
.blog .page-title:after{
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  opacity: 0.5;
}

.search #page .page-title-head h1,
.archive #page .page-title-head h1,
.single-post #page .page-title .entry-title,
.blog .page-title h1{
  font-family: "League Spartan", Sans-serif;
  color: #fff;
  font-size: 79px;
  line-height: 80px;
  padding-top: 100px;
}

.search #page .page-title-head h1 span,
.archive #page .page-title-head h1 span{
  display: block;
  font-family: "League Spartan", Sans-serif;
  color: #fff;
  font-size: 79px;
  line-height: 80px;
}

.blog .sidebar-right .wf-container-main {
  grid-template: none;
  grid-column-gap: inherit !important;
}

.blog .wf-container-main #sidebar{
  display: none;
}

.single-post .wf-container-main,
.search .content,
.archive .content,
.blog .content{
  max-width: 1140px;
  padding-top: 60px;
}

.search .wf-container,
.search .content,
.archive .content{
  margin: 0 auto;
}

.single-post .wf-container-main{
  margin: 0 auto;
}

.search .wf-container,
.archive .wf-container,
.blog .articles-list{
  display: flex;
  flex-wrap: wrap;
  /* max-width: 1140px;
   */
  gap: 15px;
}

.search .wf-container::before{
  display: none;
}

.search .wf-container > *,
.archive .wf-container > *,
.blog .articles-list > *{
  width: calc((100% / 3) - 60px);
  background-color: #000;
  border-radius: 8px;
}

.search .wf-container > *,
.archive .wf-container > *{
  padding: 0 ;
}

.search .wf-container h3,
.archive .wf-container h3,
.blog .articles-list h3{
  font-family: "League Spartan", Helvetica, Arial, Verdana, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.search .post .blog-content .entry-title a,
.archive .post .blog-content .entry-title a,
.blog .post .blog-content .entry-title a{
  color: #fff;
}

.search .post .blog-content,
.blog .post .blog-content,
.archive .post .blog-content{
  width: 100% !important;
  padding: 0;
}

#page .post-navigation .nav-links a .post-title:hover,
.blog .post .blog-content .entry-title a:hover{
  color: #e9dd00;
}

.search .wf-container-main p,
.archive .wf-container-main p,
.single-post .wf-container-main p,
.blog .articles-list p{
  font-family: Poppins, Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 22px;  
}

.search .wf-container p,
.archive .wf-container p,
.blog .articles-list p{
  color: #fff;
}

.search .entry-meta,
.archive .entry-meta,
.blog .entry-meta{
  display: none;
}

.search .articles-list img,
.archive .articles-list img,
.blog .articles-list img{
  border-radius: 8px;
}

.search .wf-container a.more-link,
.archive .wf-container a.more-link,
.blog .articles-list a.more-link{
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 8px;
  padding: 5px 15px;
  transition: all ease 0.5s;
}

.search .wf-container a.more-link,
.archive .wf-container a.more-link{
  margin-top: 25px;
}

.search .wf-container a.more-link:hover,
.archive .wf-container a.more-link:hover,
.blog .articles-list a.more-link:hover{
  background-color: #fff;
  color: #333;
}

.search .wf-container a.details:before,
.archive .wf-container a.details:before,
.blog .articles-list a.details:before{
  display: none;
}

.search .post ,
.archive .post.bg-on {
    padding: 25px 25px 0px;
    margin: 0 0 20px;
}



.author-info,
.single-related-posts,
#comments{
  display: none;
}

.wp-block-search .wp-block-search__label{
  font-family:"League Spartan", Helvetica, Arial, Verdana, sans-serif;
  font-size: 34px;
  line-height: 42px;  
  font-weight: 700;
}

.sidebar .widget, .sidebar-content .widget {
  padding-top: 0;
}

.single-post .sidebar .wp-block-search__button{
  font-size: 0px;
  background: #333;
  margin-left: 0;
}

.single-post .sidebar .wp-block-search__button::before{
  content: "\f002";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
}

.post-meta .author,
.post-meta .comment-link{
  display: none;
}


.breadcrumbs{
  display: none;
}

.single-post img{
  border-radius: 8px;
}

.search .iso-item,
.archive .iso-item{
  opacity: 1;
}

.elementor .inn-banner h1.elementor-heading-title{
  line-height: normal;
}

.sub-heafing h2{
  font-size: 50px !important;
  line-height: normal !important;
}

/*  =============== //Blog ============== */

.request-quote-form-wrap .gform_heading{
  display: none;
}

.request-quote-form p{
  font-size:18px;
  line-height: 32px;
  color: #3a3a3a;
}

.request-quote-form select.gfield_select{
  font-size:18px;
  line-height: 23px;
}

.request-quote-form input::placeholder{
  font-size:18px;
  line-height: 23px;
}

.request-quote-form #gform_submit_button_2 {
  background: #000;
  border: 1px solid #000;
  border-radius: 8px !important;
  font-size: 20px !important;
  font-family: "League Spartan", Helvetica, Arial, Verdana, sans-serif !important;
  transition: all ease 0.5s;
}

.request-quote-form .gfield--input-type-textarea,
.request-quote-form h3{
  padding-top: 25px;
}

.gform-theme--foundation.request-quote-form_wrapper .gform_fields{
  row-gap: 0px;
}

.video-overlay{
  background: transparent !important;
  background: linear-gradient(rgb(12 12 12 / 73%) 29%, rgb(215 215 215 / 0%) 54%) !important
}

/* .hero-video {
  clip-path: polygon(0 0, 100% 0, 100% 86%, 54% 100%, 41% 100%, 0 81%);
} */

.bottom-curve{
  margin-top: 2px;
}

.banner-cap{
  margin-top: -88px;
}


 #main .gform_wrapper .gfield_required{
  color: #f00;
 }


/* .page-id-18 .elementor-widget-video > *{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#0000005e ;
 }*/

 .page-id-18 .elementor-widget-video .elementor-wrapper video.elementor-video{
  display: none;
 }

.work-video .elementor-widget-video .elementor-widget-container{
  transform: rotateY(0) skewY(0);
  transition: all ease 0.5s;
 }

 .work-video .elementor-widget-video .elementor-widget-container:hover{
    transform: rotateY(14deg) skewY(4deg);
  } 

.work-video .e-hosted-video::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: #000000b8; */
  cursor: pointer;
 }

 .popup-video-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000d9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.close-video{
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  cursor: pointer;
  z-index: 99;
}

.close-video:after{
  content: "";
  height: 30px;
  width: 30px;
  display: block;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%23ededede6'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 993px) {

  .phantom-sticky .branding>a:not(.same-logo){
      opacity: 1;
      left: 0;
      position: relative;
  }

  .masthead.sticky-nav  header.header-bar > *:nth-child(4){
    display: none;
  }

  .masthead.sticky-nav  header.header-bar .main-nav > li a {
    margin: 18px 5px;
  }

  .masthead.sticky-nav  header.header-bar .main-nav > li .sub-nav li a{
    margin: 0 5px;
  }

  .masthead.sticky-nav  header.header-bar .main-nav > li > a .menu-text {
    font-size: 14px;
  }

  .masthead,
  .phantom-sticky .sticky-on.masthead:not(.masthead-mobile) {
      /* background: #000 !important; */
      padding-top: 25px;
      padding-bottom: 25px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
  }


body .main-nav > li.has-children ul.sub-nav li .sub-nav{
    visibility: hidden;
    opacity: 0;
    top: 0;
}
  
body .main-nav > li.has-children ul.sub-nav li:hover .sub-nav{
    visibility: visible;
    opacity: 1;
}

   .masthead.sticky-nav{
      position: fixed;
      background: #000 !important;
      padding-top: 5px;
      padding-bottom: 5px;
   }

    .masthead.sticky-nav .branding a img {
      width: 90px;
    }

   .masthead.sticky-nav .main-nav > li:not(.wpml-ls-item) > a {
    letter-spacing: 0;
  }

   .masthead.sticky-nav .main-nav>li.req-button a {
      padding: 6px 25px 0;
  } 

}

@media (max-width:1199px) {
  .main-nav > li a {
    letter-spacing: 1px;
    margin: 18px 2px;
    padding: 4px 0px;
  }

  .main-nav>li.req-button a {
      padding: 0 5px;
  }

  .sub-heafing h2{
    font-size: 30px !important;
  }

  .single-post .wf-container-main, .search .content, .archive .content, .blog .content {
      padding: 0 15px;
      padding-top: 60px;
  }

  .footer .widget {
    padding-left: 0;
  }
}

@media (min-width:993px) {
  .hamburger{
    display: none;
  }
}

@media (max-width:1023px) {
  .specializing-items.owl-carousel.owl-drag .owl-item {
      margin: 0px;
      padding: 0;
  }
}

@media (max-width:992px) {

  .sub-heafing h2 {
    font-weight: normal !important;
  }

  .show-device-logo .branding img{
    display: block;
  }

  .phantom-sticky .branding>a:not(.same-logo){
    opacity: 1;
    position: static;
  }

  body header.header-bar > *:nth-child(4) {
    position: static;
  }

  .masthead:not(.side-header) .header-bar{
    /* display: block; */
    background: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

    .header-bar>*:nth-child(1){
      order: 1;
    }
    
    .header-bar>*:nth-child(2){
      order: 3;
    }

    .header-bar>*:nth-child(3){
      order: 4;
    }
    
    .header-bar>*:nth-child(4){
      order: 2;
    }

  .hamburger {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }

  .hamburger span {
    background: #fff;
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    transition: 0.3s;
    border-radius: 3px;
  }

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    top: 8px;
  }

  .hamburger span:nth-child(3) {
    top: 16px;
  }

  /* Animation on toggle */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 8px;
  }

  .masthead .main-nav, .masthead:not(.side-header) .main-nav{
    background: #0000007d;
    position: absolute;
    right: -100%;
    top: 91px;
    transition: all ease 0.5s;
    display: block;
    width: 100%;
  }

  .masthead .main-nav, .masthead:not(.side-header) .hamburger.active + .main-nav{
    /* display: block; */
    right: 0;
  }

    .masthead:not(.side-header).full-height .main-nav > li > a{
      justify-content: left;
      padding: 5px 20px;
    }

    .masthead:not(.side-header).full-height .main-nav>li.req-button a {
        padding:12px 25px 8px;
        max-width: 158px;
    }

    .masthead:not(.side-header).full-height .main-nav>li,
    .masthead:not(.side-header).full-height .main-nav>li.has-children{
      display: block;
    }
    
    .masthead:not(.side-header).full-height .main-nav>li.has-children .sub-nav{
      width: 100%;
      position: static;
      display: none;
      visibility: visible;
      opacity: 1;
    }

    .sub-nav {
      padding: 0;
    } 

    /* .masthead:not(.side-header).full-height .main-nav>li.has-children:hover > .sub-nav {
        display: block;
    } */

    /* current-menu-item menu-item-has-children has-children 
    menu-item menu-item-type-custom menu-item-object-custom menu-item-2055 first depth-2 */

    .masthead:not(.side-header).full-height .main-nav>li.menu-item-has-children a[aria-haspopup="true"]{
      pointer-events: none;
    }

    .masthead:not(.side-header).full-height .main-nav>li.menu-item-has-children .sub-nav .sub-nav {
      background: #f3f0f0;
    }

    .tab-mng-1.e-con>.e-con-inner {
      flex-wrap: wrap;
    }

    .tab-mng-1 .e-con-inner > .elementor-element {
      width: 100%;
    }

    .search #page .page-title-head h1, 
    .archive #page .page-title-head h1, 
    .single-post #page .page-title .entry-title, 
    .blog .page-title h1 {
      padding-top: 0px;
  }

  .search #page .page-title-head h1, 
  .archive #page .page-title-head h1, 
  .single-post #page .page-title .entry-title, 
  .blog .page-title h1 {
    font-size: 40px;
    line-height: 45px;
  }

}



@media (max-width: 778px) {
  .masthead:not(.side-header):not(.side-header-menu-icon) .header-bar{
    max-width: 100%;
  }

  .show-mobile-logo.show-device-logo .branding img{
    display: block;
  }

  .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar, .ph-wrap {
    margin-left: 0px;
    margin-right: 0px;
  }


  .masthead.sticky-nav{
    position: fixed;
    width: 100%;
  }
 
  .masthead.sticky-nav .top-call{
    display: none;
  }

  #page .masthead.sticky-nav .header-bar {
      min-height: 65px;
  }

 .masthead.sticky-nav .branding img{
    height: 50px;
    width: auto;
  }

  .masthead.sticky-nav .header-bar>*:nth-child(2) {
      top: 0;
  }

  .masthead.sticky-nav .header-bar .main-nav{
    top: 0;
  }

}

@media (max-width:767px) {

  .bottom-curve{
    margin-top: 4px;
  }

  .banner-cap {
      margin-top: -50px;
  }

  #gallery-1 .gallery-item {
      max-width: fit-content;
  }

  .search .wf-container > *, .archive .wf-container > *, .blog .articles-list > * {
      width: calc((100% / 2) - 60px);
  }

  .col-rev.e-con.e-flex>.e-con-inner {
    flex-direction: column-reverse;
  }

  .elementor-heading-title {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .icon-list-mob .elementor-icon-list-item {
    margin-bottom: 25px;
  }

  .icon-list-mob .elementor-icon-list-item > .elementor-icon-list-icon{
    top: 5px;
  }

  .icon-list-mob .elementor-icon-list-item > .elementor-icon-list-text{
    font-size: 17px !important;
    line-height: 20px;
  }

}

@media (max-width:575px) {
  .header-bar>*:nth-child(2) {
    position: relative;
    top: 16px;
  }

  body header.header-bar > *:nth-child(4) {
    position: absolute;
    right: 0;
    top: auto;
    margin-top: -57px;
  }

  .elementor-heading-title {
        font-size: 20px !important;
        line-height: 25px !important;
    }

  .specializing-excerpt,
  #main p{
      font-size: 14px;
      line-height: 26px;
  }
  
  .icon-list-mob .elementor-icon-list-item > .elementor-icon-list-text{
    font-size: 14px !important;
  }

  .specializing-title {
      font-size: 18px;
      line-height: 22px !important;
  }

  .specializing-items .item {
    height: auto;
  }

  .e-con.e-flex {
    margin-top: 0px;
    margin-bottom: 0;
  }

  .search .wf-container > *, .archive .wf-container > *, .blog .articles-list > * {
    width: calc((100% / 1) - 60px);
  }

  #footer.solid-bg::before{
    height: 35px;
  }

  .open-hrs h4{
    font-size: 14px !important;
  }
}

