@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://fonts.googleapis.com/css?family=Trirong:600');
@import url('https://fonts.googleapis.com/css?family=Poppins');

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
#logoShow {
  overflow: visible;
}
h1, h2, h3, h4 {
  margin-top: 0;
  font-family: 'Questrial', sans-serif;
}
h4 {
	line-height: 23px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
    margin-top: 25px;
}
.number-icon {
	font-family: 'Trirong', serif;
}
.navbar-fixed-top .navbar-collapse {
  max-height:100%;
}
.activePage, .subActivePage {
  display:none;
}
.p-l-30 {
	padding-left: 30px;
}
.p-r-30 {
	padding-right: 30px;
}


/*----- Modal -----*/

#btnQuestion {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: none;
}
#btnQuestion .fa {
  font-size: 30px;
}

#infoBlock-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 250px;
  z-index: 9999;
}
.infoBlock {
  padding: 20px 15px;
  border-radius: 4px;
  background: #333;
}
.infoBlock-close {
  text-align: right;
  margin-bottom: 5px;
}
.infoBlock-close .fa {
  color: #ccc;
  font-size: 20px;
  cursor: pointer;
}
.btn-green {
  width: 100%;
}

#btnTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  display:none;
}
#btnTop.visibleBtnTop {
  display:block;
}
#btnTop .fa {
  font-size:30px;
}

#infoBlock-wrapper .infoBlock .wrapper-for-input,
.footerBlock .wrapper-for-input {
	position: relative;
	margin-bottom: 10px;
}
#infoBlock-wrapper .infoBlock .wrapper-for-input .error-message,
.footerBlock .wrapper-for-input .error-message {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#infoBlock-wrapper .infoBlock .wrapper-for-input .error-message {
	color: #fb2f2f;
}
.footerBlock .wrapper-for-input .error-message {
	color: #ff6060;
}
#infoBlock-wrapper .infoBlock .email-phone-error-message,
.footerBlock .email-phone-error-message {
	font-size: 12px;
	color: #ff6060;
	margin-bottom: 10px;
}
/*----- Nav -----*/
.contactBlockInNavbar {
  margin-top: 30px;
  margin-left: 18px;
}
.contactBlockInNavbar p a {
  font-family: 'Questrial', sans-serif;
  font-size: 15px;
  color: #fff;
}
.contactBlockInNavbar .social-icon {
  color: #F0D046;
}
.navbar-inverse {
  background: #2457AF;
  border-color: #23272D;
  height: 75px;
}
.navbar-brand.mob {
  display: none;
}
.navbar-brand {
  height: 75px;
}
.navbar-nav {
  margin-top: 13px;
  background: #2457AF;
  text-align: center;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #2457AF;
}
.navbar-nav li a {
  color: #fff!important;;
}
.navbar-nav .active a {
  background-color: #052763!important;
  color: #F0D046!important;
}

.navbar-toggle {
  margin-top: 20px;
  background: #052763;
}
.navbar-toggle .icon-bar {
  background-color: #F0D046!important;
}
.dropdown-menu {
  transition:all 1s ease;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background-color:#23272D;
}
.dropdown-menu>li>a {
  color:#9d9d9d;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color:#fff;
  background-color:#080808;
}
.dropdown-menu>li a:hover {
  color:#fff;
  background-color:#080808;
}

/*----- Header -----*/

.headerForMobile {
	background: url(../img/main_banner.png) no-repeat center top;
	background-size: cover;
	display: none;
}
.headerForMobile .headerForMobileInnerBlock {
	padding: 20px;
}
.headerForMobile h1 {
	font-family: 'Questrial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	letter-spacing: 1px;
}
.headerForMobile h2 {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 23px;
	font-weight: normal;
}
.headerForMobile p {
	color: #fff;
}
header {
  background: url(../img/main_banner.png) no-repeat center top;
  background-size: cover;
  min-height: 850px;
}
header h1 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}
.stop-war {
  position: absolute;
  top: 20px;
  left:0;
  right: 0;
  text-decoration: none;
  margin-left: 35vw;
}
.stop-war .stop-war_text {
  font-size: 30px;
  font-family: "Myriad Pro", sans-serif;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0px 5px 6.72px rgba(0, 0, 0, 0.46);
}

.stop-war .stop-war_text::after {
  /*content: "click here to read our newsfeed...";*/
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  z-index: 9999;
  left: 250px;
}
.stop-war .stop-war_text-yellow {
  color: rgb(255, 213, 0);
}
.stop-war .stop-war_text-white {
  color: #FFF;
}
.headerBg {
  margin-top: 140px;
  text-align: center;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  margin: 0 auto;
}
p.header-text {
    color: #fff;
    font-size: 20px;
    margin-bottom: 50px;
}
.btn-read-more-header {
  background: transparent;
  border: 2px solid #fff;
  font-size: 22px;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.btn-read-more-header:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #333;
}
#carouselHeader {
  width: 70%;
  margin: 50px auto 0;
  min-height:500px;
}

