@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,800);
@font-face {
  font-family: 'latoblack';
  src: url("../fonts/lato-black-webfont.eot");
  src: url("../fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-black-webfont.woff") format("woff"), url("../fonts/lato-black-webfont.ttf") format("truetype"), url("../fonts/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latobold';
  src: url("../fonts/lato-bold-webfont.eot");
  src: url("../fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype"), url("../fonts/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.one-space {
  height: 10px;
}

.two-space {
  height: 20px;
}

.three-space {
  height: 30px;
}

.four-space {
  height: 40px;
}

.five-space {
  height: 50px;
}

.six-space {
  height: 60px;
}

.seven-space {
  height: 70px;
}

.eight-space {
  height: 80px;
}

.nine-space {
  height: 90px;
}

.ten-space {
  height: 100px;
}
a {
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
}
*:focus, button:focus, input:focus, *, input, button, *:active, input:active, button:active, .bootstrap-select .btn:focus, option {
  /*outline: none !important;
  outline: 0px !important;*/
}

.clear {
  clear: both;
  padding: 0px !important;
  display: block;
}

.container {
  width: auto;
  max-width: 1200px;
}

.thumbnail img {
  display: inline;
}
.thumbnail a img {
  display: inline;
}

.nothumb {
  border: none;
  background: none;
  margin: 0px;
  padding: 0px;
}
.nothumb img {
  display: inline;
}

.table-div {
  display: table;
  height: 100%;
  width: 100%;
}
.table-div .cell {
  display: table-cell;
  vertical-align: middle;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  overflow:hidden;
  background:#e0e2e4;
}
  .body_home {
    background: #021022;
  }
html{ overflow-y:scroll; }
img {
  max-width: 100%;
}

.top-nav {
  padding: 10px 0 0;
}
.top-nav ul li:last-child {
  direction: rtl;
  font-size: 14px;
}
.top-nav ul li {
  background: url(../images/nav-line-bg.png) no-repeat 0 center;
  font-size: 0.6875em;
}
.top-nav ul li a {
  padding: 0 10px;
}
.top-nav ul li:last-child a{ padding-right:0px;}
.top-nav ul li:first-child {
  background: none;
}

.main-nav ul li {
  font-size: 0.8125em;
}
.main-nav ul li a {
  color: #fff;
  padding: 15px 10px;
}

.main-nav ul li a:hover, .main-nav ul li a:focus, .main-nav ul li a.active, .top-nav ul li a:hover, .top-nav ul li a:focus, .top-nav ul li a:active, .link:hover {
  color: #ff8a00;
  background: none;
}

.menu-icon {
  background: url(../images/menu-icon.png) no-repeat 0 0;
  display: block;
  width: 27px;
  height: 36px;
  position: absolute;
  top: 22px;
  right: 20px;
}

.menu-icon.active {
  background-image: url(../images/menu-icon2.png);
}

.header-section {
	background: url(../images/overlay-bg2.png);
	padding-bottom: 35px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99;
}

.over-header {
  background: url(../images/overlay-bg1.png);
  padding: 20px 0 15px;
}

.fixed-section {
  position: fixed !important;
}
.inner{
	padding-top: 66px;
}
.nonheader{
	padding-top: 250px;
}
.link
{
	color: #021021;
	text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .main-nav.open {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 52px;
    right: 15px;
    background: url(../images/overlay-bg1.png);
    width: 200px;
    padding-bottom: 20px;
    display: none;
  }
  .main-nav ul {
    float: none !important;
    margin: 0px;
  }
  .main-nav ul li {
    font-size: 0.875em;
    padding: 0 20px;
  }
  .main-nav ul li a {
    padding: 5px 0;
    border-bottom: 1px solid #203649;
  }
  .main-nav ul li a:hover, .main-nav ul li a:focus, .main-nav ul li a:active {
    background: none;
    color: #ff8a00;
  }
  .main-nav .language li {
    font-size: 0.875em;
    padding: 0 20px;
  }
  .main-nav .language li a {
    padding: 5px 0;
    color: #648ea7;
    border-bottom: 1px solid #203649;
  }
  .main-nav .language li a:hover, .main-nav .language li a:focus, .main-nav .language li a:active {
    background: none;
    color: #ff8a00;
  }

  .header-section {
    padding: 0px 0 20px;
  }

  .over-header {
    padding-top: 15px;
  }
}
.slide-section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background-color:#021021;
}
.slide-section .carousel, .slide-section .carousel-inner {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-section .carousel-caption {
  top: 250px;
  bottom: auto;
  left: 0px;
  right: auto;
  width: 100%;
  text-align: left;
  padding: 0 75px;
  -webkit-transition: width 2s;
  /* Safari 3.1 to 6.0 */
  transition: width 2s;
}
.slide-section .box1 {
  -webkit-transition: left 0.5s,opacity 0.5s;
  /* Safari 3.1 to 6.0 */
  transition: left 0.5s,opacity 0.5s;
}
/*
.slide-section .box1 h1, .slide-section .box1 h2, .slide-section .box1 h3 {
  -webkit-transition: left 1s,opacity 1s;
  /* Safari 3.1 to 6.0 *//*
  transition: left 1s,opacity 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  position: relative;
  left: -200px;
}*/
.slide-section .box2 {
  -webkit-transition: left 1s,opacity 1s;
  /* Safari 3.1 to 6.0 */
  transition: left 1s,opacity 1s;
}
/*
.slide-section .box2 * {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: left 1s,opacity 1s;
  /* Safari 3.1 to 6.0 *//*
  transition: left 1s,opacity 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  position: relative;
  left: -200px;
}
*/
.slide-section .content-box {
  background: url(../images/overlay-bg1.png);
  padding:40px 30px 20px 45px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  position: relative;
  left: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.slide-section .content-box h1, .slide-section .content-box h2 {
  font-size: 68px;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  filter: alpha(opacity=0);
  line-height: 68px;
  padding:0 0 10px 0;
  margin:0px;
}
.slide-section .content-box h3 {
  font-weight: 400;
  color: #ff8a00;
  font-size: 42px;
  line-height: 50px;
  padding: 0px;
  margin:0px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.slide-section .content-box h3 strong {
  font-weight: 700;
}
.slide-section .content-box h3 span{font-size: 68px;line-height: 62px;font-weight: 700;}
.slide-section .content-box h4 {
  font-size: 38px;
  line-height: 30px;
  font-weight: 400;
 padding:0 0 10px 0;
  margin:0px; 
}
.slide-section .content-box h5 {
  font-size: 56px;
  font-weight: 700;
  line-height: 58px;
  padding:0px;
  margin:0px; 
  color: #ff8a00;
}
.slide-section .content-box p {
  padding-top: 25px;
  line-height:26px;
}
.slide-section .content-box p span {
  color: #ff8a00;
}
.slide-section .content-box a {
  color: #ff8a00;
}
.slide-section .content-box p:first-child {
  padding-top: 0px;
}
.slide-section .content-box h1, .slide-section .content-box h2, .slide-section .content-box h3, .slide-section .content-box h4, .slide-section .content-box h5, .slide-section .content-box h6, .slide-section .content-box p {
  margin: 0px;
}

.active .content-box {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.active .box2 * {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.active .box1 h1, .active .box1 h2, .active .box1 h3 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.prev-icon {
  background: url(../images/overlay-bg1.png) !important;
  width: 75px;
  height: 114px;
  left: -100px;
  top: 250px;
  bottom: auto;
  z-index: 88;
  opacity: 0 !important;
  -webkit-transition: left 1s,opacity 1s;
  /* Safari 3.1 to 6.0 */
  transition: left 1s,opacity 1s;

}
.prev-icon:hover{
  transition: all .2s ease-in-out; 
	width: 85px;
}
.prev-icon .prev-bg-icon {
  background: url(../images/prev-icon.png) no-repeat center center !important;
  display: block;
  width: 66px;
  height: 114px;
}

.next-icon {
  background: url(../images/overlay-bg1.png) !important;
  width: 75px;
  height: 114px;
  right: -100px !important;
  top: 250px;
  bottom: auto;
  z-index: 88;
  opacity: 0 !important;
  -webkit-transition: right 1s,opacity 1s;
  /* Safari 3.1 to 6.0 */
  transition: right 1s,opacity 1s;

}
.next-icon:hover{
  transition: all .2s ease-in-out; 
	width: 85px;
	padding-left: 10px;
}
.next-icon .next-bg-icon {
  background: url(../images/next-icon.png) no-repeat center center !important;
  display: block;
  width: 66px;
  height: 114px;
}

.slide-section:hover .next-icon,.wrapper:hover .next-icon { 
  right: 0px !important;
  opacity: 1 !important;
}
.slide-section:hover .prev-icon,.wrapper:hover .prev-icon{
  left: 0px!important;
  opacity: 1 !important;
}

.no-padding {
  padding-top: 0px !important;
}

.header-img {
  text-align: center;
  padding-bottom: 50px;
}

/*@media only screen and (max-height: 800px) {
  .carousel-control {
    top: 171px;
  }

  .slide-section .carousel-caption {
    top: 173px;
  }

  .slide-section .content-box {
    padding: 20px;
    font-size: 16px;
  }
}*/
@media only screen and (max-width: 767px) {
.slide-section .slide-item {
  background: no-repeat center top fixed; 
  -webkit-background-size: 100% 305px;
  -moz-background-size: 100% 305px;
  -o-background-size: 100% 305px;
  background-size: 100% 305px;
  width: 100%;
  height: 100%;
}

  .slide-section .slide-item .carousel-caption {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 256px 0px 0px 0px;
	margin:0px;

	
  }
  .slide-section {
    overflow-y: auto;
    position: relative;
  }
  
.content-box{
	margin-right: -15px;
	margin-left: -15px;
}


  .slide-section .carousel, .slide-section .carousel-inner {
    position: relative;
    height: auto;
  }

  .carousel-control {
    top: 68px !important;
    height: 220px;
    width: 48px;
  }
  .carousel-control .next-bg-icon, .carousel-control .prev-bg-icon {
    height: 210px;
    width: 40px;
  }
.prev-icon {
 width: 60px;
  height: 188px;
  left: -70px;	

}
.prev-icon:hover
{
 width:70px;
}
.next-icon {
 width: 60px;
  height: 188px;
  left: -70px;	
} 
.next-icon:hover
{
 width:70px;
  padding-left: 10px;
  padding-right: 10px;		
}
.box1{ height:120px;}
.slide-section .content-box {
  margin-bottom: 0px;
}
.slide-section .content-box h1, .slide-section .content-box h2 {
  font-size: 40px;
  line-height:20px;
  padding-bottom: 20px;
  margin-top: -20px;
  
}
.slide-section .content-box h3 {
  font-size: 24px;
  padding-top: 0px;
  line-height: 25px;
}
.slide-section .content-box h3 strong {
  font-weight: 700;
}
.slide-section .content-box h4 {
  font-size: 24px;
  line-height: 24px;
   margin-top: -20px;
}
.slide-section .content-box h3 span{font-size: 42px;line-height: 30px;font-weight: 700;}
.slide-section .content-box h5 {
  font-size: 30px;
  line-height: 30px;
}
.slide-section .content-box p {
  margin-top: -30px;	
  font-size: 16px;
}
.slide-section .content-box p span {
  color: #ff8a00;
  
}
.slide-section .content-box a {
  color: #ff8a00;
}
.slide-section .content-box p:first-child {
  padding-top: 0px;
}



}
.slide-section:hover ~ .social-container,.social-container:hover{left:0px;}
.social-container {
  position: fixed;
  left: 0px;
  z-index: 999;

}
.style4{
    -webkit-transition: left 1s;
  /* Safari 3.1 to 6.0 */
  transition: left 1;
  transition: all .5s ease-in-out; 
    left: -100px;
}
.social-container ul {
  list-style: none;
  padding: 0px;
}
.social-container ul li {
  background: url(../images/overlay-bg1.png);
  width: 75px;
  height: 59px;
  line-height: 59px;
  font-size: 1.875em;
  margin-bottom: 3px;
  text-align: center;
  transition: all .2s ease-in-out; 
}
.social-container ul li a {
  color: #fff;
  display: block;
}

.social-container ul li a:hover {
	color: #ff8900;
}
.social-container ul li:hover{
	width: 85px;
}




.style3 {
  top: 247px;
}
.style4 {
  top: 400px;
}

.content-section {
  background: #e0e2e4;
  padding: 0 0 30px 0;
}
.content-section h3 {
  font-size: 1.125em;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 700;
}
.content-section p {
  font-size: 0.8125em;
  margin-bottom: 0px;
  padding: 10px 0;
}

.content-section .left-col h3 {
  font-weight: 400;
}
.content-section .right-col h1 {
	font-weight: 700;
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;  
}
.content-section .left-col .list-group {
  padding-top: 10px;
}
.content-section .left-col .list-group li {
	background-color: transparent;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
	position: relative;
	float:left;
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.content-section .left-col .list-group li a {
  color: #021021;
  padding-left: 24px;
  display: block;
}
.content-section .left-col .list-group .list-bg1 {

	height: 27px;
	width: 13px;
	position: absolute;
	top: 0px;
}
.content-section .left-col .list-group .list-bg2 {

 	height: 27px;
	width: 13px;
	position: absolute;

	top: 0px; 
}
.content-section .left-col .list-group .list-bg3 {

 	height: 27px;
	width: 13px;
	position: absolute;

	top: 0px; 
}
.content-section .list-group li {
	border: none;
	font-size: 22px;
	border-radius: 0px !important;
	color: #fff;
	margin-bottom: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	width: 100%;
	position: relative;
	background-color: #182534;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.content-section .list-group li a {
  color: #fff;
  padding-left: 28px;
}
.content-section .list-group .list-bg1 {
	background-image: url(../images/icon3.png);
	height: 46px;
	width: 22px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
.content-section .list-group .list-bg2 {
	background-image: url(../images/icon4.png);
	height: 46px;
	width: 22px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
.content-section .list-group .list-bg3 {
	background-image: url(../images/icon5.png);
	height: 46px;
	width: 22px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
.content-section .title-box {
  background: #182534;
  color: #fff;
  margin: 0px;
  padding: 25px 25px 25px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}
.nonheader h1, .inner h1{
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	height: 53px;
}
.content-section h2 {
  font-size: 1.375em;
  font-weight: 700;
}
 .nonheader h2, .inner h2{
	font-weight: 400;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
.content-section .nolist {
  list-style: none;
  padding: 10px 0px;
}
.content-section .nolist li {
  font-size: 0.9375em;
}
.content-section .right-col-content p {
  font-size: 1.0625em;
}
.content-section .right-col-content p:first-child {
  padding-top: 0px;
}
.content-section .right-col-content small {
  font-size: 0.64706em;
}

.working-row {
  margin-bottom: 20px;
}


.contact-box {
	margin-bottom: 25px;
	background: #182534;
	padding: 20px;
}
.contact-box p {
	padding: 0px;
	color: #fff;
}
.contact-box p span {
	color: #ff8a00;
	font-size: 40px;
	font-weight: 700;
}
.contact-box h2, .contact-box h3, .contact-box h4 {
	color: #ff8a00;
	margin: 0px;
	font-weight: 600;
}


.secure-bg {
  background: url(../images/bg1.png) no-repeat center 0 #e0e2e4;
  padding-top: 416px;
}
.secure-bg h2 {
  font-size: 1.625em;
  font-weight: 400;
  margin: 0px 0 30px;
}

.info {
	color: #fff;
	padding: 15px;
	position: absolute;
	right: 0px;
	font-size: 14px;
	background-color: #182534;
	bottom: 27px;
	top: 0px;
}
.info h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	padding:0px;
	margin: 0 0 5px 0;
}
.info a
{
	color: #FFF;
	text-decoration: none;
}
.info a:hover
{
	color: #ff8a00;
}
.right {
  float: right;
}

.left-view-img {
	padding-right: 0px;
	text-align: right;
	float: left;
	position: relative;
}
.blankimage {
	z-index: 1;
	width: 100%;
}
/*case image animation*/
  @-webkit-keyframes cf3FadeInOut {
   0% {
     opacity:1;
   }
   25% {
    opacity:1;
  }
  75% {
    opacity:0;
  }
  100% {
   opacity:0;
 }
}

@-moz-keyframes cf3FadeInOut {
 0% {
   opacity:1;
 }
 25% {
  opacity:1;
}
75% {
  opacity:0;
}
100% {
 opacity:0;
}
}

@-o-keyframes cf3FadeInOut {
 0% {
   opacity:1;
 }
 25% {
  opacity:1;
}
75% {
  opacity:0;
}
100% {
 opacity:0;
}
}

@keyframes cf3FadeInOut {
 0% {
   opacity:1;
 }
 25% {
  opacity:1;
}
75% {
  opacity:0;
}
100% {
 opacity:0;
}
}

#cf3 {
	position:absolute;
	margin:0 auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 15px;
}
#cf3 img {
	position:absolute;
	left:0;
	z-index: 20;
	top: 0px;
	right: 0px;
	width: 100%;
	bottom: 0px;
	height: auto;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf3 img.top1  {
  -webkit-animation-name: cf3FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-duration: 2s;
  -webkit-animation-direction: alternate;

  -moz-animation-name: cf3FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 2;
  -moz-animation-duration: 2s;
  -moz-animation-direction: alternate;

  -o-animation-name: cf3FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 2;
  -o-animation-duration: 2s;
  -o-animation-direction: alternate;

  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 2;
  animation-duration: 2s;
  animation-direction: alternate;
  
}
.products .col-sm-6.col-md-4:nth-child(1) #cf3 img.top1 {animation-delay:0s; -moz-animation-delay:0s; -webkit-animation-delay:4s;}
.products .col-sm-6.col-md-4:nth-child(2) #cf3 img.top1 {animation-delay:4s; -moz-animation-delay:4s; -webkit-animation-delay:4s;}
.products .col-sm-6.col-md-4:nth-child(3) #cf3 img.top1 { animation-delay:8s; -moz-animation-delay:8s; -webkit-animation-delay:8s;}
.products .col-sm-6.col-md-4:nth-child(4) #cf3 img.top1 {animation-delay:12s; -moz-animation-delay:12s; -webkit-animation-delay:12s;}
.products .col-sm-6.col-md-4:nth-child(5) #cf3 img.top1 {animation-delay:16s; -moz-animation-delay:16s; -webkit-animation-delay:16s;}
.products .col-sm-6.col-md-4:nth-child(6) #cf3 img.top1 {animation-delay:20s; -moz-animation-delay:20s; -webkit-animation-delay:20s;}
.products .col-sm-6.col-md-4:nth-child(7) #cf3 img.top1 {animation-delay:24s; -moz-animation-delay:24s; -webkit-animation-delay:24s;}
.products .col-sm-6.col-md-4:nth-child(8) #cf3 img.top1 {animation-delay:28s; -moz-animation-delay:28s; -webkit-animation-delay:28s;}
.products .col-sm-6.col-md-4:nth-child(9) #cf3 img.top1 {animation-delay:32s; -moz-animation-delay:32s; -webkit-animation-delay:32s;}
.products .col-sm-6.col-md-4:nth-child(10) #cf3 img.top1 {animation-delay:36s; -moz-animation-delay:36s; -webkit-animation-delay:36s;}
.products .col-sm-6.col-md-4:nth-child(11) #cf3 img.top1 {animation-delay:40s; -moz-animation-delay:40s; -webkit-animation-delay:40s;}
.products .col-sm-6.col-md-4:nth-child(12) #cf3 img.top1 {animation-delay:44s; -moz-animation-delay:44s; -webkit-animation-delay:44s;}
.products .col-sm-6.col-md-4:nth-child(13) #cf3 img.top1 {animation-delay:48s; -moz-animation-delay:48s; -webkit-animation-delay:48s;}
.products .col-sm-6.col-md-4:nth-child(14) #cf3 img.top1 {animation-delay:52s; -moz-animation-delay:52s; -webkit-animation-delay:52s;}
.products .col-sm-6.col-md-4:nth-child(15) #cf3 img.top1 {animation-delay:56s; -moz-animation-delay:56s; -webkit-animation-delay:56s;}
.products .col-sm-6.col-md-4:nth-child(16) #cf3 img.top1 {animation-delay:60s; -moz-animation-delay:60s; -webkit-animation-delay:60s;}
.products .col-sm-6.col-md-4:nth-child(17) #cf3 img.top1 {animation-delay:64s; -moz-animation-delay:64s; -webkit-animation-delay:64s;}
.products .col-sm-6.col-md-4:nth-child(18) #cf3 img.top1 {animation-delay:68s; -moz-animation-delay:68s; -webkit-animation-delay:68s;}

#cf3 img.top1:hover {
  opacity:0;
}
/* case animation end*/
.product-box {
	position: relative;
	padding-bottom: 27px;
}
.product-box .view-more {
  position: absolute;
  bottom: 20px;
  font-size: 0.8125em;
  color: #fff;
}

.blue-panel {
  background: #182534;
  padding: 10px 10px 0 10px;
  margin-bottom: 5px;
    height: 92px;
}
.blue-panel p {
  font-size: 15px;
  font-weight: 300;
  padding: 0 0 5px;
  color: #fff;
}
.blue-panel h2 {
  color: #ff8a00;
  margin: 0px;
  font-size: 36px;
  font-weight: 300;
}
.blue-panel h2 a{color: #ff8a00;text-decoration:none;}
.blue-panel h2 a:hover{color: #fff; background:none;}
.form-control {
  height: auto;
}
.form-control input, .form-control textarea {
  background: none;
  border: none;
  width: 100%;
  resize: none;
  overflow: auto;
}
.form-control input{
height: 25px;
}
.form-control textarea {
  height: 96px;
}

.from-group {
  margin-bottom: 5px;
}

.form-btn .btn {
  background: #182534;
  padding: 5px 30px;
  color: #ff8a00;
  font-size: 0.75em;
}
.desk{display: block !important;}.mobile-slide{display: none !important}
h1 span{
	display: none;
}
@media only screen and (max-width: 767px) {
  .content-section {
    padding-top: 0px;
    background: #e0e2e4;
    padding-bottom: 0px;
  }
  .content-section .left-col .list-group li.list-group-item {
  font-size: 14px;

}

  .content-section .right-col {
    float: none;
  }
  .content-section .right-col .list-group {
    margin-bottom: 0px;
  }

  .content-section .title-box {
    font-size: 1em;
    margin-bottom: 5px;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .right {
    float: none;
  }

  .left-col h3 {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .left-col .list-group li {
    float: left;
    width: 50%;
  }

  .contact-section .row {
    margin: 0 -5px;
  }
  .contact-section .row > * {
    padding: 0 5px;
  }

  .blue-panel h2 {
    font-size: 1.125em;
  }

  .right {
    margin-bottom: 20px;
  }

  .social-container.style2 , .social-container.style3{
    position: relative;
    top: auto;
    padding: 0 15px 50px;
    background: #e0e2e4;
  }
   .social-container.style2 ul, .social-container.style3 ul {
    margin: 0;
  }
   .social-container.style2 li, .social-container.style3 li {
    float: left;
    width: 33.33% !important;
    border-left: 3px solid #e0e2e4;
  }
/*.social-container.style4{
    position: relative;
    top: auto;
    padding: 0px 25px 50px 15px;
	background:#061527;
  }*/
  
 .social-container.style4{
    position: relative;
    top: auto;
    padding: 0px 25px 50px 15px;
	background:#021021;
	left: 0px;
	    -webkit-transition: none;
  /* Safari 3.1 to 6.0 */
  transition: none;
  transition: none;
  } 
  
   .social-container.style4 ul{
    margin: 0;
  }
   .social-container.style4 li {
    float: left;
    width: 33.33% !important;
    border-left: 3px solid #021021;
	background-image:none;
	background-color:#203649;
  }
  .form-btn {
    margin-bottom: 20px;
  }
 .header-img img{ min-height:150px;}
 .nonheader{
	padding-top: 120px;
}
.right-col-content{ color:#FFF; background-color:#648ea7; padding:30px; margin:0 15px 20px 15px;}
.logoconatiner{ float:left;}
.logotext{float:left; color:#FFF; margin: 8px 0 0 8px;}
 .has-slide {
    position: relative;

  }
  .has-slide .carousel-control {

    top: 125px !important;

}
  .wrapper{overflow: hidden;width: 100%}
  .carousel-control .next-bg-icon, .carousel-control .prev-bg-icon{height:100%;}
  .has-slide .prev-icon,.has-slide .next-icon{height:100%; top:0px !important;}
  .desk{display: none !important;}.mobile-slide{display: block !important; padding-top: 125px; padding-bottom: 50px;}
  .mobile-slide .container{position: relative;}
  .mobile-slide .carousel-inner .item{margin-bottom: -20px;}
   .has-slide:hover .prev-icon{opacity: 1 !important; filter:alpha(opacity=100) !important; left:0 !important;}
   .has-slide:hover .next-icon{opacity: 1 !important; filter:alpha(opacity=100) !important; right:0 !important;}

h1.titletag{ background:url(../images/tq_tag.png) left -120px no-repeat; margin-bottom: 0px; height: 40px;}
h1.titlesecure{ background:url(../images/tq_secure.png) left -120px no-repeat; margin-bottom: 0px; height: 40px;}
h1.titlereach{ background:url(../images/tq_reach.png) left -120px no-repeat; margin-bottom: 0px; height: 40px;} 
.blue-panel {
	padding-top: 5px;
    height: 53px;
}
.blue-panel h2{
	padding-top: 0px;
	line-height: 10px;
}
}
@media only screen and (max-width: 500px) {
  .content-section .left-col .list-group li {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.slide-section .slide-item {
  background: no-repeat center top fixed; 
  -webkit-background-size: 100% 591px;
  -moz-background-size: 100% 591px;
  -o-background-size: 100% 591px;
  background-size: 100% 591px;
  width: 100%;
  height: 100%;
}
  .slide-section .slide-item .carousel-caption {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 483px 0 0;
  }
  .slide-section {
    overflow-y: auto;
    position: relative;
  }



  .slide-section .carousel, .slide-section .carousel-inner {
    position: relative;
    height: auto;
  }
.prev-icon {
 width: 60px;
  height: 108px;
  left: -70px;	
  top: 483px;
}
.prev-icon:hover
{
 width: 67px;	
}
.next-icon {
 width: 60px;
  height: 108px;
  left: -70px;	
  top: 483px;
}
.next-icon:hover
{
 width: 67px;
 padding-right:7px;	
 padding-left:7px;	
}
.style4 {
top: 250px;

}
.box1{ height: 220px;}
.box2{ height: 310px;}
.slide-section .content-box {
  padding:25px 25px 25px 40px;
  font-size: 20px;
}
.slide-section .content-box h1, .slide-section .content-box h2 {
  font-size: 66px;
  padding:10px 0 10px 0;
  margin-top:0px;
  line-height: 60px;
}
.slide-section .content-box h3 {
  padding-top: 10px;
}
.slide-section .content-box h3 strong {
  font-weight: 700;
}
.slide-section .content-box h4 {
  font-size: 38px;
  font-weight: 400;
}
.slide-section .content-box h3 span{font-size: 66px;line-height: 66px;font-weight: 700;}
.slide-section .content-box h5 {
  font-size: 56px;
  line-height: 56px;
  padding-top: 10px;
}
.slide-section .content-box p {
  padding-top: 25px;
  line-height:28px;
}	
  .main-nav.open {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 16px;
    right: 0%;
    background: url(../images/overlay-bg1.png);
    width: 240px;
    padding-bottom: 20px;
    display: none;
	height:auto;
  }
  .main-nav ul {
    float: left !important;
    margin: 0px;
	width:240px;
  }
  .main-nav ul li {
    font-size: 0.875em;
    margin: 0 20px;
	float:left !important;
	width:200px;
	border-bottom: 1px solid #203649;
  }
  .main-nav ul li a {
    padding: 5px 0;
    
  }
  .main-nav ul li a:hover, .main-nav ul li a:focus, .main-nav ul li a:active {
    background: none;
    color: #ff8a00;
  }
  .main-nav .language li {
    font-size: 0.875em;
    margin: 0 20px;
	width:200px;
	float: left !important;
	border-bottom: 1px solid #203649;
  }
  .main-nav .language li a {
    padding: 5px 0;
    color: #648ea7;
    
  }
  .main-nav .language li a:hover, .main-nav .language li a:focus, .main-nav .language li a:active {
    background: none;
    color: #ff8a00;
  }	
 .menu-icon {
  background: url(../images/menu-icon.png) no-repeat 0 0;
  display: block;
  width: 27px;
  height: 36px;
  position: absolute;
  top: 42px;
  right: 8%;
}

.menu-icon.active {
  background-image: url(../images/menu-icon2.png);
}	
.container{
	margin-right: 7%;
	margin-left: 7%;
}
.header-img img{ min-height:300px;}

.content-section .left-col h3 {
	margin-top: 30px;
}

.social-container ul li {
  background: url(../images/overlay-bg1.png);
  width: 60px;
  height: 48px;
  line-height: 46px;
  font-size: 1.5em;
  margin-bottom: 3px;
  text-align: center;
}
.social-container ul li:hover{
	width: 70px;
}
.slide-section .carousel-caption {padding: 0px;}
.right-col-content{ color:#FFF; background-color:#648ea7; padding:50px; margin-left: 15px; margin-right:15px;}
  .right {
    float: none;
  }
  
    .content-section .right-col {
    float: none;
  }
  .content-section .right-col .list-group {
    margin-bottom: 0px;
  }

h1.titletag{ background:url(../images/tq_tag.png) left -60px no-repeat; margin-bottom: 5px;}
h1.titlesecure{ background:url(../images/tq_secure.png) left -60px no-repeat; margin-bottom: 5px;}
h1.titlereach{ background:url(../images/tq_reach.png) left -60px no-repeat; margin-bottom: 5px;}
}
@media (min-width: 992px) and (max-width: 1359px) {
.container{margin-right:8%;margin-left: 8%;}
.header-img img{ min-height:300px;}
.slide-section .carousel-caption {padding: 0px;}
.blue-panel h2 {font-size: 32px;}
}
@media (min-width: 1360px) {
.header-img img{ min-height:347px;}
}
@media (min-width: 992px) {
.menu-icon{ display:none}
.leftalign{ float: right !important;}
.rightalign{ float: left !important;}
.logoconatiner{ display:block;}
.logotext{display:block; color:#FFF;}
}
@media (min-width: 992px) and (max-width: 1600px) {
.slide-section .slide-item {
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader();
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader()";
}
}

@media (min-width: 768px) {
.logoconatiner{ display:block;}
.logotext{display:block; color:#FFF;}

}
@media (min-width: 992px) and (max-width: 1199px) {
.blue-panel h2{ font-size:26px;}
.box1{ height: 170px;}
.box2{ height: 320px;}	
.slide-section .content-box {
  padding:25px;
  font-size: 20px;
}
.slide-section .content-box h1, .slide-section .content-box h2 {
  font-size: 54px;
  line-height: 54px;
}
.slide-section .content-box h3 {
  font-size: 33px;
  line-height: 46px;
}
.slide-section .content-box h3 span{font-size: 54px;line-height: 54px;font-weight: 700;}
.slide-section .content-box h4 {
  font-size: 34px;
  line-height: 30px;
}
.slide-section .content-box h5 {
  font-size: 44px;
  line-height: 50px;
}
}
@media (min-width: 992px) {
h1.titletag{ background:url(../images/tq_tag.png) left top no-repeat; margin-bottom: 20px;}	
h1.titlesecure{ background:url(../images/tq_secure.png) left top no-repeat; margin-bottom: 20px;}	
h1.titlereach{ background:url(../images/tq_reach.png) left top no-repeat; margin-bottom: 20px;}	
}
@media (min-width: 1200px) and (max-width: 1300px) {
.slide-section .content-box {
  padding:30px;
  min-width: 700px;
}
}
@media (min-width: 1199px) and (max-width: 1399px) {
.box1{ height: 190px;}
.box2{ height: 350px;}	
.slide-section .content-box {
  padding:30px;
}
.slide-section .content-box h1, .slide-section .content-box h2 {
  font-size: 60px;
  line-height: 60px;
}
.slide-section .content-box h3 {
  font-size: 33px;
  line-height: 46px;
}
.slide-section .content-box h3 span{font-size: 60px;line-height: 60px;font-weight: 700;}
.slide-section .content-box h4 {
  font-size: 36px;
  line-height: 30px;
}
.slide-section .content-box h5 {
  font-size: 50px;
  line-height: 56px;
}
}
/**animation*/
.title-box{ animation-delay:.6s; -moz-animation-delay:.6s; -webkit-animation-delay:.6s; }
.list-bg1, .list-bg2, .list-bg3{ animation-delay:1s; -moz-animation-delay:1s; -webkit-animation-delay:1s; }
.right-col .list-group li:nth-child(1){ animation-delay:.4s; -moz-animation-delay:.4s; -webkit-animation-delay:.4s; }
.right-col .list-group li:nth-child(2){ animation-delay:.6s; -moz-animation-delay:.6s; -webkit-animation-delay:.6s; }
.right-col .list-group li:nth-child(3){ animation-delay:1s; -moz-animation-delay:1s; -webkit-animation-delay: 1s; }
.right-col .list-group li:nth-child(4){ animation-delay:1.2s; -moz-animation-delay:1.2s; -webkit-animation-delay:1.2s; }
.right-col .list-group li:nth-child(5){ animation-delay:1.4s; -moz-animation-delay:1.4s; -webkit-animation-delay:1.4s; }
.right-col .list-group li:nth-child(6){ animation-delay:1.6s; -moz-animation-delay:1.6s; -webkit-animation-delay:1.6s; }
.right-col .list-group li:nth-child(7){ animation-delay:1.8s; -moz-animation-delay:1.8s; -webkit-animation-delay:1.8s; }
.right-col .list-group li:nth-child(8){ animation-delay:2s; -moz-animation-delay:2s; -webkit-animation-delay:2s; }
.right-col .list-group li:nth-child(9){ animation-delay:2.2s; -moz-animation-delay:2.2s; -webkit-animation-delay:2.2s; }
.right-col .list-group li:nth-child(10){ animation-delay:2.4s; -moz-animation-delay:2.4s; -webkit-animation-delay:2.4s; }
.leftalign, .right-col-content, .no-padding, .reach, .secure, .tags { animation-delay:.4s; -moz-animation-delay:.4s; -webkit-animation-delay:.4s; }
.rightalign { animation-delay:.2s; -moz-animation-delay:.2s; -webkit-animation-delay:.2s; }
.social-container{ animation-delay:1s; -moz-animation-delay:1s; -webkit-animation-delay:1s; }
.from-group:nth-child(5){ animation-delay:.4s; -moz-animation-delay:.4s; -webkit-animation-delay:.4s; }
.from-group:nth-child(4){ animation-delay:.6s; -moz-animation-delay:.6s; -webkit-animation-delay:.6s; }
.from-group:nth-child(3){ animation-delay:.8s; -moz-animation-delay:.8s; -webkit-animation-delay:.8s; }
.from-group:nth-child(2){ animation-delay:1s; -moz-animation-delay:1s; -webkit-animation-delay:1s; }
.from-group:nth-child(1){ animation-delay:1.2s; -moz-animation-delay:1.2s; -webkit-animation-delay:1.2s; }
.form-btn{ animation-delay:.2s; -moz-animation-delay:.2s; -webkit-animation-delay:.2s; }
.blue-panel:nth-child(1){ animation-delay:.8s; -moz-animation-delay:.8s; -webkit-animation-delay:.8s; }
.blue-panel:nth-child(2){ animation-delay:.5s; -moz-animation-delay:.5s; -webkit-animation-delay:.5s; }
.blue-panel:nth-child(3){ animation-delay:.2s; -moz-animation-delay:.2s; -webkit-animation-delay:.2s; }


.products .col-sm-6.col-md-4:nth-child(2){ animation-delay:.6s; -moz-animation-delay:.6s; -webkit-animation-delay:.6s; }
.products .col-sm-6.col-md-4:nth-child(3){ animation-delay:1s; -moz-animation-delay:1s; -webkit-animation-delay: 1s; }
.products .col-sm-6.col-md-4:nth-child(4){ animation-delay:1.2s; -moz-animation-delay:1.2s; -webkit-animation-delay:1.2s; }
.products .col-sm-6.col-md-4:nth-child(5){ animation-delay:1.4s; -moz-animation-delay:1.4s; -webkit-animation-delay:1.4s; }
.products .col-sm-6.col-md-4:nth-child(6){ animation-delay:1.6s; -moz-animation-delay:1.6s; -webkit-animation-delay:1.6s; }
.products .col-sm-6.col-md-4:nth-child(7){ animation-delay:1.8s; -moz-animation-delay:1.8s; -webkit-animation-delay:1.8s; }
.products .col-sm-6.col-md-4:nth-child(8){ animation-delay:2s; -moz-animation-delay:2s; -webkit-animation-delay:2s; }
.products .col-sm-6.col-md-4:nth-child(9){ animation-delay:2.2s; -moz-animation-delay:2.2s; -webkit-animation-delay:2.2s; }
.products .col-sm-6.col-md-4:nth-child(10){ animation-delay:2.4s; -moz-animation-delay:2.4s; -webkit-animation-delay:2.4s; }
.products .col-sm-6.col-md-4:nth-child(11){ animation-delay:2.6s; -moz-animation-delay:2.6s; -webkit-animation-delay:2.6s; }
.products .col-sm-6.col-md-4:nth-child(12){ animation-delay:2.8s; -moz-animation-delay:2.8s; -webkit-animation-delay: 2.8s; }
.products .col-sm-6.col-md-4:nth-child(13){ animation-delay:3s; -moz-animation-delay:3s; -webkit-animation-delay:3s; }
.products .col-sm-6.col-md-4:nth-child(14){ animation-delay:3.2s; -moz-animation-delay:3.2s; -webkit-animation-delay:3.2s; }
.products .col-sm-6.col-md-4:nth-child(15){ animation-delay:3.4s; -moz-animation-delay:3.4s; -webkit-animation-delay:3.4s; }
.products .col-sm-6.col-md-4:nth-child(16){ animation-delay:3.6s; -moz-animation-delay:3.6s; -webkit-animation-delay:3.6s; }
.products .col-sm-6.col-md-4:nth-child(17){ animation-delay:3.8s; -moz-animation-delay:3.8s; -webkit-animation-delay:3.8s; }
.products .col-sm-6.col-md-4:nth-child(18){ animation-delay:4s; -moz-animation-delay:4s; -webkit-animation-delay:4s; }

.aboutblock1{ animation-delay:0s; -moz-animation-delay:0s; -webkit-animation-delay:0s; }
.aboutblock2{ animation-delay:.2s; -moz-animation-delay:.2s; -webkit-animation-delay:.2s; }
.aboutblock3{ animation-delay:.8s; -moz-animation-delay:.8s; -webkit-animation-delay:.8s; }
.aboutblock4, .aboutblock3a, .aboutblock4b, .aboutblock4c, .aboutblock4d{ animation-delay:1s; -moz-animation-delay:1s; -webkit-animation-delay:1s; }
.aboutblock5{ animation-delay:1.2s; -moz-animation-delay:1.2s; -webkit-animation-delay: 1.2s; }
.aboutblock6{ animation-delay:1.4s; -moz-animation-delay:1.4s; -webkit-animation-delay:1.4s; }

.carousel-inner > .item{
-webkit-transition-timing-function: cubic-bezier(0,0,1,1);

}
.carousel-inner > .item {transition-timing-function: cubic-bezier(0,0,1,1);

}

/* For Safari 3.1 to 6.0 */
/*.carousel-inner > .item{-webkit-transition-timing-function: cubic-bezier(0,0,1,1);}*/


/* Standard syntax */
/*.carousel-inner > .item {transition-timing-function: cubic-bezier(0,0,1,1);}*/

#listOfButtons {
top:auto!important;
bottom:0;
}


/* 12-12-2018 */
.header-section.client{ padding-bottom: 0px;}
.nonheader.client { padding-top: 165px;}
.client_title{width: 100%; float: right; padding-bottom: 40px;}
.client_title h1{ padding: 0 20px 0 0; margin: 0; font-size: 38px; color: #3e3e3e; font-weight: normal; font-family: 'latobold';}
.clients { width: 100%; float: right; padding: 0 5%;}
.clients  ul{ margin: 0 ; width: 100%; float: right; padding:0; list-style: none;}
.clients  ul li{ padding: 0 20px 40px 20px; margin: 0; list-style: none; width: 20%; float: right;}
.clients.projects ul li {width:50%;}
@media(min-width:767px) {
	.projects.clients .img_wrap {height:475px;}
}
.img_wrap{ width: 100%; float: right; height: 275px; position: relative; background: #fff;}
.img_wrap img { position:absolute; width: auto; max-width: 80%; height: auto; max-height: 80%;   position: absolute;  left: 50%;  top: 50%; -webkit-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%); 
 transform: translate(-50%, -50%);  }

.img_wrap h2 {text-align:center;margin:10px 0;}

@media (min-width: 1401px) and (max-width: 1600px) {
.client_title h1{ padding: 0 15px 0 0;	}
.clients  ul li{ padding: 0 15px 30px 15px;}
.img_wrap{height: 225px;}
}

@media (min-width: 1200px) and (max-width: 1400px) {
.client_title h1{ padding: 0 15px 0 0;	}	
.client_title h1{ padding: 0 15px 0 0;	}	
.clients  ul li{ padding: 0 15px 30px 15px;}
.img_wrap{height: 190px;}
}


@media (min-width: 992px) and (max-width: 1199px) {
.client_title h1{ padding: 0 10px 0 0;	}	
.clients { padding: 0 6%;}
.clients  ul li{ padding: 0 10px 20px 10px;}
.img_wrap{height: 160px;}
}

@media (min-width: 768px) and (max-width: 991px) {
.client_title h1{ padding: 0 10px 0 0;	}	
.clients { padding: 0 6%;}
.clients  ul li{ padding: 0 10px 20px 10px; width: 33.33%;}
.img_wrap{height: 180px;}
}

@media only screen and (max-width: 767px) {
.client_title{padding-bottom: 30px;}	
.client_title h1{ padding: 0 6px 0 0;	}	
.nonheader.client { padding: 110px 9px 0 9px;}	
.clients { padding: 0;}
.clients  ul li{ padding: 0 6px 12px 6px; width: 33.33%;}
.img_wrap{height: 170px;}	
}

@media only screen and (max-width: 500px) {
.clients  ul li{ width: 50%;}
.img_wrap{height: 185px;}	
}

@media only screen and (max-width: 400px) {
.img_wrap{height: 150px;}	
}

/* 12-12-2018 */	

