@import url("owl.carousel.min.css");
@import url("owl.theme.default.css");
@import url("animate.min.css");
@import url("font-awesome.min.css");

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body{
	font-family: 'Gotham';
}

a{
      -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*PADDING*/

.pl0{padding-left: 0px}
.pr0{padding-right: 0px}
.pd50{
	padding: 50px 0;
}

/*PADDING*/

/*MARGIN*/

.mt80{margin-top: 80px}
.mt50{margin-top: 50px}

/*MARGIN*/

/*MENU*/


@media (min-width: 1000px) {

.dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
    display: block;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown-menu.dropdown-unity {
    -webkit-transform-origin: 85% 0%;
    -moz-transform-origin: 85% 0%;
    -ms-transform-origin: 85% 0%;
    transform-origin: 85% 0%;
}

.dropdown.unity-menu:hover .dropdown-menu.dropdown-unity, .dropdown.unity-menu:focus .dropdown-menu.dropdown-unity {
    display: block;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}



.dropdown-menu {
    display: block;
    -webkit-transform-origin: 75% 0%;
    -moz-transform-origin: 75% 0%;
    -ms-transform-origin: 75% 0%;
    transform-origin: 75% 0%;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
}

.nav>li.mega-menu{
  position: static;
}

.dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
    display: block;
}
.nav>li.last{
  position: absolute;
}
.nav.navbar-nav {
    padding-left: 70px;
}
}

.carousel-mob-item-radius{
border-radius:0px !important;
}

@media (max-width: 1000px) {
header{
  overflow: scroll;
  max-height: 100%;
}
.menu-box{
  padding: 0px;
  width: 100% !important
}  
.dropdown-menu {
  width: 100%;
  position: static !important;
}
.navbar-nav {
    margin: 0px -15px;
}
.nav>li.last a{
  padding: 20px !important;
}
}

header {
    //position: fixed;
    width: 100%;
    z-index: 999;
    background: #FFF;
}

.dropdown-menu, .navbar-main .dropdown-menu {
    background-color: #ffffff;
    min-width: 160px;
    border: 0;
    padding: 12px 12px;
    border-radius: 10px;
        box-shadow: none;
    -webkit-transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.78, 0.74, 0.25, 1);
    z-index: 9999;
}



.dropdown-menu:before {
    position: absolute;
    content: "";
    top: -7px;
    right: 40px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
}

.dropdown-menu > li > a {
    color: #69677e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 5px 12px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #3195ff;
    background-color: #f7f6f8;
}


.dropdown {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.dropdown.unity-menu {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.dropdown.unity-menu > a {
    position: relative;
    z-index: 9999;
}

.dropdown.unity-menu:hover > a:before, .dropdown.unity-menu:focus > a:before {
    opacity: 1;
}



.dropdown.unity-menu .dropdown-menu.dropdown-unity:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    top: -12px;
    left: 0;
}

.dropdown.unity-menu p {
    font-size: 15px;
    font-weight: 300;
    color: #7a7896;
    margin-top: 5px;
    padding: 10px;
}

.unity-link {
    text-decoration: none !important;
    padding: 0 !important;
    background-color: transparent;
}

.unity-link:hover, .unity-link:focus {
    background-color: #EBF2F9 !important;
}

.unity-link:hover .unity-box:after, .unity-link:focus .unity-box:after {
    opacity: 1;
    right: 15px;
}

.unity-box {
    position: relative;
    padding: 13px 60px 13px 75px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.unity-box:after {
    font: normal normal normal 14px/1 FontAwesome !important;
    position: absolute;
    content: "\f178";
    font-size: 10px;
    top: 50%;
    margin-top: -7px;
    right: 20px;
    color: #B1C6DB;
    text-transform: none;
    font-weight: 600;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.unity-box .unity-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -24px;
}

.unity-box .unity-icon .htfy {
    font-size: 45px;
}

.unity-box .unity-icon [class*="fa"] {
    font-size: 45px;
}

.unity-box .unity-icon img {
    width: 44px;
}

.unity-box .unity-title {
    font-size: 13px;
    font-weight: 600;
    color: #2A4968;
}

.unity-box .unity-details {
    font-size: 12px;
    font-weight: 400;
    color: #7A7896;
    letter-spacing: 0.5px;
}


.mega-menu .dropdown-unity li  a {
    color: #69677e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 5px 12px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.navbar-default {
    min-height: auto;
    background-color: #ffffff;
    border: 0;
    padding:0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #0a1c4b;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 20px;
}



.nav>li.last{
    right: 0;
    background: #2b7de1;
}
.nav>li.last a {
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 20px 30px;
}

.navbar-nav .dropdown-menu > li > a {
    font-size: 13px;
    font-weight: 400;
    color: #2A4968;
    padding-left: 10px !important;
    line-height: 20px;
}

/*MENU*/


/*Slider*/


.slider{
    padding-top: 40px;
	text-align: center;
}


.slider .item {
  height: 100vh;
  position: relative;
}
.slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.slider .item .cover .slider-content {
  position: relative;
  /*padding: 56px;*/
  overflow: hidden;
}


.slider .item .cover .slider-content h1 {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 5px;
  margin: 5px 0 20px;
  color: #fff;
}
.slider .item .cover .slider-content h4 {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 0 15%;
    margin-top: 35px;
    color: #fff;
    font-weight: 300;
    line-height: 30px
}
.slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slider .owl-item.active h4{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.slider .owl-item.active .btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.owl-theme .owl-nav .disabled{
 opacity: 0; 
}
.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;
}
.owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.owl-nav .owl-prev:focus {
  outline: 0;
}
.owl-nav .owl-prev:hover {
  background: #000 !important;
}
 .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;
}
.owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.owl-nav .owl-next:focus {
  outline: 0;
}
.owl-nav .owl-next:hover {
  background: #000 !important;
}
.slider:hover .owl-prev, #client:hover .owl-prev{
  left: 0px;
  opacity: 1;
}
.slider:hover .owl-next, #client:hover .owl-next {
  right: 0px;
  opacity: 1;
}


