@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.rbc {
  font-family: 'Roboto Condensed', sans-serif;
}
.osr {
  font-family: 'Open Sans', sans-serif;
}
body {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
header {
  background: url(../images/1920x515.jpg) center 0 no-repeat #4e4f51;
  height: 515px;
}
@media screen and (max-device-width : 1280px){ 
	header {
	  background: url(../images/1280x515.jpg);
	}
}
@media screen and (max-device-width : 1024px){ 
	header {
	  background: url(../images/1024x515.jpg);
	}
}


.head-top {
  padding: 27px 0;
  background-color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.5);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
.head-top .logo {
  display: block;
}
.head-top .logo img {
  max-width: 100%;
}
.head-contact {
  float: right;
}
.head-contact span {
  display: block;
  float: right;
  font-size: 18px;
  height: 37px;
  line-height: 37px;
  margin-right: 60px;
}
.head-contact a {
  display: block;
  float: right;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  height: 37px;
  line-height: 37px;
  background-color: #0055a7;
  width: 172px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.head-contact a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e182";
  display: block;
  color: #fff;
  width: 37px;
  height: 37px;
  background-color: #004a91;
  text-align: center;
  position: absolute;
  left: -37px;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.head-contact a:hover {
  background-color: #004a91;
}
.head-contact a:hover:before {
  background-color: #0055a7;
}
.head-mdl {
  color: #fff;
  font-size: 45px;
  font-family: 'impactregular', Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
  text-align: center;
  text-shadow: 2px 2px 2px #000;
  line-height: 59px;
  padding: 96px 0 0 0;
}
.head-mdl span {
  display: block;
  color: #005fbb;
}
.head-btm {
  background-color: #000;
  padding: 20px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  text-align: center;
}
.head-btm.sticky {
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.head-btm .logo {
  display: none;
  float: left;
  width: 200px;
}
.head-btm .logo img {
  max-width: 100%;
}
.head-btm .nav.navbar-nav {
  float: none;
  text-align: center;
}
.head-btm li {
  display: inline-block;
  float: none;
}
.head-btm li.active a {
  background-color: #004a91 !important;
}
.head-btm li a {
  color: #fff;
}
.head-btm li a:hover {
  background: none;
  text-decoration: underline;
}
.head-btm li a:focus {
  background: none;
  //text-decoration: underline;
}
.head-btm .navbar-toggle {
  padding: 0;
}
.service {
  padding: 75px 0 50px 0;
}
.service .title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 90px;
  font-family: 'impactregular', Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
  text-transform: uppercase;
}
.service .title span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: none;
  line-height: 14px;
  position: relative;
  padding: 25px 0 0 0;
}
.service .title span:before {
  content: '';
  display: block;
  height: 1px;
  width: 45px;
  top: 10px;
  left: 50%;
  margin-left: -22px;
  background-color: #000;
  position: absolute;
}
.service .item {
  font-size: 14px;
  text-align: center;
  color: #000;
  line-height: 16px;
  padding: 120px 20px 40px 20px;
  position: relative;
}
.service .item span {
  display: block;
  line-height: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.service .item:before {
  content: '';
  position: absolute;
  display: block;
  width: 98px;
  height: 98px;
  background-color: #004a91;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 50%;
  margin-left: -49px;
}
.service .item.item-01:after {
  content: '';
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  top: 29px;
  z-index: 100;
  background: url(../img/serv-01.png) 0 0 no-repeat;
}
.service .item.item-02:after {
  content: '';
  display: block;
  width: 39px;
  height: 38px;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  top: 29px;
  z-index: 100;
  background: url(../img/serv-02.png) 0 0 no-repeat;
}
.service .item.item-03:after {
  content: '';
  display: block;
  width: 49px;
  height: 43px;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 29px;
  z-index: 100;
  background: url(../img/serv-03.png) 0 0 no-repeat;
}
.brands {
  background: url(../img/bg-brands.jpg) center 0 no-repeat #212224;
  font-family: 'impactregular', Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
  padding: 75px 0 80px 0;
  text-align: center;
}
.brands .row {
  margin-bottom: 90px;
}
.brands .row > div:first-child {
  position: relative;
}
.brands .row > div:first-child:before {
  content: '';
  display: block;
  width: 9px;
  height: 126px;
  background-color: #004a91;
  position: absolute;
  left: 0px;
  top: -20px;
}
.brands .row > div:first-child:after {
  content: '';
  display: block;
  width: 126px;
  height: 9px;
  background-color: #004a91;
  position: absolute;
  left: 0px;
  top: -20px;
}
.brands .row > div:last-child {
  position: relative;
}
.brands .row > div:last-child:before {
  content: '';
  display: block;
  width: 9px;
  height: 126px;
  background-color: #004a91;
  position: absolute;
  right: 0px;
  bottom: -20px;
}
.brands .row > div:last-child:after {
  content: '';
  display: block;
  width: 126px;
  height: 9px;
  background-color: #004a91;
  position: absolute;
  right: 0px;
  bottom: -20px;
}
.brands .title {
  font-size: 26px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  line-height: 27px;
}
.brands .title:before {
  content: '';
  display: block;
  height: 1px;
  width: 45px;
  bottom: -10px;
  left: 50%;
  margin-left: -22px;
  background-color: #fff;
  position: absolute;
}
.download {
  height: 51px;
  line-height: 51px;
  display: inline-block;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0 36px 0 70px;
  background-color: #004a91;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.download:before {
  font-family: 'Glyphicons Halflings';
  content: "\e025";
  display: block;
  color: #fff;
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.download:hover {
  color: #fff;
  background-color: #003d78;
  text-decoration: none;
}
.download:hover:before {
  font-size: 24px;
}
.about {
  padding: 70px 0;
}
.about .row {
  margin-bottom: 20px;
}
.about .row .item:first-child {
  padding-right: 20px;
}
.about .row .item:last-child {
  margin-left: 20px;
}
.about .title {
  font-size: 26px;
  color: #000;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  line-height: 27px;
  font-family: 'impactregular', Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}
.about .title:before {
  content: '';
  display: block;
  height: 1px;
  width: 45px;
  bottom: -10px;
  left: 50%;
  margin-left: -22px;
  background-color: #000;
  position: absolute;
}
.about .item {
  position: relative;
  padding-left: 80px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: justify;
}
.about .item:before {
  content: '';
  display: block;
  background: url(../img/check.png) 0 0 no-repeat;
  width: 66px;
  height: 69px;
  position: absolute;
  left: 0;
  top: -10px;
}
.promo {
  background: url(../img/bg-promo.jpg) center 0 no-repeat;
  height: 322px;
  padding: 70px 0 0 0;
  text-align: center;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
}
.promo p {
  margin: 0 0 40px 0;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}
.promo p span {
  display: block;
  color: #0067ca;
  margin-bottom: -30px;
}
.info {
  padding: 75px 0 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.info .item {
  margin-bottom: 30px;
}
.info .row {
  text-align: center;
}
.info .title {
  font-size: 26px;
  color: #000;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  line-height: 27px;
  font-family: 'impactregular', Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}
.info .title:before {
  content: '';
  display: block;
  height: 1px;
  width: 45px;
  bottom: -10px;
  left: 50%;
  margin-left: -22px;
  background-color: #000;
  position: absolute;
}
.info p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 25px;
}
.info strong {
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 25px;
}
.info .number {
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #004a91;
  color: #fff;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 25px auto 20px auto;
  font-size: 19px;
}
.row.flush-col > [class*="col-"] {
  padding: 0;
}
.img-fluid {
  width: 100%;
}
.contacts {
  padding: 60px 0;
}
.contacts .title {
  font-size: 26px;
  color: #000;
  text-align: center;
  position: relative;
  margin-bottom: 65px;
  line-height: 27px;
  font-family: 'impactregular', Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}
.contacts .title:before {
  content: '';
  display: block;
  height: 1px;
  width: 45px;
  bottom: -10px;
  left: 50%;
  margin-left: -22px;
  background-color: #000;
  position: absolute;
}
.contacts p {
  margin-bottom: 10px;
}
.cont-list {
  margin: 0 0 30px 0;
  padding: 0;
}
.cont-list li {
  list-style: none;
  display: block;
  padding: 0 0 0 53px;
  position: relative;
  margin-bottom: 20px;
}
.cont-list li:before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background-color: #004a91;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -9px;
}
.cont-list li.li-1:before {
	top:7px;
}
.cont-list li.li-1:after {
  font-family: 'Glyphicons Halflings';
  content: "\e023";
  display: block;
  color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: 7px;
}
.cont-list li.li-2:after {
  font-family: 'Glyphicons Halflings';
  content: "\e182";
  display: block;
  color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: -9px;
}
.cont-list li.li-3:after {
  font-family: 'Glyphicons Halflings';
  content: "\2709";
  display: block;
  color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: -9px;
}
.cont-list li.li-4:after {
  font-family: 'Glyphicons Halflings';
  content: "\e062";
  display: block;
  color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: -9px;
}
.cont-pic {
  text-align: center;
}
.map-canvas {
  height: 400px;
}
footer {
  display: block;
  height: 50px;
  text-align: center;
  background: #000;
  font-size: 12px;
  padding: 20px 0;
  color: #fff;
}
.modal-box {
  max-width: 696px;
  min-width: 300px;
  background-color: #fff;
  padding: 0 20px;
}
.modal-box .close {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  opacity: 1;
  color: #000;
  font-size: 18px;
}
.modal-box .form-sub {
  text-align: center;
  padding-bottom: 20px;
}
.modal-box .form-sub .butt {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #0055a7;
  text-transform: uppercase;
  border: 0;
  padding: 10px 20px;
}
.modal-box .hdl {
  text-align: center;
  font-family: 'impactregular', Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
  font-size: 24px;
  color: #3e3e3e;
  line-height: 24px;
  text-transform: uppercase;
  padding: 20px 0;
}
.modal-box .form-line {
  max-width: 500px;
  min-width: 250px;
  margin: 0 auto 19px auto;
}
.modal-box .form-line .modal-txt {
  background-color: #e8e8e8;
  border: 1px solid #b9b9b9;
  padding: 5px 15px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.modal-box .form-line .modal-area {
  background-color: #e8e8e8;
  border: 1px solid #b9b9b9;
  padding: 5px 15px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 100px;
  resize: none;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .head-contact {
    padding: 10px 0 0 40px;
    float: none;
    text-align: center;
  }
  .head-contact a,
  .head-contact span {
    display: block;
    float: none;
    margin: 0;
  }
  .head-contact a {
    margin: 0;
    display: block;
    margin: 0 auto;
  }
  .head-top .logo {
    text-align: center;
  }
  .head-btm li {
    display: block;
    text-align: left;
  }
  .head-btm .logo {
    display: block;
  }
  .head-mdl {
    padding-top: 56px;
  }
  .service {
    padding: 40px 0 20px 0;
  }
  .service .title {
    margin-bottom: 40px;
  }
  .brands {
    padding: 40px 0;
  }
  .brands .title {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .brands .row {
    margin-bottom: 40px;
  }
  .brands .row img {
    height: 80px;
  }
  .brands .row > [class*="col-"] {
    margin-bottom: 5px;
  }
  .brands .row > div:first-child:after,
  .brands .row > div:last-child:after {
    display: none;
  }
  .brands .row > div:first-child:before,
  .brands .row > div:last-child:before {
    display: none;
  }
  .download {
    padding: 0 10px 0 40px;
    white-space: nowrap;
    font-size: 14px;
  }
  .download:before {
    left: 20px;
  }
  .inf-img img,
  .cont-pic img {
    max-width: 100%;
  }
  .promo {
    padding: 50px 0 0 0;
    font-size: 18px;
  }
  .promo p {
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .brands .row {
    margin-bottom: 40px;
  }
  .brands .row img {
    height: 100px;
  }
  .brands .row > [class*="col-"] {
    margin-bottom: 5px;
  }
  .brands .row > div:first-child:after,
  .brands .row > div:last-child:after {
    display: none;
  }
  .brands .row > div:first-child:before,
  .brands .row > div:last-child:before {
    display: none;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.inf-txt {
  text-align: justify;
  width: 95%;
  padding-left: 30px;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.inf-txt {
  padding-left: 0px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){ 
  .head-btm li {
    display: inline-block;
    float: none;
    font-size: 14px;
  }
  .nav-holder .logo{
    display: none;
  }
}