.main-feature-banner{
  position:absolute;
  top:85px;
  left: 390px;
  padding: 30px 25px;
  color: yellow;
  background:rgba(222,54,49,0.6);
  z-index: 10;
}

.main-feature-banner h2{
  font-family: 'Questrial', sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom:30px;
  margin-left:30px;
}

.main-feature-banner .main-feature-link{
  display:block;
  color: yellow !important;
  text-decoration: underline;
  font-size: 50px;
  line-height: 55px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight:bold;
  cursor:pointer;
}

.main-feature-banner .main-feature-link:hover{
    text-decoration: none;
}
.cab-card-wrapper {
    margin-top: 20px;
}
p.cab-card-p {
    color: yellow;
    margin: 0;
    font-size: 32px;
    line-height: 37px;
}
p.cab-card-p a {
    color: yellow !important;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 37px;
    cursor:pointer;
    font-weight: bold;
}
p.cab-card-p a:hover {
    text-decoration: none;
}
.carousel-indicators {
  width: 100%;
  margin-left: 0;
  left: 0;
  bottom: 0;
}
.carousel-indicators li {
  width: 20px;
  height: 20px;
  background: #fff;
  margin: 0;
  margin: 0 3px;
}
.carousel-indicators .active {
  width: 20px;
  height: 20px;
  background: #6083a7;
  border: none;
  margin: 0 3px;
}
.support-army {
  position: absolute;
  top: 0px;
  position: 1px solid red;
  width: 540px;
  height: 200px;
}

@media screen and (min-width: 768px) {
  .headerBg .col-sm-offset-6 {
    margin-left: 0px;
    display: flex;
    justify-content: flex-end;
  }
  .headerBg  .col-sm-6 {
    width: 100%;
  }
}

/*----- ELD Header -----*/

.handWithPhone {
    width: 320px;
    height: 510px;
    position: absolute;
    top: 400px;
    left: 50px;
}
.imgForPhone {
    width: 217px;
    height: 386px;
    position: absolute;
    overflow: hidden;
    left: 25px;
    top: 60px;
}
.imgThreeDevices {
	width: 576px;
	height: 410px;
	position: absolute;
	top: 260px;
  left: 50px;
	opacity: 0;
	transition: all 0.6s;
}
.ELD-header #carouselHeader {
	width:100%;
	margin: 30px 0 0 0 !important;
	padding-left: 10px;
}
.ELD-header #carouselHeader .header-text {
  padding-left: 68%;
}
.ELD-header #carouselHeader .carousel-inner {
	border-right: 5px solid #6083a7;
}
.ELD-header .sliderBlock {
	padding: 0 20px 0 0;
	text-align: right;
}
.sliderBlock h1.eld-main-title {
	font-family: 'Questrial', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
	letter-spacing: 1px;
}
.sliderBlock h2.eld-main-subtitle {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	font-weight: normal;
}
.sliderBlock p.header-text {
	color: #fff;
	font-size: 19px;
	margin-bottom: 20px;
}
.ELD-header .carousel-indicators {
	text-align: right;
}

.support-uk {
  position: absolute;
  top: 380px;
  left: 620px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  width: 560px;
  height: auto;
  z-index: 998;
}

