body {
  overflow-x: hidden;
  font-family: 'Jost', sans-serif;
}

button:focus {
  outline: none;
}

li {
  list-style-type: none;
}

ul {
  margin-left: 0;
  padding-left: 0;
}
hr {
  border-top: 1px solid #262626;
}

a {
  color: #495057;
}
a:hover {
  color: #262626;
}

.cover {
  background: url(../img/headbg.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/*_____*/

.img-protection img {
  pointer-events: none;
}

/*brand color*/
.brand {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
}

.btn-brand {
  color: #ffffff;
  background-color: #2753c9;
}

.btn-brand:hover {
  color: #ffffff;
  background-color: #0a1124;
}

.btn-brand-outline {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

.btn-brand-outline:hover {
  color: #262626;
  background-color: #fff;
}

.bg {
  background-color: #060f20;
  color: #fff;
}

.p-12 {
  color: #262626; 
  font-size: 12px;
}

/*navbar*/
.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-brand {
  padding: 0;
}

/*logo-img*/
/*.navbar-nav .nav-link {
   padding-bottom: 0; 
   height: 50px; 
   line-height: 60px; 
}*/

.navbar-toggler {
  /* padding-top: 10px; */
  /* padding-bottom: 0; */
}

.collapse a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.collapse a:hover {
  color: #ffffff;
  text-decoration: underline;
}
/*_____*/

/*list*/
.square li {
  list-style: none;
}
.square li::before {
  margin-right: 15px;
  content: ' ';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #2753c9;
}
ul.square  {
  margin-left: 0;
  padding-left: 0;
}
/*_____*/


.icon-bar {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.line { 
  border-left: 1px solid #00000020;
}
@media screen and (max-width: 576px) {
.line {
  border-left: 0px solid #00000020;
  }
}
.line-two { 
  border-left: 1px solid #00000020;
}
@media screen and (max-width: 768px) {
.line-two {
  border-left: 0px solid #00000020;
  }
}

.img-job:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: .5s;
}

.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
.owl-nav i {
  display: none;
  font-size: 10px;
}
.owl-nav .owl-prev {
  display: none;
  left: -30px;
}
.owl-nav .owl-next {
  display: none;
  right: -30px;
}
.video iframe {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
.mobile-space {margin-top:10px;}
}

.animated-modal {
  max-width: 550px;
  border-radius: 4px;
  overflow: hidden;
  
  transform: translateY(-50px);
  transition: all .7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);
  opacity: 0;
  
  transition-property: transform, opacity;
  transition-duration: .4s;
}

.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}

.fancybox-slide--current .animated-modal h2 {
  transition-delay: .1s;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: .3s;
}

.callback {
  width: 50px;
  height: 50px;
  background: url("../img/callback.svg") no-repeat center;
  position: fixed;
  background-size: 50px; 
  bottom: 40px;
  right: 40px;
  z-index: 99;
  -webkit-animation: callback 3s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s infinite;
          animation: callback 3s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s infinite;
}
@-webkit-keyframes callback {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes callback {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 576px) {
.text-xs-center {
  text-align: center!important;}
}
@media screen and (max-width: 991px) {
.line {
  border-left: 1px solid #00000020;
  }
}
@media (max-width: 576px) {
.order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 576px) {
.order-xs-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 776px) {
  .img-resize {
    height: 250px;
  }
}
@media (max-width: 776px) {
  .img-resize {
    height: 200px;
  }
}

/*scrollbar*/
::-webkit-scrollbar { width: 6px; height: 4px;}
::-webkit-scrollbar-button {  background-color: #f1f3f5; }
::-webkit-scrollbar-track {  background-color: #f1f3f5;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #dee2e6; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}

}
.owl-prev {
    left: 5px;
}
.owl-next {
    right: 5px;
}