

.dark-mode {
  background-color: black;
  color: white;}

body {
    overflow-x: hidden;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
  }
  .header {
   width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 7px;
    z-index: 2;
    padding: 12px;
    padding-top: 0px;
    border-color: rgba(0,0,0,0.01);
    margin-right: auto;
    margin-left: auto;
    height: 100px;
    /*border: 1px solid red;*/
    max-width: 1440px;
}
  .header img {
    width: 220px;height: 74px;
  }
  
  video {
    width: 100%;
  }
  .wrapper, .home-hero {
    padding: 0px 0px 0px!important; 
  }
  /* nav-toggler css start */
  .nav-toggler {
    border: 3px solid #333;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
  }
  .nav-toggler span, 
  .nav-toggler span:before, 
  .nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #333;
    display: block;
    transition: .3s;
  }
  .nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
  }
  .nav-toggler span:after {
    content: '';
    transform: translateY(6px);
  }
  .nav-toggler.toggler-open span {
    background-color: transparent;
  }
  .nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
  }
  .nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
  }
  /* nav-toggler css start */
  
  .contact-get-in-touch-section .contact-form .form-item select {
    width: 100%;
  }
  
  /* mobile breakpoint start */
  @media screen and (max-width: 1024px) {
    .container {
      max-width: 720px;
    }
	  
	  .dropdownmenu a {
    color: inherit;
    display: block;
    font: bold 14px/20px sans-serif;
    padding: 10px 9px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-family: 'Poppins', sans-serif;
    /* font-size: 15px!important; */
    font-weight: 500;
    text-transform: uppercase;
}
	  
	  
    footer, section {
      padding: 1rem 0px 1rem;
    }
    /* navbar css for mobile start */
    .nav-toggler{
      display: block;
    }
    .header-area {
      background: #fff;
      position: fixed;
      z-index: 99;
      width: 100%;
      padding: 10px 30px;
    }
    .site-navbar ul {
      position: fixed;
      width: 100%;
      height:100vh;
      left: 0;
      top: 80px;
      flex-direction: column;
      align-items: center;
      background-color: #fff;
      max-height: 0;
      overflow: hidden;
      z-index: 1;
      transition: .3s;
    }
    .site-navbar ul li {
      width: 100%;
      text-align: center;
    }
    .site-navbar ul li a {
      padding: 25px;
      color: #333;
    }
    .site-navbar ul li a:hover {
      background-color: #333;
      color: #fff;
    }
    .site-navbar ul.open {
      max-height: 100vh;
      overflow: visible;
    }
    .intro-area h2 {
      font-size: 36px;
      margin-bottom: 15px;
    }  
    /* navbar css for mobile end */
  }
  /* mobile breakpoint end */
  
  
/*
  img.logo:hover {
    filter: url(#glitchshadow);
  }
*/
  .logo h1 {
    color: #666;
  }
  
  .glitch {
    position: relative;
  }
  .glitch:before, .glitch:after {
    content: '';
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
  }
  .glitch.design:before, .glitch.design:after {
    content: 'BUSINESS.';
  }
  .glitch.develop:before, .glitch.develop:after {
    content: 'GROWTH.';
  }
  .glitch.deliver:before, .glitch.deliver:after {
    content: 'ONLINE.';
  }
  .glitch:before {
    color: #1151e4;
    z-index: -1;
  }
  .glitch:after {
    color: #f0f;
    z-index: -2;
  }
  .glitch:hover:before {
    animation: glitch 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
  }
  .glitch:hover:after {
    animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both infinite;
  }

 .glitch.STRATEGIC:before, .glitch.STRATEGIC:after {
    content: 'STRATEGIC.';
  }
  .glitch.BUSINESS:before, .glitch.BUSINESS:after {
    content: 'BUSINESS.';
  }
  .glitch.WEBSITES:before, .glitch.WEBSITES:after {
    content: 'WEBSITES.';
  }


.glitch.STRATEGIC1:before, .glitch.STRATEGIC1:after {
    content: 'STRATEGIC.';
  }
  .glitch.DIGITAL:before, .glitch.DIGITAL:after {
    content: 'DIGITAL.';
  }
  .glitch.MARKETING:before, .glitch.MARKETING:after {
    content: 'MARKETING.';
  }
  

.glitch.RESEARCH1:before, .glitch.RESEARCH1:after {
    content: 'RESEARCH.';
  }
  .glitch.EXECUTE:before, .glitch.EXECUTE:after {
    content: 'EXECUTE.';
  }
  .glitch.ESTABLISH:before, .glitch.ESTABLISH:after {
    content: 'ESTABLISH.';
  }
  @keyframes glitch {
    0% {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
    20% {
      -webkit-transform: translate(-5px, 5px);
      transform: translate(-5px, 5px);
      transform: skewX(10deg);
    }
    40% {
      -webkit-transform: translate(-5px, -5px);
      transform: translate(-5px, -5px);
    }
    60% {
      -webkit-transform: translate(5px, 5px);
      transform: translate(5px, 5px);
    }
    80% {
      -webkit-transform: translate(5px, -5px);
      transform: translate(5px, -5px);
    }
    to {
      -webkit-transform: translate(0);
      transform: translate(0);
    }
  }
  
  
  .videoBg {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    opacity: 0.02;
  }
  
  .expert-tech {
    width: 100%;
    float: none;
    display: inline-block;
  }

  .work-tech {
    width: 100%;
    float: none;
    display: inline-block;height: 578px; 
  }
  
  .expert-tech .service-item {
    width: 100%;
    display: inline-block;  margin-bottom: 20px;
  margin:5px 0px 20px 0px; 
  }
  /* .expert-tech .service-item h2 {
    font-size: 5rem;
  } */
  .expert-tech .service-item h2:first-child {
    margin-top: -9px!important;
  }
  
  
  
  /* Overlay style */
  .overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
    left: 0;
    font-family: 'Poppins';
    background: rgba(0,0,0,0.9);
    z-index: 8;
  }
  
  /* Overlay closing cross */
  .overlay .overlay-close {
      width: 80px;
      height: 80px;
      position: absolute;
      right: 20px;
      top: 20px;
      overflow: hidden;
      border: none;
      background: url(../img/cross.html) no-repeat center center;
      text-indent: 200%;
      color: transparent;
      outline: none;
      z-index: 100;
  }
  
  /* Menu style */
  .overlay nav {
      position: relative;
      top: 50%;
      height: 60%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  
  .overlay ul {
      list-style: none;
      padding: 0;
      display: inline-block;
      height: 100%;
      position: relative;
  }
  
  .overlay ul li {
      display: block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  .overlay h6 a {
    font-size: 1.8rem;
    color: #fff;
  }
  .overlay ul li a {
    font-weight: 500;
    font-size: 1.4rem;
      display: block;
      color: #fff;
      -webkit-transition: color 0.2s;
      transition: color 0.2s;
  }
  
  .overlay ul li a:hover,
  .overlay ul li a:focus {
      color: #f0f0f0;
  }
  
  /* Effects */
  .overlay-scale {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  }
  
  .overlay-scale.open {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);	
      -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
      transition: transform 0.4s, opacity 0.4s;
  }
  
  @media screen and (max-height: 30.5em) {
      .overlay nav {
          height: 70%;
          font-size: 34px;
      }
      .overlay ul li {
          min-height: 34px;
      }
  }
  
  ul.resp-tabs-list,
  p {
    margin: 0px;
    padding: 0px;
  }
  
  
  .resp-tabs-container {
    padding: 0px;
    clear: left;
  }
  
  h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
  }
  
  .resp-tab-content {
    display: none;
  }
  
  .resp-tab-active {
    border-bottom: none;
  }
  
  .resp-tab-active {
    border-bottom: none;
  }
  
  .resp-content-active,
  .resp-accordion-active { display: block; }
  
  .resp-tab-content {  }
  
  h2.resp-accordion {
    font-size: 16px;
    margin: 0px;
    color: #fff;
    padding: 10px 25px;
  }
  
  #verticalTab h6 {
    font-size: 16px;
  }
  #verticalTab a {
    color: #fff;
    
  }
  #verticalTab a:hover {
    color: #148bce;
  }
  
  
  #dialog {
    display: none;
    position: fixed;
    top: 0vh;
    left: 0vw;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: rgba(0,0,0,0.95);
    color: #fff;
  }
  #dialog nav {
    width: 100vw;
  }
  #dialog.show {
    display: flex;
    flex-direction: column;
  }
  #dialog span {
    margin-bottom: 1em;
  }
  #show, .header button,
  #close {
   border: none;
    color: #fff;
    display: block;
    font-size: 1em;
    padding: 1em;
    width: 50px;
    position: fixed;
   right: 20px;
    top: 22px;
    z-index: 9;
    background: none;
    border: none;
    width: 56px;
    height: 56px;
    line-height: 52px;
    text-align: center;
    background-color: rgba(253, 253, 253, 0.95);
    cursor: pointer;
    border-radius: 50%; background: none

  }
  #close {
   position: absolute;
    /* float: left; */
    margin: 0px 0px;
    /* left: 20px; */
    top: 19px;
