@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.woff);
}
@font-face {
    font-family: now;
    src: url(../fonts/NowMedium.otf);
}
@font-face {
    font-family: now;
    src: url(../fonts/NowRegular.otf);
}
/*Common CSS Start*/
html {
  scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
}
p{
    line-height: 1.4;
}
p,h1,h2,h3,h4,h5,h6,span{
    color: #000000;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
button:focus, a:focus{
    outline: none;
}
a,button {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
body{
    font-family: "Lato", Arial, serif;
    width: 100%;
    overflow-x: hidden;
    line-height: 1.4;
}
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: none;
    border-radius: 5px;
    background-color: transparent;
}

body::-webkit-scrollbar
{
    width: 10px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: none;
    background-color: #000000;
}
section{
    width: 100%;
}
#scrollTopBtn {
    position:fixed;
    z-index: 999;
    right:10px;
    bottom:50px;
    cursor:pointer;
    width: 30px;
    height: 30px;
    background-color: #0000009c;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius: 100%;
}
#scrollTopBtn span {
    position:absolute;
    top:52%;
    left:50%;
    margin-left: -7px;
    margin-top:-12px;
    height:0;
    width:0;
    border: 7px solid transparent;
    border-bottom-color: #ffffff;
}
#scrollTopBtn:hover {
    background-color: #000000;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.body-overflow{
    overflow: hidden;
}
.common-heading-box {
    margin-top: 40px;
}
.common-title{
    font-weight: 600;
    color: #222222;
    text-align: center;
    font-size: 30px;
    font-family: Lato;
}
.common-title-box .title:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #858585;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
}
.common-description {
    padding-bottom: 25px;
}
.common-description p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.common-description p:last-child{
    margin-bottom: 0;
}
.bg-black{
    background: #000000;
}
.pt-90 {
    padding-top: 90px;
}
.indicator-arrow-bottom {
    position: fixed;
    z-index: 999999;
    top: 90vh;
    color: #ffffff;
    left: 49.5%;
    transform: translateX(-50%) scaleY(1.3);
    font-size: 20px;
    animation: jump .8s ease-in infinite;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
@keyframes jump {
    0% {
        transform: translateY(0) scale(1.15, .8)
    }
    20% {
        transform: translateY(-35px) scaleY(1.3)
    }
    50% {
        transform: translateY(-50px) scale(1)
    }
    80% {
        transform: translateY(-35px) scale(1)
    }
    to {
        transform: translateY(0) scale(1.15, .8)
    }
}
.see-more-btn {
    border: 1px solid #dddddd;
    display: inline-flex;
    padding: 10px 30px;
    color: #59bbb6;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
}
.see-more-btn-wrapper {
    display: flex;
    justify-content: center;
}
.common-see-more-btn{
  z-index: 7;
  white-space: nowrap;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: rgb(14 14 14);
  letter-spacing: 1px;
  font-family: now;
  text-transform: uppercase;
  background-color: transparent;
  border-color: #222222;
  border-style: solid;
  border-width: 1px;
  outline: none;
  box-shadow: #999999 0px 0px 0px 0px;
  box-sizing: border-box;
  cursor: pointer;
  visibility: inherit;
  text-align: inherit;
  margin: 0px;
  padding: 15px 35px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  display: inline-block;
}
.common-see-more-btn:hover {
    background-color: rgb(34, 34, 34);
    color: #ffffff;
}
.common-main-banner img {
    width: 100%;
}
/*Common Css End*/

/*Header Start*/
.fixed-header .navbar-main {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 5%;
}
.fixed-header-logo {
    position: absolute;
    width: 100%;
    height: 49px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 99999;
}
.fixed-header .fixed-header-logo {
    opacity: 1;
}
.header-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #ffffff;
}
.header-top .inner {
    display: flex;
    justify-content: space-between;
}
.header-top .left-box {
    display: flex;
}
.header-top .left-box-item {
    font-size: 12px;
    font-weight: 500;
    margin-right: 24px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    color: #000000;
    transition: all .3s ease;
}
.header-top .left-box-item:hover {
    color: #ff542b;
}
.header-top .left-box-item .icon {
    margin-right: 4px;
}
.header-top .right-box-item-wrapper {
    display: flex;
    list-style: none;
    margin: 0;
}
.header-top .right-box-item-wrapper .item:first-child .item-link {
    border-left: 1px solid #f2f2f2;
}
.header-top .right-box-item-wrapper .item-link {
    padding: 10px 10px;
    display: inline-flex;
    border-right: 1px solid #f2f2f2;
    font-size: 12px;
}
.header-top .right-box-item-wrapper .item-link.facebook {
    color: #0166a1;
}
.header-top .right-box-item-wrapper .item-link.twitter {
    color: #0eb8d4;
}
.header-top .right-box-item-wrapper .item-link.linkedin {
    color: #0166a1;
}
.header-inner-wrapper {
    position: relative;
}
.navbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    padding: 0px 5%;
    user-select: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 5s;
    -ms-transition: position 5s;
    -o-transition: position 5s;
    transition: all 0.5s ease;
    animation: defaultScroll .5s both;
    background-color: rgba(255,255,255, 0.7);
}
@keyframes defaultScroll {
    0% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
.fixed-header .navbar-main {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 5%;
    animation: smoothScroll .5s both;
    background: #ffffff;
    height: 70px;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.header-main .navbar-main.home {
    background-color: transparent;
    padding: 0 5%;
}
.header-main.fixed-header .navbar-main.home {
    background-color: #000000;
    padding: 0 5%;
}
.header-main .navbar-main.home
.navbar-main .logo-section {
    display: flex;
    align-items: center;
}
.navbar-main .logo-section {
    display: flex;
}
.brand-logo{
    display: inline-flex;
    width: 95px;
    position: relative;
}
.brand-logo img{
    width: 100%;
}
.navbar-menu-toggle-btn {
    border: none;
    background: #ffffff;
    padding: 5px;
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 3px;
    display: none;
    position: absolute;
    z-index: 999999;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-menu-toggle-btn:focus{
    outline: 0;
}
.navbar-menu-toggle-btn .toggler-icon-bar {
    width: 27px;
    height: 1.6px;
    background: #000;
    position: relative;
    display: inline-block;
    transition: .3s ease;
}
.navbar-menu-toggle-btn .toggler-icon-bar:before {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    position: absolute;
    content: '';
    background: #000;
    width: 27px;
    height: 1.6px;
    top: -7px;
    left: 0;
}
.navbar-menu-toggle-btn .toggler-icon-bar:after {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    position: absolute;
    content: '';
    background: #000;
    width: 27px;
    height: 1.6px;
    bottom: -7px;
    left: 0;
}
.navbar-main.menu-visible .toggler-icon-bar{
    background: transparent;
}
.navbar-main.menu-visible .toggler-icon-bar:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
}
.navbar-main.menu-visible .toggler-icon-bar:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
}
.nav-items-wrapper {
    height: 100%;
}
.nav-item-inner-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.nav-item-inner-wrapper .nav-item-main {
    list-style: none;
    margin: 0px 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav-item-main.item-has-submenu .nav-item-link span{
  color: #ffffff;
  font-size: 10px;
}
/* .nav-item-inner-wrapper .nav-item-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 0%;
    height: 1px;
    background: rgb(226, 226, 226);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.nav-item-inner-wrapper .nav-item-link:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 0%;
    height: 1px;
    background: rgb(226, 226, 226);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.nav-item-inner-wrapper .nav-item-link.active:before,
.nav-item-inner-wrapper .nav-item-link.active:after,
.nav-item-inner-wrapper .nav-item-link:hover:before,
.nav-item-inner-wrapper .nav-item-link:hover:after{
    width: 100%;
} */
.nav-item-inner-wrapper .nav-item-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    transition: .3s;
    display: inline-block;
    letter-spacing: 0.063em;
    padding: 0;
    position: relative;
    color: #000000;
}
.nav-item-inner-wrapper .nav-item-link:hover {
    color: #888890;
}
.nav-item-inner-wrapper .nav-item-link.active,
.nav-items-wrapper .nav-item-main:hover .nav-item-link {
    background: transparent;
}
.nav-item-inner-wrapper .item-has-submenu{
    cursor: pointer;
    position: relative;
}
.nav-item-inner-wrapper .nav-item-link:hover:before,
.nav-item-inner-wrapper .nav-item-link:hover:after{
  display: none;
}
.nav-item-inner-wrapper .item-has-submenu .nav-item-submenu{
    list-style:none;
    position: absolute;
    width: 180px;
    background-color: #000000;
    z-index: 2;
    padding: 10px 15px;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transform-origin: top;
    top: 100%;
    cursor: default;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
}
.nav-item-inner-wrapper .item-has-submenu:hover .nav-item-submenu{
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.nav-item-submenu .nav-item-submenu-item-link {
    display: inline-block;
    padding: 5px 0px;
    transition: all.3s ease;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    position: relative;
    color: #a4a4a4;
}
.nav-item-submenu-item-link.active {
    border-bottom: 1px solid #e2e2e2;
}
.nav-item-submenu .nav-item-submenu-item-link:hover{
    padding-left: 5px;
}
.nav-item-submenu .nav-item-submenu-item-link:hover {
    background: transparent;
    color: #ffffff;
}
.nav-item-submenu-item:last-child .nav-item-submenu-item-link {
}
.item-has-submenu.right-view .nav-item-submenu {
    right: 0!important;
    left: unset;
}
/*Header Css End*/

/*Home Intro CSS Start*/
.home-main-slider-inner .item {
  height: 100vh;
  position: relative;
}
.home-main-slider-inner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-main-slider-inner .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.home-main-slider-inner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.home-main-slider-inner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.home-main-slider-inner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.home-main-slider-inner .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.home-main-slider-inner .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.home-main-slider-inner .contents {
    position: absolute;
    bottom: 20%;
    left: 10%;
}
.home-main-slider-inner .contents .sub-title{
  z-index: 6;
  min-width: 292px;
  max-width: 292px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  color: rgb(14 14 14);
  letter-spacing: 0px;
  font-family: now;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  border-width: 0px;
  margin: 0px;
  margin-bottom: 15px;
  padding: 0px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.home-main-slider-inner .contents .title{
  z-index: 5;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 600;
  color: rgb(14 14 14);
  letter-spacing: 0px;
  font-family: now;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  min-width: 0px;
  max-width: none;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  margin-bottom: 20px;
}
.home-main-slider-inner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.home-main-slider-inner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.home-main-slider-inner .owl-nav .owl-prev:focus {
  outline: 0;
}
.home-main-slider-inner .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.home-main-slider-inner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.home-main-slider-inner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.home-main-slider-inner .owl-nav .owl-next:focus {
  outline: 0;
}
.home-main-slider-inner .owl-nav .owl-next:hover {
  background: #000 !important;
}
.home-main-slider-inner .owl-dot {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 0px 5px;
  background-color: rgba(0, 0, 0, 0)!important;
  box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
}
.home-main-slider-inner .owl-dot:after{
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0%;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 1px rgb(255, 255, 255);
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.home-main-slider-inner .owl-dot.active:after{
  height: 100%;
}
.home-main-slider-inner .owl-dots {
    position: absolute;
    bottom: 35px;
    right: 10%;
    display: flex;
}

.home-main-slider-inner .owl-dot.active {
    background: #ffffff!important;
}
/*Home Intro CSS End*/


/*Home Category Css start*/
.home-category-section {
    padding-bottom: 50px;
}
.home-category-item-inner{
  position: relative;
}
.home-category-item-inner .image {
    display: flex;
}
.home-category-item-inner .image img {
    width: 100%;
}

.home-category-item-inner .content{
  position: absolute;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  user-select: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home-category-item-inner:hover .content{
  opacity: 1;
}
.home-category-item-inner .content .title {
    font-size: 28px;
    color: #222222;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.home-category-item-inner .content .view-more-btn {
    position: relative;
    font-size: 14px;
    color: #222222;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
    font-weight: 400;
}
/*Home Category Css End*/

/*Home About us css start*/
.about-us-section {
    padding: 50px 0px;
}
.about-us-section .left-box .common-title {
    text-align: left;
    margin-bottom: 20px;
}
.about-us-section .left-box p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 40px;
    font-family: Lato;
}
.about-us-section .contents-wrapper {
    align-items: center;
    margin-top: 50px;
}

.about-us-section .right-box img {
    width: 100%;
}
/*Home About us css End*/

/*Our Clients Css start*/
.our-client-section {
    padding: 100px 0px;
}
.our-client-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.our-client-item {
    width: 25%;
    text-align: center;
}

.our-client-item img {
    width: 60%;
}
/*Our Clients Css End*/

/*Image Gallery CSS Start*/
.image-gallery-grid-section {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.image-gallery-grid-section .image-grid-inner {
  margin-top: 30px;
    padding: 0!important;
}
#imageGridGallery .item a {
    position: relative;
    display: inline-block;
}
#imageGridGallery .item a:after {
    content: "";
    background: #0000008c;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    opacity: 0;
}
#imageGridGallery .item a:before {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    z-index: 111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    opacity: 0;
}
#imageGridGallery .item a:hover:before,
#imageGridGallery .item a:hover:after{
  opacity: 1;
}
/*Image Gallery CSS End*/

/*About us Main Section Css start*/
.about-us-main-section {}
.about-us-main-section .main-image {
    padding-bottom: 100px;
}
.about-us-main-section .main-image img {
    width: 100%;
}
.about-us-main-section .right-box {}

.about-us-main-section .right-box p {
    font-size: 18px;
    font-weight: 400;
    color: #212529;
    margin: 0 0 30px;
}
.about-us-main-accordion {
    padding: 100px 0px;
}
.about-us-main-accordion .card {
    border: 2px solid #000000;
    background: #000000;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.about-us-main-accordion .card:first-of-type {
    border-bottom: 0;
}

.about-us-main-accordion .card-header {
    background: transparent;
    padding: 0;
    border: 0;
}

.about-us-main-accordion .card-header h5 button {
    color: #ffffff;
    background: #000000;
    font-weight: 500;
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: left;
    padding: .75rem 1.25rem;
    text-decoration: none;
    border-radius: 0;
    padding-left: 50px;
}

.about-us-main-accordion .card-header h5 button:hover {
    text-decoration: none;
}
.about-us-main-accordion .card-header h5 button.collapsed {
    background: white!important;
    color: #000000!important;
}

.about-us-main-accordion .card-body {
    color: #ffffff;
    font-size: 17px;
    padding: 20px 50px;
    line-height: 25px;
}
.about-us-our-team {
    padding: 50px 0px;
}
.about-us-our-team .main-heading {
    margin-bottom: 50px;
}
.about-us-our-team-item-inner {
    padding: 0px 5px;
}
.about-us-our-team-item-inner img {
    width: 100%;
}

.about-us-our-team-item-inner .image {
    text-align: center;
}
.about-us-our-team-item-inner .content {
    margin-top: 20px;
    padding-left: 20px;
}
.about-us-our-team-item-inner .content .subtitle {
    font-size: 12px;
    text-transform: uppercase;
    color: #a3a3a3;
    letter-spacing: 0.5px;
}
.about-us-our-team-item-inner .content .title {
    font-weight: 500;
    color: #222222;
    text-align: left;
    font-size: 24px;
    font-family: Lato;
}
/*About us Main Section Css End*/

/* contact us css start*/
.common-sidebar-and-content-wrapper {
    margin-top: 50px;
}
.home-about-us-left-box-item .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #222222;
}

