@font-face {
   font-family:Gotham-Bold;
   src: url(../css/fonts/GOTHAM-BOOK.otf);
}
@font-face {
   font-family:BigCaslonFB-Black;
   src: url(../css/fonts/BigCaslonFB-Black.ttf);
}
@font-face {
   font-family:BigCaslonFB-BlackItalic;
   src: url(../css/fonts/BigCaslonFB-BlackItalic.ttf);
}
@font-face {
   font-family:Gotham-Bold-1;
   src: url(../css/fonts/Gotham-Bold.otf);
}
@font-face {
   font-family:GOTHAM-BOOK;
   src: url(../css/fonts/GOTHAM-BOOK.OTF);
}
.main-wrapper
{
   padding:100px 0 40px 0;
}
.brand-img
{
   background-color: #fff;
   padding: 14px;
}
.client-logo-1 img
{
width: 250px;
}

html
{
   scroll-behavior: smooth;
}
.row-20px-top
{
   margin-top: 20px;
}
.padd-right-0
{
   padding-right: 0;
}
.indiv-sec
{
   padding:0;
}
.col-sm-12
{
   padding: 0;
}
.div-sec-23 {
    padding: 24px 0px 0 0;
}
.menu-item-3 img
{
width:88px;
}
.menu-item-3
{
   position: relative;
    z-index: 999;
    width: 10%;
}
.dispscroll-abt
{
   padding-top: 20px;
}
.padding-top-20px
{
padding-top:22px; 
}

.menu-item-1
{
   width: 10%;
}
.header 
{
   display: flex;
/*   justify-content: space-between;*/
   align-items: center;
}
.hed-cnt
{
   width: 90%;
}
.menu
{
    margin-top: 10px;
    margin-left: 100px;
}
/*.services-box img {
    height: 300px
    width: 100%;
}
*/html {
  scroll-behavior: smooth;
 
}
.owl-prev img, .owl-next img
{
       width: 30px;
}
.section
{

width: 100%;
height: 100%;
}
body{
   overflow-x: hidden;
   background-color: #000;
}

.menu-item-2 {
    position: absolute;
    right: -80px;
    top: 8px;
    list-style-type: none;
}
*{
   margin:0;
   padding:0;
   box-sizing: border-box;
}
html
{
   scroll-behavior: smooth;
}

.container{
  width: 80%;
   margin:auto;
}
ul{
   list-style: none;
   margin:0;
   padding:0;
}
a{
   text-decoration: none;
}

.fade-up {
  opacity: 0;
  animation: fadeInUp 1.5s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*header*/
.header{
   position:absolute;
   width: 100%;
   left:0;
   height: 60px;
   top:0;
   z-index: 11;
   padding: 0px;
   transition: 0.5s all;
   background-color: #000;
}
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0;
    border-radius: 0px;
}
.header .logo{
   padding: 0;
       margin-top: 0px;
}
.header .logo a{
   font-size: 30px;
   text-transform: capitalize;
   color: #e91e63;
   font-weight: 600;
}
.header .nav-menu{
   padding: 0px;
}
.header .menu > .menu-item{
   display: inline-block;
   margin-left: 24px;
   position: relative;
}
.header .menu > .menu-item > a{
     display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #808080;
    text-transform: uppercase;
    font-weight: 500;
     font-family:Gotham-Bold-1;
    transition: all 0.3s ease;
}
.header .menu > .menu-item > a .plus{
   display: inline-block;
   height: 12px;
   width: 12px;
   position: relative;
   margin-left:5px; 
   pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
   content:'';
   position: absolute;
   box-sizing: border-box;
   left: 50%;
   top:50%;
   background-color: #000000;
   height: 2px;
   width: 100%;
   transform: translate(-50%,-50%);
   transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #e91e63;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg); 
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
   color: #ea3323;
}
.header .menu > .menu-item > .sub-menu{
   box-shadow: 0 0 10px rgba(0,0,0,0.2);
   width: 220px;
   position: absolute;
   left:0;
   top:100%;
   background-color: #ffffff;
   padding: 10px 0;
   border-top: 3px solid #ea3323;
   transform: translateY(10px);
   transition: all 0.3s ease;
   opacity:0;
   visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
   transform: translateY(0);
   opacity: 1;
   visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);     
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
   display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
   display: block;
   padding: 10px 20px;
   font-size: 16px;
   font-weight: 600;
   color: #000000;
   transition: all 0.3s ease;
   text-transform: capitalize;
}
.header .menu > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #ea3323;
    width: 100%;
    bottom: 5px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.header .menu > .menu-item > a:hover::before
{
  transform: scaleX(1);
}
.header .open-nav-menu{
   height: 34px;
   width: 40px;
   margin-right: 10px;
   display: none;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}