/*
    display: flex;
    align-self: flex-end;
*/
  }
  #show img, .header button img,
  #close img {
 width: 50%;width: 16px;
    height: 16px;
  }
  
  #show:hover, .header button:hover
  #close:hover {
    background: #ff8a00;
    cursor: pointer;
  }
  .FAQs .que-ans .ans {
    height: auto!important;
    overflow: visible!important;
  }
  #show {
    position: fixed;
  }
  #close img {
       left: 19%;
    top: 40%;
    position: relative;
    transform: translate(-50%, -50%);
  }
  
  
  /*-----------Vertical tabs-----------*/
  .verticalTab {
    position:0px 5%;
  }
  .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 22%;
    margin: 0px 0% 0px 4%; 
  }


.resp-vtabs{ padding-top: 15px;}

  
  .resp-vtabs .resp-tabs-list li {
   display: block;
    width: 100%;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    font-size: 41px;
    float: none;
    color: #000;
    font-weight: 600!important;
   
    -webkit-text-stroke: 2px;
    -webkit-text-stroke: 1.4px #fff;
    -webkit-text-stroke: 1.4px #fff;
}
  
  
  .resp-vtabs .resp-tabs-container {
    padding: 0px;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
  }
  
  .resp-vtabs .resp-tab-content { border: none; }
  
  .resp-vtabs li.resp-tab-active {
   
    border-right: none;
    position: relative;
    z-index: 1;
    color: #fff;
  }
  
  .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1; position: relative
  }
  
  h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
  }
  
  /*-----------Accordion styles-----------*/
  
  h2.resp-tab-active { background: #DBDBDB !important; }
  
  .resp-easy-accordion h2.resp-accordion { display: block; }
  
  .resp-easy-accordion .resp-tab-content {  }
  
  .resp-easy-accordion .resp-tab-content:last-child { }
  
  .resp-jfit {
    width: 100%;
    margin: 0px;
  }
  
  .resp-tab-content-active { display: block; }
  
  h2.resp-accordion:first-child {  }
  /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

@media only screen and (max-width: 980px) {
	
  
	  .drop-top {
    position: relative;
    top: 23px;
    text-align: right;
    display: none;
}	
}
  @media only screen and (max-width: 768px) {
  
	
  ul.resp-tabs-list { display: none}
   .resp-vtabs ul.resp-tabs-list { width: 68%; }
  .resp-vtabs .resp-tabs-list li {font-size: 19px;}
  h2.resp-accordion { display: block; }
  
  .resp-vtabs .resp-tab-content { padding: 20px; }
  
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  
  .resp-accordion-closed { display: none !important; }
  
  .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
	  
	    .bannerl {
    display: block;
    position: relative;
    overflow: hidden; width: 100%!important; top: 0; height: 727px!important;padding-top: 20px; 
}
	.home-hero .outlined-text {
    font-size: 14.5vw;
    line-height: 14vw;
    letter-spacing: -2px;
    text-indent: -1vw;
}
	  
	  
  }

  .bannerl {
    display: block;
    position: relative;
    overflow: hidden; width: 100%!important; top: 0; 
}

.main-bannerl {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%!important;
    top: 18px;
   z-index: 1;
}


.abt-bannerl {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%!important;
    top: 0;
    background: #e9f7ff;
}

.carArrow{ width: 100%!important; }
.carCircle{ width: 7%!important;
    float: left;
    right: 27px!important;
    left: 32px!important;
    position: relative;
    top: 90px!important;
   }


.logo1 img {
  width: 100%;
    max-width: 220px;
    margin: 12px 0px 0px 12px;
    position: relative;
    left: 60px;
    top: 9px;
}


.logo1 h1 {
    width: 100%;
    margin: 25px 0px 0px 10px;
}

.icon-bar {
color: #fff;
    display: block;
    font-size: 1em;
    padding: 1em;
    width: 50px;
    position: fixed;
    right: 20px;
    top: 54px;
    z-index: 9;
    background: #2c95e7;
    border: none;
    width: 55px;
	
   
}


.icon-bar a {
 display: block;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease;
    color: white;
    font-size: 15px;
}

.icon-bar a:hover {
  color: #2c95e7;
}

.submit-button {
    background: var(--white);
    color: #2c95e7;
    font-size: 1.5rem;
    letter-spacing: .2rem;
    border: 1px solid #2c95e7;
    cursor: pointer; text-transform: none
}

.blue-text{color: #2c95e7;font-size: 18px; line-height: 28px}
.digit-icon{
    top: 50px;
    padding-top: 24px;
    bottom: 67px;
   }


@media screen and (max-width:480px) {
	
.home-hero .outlined-support-text {
    font-size: 8vw;
    line-height: 11vw;
    margin-top: 20px; 
}
}

.scrollToTopBtn {
  background-color: #2c95e7;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  width: 48px;
  
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 30px;
  right: 35px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all .5s ease; 
}
    
.showBtn {
  opacity: 1;
  transform: translateY(0)
}
.thanks_img{width: 100px;}
.schedule-link{color: #ee17f6;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    text-align: left;
    float: left;
    font-family: 'Poppins', sans-serif;}

.about-list{ line-height: 40px;}




@keyframes slide
        {
             0%{left:0%;}
            9%{left:0%;}
            18%{left:-100%;}
            27%{left:-100%;}
            36%{left:-200%;}
            45%{left:-200%;}
            54%{left:-300%;}
            63%{left:-300%;}
            72%{left:-400%;}
      81%{left:-400%;}
      90%{left:-500%;}
      100%{left:-500%;}
        }

        #slider 
        {
            overflow: hidden;
             height: 700px
        }

       #slider figure
        {
            position:relative;
            width:600%;
            margin:0px;
            left:0px;
            text-align:left;
            animation: 40s slide infinite;
        }

        #slider figure img
        {
            float:left;
            width:16.666%;
          
            height:50%;   
        }
       


       .info {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
  margin: 1.5rem;
}


/* Slider style */

/*

div.cd-slider:after { 
  content: "❚❚"; 
  font-size: 150px; 
  position: absolute; 
  z-index: 0; 
  color: rgba(255,255,255, 0); 
   top: 120px; 
  transition: 1s all ease-in-out; 
	text-align: center; margin: 0px auto; width: 100%; cursor: pointer
}
*/

div.cd-slider:hover:after { 
  color: rgba(0,0,0, 0.1);  
}


.cd-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden; top: -90px;
}

.cd-slider.ie9 nav div span {
  display: none;
}
.cd-slider ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s .6s;
}
.cd-slider ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  width: 135vh;
  height: 135vh;