.home-about-us-left-box-item .text {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 12px;
}

.home-about-us-left-box-item {
    margin-bottom: 40px;
}

.home-about-us-left-box-item .text .link {
    color: #212529;
}
.contact-us-main-banner-inner{
  position: relative;
  z-index: 1;
}
.contact-us-main-banner-inner .image{
    height: 300px;
    width: 100%;
}

.contact-us-main-banner-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-us-main-banner-inner:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #0433ef;
  opacity: .25;
}

.contact-us-main-banner-inner .content {
    position: absolute;
    z-index: 1111;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}
.contact-us-main-banner-inner .content .title {
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.contact-us-main-banner-inner .content .c-breadcrumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: #0000003d;
}

.contact-us-main-banner-inner .content .c-breadcrumb .item{
    margin-right: 15px;
    position: relative;
}
.contact-us-main-banner-inner .content .c-breadcrumb .item .link{
    font-size: 16px;
    color: #ffffff;
}
.contact-us-main-banner-inner .content .c-breadcrumb .item:after {
  content: '';
  height: 60%;
  width: 1px;
  background: #ffffff;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-us-main-banner-inner .content .c-breadcrumb .item:last-child:after {
    display: none;
}

.contact-us-main-banner-inner .content .c-breadcrumb .item:last-child {
    margin-right: 0;
}
.contact-us-form-wrapper {
   /* padding: 40px 40px 0px;*/
}