.support-uk__sliders {
  width: 100%;
  height: auto;
  transition: max-height 0.15s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.support-uk__sliders .sliders-1,
.support-uk__sliders .sliders-2 {
  width: 100%;
  height: auto;
  display: flex;
  transition: all 0.4s;
  padding: 18px 35px;
  border-radius: 10px;
}

.support-uk__sliders .sliders-1 .text ,
.support-uk__sliders .sliders-2 .text {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.support-uk__sliders .sliders-1 .link,
.support-uk__sliders .sliders-2 .link {
  text-decoration: none!important;
  color: #FFFFFF;
}


.support-uk__sliders .sliders-1 .title ,
.support-uk__sliders .sliders-2 .title {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #E6C845;
}
.support-uk__sliders .sliders-2 .title {
  color: #183B78;
}

.carousel-control.left, .carousel-control.right {
  background-image:none !important;
  filter:none !important;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  color:#fff!important;
  font-size: 20px;
}

.carousel-control {
  width: 5%;
}
.support-uk__sliders .sliders-1 {
  background: #2457AF;
  color: #FFFFFF;
}
.support-uk__sliders .sliders-2 {
  margin-top: 15px;
  background: #F0D046;
  color: #2457AF;
}
.support-uk__donate {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px 10px;
  width: 100%;
  margin-bottom: 25px;
}
.donate-army__donate-text {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-top: 15px;
}
.donate-army__donate-img {
  background: url(../img/heart.png) no-repeat center top;
  display: flex;
  height: 64px;
  width: 100%;
}
.support-uk__donate .donate-patreon,
.support-uk__donate .donate-army {
  padding: 20px;
  text-decoration: none!important;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 170px;
  color:#000000;
  position: relative;
}

.support-uk__donate .donate-patreon__img {
  background: url(../img/change_org.png) no-repeat center top;
  display: flex;
  height: 20px;
  width: 100%;
}
.support-uk__donate .donate-army__img {
  background: url(../img/heart.png) no-repeat center top;
  display: flex;
  height: 64px;
  width: 100%;
}
.donate-army__text,
.donate-patreon__text {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}
.donate-patreon__text {
  margin-top: 17px;
  width: 224px;
}
.donate-army__text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 22px;
}
.donate-army_btn,
.donate-patreon_btn  {
  position: absolute;
  text-decoration: none!important;
  bottom: -15px;
  width: 140px;
  height: 30px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}
.donate-army_btn {
  background: #F8D748;
  color: #2457AF;
}
.donate-patreon_btn {
  background: #DA4132;
  color: #fff;
}

.support-uk__apps {
  display: none;
}

.support-israel-banner {
    width: 100%;
    min-height: 130px;
    height: auto;
    margin-top: 15px;
    padding-top: 25px;
    padding-left: 140px;
    border-radius: 10px;
    background-image: url(../img/israel-flag.png);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.support-israel-banner-content {
}

.support-israel-banner-text {
    font-size: 16px;
    color: #013C7A;
}

.support-israel-banner-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 2px 5px;
    margin-top: 4px;
    border: 1px solid #124A64;
    border-radius: 6px;
    transition: background-color 0.2s linear;
}

.support-israel-banner-link span {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4;
    color: #013C7A;
    transition: background-color 0.2s linear;
}

.support-israel-banner-link i {
    color: #FF0000;
}

.support-israel-banner-link:hover {
    text-decoration: none;
    background-color: #013C7A;
}

.support-israel-banner-link:hover span, .support-israel-banner-link:hover i {
    color: #fff;
}

@media screen and (max-width: 1760px) {
  .support-uk {
    top: 320px;
    left: 60px;
    padding: 0px 20px;
  }
  #carouselHeader {
    min-height:550px;
  }
  .ELD-header .handWithPhone img,
  .ELD-header .imgThreeDevices {
    display: none;
  }
  .support-uk__apps {
    top: 820px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .support-uk__apps a:first-child {
    margin-right: 5px;
  }
  .support-uk__apps a:last-child {
    margin-left: 5px;
  }
  .support-uk__sliders .sliders-2 {
    margin-top: 10px;
  }
  .headerBg {
    margin-top: 100px;
  }
  .btn-read-more-header {
    z-index: 999;
    position: relative;
  }

    .support-israel-banner {
        padding-left: 130px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1200px) {
  .support-uk {
    top: 370px;
    left: 60px;
    padding: 0px 20px;
  }

  .support-uk__apps {
    top: 655px;
  }
  header {
    min-height: 750px;;
  }
}

@media screen and (max-width: 950px) {
  .support-uk {
    left: 0px;
    right: 0px;
    width: 100%;
    top: 420px;
    flex-direction: column;
  }
  .support-uk__apps {
    top: 100px;
  }
  .support-uk__sliders .sliders-1,
  .support-uk__sliders .sliders-2 {
    width: 100%;
    display: flex;
    padding: 10px 15px;
  }
  .ELD-header #carouselHeader .header-text {
    padding-left: 57%;
  }

  #carouselHeader {
    min-height:500px;
  }

  .support-uk__sliders .sliders-1 .text ,
  .support-uk__sliders .sliders-2 .text {
    font-size: 12px;
    line-height: 14px;
  }
  .support-uk__donate {
    display: grid;
    grid-template-columns: 400px ;
    grid-gap: 25px 0px;
    width: 50%;
    margin-top: 10px;
  }
  .headerBg {
    margin-top: 270px;
  }
  .support-uk__sliders .sliders-1 .title ,
  .support-uk__sliders .sliders-2 .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .support-uk__donate .donate-patreon,
  .support-uk__donate .donate-army {
    height: 150px;
  }

  .carousel-control {
    width: 1%;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    font-size: 16px;
  }

    .support-israel-banner {
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 230px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 768px) {
  .support-uk {
    position:static;
  }

  .carousel-control {
    width: 3%;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    font-size: 12px;
  }

  .support-uk__donate {
    display:flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 7px 20px 0px 20px;
  }

  .support-uk__donate .donate-patreon,
  .support-uk__donate .donate-army {
    width: 100%;
    flex-direction: row;
    padding: 10px 10px 10px 6px;
    justify-content: space-around;
    align-items: center;
    height: 60px;
  }

  .support-uk__donate .donate-army {
    margin-top: 0px;
  }

  .donate-army_btn,
  .donate-patreon_btn  {
    position: static;
    width: 120px;
    height: 24px;
    font-style: normal;
    font-size: 11px;
    line-height: 13px;
  }

  .support-uk__sliders .sliders-1,
  .support-uk__sliders .sliders-2 {
    height: auto;
    padding: 6px 10px;
    margin-top: 6px;
  }

  .support-uk__donate .donate-army__img,
  .support-uk__donate .donate-patreon__img {
    display: flex;
    align-self: center;
    height: 30px;
    width: 50px;
  }

  .support-uk__donate .donate-patreon__img {
    background: url(../img/change_mob.png) no-repeat center;
  }
  .support-uk__donate .donate-army__img {
    background: url(../img/heart_mob.png) no-repeat center;
  }

  .donate-army__text,
  .donate-patreon__text {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    margin-top: 0px;
    width: 160px;
  }

  .donate-patreon__text {
    width: 180px;
  }

    .support-israel-banner {
        padding-left: 165px;
        padding-bottom: 25px;
        margin-top: 5px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
  .carousel-control {
    width: 7%;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    font-size: 12px;
  }

    .support-israel-banner {
        display: flex;
        align-items: center;
        height: 130px;
        padding: 0 5px 0 125px;
    }

    .support-israel-banner-text {
        font-size: 12px;
    }

    .support-israel-banner-link span {
        font-size: 12px;
    }
}

/*----- Our Home Top Block -----*/

.homeBlockWrapper {
  margin-top:30px;
}

.homeBlockWrapper h3 {
  font-size:21px;
}

/*----- Our Services Block -----*/
.blockOurServices {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  min-height:300px;
}
.blockOurServices:hover {
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
  cursor: pointer;
}
.blockOurServices-icon {
  display: block;
  min-height: 70px;
}
.blockOurServices-icon img {
    width:60px;
    margin-bottom: 15px;
}
.blockOurServices-icon .fa {
    color: #6083a7;
    margin-bottom: 10px;
}
.servicesMainWrapper {
  margin-top: 100px;
}
.servicesMainWrapper a.image-lightbox {
  text-decoration: none;
}
.servicesMainWrapper a.image-lightbox img {
  margin: 0px 0px 10px;
}
.servicesMainWrapper h2 {
  font-size: 28px;
}
.servicesMainWrapper .btn.btn-default {
  padding: 6px 25px;
  font-size:15px;
}
.servicesMainWrapper .tab-content {
  margin-bottom:20px;
  margin-left:0px;
  margin-right:0px;
}

.servicesBlocks div {
    margin-bottom:25px;
}

.servicesBlocks img {
  border:1px solid #33475f;
}

.tabPictures img {
  margin-bottom:15px;
}

.ourServices-item {
  padding-top: 15px;
}
/*----- Parallax Block -----*/

.parallax-box {
  position: relative;
  margin-top: 30px;
}
.parallax-text:before {
    background-color: #2D3134;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    content: '';
}
.parallax-content {
  padding: 25px 0;
}
.parallax-content h2 {
  font-size: 30px;
  color: #6083a7;
}
.whyWeAreBetter .media h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0px;
}
.whyWeAreBetter .media p {
  color: #fff;
}
.whyWeAreBetter .media-left p {
  padding-right: 20px;
  font-size: 50px;
  color: #6083a7;
  line-height: 50px;
}
.parallax-for-phone {
  display:none;
  background:#2d3134;
  padding:20px 0px;
}
/*----- Our Customers Block -----*/

.ourCustomers {
  margin-top: 30px;
  text-align: center;
}
.customerBlock {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.customerBlock-icon {
  display: block;
  font-size: 80px;
  color: #6083a7;
}
#ourCustomersCarousel .carousel-control.right, #ourCustomersCarousel .carousel-control.left {
  background-image: none;
  width: 5%;
}
#ourCustomersCarousel .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
p.comment {
  font-size: 16px;
}
p.comment-author {
  font-size: 18px;
  color: #6083a7;
}
.ourCustomers h2 {
  margin-bottom:25px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  color:#6083a7;
}
#ourCustomersCarousel .carousel-control {
  opacity: 1;
}
#ourCustomersCarousel .carousel-control:focus, #ourCustomersCarousel .carousel-control:hover {
  opacity: 0.5;
}
#ourCustomersCarousel .carousel-control.right {
  right:20%;
}
#ourCustomersCarousel .carousel-control.left {
  left:20%;
}

