body{
	font-family: 'open_sansregular', sans-serif;
	margin:0;
	padding:0;
	background:#fff;
	border-top: #d05128 solid 6px;
 }
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul{
margin:0;
padding:0;
}


@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.t-title{padding: 15px;float: left;font-family: 'open_sansbold'; color:#fff; text-transform:uppercase;}

/*-- header --*/
.search {
  width: 220px;
  float: right;  
  margin-top: 10px;
  border: 1px solid #d2cfcf;
  border-radius: 20px;
  background:#f8f8f8;

}
.search input[type="search"] {
  border: none;
  width: 71%;
  outline: none;
  padding: 5px 10px;
  font-size: 14px;
  background:#f8f8f8;
  color: #9e9e9e;
  margin-left: 12px;
}
.search input[type="text"] {
  border: none;
  width: 71%;
  outline: none;
  padding: 5px 10px;
  font-size: 14px;
  background:#f8f8f8;
  color: #9e9e9e;
  margin-left: 12px;
}
.search input[type="submit"]{
  background: url(../images/search.png) no-repeat 12px 7px #343434;
  width: 47px;
  height: 34px;
  border: none;
  margin: 0 0 0 0px;
  padding:0;
  border-left: 1px solid #d2cfcf;
  border-right:none;
  border-bottom:none;
  border-top:none;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.logo{
float:left;
}
.logo a{
display:block;
}
.top-link{width: auto;float: right;display: block;}
.top-link ul{ float:left; margin:2em 0;}
.top-link ul li{float: left;display: block;padding: 10px 0px 10px 30px;font-size: 16px;}
.top-link ul li i{ color:#fff; margin-right:5px;}
.top-link ul li a{ color:#fff; text-decoration:none; font-family: 'open_sanssemibold';}
.top-link ul li a:hover{ color:#f3f3f3;}
.tele_i{ background:url(../images/tele_i.png) 5px 10px no-repeat;}
.email_i{ background:url(../images/email-i.png) 5px 15px no-repeat;margin-left: 15px;}
.email_i a{ text-decoration:none;color:#343434;}
.email_i a:hover{ color:#f5100d;}
.header { background:#16b5fb; margin: 0px;}

.nav-wil{padding:0;}
.navbar-default .navbar-nav > li > a{
	font-family: 'open_sansbold';
	text-transform:uppercase;
	background:none;
	color:#fff;
	font-size:13px;
	border-right: 1px solid #dedddd;
}
.start{ border-left:1px solid #dedddd;}

  #drop-nav ul {list-style: none;padding: 0px;margin: 0px;   border-bottom: #9e9e9e 3px solid;}
  #drop-nav ul li {display: block;position: relative;float: left;  border-bottom: #e2e2e2 1px solid; }
  #drop-nav li ul {display: none; width:230px; padding-top:2px;  border-right: 1px solid #e2e2e2;border-left: 1px solid #e2e2e2;}
  #drop-nav ul li a {font-family: 'open_sanssemibold'; line-height: 20px;font-size: 12px;display: block;padding:12px 15px;text-decoration: none;color: #343434; text-align:left;}
  #drop-nav ul li a:hover { color:#fff;}
  #drop-nav li:hover ul {display:inline-block; position: absolute; z-index:9; width:230px;}
  #drop-nav li:hover li {float: none; background:url(../images/arr_n.png)#fff 12px 16px no-repeat!important; z-index:99;}
  #drop-nav li:hover li:hover {background:url(../images/arr_n_a.png)#d05128 12px 16px no-repeat!important; z-index:99;}
  #drop-nav li ul li {border-top: 0px; text-align:left;}

.nav > li > a {
  padding: 1em 3em;
}
.navbar-nav {
  float: left;
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #d05128!important;
  /*background:url(../images/nav-active.jpg) repeat-x!important;*/
  background: rgb(213,213,213);
  background: linear-gradient(180deg, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 52%, rgba(232,227,226,1) 100%);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #d05128;
  background: rgb(213,213,213);
  background: linear-gradient(180deg, rgba(213,213,213,1) 0%, rgba(255,255,255,1) 52%, rgba(232,227,226,1) 100%);
}
.navbar-default .navbar-collapse{
  border-color: #fbfbfb;
}
.social-icons{
float:right;
margin-right: 20px;
}
.social-icons ul {
margin: 12px 0 0 0;
padding:0;
}
.social-icons ul li{
list-style-type:none;
display:inline-block;
margin-right: 5px;
}
.social-icons ul li a.twi:hover{
  background: url(../images/icon-sprite.png) no-repeat 0px -26px;
    transform: rotateY(360deg);
  }
.social-icons ul li a.twi{
  background: url(../images/icon-sprite.png) no-repeat 0px 0px;
  width: 25px;
  height: 25px;
  display:inline-block;
}
.social-icons ul li a.fb:hover{
  background: url(../images/icon-sprite.png) no-repeat -26px -26px;
    transform: rotateY(360deg);
  }
.social-icons ul li a.fb{
  background: url(../images/icon-sprite.png) no-repeat -26px 0px;
  width: 25px;
  height: 25px;
  display:inline-block;
}
.social-icons ul li a.chec:hover{
  background: url(../images/icon-sprite.png) no-repeat -52px -26px;
    transform: rotateY(360deg);
  }
.social-icons ul li a.chec{
  background: url(../images/icon-sprite.png) no-repeat -52px 0px;
  width: 25px;
  height: 25px;
  display:inline-block;
}
.navigation {
  margin: 0;
  /*background-color: #d05128;
  border-top: #e7e7e7 solid 1px;*/
  background: rgb(179,59,20);
  background: linear-gradient(180deg, rgba(179,59,20,1) 0%, rgba(208,81,40,1) 52%, rgba(228,93,50,1) 100%);
}
.banner{ background:url(../images/banner_bg.jpg)#fff center bottom repeat-x;}
.banner1{ background:url(../images/banner_bg1.jpg)#fff center bottom repeat-x;}


/*.banner{
  background: #f3f3f3;
  background: url(../images/banner_bg.jpg) repeat-x;
  background: url(../images/banner_bg.jpg) repeat-x, -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff)); 
  background: url(../images/banner_bg.jpg) repeat-x, -webkit-linear-gradient(top, #f3f3f3, #fff);
  background: url(../images/banner_bg.jpg) repeat-x,    -moz-linear-gradient(top, #f3f3f3, #fff);
  background: url(../images/banner_bg.jpg) repeat-x,      -o-linear-gradient(top, #f3f3f3, #fff);
  background: url(../images/banner_bg.jpg) repeat-x,         linear-gradient(to bottom, #f3f3f3, #fff);

}*/





.banner-info{
	background:#fff;
}

.bann-top { min-height:400px;}

.bann-top.first{
   background:url(../images/banner1.jpg) no-repeat 0px 0px;
   background-position: center;
   background-size:cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	
}
.bann-top.second{
   background:url(../images/banner2.jpg) no-repeat 0px 0px;
   background-position: center;
   background-size:cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	

}
.bann-top.third{
   background:url(../images/banner3.jpg) no-repeat 0px 0px;
   background-position: center;
   background-size:cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	

}
.banner-left img{
width:100%;
}
.banner-right{
background: rgba(0, 0, 0, 0.6);
width:42%;
float: left;
margin-top:20%;
}
.banner-right h1{
font-family: 'open_sansbold';
font-size:22px;
margin:0;
color:#fff;
text-align:left;
line-height: 1.3em;
}
.banner-right p{
margin:24px 0 30px 0;
font-size:15px;
color:#ffffff;
line-height:1.8em;
}
.bann-pad{
padding:25px 20px !important;
}
.bann-pad a{
border-radius: 5px;
text-decoration:none;
margin-left: 110px;
font-size:20px;
color:#fff;
padding:14px 20px;
background: #fe4000; /* Old browsers */
background: -moz-linear-gradient(top,  #fe4000 0%, #fe4000 50%, #e20100 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe4000), color-stop(50%,#fe4000), color-stop(77%,#e20100)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fe4000 0%,#fe4000 50%,#e20100 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fe4000 0%,#fe4000 50%,#e20100 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fe4000 0%,#fe4000 50%,#e20100 77%); /* IE10+ */
background: linear-gradient(to bottom,  #fe4000 0%,#fe4000 50%,#e20100 77%); /* W3C */
}
/*-- Slider Part starts Here --*/
#slider3,#slider4  {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  background:#fff;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 61%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 35px;
	width: 35px;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.prev {background: transparent url("../images/themes.png") no-repeat 0px -36px;right: 90%;}
.callbacks_nav.prev:hover, .callbacks_nav.prev:focus{background-position: 0px 0px;}

.callbacks_nav.next {background: transparent url("../images/themes.png") no-repeat -36px -36px;left: 90%;}
.callbacks_nav.next:hover, .callbacks_nav.next:focus{ background-position: -36px 0px;}

#slider3-pager a,#slider4-pager a  {
  display: inline-block;
}
#slider3-pager span,#slider4-pager span{
  float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a {
  padding: 0;
}
#slider3-pager li, #slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}

.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 80%;
	z-index: 999;
	left: 46%;
	padding: 0;
	margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
top: 73%;
left:46%;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}

.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:20px;
  width:20px;
  display:inline-block;
  background: #fff;
  border: 2px #fff solid;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	background: #d05128;	
}
a.callbacks_nav.callbacks2_nav.prev {
background: transparent url("../images/2.png") no-repeat left top;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.next{
background: transparent url("../images/2.png") no-repeat -29px 0px;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.prev {
left: 86% !important;
top: 9%;
}
a.callbacks_nav.callbacks2_nav.next {
right: 0% !important;
top: 9%;
}
/*-- Slider part Ends Here --*/

.banner-info-second{padding: 3em 0;}


.banner-grid .news-s{ width:100%; float:left; margin-top:10px;}
.banner-grid .news-s ul{ float:left;}
.banner-grid .news-s ul li{ display:block;margin-bottom: 15px; background:url(../images/news-arr.jpg) 0 0 no-repeat;  padding: 0 0 0 50px;min-height: 40px;}
.banner-grid .news-s ul li a{font-family: 'open_sanssemibold'; color:#797979; font-size:13px; font-style:italic; text-decoration:none;}
.banner-grid .news-s ul li a:hover{ color:#d05128; text-decoration:underline;}
.v-more{  float: right;}
.v-more a{color: #d05128;padding: 5px; text-transform:uppercase;font-family: 'open_sanssemibold'; font-size:13px;  text-decoration:none;}
.v-more a:hover{color: #ff5950;}

.banner-grid h2{
font-family: 'open_sansbold';
margin: 13px 0 20px 0px;
font-size:20px;
color:#343434;
text-transform:uppercase;
width:80%!important;
float:left;
}
.div-p{width: 100%;height: 130px;overflow: hidden;}
.div-p img{ width:100%; height:100%;object-fit: cover;}
.banner-grid i{
  background: url("../images/settings.png") no-repeat 0px 0px;
  width: 48px;
  height: 48px;
  display: block;
  float: left;
  margin-right: 20px;
}
.liner{
 border-right:#e8e8e8 solid 1px;
 border-left:#e8e8e8 solid 1px; 
}
.banner-grid label{
  background: url("../images/monitor.png") no-repeat 0px 0px;
  width: 48px;
  height: 48px;
  display: block;
  float: left;
  margin-right: 20px;
}
.banner-grid p{
margin:20px 0 25px 0;
font-size:14px;
line-height:1.6em;
color:#5f5d5d;
}
.banner-grid .more{ width:100%; float:left; margin-bottom:10px;}

.btn-default {
  color: #d05128;
  background-color: transparent;
  border: #d05128 solid 1px;
  text-transform: uppercase; 
  font-family: 'open_sanssemibold'; 
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.bann-pad a:hover{
  color: #000;
}
.btn-default:hover, .btn-default:focus{
  color:#fff;
  background: #d05128; 
}
.news-pad{
background:#d44202;
margin:30px 0px 0 0px;
 border-radius: 5px;
padding:15px;
}
.news-grid ul li{
list-style-type:none;
display:block;
line-height:2em;

}
.news-bot{
border:1px solid #dd6935;
}
.news-grid h3{
margin:20px 0 0 0;
font-size:20px;
color:#fff;
font-weight:600;
}
.bann-col{
background:#fff;
display:inline-block;
}
.news-grid ul{
margin:20px 0;
padding:0;
}
.news-grid ul li a{
text-decoration:none;
color:#fff;
font-size:13px;
}
.news-grid ul li a:hover{
color:#000;
}
.footer {
padding:3em 0 2em;
background: #edecec;
border-top: #dbdbdb solid 1px;
}

.footer .footer-menu{ width:100%; float:left; margin-bottom:1.5em;}
.footer .footer-menu ul{ float:left;}
.footer .footer-menu ul li{ float:left; display:block;}
.footer .footer-menu ul li a{font-family: 'open_sanssemibold'; font-size:14px; color: #818181;  line-height: 1.7em; text-decoration:none; padding:0 12px;}
.footer .footer-menu ul li a:hover{ color:#d05128;}


#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 3%;
  overflow: hidden;
  width: 35px;
  height: 35px;
  border: none;
  text-indent: 100%;
  background: url("../images/up-arrow.png") no-repeat 0px 0px;
  opacity: 0.5;
  z-index:999;
}

#toTop:hover{
  opacity: 1;
}

.footer p{
float:left;
margin:0;
color:#818181;
font-size:13px;
line-height: 1.7em;
}
.footer p a{
color:#d05128;
text-decoration:none;
}
.footer p a:hover{
color:#ff5950;
}
.news{
padding: 15px 30px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #f2f2f2 21%, #f2f2f2 75%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(21%,#f2f2f2), color-stop(75%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#f2f2f2 21%,#f2f2f2 75%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#f2f2f2 21%,#f2f2f2 75%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#f2f2f2 21%,#f2f2f2 75%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#f2f2f2 21%,#f2f2f2 75%,#ffffff 100%); /* W3C */
border-top:1px solid #dedddd;
border-bottom:1px solid #dedddd;
margin-top:30px;
}
.news-left{
float:left;
}
.news-right{
float:right;
}
.news-right a{
display:block;
border-radius: 5px;
text-decoration:none;
font-size:20px;

color:#fff;
padding:14px 20px;
background: #fe4000; /* Old browsers */
background: -moz-linear-gradient(top,  #fe4000 0%, #fe4000 50%, #e20100 77%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe4000), color-stop(50%,#fe4000), color-stop(77%,#e20100)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fe4000 0%,#fe4000 50%,#e20100 77%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fe4000 0%,#fe4000 50%,#e20100 77%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fe4000 0%,#fe4000 50%,#e20100 77%); /* IE10+ */
background: linear-gradient(to bottom,  #fe4000 0%,#fe4000 50%,#e20100 77%); /* W3C */
}
.news-right a:hover{
color:#000;
}
.news-left p{
margin:15px 0 0 0;
font-size:18px;
color:#1d2a38;
font-weight:600;
}
.bann-bot{
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f3f3 0%, #f3f3f3 0%, #f3f3f3 4%, #ffffff 22%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(0%,#f3f3f3), color-stop(4%,#f3f3f3), color-stop(22%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#f3f3f3 0%,#f3f3f3 4%,#ffffff 22%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3f3f3 0%,#f3f3f3 0%,#f3f3f3 4%,#ffffff 22%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3f3f3 0%,#f3f3f3 0%,#f3f3f3 4%,#ffffff 22%); /* IE10+ */
background: linear-gradient(to bottom,  #f3f3f3 0%,#f3f3f3 0%,#f3f3f3 4%,#ffffff 22%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
/*--portfolio--*/
.gallery-bor p{
  margin: 0 auto 45px auto;
  font-size: 14px;
  line-height: 1.8em;
  color: #5f5d5d;
  width:75%;
  text-align:center;
}
.gallery-bor{
  padding:50px 0;
  border: 15px solid #fff;
  box-shadow: 4px 0px 15px 4px #E6E6e6;
  border-radius: 5px;
}
.gallery-bor h3{
  margin: 0 0 25px 0;
  font-size: 26px;
  text-align:center;
  color: #343434;
}
.gallery-grid {
  padding: 0;
  margin:0;
  border: #f0efef solid 2px;
  margin-bottom: 2em;
}

.img_Projectslide{ }
.ser-info{margin-bottom:35px;}
.top-gallery{ width:100%; display:inline-block;}
.gallery1 {
position:relative;
}
.gallery1 .textbox {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-transform: scale(0);
	transform: scale(0);
	background-color: rgba(208,81,40, 0.6);
}
.gallery1:hover .textbox {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery-grid img{
	width:100%;
    height: 180px;
    object-fit: contain;
    background: #f5f5f5;
}
.textbox {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.textbox  p{
	margin: 74px 0 0px 0!important;
	font-size: 20px;
	color: #ffffff;
	text-align:center;
}
/*--//portfolio--*/
/*--contact-page--*/
.contact-map iframe{
width:100%;
height:300px;
}
.contact-map h4{font-family: 'open_sansbold'; color: #343434;margin: 0 0 20px 0;font-size: 16px;}

.address{ margin-left:5%; display:inline-block; margin-bottom:35px;}
.address .title-a{font-family: 'open_sansbold'; font-size:16px; background:url(../images/home-i.png) 0 4px no-repeat; padding-left:25px;}
.address .title-p{font-family: 'open_sansbold'; font-size:16px;background:url(../images/tel-i.png) 2px 6px no-repeat; padding-left:25px;}
.address .title-e{font-family: 'open_sansbold'; font-size:16px;background:url(../images/e-mail-i.png) 0 3px no-repeat; padding-left:25px;}
.address ul{ float:left; margin-bottom:1em; padding-left: 25px;}
.address ul li{ display:block;  display: block;font-family: 'open_sansregular';font-size: 14px;line-height: 1.5em;color: #5f5d5d;}
.address ul li a{color: #5f5d5d; text-decoration:none;}
.address ul li a:hover{color: #d05128;}
.contact h3 {
  font-family: 'open_sansbold';
  margin: 0 0 25px 0;
  font-size: 20px;
  color: #343434;
}
.map iframe {
  width: 100%;
  height: 340px;
}

.contact-form{ margin-bottom:50px;}

.contact-form input[type="text"] {
	border: 1px solid #a8a8a8;
	width: 70%;
	outline: none;
	padding: 10px;
	font-size: 14px;

	color: #5f5d5d;
	margin: 0 24px 24px 0;
}
.contact-form textarea {
	border: 1px solid #a8a8a8;
	width: 100%;
	height: 150px;
	outline: none;

	font-size: 14px;
	color: #5f5d5d;
	resize: none;
	padding: 10px;
	margin-bottom: 24px;
}
.contact-form input[type="text"]:nth-child(3){
margin-right:0;
}
.btn1 {
  text-decoration: none;
  font-size: 18px;
  color: #d05128;
  padding: 10px 40px;
  background: transparent;
  border: 1px solid #d05128;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: 'open_sanssemibold';
  text-transform: uppercase;
}
.btn1:hover{
color:#fff;
background: #d05128;
outline:none;
}
.contact-info{
margin:0 0 50px 0;
}
.contact-info h2{ margin-bottom:1em;}
.contact-map{
margin:0 0 50px 0;
}
.contact-page {
  width:100%;
  float:left;
  display: inline-block;
  padding: 35px 0 50px;
  background-color: #fff;
}
/*--//contact-page--*/
.col-md-4 h3{
  font-family: 'open_sansbold';
  margin: 0 0 25px 0;  
  padding-left:20px;
  font-size: 20px;
  color: #343434;
  text-transform:uppercase;
}


.sidebar {width:100%;border-left: 1px solid #ccc; padding: 0 0 0px 20px; display:inline-block;}
.sidebar h3{
  font-family: 'open_sansbold';
  margin: 0 0 25px 0;
  padding:0px;
  font-size: 20px;
  color: #343434;
  text-transform:uppercase;
}

.sidebar p{
  margin-bottom:10px;
  font-size: 13px;
  line-height: 1.8em;
  color: #5f5d5d;
}
.vision{ margin-bottom:35px;}
.org-chart{ margin-bottom:35px; display:inline-block;}
.org-chart .chart-but{ float:left;}
.org-chart ul{ width:100%; float:left;}
.org-chart ul li{ width:100%; display:block; float:left; border-bottom:#ebebeb solid 1px;}
.org-chart ul li a{font-family: 'open_sanssemibold'; text-decoration:none; font-size:14px; color:#5f5d5d;  padding: 8px 0 8px 26px;
  float: left; line-height:22px; background:url(../images/arr_n.png) 5px 14px no-repeat;}
.org-chart ul li a:hover{ text-decoration:none; color: #d05128;background:url(../images/arr_a.png) 5px 14px no-repeat;}


/*--about-page--*/
.about-bor{
  width:100%;
  min-height:350px;
  float:left;
  display:inline-block;
  padding:35px 0 50px;
  background-color: #fff;
}

.prequal{ width:100%; float:left; margin:20px 0 35px 0;}
.prequal ul{ float:left; width:100%;}
.prequal ul li{ width:100%; background:url(../images/pdf-i.png) 10px 10px no-repeat; display:block; padding: 10px 10px 10px 60px; min-height:50px;line-height: 22px; float:left; width:100%; margin-bottom:15px; }
.prequal ul li:hover{background:url(../images/pdf-i.png)#eee 10px 10px no-repeat;}
.prequal ul li a{  font-family: 'open_sansbold';text-decoration: none;font-size: 18px;color: #5f5d5d;}
.prequal ul li a:hover{color: #d05128;}
.prequal ul li span{font-family: 'open_sansregular';  font-size: 13px;}


.division { width:100%; float:left; margin:20px 0 35px 0;}
.division ul{ float:left; width:100%;  padding-left: 20px;}
.division ul li{  width: 100%; list-style:circle;padding: 0;min-height: 24px;line-height: 22px;float: left;font-size: 13px; }
.division ul li a{  font-family: 'open_sansbold';text-decoration: none;font-size: 18px;color: #5f5d5d;}
.division ul li a:hover{color: #d05128;}
.division ul li span{font-family: 'open_sansregular';  font-size: 13px;}

.about-pad{
  padding:0 !important;
}
.about-left{
  padding-left:0;
}
.about-left img{
  width:100%;
}
.about-info{ width:100%; float:left;}
.about-info h2{ margin-bottom:1em;}
.about-info h3, .contact h3{
  font-family: 'open_sansbold';
  margin-bottom: 15px;
  font-size: 20px;
  color: #343434;
  text-transform:uppercase;
}
.about-info h4{
  font-family: 'open_sansbold';
  margin-bottom: 14px;
  font-size: 20px;
  color: #434343;
}
.client-ls{ width:100%; display:block; float:left;}
.client-ls ul{ width:100%; display:block; float:left; }
.client-ls ul li{ width:50%;display: block; float:left;line-height: 1.7em;font-size: 13px;}

.client-ls .logo-wrap{ width:100%; display:inline-block; float:left;}
.client-ls .logo-wrap .l-icon{ width:100%; border: #e8e8e8 solid 1px;  float: left;height: 140px;}
.client-ls .logo-wrap .l-icon img{ height: 180px;object-fit: contain;background: #f5f5f5;}
.client-ls .logo-wrap .s-title{ width:100%; float:left; min-height:60px; text-align:center; font-size:13px;font-family: 'open_sanssemibold'; padding: 10px;
margin-bottom: 30px;background: #eee;}


.projects-ls{ width:100%;display:block; float:left;}
.projects-ls .pro-wrap{ width:100%; display:inline-block; float:left;}
.projects-ls .pro-wrap .l-icon{ width:100%; border: #e8e8e8 solid 1px;  float: left;}
.projects-ls .pro-wrap .l-icon img{ height: 180px;object-fit: contain;background: #f5f5f5;}
.projects-ls .pro-wrap .s-title{ width:100%; min-height: 70px; float:left; font-size:13px; padding: 10px;margin-bottom: 10px;}
.projects-ls .pro-wrap .s-title a{font-family: 'open_sansbold';  font-size: 16px; text-decoration:none; color:#343434;}
.projects-ls .pro-wrap .s-title a:hover{ color:#d05128;}


.sec-img{  margin: 35px 0;}
.sec-img img{ border:#ebebeb solid 1px;}
.about-info .t-img{  float: left;margin-bottom: 35px;padding: 5px;border: 1px solid #e8e8e8;}
.about-info .date{ color:#5f5d5d; font-size:13px; float:left; margin-bottom:5px; font-family: 'open_sansbold';}


.about-info p{
  margin-bottom:10px;
  font-size: 14px;
  line-height: 1.6em;
  color: #5f5d5d;
}
.about-info ul{padding-left: 18px; margin-bottom: 20px;}
.about-info ul li{    
	font-size: 14px;
    line-height: 2em;
    color: #434343;
    font-family: 'open_sanssemibold';}

.about-pad h3{
  margin: 0;
  font-size: 20px;
  color: #ff9501;
  font-weight: 600;
}
.about-pad p{
  margin: 30px 0 10px 0;
  font-size: 13px;
  line-height: 1.8em;

  color: #5f5d5d;
}
.about-pad p:nth-child(3) {
  margin: 0;
}
.about-img img{
width:100%;
}
.about-team{
padding:60px 0 0 0;
}
.about-grid{
padding:0;
margin-right:29px;
width:23%;
}
.about-grid:nth-child(4){
margin:0;
}
.team-header h3{
  margin: 0 0 25px 0;
  font-size: 26px;
  text-align: center;
  color: #343434;
}
.team-header p{
  margin: 0 auto 45px auto;
  font-size: 14px;
  line-height: 1.8em;

  color: #5f5d5d;
  width: 75%;
  text-align: center;
}
.about-grids {
  padding-bottom: 60px;
  border-bottom: 1px dotted #dd6935;
}
.caption h3{
margin:15px 0;
font-size: 20px;
color: #ff9501;
font-weight: 600;
}
.caption p{
  margin: 0;
  font-size: 13px;
  line-height: 1.8em;

  color: #5f5d5d;
}
.jumbotron p {
  font-weight: 400;
}
.gallery1 .textbox p {
  font-family: 'open_sansbold';  
  font-size: 18px;
  width: 100% !important;
  color: #fff;

}
/*--//about-page--*/
/*--services-page--*/
.services-bor{  
  width:100%;
  float:left;
  display: inline-block;
  padding: 35px 0 50px 0;
  background:#fff;

}

.ser-info h3{
  font-family: 'open_sansbold';
  margin: 0 0 25px 0;
  font-size: 20px;
  color: #343434;
  text-transform: uppercase;
}
.ser-info h4{
  margin: 0 0 10px 0;
  font-size: 15px;
  color: #595d62;
  line-height:22px;
}
.ser-info p{  
  color: #5f5d5d;
  margin: 0 auto 15px auto;
  font-size: 14px;
  line-height: 1.8em;
}
.ser-grids{
padding:0 0 60px 0;
border-bottom: 1px dotted #dd6935;
}
.services-girds{
margin-top:60px;
}
.services-header h3{
  margin: 0 0 25px 0;
  font-size: 26px;
  text-align: center;
  color: #343434;
}
.services-header p{
  margin: 0 auto 45px auto;
  font-size: 14px;
  line-height: 1.8em;
  color: #5f5d5d;
  width: 75%;
  text-align: center;
}
.services-gird ul{
margin:0;
padding:0;
}

.services-gird ul li {
list-style-type:none;
background: url(../images/left.png) no-repeat 0px 6px;
padding-left: 28px;
line-height:2em;
}
.services-gird ul li a{
  color: #5f5d5d;
font-size: 13px;
text-decoration:none;
}
.services-gird ul li a:hover{
  color: #d05128;
  padding-left:5px;
}
.services-section-grids {
  padding-bottom:50px;
}
.service-icon{
	float:left;
	width:18%;
	margin-right:4%;
}
.service-icon-heading{
	float:left;
	width:78%;
}
.service-icon-heading h4 {
  margin: 15px 0 0 0;
  font-size: 18px;
  color: #d05128;
  font-weight: 600;
  text-transform:uppercase;
}
.services-section-grid p{
font-size: 13px;
line-height: 1.9em;
color: #5f5d5d;
margin-top:3px;
}
.services-section-grid:nth-child(1),.services-section-grid:nth-child(2),.services-section-grid:nth-child(3){
margin-bottom:30px;
}
i.event {
	width:60px;
	height:60px;
	background: url('../images/img-sprite.png') no-repeat 0px 0px;
	display:inline-block;
}
i.event:hover {
	background: url('../images/img-sprite.png') no-repeat 0px -62px;
	  transform: rotateY(360deg);
	  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
i.needs {
	width:60px;
	height:60px;
	background: url('../images/img-sprite.png') no-repeat -60px 0px;
	display:inline-block;
}
i.needs:hover  {
	background: url('../images/img-sprite.png') no-repeat -60px -62px;
	  transform: rotateY(360deg);
	  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
i.gender {
	width:60px;
	height:60px;
	background: url('../images/img-sprite.png') no-repeat -120px 0px;
	display:inline-block;
	
}
i.gender:hover  {
	background: url('../images/img-sprite.png') no-repeat -120px -62px;
	  transform: rotateY(360deg);
	  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
i.photo {
	width:60px;
	height:60px;
	background: url('../images/img-sprite.png') no-repeat -180px 0px;
	display:inline-block;
}
i.photo:hover  {
	background: url('../images/img-sprite.png') no-repeat -180px -62px;
	  transform: rotateY(360deg);
	  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
i.education {
	width:60px;
	height:60px;
	background: url('../images/img-sprite.png') no-repeat -240px 0px;
	display:inline-block;
}
i.education:hover  {
	background: url('../images/img-sprite.png') no-repeat -240px -62px;
	  transform: rotateY(360deg);
	  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
i.project {
	width:60px;
	height:60px;
	background: url('../images/img-sprite.png') no-repeat -300px 0px;
	display:inline-block;
}
i.project:hover  {
	background: url('../images/img-sprite.png') no-repeat -300px -62px;
	  transform: rotateY(360deg);
	  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}


/*--//services-page--*/
/*--blog-page--*/
.error-bor{
  padding:90px 0 0 0;
  background:#fff;
}
.error-info h3{
margin:0;
font-size:12em;
font-weight:700;
text-align:center;
color:#d05128;
}
.error-info h3 span{
color:#343434;
}
.error-info p:nth-child(2){
color:#dd6935;
}
.error-info p:nth-child(3){
color:#2e2b34;
}
.error-info {
  min-height: 510px;
}
.error-info p{
text-align:center;
font-size: 14px;
color: #5f5d5d;
margin:20px 0;
}
.home-page{
	text-align:center;
	margin-top:65px;
	}
.home-page a{
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    padding: 7px 40px;
    background: #d05128;
    border: none;
	}
.home-page a:hover{
	  color: #fff;
 	  background: #ff5950;
	}
/*--//blog-page--*/
/*--clients-page--*/
.cl-title{font-family: 'open_sansbold';margin: 13px 0 20px 0px;font-size: 20px;color: #343434;text-transform: uppercase;width: 80%!important;float: left; padding-left:15px;}
.side-client{width:100%; float:left; margin-bottom:35px;}
.side-client h3{ margin-bottom:10px;}
.side-client .client-grid img {width: 100%; height:94px; }
.side-client .nbs-flexisel-container{position: relative;max-width: 80%;margin: 0 10%;  height: 110px;}
.side-client .nbs-flexisel-inner{ width:100%; padding:0;}

.side-client .nbs-flexisel-nav-left, .side-client .nbs-flexisel-nav-right {width:22px;height:62px;position: absolute;cursor: pointer;z-index: 100;}

.side-client .nbs-flexisel-nav-right {background: transparent url("../images/arrow-theme.png") no-repeat -22px 0px;left:99.4%;top: 22% !important;}
.side-client .nbs-flexisel-nav-left {background: transparent url("../images/arrow-theme.png") no-repeat 0px 0px;left: -12%;top: 22% !important;}

.clients-page{ 
  background:#fafafa;  
  border-top: 1px solid #ececec;
  margin-top:0px;
}
.clients-info h3 {
  margin: 0 0 25px 0;
  font-size: 26px;
  text-align: center;
  color: #343434;
}
.clients-info p{
  margin: 0 auto 45px auto;
  font-size: 14px;
  line-height: 1.8em;

  color: #5f5d5d;
  width: 75%;
  text-align: center;
}
.client-grid img{
width:100%;
}
.clients-bor{
  padding:5px 0;
}

.client-grid{
margin:0 20px;

}
.clients-say{
  border-top: 1px dotted #dd6935;
 padding-top: 60px;
}
.say-grids {
  width: 80%;
  margin: 0 auto;
}
.say-grids img{
width:100%;
}
.say-grids p{
 margin: 20px 0 0px 0;
 line-height:1.8em;
 text-align:center;
  font-size: 13px;
  color: #5f5d5d;
}
.say-grids p span{
color:#dd6935;
}
.say-grid:nth-child(2) {
  margin-top: 29px;
}
/*--//clients-page--*/
/*--flexisel--*/

#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
    padding: 2em 0 2em 0;
	width:100%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:30px;
	height:30px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
  background: transparent url("../images/themes1.png") no-repeat 0px 0px;
  left: 92.5%;
  top: -36% !important;
}
.nbs-flexisel-nav-right {
  background: transparent url("../images/themes1.png") no-repeat -43px 0px;
  left: 96%;
  top: -36% !important;
}
/*--//flexisel--*/
.jumbotron {
  margin-bottom: 0px;
    background: none;
  }
.services-section-grid:hover i.event{
  background: url('../images/img-sprite.png') no-repeat 0px -62px;
  }
.services-section-grid:hover i.needs {
  background: url('../images/img-sprite.png') no-repeat -60px -62px;
  }
  .services-section-grid:hover i.gender{
   background: url('../images/img-sprite.png') no-repeat -120px -62px;
  }
  .services-section-grid:hover i.photo{
   background: url('../images/img-sprite.png') no-repeat -180px -62px;
  }
  .services-section-grid:hover i.education{
    background: url('../images/img-sprite.png') no-repeat -240px -62px;
  }
  .services-section-grid:hover i.project{
   background: url('../images/img-sprite.png') no-repeat -300px -62px;
  }
/*--responsive media queries--*/
@media(max-width:1024px){
.home-page a {
  font-size: 15px;
  padding: 11px 16px;
  }
	.banner-right h1 {
	  font-size: 22px;
	  }
	.banner-right p {
	  font-size: 14px;
	} 
	.bann-pad a {
	  font-size: 15px;
	  padding: 10px 11px;
	  }
	.bann-pad {
	  padding: 32px 22px 48px 22px!important;
	}
	.bann-top {
	  min-height: 361px;
	}
	.banner-grid h2 {
	  font-size: 18px;
	  }
	.banner-grid label,.banner-grid span,.banner-grid i {
	  margin-right: 9px;
	}
	.banner-grid h2 {
	  font-size: 18px;
	  width: 79%;
	}
	.news-right a{
	  font-size: 15px;
	  padding: 10px 11px;
	}
	.news-grid h3 {
	  font-size: 19px;
	  }
	.news-left p {
	  margin: 7px 0 0 0;
	  font-size: 17px;
	  }

	.navbar-default .navbar-nav > li > a {
	  font-size: 17px;
	  }
	.textbox p {
	  margin: 74px 0 0px 0;
	  font-size: 16px;
	  }
	.ser-info p ,.services-header p,.gallery-bor p,.about-info p,.team-header p,.clients-info p{
	  width: 86%;
	}
	.service-icon-heading h4 {
	  margin: 21px 0 0px 0;
	  font-size: 15px;
	  }
	.service-icon {
	  width: 21%;
	  }
	.service-icon-heading {
	  float: left;
	  width: 75%;
	}
	.about-pad p {
	  margin: 10px 0 10px 0;
	  }
	.about-grid {
	  margin-right: 24px;
	  }
	.error-info {
	  min-height: 480px;
	}
	.error-bor {
	  padding: 85px 0 0 0;
	  }
	.caption h3 {
	  margin: 8px 0;
	  font-size: 18px;
	  }
	.about-pad h3 {
	  font-size: 18px;
	  }
	.error-info h3 {
	  font-size: 11em;
	  }
	.contact-map iframe {
	  height: 250px;
	}
	.contact-form input[type="text"] {
	  width: 31.25%;
	  }
	.btn1 {
	  font-size: 15px;
	  padding: 8px 23px;
	  }
	.say-grids {
	  width: 82%;
	}
	.contact h3,.clients-info h3,.about-info h3,.team-header h3,.ser-info h3,.services-header h3,.gallery-bor h3 {
	  font-size: 24px;
	  }

}

@media(max-width:991px){
.col-md-4 h3{ padding:0px;}
.sidebar { width:100%; border-left: none; padding:0;}
}

@media(max-width:767px){
.sidebar{ width:100%; border-left:none; padding:0;}
}


@media (max-width: 640px) {

.top-link { width:100%; float: left;}
.top-link ul{ width:100%; margin: 0 0 10px;}
.top-link ul li { width:100%; font-size:14px; padding: 0 0 10px;}

.callbacks_tabs{top: 70%;}
.callbacks_tabs a:after{ width:14px; height:14px;}

.footer .footer-menu ul li{ width: 100%; margin-bottom: .5em;}

}


@media(min-width:768px){

.t-title{ display:none;}

}

@media(max-width:768px){
.services-section-grid p {
  font-size: 12px;
  }
	.navbar-default .navbar-nav > li > a {
	  font-size: 13px;
	}
	.logo img {
	  width: 100%;
	}
	.logo {
	  width: 50%;
	}
	.search input[type="search"] {
	  font-size: 14px;
	  }
	.search {
	  margin-top: 19px;
	}
	.nav > li > a {
	  padding: 3px 13px;
	}
	.banner-right p {
	  font-size: 13px;
	}
	.banner-right {
	  width: 47%;
	  }
	.banner-right h1 {
	  font-size: 18px;
	}
	.bann-pad a {
	  font-size: 13px;
	  padding: 9px 11px;
	}
	.bann-top {
	  min-height: 317px;
	}
	.banner-grid {
	  float: left;
	  width: 33.3% !important;
	}
	.banner-grid span ,.banner-grid label,.banner-grid i{
	  width: 31px;
	  height: 31px;
	  background-size: 100% !important;
	  }
	.banner-grid h2 {
	   font-size: 20px;
 	   width: 100%!important;
	}
	.bann-pad a {
	  margin-left: 80px;
	  }
	.banner-grid label, .banner-grid span, .banner-grid i {
	  margin-right: 6px;
	}
	.banner-grid h2 {
	  margin: 4px 0 24px 0px;
	  }
	.banner-grid p {
	  
	  }
	.btn {
	  padding: 5px 15px;
	  font-size: 13px;
	  }
	.navigation {
	  padding: 0;
	}
	.news-left p {
	  font-size: 15px;
	}
	.news-right a {
	  font-size: 13px;
	  padding: 8px 8px;
	}
	.news {
	  padding: 15px 6px;
	  }
	.news-left p {
	  margin: 5px 0 0 0;
	  }
	.news-grid {
	  float: left;
	  width: 25%;
	}
	.news-grid ul li a {
	  font-size: 12px;
	}
	.news-grid h3 {
	  font-size: 13px;
	}
	.news-grid ul {
	  margin: 12px 0 20px 0;
	  }
	.callbacks_nav {
	  
	  }

	.banner-info-second {
	  /*box-shadow: 1px 0px 16px 1px #E6E6e6;*/
	  }
	.banner-right p {
	  margin: 12px 0 21px 0;
	  }
	.gallery-grid {
	  float: left;
	  width: 100% !important;
	}
	.textbox p {
	  margin: 82px 0 0px 0;
	  }
	.ser-info p, .services-header p, .gallery-bor p, .about-info p, .team-header p, .clients-info p {
	  width: 100%;
	  font-size: 13px;
	}
	.services-section-grid {
	  float: left;
	  width: 50% !important;
	}
	.col-md-3.services-gird {
	  float: left;
	  width: 25% !important;
	}
	.services-gird ul li {
	  padding-left: 22px;
	  }
	.services-gird ul li a {
	  font-size: 11px;
	  }
	.services-section-grid:nth-child(4) {
	  margin-bottom: 30px;
	}
	.about-left {
	  float: left;
	  width: 50% !important;
	} 
	.about-right {
	  padding: 0;
	} 
	.about-pad h3 {
	  font-size: 15px;
	} 
	.about-pad p {
	  font-size: 12px;
	}  
	.about-grid {
	  margin-right: 18px;
	} 
	.caption h3 {
	  margin: 5px 0;
	  font-size: 15px;
	} 
	.caption p {
	  font-size: 12px;
	}  
	.home-page a {
	  font-size: 13px;
	}  
	.home-page {
	  margin-top: 50px;
	}  
	.error-bor {
	  padding: 75px 0 0 0;
	} 
	.error-info {
	  min-height: 448px;
	}  
	.nbs-flexisel-nav-right {
	  left: 86.4%;
	}  
	.nbs-flexisel-inner {
	  padding: 14px 0 70px 0;
	}  
	.say-grids {
	  width: 100% !important;
	}  
	.say-left {
	  float: left;
	  width: 30%;
	} 
	.say-right {
	  float: left;
	  width: 70%;
	}  
	.banner-grid p {
	  font-size: 12px;
	}  
	.say-left.a {
	  float: left;
	  width: 30%;
	} 
	.say-right.a {
	  float: left;
	  width: 70%;
	}   
	.contact-form input[type="text"] {
	  width: 30.55%;
	}

}
@media(max-width:640px){
.col-12-ff { width:100%;padding: 0 15px;}
.nbs-flexisel-nav-right {left: 88.4%;} 
.liner{ border:none;}
.nbs-flexisel-nav-right{top: 35% !important;}
.nbs-flexisel-nav-left{top: 35% !important;}
.cl-title{ font-size:20px;}
.search{  margin: 5% 25%;}
	.navbar-nav {
	  float: left;
	  margin: 0;
	  padding: 11px 0;
	  width: 100% !important;
	  text-align: center;
	}
	.social-icons {
	  float: right;
	  margin-right: 0px;
	  width: 100%;
	  text-align: center;
	}
	.banner-right h1 {
	  font-size: 15px;
	}
	.banner-right {
	  width: 57%;
	}
	.banner-right p {
	  margin: 4px 0 18px 0;
	}
	.bann-pad {
	  padding: 18px 14px 35px 14px!important;
	}
	.banner-right p {
	  font-size: 12px;
	}
	.bann-pad a {
	  font-size: 12px;
	  padding: 7px 6px;
	}
	.bann-top {
	  min-height: 219px;
	}
	.banner-grid {
	  float: left;
	  width: 100% !important;
	  margin-bottom: 25px;
	}
	.banner-grid:nth-child(3) {
	margin-bottom:0;
	}
	.banner-grid span, .banner-grid label, .banner-grid i {
	  width: 42px;
	  height: 42px;
	  background-size: 100% !important;
	}
	.banner-grid h2 {
	  margin: 11px 0 20px 0px;
	}
	.banner-grid label, .banner-grid span, .banner-grid i {
	  margin-right: 15px;
	}
	.news-grid {
	  float: left;
	  width: 50%;
	}
	.news-left {
	  float: left;
	  width: 100%;
	}
	.news-right {
	  float: left;
	  width: 20%;
	  margin-top: 20px;
	}
	.callbacks_nav.next {
	  left: 90%;
	  }
	a.callbacks_nav.callbacks1_nav.prev {
	  right: 90%;
	  }
	.callbacks_nav {
	  top: 76%;
	  }
	.logo {
	  width: 60%;
	}
	.nav > li > a {
	  padding: 8px 13px;
	}
	.social-icons ul {
	  margin: 12px 0;
	  }
	.navbar-header {

	  }
	.textbox p {
	  margin: 70px 0 0px 0;
	}
	.service-icon-heading h4 {
	  font-size: 14px;
	}
	.services-section-grid p {
	  font-size: 12px;
	  }
	.services-section-grid:nth-child(1), .services-section-grid:nth-child(2), .services-section-grid:nth-child(3), 		  		 .services-section-grid:nth-child(4)  {
	  margin-bottom: 20px;
	}
	.services-gird {
	  float: left;
	  width: 50% !important;
	  margin-bottom: 25px;
	}
	.services-gird:nth-child(4),.services-gird:nth-child(3) {
	  margin-bottom: 0px;
	}
	.about-left {
	  float: left;
	  width: 100% !important;
	  padding: 0;
	}
	.about-right {
	  padding: 0;
	  float: left;
	  width: 100% !important;
	  margin-top: 30px;
	}
	.about-grid {
	  width: 48%;
	  float: left;
	}
	.about-grid {
	  margin-right: 21px;
	}
	.about-grid:nth-child(2) ,.about-grid:nth-child(4) {
	  margin-right: 0px;
	}
	.say-grids p {
	  font-size: 12px;
	}
	.contact h3, .clients-info h3, .about-info h3, .team-header h3, .ser-info h3, .services-header h3, .gallery-bor h3 {
	  font-size: 22px;
	}
	.gallery-bor {
	  padding: 35px 0;
	  }
	.contact h3, .clients-info h3, .about-info h3, .team-header h3, .ser-info h3, .services-header h3, .gallery-bor h3 {
	  margin: 0 0 15px 0;
	}
	.ser-info p, .services-header p, .gallery-bor p, .about-info p, .team-header p, .clients-info p{
	  margin: 0 auto 25px auto;
	}
	.textbox p {
	  margin: 72px 0 0px 0 !important;
	}
	.services-bor {
	  padding: 35px 0 10px 0;
	  }
	.services-section-grids {
	  padding-bottom: 35px;
	  }
	.services-girds {
	  margin-top: 35px;
	}
	.col-md-3.services-gird {
	  float: left;
	  width: 50% !important;
	  margin:0px 0 25px 0;
	}
	.about-bor {
	  padding: 35px 0;
	  }
	.about-grids {
	  padding-bottom: 35px;
	  }
	.about-team {
	  padding: 35px 0 0 0;
	}
	.error-bor {
	  padding: 60px 0 0 0;
	}
	.error-info h3 {
	  font-size: 10em;
	}
	.home-page {
	  margin-top: 40px;
	}
	.error-info {
	  min-height: 395px;
	}
	.nbs-flexisel-nav-left {
	  left: 0.5%;
	  }
	.clients-bor {
	  padding: 5px 0;
	  }
	.nbs-flexisel-inner {
	  padding: 14px 0 48px 0;
	}
	.clients-say {
	  border-top: 1px dotted #dd6935;
	  padding-top: 35px;
	}
	.contact-page {
	  padding: 35px 0;
	  }
	.contact-info {
	  margin: 0 0 35px 0;
	}
	.contact-map iframe {
	  height: 215px;
	}
	.contact-map {
	  margin: 0 0 35px 0;
	}
	.contact-form input[type="text"] {
	  margin: 0 19px 19px 0;
	}
	.contact-form textarea {
	  height: 135px;
	  font-size: 13px;
	  }
	.contact-form input[type="text"] {
	  font-size: 13px;
	  }

}
@media(max-width:480px){
.prequal ul li a{font-size: 16px;}
.email_i {background: url(../images/email-i.png) 5px 12px no-repeat;}
.nbs-flexisel-nav-right {left: 91.4%;} 
.search{ width:200px;}
.search input[type="search"]{ width:135px!important;}
.wrrap .slide-title{ font-size:17px;}
.banner-grid h2{ font-size:17px;}
.cl-title {font-size: 17px;padding: 0 15px;}
.footer .footer-menu ul li a{ font-size:13px;}
.footer p{font-size:12px;}
.footer .footer-menu{ margin-bottom:10px;}
.featurelist_top{ padding:0!important;}
.col-12-ff{ padding:0 15px;}
.col-md-4 h3{ font-size:17px;}
.callbacks_tabs{ left:33%;}
.nbs-flexisel-nav-right{top: 35% !important;}
.nbs-flexisel-nav-left{top: 35% !important;}
.side-client .nbs-flexisel-container{ max-width:80%!important; margin:0 10%}
#drop-nav li ul{ left:10%;}
.search{  margin: 7% 20%;}


	.callbacks_nav.next {
	  left: 85%;
	  }
	a.callbacks_nav.callbacks1_nav.prev {
	  right: 85%;
	  }
	.callbacks_nav {
	  top: 84%;
	  }
.banner .container{ padding:0px;}
.top-link ul li{ font-size:14px;}
.search {
  margin-top: 8px;
}
	
	.bann-pad a {
	  margin-left: 0px;
	}
	.banner-right {
	  width: 100%;
	}
	.banner-right {
	  background: rgba(0, 0, 0, 0.31);
	  }
	.bann-pad {
	  padding: 42px 14px 42px 14px!important;
	}
	.news-right {
	  float: left;
	  width: 28%;
	  }
	.news-grid ul {
	  margin: 12px 0 10px 0;
	}
	.ser-info p, .services-header p, .gallery-bor p, .about-info p, .team-header p, .clients-info p {
	  font-size: 12px;
	}
	.textbox p {
	  margin: 74px 0 0px 0 !important;
	}
	.news-left p {
	  font-size: 13px;
	}
	.services-section-grid {
	  float: left;
	  width: 100% !important;
	  padding: 0;
	}
	.service-icon {
	  width: 14%;
	}
	.services-section-grid:nth-child(1), .services-section-grid:nth-child(2), .services-section-grid:nth-child(3), .services-section-grid:nth-child(4), .services-section-grid:nth-child(5) {
	  margin-bottom: 20px;
	}
	.col-md-3.services-gird {
	  margin: 0px 0 20px 0;
	}
	.about-grid {
	  margin-right: 16px;
	}
	.error-info h3 {
	  font-size: 9em;
	}
	.error-info {
	  min-height: 380px;
	}
	.say-right {
	  padding: 0;
	}
	.say-left {
	  float: left;
	  width: 27%;
	  padding-left: 0;
	}
	.say-right {
	  float: left;
	  width: 73%;
	  }
	.say-grids p {
	  margin: 5px 0 0px 0;
	  }
	.say-grids p:nth-child(1) {
	  font-size: 11px;
	}
	.say-grid:nth-child(2) {
	  margin-top: 45px;
	}
	.contact-map iframe {
	  height: 170px;
	}
	.contact-form input[type="text"] {
	  width: 100%;
	  margin-right:0;
	}
}
@media(max-width:320px){
.nbs-flexisel-nav-right {left: 89.4%;} 
	.logo {
	  width: 42%;
	}
	.search form input[type="submit"] {
  width: 21.5%;
	  }
	.search input[type="search"] {
	  width: 71%;
	  }
	.search {
	  margin-top: 5px;
	  margin-left: 13px;
	}
	.header {
	  margin: 18px 0 20px 0;
	}
	.search {
	  
	  float: left;
	}
	.banner-right p {
	  font-size: 11px;
	}
	.banner-right h1 {
	  font-size: 14px;
	}
	.bann-pad a {
	  padding: 5px 8px;
	}
	.banner-grid h2 {
	  width: 74%;
	}
	.banner-grid label, .banner-grid span, .banner-grid i {
	  margin-right: 13px;
	}
	.news-right {
	  float: left;
	  width: 47%;
	  margin-top: 12px;
	}
	.news-grid {
	  float: left;
	  width: 100%;
	}
	.bann-pad {

	  padding: 25px 14px 25px 14px!important;
	}
	.gallery-bor {
	  padding: 20px 0;
	}
	.navbar {
	  margin-bottom: 0px;
	  }
	.gallery-grid {
	  float: left;
	  width: 100% !important;
	  margin-bottom: 20px;
	}
	.textbox p {
	  margin: 60px 0 0px 0 !important;
	}
	.gallery-grid:nth-child(16) {
	  margin: 0;
	}
	.news-grid h3 {
	  margin: 12px 0 0 0;
	  }
	.contact h3, .clients-info h3, .about-info h3, .team-header h3, .ser-info h3, .services-header h3, .gallery-bor h3 {
	  font-size: 17px;
	}
	.services-bor {
	  padding: 20px 0 10px 0;
	}
	.service-icon {
	  width: 23%;
	}
	.service-icon-heading {
	  float: left;
	  width: 73%;
	}
	.service-icon-heading h4 {
	  font-size: 13px;
	}
	.services-section-grids {
	  padding-bottom: 20px;
	}
	.col-md-3.services-gird {
	  float: left;
	  width: 100% !important;
	  }
	.news-grid ul li {
	  line-height: 1.8em;
	}
	.col-md-3.services-gird {
	  margin: 0px 0 12px 0;
	}
	.about-bor {
	  padding: 20px 0;
	}
	.about-pad h3 {
	  font-size: 14px;
	  line-height: 1.4em;
	}
	.about-right {
	  margin-top: 20px;
	}
	.about-grids {
	  padding-bottom: 20px;
	}
	.about-team {
	  padding: 20px 0 0 0;
	}
	.about-grid {
	  margin-right: 0px;
	}
	.about-grid {
	  width: 100%;
	  }
	.services-girds {
	  margin-top: 20px;
	}
	.error-bor {
	  padding: 30px 0 0 0;
	}
	.error-info h3 {
	  font-size: 7em;
	}
	.error-info p {
	  font-size: 13px;
	  }
	.home-page a {
	  padding: 8px 12px;
	}
	.home-page {
	  margin-top: 35px;
	}
	.error-info {
	  min-height: 300px;
	}
	.navbar-default .navbar-nav > li > a {
	  font-size: 14px;
	}
	.nav > li > a {
	  padding: 6px 13px;
	}
	.nbs-flexisel-nav-left {
	  left: 1.5%;
	  top: 33% !important;
	}
	.nbs-flexisel-nav-right {
	  top: 33% !important;
	}
	.say-left {
	  float: left;
	  width: 100%;
	  padding: 0;
	}
	.say-right {
	  float: left;
	  width: 100%;
	  margin-top: 20px;
	}
	.say-right.a {
	  float: left;
	  width: 100%;
	  margin: 0;
	}
	.say-right.a {
	  float: left;
	  width: 100%;
	  margin: 0 0 20px 0;
	}
	.say-left.a {
	  float: left;
	  width: 100%;
	}
	.say-grid:nth-child(2) {
	  margin-top: 20px;
	}
	.contact-info {
	  margin: 0 0 20px 0;
	}
	.contact-map {
	  margin: 0 0 20px 0;
	}
	.contact-map iframe {
	  height: 150px;
	}
	.btn1 {
	  padding: 6px 16px;
	}
	.contact-form textarea {
	  height: 120px;
	  margin-bottom: 19px;
	  }
	.contact-page {
	  padding: 20px 0;
	}
	.clients-bor {
	  padding: 5px 0;
	}
	.news-grid h3 {
	  font-size: 15px;
	}
	.nbs-flexisel-inner {
	  padding: 5px 0 22px 0;
	}
	.navbar-toggle {
	  padding: 6px 6px;
	  margin-top: 6px;
	  margin-right: 10px;
	  margin-bottom: 6px;
	  }
	.footer p {
	  
	}
	.search input[type="search"] {
	  font-size: 13px;
	}
	.navbar {
	  min-height: 42px;
	  }
}


.re-table{ margin:35px 0;}

.mGrid { 
    width: 100%; 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 1px #c1c1c1; 
    border-collapse:collapse; 
}
.mGrid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    color: #717171; 
    line-height: 20px; 
    padding-left:5px;
      height:34px;
}
.mGrid th { 
    padding: 4px 2px; 
    color: #fff; 
    height:37px;
  /*  background:  url(../images/headqt.png) repeat-x top; */
  background-color:#9e9e9e;
    border: solid 1px #c1c1c1; 
    font-size: 0.9em; 
    padding-left:5px;
	width: 16%;
    line-height:20px;
}
.mGrid select{ width:100%}
.mGrid .alt { background:url(../images/grd_alt.png) repeat-x top; }
.mGrid .pgr { background: url(../images/grd_alt.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #c1c1c1; 
    font-weight: bold; 
    color: #000; 
    line-height: 12px; 
 }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }








	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	.re-table table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	.re-table tr:nth-of-type(odd) { 
		background: #eee; 
	}
	.re-table th { 
		color: white; 
		font-weight: bold; 
	}
	.re-table td, th {
	    font-size: 13px; 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left;
		height: auto;
        line-height: 20px; 
	}
	/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore */
		.re-table table, thead, tbody, th, td, tr { 
		 display: block;
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.re-table thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.re-table tr { }
		
		.re-table td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50%; 
		}
		
		.re-table td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		/*
		Label the data
		*/
		.re-table td:nth-of-type(1):before { content: ""; }
		.re-table td:nth-of-type(2):before { content: "Domain"; }
		.re-table td:nth-of-type(3):before { content: "Status"; }
		.re-table td:nth-of-type(4):before { content: "Years"; }
		.re-table td:nth-of-type(5):before { content: "Hosting"; }
		.re-table td:nth-of-type(6):before { content: "Hosting Year"; }
		.re-table td:nth-of-type(7):before { content: "Price"; }
		.mGrid th{ display:none;}
	}
