


header .container{
  max-width: 1920px;
    margin: 0 auto;
    padding: 0 70px; 
}
header .top-navbar{
  background: #313131;
  color: white;
}
header.main-header .bottom-navbar{
   display: flex;
    justify-content: space-between;
}
.logged-in.admin-bar ul.PrimarySubMenu.PrimarySubMenu_open {
    margin-top: 32px;
}
.logged-in.admin-bar .fixed-header ul.PrimarySubMenu.PrimarySubMenu_open {
    margin-top: 0;
}
.navCol_caseStudy .para5 p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}
header.main-header .bottom-navbar .primaryMenuList{
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: end;
    align-items: center;
    height: inherit;
    gap: 50px;  /*70px*/
    margin-bottom: 0;
}
.bottom-navbar .main-header__logo{
  max-width: 142px;
}
.bottom-navbar .main-header__logo img{
	width: 100%;
}
header.main-header .bottom-navbar .primaryMenuList .mega-menu-item {
  list-style: none;
}
header.main-header .bottom-navbar .primaryMenuList .mega-menu-item form{
	width: 195px; /*260px;*/
}
header.main-header .bottom-navbar .primaryMenuList .mega-menu-item .mega-menu-link{
  text-decoration: none;
  color: #fff;
}
header.main-header .bottom-navbar .primaryMenuList .mega-menu-item .mega-menu-link span.mega-indicator{
  display: inline-block;
    margin: 0 0 0 6px;
    transform: rotate(90deg);
}

