@import url('font-awesome.css');
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:800,700,600,500,400,400italic);
body {
    color: #808080;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}
ul, li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
a:hover, a:focus, a:visited {
    outline: medium none;
    text-decoration: none;
}
.page-wrapper {
    margin: 0 auto;
    min-height: 500px;
    min-width: 320px;
    position: relative;
    width: 100%;
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
.main-header{
	box-shadow: 0 0 10px 0 #cdcdcd;
	position:fixed;
	left:0px;
	top:0px;
	background:#ffffff;
	z-index:999;
	width:100%;
	border-top:3px solid #07A7FC;
}

.main-header .top-bar{
	position:relative;
	z-index:1;
}

.main-header .top-bar .top-container{
	position:relative;
	max-width:1170px;
	margin:0 auto;	
}

/*.main-header .top-bar .info-outer{
	position:absolute;
	right:0px;
	top:0px;
	background:#07A7FC;
	color:#ffffff;
	padding:3px 20px 7px 20px;
	border-radius:0px 0px 5px 5px;
}*/
.main-header .top-bar .info-outer{
	border-top: 3px solid #07a7fc;
	position:fixed;
	right:0px;
	top:0px;
	color:#ffffff;
	width: 100%;
}
/*.main-header .top-bar .info-outer:before{
	content:'';
	position:absolute;
	left:-20px;
	top:0px;
	border-top: 37px solid #07A7FC;
	border-left: 20px solid transparent;
}*/
.main-header .top-bar .info-box:before{
	content:'';
	position:absolute;
	left:-20px;
	top:0px;
	border-top: 27px solid #07A7FC;
	border-left: 20px solid transparent;
}
.main-header .top-bar .info-box{
	background: #07a7fc none repeat scroll 0 0;
	border-radius:0px 0px 5px 5px;
    float: right;
    position: relative;
    right: 5%;
}

.main-header .top-bar .info-box li{
	position:relative;
	float:left;
	padding-left:30px;
	margin-right:25px;
	line-height:30px;	
}
.main-header .top-bar .info-box .social-links-one {
    margin-right: 15px;
}
.main-header .top-bar .info-box li:after{
	content:'/';
	position:absolute;
	right:-20px;
	top:0px;
	color:#0A8BCC;
	font-size:20px;	
}

.main-header .top-bar .info-box li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:30px;
	font-size:16px;
	color:#ffffff;	
}

.main-header .top-bar .info-box li a{
	position:relative;
	color:#ffffff;
	font-weight:300;
	font-size:15px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;		
}

.main-header .top-bar .info-box li a:hover{
	color:#056FA9;	
}

.social-links-one{
	position:relative;
	
}

.social-links-one:after{
	display:none;
}
.main-header .header-upper{
	position:relative;
	width:100%;
	left:0px;
	top:0px;
	color:#677c91;
	padding:25px 0 0;
	background:#ffffff;
}

.fixed-header.main-header .header-upper{
	position:fixed;
	padding:10px 0px;
	border-bottom:1px solid #d0d0d0;	
}

.main-header .header-upper .logo{
	position:relative;
	float:left;	
}

.main-header .header-upper .logo img{
	max-width:100%;
	display:inline-block;	
}

.main-header .header-upper .nav-outer{
	position:relative;
	float:right;
	margin-top:40px;
}

.fixed-header.main-header .header-upper .nav-outer{
	margin-top:22px;	
}

.main-header .header-upper .nav-outer .btn-donate{
	position:absolute;
	right:0px;
	top:0px;
	width:150px;
	text-align:center;
	line-height:24px;
	padding:8px 15px;
	border-radius:20px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	font-family:'Raleway',sans-serif;
	background:#0076B6;
}

.main-header .header-upper .nav-outer .btn-donate:hover{
	background:#262626;	
}

.main-menu{
	position:relative;
	float:left;
	padding:0px 0px;	
}

.main-menu .navbar-collapse{
	padding:0px !important;	
}

.main-menu .navigation{
	position:relative;
	float:right;
	margin:0px;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px;
	margin-right:25px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:8px 0px;
	font-size:14px;
	color:#444444;
	line-height:24px;
	text-transform:uppercase;
	font-weight:700;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown > a{
	padding-right:15px;	
}

.main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position:absolute;
	right:0px;
	font-weight:400;
	font-size:12px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color:#0076B6;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border:1px solid #0076B6;
	border-top:3px solid #0076B6;
	transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-n;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-top:1px solid #0076B6;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	line-height:20px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	color:#444444;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#0076B6;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f0da";
	position:absolute;
	right:10px;
	top:8px;
	width:10px;
	height:20px;
	display:block;
	color:#444444;
	line-height:20px;
	font-size:14px;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:-1px;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border:1px solid #0076B6;
	border-left:4px solid #0076B6;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #0076B6;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:8px 15px;
	line-height:20px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	color:#444444;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a{
	color:#ffffff;
	background:#0076B6;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
	-webkit-transition:all 500ms ease-in;
	-ms-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(../images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}
/****************************************************************************/ 
/*Footer Style Starts*/
/****************************************************************************/ 
.vc_custom_1425978754615 
{
    padding-bottom: 44px !important;
    padding-top: 15px !important;
}
.box {
    padding: 7em 0;
}
.wpb_row {
    margin-bottom: 0 !important;
}
.vc_custom_1425976433925 {
    margin-bottom: 22px !important;
}
.uppercase {
    text-transform: uppercase;
}
h5 {
    font-size: 18px;
}
.footer-dv p 
{
    color: #ffffff;
    margin-bottom: 15px;
}
.text-beta {
    color: #555555;
}
b, strong {
    font-weight: 600;
}
html .font-20 {
    font-size: 16px !important;
}
.text-grey {
    color: #adadad;
}
.fancy-list > li {
    padding: 5.5px 0 5.5px 28.6px;
}
.fancy-list li {
	background: rgba(0, 0, 0, 0) url("../images/airplane.png") no-repeat scroll 5px 10px;
    padding: 5.5px 0 5.5px 28.6px;
    position: relative;
}
.subscribe-form {
    position: relative;
}
form {
    margin-bottom: 22px;
}
form p {
    position: relative;
}
.slim-form input[type="text"], .slim-form input[type="email"], .slim-form input[type="search"], .slim-form textarea {
    border-width: 0 0 1px;
}
.full-inputs input[type="text"], .full-inputs input[type="email"], .full-inputs input[type="search"], .full-inputs textarea {
    display: block;
    width: 100%;
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="submit"], textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    line-height: 22px;
    padding: 11px;
    transition: all 0.2s ease 0s;
}
input[type="search"] {
    box-sizing: content-box;
}
input[type="text"] + span, input[type="email"] + span, input[type="search"] + span, textarea + span {
    left: 11px;
    pointer-events: none;
    position: absolute;
    top: 11px;
    transition: all 0.2s ease 0s;
}
body .text-alpha, .loop-facts .featured-icon:hover + *, .portfolio-filters > ul > li label input:checked + span::after, input[type="text"]:focus + span, input[type="email"]:focus + span, input[type="search"]:focus + span, textarea:focus + span, .big-tabs-content::after, .social-networks > li a:hover i, .social-networks > li a:focus i, .main-nav > ul > li ul li a, .active-big-tab > .tab-item > div {
    color: #017AC2 !important;
}
input[type="text"]:focus + span, input[type="email"]:focus + span, input[type="search"]:focus + span, textarea:focus + span {
    color: #017AC2;
    font-size: 0.9em;
    top: -7.33333px;
}
button[class^="button-"] {
    border: medium none;
}
html .make-full {
    display: block;
    width: 100%;
}
.bg-alpha, .vc_btn-alpha, .bg-alpha-hover:hover, .timeline-item > h6::before, .air-nav .current, .tabs-nav a::after, .featured-icon figure > a:hover, .big-tabs::before, .toggle-item input[type="radio"]:checked + h6, .sort-by > ul input[type="radio"] + span::before, .portfolio-filters > ul > li label input:checked + span:hover, button.button-outline:hover, .portfolio-filters > ul > li label input:checked + span {
    background: #017ac2 none repeat scroll 0 0 !important;
    color: #ffffff;
}
.button-sm {
    padding: 8.8px 22px;
}
[class^="button-"] {
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}
.bg-alpha {
    background-color: #ee1d24;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
html .row-fit [class*="col-"] {
    padding: 0;
}
.widget-dribbble li {
    padding: 1px !important;
}
.widget-dribbble li > a {
    transition: all 0.3s ease 0s;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
/****************************************************************************/ 
/*Footer Style Ends*/
/****************************************************************************/ 
.vc_custom_1428070752963 
{
    background-attachment: fixed;
    background-image: url("../images/w-travel.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
[data-box-img] {
    overflow: hidden;
    position: relative;
}
.box-img {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    will-change: transform, opacity;
}
.box-img > span {
    background-position: center 0;
    background-size: cover;
    bottom: -7em;
    left: 0;
    position: absolute;
    right: 0;
    top: -7em;
}
html .text-center {
    text-align: center;
}
.text-white {
    color: #ffffff;
}
html .font-3x {
    font-size: 3em !important;
}
html .no-margin {
    margin: 0;
}
.footer-dv a, .footer-dv .text-beta {
    color: #ffffff;
}
/**************************************************
	Features Starts
**************************************************/
.focus {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    padding-bottom: 100px;
}
.focus, .works, .about-us, .features, .packages, .products, .testimonial, .contact-us {
    padding-top: 40px;
}
.section-header {
    padding-bottom: 75px;
    text-align: center;
}
.section-header h2 {
    display: inline-block;
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.dark-text {
    color: #404040;
}
.section-header .section-legend {
    color: #808080;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 0;
}
.pixeden {
    bottom: 0;
    display: block;
    height: 63px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.section-header {
    text-align: center;
}
.focus-box .service-icon .pixeden {
    border-radius: 50%;
}
.focus {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    padding-bottom: 40px;
}
.focus .row {
    text-align: center;
}
.focus .row .focus-box, .our-team .row .team-box {
    display: inline-block;
    float: none !important;
    margin-bottom: 25px;
    margin-right: -4px;
    vertical-align: top;
}
.focus-box .service-icon {
    border: 10px solid #ececec;
    border-radius: 50%;
    height: 145px;
    margin: auto auto 20px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    width: 145px;
}
.red, .green, .blue, .yellow {
    transition: all 0.2s ease-in-out 0s;
}
.focus-box:nth-child(4n+1) .service-icon:hover {
    border: 10px solid #e96656;
}
.focus-box:nth-child(4n+2) .service-icon:hover {
    border: 10px solid #34d293;
}
.focus-box:nth-child(4n+3) .service-icon:hover {
    border: 10px solid #3ab0e2;
}
.focus-box:nth-child(4n+4) .service-icon:hover {
    border: 10px solid #f7d861;
}
.focus-box:nth-child(4n+1) .red-border-bottom::before {
    background: #e96656 none repeat scroll 0 0;
}
.focus-box:nth-child(4n+2) .red-border-bottom::before {
    background: #34d293 none repeat scroll 0 0;
}
.focus-box:nth-child(4n+3) .red-border-bottom::before {
    background: #3ab0e2 none repeat scroll 0 0;
}
.focus-box:nth-child(4n+4) .red-border-bottom::before {
    background: #f7d861 none repeat scroll 0 0;
}
.white-border-bottom::before {
    background: #f5f5f5 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 25%;
    margin: auto;
    position: absolute;
    width: 50%;
    z-index: 1;
}
.dark-border-bottom::before {
    background: #404040 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 25%;
    margin: auto;
    position: absolute;
    width: 50%;
    z-index: 1;
}
.red-border-bottom::before {
    background: #e96656 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 12.5%;
    margin: auto;
    position: absolute;
    width: 75%;
    z-index: 1;
}
.green-border-bottom::before {
    background: #34d293 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 12.5%;
    margin: auto;
    position: absolute;
    width: 75%;
    z-index: 1;
}
.blue-border-bottom::before {
    background: #3ab0e2 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 12.5%;
    margin: auto;
    position: absolute;
    width: 75%;
    z-index: 1;
}
.yellow-border-bottom::before {
    background: #f7d861 none repeat scroll 0 0;
    bottom: -9px;
    content: "";
    height: 2px;
    left: 12.5%;
    margin: auto;
    position: absolute;
    width: 75%;
    z-index: 1;
}
.focus-box h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #404040;
    display: inline-block;
    float: none;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    width: auto;
}
.focus-box p {
    color: #808080;
    font-size: 14px;
	text-align: justify;
}
.other-focuses {
    background: rgba(0, 0, 0, 0) url("images/lines.png") repeat-x scroll center center;
    margin-bottom: 25px;
}
.other-focuses .section-footer-title {
    color: #404040;
    font-weight: bold;
    padding: 0 15px;
}
.other-focus-list {
    margin-bottom: -17px;
    padding-top: 5px;
}
.other-focus-list ul li {
    display: inline-block;
    margin-right: 50px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.other-focus-list ul li:last-child {
    margin-right: 0;
}
.other-focus-list ul li i {
    margin-right: 8px;
}
/**************************************************
	Features Ends
**************************************************/
/*******************Main Slider Starts************/
svg {
  display: block;
  overflow: visible;
}

.slider-container {
  position: relative;
  height: 500px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: all-scroll;
}

.slider-control {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  opacity: 0;
}
.slider-control.inactive:hover {
  cursor: auto;
}
.slider-control:not(.inactive):hover {
  opacity: 1;
  cursor: pointer;
}
.slider-control.left {
  left: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
  right: 0;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0;
  list-style-type: none;
}
.slider-pagi__elem {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}
.slider-pagi__elem:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.slider {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider.animating {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}
.slider.animating .slide__bg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  will-change: transform;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slide__bg {
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  will-change: transform;
}
.slide:nth-child(1) {
  left: 0;
}
.slide:nth-child(1) .slide__bg {
  left: 0;
  background-image: url("../images/banner.jpg");
}
.slide:nth-child(1) .slide__overlay-path {
  fill: #4B98E0;
}
@media (max-width: 991px) {
  .slide:nth-child(1) .slide__text {
    background-color: rgba(233, 156, 126, 0.8);
  }
}
.slide:nth-child(2) {
  left: 100%;
}
.slide:nth-child(2) .slide__bg {
  left: -50%;
  background-image: url("../images/banner-1.jpg");
}
.slide:nth-child(2) .slide__overlay-path {
  fill: #4B98E0;
}
@media (max-width: 991px) {
  .slide:nth-child(2) .slide__text {
    background-color: rgba(225, 204, 174, 0.8);
  }
}
.slide:nth-child(3) {
  left: 200%;
}
.slide:nth-child(3) .slide__bg {
  left: -100%;
  background-image: url("../images/banner-2.jpg");
}
.slide:nth-child(3) .slide__overlay-path {
  fill: #4B98E0;
}
@media (max-width: 991px) {
  .slide:nth-child(3) .slide__text {
    background-color: rgba(173, 197, 205, 0.8);
  }
}
.slide:nth-child(4) {
  left: 300%;
}
.slide:nth-child(4) .slide__bg {
  left: -150%;
  background-image: url("../images/banner-3.jpg");
}
.slide:nth-child(4) .slide__overlay-path {
  fill: #4B98E0;
}
@media (max-width: 991px) {
  .slide:nth-child(4) .slide__text {
    background-color: rgba(203, 198, 195, 0.8);
  }
}
.slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  min-height: 810px;
  -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
  will-change: transform, opacity;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  opacity: 0;
}
@media (max-width: 991px) {
  .slide__overlay {
    display: none;
  }
}
.slide__overlay path {
  opacity: 0.8;
}
.slide__text {
  position: absolute;
  width: 25%;
  bottom: 15%;
  left: 12%;
  color: #fff;
  -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  will-change: transform, opacity;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 991px) {
  .slide__text {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20rem;
    text-align: center;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    padding: 0 1rem;
  }
}
.slide__text-heading {
  font-family: "Polar", Helvetica, Arial, sans-serif;
  font-size: 5rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .slide__text-heading {
    line-height: 20rem;
    font-size: 3.5rem;
  }
}
.slide__text-desc {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .slide__text-desc {
    display: none;
  }
}
.slide__text-link {
  z-index: 5;
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.3rem;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (max-width: 991px) {
  .slide__text-link {
    display: none;
  }
}
.slide__text-link:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: rotateX(-85deg);
          transform: rotateX(-85deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}
.slide__text-link:hover:before {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
/*******************Main Slider Ends**************/
/*******************Testimonial Starts************/
article {
	background: #0079c2 url("../images/Contingent-Collage-2.jpg") repeat fixed 0 0 / 100% auto;
	margin: 0 auto;
	width: 100%;
	padding: 1em;
	color:#FFFFFF;
}
.quote {
  padding: 15px 20px 5px 15px;
  margin-bottom: 30px;
}

.student {
	display: none;
	margin-left: 15px;
	margin-bottom: 30px;
}

.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}

.student p {
  position: relative;
  top: 5px;
  text-transform: uppercase;
}

.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}
/*******************Testimonial Ends**************/
.supplier-lst h2 {
    color: #404040;
    margin: 45px 0;
    text-align: center;
}
.test-nial h2 {
    text-align: center;
}
.page-parallax {
    background: rgba(0, 0, 0, 0) url("../images/banner-31.jpg") repeat fixed 0 0;
}
.page-content {
    background: #f5f5f5 url("../images/plane.png") no-repeat scroll left center;
	margin : 134px 0 0;
    padding: 25px 0 65px;
}
.page-content-2 {
    background: #f5f5f5;
	margin : 134px 0 0;
    padding: 25px 0 ;
}
.services-list li {
    border-bottom: 1px solid #e7e7e7;
    font-size: 19px;
    margin: 5px 0;
    padding: 10px 0;
    position: relative;
}
.services-list li::after {
    background: #b6b6b6 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.cpy-dv {
    background: #222222 none repeat scroll 0 0;
}
.cpy-ryt {
    font-size: 12px;
    margin: 0;
    padding: 5px 0;
}
.page-parallax h1 {
    background: rgba(0, 122, 194, 0.7) none repeat scroll 0 0;
    color: #ffffff;
    margin: 0;
    padding: 70px 0;
    text-align: center;
}
.services-list img {
    margin: 0 15px 0 0;
    vertical-align: middle;
}
/*Mega Menu Drop Down Starts*/
.menu-container {
    width:100%;
    margin: 0 auto;
    padding: 20px 0;
}
.menu {
    position: relative;
    float: right;
}
.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
    text-decoration: none;
}
.menu a:hover {
    color: #227087;
    text-decoration: none;
}
.menu > li {
    display: inline-block;
}
.menu > li > a {
    padding:20px 18px;
    display: block;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.menu > li:hover > a {
    color: #227087;
}
.menu > li:hover {
    background-color: #fff;
}
/* Megadrop width dropdown */
 .menu > li > .megadrop 
 {
     box-shadow: 0px 1px 1px 1px #616161;
     background: #ffffff none repeat scroll 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top:53px;
    left: 0px;
    min-height: 100px;
    text-align: left;
    margin-top:30px;
    padding: 0;
    z-index: 99;
    overflow: hidden;
 }
 .menu > li > .megadrop.megadrop-service{
	left: 80px;
}
.megadrop.megadrop-suppliers {
    width: 140%;
}

.suppliers-main-menu .active a {
    background: #eeeeee none repeat scroll 0 0;
}

.menu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.menu ul li:hover:after {
    color: #227087;
}
.menu .col {
    float: left;
    color:white;
    margin: 5px 25px 0;
}
.menu .col ul {
    padding: 0;
    margin: 0;
}
.menu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 11px;
}
.menu .col h3 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #333333;
}
.menu .col ul li a {
    color: #333333;
    display: block;
    font-family: roboto;
    font-size: 12px;
    padding: 5px 0 10px;
    border-bottom: 0.1px dotted #cdcdcd;
}
.menu .col ul li a:hover .glyphicon {
    transform: rotateY(360deg);
    transition: all 0.2s ease-in-out;
}
.megadrop ul li a:hover {
    color: #007ac2;
    transform: scale(1.02);
}
.menu > li > ul li ul, .menu li >ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}
.megadrop-pro {
	width: 198%;
}
.megadrop-sup {
	width: 142%;
}
.col.col-2 {
    margin: 5px 10px 0 10px;
}
.dropdown.drop-single-col {
    position: relative;
}
.megadrop .glyphicon-menu-right {
    margin: 0 8px 0 0;
    color: #007AC2;
}
/*Mega Menu Drop Down Ends*/
.page-title h2 {
    color: #404040;
    font-weight: 200;
}
.services-list h3 {
    color: #404040;
}



/*06-Sep-2016*/
#carousel, #carousel > div {
    display: block;
    width: 100%;
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
    overflow: hidden;
}
#carousel > div {
	position: absolute;
}
#carousel > i {
	color: #ffffff;
	position: absolute;
	font-size: 60px;
	margin: 20px;
	top: 40%;
	cursor: pointer;
	-moz-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}
#carousel > #left {
	left: -100px;
}
#carousel > #right {
	right: -100px;
}
#carousel:hover > #left {
	left:0;
}
#carousel:hover > #right {
	right: 0;
}
#carousel > i:active {
	color: #ac4d4d;
	text-shadow: 0 5px 2px #000000;
	-moz-transform: translate(0,5px);
	-ms-transform: translate(0,5px);
	-o-transform: translate(0,5px);
	-webkit-transform: translate(0,5px);
	transform: translate(0,5px);
	cursor: pointer;
}
#carousel > ul {
	position: absolute;
	bottom: 10px;
	/*change left property to adjust the position of the buttons*/
	right: 70px;
	z-index: 4;
	padding: 0;
	margin: 0;
}
#carousel > ul > li {
	margin: 0;
	padding: 0;
	width: 15px;
	height: 15px;
	list-style: none;
	float: left;
	background-color: white;
	margin-right: 20px;
	cursor: pointer;
	border: 4px solid #0076b6;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