/* border: solid rgba(0,0,0,0.2);*/
  border-width: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: border-width .4s .6s;
}
.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 100%;
 /* background-size: auto 100%;*/
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity .4s .6s, transform .4s .6s;min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.content blockquote {
   position: absolute;
   top: 26%;
    left: 2%;
    z-index: 2;
    max-width: 48%;
    color: #00aeef;
   
    text-align: left;width: 100%;    border-left: none!important;
}
blockquote p {
  
  margin-bottom: 2rem;color: #00aeef;font-size: 47px;
  font-weight: 500;
   
    color: #11bdf1;
    line-height: 60px;
}
blockquote span {
  font-size: 1.4rem;
}

.content blockquote1 {
    position: absolute;
    top: 33%;
    right: 13%;
    z-index: 2;
    max-width: 65%;
    color: #00aeef;  border-left: none!important; 
}

blockquote1 {
    position: absolute;
    top: 10%;
    right: 13%;
    z-index: 2;
    max-width: 65%;
    color: #00aeef;  border-left: none!important;text-align: right;width: 31%;
}

blockquote1 p {
  font-size: 4rem;
  margin-bottom: 2rem;color: #00aeef; line-height: 55px;font-size: 47px;
    font-weight: 500;
    
    color: #11bdf1;
    line-height: 60px;}
blockquote1 span {
  font-size: 1.4rem;
}
/* current slide
---------------------------------*/
.cd-slider li.current_slide {
  visibility: visible;
}
.cd-slider li.current_slide::before {
  border-width: 16rem;
}
.cd-slider li.current_slide .content {
  opacity: 1;
  transform: scale(1);
}
/* nav
---------------------------------*/
nav span1 {
  position: absolute;
  top: 50%;
  left: 4%;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  list-style: none;
}
nav span1:last-of-type {
  left: auto;
  right: 4%;
}
.prev, .next {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  transition: box-shadow .3s; background: #e3e3e3;top: -8px;
}
.prev::before, .prev::after, .next::before, .next::after {
  content: '';
  position: absolute;
  left: 43%;
  background: #fff;
  width: .4rem;
  min-width: 3px;
  border-radius: 3px;
  height: 34%;
}
.prev::before {
  transform: rotate(45deg);
  top: 24%;
}
.prev::after {
  transform: rotate(-45deg);
  bottom: 24%;
}
.next::before, .next::after {
  left: auto;
  right: 43%;
}
.next::before {
  transform: rotate(-45deg);
  top: 24%;
}
.next::after {
  transform: rotate(45deg);
  bottom: 24%;
}
.prev:hover, .next:hover {
  box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.15);
}
nav > span > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  z-index: 5;
  pointer-events: none;
  will-change: width, height;
  transform: translate(-50%, -50%);
  transition: width .6s, height .6s;
}


.banner_title h6 {
    font-size: 20px;
    margin-bottom: 10px;
}
.banner_title h6 {
    color: #0160e7;
    font-size: 19px;
    margin-bottom: 15px;
    
    font-weight: 600;
    font-style: normal;
    font-family: 'Poppins';
}

.banner_title h1 {
   font-size: 23px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Poppins';letter-spacing: -0.03em;/*color: rgba(35, 34, 38, 0.8);*/

}

.banner_title h3 {
   font-size: 23px;
    font-weight: 600;
    font-style: normal;
   letter-spacing: -0.03em;/*color: rgba(35, 34, 38, 0.8);*/

}





.hooray
{font-size: 60px;
    font-weight: 600;
    
    line-height: 60px;  color: var(--antiPrimary); text-transform: uppercase
}



.hooray1
{font-size: 80px;
    font-weight: 600;
   
   
    line-height: 90px;  color: var(--antiPrimary); text-transform: uppercase; }




.hooray10
{font-size: 33px;
    font-weight: 400;
  
   
    line-height: 31px;
    color: var(--antiPrimary);
    text-transform: capitalize;
} 



.hooray11
{font-size: 28px;
    font-weight: 500;
  
   
    line-height: 31px;
    color: var(--antiPrimary);
   
} 

.hooray12
{font-size: 45px;
    font-weight: 400;
 
   
    line-height: 40px;
    color: var(--antiPrimary);
    
} 


.hooray13
{font-size: 24px;
    font-weight: 500;
  
   
    line-height: 31px;
    color: var(--antiPrimary);
   
} 

.regular-text-banner-new12 {
    font-size: 2rem;
    line-height: 2.3rem;
    color: var(--bs-blue);
    font-weight: 500;
   
}


.regular-text-banner-new20 {
    font-size: 3rem;
    line-height: 2.8rem;
    color: var(--bs-blue);
    font-weight: 500;
   
}

.small-bnr
{font-size: 43px!important;
    font-weight: 500;
   
 color: var(--antiPrimary);
    line-height: 49px;  text-transform: uppercase; width: 200px
}