.main-header__nav .PrimarySubMenu{
  opacity: 0;
    transform: translate(0, 10px);
    /*transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;*/
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 137px; /*163px;*/
    color: black;
    background: #FFFFFF;
    left: 0;
    z-index: 9999;
    padding: 60px 278px 60px 278px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 0 10px, rgba(0, 0, 0, 0.23) 0px 0 0;
}
.PrimarySubMenu_container {
    max-width: 1480px;
    margin: 0 auto;
}
.PrimarySubMenu_row{
  display: flex;
  gap: 156px;
}
.PrimarySubMenu_row .navCol a{
	text-decoration: none;
	color: black;
}
.PrimarySubMenu_row .navCol .PrimarySubMenu_ul{
  margin: 0;
  padding: 0;
  gap: 23px;
    display: flex;
    flex-direction: column;
    padding-top: 22px;
    padding-left: 20px;
}
.PrimarySubMenu_row .navCol .PrimarySubMenu_ul li{
  list-style: square;
    font-size: 17px;
    line-height: 20px;
}
.primaryCancel {
    width: 56px;
    height: 56px;
    background: #000000;
}
.primaryCancel svg{
  width: 19px;
    display: flex;
    margin: 0 auto;
    height: 100%;
}
.primaryCancel svg path{
	fill: #ffffff;
}
.PrimarySubMenu_head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    /*padding-top: 60px;*/
}
.PrimarySubMenu_row .navCol .btn2 {
  margin-top: 21px;
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 18px;
}
.navCol_caseStudy{
	margin-left: 100px;
	/*padding-top: 22px;*/
}
.navCol_caseStudy .case-left{
  display: flex;
  gap: 78px;
  align-items: center;
}
.navCol_caseStudy .case-left .left_img{
   max-width: 360px;
    height: 308px;
    object-fit: cover;
    display: flex;
}
.navCol_caseStudy .case-left .left_img img{
	width: 100%;
}
.navCol_caseStudy .case-left .left_content{
  max-width: 336px;
  gap: 27px;
    display: flex;
    flex-direction: column;
}
.navCol_caseStudy .btn1{
  background: black;
  color: white;
}
.navCol_caseStudy .btn1:hover{
  color: white;
}
.main-header .inside-search{
    background: white;
    max-width: 195px; /*260px;*/
    display: flex;
}
.main-header .inside-search input.search-input{
    border: none;
    padding: 9px 8px; /*12px 8px;*/
    outline: none;
    width: 100%;
}
.main-header .inside-search button.search-button{
    background: no-repeat;
    border: none;
    transform: rotate(274deg);
    padding: 4px 13px;
}
.PrimarySubMenu_open{
    visibility: visible!important;
    opacity: 1!important;
}
.PrimarySubMenu .navCol .btn2 svg {
    margin-left: 6px;
    vertical-align: middle;
}
.Hamburger{
    display: none;
}
.Hamburger .menu-open, .menu-close{
    width: 24px;
}
.Hamburger .menu-close{
    display: none;
}
/*mega menu*/
.main-header .menu{
  border-top: 1px solid #ffffff47;
    position: absolute;
    height: 90vh;
    display: block;
    left: -120vw;
    top: 65px;
    width: 100%;
    max-width: 100%;
    background-color: black;
    color: white;
    padding: 24px 15px;
    overflow: auto;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 999;
}
header .menu-class li.menu-item{
  list-style: none;
}
header .menu-class li.menu-item a{
  color: white;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  font-family: var(--secondary-font-family);
  outline: none;
}
header .menu-class li.menu-item a.btn2{
  font-size: 16px;
    line-height: 19px;
}
nav.menu-main-menu-container {
    margin-top: 20px;
    text-align: right;
}
header .menu-class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
}
header .menu.menu-toggled {
    left: 0;
}
.top-header_ul .top-header_li a img {
    margin-right: 9px;
    vertical-align: middle;
}
header .main-header .menu-activator .sub-menu {
    max-width: 100%;
    left: -100vw;
}
.menu-active .header .menu-activator .sub-menu {
    left: 0;
}
header .menu .menu-activator .sub-menu {
    position: fixed;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background: black;
    width: 100%;
    max-width: 100%;
    left: -120vw;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow: auto;
    z-index: 1;
    top: 144px;
    gap: 12px;
    padding: 5px 15px;
}
.main-header .inside-search button.search-button svg path{
    fill: #002F45;
}
header .menu .menu-activator.sub-menu-active1 .sub-menu{
    left: 0.5vw;
}
.main-header .menu .menu-search .inside-search {
    background: white;
    max-width: 290px;
    display: flex;
    height: 35px;
    width: 100%;
}
.main-header .menu .menu-search{
   width: 100%;
    display: flex;
    justify-content: center;
}
.main-header .menu{
  display: none;
}
.site-header .site-header__logo {
    width: 159px;
    height: auto;
}
.site-header .site-header__nav {
    max-width: 80%;
    padding: 0;
}
.top-header_ul{
    display: flex;
    justify-content: end;
    align-items: baseline;
}
.top-header_ul .top-header_li svg{
  margin-right: 7px;
}
.top-header_ul .top-header_li a{
  font-size: 15px;
  line-height: 17px;
  font-family: var(--secondary-font-family);
  color: white;
  text-decoration: none;
}
.top-header_ul .top-header_li a:hover{
  text-decoration: none;
  color: white;
  opacity: 0.9
}
.top-header_li{
    padding: 11px 0 12px 60px;
}
header .bottom-navbar #mega-menu-wrap-header-menu{
  background: #000;
  height: 100%;
}
header .bottom-navbar{
    height: auto; /*121px;*/
    display: flex;
    align-items: center;
    padding:12px 0; 
}
.overview{
	padding-top: 21px;
}
.bottom-navbar .mega-menu-link{
  font-size: 18px!important;
  line-height: 21px!important;
  font-weight: bold!important;
  font-family: var(--secondary-font-family)!important;
  height: auto!important;
    padding: 0!important;
}
.bottom-navbar #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
    margin: 0 0px 0 70px;
    }
.bottom-navbar #mega-menu-wrap-header-menu #mega-menu-header-menu {
    text-align: right;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: end;
    align-items: center;
    height: inherit;
}
.bottom-navbar #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
    position: absolute;
    width: 100%;
    max-width: 1920px;
    top: 87px;
    padding-top: 61px;
    padding-bottom: 51px;
    background: #FFFFFF;
    left: -99px;
}
.bottom-navbar #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.head2 > ul.mega-sub-menu > li.mega-menu-item.widget_text > h4.mega-block-title{
    font-family: var(--primary-font-family);
    font-size: var(--font-size-45)!important;
    font-style: var(--fw-normal);
    font-weight: var(--fw-bold);
    line-height: var(--line-height-55)!important;
    color: #000000;
    text-transform: inherit;
}
.bottom-navbar #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_text > h4.mega-block-title{
   font-family: var(--secondary-font-family)!important;
    font-size: var(--font-size-25)!important;
    font-style: var(--fw-normal);
    font-weight: var(--fw-bold);
    line-height: var(--line-height-29)!important;
     color: #000000;
    text-transform: inherit;
}
.bottom-navbar #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mg-list > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-object-custom{
  margin-left: 18px;
  padding: 12.5px 15px;
}
.bottom-navbar #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mg-list > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-object-custom > a.mega-menu-link{
  font-family: var(--secondary-font-family)!important;
    font-size: var(--font-size-17)!important;
    font-style: var(--fw-normal);
    line-height: var(--line-height-20)!important;
    display: list-item;
    list-style: square;
    color: #000000;
    font-weight: 500!important;
    text-transform: inherit;
}