.header .open-nav-menu span{
   display: block;
   height: 2px;
   width: 24px;
   background-color: #fff;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
   content: '';
   position: absolute;
   left:0;
   width: 100%;
   height: 100%;
   background-color: #fff;
   box-sizing: border-box;
}
.header .open-nav-menu span:before{
   top:-7px;
}
.header .open-nav-menu span:after{
   top:7px;
}
.header .close-nav-menu{
   height: 40px;
   width: 40px;
/*   background-color: #ffffff;*/
   margin:0 0 15px 15px;
   cursor: pointer;
   display: none;
   align-items: center;
   justify-content: center;
}
.header .close-nav-menu img{
   width: 16px;
}
.header .menu-overlay{
   position: fixed;
   z-index: 999;
   background-color: rgba(0,0,0,0.5);
   left:0;
   top:0;
   height: 100%;
   width: 100%;
   visibility: hidden;
   opacity:0;
   transition: all 0.3s ease;
}

/*home section*/
.home-section{
   width: 100%;
   display: block;
   min-height: 100vh;
   background-image: url('../img/home.jpg');
   background-position: center top;
   background-size: cover;
}


/* responsive */

@media(max-width: 991px){
   .header .menu-overlay.active{
   visibility: visible;
   opacity: 1;
}
   .header .nav-menu{
      position: fixed;
      right: -280px;
      visibility: hidden;
      width: 280px;
      height: 100%;
      top:0;
      display: block;
      overflow-y: auto;
      background-color: #222222;
      z-index: 1000;
      padding: 15px 0;
      transition: all 0.5s ease;
   }
   .header .nav-menu.open{
      visibility: visible;
      right: 0px;
   }
   .header .menu > .menu-item{
      display: block;
      margin:0;
   }
   .header .menu > .menu-item-has-children > a{
      display: flex;
      justify-content: space-between;
      align-items: center;
   }
   .header .menu > .menu-item > a{
      color: #ffffff;
      padding: 12px 15px;
/*      border-bottom: 1px solid #333333;*/
   }
   .header .menu > .menu-item:first-child > a{
       border-top: 1px solid #333333;  
   }
   .header .menu > .menu-item > a .plus:before, 
   .header .menu > .menu-item > a .plus:after{
      background-color: #ffffff;
   }
   .header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
   }
   .header .menu > .menu-item > .sub-menu{
      width: 100%;
      position: relative;
      opacity: 1;
      visibility: visible;
      border:none;
      background-color: transparent;
      box-shadow: none;
      transform: translateY(0px);
      padding: 0px;
      left: auto;
      top:auto;
      max-height: 0;
      overflow: hidden;
   }
   .header .menu > .menu-item > .sub-menu > .menu-item > a{
      padding: 12px 45px;
      color: #ffffff;
      border-bottom: 1px solid #333333;
   }
   .header .close-nav-menu,
   .header .open-nav-menu{
      display: flex;
   }
}
.screen-1
{
   width: 100%;
   height: 100vh;
   background-image: url('../images/bg.png');
   background-repeat: no-repeat;
   background-size: cover;
      overflow-y:scroll;
}
.main-wrapper-2
{
  
   background-image: url('../images/bg-1.png');
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   padding:2em 0;
   background-position: center;
}
.t1
{
   line-height: 100px;
}
.title-1
{
     font-family:Gotham-Bold;
     font-size: 60px;
     color:#fff;
}
.title-2
{
   font-family:BigCaslonFB-Black;
     font-size: 100px;
     color:#fff;
    
}
.txt-cnt
{
   text-align: center;
}
.cnt-div
{
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   flex-direction: column;
}
.title-4
{
        font-family: Gotham-Bold-1;
    font-size: 58px;
    color: #fff;
    font-weight: 450;
}
.title-5
{
 font-family: Gotham-Bold-1;
    font-size: 44px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 12px;
    line-height: normal;
}
.t1-name
{
   font-family:BigCaslonFB-Black;
   color:#fff;
   font-size: 20px;
   text-align: center;
   letter-spacing: 0.5px;
   margin-bottom: 4px;
}
.t1-name-2
{
   font-family: GOTHAM-BOOK;
   color:#fff;
   font-size: 15px;
   letter-spacing: 0.2px;
   text-align: center;
}
video
{
   margin:0;
   padding:0;
}
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