.owl-theme .owl-dots .owl-dot span {
    background:#33475f;
    opacity:0.5;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#33475f;
    opacity:1;
}
.owl-theme .owl-nav [class*='owl-'] {
  background: #33475f;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #517096;
}

/*----- Footer -----*/

.footer {
  background: #23272D;
  color: #f4f4f4;
  /*margin-top: 30px;*/
  padding: 30px 0;
}
.footer a {
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.footer a:hover {
  color: #6083a7;
  text-decoration: none;
}
.logoFooter {
  margin-bottom: 20px;
}
.footerBlock h2 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 26px;
}
.footerBlock h4 {
	font-size: 19px;
	line-height: 25px;
}
.footerBlock h5 {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
}
.footerBlock h5 span {
	font-weight: 700;
	letter-spacing: 0.3px;
}
.phoneEmailIconInFooter {
	margin-right: 10px;
	color: #6083a7;
}
.footerList li {
	margin-bottom: 10px;
}
.footerList li a {
	color: #fff;
	font-family: 'Questrial', sans-serif;
    font-size: 16px;
    line-height: 26px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.footerList li a:hover {
	color: #6083a7;
	text-decoration: none;
}
.footerList .main-feature-footer-link{
   color:rgb(222,54,49);
    font-weight:bold;
    letter-spacing: 0.5px;
}
.footerList .main-feature-footer-link:hover{
    color:rgb(222,54,49);
    text-decoration: underline;
}
.copyrightBlock {
  background: #2D3134;
  color: #fff;
  text-align: center;
  padding: 15px 0 5px;
}
.twitterIcon {
  display: inline-block;
  background: #6083a7;
  padding: 7px 9px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.twitterIcon:hover {
  background: #787878;
  cursor: pointer;
}
.facebookIcon {
  display: inline-block;
  background: #6083a7;
  padding: 7px 14px;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.facebookIcon:hover {
  background: #787878;
  cursor: pointer;
}
.lastNewsBlock-img {
  margin-bottom: 10px;
}

.lastNewsBlock-img img:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  transition: 0.7s;
}
.lastNewsBlock-text {
  width: 90%;
}
.lastNewsBlock-text p {
  color: #9d9d9d;
}
.lastNewsBlock-text a {
  color: #6083a7;
  text-decoration: underline;
}
.lastNewsBlock-text a:hover {
  text-decoration: none;
}
#contactFormInFooter .form-control {
  background: #23272D;
  border: 1px solid #9d9d9d;
  color: #9d9d9d;
}
.btn-primary {
  background-color: #6083a7;
  border: #6083a7;
  font-size: 15px;
  padding: 6px 25px;
}
.socialIcon a {
  color: #fff;
}
img.img-logo {
  max-width:250px;
}

/*----- Blog Page -----*/

.blogBlockWrapper {
  margin-top: 140px;
}
.detailInfoWrapper {
	margin-top: 40px;
}
.newsBlog {
  margin-bottom: 30px;
}
.newsBlog h2 {
  font-size: 28px;
  color: #6083a7;
  margin-bottom: 25px;
}
.newsBlog p {
  font-size: 15px;
}
.newsBlog-img {
  position: relative;
  max-width: 750px;
}
.btnReadMore {
  position: absolute;
  width: 125px;
  height: 35px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.btn-read-more {
  background: transparent;
  border: 2px solid #fff;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-read-more:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #333;
}
.newsBlog-img img {
  width: 100%;
}
.newsBlog-img:hover >  .newsBlog-img-hover {
  opacity: 1;
  cursor: pointer;
  transition: 0.7s;
}
.newsBlog-content {
  background: #F5F7FA;
  padding: 30px;
}
.infoBlock-blog {
  margin-bottom: 35px;
}
.blogBlock-right h2 {
  color: #6083a7;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.blogBlock-right li {
  font-size: 17px;
  line-height: 33px;
}
.blogBlock-right li a {
  color: #333;
}
.ourFeaturesList-text {
  margin-left: 10px;
}

/* ----- Our Feature New Block ----- */

.ourFeatureTitle {
	background-color: #edece9;
	padding-top: 35px;
}
.ourFeatureNew {
	background-color: #edece9;
	margin-bottom: 25px;
}
.ourFeatureNew .ourFeatureNew-title {
	text-align: center;
    background-color: #6083a7;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.ourFeatureNew .ourFeatureNew-title h3 {
	color: #fff;
	font-size: 28px;
}
.ourFeatureNew-item .ourFeatureNew-content {
	text-align: right;
}

/* ----- End Our Feature New Block ----- */


/*----- Log in Page -----*/

.loginBlockWrapper {
  margin-top: 100px;
  padding: 50px 0;
}
.loginBlock {
  background: #F5F7FA;
  padding: 50px 25px;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0,0,0,0.5);
  margin:0px 10px;
}
.ourFeaturesList-number {
  font-size: 45px;
  font-family: 'Trirong', serif;
}
.ourFeaturesList-text h4 {
  margin-bottom: 0;
}

/*----- Features Block Page -----*/

.featuresBlockWrapper {
  margin-top: 100px;
}
.featuresList {
  margin: 50px 0;
}
.feature-gallery img {
  width: 150px;
}
.feature-gallery {
  display: inline-block;
  margin: 10px;
}

/*----- Contact Us Page -----*/

.contactMainWrapper {
  margin-top: 30px;
  margin-bottom:-30px;
}

.contactInfo div {
  margin-bottom: 20px;
}
.form-group.textarea-contact {
  margin-bottom: 30px;
}
.contactMainWrapper .container-fluid .col {
  padding:0px;
}
.contactMainWrapper .contactContent {
  margin-bottom:30px;
}
.form-control:focus {
  border-color:#6083a7;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(96,131,167,.6);
}
.ourFeatures {
	margin-top: 40px;
}
.wikiBlockWrapper {
	margin-top: 100px;
}
.wikiBlockImg {
	text-align: center;
	margin: 20px 0;
}
.wikiBlockImg img {
	width: 80%;
}
.blockOurServicesInWikiPage {
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
  border-radius: 3px;
  padding: 20px 10px 10px;
  text-align: center;
  margin-bottom: 15px;
}
.blockOurServicesInWikiPage:hover {
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.blockOurServicesInWikiPage-text {
	font-size: 13px;
}
.blockOurServicesInWikiPage-text h4 {
	color: #6083a7;
}
.menuForWiki .panel-group .panel {
	border-radius: 0;
}
.menuForWiki .panel-group .panel-heading .panel-title {
	font-size: 19px !important;
}
.menuForWiki .panel-group .panel-heading .panel-title a:hover, .menuForWiki .panel-group .panel-heading .panel-title a:active {
	text-decoration: none;
}
.menuForWiki ul {
	margin-left: 0;
    padding-left: 0;
}
.menuForWiki li {
	list-style-type: none;
}
.menuForWiki .titleSecondLevel {
    font-family: 'Questrial', sans-serif;
	font-size: 17px;
	text-transform: none;
	margin-left: 15px;
}
.menuForWiki .titleThirdLevel {
    font-family: 'Questrial', sans-serif;
	font-size: 17px;
	text-transform: none;
	margin-left: 15px;
}
.menuForWiki .titleFourthLevel {
    font-family: 'Questrial', sans-serif;
	font-size: 15px;
	text-transform: none;
	margin-left: 15px;
}

/*----- Services Page -----*/

.servicesMainWrapper .fa {
    color: #6083a7;
}

/*----- POD Page -----*/

.instructionsforgiggexpressdrivermobileapptextonly p {
	font-size: 16px;
}

.gats-block {
	background-color: #d5043e;
	color: #fff;
	padding: 10px 0;
}
.gats-block h3 {
	font-size: 26px;
}
.gats-block a {
	color: #fff;
}

/*----- eLog Instructions -----*/

.blockElogInstructions {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  min-height: 100px;
}
.blockElogInstructions p {
	font-size: 14px;
}
.blockElogInstructions:hover {
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
  cursor: pointer;
}
.blockElogInstructions .fa {
    color: #72bb6f;
}
#fleet-manager-content,
#fleet-manager-driver-content,
#driver-content {
	display: none;
}

/*----- Media -----*/

@media screen and (max-width: 1700px) {
  .contactBlockInNavbar {
    margin-top: 20px;
  }
  .contactBlockInNavbar p {
    display: flex;
    flex-direction: column;
  }
  .stop-war {
    margin-left: 30vw;
  }
}

@media screen and (max-width: 1490px) {
  .contactBlockInNavbar p {
    display: none;
  }
  .stop-war {
    margin-left: 250px;
    top: 23px;
  }
  .stop-war .stop-war_text::after {
    top: -12px;
    left: 220px;
  }

  .stop-war .stop-war_text {
    font-size: 26px;
    line-height: 32px
  }
}

@media screen and (max-width: 1200px) {

  .contactBlockInNavbar {
    margin-top: 18px;
  }

  .contactBlockInNavbar p {
    display: flex;
    margin-top: 12px!important;
    flex-direction: row;
  }
  .stop-war {
    margin-left: 0px;
    display: flex;
    top: 70px;
    justify-content: center;
  }
  .stop-war .stop-war_text {
    font-size: 26px;
  }

  .stop-war .stop-war_text::after {
    top: -15px;
  }

  .navbar-inverse {
    height: 110px;
  }
}

@media screen and (max-width: 910px) {
  .header-dispatch-banner {
    top: 120px;
  }
  .contactBlockInNavbar p {
    margin-top: 5px!important;
    flex-direction: column;
  }
  .handWithPhone {
    top: 370px!important;
  }
  .blogBlockWrapper,
  .contactMainWrapper {
    margin-top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .stop-war {
    top: 22px;
  }
  .stop-war .stop-war_text {
    font-size: 20px;
  }
  .navbar-inverse {
    height: auto;
  }
  .stop-war .stop-war_text::after {
    /* top: -12px; */
    text-align: center;
    justify-content: center;
    left: 0px;
    right: 0px;
  }
  .navbar-inverse::after {
    bottom: 0;
    height: 11px;
  }
  .navbar-brand.mob {
    z-index: 998;
    position: relative;
    display: block;
  }
  .navbar-header_burger {
    z-index: 998;
    position: relative;
  }
  .navbar-header_burger:not(.collapsed) .icon-bar:nth-child(1),
  .navbar-header_burger:not(.collapsed) .icon-bar:nth-child(2),
  .navbar-header_burger:not(.collapsed) .icon-bar:nth-child(4),
  .navbar-header_burger:not(.collapsed) .icon-bar:nth-child(3) {
    background: #052763!important;
  }

  .navbar-header_burger:not(.collapsed)::before,
  .navbar-header_burger:not(.collapsed)::after {
    position: absolute;
    content: '';
    height: 22px;
    width: 2px;
    background-color: #F0D046;
  }

  .navbar-header_burger:not(.collapsed)::before {
    transform: rotate(45deg);
    top: 5px;
  }
  .navbar-header_burger:not(.collapsed)::after {
    transform: rotate(-45deg);
    top: 5px;
  }

  .navbar-brand.desc {
    display: none;
  }

  header, .parallax-box {
    display:none;
  }
  .parallax-for-phone {
    display:block;
  }
  .headerForMobile {
    display: block;
    margin-top: 127px;
    height: auto;
  }
  .homeBlockWrapper {
	  margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
	.blogBlockWrapper,
	.contactMainWrapper {
	  margin-top: 140px;
	}
	.headerForMobile {
	  margin-top: 76px;
	}
	.homeBlockWrapper {
    margin-top: 30px;
	}
  .stop-war .stop-war_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .stop-war {
    top: 15px;
  }
  .stop-war .stop-war_text .stop-war_text-yellow {
    display: flex;
    justify-content: center;
    align-self: center;
    font-size: 16px;
    width: 100%;
  }
  .stop-war .stop-war_text .stop-war_text-white {
    margin: 0px 5px;
  }

}

@media screen and (min-width:768px) and (max-width:1124px) {
  .servicesMainWrapper {
    margin-top:130px;
  }
}
/* @media fonts */
@media screen and (min-width:769px) and (max-width:1024px) {
  .whyWeAreBetter .media h3 {
    font-size:19px;
  }
}
@media screen and (max-width:768px) {
  .whyWeAreBetter .media h3 {
    font-size:16px;
  }
  .footerBlock h2 {
    font-size:26px;
  }
  .blockOurServices {
      min-height: auto;
  }
  #ourCustomersCarousel .carousel-control.right {
    right:0;
  }
  #ourCustomersCarousel .carousel-control.left {
    left:0;
  }
  .navbar-nav {
	  margin-top: 65px;
  }
}
@media screen and (min-width:768px) {
	.navbar-right {
	  margin-right:0px;
	}
}

@media screen and (max-width:838px) {
	.navbar-right li a {
	  padding: 15px 10px;
	}
}

@media screen and (max-width: 1600px) {
	.ELD-header #carouselHeader {
		width: 85%;
	}
	.handWithPhone {
		left: 200px;
	}
	.imgThreeDevices {
		left: 70px;
	}
    .main-feature-banner{
        left:260px;
        max-width:800px;
    }
}
@media screen and (max-width: 1280px) {
	.ELD-header #carouselHeader {
		width: 95%;
	}
	.sliderBlock h1.eld-main-title {
		font-size: 35px;
		line-height: 45px;
	}
	.sliderBlock h2.eld-main-subtitl {
		font-size: 20px;
		line-height: 30px;
	}
	.sliderBlock p.header-text {
		font-size: 17px;
	}
	.handWithPhone {
		left: 115px;
	}
	.imgThreeDevices {
		left: 10px;
	}
    .main-feature-banner{
        left:200px;
        max-width:600px;
        padding: 30px 25px;
    }
    .main-feature-banner h2{
        font-size: 35px;
        line-height: 45px;
        margin-bottom:20px;
        margin-left:20px;
    }
    .main-feature-banner .main-feature-link{
        font-size: 40px;
        line-height: 45px;
    }
}
@media screen and (max-width: 1023px) {
	.imgThreeDevices {
		left: 5px;
	}
	.ELD-header #carouselHeader {
		width: 98%;
	}
	.sliderBlock h1.eld-main-title {
		font-size: 28px;
		line-height: 33px;
	}
	.sliderBlock h2.eld-main-subtitl {
		font-size: 18px;
		line-height: 23px;
	}
	.sliderBlock p.header-text {
		font-size: 16px;
	}
	.handWithPhone {
		left: 70px;
	}
    .main-feature-banner{
        left:10px;
    }
}
@media screen and (max-width: 800px) {
	.imgThreeDevices img {
		width: 350px;
	}
	.imgThreeDevices {
		left: 55px;
		top: 400px;
	}
    .main-feature-banner{
        left:0px;
        padding:25px 20px;
        max-width:100%;
    }
    .headerForMobile .main-feature-banner{
        position:relative;
        top:0;
    }
    .main-feature-banner h2{
        font-size: 30px;
        line-height: 40px;
        margin-bottom:10px;
        margin-left:0px;
        color:yellow;
    }
    .main-feature-banner .main-feature-link{
        font-size: 30px;
        line-height: 40px;
    }
    p.cab-card-p {
        font-size: 22px;
        line-height: 27px;
    }
    p.cab-card-p a {
        font-size: 22px;
        line-height: 27px;
    }
}
@media screen and (max-width: 500px){
    .main-feature-banner h2{
        font-size: 24px;
        line-height: 28px;
        margin-bottom:10px;
        color:yellow;
    }
    .main-feature-banner .main-feature-link{
        font-size: 24px;
        line-height: 28px;
    }
    p.cab-card-p {
        font-size: 18px;
        line-height: 23px;
    }
    p.cab-card-p a {
        font-size: 18px;
        line-height: 23px;
    }
}