.btn-primary{
    position: relative;
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #2583e3 url(../images/button/bg.png);
    border: 0px;
    margin-top: 35px;
    border-radius: 150px;
    padding: 20px 70px 20px 30px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: left;
    box-shadow: 18.271px 8.135px 54px 0px rgba(37, 131, 227, 0.25);
}
.btn-primary:after{
    content: '';
    //background: url(../images/svg/right-arrow.svg);
    position: absolute;
    width: 25px;
    height: 19px;
    right: 25px;
    background-repeat: no-repeat;
}
.btn-icon{
    margin-left: 20px;
}

.btn-icon img{
	width: 25px !important
}


/*Slider*/


p{
	opacity: .8
}

.bg-gray{
	background: #f9f9f9;
}


.title{
	//margin-top: 50px;
	text-align: center;
}
.title h1 b, .title-1 span{
	color: #062442
}
.title h1{
 font-weight: 300;
 letter-spacing: 1px;
 color: #2b7de1;
 line-height: 45px;
}

.title p{
	line-height: 28px;
    letter-spacing: 2px;
	opacity: .8
}

.title-1 h1{
	text-transform: uppercase;
}

/*industries*/



.industries{
	padding: 50px 0;
	text-align: center;
}


.technology{
	display: table;
	vertical-align: middle;
	text-align: left;
}

.technology .inner-div {
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
}
.technology .inner-div b{
	font-weight: 600
}
.technology .inner-div h2{
    color: #062442;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2px;
    margin: 0;
}
.technology .inner-div h4{
  font-weight: 300;
    margin: 5px 0 0;
    letter-spacing: 1px;
}
.technology .inner-div p{
	    line-height: 35px;
    letter-spacing: 1px;
    color: #062442;
    margin-top: 15px;
}