.small-bnr1
{font-size: 60px!important;
    font-weight: 500;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #117ec2!important;
    line-height: 49px; letter-spacing: 3px;  color: var(--secondary); text-transform: uppercase; width: 200px
}
  

.small-bnr10
{font-size: 35px!important;
    font-weight: 500;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #117ec2!important;
    line-height: 49px; letter-spacing: 3px;  color: var(--secondary); text-transform: uppercase; width: 200px
}
  

.we-padding{padding:25px 0px 25px 0px;}

.lazy{height: auto;
    max-width: 95%;}
    .banner_title {
    padding-left: 10%;  
}


    .banner_title5 {
    padding-left: 5%; width: 45%
}
.main-banner-top{padding: 90px 0px 90px 0px; }

.dropdownmenu ul, .dropdownmenu li {
  margin: 0;
  padding: 0;
}
.dropdownmenu ul {
 
  list-style: none;
  width: 100%;
}
.dropdownmenu li {
 /* float: left;*/
  position: relative;
  width:auto;display: inline-block;
}
.dropdownmenu a {
  color: inherit;
    display: block;
    font: bold 13px/20px sans-serif;
    padding: 10px 13px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-family: 'Poppins', sans-serif;
   font-size: 15px!important; 
    font-weight: 500;
    text-transform: uppercase;
}
.dropdownmenu li a:hover  {
  color: #9b9b9b;

}
.dropdownmenu li :hover a {
  color: #000;

}

.drop-top{position: relative;
    top: 23px; text-align: left;width: 100%}
#submenu {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 35px;
  visibility: hidden;
  z-index: 1; text-align:left;
}
li:hover ul#submenu {
  opacity: 1;
  top: 40px;  /* adjust this as per top nav padding top & bottom comes */
  visibility: visible;
}
#submenu li {
  float: none;
  width: 100%;
}
#submenu a:hover {
  background: #3e75f3; color: #fff
}
#submenu a {
  background-color:#eef3ff;text-align:left; width: 350px ; border-bottom: 1px solid #f8f8f8; text-transform: capitalize;font-size: 14px!important;
}
.banner-pading-top{padding-top: 35px}

.btn-optional {
   background-color: #1555e8!important;
    border-color: #1555e8;
    padding: 7px 15px!important;
    font-size: 12px!important;
    color: #fff!important;
}

.recent-bg {
   background-color: rgba(234,234,234,0.42) !important;
}
.heading {
    margin-bottom: 20px;
}
#ohio-custom-6214e25c78ad4 p.subtitle {
    font-style: normal;
}
p.subtitle, .subtitle-font, .heading .subtitle {
    font-family: 'Poppins', sans-serif;
}
.heading .subtitle {
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
    color: rgba(35, 34, 38, 0.8);
}

#ohio-custom-6214e25c78ad4 h3 {
    font-weight: 600;
}

.heading .subtitle + h3.title, .heading h3.title + .subtitle {
    margin-top: 15px;font-size: calc(36px + 4 * ( (100vw - 576px) / 1024));
}

.portfolio-item {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.portfolio-item-grid .portfolio-item-image {
    width: 100%;
    min-height: 80px;
    position: relative;
    text-align: center;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
}
.portfolio-item-grid .portfolio-item-image img {
    vertical-align: middle;
    display: block;
}

.grid-height img {
   height: 390px;
    width: 100% !important;
    object-fit: cover !important;
}

.hover-color-overlay.portfolio-grid-type-1 .portfolio-item-image a:after, .hover-color-overlay.portfolio-grid-type-2 .portfolio-item-image:after, .hover-color-overlay.portfolio-grid-type-11 .portfolio-item-image:after, .hover-color-overlay .slider a:after, .hover-color-overlay.blog-grid .blog-grid-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 10, 44, 0.6);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.hover-color-overlay.hover-scale-img .portfolio-item-image:after, .hover-color-overlay.hover-scale-img .portfolio-item-image a:after {
    background-color: transparent;
}

.portfolio-item-grid .portfolio-item-details h3.portfolio-item-headline {
    font-size: -webkit-calc(17px + 5 * ( (100vw - 576px) / 1024));
    font-size: calc(17px + 5 * ( (100vw - 576px) / 1024));
    margin-bottom: 5px;
}

.portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .category-holder .category, .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .category-holder .category, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder .category {
    font-size: 0.94rem;
}

.category-holder .category {
    font-weight: 500;
}

.page-container .vc_col-has-fill > .vc_column-inner, .page-container .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .page-container .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .page-container .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}

.vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 35px;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}


.hover-scale-img img,
.hover-scale-img .blog-metro-image {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.hover-scale-img:hover img:not(.author-avatar),
.hover-scale-img:hover .portfolio-metro-image,
.hover-scale-img:hover .blog-metro-image {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1); }

.hover-color-overlay.portfolio-grid-type-1 .portfolio-item-image a,
.hover-color-overlay.portfolio-grid-type-2 .portfolio-item-image,
.hover-color-overlay.portfolio-grid-type-11 .portfolio-item-image,
.hover-color-overlay .slider a,
.hover-color-overlay.blog-grid .blog-grid-image {
  position: relative;
  display: block; }
  .hover-color-overlay.portfolio-grid-type-1 .portfolio-item-image a:after,
  .hover-color-overlay.portfolio-grid-type-2 .portfolio-item-image:after,
  .hover-color-overlay.portfolio-grid-type-11 .portfolio-item-image:after,
  .hover-color-overlay .slider a:after,
  .hover-color-overlay.blog-grid .blog-grid-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 10, 44, 0.6);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.hover-color-overlay.hover-scale-img .portfolio-item-image:after,
.hover-color-overlay.hover-scale-img .portfolio-item-image a:after {
  background-color: transparent; }

.hover-color-overlay:hover.portfolio-grid-type-2 .portfolio-item-image:after,
.hover-color-overlay:hover.portfolio-grid-type-1 .portfolio-item-image a:after,
.hover-color-overlay:hover.portfolio-grid-type-11 .portfolio-item-image:after,
.hover-color-overlay:hover .slider a:after,
.hover-color-overlay:hover.blog-grid .blog-grid-image:after {
  opacity: 1; }

.hover-greyscale img,
.hover-greyscale .portfolio-metro-image,
.hover-greyscale .blog-metro-image,
.hover-greyscale.blog-grid .blog-grid-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }

.hover-greyscale:hover img,
.hover-greyscale:hover .portfolio-metro-image,
.hover-greyscale:hover .blog-metro-image,
.hover-greyscale:hover.blog-grid .blog-grid-image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0); }

           @media screen and (min-width: 1025px) {
    .portfolio-item-grid.portfolio-grid-type-1.metro-style.hover-parallax-img .portfolio-metro-image {
      padding-bottom: 110%; } }
  .portfolio-item-grid.portfolio-grid-type-1:not(.boxed) .portfolio-item-details .show-project {
    left: 0;
    right: 0; }
  .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-headline + .show-project {
    bottom: -25px; }
  .portfolio-item-grid.portfolio-grid-type-1:hover .portfolio-item-details .show-project {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px); }
  @media screen and (max-width: 768px) {
    .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .show-project {
      display: none; }
    .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .category-holder {
      -webkit-transform: translateY(0) !important;
          -ms-transform: translateY(0) !important;
              transform: translateY(0) !important;
      opacity: 1 !important; } }
  .portfolio-item-grid.portfolio-grid-type-2 > a, .portfolio-item-grid.portfolio-grid-type-11 > a {
    display: block; }
  .portfolio-item-grid.portfolio-grid-type-2.metro-style, .portfolio-item-grid.portfolio-grid-type-11.metro-style {
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .portfolio-item-grid.portfolio-grid-type-2 *, .portfolio-item-grid.portfolio-grid-type-11 * {
    color: #fff; }
  .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details {
    padding: 4.4vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 10; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details {
        padding: 20px; } }
    .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .show-project, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .show-project {
      -webkit-transform: translateY(30px);
          -ms-transform: translateY(30px);
              transform: translateY(30px); }
    .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .portfolio-item-headline + .show-project, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .portfolio-item-headline + .show-project {
      bottom: 25px; }
  .portfolio-item-grid.portfolio-grid-type-2.hover-color-overlay .portfolio-item-details, .portfolio-item-grid.portfolio-grid-type-11.hover-color-overlay .portfolio-item-details {
    z-index: 2; }
  .portfolio-item-grid.portfolio-grid-type-2:before, .portfolio-item-grid.portfolio-grid-type-11:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.4)));
    background: -webkit-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: -o-linear-gradient(top, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    background: linear-gradient(180deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    z-index: 1;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .portfolio-item-grid.portfolio-grid-type-2:hover .show-project, .portfolio-item-grid.portfolio-grid-type-11:hover .show-project {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }
  .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: auto;
    height: auto;
    top: 10px;
    padding: 0;
    z-index: 111111;
    will-change: transform; }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .title,
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder {
      background-color: rgba(23, 22, 26, 0.5); }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .title {
      margin: 0;
      padding: 2px 10px; }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder {
      padding: 0 10px;
      margin-left: -10px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details.text-center .category-holder {
      margin: 0;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details.text-right .category-holder {
      margin-right: -10px;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
  .portfolio-item-grid.portfolio-grid-type-11:before {
    display: none; }
  .portfolio-item-grid.portfolio-grid-type-11:hover .portfolio-item-details {
    opacity: 1;
    visibility: visible; }
    .portfolio-item-grid.portfolio-grid-type-11:hover .portfolio-item-details .category-holder {
      -webkit-transform: translateY(0px) !important;
          -ms-transform: translateY(0px) !important;
              transform: translateY(0px) !important;
      opacity: 1 !important; }
  .portfolio-item-grid.portfolio-grid-type-8 {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .portfolio-item-grid.portfolio-grid-type-8 .portfolio-item-details {
      padding: 0; }
      .portfolio-item-grid.portfolio-grid-type-8 .portfolio-item-details a .portfolio-item-headline {
        display: inline-block;
        font-size: -webkit-calc(46px + 36 * ( (100vw - 576px) / 1024));
        font-size: calc(46px + 36 * ( (100vw - 576px) / 1024)); }
        @media screen and (max-width: 576px) {
          .portfolio-item-grid.portfolio-grid-type-8 .portfolio-item-details a .portfolio-item-headline {
            font-size: 46px; } }
        @media screen and (min-width: 1600px) {
          .portfolio-item-grid.portfolio-grid-type-8 .portfolio-item-details a .portfolio-item-headline {
            font-size: 82px; } }
    .portfolio-item-grid.portfolio-grid-type-8:hover .portfolio-item-headline {
      color: inherit; }
    .portfolio-item-grid.portfolio-grid-type-8.invisible {
      opacity: .05 !important;
      visibility: visible !important; }
  .portfolio-item-grid.portfolio-grid-type-12 {
    overflow: visible;
    white-space: nowrap;
    counter-increment: portfolio-number; }
    .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline {
        position: relative; }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline:after {
          content: "0" counter(portfolio-number);
          display: inline-block;
          opacity: .65;
          font-weight: bold;
          width: auto;
          top: 0;
          right: 0;
          -webkit-transform: translateX(110%);
              -ms-transform: translateX(110%);
                  transform: translateX(110%);
          position: absolute;
          height: auto;
          background: transparent;
          color: currentColor;
          -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
          transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
          @media screen and (max-width: 768px) {
            .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline:after {
              font-size: .9em; } }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a {
          position: relative;
          display: block; }
          .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline {
            -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
            -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
            transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
			  font-size: 6.25vw;}



}
            @media screen and (min-width: 1025px) and (max-width: 1440px) {
              .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline {
                font-size: 7vw; } }
            @media screen and (max-width: 768px) {
              .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline {
                font-size: 15vw; } }
            .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .portfolio-item-details-headline > a .portfolio-item-headline:hover {
              -webkit-text-stroke: 1px currentColor;
              -webkit-text-fill-color: transparent; }
      .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .category-holder {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(30px);
            -ms-transform: translateX(30px);
                transform: translateX(30px);
        -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
        transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .category-holder a {
          font-weight: 600; }
    .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-image {
      opacity: 0;
      height: 0;
      width: 0;
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      z-index: -1; }
      .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-image > img {
        mix-blend-mode: multiply;
        opacity: .3; }
    .portfolio-item-grid.portfolio-grid-type-12:hover .portfolio-item-details .portfolio-item-details-headline:after {
      -webkit-transform: translateX(-15px);
          -ms-transform: translateX(-15px);
              transform: translateX(-15px);
      opacity: 0; }
    .portfolio-item-grid.portfolio-grid-type-12:hover .portfolio-item-details .category-holder {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px); }
    @media screen and (max-width: 768px) {
      .portfolio-item-grid.portfolio-grid-type-12 {
        white-space: normal; }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details > a {
          display: block; }
        .portfolio-item-grid.portfolio-grid-type-12 .portfolio-item-details .category-holder {
          display: none; } }
  .portfolio-item-grid .portfolio-item-details h3.portfolio-item-headline {
    font-size: -webkit-calc(17px + 5 * ( (100vw - 576px) / 1024));
    font-size: calc(17px + 5 * ( (100vw - 576px) / 1024));
    margin-bottom: 5px; }
    @media screen and (max-width: 576px) {
      .portfolio-item-grid .portfolio-item-details h3.portfolio-item-headline {
        font-size: 17px; } }
    @media screen and (min-width: 1600px) {
      .portfolio-item-grid .portfolio-item-details h3.portfolio-item-headline {
        font-size: 22px; } }
  .portfolio-item-grid .portfolio-item-details .category-holder:after {
    display: none; }
  .portfolio-item-grid .portfolio-item-details .show-project {
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    left: 4.4vh;
    right: 4.4vh;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid .portfolio-item-details .show-project {
        left: 20px; }

.drop-top {
    position: relative;
    top: 23px;
    text-align: right; display: none
}
		#show, .header button, #close {
    border: none;
    color: #fff;
    display: block;
    font-size: 1em;
    padding: 1em;
    width: 50px;
    position: fixed;
    right: 20px;
    top: 22px;
    z-index: 9;
    background: none;
    border: none;
    width: 56px;
    height: 56px;
    line-height: 52px;
    text-align: center;
    background-color: rgba(253, 253, 253, 0.95);
    cursor: pointer;
    border-radius: 50%;
    background: none; 
}

		#close {
    /*position: relative!important;*/
    /*float: right!important;*/
    margin: 0px 0px;
    right: 20px;
    top: 26px;
    display: flex;
    align-self: flex-end;
  }
		
		#close img {
    left: 50%;
    top: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}
}
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid .portfolio-item-details .show-project {
        right: 20px; } }
    .portfolio-item-grid .portfolio-item-details .show-project-link {
      position: relative;
      font-weight: 600;
      display: inline-block;font-size: 1.5rem; }
      .portfolio-item-grid .portfolio-item-details .show-project-link:after {
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        background-color: currentColor;
        top: 50%;
        right: -55px; }
  .portfolio-item-grid .portfolio-item-details.text-right .show-project-link:after {
    left: -55px;
    right: auto; }
  .portfolio-item-grid .portfolio-item-details.text-center .show-project-link:after {
    display: none; }
  .portfolio-item-grid.metro-style .portfolio-metro-image {
    padding-bottom: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .category-holder, .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .category-holder, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder {
    display: block;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details .category-holder .category, .portfolio-item-grid.portfolio-grid-type-2 .portfolio-item-details .category-holder .category, .portfolio-item-grid.portfolio-grid-type-11 .portfolio-item-details .category-holder .category {
     font-size: 1.5rem; }
  .portfolio-item-grid.portfolio-grid-type-1 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-2 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-11 .btn-lightbox {
    position: absolute;
    z-index: 10;
    top: 4.4vh;
    left: 4.4vh;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-1 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-2 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-11 .btn-lightbox {
        top: 20px; } }
    @media screen and (max-width: 1024px) {
      .portfolio-item-grid.portfolio-grid-type-1 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-2 .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-11 .btn-lightbox {
        left: 20px; } }
  .portfolio-item-grid.portfolio-grid-type-1:hover .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-2:hover .btn-lightbox, .portfolio-item-grid.portfolio-grid-type-11:hover .btn-lightbox {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    visibility: visible;
    opacity: 1; }
  .portfolio-item-grid.portfolio-grid-type-1:hover .portfolio-item-details .show-project, .portfolio-item-grid.portfolio-grid-type-2:hover .portfolio-item-details .show-project, .portfolio-item-grid.portfolio-grid-type-11:hover .portfolio-item-details .show-project {
    opacity: 1; }
  .portfolio-item-grid.portfolio-grid-type-1:hover .portfolio-item-details .category-holder, .portfolio-item-grid.portfolio-grid-type-2:hover .portfolio-item-details .category-holder, .portfolio-item-grid.portfolio-grid-type-11:hover .portfolio-item-details .category-holder {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }

    .portfolio-item-grid .portfolio-item-image .video-module {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      position: absolute;
      z-index: 11; }
      .portfolio-item-grid .portfolio-item-image .video-module .btn-round {
        position: relative; }
    .portfolio-item-grid .portfolio-item-image img {
      vertical-align: middle;
      display: block; }
      .portfolio-item-grid.portfolio-grid-type-1 .portfolio-item-details {
    padding: 25px 0 0 0 !important;text-align: center;
}

.upgro-hero {
    padding: 62px 0px 0px!important;
}

/*---------------------------------
### Elements bar
---------------------------------*/
.elements-bar {
  position: fixed;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
  min-height: 56px;
  list-style: none; }
  .elements-bar > li {
    padding: 0; }
  .elements-bar.left {
    left: 4.4vh;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(-90deg) translate(-50%, 0);
        -ms-transform: rotate(-90deg) translate(-50%, 0);
            transform: rotate(-90deg) translate(-50%, 0); }
    @media screen and (max-width: 1024px) {
      .elements-bar.left {
        left: 20px; } }
  .elements-bar.right {
    right: 4.4vh;
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: rotate(-90deg) translate(50%, -100%);
        -ms-transform: rotate(-90deg) translate(50%, -100%);
            transform: rotate(-90deg) translate(50%, -100%); }
    @media screen and (max-width: 1024px) {
      .elements-bar.right {
        right: 20px; } }

/*---------------------------------
### Mode color switcher
---------------------------------*/
.clb-switcher-holder {
  height: 30px; }

.clb-mode-switcher {
  font-weight: 500;
  font-size: .94em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 104px;
  height: 28px;
  background-color: #ddddde;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  cursor: pointer;
  }
  .clb-mode-switcher p {
    margin: -2px 0 0 0; }
  .clb-mode-switcher-item {
    position: relative; }
    .clb-mode-switcher-item p {
      color: #6A696C; }
  .clb-mode-switcher-item, .clb-mode-switcher-toddler-item {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 8px;
    line-height: 1.4;
    margin: 0; }
  .clb-mode-switcher-toddler {
    position: absolute;
    top: 14px;
    right: 0px;
    min-width: 52px;
    height: 28px;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .clb-mode-switcher-toddler-wrap {
      position: relative;
      height: 100%; }
    .clb-mode-switcher-toddler-item {
      position: absolute;
      background-color: #fff;
      width: 100%;
      -webkit-border-radius: 14px;
      border-radius: 14px;
      -webkit-box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05);
              box-shadow: -1px 0px 4px rgba(23, 22, 26, 0.05); }
      .clb-mode-switcher-toddler-item .light {
        z-index: 1; }
  .clb-mode-switcher.dark .clb-mode-switcher-toddler {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
    .clb-mode-switcher.dark .clb-mode-switcher-toddler .clb-mode-switcher-toddler-item.dark {
      z-index: 1; }
/*---------------------------------
### Back link
---------------------------------*/
.clb-back-link {
  position: fixed;
  top: 4.4vh;
  left: 4.4vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .clb-back-link {
      top: 20px; } }
  @media screen and (max-width: 1024px) {
    .clb-back-link {
      left: 20px; } }
  .clb-back-link .btn-round .ion, .clb-back-link .btn-round i {
    background-color: rgba(136, 136, 136, 0.05); }
  .clb-back-link-caption {
    opacity: 0;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s; }
  .clb-back-link:hover .clb-back-link-caption {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .clb-back-link.showed {
    opacity: 1;
    visibility: visible; }






.onoffswitch {
   width: 115px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transform: rotate(90deg);
    position: fixed;
    bottom: 47%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 7;
    min-height: 52px;
    list-style: none;
    right: -39px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
       display: block;
    float: left;
    width: 50%;
   
    height: 28px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Dark";
    padding-left: 6px;
    background-color: #4a4a4a;
    color: #FFFFFF;
    font-size: 12px; font-family: 'Poppins', sans-serif;font-weight: 400;
}
.onoffswitch-inner:after {
    content: "Light";
    padding-right: 15px;
    background-color: white;
    color: #000000;
    text-align: right;
    font-size: 12px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    left: 8px;
}
.onoffswitch-switch {
    display: block;
    width: 41px;
    /* margin: 2px; */
    background: #efefef;
    position: absolute;
    top: 10px;
    bottom: 0px;
    right: 74px;
    /* border: 2px solid #999999; */
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    height: 28px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
   right: 36px;
}

.ser-bg{}
.footer-bg{background-color:  rgba(245,245,245,0.42) !important}

.font-increase1{ 
background-color: #3c5eab;
    border: 1px solid #3c5eab;
    width: 28px;
    transform: translateY(-50%);
    position: fixed;
    left: 7px;
    top: 59%;
    z-index: 7;
    height: 73px;
    font-size: 13px;
    border-radius: 50px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-top: 2px;}



   



.font-increase1 #chcp_font_size a#btn-increase {
    font-size: 20px; cursor: pointer
}
button:focus{
  outline:none!important;
}
#chcp_font_size a {
  border: none;
  background-color:transparent;
  /*background-color:#eee;*/
  text-shadow: none;
  /*+box-shadow: none;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding:0px 3px;
  margin:0px;color: #fff;cursor: pointer
  
}
#chcp_font_size a:hover{
  color:#0c3eb1; 
}
#btn-decrease {
  font-size:12px;
}
#btn-orig {
  font-size:14px;
}
#btn-increase {
  font-size:12px;
}
.second-scec-img{
  max-width: 100%;
    position: absolute;
    right: -74px;
    top: 57px;
    width: 641px;
    display: block;}

.main-banner-img{    max-width: 100%;
    position: absolute;
    top: -192px;
    width: 584px;
    right: 115px;
}

.regular-text-banner {
    font-size: 1.9rem;
    line-height: 2.6rem;
   color: var(--secondary)!important;
    
}




.regular-text-banner-small {
    font-size: 1.4rem;
    line-height: 1.6rem;
        color: var(--bs-blue);letter-spacing: 0px;
    
}

.regular-text-banner-small2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
     color: var(--antiPrimary); margin-top: 19px; 
    
}
.regular-text-banner-small3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #117ec2!important;color: var(--secondary); 
    
}
.regular-text-banner-small5 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: var(--secondary);  
    
}

.regular-text-banner-small6 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: var(--secondary);  
    
}
.Our-Cliens-text{ margin-top: 73px}

.regular-text-banner-right {
     font-size: 1.4rem;
    line-height: 1.6rem;
   
   color: var(--secondary);
    position: absolute;
    bottom: 1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 7;
    min-height: 52px;
    list-style: none;
    right: -631px; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 400;
}

.regular-text-banner-right20 {
     font-size: 1.4rem;
    line-height: 1.6rem;
   
   color: var(--secondary);
    position: absolute;
    bottom: 13%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 7;
    min-height: 52px;
    list-style: none;
    left: -631px; font-family: 'Barlow Semi Condensed', sans-serif; 
}
.regular-text-banner-right-new {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #333;
    color: var(--secondary);
    position: absolute;
    bottom: 13%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 7;
    min-height: 52px;
    list-style: none;
    right: -631px; 
}


.regular-text-banner-new{
    font-size: 2.5rem;
    line-height: 2.7rem;
    color: var(--antiPrimary); text-transform: uppercase; font-weight: 500; 
    
}
.regular-text-banner-new5{
    font-size: 1.9rem;
    line-height: 1.6rem;
    color: #1755a6!important;color: var(--secondary); font-weight: 500; 
    
}

.regular-text-banner-new7{
    font-size: 1.5rem;
    line-height: .6rem;
    color: var(--antiPrimary); font-weight: 500;  
    
}

.regular-text-banner-new6{
    font-size: 1.5rem;
    line-height: .6rem;
    color: #1755a6!important;color: var(--secondary); font-weight: 500;
    
}


.regular-text-banner-new1{
    font-size: 2.9rem;
    line-height: 1.6rem;
    color: var(--antiPrimary); text-transform: uppercase; font-weight: 500; 
    
}



.regular-text-banner-new10{
    font-size: 1.7rem;
    line-height: 2.3rem;
    color: var(--antiPrimary);  font-weight: 500;
}

.regular-text-banner-new11{
    font-size: 1.7rem;
    line-height: 2.3rem;
   color: var(--bs-blue);  font-weight: 500;
}
    
}

.logo-main{
	position: relative;
    left: 73px; 
  }

.logo {
   
    display: flex;
}

.view-project{padding-top: 49px;
    
    display: inline-block;
    text-align: center;}

.jvFDcV {
    width: 40px!important;
    height: 40px!important;
    order: 1;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
	background: rgb(77, 194, 71) !important;}

.cSLycg {
    width: 40px!important;
    height: 40px!important;
    order: 1;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background: rgb(22 85 232) !important;
}

.fyYFRJ {
    width: 40px!important;
    height: 40px!important;
    order: 1;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background: rgb(18, 155, 244) !important;
}
.dJvETY {
    display: flex;
    margin-top: 8px!important;
    position: relative;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.img-responsive {
         max-width: 100%
    }



.slider1{height:100vh;
    width: 100%;
   
background: url(../../img/background-2/12.webp)no-repeat center;
    background-size: cover; 
/*	background-color: rgba(255,255,255,0.7) !important;*/

}

.slider3{height:100vh;
    width: 100%;
   
background: url(../../img/screen2.webp)no-repeat center;
    background-size: cover;  
/*	background-color: rgba(255,255,255,0.7) !important;*/

}

.slider4{height:100vh;
    width: 100%;
   
background: url(../../img/banner.webp)no-repeat center;
    background-size: cover; 
/*	background-color: rgba(255,255,255,0.7) !important;*/

}



.banner-white-text{
    
color: #333;
    color: var(--secondary);
border: 1px solid #000;
	border: 1px solid var(--secondary);
    --white: #303030;
    border-radius: 50px;
    padding: 2px 10px 2px 10px;
    /* color: #000; */
    line-height: 30px; font-family: 'Barlow Semi Condensed', sans-serif;
}

.banner-bg-text{
	background: #000;
	background: var(--secondary);
    padding: 2px 10px 2px 10px;
   color: var(--white); 
	color:#000
    line-height: 30px;
    border-radius: 50px;}


.icon{width: 60px; height: 67px; }

.social-media-icons li img {
    width: 30px;
    height: 30px; 
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.main-banner-second{ position: relative;height:79vh; }
.footer-link1{ color: #fff}
.footer-link{ color: #f4f4f4}
.copy-link{ color: #B9B9B9; text-align: center}
.service-bg-new{background-color: var(--greyCC);}
.footer-section{background-color: var(--main-bg-color1);}
.footer-section-copy{background-color: var(--main-bg-color);}



.vision-img{width: 200px}

@media screen and (max-width:480px) {
    .Our-Cliens-text 
    {
    margin-top: 19px;
}
.logo {
    width: 196px!important;
    display: flex;
}

}
@media screen and (max-width:580px) {
    .Our-Cliens-text 
    {
    margin-top: 19px;
}
.d-lg-block {
    display: block !important;
}
	.hooray12 {
    font-size: 38px;
    font-weight: 400;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 42px;
    color: var(--antiPrimary);
    text-transform: capitalize;
}
.logo {
    width: 196px!important;
    display: flex;
}
	
	#web-order   { display: block!important; }
#firstDiv  { order: 1; }
#secondDiv { order: 2;}
	
	
	.vision-resp{ text-align: center;}
	
	.main-banner-second {
    position: relative;
    height: 85vh;
}
	.regular-text-banner-small {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: var(--bs-blue);
    letter-spacing: 0px;
}
	
	video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 0px;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
		
		object-fit: cover;
/*  width: 100vw;*/
  height: 95vh;

}
	.main-banner-second {
    position: relative;
    height: 77vh!important;
}
	
	.cd-slider ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*    height: 71%!important;*/
    visibility: hidden;
    transition: visibility 0s .6s; 
}
	
		    .bannerl {
    display: block;
    position: relative;
    overflow: hidden; width: 100%!important; top: 0; height: 650px!important;padding-top: 20px; 
}
.regular-text-banner-right {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: var(--secondary);
    position: absolute;
    bottom: 51%!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 7;
    min-height: 52px;
    list-style: none;
    right: 43px!important;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
}
	.regular-text-banner-new {
    font-size: 2.5rem;
    line-height: 0.6rem;
    color: var(--antiPrimary);
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
	
	.small-bnr {
    font-size: 39px!important;
    font-weight: 500;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: var(--antiPrimary);
    line-height: 26px;
    text-transform: uppercase;
    width: 200px;
}
	
	.regular-text-banner-new1 {
    font-size: 2.5rem;
    line-height: 0.6rem;
    color: var(--antiPrimary);
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.hooray1 {
    font-size: 39px!important;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 18px!important;
    color: var(--antiPrimary);
    text-transform: uppercase;
}
}
@media screen and (max-width:992px) {
   
	
	.Our-Cliens-text 
    {
    margin-top: 19px;
}

.regular-text-banner-right {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: var(--secondary);
    position: absolute;
    bottom: 22%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 7;
    min-height: 52px;
    list-style: none;
    right: -274px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 400;
   
}
	.content blockquote {
    position: absolute;
    top: 26%;
    left: 2%;
    z-index: 2;
    max-width: 48%;
    color: #00aeef;
    text-align: left;
    width: 100%;
    border-left: none!important;
    height: 100%;
}
	
	.main-banner-second {
    position: relative;
    height: 100vh; 

}

}
@media screen and (max-width:480px) {
    .pb-1, .py-1 {
    padding-bottom: 1.25rem !important;
}
/*.row {
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
}*/
}

#web-order   { display: block; }
#web-order1   { display: block; }


.text-left{ text-align: left}
.d-flex1 {
    display: inline-flex;
}

#firstDiv {order: 1;}
#secondDiv {order: 2;}
.vision-resp {text-align: center;}.main-banner-second {position: relative;height: 85vh;}.regular-text-banner-small {font-size: 1.4rem;line-height: 1.9rem;color: var(--bs-blue);letter-spacing: 0px;}video {position: absolute;top: 50%;left: 50%;min-width: 100%;min-height: 0px;width: auto;height: auto;z-index: 0;-ms-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);
}

.caption {position: absolute;left: 0;top: 20%;width: 100%;text-align: center;color: #000;}
.parallax {background-image: url(" ../../img/riyadh-map.jpg");height: 290px;border-radius: 8px;}
.parallax {position: relative;background-size: cover;}
.riyadh-bg {background-image: url(" ../../img/riyadh.jpg");height: 290px;border-radius: 8px;}
.riyadh-bg {position: relative; background-size: cover;}
.riyadh-bg1 {background-image: url(" ../../img/riyadh city.jpg");height: 290px;border-radius: 8px;}
.riyadh-bg1 {position: relative;background-size: cover;}
.riyadh-bg2 {background-image: url(" ../../img/riyadh city1.jpg");height: 290px;border-radius: 8px;}
.riyadh-bg2 {position: relative;background-size: cover;}
.saudi {background-image: url(" ../../img/Digital Marketing Agency in Saudi Arabia.jpg");height: 290px;border-radius: 8px;}
.saudi {position: relative;background-size: cover;}
.saudi1 {background-image: url(" ../../img/Web Design Company in Saudi Arabia.jpg");height: 290px;border-radius: 8px;}
.saudi1 {position: relative;background-size: cover;}
.saudi2 {background-image: url(" ../../img/Web site Development Company in Saudi Arabia.jpg");height: 290px;border-radius: 8px;}
.saudi2 {position: relative;background-size: cover;}
.saudi3 {background-image: url(" ../../img/Best SEO Company in Saudi Arabia.jpg");height: 290px;border-radius: 8px;}
.saudi3 {position: relative;background-size: cover;}
.jeddah {background-image: url(" ../../img/Digital Marketing Agency in Jeddah1.jpg");height: 290px;border-radius: 8px;}
.jeddah {position: relative;background-size: cover;}
.jeddah1 {background-image: url(" ../../img/Web Design Company in Jeddah.jpg");height: 290px;border-radius: 8px;}
.jeddah1 {position: relative;background-size: cover;}
.Dammam {background-image: url(" ../../img/Digital Marketing Agency in Jeddah.jpg");height: 290px;border-radius: 8px;}
.Dammam {position: relative;background-size: cover;}
.libya {background-image: url(" ../../img/Web Design Company in Libya.jpg");height: 290px;border-radius: 8px;}
.libya {position: relative;background-size: cover;}
.d-flex1 {display: inline-flex;}

@media screen and (min-width:300px) and (max-width:1200px){
  .uptest{margin-right:16px ;}
  .navik-menu .mega-menu-thumbnail img{width: 9%!important;}
}