.bottom-navbar #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mg-list-ul > ul.mega-sub-menu{
  display: flex;
  gap: 100px;
}
.bottom-navbar #mega-menu-wrap-header-menu #mega-menu-header-menu p a{
  font-family: var(--secondary-font-family)!important;
    font-size: var(--font-size-17)!important;
    font-style: var(--fw-normal);
    line-height: var(--line-height-20)!important;
    color: #000000;
    margin-top: 21px;
    font-weight: bold;
    text-decoration: none;
}
.bottom-navbar #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover{
    background: none;
}
.bottom-navbar #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu::after{
    display: inline-block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #FFFFFF;
    height: 100%;
    width: auto;
    z-index: -1;
    right: -167px;
}
.bottom-navbar #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu::before{
    display: inline-block;
    position: absolute;
    content: '';
    top: 0;
    left: -50vw;
    background: #FFFFFF;
    height: 100%;
    width: 100vw;
    z-index: -1;
}
.fixed-header {
    position: fixed;
    top: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 8px 0px, rgb(59 38 38 / 44%) 0px 0px 9px 0px;
}
.main-header {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    width: 100%;
    z-index: 999999;
}
header .menu-class li.menu-item .close-menu a {
    text-align: left;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
}
header .menu-class li.menu-item .close-menu a svg{
      transform: rotate(180deg);
}
header .menu-class li.menu-item.list a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: white;
    margin: 5px 20px 5px 10px;
}

.close-menu{
      display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid white;
}
header .menu-class li.menu-item.list a {
  font-weight: 500;
  margin-right: 20px;
}
.menu-item-heading{
     font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    font-family: var(--secondary-font-family);
    padding: 12px;
}
.main-header .menu.menu-toggled .menu-search .inside-search {
    background: white;
    max-width: 100%;
 }   
 .main-header .menu.menu-toggled .menu-search form{
    width: 100%;
 }