.ser-2 img
{
   width: 90px;
}
.margin-top-15px
{
     margin-top: 20px;
}
.mt-40px
{
   margin-top: 45px;
}
.team-slider-1
{
   margin-bottom: 20px;
}
.team-slider
{
   margin-top: 25px;
}
.team-name
{
   margin-top:22px;
   margin-bottom:22px;
}
.brand-img, .team-slider
{
   margin-top: 20px;
}

.text-cnt
{
   text-align: center;
}
.mt-30px
{
   margin-top:5px;
}
.menu-item-1
{
position: absolute;
    top: 7px;
    right: 50px;
    list-style: none;
 }
.just-cnt
{
   justify-content: flex-start;
}
.just-cnt-34
{
   justify-content: space-between;
}
.ser-2 {
        background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 32px;
    /* width: 100%; */
    /* height: 250px; */
    margin-top: 0;
    margin-top: 20px;
    transition: 0.5s all;
}

.col-sm-41 {
   flex: 0 0 auto;
    max-width: 30%;
    padding: 0;
}
.scale_in-1
{
   margin-top: 20px;
}
.cont-box
{
   margin-top: 18px;
   margin-bottom: 18px;
}
.info
{
      color: #fff;
    font-family:GOTHAM-BOOK;
    font-size: 16px;
    margin-bottom: 16px;
    line-height:normal;
    letter-spacing: 0.2px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
        font-family: GOTHAM-BOOK;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px;
    border-top: none;
    border-right: none;
    border-left: none;
}
.contact-box
{
   margin:20px 0;
}
.form-contact
{
   margin-bottom: 14px;
}
.locate
{
   width: 100%;
   position: relative;
   bottom: 0;
       background: rgba(0, 0, 0, 0.6);
       text-align: center;
       padding: 2em;
       margin-top: 2em;
}
label
{
      color: #fff;
    font-family:GOTHAM-BOOK;
    font-size: 16px;
   letter-spacing: 0.5px;
}
.submit-btn
{
     color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-family: Gotham-Bold-1;
    background:rgba(0,0,0,0.7);
    font-size: 18px;
    text-transform: uppercase;
    padding:10px 16px;
    margin-top: 0px;
}
.ser-2 h3
{
       color: #999999;
    font-family: GOTHAM-BOOK;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-top: 8px;
}
.testimonial-slide
{
   margin-top: 20px;
}
.cont-box {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
}
.cont-box1
{
   display: flex;
}
.teast-img
{
   margin:40px 0;
}
.teast-img img
{
   width: 150px;
   height: 150px;
   background-color: #fff;
   border-radius: 50%;
   margin-bottom: 25px;
}
.cont-box2
{
   width: 14%;
}
.margin-top-2em
{
   margin-top:20px;
}
.cont-box3
{
    width: 119%;
}
.scroll-btn {
   position: absolute;
   font-family: 'OpenSans-Light-webfont';
   font-size: 10px;
   color:#fff;
   text-align:center;
   text-transform:uppercase;
   bottom:30px;
   left:50%;
   margin-left:-30px;
   -webkit-transition: all .35s ease-in-out;
   -moz-transition: all .35s ease-in-out;
   -ms-transition: all .35s ease-in-out;
   -o-transition: all .35s ease-in-out;
   transition: all .35s ease-in-out;
   width: 60px;
   height:40px;
   background:url('../images/arrow-down.png') no-repeat center bottom;
   background-size:30px 16px;
   z-index:9;
   opacity:.8;
} 
.scroll-btn {
    -webkit-animation: arrows 3.8s infinite;
    -webkit-animation-delay: 1s;
    animation: arrows 3.8s infinite;
    animation-delay: 1s;
}
  @keyframes arrows {
    0% { bottom:30px; }
    10% { bottom:40px; }
    20% { bottom:30px; }
    30% { bottom:40px; }
    40% { bottom:20px; }
    50% { bottom:40px; }
    60% { bottom:30px; }
    70% { bottom:40px; }
    80% { bottom:20px; }
    90% { bottom:40px; }
    100% { bottom:30px; }
  }
  @-webkit-keyframes arrows {
    0% { bottom:30px; }
    10% { bottom:40px; }
    20% { bottom:30px; }
    30% { bottom:40px; }
    40% { bottom:20px; }
    50% { bottom:40px; }
    60% { bottom:30px; }
    70% { bottom:40px; }
    80% { bottom:20px; }
    90% { bottom:40px; }
    100% { bottom:30px; }
  }
.section1
  {
       position: relative;
       height: 100vh;
      background-color: #000;
  }
  .main-wrapper-1
  {
       position: relative;
       height: 100vh;
      
  }
  #about-us {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding-top: 130px;
   background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header .menu > .menu-item > a.menu_fixed
{
       padding: 6px 0;
}
.sticky-nav.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    animation: sticky 1s;
    box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
    background-color: #000;
    height: 56px;
    transition: 0.5s all;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
