body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
	font-family: 'Roboto Condensed', sans-serif;
    height: 100%;
}
body{
	background:#FFFFFF;
}
.none{
    display: none !important;
}
.wrapper{
    min-height: 100%;
    position: relative
}
.main-content{
    padding-bottom: 50px;
}
footer{
    background: #0f1215;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
/*-- header-top --*/
.header-top{
	padding:0.3em 0;
	background:#212121;
}
.w3layouts-address{
	float:left;
}
.w3layouts-address ul{
	padding:0;
	margin:0;
}
.w3layouts-address ul li{
	display:inline-block;
	margin:0;
	color:#FFFFFF;
	font-size:.9em;
    direction: ltr;
    margin-left: 1em;
}
.w3layouts-address ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
.w3layouts-address ul li:nth-child(2){
	margin-left:1em;
}
.flipster{
    overflow-y: hidden;
}
.agileinfo-social-grids{
	float:right;
}
.agileinfo-social-grids ul{
	padding:0;
	margin:0;
}
.agileinfo-social-grids ul.dropdown-menu{
    left: auto;
    right: 0;
    margin-top: 0 !important;
    padding-top: 10px;
}
.agileinfo-social-grids > ul > li{
    display: inline-block;
}
.agileinfo-social-grids > ul > li > a {
	color: #fff;
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
	color: #55acee;
}
.agileinfo-social-grids ul li a i.fa.fa-rss{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
	color: #f26522;
}
.agileinfo-social-grids ul li a i.fa.fa-vk{
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
	color: #45668e;
}
.agileinfo-social-grids ul li:nth-child(2){
    margin: 0 1em;
}
.agileinfo-social-grids ul li:nth-child(3){
	margin:0 1em 0 0;
}
.agileinfo-social-grids ul.dropdown-menu li {
    margin: 0;
}
.well-info{
    background-color: #daeaff;
}
    /*-- //header-top --*/
/*-- header --*/

.contact-info{
    direction: ltr;
}
.album.thumbnail{
    position: relative;
    height: 250px;


    cursor: pointer;
}
.album.thumbnail .caption-wrap{
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
}
.album.thumbnail .caption{
    margin-top: 60px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.61);
    border-radius: 20px;
    color: #fff;
}
.album.thumbnail .caption .badge {
    font-size: 0.8em;
    padding: 2px 10px;
    border-radius: 5px;
    color: #444;
    background: #ffffe9;
    vertical-align: top;
}
.album.thumbnail:hover .album-photos-list{
    -webkit-filter: blur(0);
    filter: blur(0);
}
.album-photos-list{
    list-style: none;
    padding: 0;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    transition: all 0.2s linear;

}
.album-photos-list li{
    display: inline-block;
    position: absolute;
    width: auto;
}
.album-photos-list li:nth-child(1){
    top: 0;
    right: 0;
    z-index: 2;
}
.album-photos-list li:nth-child(2){
    top: 0;
    left: 0;
}
.album-photos-list li:nth-child(3){
    bottom: 0;
    right: 0;
}
.album-photos-list li:nth-child(4){
    bottom: 0;
    left: 0;
}