.o-live{
  position: relative;
}
.o-live:before{
    content: '';
    background-image: url(../images/food.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: 2;
    background-size: 180px;
}


.o-menu{
  position: relative;
}
.o-menu:before{
    content: '';
    background-image: url(../images/food-1.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: 2;
    background-size: 220px;
}
/*industries*/


/*why-os*/


.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: middle;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

.why-os{
	/*display: inline-block;*/
	margin-bottom: 30px
}
.why-os .wms {
  min-height: 85px;
  margin-top: 50px;
  padding: 15px 25px;
  border-width: 2px;
  border-color: #97c5ec;
  border-style: solid;
  border-radius: 10px;
  background-color: #f2f6fb;
}
.why-os .wms h5{
  color: rgb(46, 52, 59);
  line-height: 1.6;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

/*why-os*/

/*World-Class Support.*/
.option{
  border-radius: 35px;
      padding: 50px 0;
  background-color: rgb(255, 255, 255);
  box-shadow: -20.138px 24.869px 92px 0px rgba(0, 0, 0, 0.03);
}

.option .icon-box{
    border-radius: 20px;
    background-color: rgb(255, 82, 0);
    display: inline-block;
    padding: 15px;
}
/*World-Class Support.*/


/*client*/

.client .owl-carousel {
    margin-top: 40px
}
.client .item{
        border: 1px solid #d5d5d5;
}

/*client*/

::-webkit-input-placeholder { /* Edge */
  color: rgba(255,255,255,.5) !important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: rgba(255,255,255,.5) !important;
}

::placeholder {
  color: rgba(255,255,255,.5) !important;
}

.request-demo {
  margin-top: 50px;
  color: #FFF;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  padding: 50px;
  background-color: rgb(37, 131, 227);
}
.request-demo:before{
    content: '';
    background-image: url(../images/form-bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    top: 0px;
}

.request-demo h1 {
    font-weight: 400;
    color: #FFF;
    font-size: 30px;
    margin: 0px 0 20px;
    letter-spacing: 1px;
}

.request-demo input {
    color: #FFF;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.102);
    height: 53.2px;
    border: 0px;
    box-shadow: none !important;
}
.request-demo .input-group-addon{
   -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
   background-color: rgba(255, 255, 255, 0.102);
   border: 0px;
   padding: 0 8px;
}

.request-demo button{
    border-radius: 4px;
    background-color: rgb(29, 38, 45);
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    border: 0px;
    padding: 15px;
}

.custom-title-nomargin{
 
    margin-top:0px !important;
}
/*Footer*/

footer{
//padding: 0px 0 20px;
position: relative;
//margin-top: -180px;
background: #1d262d;
display: inline-block;
width: 100%;
}
/*footer:before{
    content: '';
    background-image: url(../images/footer.png);
    position: absolute;
    width: 100%;
    top: -180px;
    height: 100%;
    background-size: cover;
}*/


footer h4{
    color: #FFF;
    font-weight: bold;
    letter-spacing: 1px
}

footer .link ul {
    padding: 0px;
    list-style: none;
    line-height: 25px;
    margin-top: 20px;
}
footer ul  li a{
    text-decoration: none !important;
    color: #d0cece;
    font-size: 12px;
    letter-spacing: 1px;
}

footer ul li a:hover {
    color: #2583e3;
  }

footer .address{
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 20px;
    line-height: 20px;
    opacity: 1;
}
.social-links {
    text-align: right;
    list-style: none;
    padding: 0;
    margin:0px;
}
.social-links li {
    display: inline-block;
}

.social-links li a{
    background: #2d3338;
    min-width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 36px;
    display: block;
    text-align: center;
    border-radius: 3px;
    transition: 250ms linear;
    margin-left: 5px;
}
.button--facebook {
    background: #3b5998;
    color: #fff;
}
.button--instagram {
    background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
    color: #fff;
}

.button--linkedin {
    background: #55acee;
    color: #fff;
}

.button--youtube {
    background: #b00;
    color: #fff;
}

.copyright p{
    color: #FFF;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 36px;
    margin: 0;
}

.copyright hr{
    opacity: 0.1;
}
/*Footer*/






.mobile-menu{
  background: #2b7de1;
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    padding: 20px;
}



@media (max-width: 768px) {
.technology{
      display: block;
      padding-right: 0px;
}

.request-demo:before, .o-live:before, .o-menu:before{
  display: none;
}

.technology .inner-div{
  padding: 50px 50px;
  height: 100% !important
}
.option {
    max-width: 80%;
    margin: auto;
    margin-bottom: 50px;
}
.request-demo{
  margin-top: 25px;
  padding: 40px 15px;
  border-radius: 0px;
}

footer {
    //padding: 30px 0 20px;
    margin-top: 0;
}
footer h4 {
    margin-top: 40px;
}

.mobile-logo{
  display: inline-block;
  padding: 9px 15px 0;
}

.social-links {
  text-align: center;
    margin: 0px 0 10px;
}
.copyright p {
text-align: center;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-size: 10px;
}
}


@media (max-width: 500px) {
.why-os .wms {
    min-height: auto;
    margin-top: 30px;
    padding: 10px 15px;
}
.why-os .wms h5 {
    letter-spacing: 0.5px;
    font-size: 13px;
}
.request-demo h1 {
    font-size: 20px;
}

.title p {
    line-height: 25px;
    letter-spacing: 0.5px;
    opacity: .8;
}
.mt80 {
    margin-top: 40px;
}
.title h1 {
    line-height: 35px;
    font-size: 23px;
}
.technology .inner-div {
    padding: 50px 30px;
}
.technology .inner-div h2 {
    letter-spacing: .5px;
    font-size: 16px;
}
.technology .inner-div h4 {
    letter-spacing: .5px;
    font-size: 12px;
}
.technology .inner-div p {
    line-height: 28px;
    letter-spacing: .5px;
    margin-top: 25px;
    font-size: 13px;
}
.slider .item .cover .slider-content h1 {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 36px;
}
.slider .item .cover .slider-content h4 {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0 5%;
    margin-top: 5px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
}
}