.eld-implementation-div-block {
    margin-top: 2.5rem;
}
.terms-of-use h1, .terms-of-use h2, .terms-of-use h3, .terms-of-use h4,
.privacy-policy h1, .privacy-policy h2, .privacy-policy h3, .privacy-policy h4 {
    font-family: 'Questrial', sans-serif !important;
}
.list-style-type-none {
    list-style-type: none;
}
.terms-of-use p, .privacy-policy p {
    display: block;
}

/* Start styles for section our-features */

.our-features {
    padding: 25px 0;
    background-color: #E0514F;
}

.our-features-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-features-item {
    font-size: 20px;
    font-weight: 500;
    color: #FFFF00;
    margin-bottom: 10px;
}

.our-features-item a {
    color: #FFFF00;
    text-decoration: underline;
}

.our-features-item span {
    color: #FBB2B1;
}

.our-features-item i {
    font-size: 18px;
    margin-right: 5px;
    color: #fff;
}

.our-features-item:last-child {
    margin-bottom: 0;
}

.our-features-image {
    margin-left: 10px;
}

@media screen and (max-width:768px) {
    .our-features-image {
        display: none;
    }
}

/* End styles for section out-features */

/* Start styles for header-dispatch-banner */

.header-dispatch-banner {
  position: absolute;
  top: 120px;
  width: 100%;
  background: linear-gradient(90deg, #424242 7.63%, #000000 84.04%);
}

.header-dispatch-banner::after {
  position: absolute;
  top: -5px;
  right: 0;
  content: url(../img/dispatch-banner-bg.png);
}

.header-dispatch-banner-stopwar {
  border: 1px solid red;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 239px;
  cursor: pointer;
}

.header-dispatch-banner-content {
  display: flex;
  justify-content: space-between;
  height: 230px;
}

.header-dispatch-banner-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-dispatch-banner-image {
  display: flex;
  align-items: center;
}

.header-dispatch-banner-image img {
  width: 280px;
}

.header-dispatch-banner-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.header-dispatch-banner-title span {
  font-weight: 300;
}

.header-dispatch-banner-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #fff;
}