.album-photos-list li img{
    height: 150px;
    max-height: 150px;
}
.single-album-page{
    padding-top: 20px;
}
.single-album-page .well a{
    margin-left: 10px;
}
.single-album-page .well img{
    margin-bottom: 20px;
}
input[type="submit"],.w3l_banner_info_left_grid_left h3 a,.w3agile_footer_copy p a,.reply a,.agile_cat_grid_tags ul li a:hover,.agile_cat_grid ul.categories li a,.w3l_admin a,.w3ls_single_left_grid_right ul li a,.wthree_features_services_grid h4 a,.agile_services_bottom_grid_left_grid a,.simplefilter li,.agileinfo_footer_grid ul li a,.w3l_banner_info_left_grid1,.agile_blog_grid h4 a{
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
canvas{
    height: 80px !important;
}
.header {
    background: #FFFFFF;
    /*background: url("../images/header-bg.svg");*/
    border-bottom: 4px solid #2d3192;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nav-wrap{
    position: relative;
}
.nav-wrap nav{
    position: absolute;
    width: 100%;
}
.navbar-header{
    padding: 15px 0;
    position: absolute;
    z-index: 99;
}
.navbar-default {
    background: none;
    border: none;
}
.header-title{
    display: inline-block;
    vertical-align: middle;

}
.header-title a{
    text-decoration: none;
    color: #444;
}
.header-title a:hover{
    text-decoration: none;
}
.header-title h6{
    font-size: 1em;
    font-weight: 600;
}
.navbar {
    margin-bottom: 0;
    min-height: 80px;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.logo {
    margin: 0;
}
.logo h1{
	margin:0;
    display: inline-block;
}
.logo h1 a {
    font-size: 1em;

    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
}
.logo h1 a span{
    font-size: .9em;
  
    text-align: right;
    color:#2d3192;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-default .navbar-nav > li {
    margin-right: 2px;
}
.navbar-default .navbar-nav > li > a {
    color: #212121;
    font-weight: 600;
    background: rgb(255, 203, 5);
    border-radius: 20px;
    padding: 10px;
    margin-top: 20px;
    font-weight: normal;
    text-transform: capitalize;
    transition: all 0.2s linear;

}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgb(255, 203, 5);
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #2d3192;
    border-radius: 20px 20px 0 0;
}
/*.navbar-default .navbar-nav > .open > .hvr-float:active,*/
.navbar-default .navbar-nav > .open > .hvr-float
/*.navbar-default .navbar-nav > .open > .hvr-float:hover*/
{
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
.navbar-nav > li > a {
    font-size: 14px;
    padding:10px 5px;
    font-family: serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #2d3192;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-underline-reveal:before,
.hvr-bounce-to-left:before{

  background: #2d3192;

}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

ul.dropdown-menu {
	background: #212121;
    box-shadow: 0 0 0;
    border: none;
    left: auto;
    right: 0;
    margin-top: 10px !important;
    border-radius: 4px 0 0 4px !important;
    width: auto !important;
    min-width: 150px;
}
.dropdown-submenu ul.dropdown-menu{
    margin-top: 0 !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: 6px 11px !important;
    clear: both;
    margin: 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
    text-decoration: none;
    background-color: #2d3192 !important;
    outline: 0;
}
/*-- //header --*/
.main {
    /*width: 100%;*/
    /*margin: 0 auto;*/
    /*background: #161923;*/
}
.main h1 {
    padding:20px 50px;
    float: left;
    width: 100%;
    font-size: 90px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 100;
    color: black;
    margin: 0;
    margin-top: 70px;
   
}
.main h1.demo1 {
    background: #1ABC9C;
}
.reload.bell {
    font-size: 12px;
    padding: 20px;
    width: 45px;
    text-align: center;
    height: 47px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.reload.bell #notification {
    font-size: 25px;
    line-height: 140%;
}
.reload{
      display: inline-block;
      border: 4px solid #A2261E;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      background: #CC3126;
      display: inline-block;
      line-height: 100%;
      padding: 0.7em;
      text-decoration: none;
      color: #fff;
      width: 100px;
      line-height: 140%;
      font-size: 17px;
      font-family: open sans;
      font-weight: bold;
}
.reload:hover{
    background: #A2261E;
}

.header .menu {
    padding-bottom: 10px;
}
.image {
    float: right;
}
.content {
    margin: 1em 0 0 0;
}
.content h3{
    font-size: 2.5em;
   
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.content h3 span{
    color: #2d3192;
}
.content p{
	font-size:.9em;
	line-height:1.8em;
	margin:1em 0 0 0;
	color:#FFFFFF;
}
.image img{
	width:100%;
}
/*-- domain --*/
.domain {
    background: #e7f4f8;
    padding: 3em 0;
}
/*--domain_registration--*/
.column.first {
	margin-left: 0;
}
.search-form input[type="text"] {
	display: inline-block;
	line-height: normal;
	width: 40%;
}
.one-fifth {
	width: 14.4%;
}
.column {
	float: left;
	margin: 0 0 0 1%;
	min-height: 1px;
	position: relative;
}
.selection-box {
	display: block;
	position: relative;
}
.search-form .column input[type="text"], .search-form .column input[type="submit"], .search-form .column select {
	width: 100%;
}
.selection-box select {
	background: #FFFFFF;
}
.search-form .column .selection-box:after {
	height: 46px;
}
.selection-box:before, .selection-box:after {
	content: "";
	pointer-events: none;
	position: absolute;
}
.three-fifth {
	width: 38.59%;
}
.m_2{
	margin-top:0;
}
.two-fifth {
	width:15.2%;
}
.domain-search input[type="text"]{
  background: #fff;
  border: 1px solid #D9E9ED;
  color: #212121;
  padding: 0 1em;
    height: 60px;
  display: block;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  outline: none;
}
.domain-search select {
	background: #fff;
    border: 1px solid #D9E9ED;
    color: #212121;
    background-image: url(../images/icon.png);
    background-position: center right 10px;
    background-repeat: no-repeat;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 14px;
    outline: medium none;
    padding: 17px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.domain-search input[type="submit"]{

    padding: 0 1em;
    height: 60px;
}
.domain-search h2{
    /*font-size: 1.7em;*/
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    /*font-weight: 700;*/
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.domain-search h2 span,
.poll-widget h2 span{
    color: #2d3192;
	display:block;
}
.domain-search input[type="submit"] {
    background: #212121;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 0.85em;
    padding: 17px 50px;
    font-weight: 600;
}
.m_3 input[type="submit"] {
	margin-top:0;
}
.domain-search input[type="submit"]:hover, .form-submit input[type="submit"]:hover{
	background: #2d3192;
    text-decoration: none;
    color: #fff;
}
/*-- //domain --*/
/*-- banner-bottom --*/
.banner-bottom,.special,.w3-agile-testimonial,.subscribe,.agileits-about-top,.w3-agileits-choose-grid,.team,.shared-grid,.cloud-grid,.vpn-grid,.w3-best-services,.w3ls-featured-services,.faq,.registration,.codes,.typography ,.contact{
    padding: 2em 0 3em 0;
}
.w3-banner-bottom-heading{
	text-align:center;
}
.w3-banner-bottom-heading h3{
	font-size: 2.5em;
    
    text-transform: uppercase;
    color: #212121;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.w3-banner-bottom-heading h3 span{
    color: #2d3192;
}
.agileits-banner-bottom{
	margin:2em 0 0 0;
}
.services-grid-left h4{
    text-transform: capitalize;
    font-size: 1.2em;
    color: #212121;
    margin:1em 0;
    font-family: 'Roboto', sans-serif;
}
.services-grid-left p{
	color: #999;
    line-height: 1.8em;
    font-size: .875em;
    text-align: justify;
}
.agileinfo-services-grids{
    margin: 5em 0 0 0;
}
.services-grid-right-grid{
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.services-grid-right-grid span{
	color: #ffffff;
    font-size: 2em;
    top: 1.1em;
}
.services-grid1 {
    text-align: center;
}
.services-grid-right {
	text-align: center;
}
.services-grid-left1{
	text-align:left;
}
.services-grid1:nth-child(2){
	padding:3em 0;
}
.services-grid1:hover .services-grid-right-grid{
	color:#fff;
}
.services-grid1:hover .services-grid-left h4{
	color: #2d3192;
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(39, 160, 216, 0.67);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.services-grid-right-grid:before {
    background: #2d3192;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before,.hvr-radial-out:active:before,.services-grid1:hover .hvr-radial-out:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hvr-radial-out:focus:before {
    outline: none;
}
.blue-grid {
    background: #67d6ff;
}
.orange-grid{
    background: #eea303;
}
.green-grid{
    background: #5bd899;
}
.red-grid{
    background: #ff9359;
}
/*-- //banner-bottom --*/
/*-- special --*/
.special{
	background: #e7f4f8;
}
.wthree-special-grid{
	margin:4em 0 0 0;
}
/*-- pricing --*/
.pricing {
    min-width: 300px;
    max-width: 350px;

    margin: 0 auto;
    box-shadow: 0 0 3px #c3c3c3;
}
.pricing-top{
    padding: 1em;
	background:#fd5c63;
	text-align:center;
    font-size: 0.9em;
}
.blue-top{
    background: #67d6ff;
}
.green-top{
	background: #2d3192;
}

.pricing-top h3{
	color:#FFF;
	font-size:2em;
	margin:0;
}
.pricing-top p{
	color:#FFF;
	font-size:.875em;
	margin:1em 0 0 0;
}
.pricing-bottom{
    background: #FFF;
    text-align: center;
    padding: 2em;
}
.pricing-bottom-top {
    padding-bottom: 2em;
}
.pricing-bottom-top p{
    color: #333;
    margin: 0;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 600;
}
.pricing-bottom-bottom{
	padding: 2em 0;
    border-top: solid 1px #EFECEC;
    border-bottom: solid 1px #EFECEC;
}
.pricing-bottom-bottom p{
	color: #A5A5A5;
    font-size: .875em;
    margin: 0 0 1em 0;
}
.pricing-bottom-bottom p span{
	font-weight:600;
	color:#333;
}
p.text {
    margin-bottom: 0;
}
.buy-button {
    margin: 1.5em 0 0 0;
}
.buy-button a{
	background: #212121;
    padding: .5em 2em;
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
.buy-button a:hover{
	background: #2d3192;
}
/*-- //pricing --*/
/*-- //special --*/
/*-- choose --*/
.choose{
	background:url(../images/5.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.w3-agile-testimonial {
    /*background: url(../images/dott.png)repeat 0px 0px;*/
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.choose-heading{
	text-align:left;
}
.choose-heading h3{
	color:#FFFFFF;
}
.top-choose-info{
    padding: 2em 1em;
    background: #FFFFFF;
    margin: 4em 0 0 0;
}
.choose-info-top:nth-child(2){
	margin:1em 0;
}
.choose-info-grid{
    background: #333333;
    padding: 1em;
}
.choose-info-grid ul{
	padding:0;
	margin:0;
}
.choose-info-grid ul li{
	display:inline-block;
	color:#FFFFFF;
	font-size:1em;
}
.choose-info-grid ul li:nth-child(2){
	margin-left:1em;
}
/*-- testimonial --*/
.testimonial-info{
    padding: 2em;
    min-height: 258px;
}
.wthree-testimonial-grid{
    text-align: center;
}
i.fa.fa-quote-right {
    font-size: 1em;
    color: #2d3192;
}
.testimonial-top p {
	color: #999999;
    font-size: .9em;
    line-height: 1.8em;
    margin: 1em auto 0;
    width: 100%;
}
.testimonial-top h5 {
    color: #212121;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
 
}
.testimonial-top h5 span{
	font-weight:300;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.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;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.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: 100px;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: transparent url("../images/arrows.png") no-repeat right top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 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;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 177px;
    left: 215px;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: inline-block;
    text-align: center;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(134, 199, 36, 0.51);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #2d3192;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.services-info{
	position:relative;
}
.w3ls-text{
    width: 80%;
    margin: 3em auto 0;
    text-align: center;
}
.w3ls-text h5{
	color: #FFFFFF;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 1em 0;
    line-height: 1.5em;
}
.w3ls-text p {
    color: #FFFFFF;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.w3ls-text p span{
	margin:1em 0 0 0;
	display:block;
}
/*-- //slider --*/
/*-- //testimonial --*/
/*-- //choose --*/
/*-- subscribe --*/
.subscribe-form {
    text-align: center;
    margin: 3em 0 0 0;
}
.subscribe-form input[type="text"] ,
.subscribe-form input[type="email"] {
    display: inline-block;
    background: #e7f4f8;
    border: solid 2px #e7f4f8;
    width: 45%;
    outline: none;
    padding: 1em;
    font-size: .9em;
    color: #999999;
}
label.required:after {
    content: '*';
    color: red;
    margin: 0 4px;
}
button.btn1 {
	color: #FFFFFF;
    font-size: .9em;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    background: #212121;
    border: solid 2px #212121;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button.btn1:hover{
	background:#2d3192;
	border: solid 2px #2d3192;
}
/*-- //subscribe --*/
/*-- footer --*/
.footer{
    background: #0f1215;
    /*padding: 4em 0 0 0;*/
}
.agile-footer-grids {
    padding-bottom: 2em;
}
.agile-footer-grid h4{
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 1em 0;

    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.agile-footer-grid h4 span{
	color:#2d3192;
}
.agile-footer-grid p{
	color: #bbbbbb;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.agile-footer-grid p span {
    display: block;
    margin: 1em 0 0 0;
}
.agile-footer-grid ul{
	padding:0;
	margin:0;
}
ul.w3agile_footer_grid_list li {
    list-style-type: none;
    color: #bbbbbb;
    line-height: 1.8em;
    margin-bottom: 1em;
	font-size:.9em;
}
ul.w3agile_footer_grid_list li:last-child {
    margin-bottom: 0;
}
ul.w3agile_footer_grid_list li a {
    color: #2d3192;
    text-decoration: none;
}
ul.w3agile_footer_grid_list li span {
    display: block;
    margin: 1em 0 0;
}
ul.w3agile_footer_grid_list i.fa.fa-twitter{
	margin-right:1em;
}
.popular-grid{
    float: left;
    width: 21%;
    margin-right: 1em;
}
.popular-grid a img{
    width: 100%;
    border: solid 2px #fff;
}
.popular-grid:nth-child(4){
	margin-right:0;
}
.agileits-w3layouts-popular{
	margin:1em 0;
}
.copyright{
    text-align: center;
    padding: 1em 0;
    border-top: ridge 1px #232323;
}
.copyright p{
	color: #bbbbbb;
    font-size: .9em;
    margin: 0;
}
.copyright p a{
	color: #bbbbbb;
	text-decoration:none;
}
.copyright p a:hover{
    color: #2d3192;
}
/*-- //footer --*/
/*-- about-heading --*/
.about-heading{
	background:url(../images/3.jpg) no-repeat 0px 0px;
	background-size:cover;
	padding:2em 0;
	text-align:center;
}
.about-heading h2 {
    font-size: 2.5em;

    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.about-heading h2 span {
    color: #2d3192;
}
.wthree-top-grid h4,.choose-info h4 {
    text-transform: capitalize;
    font-size: 1.2em;
    color: #212121;
    margin: 1em 0;
    font-family: 'Roboto', sans-serif;
}
.wthree-top-grid p,.choose-info p{
	color:#999999;
	font-size:.9em;
	margin:0;
	line-height:1.8em;
}
/*-- //about-heading --*/
/*-- about-top --*/
.agileits-about-top{
	background:#FFFFFF;
}
.agileits-about-top-heading{
	text-align:center;
}
.wthree-top-grid img{
	width:100%;
}
.agileinfo-top-grids {
    margin: 4em 0 0 0;
}
/*-- //about-top --*/
/*-- choose --*/
.w3-agileits-choose-grid{
    background: url(../images/ab.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.agile-choose-grids{
	margin:4em 0 0 0;
}
.agile-choose-grid{
	text-align:center;
}
.about-choose h3{
	color:#FFFFFF;
}
.choose-info h4{
	color:#FFFFFF;
}
.choose-info p{
	color:#FFFFFF;
}
.choose-icon i.fa.fa-user,.choose-icon i.fa.fa-cogs,.choose-icon i.fa.fa-thumbs-o-up {
    background: #2d3192;
    padding: .9em 0 0 0;
    width: 90px;
    height: 90px;
    color: #FFFFFF;
    font-size: 2em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- //choose --*/


/*-- faq --*/
.faq h4{
	text-align:left;
}
.pa_italic i {
    left: -1em;
	font-size: 11px;
}
.pa_italic span {
    display: none;
}
.collapsed span {
    display: inline-block;
    left: -1em;
	font-size: 11px;
}

.faq-category.odd{
    border-right: 10px solid #2d3192;
    padding-right: 10px;
    border-radius: 15px;
}
.faq-category.even{
    border-right: 10px solid #ffcb05;
    padding-right: 10px;
    border-radius: 15px;
}
.faq-category i {
    transition: all 0.1s linear;
}
.collapsed i {
    /*display: none;*/
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.panel-heading {
    padding:30px 15px;
}
.panel-title > a{
	font-size: 1.2em;
    color: #212121;
    text-transform: capitalize;
    text-decoration: none;
}
.panel-default {
    border-color: #FFF;
	background: #f5f5f5;
}
.panel-default > .panel-heading {
    border-color: #FFF;
	color:#212121;
    background-color: #fff;
}
.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
    color: #222;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
.check-out .td-data .fa-cart-plus {
    display: none;
}
/*-- //faq --*/

::-webkit-input-placeholder{
	color:#888 !important;
}


/*  Survey    */
.survey-list,
.relatedwebites-list{
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}
.survey-list li,
.relatedwebites-list li{
    margin: 0;
}
.survey-list li a,
.relatedwebites-list li .media{
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #444;
    background-color: #fefefe;
    border-bottom: 1px solid #ccc;
    transition: all 0.1s linear;
}

.survey-list li a ,
.relatedwebites-list li .media{
    border-left: 5px solid #aff1af;
}
.survey-list li a:hover,
.relatedwebites-list li .media:hover{
    background-color: #eee;
    border-left-width: 15px;
}
.footer-nav-list{
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.footer-nav-list li{
    display: inline-block ;
}
.footer-nav-list li a{
    padding: 0 5px;
}
.list-departments .thumbnail{
    margin-bottom: 70px;
    border-width: 3px 3px 0 3px ;
    padding: 0;
}
.list-departments .department-title{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
}
.list-departments .department-title h4{
    display: inline-block;
    background: rgba(0,0,0,0.6);
    padding: 5px 10px;
    border-radius: 10px;
}
.list-departments .department-bg-block{
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 3px solid #337ab7;
}
.list-departments .department-logo-wrap{
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
}
.list-departments .department-logo-object{
    height: 100px;
    width: 100px;
    display: inline-block;
}
.list-departments .department-logo-wrap img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid;
}
.register-panel,
.login-panel,
.edit-panel{
    margin-top: 20px;
    border-bottom: 4px solid #2d3192;
}

.register-panel .panel-heading,
#user_login .panel-heading,
#profile-edit .panel-heading{
    padding: 15px;
    background: #2d3192;
    color: #fff;
    border-top: 4px solid #ffcb05;
    border-bottom: 4px solid #ffcb05;
}
.register-panel .form-control::-webkit-input-placeholder,
.register-panel .form-control::-moz-placeholder,
.register-panel .form-control:-ms-input-placeholder {
    color: #a9a9a9 !important;
}
#user_login .wrapper,
#user_register .wrapper,
#profile-edit .wrapper,
.wrapper{
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23eeeeee' fill-opacity='0.59' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
}
#user_login .form-control{
    height: 40px;
}
#user_login .input-group{
    margin-bottom: 0;
}
#user_login .input-group-addon{
    border-right-color: #ccc ;
}
.help-block{
    color: #d65d5d;
}
ul.list{
    list-style: none;
    padding: 0;
}
ul.list li{
    margin-bottom: 15px;
}
.breadcrumb {
    margin-top: 5px;
}
@media (max-width:768px){

}
@media (max-width:640px){

	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}

}
@media (max-width:480px){

}
@media (max-width: 320px){

}


/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 60px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/


/* Sub dropdown menu*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-top: -1px;
    border-radius: 0 4px 4px 4px;
}

/*.dropdown-submenu {*/
    /*position: relative;*/
/*}*/

/*.dropdown-submenu>.dropdown-menu {*/
    /*top: 0;*/
    /*left: 100%;*/
    /*right: auto;*/
    /*margin-top: -5px;*/
    /*margin-left: -1px;*/
    /*-webkit-border-radius: 0 6px 6px 0;*/
    /*-moz-border-radius: 0 6px 6px 0;*/
    /*border-radius: 0 6px 6px 0;*/
/*}*/

/*.dropdown-submenu:hover>.dropdown-menu {*/
    /*display: block;*/
/*}*/

/*.dropdown-submenu>a:after {*/
    /*display: block;*/
    /*content: " ";*/
    /*float: right;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-color: transparent;*/
    /*border-style: solid;*/
    /*border-width: 5px 0 5px 5px;*/
    /*border-left-color: #ccc;*/
    /*margin-top: 5px;*/
    /*margin-right: -10px;*/
/*}*/

/*.dropdown-submenu:hover>a:after {*/
    /*border-left-color: #fff;*/
/*}*/

/*.dropdown-submenu.pull-left {*/
    /*float: none;*/
/*}*/

/*.dropdown-submenu.pull-left>.dropdown-menu {*/
    /*left: -100%;*/
    /*margin-left: 10px;*/
    /*-webkit-border-radius: 6px 0 6px 6px;*/
    /*-moz-border-radius: 6px 0 6px 6px;*/
    /*border-radius: 6px 0 6px 6px;*/
/*}*/
.clearfix{
    clear: both;
}
.no-padding{
    padding: 0 !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}
/*-- response --*/
@media(max-width:1366px){
	.immersive_slider {
		height: 430px !important;
	}
}
@media(max-width:1280px){

}
@media(max-width:1080px){


}
@media(max-width:1024px){

}
@media(max-width:991px){

}
@media(max-width:768px){
    .nav-wrap nav{
        position: static;
        width: auto;
    }
    .navbar-header{
        padding: 0;
        position: static;
    }
    .domain-search h2 span, .poll-widget h2 span {
        display: inline-block;
    }
    .domain-search input[type="submit"] {
        padding: 0 1em;
        font-size: 1em;
        display: block;
        width: 100%;
        height: 60px;
    }
    .domain-search input[type="text"] {
        padding: 0 1em;
        font-size: 1em;
        height: 60px;
    }
    .domain-search h2 {
        margin-bottom: 15px;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #poll-widget .prevSurveys {
        padding: 0 2em 0 0;
    }
    .poll-widget {
        padding: 0 0 1em 0;
    }
    .poll-widget .btn-primary {
        width: 50%;
    }
    .navbar {
        min-height: 60px;
    }
    .navbar-toggle {
        margin-top: 12px;
    }
    .navbar-default .navbar-nav > li > a {

        background: none;
        border-radius: 0;
        padding: 10px;
        margin-top: 0;
        text-align: right;
        border-bottom: 1px solid #eee;

    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #000;
        background: none;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #000;
        background: none;
    }
    .hvr-float:active, .hvr-float:focus, .hvr-float:hover {
        -webkit-transform: none;
        transform: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000 !important;
        border-bottom: 1px dashed #eee !important;
    }
    .navbar-nav .open .dropdown-menu {
        background: none;
        text-align: right;
        padding-right: 2em;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
         border-color: #eee;
    }
    .hvr-underline-reveal:before,
    .hvr-bounce-to-left:before {
        background: none;
    }
    .navbar-default .navbar-nav > .open > .hvr-float
    {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .w3layouts-address{
        white-space: nowrap;
        overflow: hidden;
        border-bottom: 1px solid;
        padding-bottom: 5px;
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
    .w3layouts-address ul li {
        font-size: 0.8em;
    }
    .agileinfo-social-grids{
        float: none;
        padding-top: 5px;
    }

    .logo img{
        width: 60px;
    }
    .header-title h6{
        font-size: 0.8em;
    }
}
@media(max-width:736px){

	.header {
		padding: 0;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background:None;
		border-color: #ddd;
	}
	.navbar-nav {
		float: none !important;
		margin: 0;
		text-align: center;
	}
	.navbar-nav > li > a {
		padding: 10px 19px;
		margin: 0;
	}

	.logo {
		margin: 0.5em 0 0 0;
	}


    .subscribe-form input[type="email"] {
        width: 70%;
    }
    button.btn1 {
        padding: 1em;
    }
}
@media(max-width:667px){
	
}
@media(max-width:640px){
	
}
@media(max-width:600px){
	
}
@media(max-width:568px){
	
}
@media(max-width:480px){
    .domain-search input[type="submit"] {
        padding: 0 0.1em;

    }
}
@media(max-width:414px){

}
@media(max-width:384px){
	
}
@media(max-width:375px){
	
	.panel-heading {
		padding: 1em;
	}
	
}
@media(max-width:320px){
	
}
/*-- //response --*/