#section3{
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding-top:100px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.imgteam-01
{
   position: absolute;
   top:0;
    transition: 0.5s all;
     opacity: 0;
   visibility: hidden;
}
.service-box
{
   transition: 0.5s all;
}

.service-box:hover .imgteam-01
{
 opacity: 1;
   visibility:visible;
    transition: 0.5s all;
}
.screen-5
{
       position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding-top:80px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
.screen-6
{
       position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding-top:80px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index:99;
}
.screen-7
{
  background-image: url(../images/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 2em;
   background-position: center;
    position: relative;
}
.screen-8
{
   position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding-top:80px;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#section-2
{ 
   position: relative;margin: 0 auto;padding-top:80px;background-image: url(../images/bg.png); background-repeat: no-repeat;background-size: cover;
}

 .team-slider-45 .owl-carousel .owl-nav button.owl-prev {
    background-color: #444040;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: -98px;
    top: 80px;
    display: none;
}
/*
.team-slider-45 .owl-carousel .owl-nav button.owl-next {
    background-color:#444040;
        border-radius: 50%;
    color: #fff;
    font-size: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: -98px;
    top: 80px;

}*/
.serviceslider-344 .owl-carousel .owl-nav button.owl-prev {
    background-color: #444040;
    border-radius: 50%;
    color: #020000;
    font-size: 80px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: -76px;
    top: 130px;
}
.serviceslider-344 .owl-carousel .owl-nav button.owl-prev span
{
   position: relative;
    top: -4px;
}

.serviceslider-344 .owl-carousel .owl-nav button.owl-next {
    background-color:#444040;
        border-radius: 50%;
    color: #020000;
    font-size: 80px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: -76px;
  top: 130px;
}
.serviceslider-344 .owl-carousel .owl-nav button.owl-next span
{
   position: relative;
    top: -4px;
}


.nav-link
{
   color: #fff;
    font-family: GOTHAM-BOOK;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ea3323;
    background-color: transparent;
}
.mt-10px
{
   margin-top: 10px;
}
.cnt-flex-end
{
       display: flex;
    align-items: flex-end;
}
.cnt-flex-end_1
{
   display: flex;
    align-items: center;
}
.team-slider-34 .owl-carousel .owl-nav button.owl-next {
    background-color:#444040;
        border-radius: 50%;
    color: #020000;
    font-size: 80px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: -80px;
  top: 150px;
}
.team-slider-34 .owl-carousel .owl-nav button.owl-next span
{
   position: relative;
    top: -4px;
}
.team-slider-34 .owl-carousel .owl-nav button.owl-prev {
    background-color: #444040;
    border-radius: 50%;
    color: #020000;
    font-size: 80px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: -80px;
    top: 150px;
}
.team-slider-34 .owl-carousel .owl-nav button.owl-prev span
{
   position: relative;
    top: -4px;
}
.div-sec-1
{
   
   display: flex;
    justify-content: center;
    align-items: center;
}
#about
{
padding-top:80px;
}
#about .info
{
margin-top: 0px;
margin-bottom: 25px;
}
.div-sec
{
   padding: 24px 0px;
  
}
@media screen and (max-width: 820px)
{
   .menu {
    margin-top: 10px;
    margin-left: 0;
}
.header-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        border-radius: 0px;
    }
    .capt-hide
    {
      display: none;
    }

/*.services-box img {
    height: 300px;
    width: 100%;
}*/
.cont-box2 {
    width: 20%;
}
    .container {
        max-width: 100%;
        margin: auto;
        padding: 0 28px;
        width: 100%;
    }
    .indiv-sec {
    padding: 0rem 0px 0 0;
}
.hed-cnt {
    width: 100%;
}
.team-box {
    position: relative;
    overflow: hidden;
        width: 250px;
    height: 320px;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-slider-34 .owl-carousel .owl-nav button.owl-prev {
    background-color: #444040;
    border-radius: 50%;
    color: #020000;
    font-size: 80px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: -26px;
    top: 210px;
}
.team-slider-34 .owl-carousel .owl-nav button.owl-next {
    background-color: #444040;
    border-radius: 50%;
    color: #020000;
    font-size: 80px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: -15px;
    top: 210px;
}
.serviceslider-344 .owl-carousel .owl-nav button.owl-prev {
    background-color: #444040;
    border-radius: 50%;
    color: #020000;
    font-size: 80px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: -21px;
    top: 150px;
}

.serviceslider-344 .owl-carousel .owl-nav button.owl-next {
    background-color: #444040;
    border-radius: 50%;
    color: #020000;
    font-size: 80px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: -22px;
    top: 130px;
}
.ser-2 {
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 2em;
    height: 21vh;
    margin-top: 0;
    margin-top: 25px;
    transition: 0.5s all;
}
.menu-item-3 {
    position: relative;
    z-index: 999;
    width: 10%;
    left: -19px;
}
}

@media screen and (max-width: 600px)
{
#about .info {
    margin-top: 20px;
    margin-bottom: 20px;
}
.menu-item-3 {
    position: relative;
    z-index: 999;
    width: 10%;
    left: -19px;
}
.brand-img
{
   background-color: #fff;
   padding: 16px;
}
.client-logo-1 img
{
width: 130px;
}
.mob-mb-0
{
   margin-bottom: 0;
}
.title-4 {
    font-family: Gotham-Bold-1;
    font-size: 50px;
    color: #fff;
    font-weight: 450;
    line-height: 50px;
}
.t1-name {
    font-family: BigCaslonFB-Black;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.div-sec {
    padding: 0 0 1rem 0;
}
/*.services-box img {
    height:300px;
    width: 100%;
}*/
.team-slider {
    margin-top: 16px;
}
.title-5 {
    font-family: Gotham-Bold-1;
    font-size: 35px;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 0px;
    line-height: normal;
}
.cont-box2 {
    width: 50%;
}
.ser-2 img {
    width: 70px;
}
.team-slider {
    margin-bottom: 0px;
    margin-top:0px;
}
.col-sm-41 {
        flex: 0 0 auto;
        max-width: 47.333333%;
    }

    .mob-mb-0-top
    {
      margin-top:0;
    }
    .ser-2 {
        background-color: #333333;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px;
        height: 16vh;
        margin-top: 0;
        margin-top: 0;
        margin-bottom: 20px;
        transition: 0.5s all;
    }
    .container {
    max-width:100%;
    width: 100%;
    margin: 0;
    padding: 0 24px;
}
.brand-img img {
    height: 100%;
}
.padding-top-20px
{
padding-top:0px ;
}
#about {
    padding-top: 40px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}
.indiv-sec {
    padding: 0;
}
.team-slider
{
   margin-top:20px;
   margin-left: 20px;
     margin-right: 20px;
}
#team .div-sec {
        padding: 0 0 0rem 0;
    }
    .cont-box {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
}
.team-slider-34 .owl-carousel .owl-nav button.owl-prev {
        background-color: #444040;
        border-radius: 50%;
        color: #020000;
        font-size: 80px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9px;
        position: absolute;
        left: -26px;
        top: 110px;
    }
        .team-slider-34 .owl-carousel .owl-nav button.owl-next {
        background-color: #444040;
        border-radius: 50%;
        color: #020000;
        font-size: 80px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9px;
        position: absolute;
        right: -25px;
        top: 110px;
    }
    .owl-prev img, .owl-next img {
    width: 20px;
}
.owl-prev img, .owl-next img {
    width: 20px;
}
.row-20px-top
{
   margin-top: 0px;
}
.menu-item-3 img
{
width:70px;
}
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-radius: 0px;
}
.cnt-flex-end
{
   margin-top: 4px;
}
.ser-2 h3 {
    color: #999999;
    font-family: GOTHAM-BOOK;
    font-size: 17px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    text-align: center;
}
.serviceslider-344 .owl-carousel .owl-nav button.owl-prev {
        background-color: #444040;
        border-radius: 50%;
        color: #020000;
        font-size: 80px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9px;
        position: absolute;
          left: -26px;
        top: 160px;
    }
    .serviceslider-344 .owl-carousel .owl-nav button.owl-next {
        background-color: #444040;
        border-radius: 50%;
        color: #020000;
        font-size: 80px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9px;
        position: absolute;
        right: -25px;
        top: 160px;
    }
    .team-slider-23
    {
      margin:20px;
    }
    .hed-cnt .container
    {
      padding:0 14px;
    }
    .cont-box {
    margin-top: 0;
    margin-bottom: 18px;
}
.form-contact {
    margin-bottom: 0;
}
.contact-box {
    margin: 0;
}
.submit-btn {
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-family: Gotham-Bold-1;
    background: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 16px;
    margin-top: 4px;
}
.g-recaptcha
{
       margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-sec-23 {
    padding: 7px 0px 0 0;
}
.form-control
{
   height: 18px;
}
label {
    color: #fff;
    font-family: GOTHAM-BOOK;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.cont-box3 .info {
    color: #fff;
    font-family: GOTHAM-BOOK;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: normal;
    letter-spacing: 0.2px;
}
}