#carousel > ul > li.showli {
	background-color: #0076b6;
	border: 5px solid white;
	-moz-animation: boing .5s forwards;
	-o-animation: boing .5s forwards;
	-webkit-animation: boing .5s forwards;
	animation: boing .5s forwards;
}
#carousel > ul > li:hover {
	background-color: #0076b6;
	border: 5px solid white;
}
#carousel > div.show {
	z-index: 1;
}
@keyframes boing{
	0%{transform:scale(1.2)}
	40%{transform:scale(.6)}
	60%{transform:scale(1.2)}
	80%{transform:scale(.8)}
	100%{transform:scale(1)}
}
.why-us-dv {
    float: left;
    margin: 40px 0;
    width: 100%;
}
.why-us-dv h2 {
    color: #404040;
    font-weight: normal;
    margin: 0 0 35px;
}
table, tr, td {
    
}
td {
    font-size: 16px;
    padding: 15px 15px 10px 0;
}
.why-us-dv i {
    color: #dddddd;
    font-size: 11px;
}
.tablet-img-dv {
    float: left;
    margin: 50px 0 0;
    width: 100%;
}
.footer-dv {
    background: #3f3f3f none repeat scroll 0 0;
}
.font-3x i {
    display: block;
    font-size: 45px;
}
.font-3x span {
    display: block;
    font-size: 30px;
    font-weight: 200;
    line-height: normal;
}
.text-count {
    color: #ffffff;
}
.text-count h6 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0 0;
}
.contact-addres h2,.contact-msg h2 {
    color: #404040;
    font-weight: 200;
    margin: 0 0 20px;
}
.adr-lbl {
    font-weight: bold;
    width: 20%;
}
.contact-addres span {
    float: left;
}
.contact-addres li {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
.contact-addres {
    float: left;
    margin: 35px 0 0;
    width: 100%;
}
.contact-msg {
    float: left;
    margin: 35px 0 0;
    width: 100%;
}
.form-row {
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.form-row label {
    display: block;
}
.form-row input[type="text"],.form-row select {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    height: 40px;
    width: 90%;
}
.form-row select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
    background: #f0f0f0 url("../images/arrow-down.png") no-repeat scroll 95% center / 12px 12px;
}
.form-row textarea {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    width: 90%;
    border-radius: 4px;
}
.page-content-desc h2 {
    font-size: 20px;
    margin: 25px 0 20px;
}
.page-content-desc p {
    text-align: justify;
}
.page-leftbar-image {
    float: left;
    padding: 20px 0 0;
	text-align: center;
    width: 100%;
}
.cont-dig > span {
    display: inline-block;
    margin: 0 5px;
}
.why-us-dv img {
    vertical-align: middle;
}
.social-icons li {
    display: inline-block;
    margin: 0 5px;
}
.social-icons > ul {
    text-align: center;
}
.social-icons a {
    display: block;
}
.pg-features li {
    background: rgba(0, 0, 0, 0) url("../images/aeroplane.png") no-repeat scroll 5px 19px / 12px 12px;
    font-size: 16px;
    padding: 10px 0 10px 25px;
}
.suppliers-main-menu .nav li {
    display: inline-block;
    width: 14%;
}
.suppliers-main-menu .nav {
    display: block;
    text-align: center;
}
.suppliers-main-menu img {
    display: inline-block;
    width: 32px;
}
.suppliers-main-menu label {
    display: block;
    margin: 15px 0 0;
}
.suplier-lst {
    box-shadow: 0 3px 6px -2px #cdcdcd;
    float: left;
    margin: 0 0 25px;
    width: 100%;
}
.suplier-img {
    float: left;
	padding: 20px;
    width: 20%;
	text-align: center;
}
.suplier-desc {
    float: left;
	padding: 20px;
    width: 80%;
}
.suplier-desc p {
    text-align: justify;
}
.tab-content {
    float: left;
    margin: 40px 0 0;
    width: 100%;
}
.portfolio-lst li {
    border: 6px solid #f5f5f5;
    box-shadow: 0 0 3px 0 #cdcdcd;
    float: left;
    height: 250px;
    margin: 5px 10px 20px;
    overflow: hidden;
    width: 23%;
}
.form-row li {
    display: inline-block;
    margin: 0 20px 0 0;
}
.form-row input[type="radio"] {
    margin: 0 5px 0 0;
}
.req-mark {
    color: #ff0000;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
.fa-india:before {
	content:url("../images/india.png");
	position: absolute;
    top: 3px;
}
.fa-singapore:before {
	content:url("../images/singapore.png");
	position: absolute;
    top: 3px;
}
.fa-United-States:before {
	content:url("../images/United-States.png");
	position: absolute;
    top: 3px;
}
.req-demo-lnk {
    margin: 35px 0 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
	z-index: 10;
}
.req-demo-lnk a {
    background: #f7e830 none repeat scroll 0 0;
    border-radius: 50px 0 0 4px;
	box-shadow: 0 2px 1px 2px #d2c30b;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: bold;
    padding: 19px 25px;
    transition: all 0.5s ease 0s;
}
.req-demo-lnk a:hover {
    background: #07A7FC none repeat scroll 0 0;
	box-shadow: 0 2px 1px 2px #248adf;
}
.bg-alpha:hover {
    background: #07A7FC none repeat scroll 0 0 !important;
}
.form-row ul {
    margin: 20px 0 0;
}
.suplier-desc h2 {
    display: none;
}

/*tabs*/
.sexytabs > ul {
  box-shadow: 0px 3px 2px -3px #cdcdcd;
  text-align: center;
  font-weight: 500;
  padding: 0;
  position: relative;
  z-index: 1;
}
.sexytabs > ul > li {
  display: inline-block;
  background: #ffffff;
  padding: 26px 0 10px;
  position: relative;
  width: 25%;
  margin: 0 0 0 -4px;
}
.sexytabs > ul > li:before, .sexytabs > ul > li:after {
  opacity: 0;
  transition: 0.3s ease;
}
.sexytabs > ul > li.ui-tabs-active:before, .sexytabs > ul > li.ui-tabs-active:after, .sexytabs > ul > li.ui-state-hover:before, .sexytabs > ul > li.ui-state-hover:after, .sexytabs > ul > li.ui-state-focus:before, .sexytabs > ul > li.ui-state-focus:after {
  opacity: 1;
}
.sexytabs > ul > li:before, .sexytabs > ul > li.ui-state-active.ui-state-hover:before, .sexytabs > ul > li.ui-state-active.ui-state-focus:before {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 2px 3px rgba(22, 195, 255, 0.5);
  top: 50%;
  bottom: 0px;
  left: 5px;
  right: 5px;
  border-radius: 100px / 10px;
}
.sexytabs > ul > li:after, .sexytabs > ul > li.ui-state-active.ui-state-hover:after, .sexytabs > ul > li.ui-state-active.ui-state-focus:after {
  content: "";
  background: #fafafa;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
  transform: rotate(45deg);
  box-shadow: inset 3px 3px 3px rgba(22, 195, 255, 0.5), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.sexytabs > ul > li.ui-state-hover:before, .sexytabs > ul > li.ui-state-focus:before {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.sexytabs > ul > li.ui-state-hover:after, .sexytabs > ul > li.ui-state-focus:after {
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2), inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.sexytabs > ul > li:focus {
  outline: none;
}
.sexytabs > ul > li a {
  color: #444;
  text-decoration: none;
  font-family: roboto;
  font-size: 18px;
}
.sexytabs > ul > li a:focus {
  outline: none;
}
.sexytabs > ul > li a span {
  position: relative;
  top: -0.5em;
}

.sexytabs.dark > ul {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.sexytabs.dark > ul > li {
  background: #333;
}
.sexytabs.dark > ul > li:before, .sexytabs.dark > ul > li.ui-state-active.ui-state-hover:before, .sexytabs.dark > ul > li.ui-state-active.ui-state-focus:before {
  box-shadow: 0 2px 3px rgba(255, 255, 255, 0.3);
}
.sexytabs.dark > ul > li:after, .sexytabs.dark > ul > li.ui-state-active.ui-state-hover:after, .sexytabs.dark > ul > li.ui-state-active.ui-state-focus:after {
  background: #333;
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, 0.3), inset 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.sexytabs.dark > ul > li.ui-state-hover:before, .sexytabs.dark > ul > li.ui-state-focus:before {
  box-shadow: none;
}
.sexytabs.dark > ul > li.ui-state-hover:after, .sexytabs.dark > ul > li.ui-state-focus:after {
  box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.sexytabs.dark > ul > li a {
  color: white;
}

.sexytabs {
  min-width: 360px;
  margin: auto;
}

/**/
.page-fet-bene-dv {
    float: left;
    margin: 25px 0;
    width: 100%;
}
.page-fet-bene-lst {
    float: left;
    width: 50%;
}
.page-fet-bene-lst li {
    background: rgba(0, 0, 0, 0) url("../images/dot.png") no-repeat scroll left center / 7px 7px;
    padding: 5px 0 5px 25px;
}
.contact-us-map {
    float: left;
    margin: 35px 0 0;
    width: 100%;
}
.pro-lft-dv li {
    background: rgba(0, 0, 0, 0) url("../images/dot.png") no-repeat scroll 0 14px / 5px 5px;
    padding: 4px 0 4px 10px;
}
.page-leftbar-image-lst img {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #ededed;
    padding: 20px;
    width: 200px;
}
.page-leftbar-image-lst ul {
    padding: 0 30px;
}
.page-leftbar-image-lst {
    margin: 20px 0;
}
.slider-fluid {
	margin-top: 134px;
}
.white-bg {
    background: #ffffff none repeat scroll 0 0;
}
.supplier-lst {
    float: left;
    max-height: 265px;
    overflow: hidden;
    width: 100%;
}
.pro-lft-dv {
    margin: 85px 0 0;
}
#tab-2 li, #tab-3 li {
    list-style-type: initial;
}
.lightpage p {
    text-align: justify;
}
.profile-title {
    color: #007ac2;
    font-size: 16px;
    font-weight: bold;
}
.quote p {
    font-size: 17px;
    text-align: center;
}
.ser-feat-lst li {
    list-style: inside none disc;
}
.page-leftbar-image-lst li:nth-child(2n+1) {
	text-align: right;
}
/*.page-leftbar-image-lst li:nth-child(2n+1)::after {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 11%;
    bottom: -6px;
	box-shadow: 0 0 1px 1px #ededed;
    content: "";
    height: 20px;
    left: 48%;
    position: absolute;
    width: 20px;
	z-index: 1;
}
.page-leftbar-image-lst li:nth-child(2n+2)::after {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 11%;
    bottom: -6px;
	box-shadow: 0 0 1px 1px #ededed;
    content: "";
    height: 20px;
    right: 48%;
    position: absolute;
    width: 20px;
	z-index: 1;
}*/
.page-leftbar-image-lst li {
	position: relative;
}
.page-leftbar-image-lst li:last-child::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.icon.flaticon-telephone-3 {
    margin: 0;
}
.icon.flaticon-communication {
    margin: 0;
}
.contact-dv {
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 #cdcdcd;
    margin-bottom: 45px;
    padding: 20px 0;
}
.navbar-toggle .icon-bar {
	background: #808080 none repeat scroll 0 0;
}
.brochure {
    font-size: 18px;
    margin: 50px 0 0;
    text-align: center;
}
.brochure a {
    background: rgba(0, 0, 0, 0) url("../images/brochure.png") no-repeat scroll left center / 32px auto;
    padding: 10px 0 10px 40px;
}
.footer-ter-pol {
    padding: 5px 0;
    text-align: right;
}
.footer-ter-pol li {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
}
.footer-ter-pol a {
    color: #808080;
}
.footer-ter-pol li:first-child a {
    border-right: 1px solid #808080;
    padding: 0 20px 0 0;
}
.mobile-show  {
	display: none;
}
@media only screen and (max-width: 479px) {
.page-content-2 , .page-content{
	margin: 0;
}
.pro-lft-dv {
	margin: 0;
}
.sexytabs {
	min-width: auto;
}
.sexytabs > ul > li a{
	font-size: 11px;
}
.req-demo-lnk {
	display: none;
}
.suppliers-main-menu .nav li {
	width: auto;
}
.suplier-img {
	width: 100%;
	padding: 0;
}
.suplier-desc {
	width: 100%;
}
.main-header , .main-header .top-bar .info-outer{
position: relative;	
}
.main-header .top-bar .info-box li::after {
	right: -15px;
}
.main-header .top-bar .info-box li {
	margin-right: 20px !important;
}
.page-wrapper {
	min-width: auto;
}
.slider-fluid {
    margin-top: 0;
}
.navbar {
	background: white none repeat scroll 0 0;
    border: 0 none;
    margin-bottom: 0;
}
.navbar-brand > img {
    max-width: 80%;
}
.navbar-toggle {
	margin-top :20px;
}
.navbar-brand {
	padding: 0;
}
.navbar-nav .dropdown .glyphicon {
    margin: 0 10px 0 0;
}
.mobile-hide {
display: none;
}
.mobile-show  {
	display: block;
}
.main-header .top-bar .info-box {
	right :0;	

	}
.main-header .top-bar .info-box li {
	margin-right :50px;
}
.main-header .header-upper {
	margin : 45px 0 10px;
}
.main-header .header-upper .logo {
	width: 80%;
}
.main-header .header-upper .nav-outer {
	margin-top: 0;
}
.vc_custom_1428070752963 {
	background-size: 100% 100%;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.pro-lft-dv {
	margin: 0;
}
.page-content-2 , .page-content {
	margin: 0;
}
.req-demo-lnk {
	display: none;
}
.suppliers-main-menu .nav li {
	width: auto;
}
.suplier-img {
	width: 100%;
	padding: 0;
}
.suplier-desc {
	width: 100%;
}
.main-header , .main-header .top-bar .info-outer{
position: relative;	
}
.main-header .top-bar .info-box li::after {
	right: -15px;
}
.main-header .top-bar .info-box li {
	margin-right: 20px !important;
}
.page-wrapper {
	min-width: auto;
}
.slider-fluid {
    margin-top: 0;
}
.navbar {
	background: white none repeat scroll 0 0;
    border: 0 none;
    margin-bottom: 0;
}
.navbar-brand > img {
    max-width: 80%;
}
.navbar-toggle {
	margin-top :20px;
}
.navbar-brand {
	padding: 0;
}
.navbar-nav .dropdown .glyphicon {
    margin: 0 10px 0 0;
}
.mobile-hide {
display: none;
}
.mobile-show  {
	display: block;
}
.main-header .top-bar .info-box {
	right :0;	

	}
.main-header .top-bar .info-box li {
	margin-right :50px;
}
.main-header .header-upper {
	margin : 45px 0 10px;
}
.main-header .header-upper .logo {
	width: 80%;
}
.main-header .header-upper .nav-outer {
	margin-top: 0;
}
.vc_custom_1428070752963 {
	background-size: 100% 100%;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.main-header , .main-header .top-bar .info-outer{
position: relative;	
}
.page-content-2 {
	margin: 0;
}
.slider-fluid {
    margin-top: 0;
}
.main-header .header-upper .logo {
	text-align: center;
	width: 100%;
}
.main-header .header-upper .nav-outer {
	margin-top: 0;
}
.navbar-brand {
	padding: 0;
}
}	


/*blog-page starts*/
.blog-page-content {
	margin: 134px 0 0;
}
	 #error_message
	{
		background: #F3A6A6;
	}
	#success_message
	{
		background: #CCF5CC;
	}
	.suc_message {
		border-radius: 4px;
		display: inline-block;
		padding: 5px 25px;
	}
	.blog-banner img{
	position: relative;
	}
	.blog-banner h1{
    color: #fff;
	text-shadow: 2px 2px 3px #0e4160;
	}
	.blog-content {
	padding: 45px 0;
	}
	
	.main-blog {
	box-shadow: 0 3px 6px -2px #cdcdcd;
    float: left;
    margin: 0 0 30px;
    min-height: 416px;
    width: 100%;
}
.blog-banner {
   background: rgba(0, 0, 0, 0) url("../images/blog-banner.jpg") repeat scroll 0 0 / cover ;
    float: left;
    margin: 0 0 35px;
    padding: 60px 0;
    width: 100%;
}
.blog-content-inner {
    float: left;
    padding: 20px 15px;
    width: 100%;
}
.blog-content-inner h3 {
    color: #333333;
    font-size: 18px;
    height: 58px;
    line-height: 27px;
    margin: 0;
    overflow: hidden;
    white-space: normal;
}
.blog-sidebar > h3 {
    color: #333333;
    font-size: 18px;
}
	.read-more{
	background: #07a7fc none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    float: right;
    margin: 12px 0 0;
    padding: 3px 15px;
	}
	.read-more:hover {
    background: #008be0 none repeat scroll 0 0;
    border-radius: 7px;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
	/* .date{
	background: #cdcdcd none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: -1px 3px 3px 0 #b5b5b5;
    float: left;
    font-size: 15px;
    font-style: italic;
    padding: 5px 8px;
	} */
	.date{ background: #cdcdcd none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: -1px 3px 3px 0 #b5b5b5;
    float: left;
    font-size: 15px;
    padding: 0;
	}
	.social-media img {
	 vertical-align: middle;
    
	}
	@media screen and (max-width: 767px)
	{
	.blog-banner h1{
	  top: 240px;
	}
	}
	@media screen and (max-width: 991px)
	{
	.blog img{
	padding-top: 20px;
	}
	.main-blog img{
	width: 100%;
	}
	}
	
	.social-icon img {
	/* background-color: #07A7FC; */
    padding: 3px;
	}
	.social-icon {
	float: right;
	}
	.main-blog-img {
		float: left;
		margin: 0 0 40px;
		text-align: center;
		width: 100%;
	}
	.main-blog-img img{
		max-height: 300px;
		max-width: 100%;
	}
	/* .side-logo img{
	width: 140px;
	border-radius: 100%;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.17);
    padding: 18px;
} */
.quick-facts {
margin:0;
}
.text-box {
margin: 35px 0 0;
}
.text-box button{
background-color: #ef9815;
    border: medium none;
    line-height: 38px;
	color: #fff;
	}
.text-box input[type="text"]{
line-height: 15px;

}
.blog-sidebar p {
    text-align: justify;
}
.main-blog-details p {
    text-align: justify;
}
.main-blog-details h2 {
font-size: 20px;
color: #333;
}
.social-icon.list-inline > h5 {
    display: inline-block;
}
.main-blog-social-share {
    float: left;
    margin: 15px 0 0;
    width: 100%;
}
.social-media.list-inline a {
   
    display: block;
    padding: 5px 5px;
}
.blog-main-content {
    box-shadow: 0 3px 6px -2px #cdcdcd;
    float: left;
    padding: 0 15px 15px;
    width: 100%;
}
.blog-content-inner p {
    text-align: justify;
}
/* .date span {
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 20px;
} */
.date span {
    display: block;
    line-height: 16px;
    padding: 3px 5px;
}
.date .blog-month {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 4px 6px;
    text-align: center;
}
.blog-month1 {
    background-color: #ffffff;
    color: #07a7fc;
    font-size: 17px;
    padding: 0;
    text-align: center;
}
.march {
    background-color: #07a7fc;
    border-radius: 3px;
    color: #ffffff;
    font-size: 13px;
}
/* .date .blog-month {
	border-top: 1px solid #a1a1a1;
    color: #169ee3;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 0 0;
} */
.blog-img img{
	width:100%;
	height:215px;
	}

.blog-content-description {
    float: left;
    height: 166px;
    width: 100%;
	overflow:hidden;
}

.fa-uk::before {
    content: url("../images/United-Kingdom.png");
    position: absolute;
    top: 3px;
}
.info-box li:last-child::after {
    display: none;
}


