*{margin:0px; padding:0px;box-sizing: border-box;}
html{ position:relative; scroll-behavior: smooth; overflow-x: hidden;}
body{ color: var(--black); font-size:14px; font-weight:400; background:  var(--white); 
font-family: "Montserrat", sans-serif; overflow-x:hidden; --screen-width:calc(100vw - (100vw - 100%));}
.alignleft {float:left;}
.alignright{float:right;}
h1{margin:0; font-size: 64px;  }
h2{margin:0; font-size: 50px; }
h3{font-size: 40px;  margin:0; font-weight: 600; text-transform: uppercase;}
h4{ font-size: 32px;  margin:0;}
h5{ font-size: 24px;  margin:0;}
h6{ font-size: 20px;  margin:0;}
p{ line-height: 14px;  line-height: 24px; margin:0;}
strong{font-weight:700;}
h3 strong{font-weight: 600; color: #EC1C24; }
a, a:hover{text-decoration:none; transition:0.3s all ease-in-out;}
ul{margin:0px;}
.padd-0{padding:0px;}
.mar-0{margin:0px;}
.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.flex-wrap { -ms-flex-wrap: wrap;  flex-wrap: wrap; }
.justify-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-content-between { -webkit-box-pack: justify;  -ms-flex-pack: justify; justify-content: space-between; }
.align-items-end {-webkit-box-align: flex-end; -ms-flex-align: flex-end; align-items: flex-end; }
.align-items-center { -webkit-box-align: center; -ms-flex-align: center;  align-items: center; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }
.container{ max-width: 1320px; padding: 0px 20px; margin: 0 auto; }
img{ display: block; max-width: 100%; width: 100%; outline: none;}
/**********animation**********/
@media (prefers-reduced-motion: no-preference) {
  .animate-this {
      opacity: 0;
      transform: translateY(50px);
  }

  .animate-this.animated {
      animation: fade-in 0.8s ease-in-out forwards;
  }

  .animate-this.rtl {
      opacity: 0;
      transform: translateX(50px);
  }

  .animate-this.animated.rtl {
      animation: fade-in-right 0.8s ease-in-out forwards;
  }

	.animate-this.lft {
        opacity: 0;
        transform: translateX(-20px);
    }
  
    .animate-this.animated.lft {
        animation: fade-in-left 0.8s ease-in-out forwards;
    }
  @keyframes fade-in {
      to {
          opacity: 1;
          transform: translateY(0px);
      }
  }

  @keyframes fade-in-right {
      to {
          opacity: 1;
          transform: translateX(0px);
      }
  }
  @keyframes fade-in-left {
        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }
}
@keyframes tp-animate {
  0% {
      transform: translate(0, 0);
  }

  50% {
      transform: translate(10px, -10px);
  }

  100% {
      transform: translate(0, 0);
  }
}

#viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
#content {
   overflow: visible;
}
/**********header**********/
header { position: absolute; z-index: 9999; top: 0px; left:0; width: 100%; transition: all 0.5s ease-in-out; padding: 44px 0px; }
header.sticky {  position: fixed; background-color: #000; padding: 15px 0px; transition: all 0.5s ease-in-out; }
.header_main{display:flex;  width:100%; justify-content: space-between;}
header a.sticky-logo { display: none; transition: all 0.5s ease-in-out; }
.logo { width: 240px; transition: all 0.5s ease-in-out; }
.logo a{ display: block;transition: all 0.5s ease-in-out;  }
.logo img{ width: 100%; }
header.sticky .logo { width: 50px; transition: all 0.5s ease-in-out; }
header.sticky a.home-logo { display: none; opacity: 0; }
header.sticky a.sticky-logo { display: block; opacity: 1;}
.nav_bg { width: calc(100% - 240px); }
nav{  padding: 20px 24px; border-radius: 10px; background-color: rgba(255, 255, 255, 0.2);  border: 1px solid rgba(255, 255, 255, 0.25);
max-width: 700px; margin-left: auto; position: relative;   z-index: 1;    overflow: hidden;}
nav:before { content: ''; position: absolute; background: inherit; top: 0; left: 0;right: 0; filter: blur(40px); z-index: -1; }
nav ul { display: flex; align-items: center;  justify-content: flex-end;  }
nav ul li{ text-transform: capitalize; list-style:none; float:left; font-size: 14px;}
nav ul li:not(:last-child) {  margin-right: 44px;}
nav ul li a{ color: #ffffff; font-weight: 600; position:relative; }
nav ul li a.active, nav ul li a:hover, nav ul li.active a{ color: #EC1C24; }
a.nav-btn { width: 119px; height: 37px; line-height: 37px; display: block; text-align: center; background-color: #ffffff;  
color: #000000; border-radius: 8px; border: 1px solid #ffffff;     }
a.nav-btn:hover, nav ul li.active a.nav-btn  { background-color: #EC1C24; border: 1px solid #EC1C24; color: #ffffff;  }
nav ul li:last-child a:hover:before{ width:0;}
header.sticky nav { padding: 8px 18px; max-width: 652px;transition: all 0.5s ease-in-out;  }
header.sticky nav ul li:not(:last-child) { margin-right: 35px;transition: all 0.5s ease-in-out; }
.nav-btn1 {float: right; }
/**********nav-icon**********/
.nav-icon { display: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out;
 transition: .5s ease-in-out; cursor: pointer;	z-index: 9;	width: 24px; height: 20px; position: absolute; top: 40px; right: 40px; border-radius:4px;}
.nav-icon span{display: block; position: absolute; height: 2px; background: #FFFFFF; opacity: 1; left: 6px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg);
-o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out;	-o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.nav-icon span:nth-child(1) 	{ top: 0px;	width:24px; right: 0px;	left: auto;}
.nav-icon span:nth-child(2)	{top: 8px; width:24px;  right: 0px;  left: auto;}
.nav-icon span:nth-child(3)	 { top: 16px; width:24px;  right: 0px;  left: auto;}
.nav-icon.open span:nth-child(1){top: 8px;    right: 0px; -webkit-transform: rotate(135deg);	-moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
.nav-icon.open span:nth-child(2){ 	opacity: 0; }
.nav-icon.open span:nth-child(3){top: 10px;-webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg);transform: rotate(-135deg);    right: 0px;  top: 8px;	}
/**************banner_sec****************/
.banner_sec { position: relative; }
.banner_image img, .banner_image video { height: 100vh; object-fit: cover; }
/**************homeabout_sec****************/
.homeabout_top { padding: 80px 0px 100px; position: relative; }
.homeabout_top:before { content: ''; position: absolute; left: 0; background: url('../images/about-bg.webp') no-repeat; background-size: cover;
width: 100%;  height: 100%; top: 0; transform: rotate(-180deg); z-index: -1;}
.homeabout_top:after { content: ''; position: absolute; left: 0; background-image: linear-gradient(#00212A, rgba(0, 32, 41, 0.8), #00212A);
width: 100%;  height: 100%; top: 0; z-index: -1; }
.homeabout_box { display: flex; justify-content: space-between; align-items: center; position: relative; }
.homeabout_image { width: 46%;  max-width: 588px;}
.homeabout_image h1 {  font-size: 100px;  color: rgba(255, 255, 255, 0.15); text-transform: uppercase; 	font-weight: 800;}
.homeabout_txt { width: 48%; }
.homeabout_txt h3 { color: #FFFFFF;  margin-bottom: 8px; text-transform: capitalize; }
.homeabout_txt h3 strong { color: #EC1C24;  font-weight: 600; } 
.homeabout_txt span { font-size: 16px; color: #000;}
.homeabout_txt p {  color: #000;   margin-top: 20px;  }
.homevision {  padding: 30px 0px 80px; position: relative; }
.homevision:before { content: ''; position: absolute; left: 0; background: url('../images/about-bg.webp') no-repeat; background-size: cover;
width: 100%;  height: 100%; top: 0;     transform: rotate(-180deg); z-index: -1;}
.homevision:after { content: ''; position: absolute; left: 0; background-image: linear-gradient(#00212A, rgba(0, 32, 41, 0.85), #00212A);
width: 100%;  height: 100%; top: 0; z-index: -1; }
.homevision_img { mix-blend-mode: lighten; width: 50%; margin-left: auto;  height: 572px; }
.homevision_img img { height: 100%; object-fit: cover;}
.homevision_txt  {  position: absolute; left: 0; right: 0; width: 100%;     top: 50%; transform: translateY(-50%) !important; }
.vision_box { width: 46%;  max-width: 588px; margin-bottom: 44px; }
.vision_box h3 { margin-bottom: 24px;  color: #FFFFFF;}
.vision_box p { color: #FFFFFF;}
/**************countersec****************/
.countersec { position: relative; padding: 44px 0px 187px;}
/*.countersec::before{ content: ''; position: absolute; left: 0; background: #000000; width: 100%; height: 100%; top: 0; opacity: 0.68; }*/
.countersec_bg { position: absolute; left: 0; width: 100%; top: 0;}
.countersec_bg img { height: 601px;  width: 100%; object-fit: cover; }
.countersec_bg:before{ content: ''; position: absolute; left: 0; background: #000000; width: 100%; height: 100%; top: 0; }
.image-container { overflow: hidden; }
.counter_title { text-align: center; margin-bottom: 140px;    position: relative; }
.counter_title h3 { color: #FFFFFF;  margin-bottom: 8px; }
.counter_title p { color: #FFFFFF; }
.countersec ul { display: flex;  position: relative;  max-width: 999px; margin: 0 auto; gap: 144px;}
.countersec ul li { text-align: center; display: inline-block; width: 33.3%;  position: relative;}
.countersec ul li h3 { font-size: 80px; font-weight: 600; color: #FFFFFF; margin-bottom: 4px;}
.countersec ul li p { font-size: 20px; font-weight: 500; color: #FFFFFF; }
/**************best_sec****************/
.strength_sec { padding: 110px 0px 60px; position: relative; }
.strength_sec:before { content: ''; position: absolute; left: 0; background: url('../images/about-bg.webp') no-repeat; background-size: cover;
width: 100%;  height: 100%; top: 0;     transform: rotate(-180deg);}
.strength_sec:after { content: ''; position: absolute; left: 0; background-image: linear-gradient(rgba(0, 32, 41, 0.5),#00212A);
width: 100%;  height: 100%; top: 0; }
.strength_icon { position: absolute; right: 0; top: 50%; width: 68px;     z-index: 1;}
.title_box { max-width: 812px; margin: 0 auto; margin-bottom: 44px; text-align: center; position: relative; z-index:9;  }
.title_box h3{ margin-bottom: 14px; color: #FFFFFF; } 
.title_box p { color: #FFFFFF; }
.strength_main { position: relative; display: flex; flex-wrap: wrap; gap: 24px; z-index:9;}
.strength_box { margin-bottom: 10px; width: 32.08%; }
.strength_box .strength_img { margin-bottom: 14px;  }
.strength_box .strength_img a img { border-radius: 10px; object-fit: cover; position: absolute; top:0; left: 0; width: 100%; height: 100%; }
.strength_box a { position: relative; background: rgba(237, 29, 35, 0.5); overflow: hidden; width: 100%; border-radius: 10px;
z-index: 1; display: block; font-size: 18px; font-weight: 500; color: #ffffff; padding: 11px 10px; text-align: center; border: 1px solid rgba(255, 255, 255, .5); }
.strength_box .strength_img a {  position: relative; width: 100%; padding-bottom: 60%; border: 0; }
/**************teamsec****************/
.teamsec { padding: 50px 0px 110px;  position: relative; }
.teamsec:before { content: ''; position: absolute; left: 0; background: url('../images/about-bg.webp') no-repeat; background-size: cover;
width: 100%; height: 100%; top: 0; }
.teamsec:after { content: ''; position: absolute; left: 0; background-image: linear-gradient(#00212A, rgba(0, 32, 41, 0.25));
width: 100%;  height: 100%;  top: -2px; }
.team_main { display: flex; align-items: center; margin-bottom: 44px; position: relative; z-index:9; }
.teamsec .title_box { max-width: 935px; }
.teamsec .title_box p { font-size: 16px; }
.team_box { display: flex; align-items: center; margin-bottom: 100px;}
.team_box:nth-child(even) { margin-bottom: 0; }
.team_img { width: 100px; }
.team_txt { padding: 10px 34px;  width: calc(100% - 100px); position: relative; }
.team_txt::before { content: ""; margin-right: 10px; width: 10px; height: 100%; border-radius: 50px; background-color: #FCC737;
position: absolute; left: 0; top: 0; }
.team_red .team_txt::before { background-color: #EC1C24; }
.team_blue .team_txt::before { background-color: #4AC2D4; }
.team_orange .team_txt::before { background-color: #F26B0F; }
.team_txt h6 { font-size: 18px; color: #ffffff; margin-bottom: 8px; }
.team_txt p { font-size: 12px; color: #ffffff; }
.team_image { width: 324px; margin: 0px 90px; }
.team_image img { width: 100%; }
.team_left , .team_right { width: 30%; }
.team_btmtxt { text-align: center;  position: relative; z-index: 9; }
.team_btmtxt h3 { color: #ffffff; }
/**************clientsec****************/
.clientsec { position: relative; padding: 80px 0px;}
/*.countersec::before{ content: ''; position: absolute; left: 0; background: #000000; width: 100%; height: 100%; top: 0; opacity: 0.68; }*/
.clientsec_bg { position: absolute; left: 0; width: 100%; top: 0;}
.clientsec_bg img { opacity: 0.6;  height: 573px;  width: 100%; object-fit: cover; }
.clientsec_bg:before{ content: ''; position: absolute; left: 0; background: #000000; width: 100%; height: 100%; top: 0; }
.clientsec h3 { margin-bottom: 44px; text-align: center; position: relative; color: #ffffff; }
.clientsec .slick .slick-slide{  margin: 15px;}
.clientsec .slick .slick-slide img {  width: 183px; border-radius: 5px;  }
/**************review_sec****************/
.review_sec { padding: 110px 0px 10px; position: relative; }
.review_sec:before { content: ''; position: absolute; left: 0; background: url('../images/about-bg.webp') no-repeat; background-size: cover;
width: 100%; height: 100%; top: 0; z-index: -1; }
.review_sec:after { content: ''; position: absolute; left: 0; background-image: linear-gradient(#00212A, rgba(0, 32, 41, 0.25), #00212A);
width: 100%;  height: 100%;  top: 0; z-index: -1;  }
.review_sec h3 { margin-bottom: 44px; position: relative; text-align: center;color: #ffffff;   }
.review_slider { position: relative; }
.review_box { padding: 24px 24px; border-radius: 10px; position: relative; overflow: hidden;}
.review_box:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 10px;
 border: 1px solid transparent; background: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
 mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0); mask-composite: exclude; z-index: -1; }
.review_box:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; filter: blur(100px);
 background-image: linear-gradient(rgba(225, 225, 225, 0.4), rgba(225, 225, 225, 0)); z-index: -1;  }
.review_txt { display: flex; margin-bottom: 20px; }
.review_txt p {  font-size: 16px; font-weight: 500; color: #ffffff; width: calc(100% - 34px); padding-right: 10px;  }
.review_txt p span { font-size: 12px; font-weight: 500; display: block; }
.review_txt img { width: 34px; }
.review_image { position: relative; width: 100%;  padding-bottom: 89%; margin-bottom: 20px;  }
.review_image img { border-radius: 10px; object-fit: cover; position: absolute; top:0; left: 0; width: 100%; height: 100%; }
.review_box a { display: inline-block; text-decoration: underline; font-size: 16px; font-weight: 500; color: #ffffff; }
.review_slider.slick-slider { margin: 0px -12px; margin-bottom: 30px; }
.review_slider .slick-slide { margin: 0px 12px; }
.review_slider .slick-dots { bottom: -70px; text-align:center; margin:0 auto; left: 0; right:0; z-index: 9; justify-content: center; }
.review_slider .slick-dots li{ width: 10px; height: 10px; margin:0 5px;}
.review_slider .slick-slide { outline:none;}
.review_slider .slick-dots li button:before { width: 10px;  height: 10px; line-height: 17px; border-radius: 100%;  font-size:0px;  background: #ffffff; border:0; opacity: 1;}
.review_slider .slick-dots li.slick-active button:before { background: #EC1C24; color:transparent;}
.review_slider .slick-dots li button { width: 10px; height: 10px; padding: 0px;}
/**************people_sec****************/
.people_sec { position: relative; padding: 60px 0px; }
.people_sec:before { content: ''; position: absolute; left: 0; background: url('../images/about-bg.webp') no-repeat; background-size: cover;
width: 100%;  height: 100%; top: 0;  z-index: -1; }
.people_sec:after { content: ''; position: absolute; left: 0; background-image: linear-gradient(#00212A, rgba(0, 32, 41, 0.25), #00212A);
width: 100%; height: 101%; top: -1px; z-index: -1;  }
.people_sec h3 { margin-bottom: 44px; position: relative; text-align: center;color: #ffffff;   }

.people_main { position: relative; display: flex; }
.people_image { width: calc(100% - 400px); margin-right: 84px; }
.people_image img { width: 100%; border-radius: 10px; height: 100%; object-fit: cover; }
.people_video { width: 400px;  }
.people_video img { width: 100%; border-radius: 10px; height: 100%; object-fit: cover; }
.people_video video { width: 100%; border-radius: 10px; object-fit: cover; }
.people_slider { height: 100%; }
.people_slider .slick-list { height: 100%; }
.people_slider .slick-track { height: 100%; }
/**************contact_sec****************/
.contact_sec { padding: 50px 0px 110px;  position: relative; }
.contact_sec:before { content: ''; position: absolute; left: 0; background: url('../images/about-bg.webp') no-repeat; background-size: cover;
width: 100%;  height: 100%; top: 0; transform: rotate(-180deg);}
.contact_sec:after { content: ''; position: absolute; left: 0; background-image: linear-gradient(#00212A, rgba(0, 32, 41, 0.25), #00212A);
width: 100%;  height: 101%; top: -1px; }
.contact_main { position: relative; z-index: 9; display: flex; align-items: center; }
.contact_txt { max-width: 435px; width: calc(100% - 591px) }
.contact_txt h3 { color: #FFFFFF; margin-bottom: 14px; }
.contact_txt p { color: #FFFFFF; margin-bottom: 37px; }
.contact_txt ul { padding: 0;  }
.contact_txt ul li { margin-bottom: 24px;  display: flex; align-items: center; }
.contact_txt ul li em { width: 24px; margin-right: 14px; }
.contact_txt ul li em img { width: 24px; }
.contact_txt ul li a { font-size: 14px; color: #FFFFFF; font-weight: 500; margin-right: 10px; }
/**************contact_form****************/
.contact_form { width: 591px;    margin-left: auto; padding: 44px 44px 14px; position: relative; overflow: hidden;    border-radius: 10px; }
.contact_form:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; filter: blur(100px);
 background-image: linear-gradient(rgba(225, 225, 225, 0.3), rgba(225, 225, 225, 0.1));    z-index: -1; }
.contact_form form { margin-bottom: 30px; }
.contact_form h4 { font-size: 32px; font-weight: 600; text-align: center; color: #FFFFFF; margin-bottom: 14px; }
.contact_form p {  text-align: center; color: #FFFFFF; }
.contact_form p a { color: #FFFFFF; }
.contact-tabs { margin-top: 24px; }
.tabs-nav { padding: 6px 6px; background-color: #0F2E37; border-radius: 10px; margin-bottom: 20px; }
.tabs-nav ul { display: flex; }
.tabs-nav ul li  { display: inline-block;  width: 50%; text-align: center;}
.tabs-nav ul li a { color: #FFFFFF; font-weight: 600; display: block; padding: 13px 20px; }
.tabs-nav ul li.active a { background-color: rgba(225, 225, 225, 0.5); border-radius: 10px;}
.contact_form div.halfs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact_form .form-group { margin-bottom: 20px;}
.contact_form input, .contact_form textarea { background-color: #0F2E37; border-radius: 10px; color: #FFFFFF;    border: 0; }
.contact_form input[type=submit] { padding: 14px 60px; width: auto; width: 100%; }
.contact_form .tabs-content div.tabs-none { display: none; }
.contact_form .inputfile { width: 0.1px; height: 0.1px;  opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
.inputfile + label { max-width: 100%; font-size: 14px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; cursor: pointer;
display: flex; align-items: center; justify-content: center; }
.inputfile + label img { width: 24px; margin-right: 8px; }
.inputfile-1 + label { color: #fff; background-color: transparent; border: 2px dashed rgba(225, 225, 225, 0.5); border-spacing: 15px;
padding: 12px; border-radius: 8px; }
.g-recaptcha { margin-bottom: 12px; }
/**************business-page****************/
.event_sec { padding: 40px 0px 0px;  position: relative; color: #ffffff; }
.event_sec:before { content: ''; position: absolute; left: 0; background: url('../images/bg.webp') no-repeat; background-size: cover;
width: 100%;  height: 100%; top: 0;  z-index: -1;}
.event_sec:after { content: ''; position: absolute; right: 0; background: url('../images/strength-icon.png') no-repeat; 
width: 68px;  height: 138px; top: 44px;  z-index: -1;}
.event_sec h3 { margin-bottom: 24px; }
.event_sec p {  margin-bottom: 15px; }
.event_inn { padding-bottom: 50px; border-bottom: 1px solid #828282;  }

.ourwork_sec { padding: 50px 0px 60px;  color: #ffffff; position: relative;    margin-top: -1px; }
.ourwork_sec:before { content: ''; position: absolute; left: 0; background: url('../images/bg.webp') no-repeat; background-size: cover;
width: 100%;  height: 100%; top: 0; transform: rotate(-180deg); z-index: -1; }
.ourwork_sec:after { content: ''; position: absolute; left: 0; background: url('../images/strength-icon1.png') no-repeat; 
width: 76px;  height: 138px; top: 44px;  z-index: -1;}
.ourwork_sec.gallery_sec:after { content: ''; position: absolute; right: 0; background: url('../images/strength-icon.png') no-repeat; 
width: 68px;  height: 138px; bottom: 0;  z-index: -1;     left: auto; top: auto;}
.ourwork_sec h3 { text-align: center; margin-bottom: 44px; }
.work_main { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 30px; }
.work_box { margin-bottom: 10px; width: 32.08%; position: relative; }
.work_box > a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 99; }
.work_box .work_image {  position: relative; width: 100%; padding-bottom: 60%; margin-bottom: 15px;}
.work_box .work_image img , .work_box .work_image iframe { border-radius: 10px; object-fit: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.work_txt h6{ display: flex; justify-content: space-between;  font-weight: 500; margin-bottom: 10px; align-items: center; }
.work_txt h6 em { font-size: 12px; font-weight: 400; font-style: normal; }
.work_txt p, .toggle-text { font-size: 12px;    line-height: 22px; }
.work_txt p a,  .toggle-text a{ font-weight: 500; text-decoration: underline; color: #EC1C24; text-transform: capitalize; }

.work-load a{ font-size: 16px; font-weight: 600; background-color: #EC1C24; border-radius: 10px; padding: 15px 24px; color: #ffffff;    font-size: 16px;
 display: block; width: 135px; margin: 0 auto; }
.loadcontent { display: none; }
.loadcontent1 { display: none; }
.work-load a.noContent { display: none; }
.work_box:hover .work_image:before { opacity: 1; transition: 0.4s; }
.gallery_main .work_image:before{ content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); 
height: 34px; width: 34px; background: url('../images/magnifier.svg') center no-repeat; background-size: contain; opacity: 0;
transition: 0.4s; z-index: 9; }
.work_box:hover .gallery_main .work_image:before { opacity: 1; transition: 0.4s; }
.contact_txt h6 { font-size: 16px; font-weight: 500; color: #FFFFFF; margin-bottom: 10px; margin-top: 40px; text-decoration: underline; }
/**************fancybox****************/
figcaption { display: none; }
.fancybox-caption__body {  padding: 10px 10px; max-height: 50vh; overflow: auto; background: #fff; pointer-events: all; width: 60%; margin: 0 auto;}
.fancybox-caption__body h6{  font-weight: 500; margin-bottom: 5px; align-items: center; color: #000; font-size: 18px; }
.fancybox-caption__body em { font-size: 12px; font-weight: 400; font-style: normal; color: #000; display: block; }
.fancybox-caption__body p{ font-size: 12px;    line-height: 22px; color: #000;}
.fancybox-caption__body strong { color: #000; }
.read-more-btn { font-weight: 500;  text-decoration: underline; color: #EC1C24; text-transform: capitalize; background: transparent; outline: none;
 border: 0;    font-size: 12px;  line-height: 22px;}
/**************form****************/
label { font-weight: 700; font-size: 14px; color: #111111; margin-bottom: 15px; display: block; }
input { background: transparent; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 10px; padding: 14px 14px; font-weight: 400;
font-size: 14px; color:#FFFFFF;  width: 100%; }
textarea { background: transparent; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 10px; padding: 14px 14px; font-weight: 400;
font-size: 14px;  color: #FFFFFF;  height: 81px; width: 100%; font-family: "Montserrat", sans-serif; }
input[type=submit] { background: #EC1C24;  border: 1px solid #EC1C24; padding: 20px 10px; display: block; font-weight: 600;
text-align: center; color: #ffffff; border-radius: 10px; -webkit-appearance: none; cursor: pointer; font-size: 16px;  }
input[type=submit]:hover { background: #000000; color: #FFFFFF; transition:0.3s all ease-in-out; }
/**************footer****************/
.footer { position: relative;}
.footer:after { content: ''; position: absolute; left: 0; background: url('../images/decoration.png') rgba(237, 29, 35, 0.5) no-repeat; background-size: cover;
width: 100%;  height: 100%; top: 0; }
.footer:before { content: ''; position: absolute; left: 0; background: url('../images/about-bg.webp') no-repeat; background-size: cover;
width: 100%;  height: 100%; top: 0;     background-position: bottom; }
.footertop { padding: 80px 0px 0px; position: relative; z-index: 9; }
.footertop_main { display: flex; justify-content: space-between; border-bottom: 1px solid #FFFFFF; padding-bottom: 44px; gap: 133px;}
.footer_about { width: 30%; }
.footer_about img {  width: 173px; margin-bottom: 20px; }
.footertop h6{ margin-bottom: 14px; font-size: 20px; font-weight: 500; color: #FFFFFF;}
.footer_about p { font-size: 13px; color: #FFFFFF; }
.footertop h5 { font-size: 24px; font-weight: 600; margin-bottom: 24px;  color: #FFFFFF;}
.footer_inform { width: 30%; }
.footer_inform p { margin-bottom: 20px;     display: flex; }
.footer_inform p em { width: 20px; margin-right: 14px;  }
.footer_inform p em img { width: 20px; }
.footer_inform p a { width: calc(100% - 20px); font-size: 14px; color: #FFFFFF;  font-weight: 500;}
.footer_social ul { padding: 0; display: flex; }
.footer_social ul li { display: inline-block; }
.footer_social ul li a {  width: 50px; height: 50px; background-color: #FFFFFF; border-radius: 50px; display: flex; align-items: center;
justify-content: center; }
.footer_social ul li a img { width: 24px; }
.footer_social ul li:not(:last-child) { margin-right: 24px; }
.footerbtm { padding: 24px 0px 40px;   position: relative; z-index: 9; }
.footerbtm p { font-size: 16px; color: #FFFFFF;  font-weight: 500;  }
.top-scroll { position: absolute; top: -75px; left: 0; }
.footerbtm_inn { display: flex; justify-content: space-between; }
.footerbtm p a { color: #FFFFFF;}
.gallery_sec.spacings { padding-bottom: 20px; }
/*.gallery_sec.spacings .work_main {     margin-bottom: 0; }*/

#backtop { position:fixed;  right: 45px; bottom: 60px; cursor:pointer; width:50px; height:50px; background-color:#ffffff; text-indent:-9999px;
display:none; -webkit-border-radius:60px; -moz-border-radius:60px; border-radius:60px; z-index: 9; }
#backtop span { position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-12px; height:0; width:0; border:8px solid transparent;
border-bottom-color:#EC1C24; }
.juicer-feed .slick-list ul li { margin: 0px 10px !important; }
.juicer-feed.slider li.feed-item , .juicer-feed.slider.j-modern li.feed-item .j-image img{ border-radius: 10px !important; }
.juicer-feed .slick-list ul li {  padding: 24px 24px; border-radius: 10px; position: relative; overflow: hidden;}
.juicer-feed .slick-list ul li:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 10px;
 border: 1px solid transparent; background: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
 mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0); mask-composite: exclude; z-index: -1; }
.juicer-feed .slick-list ul li:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; filter: blur(100px);
 background-image: linear-gradient(rgba(225, 225, 225, 0.4), rgba(225, 225, 225, 0)); z-index: -1;  }
.juicer-feed.slider .slick-prev , .juicer-feed.slider .slick-next { display: none !important; }
/**************youtube-feed****************/
body .sk-ww-youtube-playlist-videos .sk-profile { display: none !important; }
body .sk-ww-youtube-playlist-videos { background-color: transparent !important; }
body .sk-ww-youtube-playlist-videos .sk-post { padding: 0 !important; }
body .sk-ww-youtube-playlist-videos .sk-post__title { margin-top: 16px !important;  margin-bottom: 8px !important;
font-size: 18px !important; line-height: 25px; font-weight: 500 !important; color: #fff !important; }
body .sk-ww-youtube-playlist-videos .sk-post__title { padding: 0 !important;}
body .sk-ww-youtube-playlist-videos .sk-post__details { padding: 0 !important;  color: #fff !important; }
body .sk-ww-youtube-playlist-videos .sk-load-more-btn { font-size: 16px !important; font-weight: 600 !important;
background-color: #EC1C24 !important;  border-radius: 10px !important; padding: 15px 15px !important; color: #ffffff !important;
display: block !important; width: 185px !important; margin: 0 auto !important; }
body .sk-ww-youtube-playlist-videos .sk-post__thumbnail-icon path { fill: #ec1c24 !important; }
body .sk-ww-youtube-playlist-videos .sk-load-more-btn-container { margin-bottom: 0 !important; }
body .sk-post-modal--active { z-index: 9999 !important;  }
body .sk-post-modal-overlay--active {  z-index: 9999 !important; }

body .sk-ww-google-reviews .sk-post__user-link {  color: #000 !important; }
body .sk-ww-google-reviews .sk-post__text-content {
    font-size: 14px !important;
    line-height: 20px !important;
}
body .sk-ww-google-reviews .sk-badge__title, body .sk-ww-google-reviews .sk-badge__count, body .sk-ww-google-reviews .sk-badge__name {
    font-size: 20px !important;
}
/**************review_slider****************/

.review_slider .slick-track { display: flex; align-items: stretch; }
.review-card img { width: 60px; display: inline-block; vertical-align: middle; margin-bottom: 10px; }
.review-card h3 { font-size: 15px; font-weight: 600; margin: 0; display: inline-block; vertical-align: middle; color: #ffffff; 
 margin-bottom: 10px;  padding-left: 20px; }
 .review-card p { color: #ffffff;  }
.review-card { padding: 24px 24px; border-radius: 10px; position: relative; overflow: hidden;  display: flex; align-items: center; 
flex-wrap: wrap; height: auto !important; background: rgba(255,255,255,0.2); }
.review-card:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 10px;
 border: 1px solid transparent; background: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, 0));
 mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0); mask-composite: exclude; z-index: -1; }
.review-card:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; filter: blur(100px);
 background-image: linear-gradient(rgba(225, 225, 225, 0.4), rgba(225, 225, 225, 0)); z-index: -1;  }

.footer_about ul { margin-top: 20px;}
.footer_about ul li { display: block; margin-bottom: 12px; }
.footer_about ul li a { color: #FFFFFF; font-size: 14px; font-weight: 500;  }
/**************responsive****************/
@media (max-width: 1739px) {
.people_slider { height: 95%; }
.people_video video { height: 95%; }	
.people_sec {  padding: 60px 0px 20px; }
}
@media (max-width: 1439px) {
header { padding: 30px 0px; }
.logo { width: 180px; }
.team_left, .team_right { width: 35%; }
.team_image { width: 300px; margin: 0px 70px;}
}
@media (max-width: 1365px) {
.container { max-width: 95%; }
.strength_main, .work_main {  gap: 23px; }
.strength_box , .work_box  { width: 32%; }
.people_sec {  padding: 60px 0px 0px; }
}
@media (max-width: 1279px) {
.countersec ul li h3 { font-size: 64px; }
.strength_main, .work_main { gap: 21px; }
.team_image { width: 290px; }
.team_left, .team_right { width: 32%; }
.team_img { width: 80px; }
.team_txt { padding: 10px 28px;  width: calc(100% - 80px); }
}
@media (max-width: 1179px) {
.strength_main, .work_main { gap: 19px; }
nav { padding: 14px 24px; }
h3 { font-size: 34px; }
.homeabout_image h1 { font-size: 84px; }
.team_image { width: 200px; margin: 0px 45px;  }
.team_left, .team_right { width: 36%; }
.contact_form { width: 520px;}
.footertop_main {  gap: 75px; }
.people_image { width: calc(100% - 300px); margin-right: 50px; }
.people_video { width: 300px; }
}
@media (max-width: 1079px) {
.footertop_main { gap: 30px; }
.footer_about, .footer_inform {  width: 32%;}
.strength_box, .work_box { width: 31.92%; }
.strength_box a { font-size: 16px; }
nav ul li:not(:last-child) { margin-right: 30px;}
header.sticky nav ul li:not(:last-child) { margin-right: 30px;}
.strength_main, .work_main {  gap: 18px; }
.fancybox-caption__body { width: 95%; }
}
@media (max-width: 991px) {
.nav-icon{display:block;}
.nav_bg { position: absolute; right: 0; top: 0; border: 0;}
body.open { overflow: hidden; }
.open nav {display:block; }
header.sticky .logo { width: 40px; }
header.sticky .nav-icon { top: 27px; }
nav {display:none; position:fixed; top: 121px; left:0;width: 100%; right:0;float:none;z-index:9999; background:#000000; 
transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out; overflow: auto; max-height: calc(100% - 121px);
max-height: -webkit-calc(100% - 121px);  max-height: -moz-calc(100% - 121px); padding: 0px; width: 100%; max-width: 100%; border: 0;
border-radius: 0; }
nav ul {width: 100%;max-width: 100%;  display: block; justify-content: normal;    margin-top: 0;  padding: 0px;}
nav ul li {display: block;  float: none;  margin: 0; text-align: left; padding: 11px 40px; }
nav ul li:last-child{border:0px;}
.logo {  width: 130px; }
header { padding: 15px 0px;}
.homeabout_top { padding-bottom: 60px; }
.homeabout_box { align-items: flex-start; flex-wrap: wrap;  }
.homeabout_image {  margin-bottom: 30px; }
.homeabout_image h1 {  font-size: 64px; }
.homeabout_txt {  width: 100%; }	
header.sticky nav { max-width: 100%; top: 76px;}
nav ul li:not(:last-child) , header.sticky nav ul li:not(:last-child){  margin-right: 0; }
header.sticky nav ul li { padding: 11px 16px; }
.homeabout_top { padding: 40px 0px 60px; }
.countersec {  padding: 60px 0px 80px; }
.counter_title { margin-bottom: 60px; }
.countersec ul { gap: 40px; }
.countersec ul li p { font-size: 18px; }
.strength_sec { padding: 60px 0px 10px; }
.strength_box, .work_box { width: 48.5%; }
.teamsec , .contact_sec{ padding: 50px 0px; }
.team_main { flex-wrap: wrap; }
.team_left, .team_right { width: 100%; }
.team_box { margin-bottom: 30px; }
.team_image {  width: 200px; margin: 30px 0; }
.clientsec {  padding: 60px 0px; }
.review_sec { padding: 60px 0px 10px;}
.clientsec .slick .slick-slide img { width: 150px;}
.people_image { width: calc(100% - 240px); margin-right: 25px;}
.people_video {  width: 240px;}
.contact_main { flex-wrap: wrap; }
.contact_txt { width: 100%; max-width: 100%; margin-bottom: 30px;}
.contact_form {  width: 100%; }
.contact_txt ul li { margin-bottom: 15px;}
.footertop {  padding: 50px 0px 0px;}
.footertop h5 { font-size: 20px;}
.footer_social ul li:not(:last-child) {  margin-right: 15px;}
.footer_social ul li a { width: 40px; height: 40px;}
.footer_social ul li a img {  width: 18px;}
.footertop_main { gap: 15px; padding-bottom: 20px; }
.footerbtm { padding: 20px 0px; }
.footerbtm p { font-size: 14px; }
.nav-btn1 { margin: 16px 20px; }
.work_txt h6 { font-size: 18px; }
.ourwork_sec { padding: 50px 0px; }
.ourwork_sec.gallery_sec { padding-bottom: 30px; }
.clientsec_bg img { height: 480px; }
}
@media (max-width: 767px) {
.container { max-width: 100%; }
.people_main { flex-wrap: wrap; }
.people_image { width: 100%; margin-right: 0; margin-bottom: 25px;  }
.people_video { width: 100%;  max-width: 300px; margin: 0 auto; }
.homeabout_top { padding: 40px 0px 0px; }
.vision_box { width: 100%; max-width: 100%;  margin-bottom: 30px; }
.vision_box h3 { margin-bottom: 12px; }
h3 { font-size: 24px; }
.homevision_txt { position: relative;top: 0;  transform: inherit !important; }
.homevision_img { width: 100%; height: auto; }
.countersec ul { flex-wrap: wrap; gap: 30px;  }
.countersec ul li { display: block; width: 100%;}
.countersec_bg img { height: 640px;}
.countersec ul li h3 { font-size: 54px; }
.strength_main, .work_main { gap: 15px; }
.strength_box a { font-size: 15px;}
.clientsec .slick .slick-slide { margin: 10px;}
.clientsec .slick .slick-slide img { width: 130px; }
.footertop_main { flex-wrap: wrap; }
.footer_about, .footer_inform { width: 100%; }
.footer_about img { margin-bottom: 10px;}
.footertop h6 {  margin-bottom: 8px;  font-size: 18px;}
.footertop h5 { font-size: 18px; margin-bottom: 10px;}
.footer_inform p { margin-bottom: 12px;}
.nav-icon { right: 20px;  }
.homeabout_image {  max-width: 240px;}
.homeabout_image h1 { font-size: 54px; }
.homeabout_txt span { font-size: 15px;}
.homeabout_txt p { margin-top: 15px; }
.people_sec { padding: 20px 0; }
.people_sec h3 { margin-bottom: 30px; }
.contact_form h4 { font-size: 24px; }
.team_image { order: 1; margin: 30px auto; }
.team_left { order: 2; margin-bottom: 20px; }
.team_right { order: 3; }
.review_txt p, .review_box a, input[type=submit] { font-size: 14px; }
.work_txt h6 { font-size: 16px; }
.clientsec_bg img { height: 450px; }
.footerbtm_inn { flex-wrap: wrap; }
#backtop { right: 20px; bottom: 20px; }
.people_slider { height: 100%; }
.people_video video { height: 100%; }
.team_txt p {  line-height: 20px;}	
.footer_inform p a, .footerbtm p { font-size: 13px; line-height: 21px; }
.ourwork_sec h3 { margin-bottom: 25px; }
.event_sec p:last-child { margin-bottom: 0; }
body .sk-ww-youtube-playlist-videos .sk-posts-container {  padding: 0 !important; }
.event_inn { padding-bottom: 40px; }
.ourwork_sec {  padding: 40px 0px;  }
.footertop { padding: 40px 0px 0px; }
body .sk-ww-youtube-playlist-videos .sk-grid-item { margin-bottom: 20px !important; }
.fancybox-caption__body { max-height: 35vh;  width: 95%; }
.review_sec h3 {
    margin-bottom: 30px;
}
body .sk-ww-google-reviews {
    padding-top: 10px;
}
.review_slider .slick-prev {
    left: -8px;
}
.review_slider .slick-next {
    right: -8px;
}
}
@media (max-width: 575px) {
.strength_box, .work_box { width: 100%; }
.countersec_bg img { height: 790px; }
h3 { font-size: 22px;}
.countersec ul li h3 {  font-size: 44px;  }
.countersec ul li p { font-size: 16px; line-height: 21px; }
.fancybox-slide--image { padding: 6px 20px; }
header.sticky nav { top: 75px; }
}
@media (max-width: 479px) {
.logo { width: 110px;}
.team_txt { padding: 10px 10px 10px 20px; width: calc(100% - 65px); }
.team_img { width: 65px; }
team_txt::before { margin-right: 6px; width: 6px;}
.contact_form { padding: 40px 20px 14px;}
.contact_form div.halfs { grid-template-columns: 1fr; gap: 0;}
.footer_about img { width: 150px;}
.tabs-nav ul li a { padding: 13px 18px;}
.inputfile + label { font-size: 12px;}
}
@media (max-width: 375px) {
.tabs-nav ul { flex-wrap: wrap;}
.tabs-nav ul li { width: 100%;}
.inputfile + label { font-size: 10px;}
}