#keyword-header::placeholder {
  color: #000000;
  opacity: 1
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
}
#keyword-abc::placeholder {
  color: #000000;
  opacity: 1
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
}
/*innerTopNav*/
header .top-navbar.innerTopNav {
    margin-top: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
/*header .top-navbar.innerTopNav {
    position: fixed;
    bottom: 0;
    left: 0;
  }  */
.innerTopNav .top-header_ul .top-header_li img{
  width: 22px;
  height: auto;
}
.innerTopNav .top-header_ul .top-header_li span{
  margin-top: 8px;
}
header .innerTopNav .container {
    padding: 0;
}
.innerTopNav .top-header_li {
    padding: 28px 25px;
    text-align: center;
}
.innerTopNav .top-header_ul {
    justify-content: center;
}
.innerTopNav .top-header_ul .top-header_li a{
    font-size: 13px;
    line-height: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.nav-toggle {
  position: relative;
  background: transparent;
  border: 1px solid transparent;
  left: 50%;
  border: none;
  outline: none;
}

.nav-toggle:focus {
  outline-width: 0;
}

.nav-toggle [class*='bar-'] {
     background: #ffffff;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    border-radius: 8px;
    height: 1px;
    width: 25px;
    margin-bottom: 8px;
}

.nav-toggle .bar-bot {
  margin-bottom: 0;
}

.opened .bar-top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 15%;
          transform-origin: 0 15%;
}
.opened .bar-mid {
  opacity: 0;
}
.opened .bar-bot {
  -webkit-transform: rotate(45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
button.nav-toggle:hover{
	border: none;
	outline: none;
}


@media only screen and (max-width: 1565px) {
	.navCol_caseStudy{
	margin-left: auto;
}
	header.main-header .bottom-navbar .primaryMenuList .mega-menu-item form{
	width: 100%;
}
  header.main-header .bottom-navbar .primaryMenuList {
      gap: 50px;
  }
    .main-header__nav .PrimarySubMenu {
        padding: 60px 140px 51px 140px;
    }
}
@media only screen and (max-width: 1480px) {
  header.main-header .bottom-navbar .primaryMenuList {
      gap: 30px;
  }
}
@media only screen and (max-width: 1240px) {
    .main-header__nav .PrimarySubMenu {
        padding: 60px 80px 51px 80px;
        top: 117px;
    }
    header.main-header .bottom-navbar .primaryMenuList {
        gap: 20px;
    }
    .main-header .inside-search {
        max-width: 173px;
    }
 }
@media only screen and (max-width: 1040px) {
    .main-header .inside-search button.search-button {
        transform: rotate(286deg);
        padding: 2px 2px;
    }
    .main-header .inside-search input.search-input {
        display: none;
    }
    header .container {
        padding: 0 28px;
    }
    .bottom-navbar .main-header__logo {
        width: 117px;
    }
    header .bottom-navbar {
        height: 92px;
    }
    .top-header_li {
        padding: 6px 0 6px 60px;
    }
    .top-header_ul .top-header_li a {
        font-size: 11px;
        line-height: 12px;
    }
}

@media (max-width: 992px) {
   header .header .menu-activator .sub-menu {
    max-width: 100%;
    left: -100vw;
  }

  header .menu {
    position: absolute;
    height: calc(100vh - 114px);
    display: block;
    left: -100vw;
    top: 68px;
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    padding: 24px 5px;
    overflow: auto;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  header .menu-class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  header .menu-class a {
    display: block;
  }

  .menu-active .header .menu-activator .sub-menu {
    left: 0;
  }

  header .menu .menu-activator .sub_menu_heading a {
    font-size: 20px;
    line-height: 29px;
  }

  header .menu .menu-activator .has-level-2 .sub-menu {
    left: -120vw ;
    opacity: 1;
    visibility: visible;
    background-color: black;
  }
  header .menu .menu-activator .has-level-2.sub-menu-active .sub-menu {
    left: 0.5vw ;
  }
.navCol_caseStudy .case-left .left_content {
      max-width: 200px;
    }
    .navCol_caseStudy .case-left {
      gap: 30px;
    }
    .PrimarySubMenu_row {
      gap: 40px;
  }
/*  .PrimarySubMenu_row .navCol{
        max-width: 114px;
        width: 100%;
  }*/

  .menu ul a {
    padding: 12px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 856px) {
  
    header .bottom-navbar {
        padding: 0 10px;
    }
    header.main-header .bottom-navbar .primaryMenuList .mega-menu-item .mega-menu-link svg{
        width: 6px;
    }
    header.main-header .bottom-navbar .primaryMenuList .mega-menu-item .mega-menu-link span.mega-indicator {
        margin: 0 0 0 5px;
    }
    .footer .footerLogo img {
        max-width: 132px!important;
    }
    
}


@media only screen and (max-width: 768px) {
  .main-header .menu{
    padding:19px 15px; 
  }
	header.main-header .bottom-navbar .primaryMenuList {
        gap: 15px;
    }
    .main-header .inside-search input.search-input {
      display: block;
    }
    .main-header .inside-search button.search-button {
      transform: rotate(274deg);
      padding: 2px 2px;
    }
    .main-header__nav{
        display: none;
    }
    .main-header .menu{
      display: block;
    }
    .bottom-navbar .main-header__logo {
        width: 76px;
    }
    .Hamburger{
        display: block;
    }
    
}
@media only screen and (max-width: 568px) {
	header .menu .menu-activator .has-level-2 .sub-menu {
	    padding-left: 0;
	}
	header .menu .menu-activator .sub-menu {
	    padding: 5px 20px;
	}
    header .container {
        padding: 0 5px 0 25px;
  	}
  	header .menu .menu-activator .has-level-2.sub-menu-active .sub-menu{
  		left: 2.5vw;
  	}
 /*   header .menu .menu-activator.sub-menu-active1 .sub-menu {
	    left: 2.5vw;
	}*/
}

@media only screen and (max-width: 340px){
  header .menu-class li.menu-item .close-menu a {
    text-align: left;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    display: flex;
    gap: 2px;
    align-items: center;
}
}