.header-dispatch-banner-text {
  max-width: 1150px;
  color: #fff;
}

.margin-for-dispatch-banner {
  margin-top: 349px;
}

.imgThreeDevices {
  top: 490px;
}
@media screen and (max-width:1200px) {
  .header-dispatch-banner {
    top: 155px;
  }
}
@media screen and (max-width:992px) {
  .header-dispatch-banner-image img {
    width: 220px;
  }
}

@media screen and (max-width:910px) {
  .header-dispatch-banner {
    top: 140px;
  }
  .margin-for-dispatch-banner {
    margin-top: 350px;
    padding-top: 50px;
  }
}

/* End styles for header-dispatch-banner */

/* Start style for header-dispatch-banner-mobile */

.headerForMobile {
    margin-top: 0px;
}

.header-dispatch-banner-mobile {
  position: relative;
  display: block;
  margin-top: 112px;
  padding: 15px 0;
  background: linear-gradient(90deg, #424242 7.63%, #000000 84.04%);
}

.header-dispatch-banner-mobile::after {
  position: absolute;
  bottom: -5px;
  right: 0;
  content: url(../img/dispatch-banner-bg.png);
}

.header-dispatch-banner-mobile-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.header-dispatch-banner-mobile-title span {
    font-weight: 300;
}

.header-dispatch-banner-mobile-subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #fff;
}

.header-dispatch-banner-mobile-text {
    color: #fff;
}

@media screen and (min-width:768px) {
  .header-dispatch-banner-mobile {
    display: none;
  }

}

/* End style for header-dispatch-banner-mobile */


/* marquee START */

.navbar-marquee {
  font-family: 'Helvetica Neue', sans-serif;
  white-space: nowrap;
  overflow: hidden;
  background: #143A7B;
  color: #fff;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
  position: relative;
}
.navbar-marquee::after {
  content: "";
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #F0D046;

}
.navbar-marquee__text {
  font-size: 14px;
}
.navbar-marquee__text-link {
  color:#F0D046;
}
.navbar-marquee__text-link:hover {
  opacity: 0.8;
  color:#F0D046;
}

@media screen and (max-width:1200px) {
  .navbar-marquee {
    margin-top: 35px;
  }
}

@media screen and (max-width:910px) {
  .navbar-marquee {
    padding: 7px;
    margin-top: 35px;
    margin-bottom: -12px;
  }
  .navbar-marquee__text {
    font-size: 12px;
  }
}

@media screen and (max-width:768px) {
  .navbar-marquee {
    margin-top: 10px;
  }
}

/* marquee END */