.contact-us-form-wrapper .top-box {
    text-align: center;
    margin-bottom: 80px;
}

.contact-us-form-wrapper .top-box .title {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.contact-us-form-wrapper .top-box .detail p {
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-us-form-wrapper .top-box .title:after {
  content: '';
  height: 4px;
  width: 50px;
  background: #001362;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-us-form-wrapper .top-box .detail p:last-child {
    margin: 0;
}

.contact-us-form-inner .message {
    color: red;
    margin-top: 10px;
    display: block;
}
.contact-us-form-inner .input-group {
  margin-bottom: 15px;
}

.contact-us-form-inner .input-group input,
.contact-us-form-inner .input-group textarea {
    border: 1px solid #b5b5b5;
    background: transparent;
    height: 40px;
    width: 100%;
    padding: 0px 20px;
    border-radius: 0;
}
.contact-us-form-inner .input-group input:focus, 
.contact-us-form-inner .input-group textarea:focus {
    outline: 0;
}
.contact-us-form-inner input[type="number"]::-webkit-outer-spin-button, 
.contact-us-form-inner input[type="number"]::-webkit-inner-spin-button,
.contact-us-form-inner .input-group input[type=number]{
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}
.contact-us-form-inner .input-group textarea {
    height: auto;
    padding-top: 10px;
}
.contact-us-form-inner form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contact-us-form-inner .button-wrapper {
    padding: 0px 15px;
    margin-top: 15px;
}

.contact-us-form-inner .g-recaptcha {
  width: 100%;
  padding: 0px 15px;
}
.contact-us-form-inner .button-wrapper button {
    padding: 6px 30px;
    border-radius: 0;
    border: 0;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}
.company-location-map-section {
    margin: 100px 0px;
}
.company-location-map-section iframe{
  width: 100%;
}
/* contact us css end*/













/*Footer*/
.footer-main {
    background: #f2f2f2f2;
    padding-top: 0;
    position: relative;
    z-index: 1;
    border-top: 1px solid #e3e3e3;
}
.footer-main:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.footer-main .footer-top {
    position: relative;
}
.footer-main.footer-home {
    background: #000820;
    padding-top: 320px;
    margin-top: 350px;
    position: relative;
}

.footer-main .footer-top-box {
    padding: 100px 0px;
}
.footer-logo-box {
    margin-bottom: 10px;
}

.footer-logo-box .link {
    display: inline-flex;
    width: 150px;
}

.footer-logo-box .link img {
    width: 100%;
}
.footer-logo-box .company {
    color: #000000;
}

.footer-logo-box .company .title {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0;
    color: #000000;
}

.footer-logo-box .company .subtitle {
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 0px;
}
.footer-nav-item-inner .footer-nav-item .link,
.footer-nav-item-inner .footer-nav-item {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
    line-height: 25px;
}
.footer-nav-item-inner {
    margin-bottom: 0;
}
.footer-nav-item-inner .footer-nav-item span {
    margin-right: 10px;
}
.footer-nav-item-inner .footer-nav-item .link{
    margin-bottom: 0;
    transition: all .3s ease;
}
.footer-nav-item-inner .footer-nav-item .link:hover {
    text-decoration: none;
}
.footer-nav-item-inner .footer-nav-item .title {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    line-height: 18px;
    margin-bottom: 0;
    padding-right: 32%;
    width: 86%;
}
.footer-nav-item-inner .icon {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 20px;
    height: 20px;
    color: #000000;
}
.footer-nav-item-wrapper .heading {
    margin-bottom: 10px;
}
.footer-nav-item-wrapper .heading .title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #222222;
}
.footer-nav-item-inner .footer-nav-item:last-child {
    margin-bottom: 0;
}
.footer-nav-item-inner .footer-nav-item.social {
    align-items: center;
    margin-top: 10px;
}

.footer-nav-item-inner .footer-nav-item.social .link {
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #4c6ef5;
    border-radius: 100%;
    margin-right: 5px;
}
.footer-nav-item-inner .footer-nav-item.social .link:last-child {
    margin-right: 0;
}
.footer-nav-item-inner .footer-nav-item.social .link:hover {
    text-decoration: none;
}
.footer-nav-social-item-inner .social-link.facebook {
    color: #3b5998;
}
.footer-nav-social-item-inner .social-link.instragram {
    color: #d82474;
}

.footer-nav-social-item-inner .social-link.linkedin {
    color: #0e76a8;
}
.footer-nav-social-item-inner .social-link.twitter {
    color: #00acee;
}
.footer-nav-social-item-inner {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.footer-nav-social-item-inner .social-link {
    padding: 5px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
}

.footer-nav-social-item-inner .footer-nav-item {
    margin-right: 10px;
}

.footer-nav-social-item-inner .footer-nav-item:last-child {
    margin-right: 0;
}
.footer-main .copyright {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-main .copyright .link {
    color: #ffffff;
    text-decoration: underline;
}
.footer-bottom-section {
    background: #0d0d0d;
    user-select: none;
}
.copyright.wrapper .left-box {
    display: flex;
}

.copyright.wrapper .left-box .company-logo {

margin-right: 14px;

width: 20px;
}
.copyright.wrapper .left-box .company-logo img {

width: 100%;
}
.copyright.wrapper .left-box .full-name {
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: left;
}

.copyright.wrapper .right-box-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0;
}
.copyright.wrapper .right-box-item-wrapper .item {
    margin: 0 15px;
}

.copyright.wrapper .right-box-item-wrapper .item img {
    width: 100%;
}

.copyright.wrapper .right-box-item-wrapper .item .image {
    width: 100px;
}

.copyright.wrapper .right-box-item-wrapper .item .link {
    text-decoration: none;
    font-size: 10px;
    position: relative;
    display: inline-block;
}
.copyright.wrapper .right-box-item-wrapper .item .link:hover {
    text-decoration: underline;
}
.copyright.wrapper .right-box-item-wrapper .item .link:after {
    content: '';
    height: 85%;
    width: 1px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

.copyright.wrapper .right-box-item-wrapper .item:last-child .link:after {
    display: none;
}

.copyright.wrapper .right-box-item-wrapper .item:first-child,
.copyright.wrapper .right-box-item-wrapper .item:last-child {
    margin-right: 0;
}































/*Responsive*/
@media (min-width: 1201px){
    .container {
        
    }
}

@media (max-width: 1250px){
}

@media (max-width: 1200px){
    .nav-items-wrapper {
    }
}

@media (max-width: 1199px){
    .pt-90{
        padding-top: 80px;
    }
    .navbar-main{
        height: 80px;
    }
    .fixed-header .navbar-main {
        padding: 0 5%;
        height: 70px;
        background: #ffffff;
    }
    .nav-item-inner-wrapper .nav-item-main {
        margin: 0px 15px;
        height: 80px;
    }
    .nav-item-inner-wrapper .nav-item-link{
        padding: 0;
        font-size: 14px;
    }
    .our-menu-item-inner .content {
        width: 51%;
    }
}

@media (max-width: 1100PX){
    .footer-nav-item-inner .footer-nav-item .title{
        padding-right: 0;
    }
}

@media (max-width: 1024px){
    /*Nav Scrollbar*/
    .nav-item-inner-wrapper::-webkit-scrollbar-track{
        border-radius: 10px;
        background-color: transparent;
    }
    .nav-item-inner-wrapper::-webkit-scrollbar{
        width: 5px;
        background-color: transparent;
    }
    .nav-item-inner-wrapper::-webkit-scrollbar-thumb{
        border-radius: 10px;
        background-color: #ff756a;
    }
    .fixed-header .navbar-main {
        padding: 3%;
    }
    .navbar-menu-toggle-btn {
        display: inline-flex;
    }
    .item-has-submenu .nav-item-submenu-item:last-of-type {
        margin-bottom: 6px;
    }
    .nav-item-submenu .nav-item-submenu-item-link {
        display: inline-block;
        color: #ffffff;
        transition: padding .3s;
        font-size: 14px;
        padding: 0px 0px;
    }
    .nav-item-inner-wrapper .nav-item-main.quote-btn {
        margin-left: 5px;
        margin-top: 0;
    }
    .nav-item-submenu .nav-item-submenu-item-link:hover{
        background: transparent;
    }
    .nav-items-wrapper{
        background: #ffffff;
        position: fixed;
        z-index: 999;
        height: 100vh;
        width: 0%;
        overflow-y: auto;
        right: 0;
        top: 0%;
        display: block!important;
        transition: .3s ease;
    }
    .menu-visible .nav-items-wrapper {
        right: 0%;
        width: 50%;
    }
    .nav-item-inner-wrapper {
        flex-direction: column;
        height: auto;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 40% 0% 0%;
        padding-bottom: 100px;
        padding-left: 10%;
        background: transparent;
    }
    .nav-item-inner-wrapper .nav-item-main {
        margin: 2px;
        height: auto!important;
        width: auto;
    }
    .nav-item-inner-wrapper .nav-item-link {
        padding: 0;
    }
    .nav-item-inner-wrapper .nav-item-link{
        padding: 5px;
    }
    .nav-item-inner-wrapper .nav-item-main:hover .nav-item-link{
        background: transparent;
    }
    .nav-menu-hide-button {
        position: relative;
        background: transparent;
        border: 0;
        font-size: 30px;
        color: #ffffff;
        float: right;
        margin-right: 30px;
        top: 20px;
        display: flex;
    }
    .nav-menu-hide-button:before {
        content: "\E909";
        font-family: icomoon;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        color: #000000;
        font-size: 30px;
        display: none;
    }
    .navbar-main .logo-section {
        width: 100%;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .nav-item-inner-wrapper .item-has-submenu .nav-item-submenu{
        margin: 0;
        list-style: none;
        padding: 0px 5px 0px 15px;
        position: unset;
        top: unset;
        width: 100%;
        transform: translate(0);
        min-width: 200px;
        background-color: transparent;
        visibility: visible;
        opacity: 1;
        transition: all .3s ease;
    }
    .nav-item-main.item-has-submenu .nav-item-link {
        display: inline-block;
        width: auto;
    }
    .nav-item-main.item-has-submenu {
        flex-wrap: wrap;
    }
    .nav-item-submenu .nav-item-submenu-item-link:hover{
        padding: 0;
    }
    .nav-item-inner-wrapper .nav-item-link.active:before {
        bottom: 0;
    }
    .nav-item-inner-wrapper .nav-item-link:before{
        top: 0;
    }
    .nav-item-inner-wrapper .nav-item-link:after{
        bottom: 0;
    }
    .menu-visible .nav-item-inner-wrapper {
        opacity: 1;
    }
    
}
@media (max-width: 1023px){
  .image-gallery-grid-section .image-grid-inner{
    margin-top: 40px;
  }
}


@media (max-width: 991px){
  .contact-us-form-contents-wrapper {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .contact-us-form-contents-wrapper {
      margin-bottom: 50px;
  }

  .home-about-us-left-box-wrapper {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .common-sidebar-and-content-wrapper {
      flex-direction: column-reverse;
      margin-top: 0;
  }
}

@media (max-width: 768px){
    .nav-item-inner-wrapper {
        padding-top: 60%;
    }
    .nav-items-wrapper {
        /* width: 50%; */
    }
}

@media (max-width: 767px){
    .about-us-section .left-box {
        margin-bottom: 50px;
    }
    .our-client-item img {
      width: 90%;
    }
    .footer-nav-social-item-inner {
        justify-content: center;
    }
    .footer-nav-item-wrapper{
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-nav-item-inner .footer-nav-item .link, 
    .footer-nav-item-inner .footer-nav-item {
        justify-content: center;
    }
    .footer-nav-item-inner .footer-nav-item .title{
        padding-right: 0;
        text-align: left;
    }
    .footer-nav-item-inner .icon{
        width: auto;
        margin-right: 5px;
    }
    .footer-nav-item-inner .footer-nav-item .title,
    .footer-nav-item-inner .footer-nav-item .link{
        width: auto;
    }
    .footer-nav-item-inner .footer-nav-item {
        flex-wrap: nowrap;
    }
    .footer-main .copyright{
        font-size: 10px;
    }

    .footer-main.footer-home {
        padding-top: 230px;
        margin-top: 250px;
    }
    .copyright.wrapper .left-box,
    .copyright.wrapper .right-box-item-wrapper{
        justify-content: center;
    }
    .copyright.wrapper .right-box-item-wrapper{
        margin-top: 10px;
    }


    .home-main-slider-inner .item .cover .header-content h2 {
        font-size: 20px;
    }

    .home-main-slider-inner .item .cover .header-content h1 {
        font-size: 28px;
        margin: 5px 0 10px;
    }

    .home-main-slider-inner .item .cover .header-content h4 {
        font-size: 16px;
        line-height: 1.4;
    }

    .home-main-slider-inner .item .cover .header-content {
        padding: 20px;
    }
}

@media (max-width: 600px){
    .nav-item-inner-wrapper .nav-item-link,
    .nav-item-submenu .nav-item-submenu-item-link {
        font-size: 12px;
    }
    .brand-logo{
        width: 80px;
    }
    p{
        font-size: 14px;
    }
    .indicator-arrow-bottom {
        top: 85vh;
    }
    .footer-main .footer-top-box {
        padding: 50px 0px;
    }
}

@media (max-width: 500px){
}

@media (max-width: 450px){
    .header-top .left-box-item {
        font-size: 8px;
        margin-right: 12px;
    }
    .header-top .right-box-item-wrapper .item-link {
        padding: 5px;
        font-size: 10px;
    }
    .nav-items-wrapper {
        /* width: 80%; */
    }
    .g-recaptcha div {
        width: 100%!important;
    }
    .g-recaptcha textarea {
        border: 0!important;
    }
    .g-recaptcha {
        border-radius: 5px;
        overflow: hidden;
        border: solid 1px #b8b8b8;
        height: 75px;
    }
}

@media (max-width: 445px){
    .copyright.wrapper .left-box .company-logo {
        margin-right: 12px;
    }
    .copyright.wrapper .right-box-item-wrapper .item {
        margin: 0 5px;
    }
    .copyright.wrapper .right-box-item-wrapper .item .image{
        width: 60px;
    }

    .copyright.wrapper .right-box-item-wrapper .item .link:after {
        right: -5px;
    }
}

@media (max-width: 320px){
    .nav-item-inner-wrapper {
        padding-top: 70%;
    }
    .navbar-main {
        padding: 15px;
    }
}
