@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
body {
  line-height: 24px;
    font-size: 15px;
  font-family: 'Lato', sans-serif;
}
#wrapper{    overflow-x: hidden;width: 100%;margin: 0px auto;}
p {
  font-family: 'Lato', sans-serif;
  color: #848484;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

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

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #1a2357;
}
.user-step-box-main{margin: 35px 0px 0px 0px;}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 1.5rem;
  font-weight: 600;
    border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #1a2357;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #179b77;
}

.button-block {
  display: block;
    margin: 10px auto;
  width: 60%;
}
.advance-search-sec{position: relative;margin: 0px 0px;width: 100%;}
.advance-search-btn{float: left;}

.amend-search{width: 99%;color: #3c3c3c;}
.amend-search-btn-sett{color: #3c3c3c;
    padding: 0px 12px;
    margin: 0px auto;border: 1px #dcdcdc solid;
    display: block;
    border-radius: 8px;
    background: #fff;}
.amend-search-box{width: 100%; display: block;margin: 0px 0px 20px 0px!important;padding: 10px 10px 20px 10px;background: #fff;margin: 5px 0px 0px 0px;border-radius: 0px 0px 6px 6px;z-index: 444;box-shadow: 0px 0px 6px #dcdcdc;text-align: center;border: 1px #dcdcdc solid;}
.amend-search-box h4{font-size: 16px;margin: 10px 0px;padding: 0px;}
.amend-search-input-btn{background: #1a2357;border: 1px solid #1a2357;color: #fff;display:block;font-size: 14px;letter-spacing: 1px;padding: 12px 48px;margin: 0px auto;text-align: center;text-transform: uppercase;border-radius: 40px;}
.des-card-main-box{margin: 0px 0px;}
.des-card-main-box h3{margin: 5px 0px 20px 0px;text-align: center;}
.des-card-mian-text{margin: 10px 0px;color: #3c3c3c;}
.des-card-mian-text p{margin: 5px 0px 0px 33px!important ;color: #afaeae;font-size: 12px!important;}
.des-card-mian-text figure{margin: 0px 10px 0px 0px;width: 20px;display: inline-block;float: left;}
.des-card-mian-text figure img{width: 100%;opacity: 0.5;}
.des-card-mian-text span{margin: 0px 0px;display: contents;font-size: 15px;float: left;}

/* Form Progress */

.user-step-box-main .progress {width: 100%;margin:0px auto;text-align: center;height: 82px;box-shadow: none!important;background-color: transparent!important;}
.user-step-box-main .progress .circle,
.user-step-box-main .progress .bar {display: inline-block;background: #fff;width: 40px; height: 40px;border-radius: 40px;border: 1px solid #d5d5da;}
.user-step-box-main .progress .bar {position: relative;width: 125px;height: 6px;top: -32px;margin-left: -1px;margin-right: -1px;border-left: none;border-right: none;border-radius: 0;}
.user-step-box-main .progress .circle .label {display: inline-block;width: 32px;height: 32px;line-height: 32px;border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
}
.user-step-box-main .progress .circle .title {
  color: #b5b5ba;
  font-size: 13px;
  display: block;
    width: 130px;
    margin: 0px 0px 0px -40px;
    position: relative;
    top: 6px;
text-align: center;
}

/* Done / Active */
.user-step-box-main .progress .bar.done,
.user-step-box-main .progress .circle.done {
  background: #eee;
}
.user-step-box-main .progress .bar.active {
  background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.user-step-box-main .progress .circle.done .label {
  color: #FFF;
  background: #eb581b;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.user-step-box-main .progress .circle.done .title {
  color: #444;
display: block;
    width: 130px;
    margin: 0px 0px 0px -40px;
}
.user-step-box-main .progress .circle.active .label {
  color: #FFF;
  background: #565c75;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.user-step-box-main .progress .circle.active .title {
  color: #565c75;
}


.login-box-set{
    padding: 20px;
}
.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 10px;border-radius: 3px;
  background: rgba(160, 179, 176, 0.25);
  color: #333;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #1a2357;
  color: #ffffff;
}
.tab-group .active a {
  background: #1a2357;
  color: #fff;
}

.tab-content > div:last-child {
  display: none;
}


.field-wrap input, textarea {
  font-size: 14px;
  display: block;font-weight: normal;
  width: 100%;
  height: 100%;
  padding: 12px 10px;border-radius: 4px;
  background: none;
  background-image: none;
  border: 1px solid #a0b3b0;
  color: #333;
  border-radius: 0;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.field-wrap input:focus, textarea:focus {
  outline: 0;
  border-color: #1a2357;
}

.field-wrap textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 40px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.top-login-btn {
    float: right;
    padding: 10px 20px;
    margin: 9px 0px 0px 10px;
    border-radius: 6px;
    background: #1a2357;
    font-size: 16px;
    color: #fff!important;
    border: 1px #1a2357 solid;
}
.top-login-btn a{color: #fff!important;}
.top-login-btn a:hover{
    background: #fff;color: #1a2357!important;
}
.search-box-top{
    float: left!important;position: relative;
    width: 74%!important;
    margin: 0px 0px 0px -4px;
    padding: 0px 20px;height: 45px!important;}
.search-box-top-icon{height: 45px!important;}
/* Style to create scroll bar in dropdown */ 
.scrollable-dropdown{
    height: auto;
    max-height:320px;  /* Increase / Decrease value as per your need */
    overflow-x: hidden;
}
.btn-main {
  background: #1a2357;
  border: 1px solid #1a2357;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0px 10px;
  padding: 12px 48px;
    margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  border-radius: 6px;
}

.btn-main:hover {
  color: #fff;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 35px;
    margin: 20px 0px 0px 0px;
  text-transform: uppercase;
  border-radius: 40px;
}

.btn-transparent:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.section {
  padding: 60px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 60px 0;
}

.section-sm {
  padding: 60px 0;
}

.section-xs {
  padding: 40px 0;
}

.border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #1a2357;
}

.bg-gray {
  background: #f9f9f9;
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}

.header-bradcrumb a:hover {
  color: #1a2357;
}


.slick-slide {
  outline: none;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

.how-work-icon{width: 24%;margin: 0px 0px;text-align: center;padding: 0px;}
.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.select-box-search-set{
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.select-box-search-set select, .select-box-search-set input{
	height: 40px;
  border-radius: 4px;
	margin: 0;
	display: block;
	border:1px #dcdcdc solid;
	cursor: pointer;
  width: 100%;
}
.select-box-search-set label{
  text-align: left;
}
/*=================================================================
  Navigation
==================================================================*/
.about-img-set{
  width: 100%;
}
.contact-map {
  width: 100%;
  margin: 40px 0px 40px 0px;
  min-height: 400px;
  border: 1px #dcdcdc solid;
  box-shadow: 0px 0px 8px #dcdcdc;
  padding: 20px;
  border-radius: 4px;
  display: block;
}
.about-img-set img{
  width: 100%;
}
.top-breadcrumbs-sec{
	margin-top: 117px;
	padding: 15px 0px 1px 0px;
  background: #f5f5f5;
}
.top-breadcrumbs-sec .breadcrumb{
  padding: 0px 0px;
}
.about-pg-heading{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
.about-pg-heading h3{
	font-size: 40px;
    font-weight: 600;
    margin: 20px 20px 20px 0px;
    color: #333333;
}
.about-pg-heading p{
	font-size: 15px;
    color: #3c3c3c;
	line-height: 24px;
    margin: 0px 0px 8px 0px;
}
.why-choose-us-main {
  background: #fff;
  margin: 15px 0px;
  padding: 20px 0px;
}

.sitemapHolder li {
  float: left;
  color: #333;
  padding:10px 0px;
  margin: 0;
  position: relative;

}
.sitemapHolder li  a{
  display: flex;
  gap: 20px;
}
.page-title {
  padding: 10px 0 10px 23px;
  color: #167da9;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
.flight-search-text{
  background: #fff;
  padding: 14px 10px;
  text-align: center;
  margin: 30px 0px 0px 0px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  width: 20%;
}
.search-section-top-main{
  background: #fff;
  border: 0px 6px 6px 0px;
  padding: 15px 25px 25px 25px;
  color: #000;
}
.select-flight-main-btn{
  list-style: none;
  margin: 0px 0px;
  padding: 15px 0px;
  text-align: left;
}
.select-flight-main-btn li{
  display: inline-block;
  margin: 0px 10px;
  padding: 0px 0px;
  cursor: pointer;
}
.select-flight-main-btn li label{
  color: #167da9;
  display: flex;
  gap: 10px;
}

.navigation {
  transition: .3s all;position: fixed;background: #fff;box-shadow: 0px 0px 6px #dcdcdc;
  top: 46px;
}

.navigation .logo-default {
  display: none;
}

.navigation .navbar-nav > li.active a {
  color: #1a2357;
}

.navigation .navbar-nav > li > a {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: .2s ease-in-out 0s;
}

.navigation .navbar-nav > li > a:hover, .navigation .navbar-nav > li > a:active, .navigation .navbar-nav > li > a:focus {
  background: none;
  color: #1a2357;
}

.navigation .nav .open > a {
  background: none;
}

.navigation .dropdown {
  padding: 0;
}

.navigation .dropdown .dropdown-menu {
  border-radius: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  background-color: #000;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out,-webkit-transform 0.3s;
  transition: transform 0.3s,opacity 0.3s ease-in-out;
  transition: transform 0.3s,opacity 0.3s ease-in-out,-webkit-transform 0.3s;
}

.navigation .dropdown .dropdown-menu li a {
  padding: 8px 15px;
  color: #9d9d9d;
}

.navigation .dropdown .dropdown-menu li a:hover {
  padding-left: 20px;
  background: transparent;
  color: #fff;
}

.navigation .dropdown:hover .dropdown-menu {
  transition: opacity 0.3s ease-in-out,-webkit-transform 0.3s;
  transition: transform 0.3s,opacity 0.3s ease-in-out;
  transition: transform 0.3s,opacity 0.3s ease-in-out,-webkit-transform 0.3s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.advance-search{width: 99%;color: #3c3c3c;}
.advance-search-btn-sett{position: relative;color: #3c3c3c;padding: 0px 12px}
.advance-search-box{min-width: 100%;width: 100%; display: block;margin: 0px 0px;padding: 10px 10px 20px 10px;background: #fff;position: absolute;margin: 5px 0px 0px 0px;border-radius: 0px 0px 6px 6px;z-index: 444;border: 1px #dcdcdc solid;}
.advance-search-box h4{font-size: 14px;margin: 10px 0px;padding: 0px;}

.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background: #fff !important;
}

.sticky-header .navbar-nav > li > a {
  color: #060606;
}

.sticky-header .logo-white {
  display: none;
}

.sticky-header .logo-default {
  display: block;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}

.hero-area {
  background-image: url("../images/slider/slider-bg-1.jpg");
  background-size: cover;
  height: 90vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-area:before {
  content: '';
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area .block {
  color: #fff;text-align: center;
}

.hero-area .block h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-area .block p {
  color: #fff;
  width: 100%;text-align: center;
  margin-bottom: 20px;
}
.top-logo-set{margin: 0px 0px;padding: 0px;font-size: 34px;font-weight: 700;}
.hero-area .block .btn-main {
  margin: 27px 0px 0px 0px;
}

.hero-area .block .btn-main:hover {
  opacity: .8;
}


.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/*================ contact-input-sec start here =========================*/
.contact-main-sec{
	display: flex;
	gap: 50px;
	margin: 20px 0px 0px 0px;
}
.contact-input-main{
	width: 48%;
	margin: 0px 0px 40px 0px;
	font-size: 14px;
}
.contact-quotes-main{
	width: 80%;
	margin: 0px auto;
	font-size: 14px;
}
.contact-input-sec{
	width: 100%;
	margin: 10px 0px 10px 0px;
}
.contact-input-sec input, .contact-input-sec select{
	height: 45px;
	border: 1px #dcdcdc solid;
	width: 100%;
	border-radius: 4px;
  padding: 0px 20px;
}
.contact-input-sec textarea{
	min-height: 110px;
	border: 1px #dcdcdc solid;
	width: 100%;
	border-radius: 4px;
}

.contact-map-sec{
	width: 50%;
	margin: 40px 0px 40px 0px;
	min-height: 320px;
	padding: 10px 20px;
	border-radius: 4px;
	display: block;
}
.contact-map-sec img{
	width: 100%;
}
.contact-address-sec{
	width: 100%;
	margin: 40px 0px 0px 0px;
}
.contact-input-btn{
	background: #F16822;
	margin: 0px 0px;
	padding: 12px 20px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border: 1px #F16822 solid;
	width: 30%;
}

.contact-address-sec{
	margin: 40px 0px 0px 0px;
	background: #F0FBFD;
	border-radius: 4px;
	border: 1px #B5E1EA solid;
	padding: 20px;
}

.contact-address-sec ul{
	list-style: none;
	display: flex;
	padding: 10px 0px 0px 0px;
	justify-content: space-around;
}
.contact-address-sec ul li{
	margin: 0px 0px;
	text-align: center;
}
.contact-address-sec ul li figure{
width: 70px;
height: 70px;
background: #0067DB;
margin: 20px auto;
border-radius: 4px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
}
.contact-address-sec ul li h4{
	font-weight: 600;
	font-size: 18px;
}
.contact-address-sec ul li figure svg{
  width: 24px;
}
/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 50px 0;
  background: url("../images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action h2 {
  line-height: 1.5;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action-2 h2 {
  line-height: 1.5;
}

.call-to-action-2 p {
  color: #fff;
}

.call-to-action-2 .btn-main {
  margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 40px 0 50px 0;
}

.contact-form {
  margin-bottom: 40px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  border-radius: 0;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #1a2357;
}

.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #1a2357;
  color: #fff;
  border-radius: 0;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}

.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon {
  margin-top: 20px;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
}

.social-icon ul li a:hover {
  background: #1a2357;
  color: #fff;
  border: 1px solid #1a2357;
}

.social-icon ul li a:hover i {
  color: #fff;
}

.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

.map {
  position: relative;
}

.map #map_canvas {
  height: 400px;
  color: white;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}

.counters-item.kill-border:before {
  background: none;
}

.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}

.counters-item > div {
  margin: 6px 0;
}

.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #eb581b;
}

.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table {
  padding: 40px 0;
    margin:20px 0px;
  background: url("../images/pricing-bg.jpg");
  position: relative;
}

.pricing-table .title p {
  color: #fff;
}

.pricing-table:before {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  z-index: 999;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pricing-table .container {
  position: relative;
  z-index: 999;
}

.pricing-table .pricing-item {
  padding: 20px 25px;
  background: #fff;
  margin-bottom: 20px;
}

.pricing-table .pricing-item a.btn-main {
  text-transform: uppercase;
  margin-top: 20px;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}

.pricing-table .pricing-item li i {
  margin-right: 6px;
}

.pricing-table .price-title {
  padding: 5px 0 20px;
}

.pricing-table .price-title > h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}

.pricing-table .price-title .value {
  color: #1a2357;
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Services section
==================================================================*/
.services {
  padding: 60px 0 130px;
}

.services .service-block {
  padding: 50px 35px 40px 35px;
}

.services .service-block.color-bg {
  background: #565c75;
  color: #fff;
}

.services .service-block.color-bg i, .services .service-block.color-bg h3, .services .service-block.color-bg p {
  color: #fff;
}

.services .service-block .service-icon {
  margin-bottom: 30px;
}

.services .service-block i {
  font-size: 75px;
  color: #1a2357;
}

.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.services .service-block p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 50px;
  padding: 50px 20px 10px 20px;
  transition: all 0.3s ease 0s;
}

.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.service-2 .service-item:hover i {
  background: #fff;
  color: #1a2357;
}

.service-2 .service-item img {
  font-size: 20px;
  display: inline-block;
  background: #eb581b none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
  padding: 10px;
}

/*=================================================================
  Step section
==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}

.development-steps .step h4 {
  font-size: 20px;
  font-weight: 600;
}

.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-right: 10px;
}

.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}

.development-steps .step-1 {
  background-color: #f2f6f8;
}

.development-steps .step-1 h4 {
  color: #212121;
}

.development-steps .step-1 p {
  color: #838383;
}

.development-steps .step-2 {
  background-color: #1a2357;
}

.development-steps .step-2 h4, .development-steps .step-2 p {
  color: #fff;
}

.development-steps .step-3 {
  background: #198dbf;
}

.development-steps .step-3 h4, .development-steps .step-3 p {
  color: #fff;
}

.development-steps .step-4 {
  background: #167da9;
}

.development-steps .step-4 h4, .development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  padding-top: 100px;
  background: #565c75;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 80px;
}

.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 150px;
  background-color: white;
}

.testimonial .item i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}

.testimonial .item .client-details {
  padding-bottom: 30px;
}

.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 150px;
  height: auto;
}

/*=================================================================
  campare card
==================================================================*/
.rs-table {width: 100%;margin: 0px 0px;padding: 0px 0px;}
.rs-table tr {width: 24.5%;display: block;float: left;overflow: hidden;background: #fff;border-right: 1px solid #ddd;margin:0px 5px 0px 0px;}
.rs-table tr:last-child{margin: 0px 0px 0px 0px;}
.rs-table td, .rs-table th {text-align: center;display: block;position: relative;}
.rs-table tr:first-child {border-left: 1px solid #ddd;}
.rs-table td, .rs-table th {line-height: 20px;margin: 0;min-height: 100px;text-align: center;padding: 1em 1.2em;border-bottom: 1px solid #eaeaea;display: flex;
    justify-content: center;
    align-items: center;}
.compare-title-box {position: relative;background: rgba(0,0,0,0.8);width: 100%;height: 140px;}
.compare-title-content-box{position: absolute;bottom: 0px;color: #fff;text-align: center;    width: 100%;}
.compare-title-content-box h3{text-align: center;margin: 0px 0px;}
.compare-title-content-box p{text-align: center;color: #fff;}
.rs-table th:first-child{height: 140px;padding: 0px;}
.rs-table td.price, .rs-table th.price {font-size: 1em;padding: 1.8em 1.2em;font-weight: bold;
color: #f55567;}
.rs-table td.price span, .rs-table th.price span {font-size: 0.7em;}
.rs-table th {font-size:14px;line-height: 1.2em;font-weight: 600;}
.rs-table th:hover {background: #edeaea;}
.rs-table td p{font-size: 11px;color: #e5e5e5;position: absolute;top: 60px}
.rs-table th figure{height: 140px;width: 100%;overflow: hidden;margin: 0px;padding: 0px;}
.rs-table th figure img{width: 100%;opacity: 0.6}            
.View-detail-button {color: #fff;border: 0;padding: 10px 20px;line-height: 20px;border-radius: 3px;background: #1a2357;cursor: pointer;font-size: 1em;}
.View-detail-button:hover {opacity: 0.8;}

@media screen and (max-width: 768px) {
.rs-table tr {width: 100%;max-width: none;display: block;margin: 0 0 5em 0;border: 1px solid #ddd;overflow: hidden;}
    .View-detail-button{margin: 20px 0px 20px 0px;}
.rs-table .rs-legend {display: none;}
    .rs-table td p{position: inherit;top: inherit;}
.rs-table td, .rs-table th {width: 100%;padding: 10px 20px;margin: 0;display: block;border: 0;
border-bottom: 1px solid #eaeaea;min-height: auto;}
.rs-table td:last-child, .rs-table th:last-child {border-bottom: 0;}
.rs-table td:before {content: attr(data-label);display: block;font-weight: bold;margin: 10px 0px;}
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  padding-bottom: 60px;
  padding-top: 60px;
  background: #F6F6F6;
}

.post-item {
  background: #fff;
  margin-bottom: 20px;
  border:1px #e5e5e5 solid;
}

.post-item .content {
  padding: 20px;
}

.post-item .content h3 a {
  color: #000;
}

.post-item .content p {
  color: #757575;
  font-size: 14px;
  margin: 10px 0;
}

.post-item .content .btn-main {
  padding: 12px 25px; display: block;
    width: 85%;
  margin: 15px 0;
}

.award-icon-box-set{width: 90px;
    overflow: hidden;
    height: 90px;
    margin: 0px auto;}
.award-icon-box-set img{width: 100%}

.overview-main{margin: 5% 0px 0px 0px;background: #f0f0f0;padding: 30px 0px}
.overview-sec-one{margin: 0px 0px 30px 0px;padding: 20px;box-shadow: 0px 0px 7px #c9c9c9;border-radius: 6px;}

.overview-sec-one hr{margin: 4px 0px;}
.overview-sec-one-head{margin: 0px 0px;padding: 0px;position: relative;}
.overview-sec-one-head h3{margin: 10px 0px 20px 0px;padding: 0px;text-align: center;font-size: 22px;color:#1a2357; }
.overview-sec-one-head p{margin: 10px 0px 0px 0px;padding: 0px;text-align: center;font-size: 16px;color:#3c3c3c;}
.change-back-btn{color: #838383;position: absolute;left: 10px;top: 10px;font-size: 12px;}
.overview-sec-one-cont{background: #fff;margin: 0px 0px 0px 0px;padding: 20px;box-shadow: 0px 0px 10px #dcdcdc;border-radius: 8px;}
.overview-sec-one-text{margin: 10px 0px;border-bottom: 1px #eae8e8 dotted;padding: 0px 10px 20px 10px}
.overview-sec-one-text b{margin: 0px 10px 0px 0px;font-size: 14px;padding: 0px;}
.overview-sec-one-text span{margin: 0px 0px;font-size: 16px;line-height: 24px;}
.overview-sec-one-text i{margin: 0px 6px 0px 0px;color: #1a2357;}
.overview-sec-two-cont{background: #fff;margin: 0px 0px 0px 0px;padding: 20px;box-shadow: 0px 0px 10px #dcdcdc;border-radius: 8px;}
.overview-sec-two-text{margin: 0px;}
.overview-sec-two-text figure{margin:10px auto;padding: 0px 0px;width: 80px;height: 80px;border-radius: 50%;border: 1px #dcdcdc solid;overflow: hidden;}
.overview-sec-two-text figure img{width: 100%;}
.overview-sec-two-text h4{text-align: center;}
.overview-sec-two-text b{margin: 20px 10px 0px 0px;font-size: 14px;padding: 0px;}
.overview-sec-two-text span{margin: 0px 0px;font-size: 16px;line-height: 24px;}
.overview-sec-two-text i{margin: 0px 6px 0px 0px;color: #1a2357;}
.overview-sec-two-text p{margin: 10px 6px 0px 0px;color: #3c3c3c;font-size: 15px;line-height: 24px;}

.overview-sec-three-cont{background: #fff;margin: 0px 0px 0px 0px;padding: 20px;box-shadow: 0px 0px 10px #dcdcdc;border-radius: 8px;}
.overview-sec-three-text figure{margin:10px auto;padding: 0px 0px;width: 80px;height: 80px;border-radius: 50%;border: 1px #dcdcdc solid;overflow: hidden;}
.overview-sec-three-text figure img{width: 100%;}
.overview-sec-three-text h4{text-align: center;}
.overview-sec-three-text b{margin: 20px 10px 0px 0px;font-size: 14px;padding: 0px;}
.overview-sec-three-text span{margin: 0px 0px;font-size: 16px;line-height: 24px;}
.overview-sec-three-text i{margin: 0px 6px 0px 0px;color: #1a2357;}
.bot-scroll-box-sett{position: fixed;bottom: 0px;height: 80px;border: 1px #dcdcdc;background: #1a2357;width: 100%;z-index: 444;}
.bot-scroll-box-text{font-size: 26px;font-weight: 700;margin: 20px 0px 0px 0px;padding: 0px 0px 0px 0px;color: #fff;line-height: 34px;}
.secure-offer-btn{padding: 10px 20px;margin: 20px 10px 0px 0px;font-size: 16px;color: #1a2357;background:#fff; letter-spacing: 1px;border: 1px #fff solid;border-radius: 4px;}
.Request-call-btn{padding: 10px 20px;margin: 20px 10px 0px 0px;font-size: 16px;color: #fff;background:#1a2357; letter-spacing: 1px;border: 1px #fff solid;border-radius: 4px;}

/*=================================================================
  Search details section
==================================================================*/

.search-detials-top-sect{background: url(../images/search-result-head-bg.png)no-repeat;width: 100%;min-height: 350px;border-bottom: 1px #dcdcdc solid;}
.search-detials-top-contain{border: 1px #dcdcdc solid;box-shadow: 0px 0px 6px #777777;border-radius: 4px;background: #fff;margin: -12% 0px 40px 0px;padding: 10px 30px;min-height: 200px;}
.search-detials-heading{text-align: center;font-size: 38px;margin: 20px 0px 20px 0px;}
.search-detials-about{font-size: 14px;color: #3c3c3c;text-align: center;line-height: 23px;margin: 0px 0px 20px 0px;}
a.search-detial-tpbtn{width: 30%;margin: 10px auto;padding: 14px 20px;background: #fff;font-size: 16px;border-radius: 8px;color: #1a2357;text-align: center;display: block;border: 1px #1a2357 solid;}
a.search-detial-tpbtn:hover{background: #1a2357;border: 1px #1a2357 solid;color: #fff;}
a.search-detial-pdf-btn{width: 42%;margin: 10px auto;padding: 12px 20px;background:transparent;font-size: 16px;border-radius: 8px;color: #fff;text-align: center;display: block;border: 1px #fff solid;letter-spacing: 1px}
a.search-detial-pdf-btn:hover{background: #1a2357;border: 1px #1a2357 solid;color: #fff;}
.search-detial-about-main-sec{margin: 20px 0px;padding: 0px 0px;}
.search-detial-abaut-text h3{font-size:24px;font-weight: 700;margin: 10px 0px;padding: 0px;color: #333}
.search-detial-abaut-text hr{border-bottom: 3px #1a2357 solid;width: 230px;text-align: left;float: left}
.search-detial-abaut-text p{font-size:15px;margin: 10px 0px;padding: 0px;color: #3c3c3c;line-height: 27px;}
.search-detials-zoneicon{color: #46bf05;margin: 0px 0px 10px 0px;text-align: center;font-size: 20px;}
.search-details-video-box{margin: 50px 0px 0px 10px;padding: 20px;}
        
.search-detial-abt-feature-lt{margin: 20px 0px 30px 0px;padding: 0px;}

.search-detial-abt-content{margin: 20px 0px;padding: 20px 0px;}
.search-detial-abt-feature{margin: 0px;padding: 0px;list-style: none;}
.search-detial-abt-feature li{margin:30px 0px 15px 0px;padding: 0px; display: flow-root;}
.search-detial-abt-feature li figure{margin: 0px 20px 0px 0px;padding: 0px;width: 40px;float: left;}
.search-detial-abt-feature li figure img{width: 100%;}
.search-detial-abt-feature li p{width: 80%;float: left;margin: 10px 0px 0px 0px;font-size: 14px;}
.search-detial-abt-feature li p b{font-size: 16px;font-weight: 600;color: #333}
        
#readMore{margin: 0px 0px 20px 0px;position: relative;word-break: break-all;}
.readMoreWrapper{position: relative;width: 100%;height: auto;text-align: left;}
#readMoreText{width: 100%;height: 260px;overflow: hidden;padding: 0 0 20px;position: relative;}
.readMoreGradient {width: 100%;height: 50px;
background: #fff;background: -webkit-linear-gradient(rgba(255,255,255,0),#fff);
  background: linear-gradient(rgba(255,255,255,0),#fff);position: absolute;bottom: 0px;}
#readMoreBtn {background-color: #fff;border: 1px solid #1a2357;color: #1a2357;padding: 10px 15px;letter-spacing: 1px;
text-align: center;text-decoration: none;border-radius: 4px;display: inline-block;position: relative;bottom: 5px;//left: 70px;font-size: 16px;transition: all .1s;}
#readMoreBtn:hover, #readMoreBtn:focus{background-color: #1a2357;border: 1px solid #1a2357;color: #fff;}
.search-detial-pdf-icon{width: 40px;margin: 0px 10px 0px 0px;display: inline-block;}
.search-detial-pdf-icon img{width: 100%;}
.search-details-video-main{margin: 10px auto;padding: 0px;border:1px #dcdcdc solid;border-radius: 4px;box-shadow: 0px 0px 6px #dcdcdc;min-height: 240px;display: block;width: 100%;}
.view-agents-btn{margin: 10px auto;padding:10px 20px;text-align: center;background:#1a2357;border: 1px #1a2357 solid;color: #fff; font-size: 16px;font-weight: 600;border-radius: 6px;display: block;cursor: pointer;letter-spacing: 1px}
.view-agents-btn:hover{background:#fff;color: #1a2357;}
  
.rating_with_review{ width:50%;margin:-5px 30px 0px 0px;padding: 0px;float: left; display: inline-block;}
.rating {margin: 0 auto;padding: 0px;}
.rating label {float: right;position: relative;width: 40px;height: 40px;cursor: pointer;margin: 0px 6px;}
.rating label:before {content: "\2605";font-size: 42px;color: #CCCCCC;line-height: 1;}
.rating label:after{color: #F9DF4A;}

.na-circle-box{border: 2px #3c3c3c solid;width: 50px;height: 50px;border-radius: 50%;text-align: center;display: inline-block;float: left;justify-content: center;align-items: center;font-weight: 700;padding: 10px 0px 0px 0px}
.no-review-box{float: left;font-size: 16px;font-weight: 700;margin: 10px 0px 0px 20px;
    color: #3c3c3c;}
.rating-progress-bar{margin: 0px 0px;padding: 0px 0px;}
.rating-progress-bar ul{margin: 20px 0px 0px 0px;padding: 0px 0px;list-style: none;}
.rating-progress-bar ul li{margin: 0px 0px;padding: 0px 0px;display: block;}
.rating-progress-bar ul li p{margin: 0px 20px 0px 0px;padding: 0px 0px;float: left;}

.rating-progress-bar .progress-title{font-size: 16px;font-weight: 700;color: #333;margin: 0 0 20px;}
.rating-progress-bar .progress{width: 85%;float: left;height: 10px;margin: 10px 0px 0px 0px;background: #333;border-radius: 0;box-shadow: none;margin-bottom: 30px;overflow: visible;}
.rating-progress-bar .progress .progress-bar{position: relative;-webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;}
.rating-progress-bar .progress .progress-bar:after{content: "";display: inline-block;width: 9px;background: #fff;position: absolute;top: -10px;bottom: -10px;right: -1px;z-index: 1;transform: rotate(35deg);}
.rating-progress-bar .progress .progress-value{display: block;font-size: 16px;font-weight: 600;color: #333;position: absolute;top: -30px;right: -25px;}
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive {
    0%{ width: 0; }
}
/*=================================================================
  PERSONAL DETAILS section
==================================================================*/
.personal-details{margin: 5% 0px 0px 0px;padding: 0px 0px 40px 0px;background: #f0f0f0}
.personal-detials-form-main{margin: 0px;padding: 0px;}
.personal-detials-form-box{margin: 10px 0px 20px 0px;padding: 0px;}
.personal-detials-form-box p{margin: 10px 0px 10px 0px;padding: 0px;font-size: 20px;color: #3c3c3c;line-height: 27px;}
.personal-detials-form-box input{width: 100%;margin: 8px 0px;padding: 14px 20px;border: 1px #dcdcdc solid;border-radius: 4px;box-shadow: 0px 0px 4px #dcdcdc;background: #fff}
.personal-detials-form-box select{width: 100%;margin: 8px 0px;padding: 14px 20px;border: 1px #dcdcdc solid;border-radius: 4px;height: 50px;box-shadow: 0px 0px 4px #dcdcdc;background: #fff}
.personal-detials-form-box textarea{width: 100%;margin: 8px 0px;padding: 14px 20px;border: 1px #dcdcdc solid;border-radius: 4px;box-shadow: 0px 0px 4px #dcdcdc;background: #fff}
.personal-detials-addDepBtn{border: 2px #dcdcdc dotted;padding: 14px 20px;width: 100%;text-align: center;color: #3c3c3c;margin: 20px auto;border-radius: 4px;}
.personal-detials-addDepBtn:hover{background: #1a2357;color: #fff}
.personal-detials-agreebox{margin: 0px 0px;font-size: 14px;}
.personal-detials-agreebox label{margin: -5px 0px 0px 30px;}

.personal-detials-form-main1{margin: 0px;padding: 20px;background: #fff;border-radius: 6px;border:1px #dcdcdc solid;box-shadow: 0px 0px 8px 2px #c3c3c3}
.personal-detials-box1{margin: 0px 0px;padding: 0px 0px;}
.personal-detials-box1 h2{margin: 10px 0px;padding: 0px 0px;font-size: 20px;font-weight: 700;color: #3c3c3c;}
.personal-detials-form-data{border: 1px #c3c3c3 dotted;border-radius: 3px;margin: 0px 0px 0px 0px;padding: 10px 15px;background: #f8f8f8;}
.append-personal-detials-box{margin: 0px 0px 30px 0px;}
.border-none{border-bottom: none!important}
.personal-detials-content{width: 100%;margin: 0px 0px;padding: 0px 0px;}
.personal-detials-content figure{width: 110px;height: 110px;margin: 0px auto;padding: 0px 0px;border: 1px #dcdcdc solid;background: #fff; border-radius: 4px;}
.personal-detials-content p{font-size: 14px;color: #3c3c3c;margin: 10px 0px ;padding: 0px;text-align: center;}

.personal-detials-cont-text{margin: 10px 0px 0px 0px;border-bottom: 1px #dcdcdc dotted;padding: 0px 20px 20px 10px}
.personal-detials-form-data hr{margin: 0px;}
.personal-detials-cont-text b{margin: 0px 10px 0px 0px;font-size: 14px;padding: 0px;}
.personal-detials-cont-text span{margin: 0px 0px;font-size: 16px;line-height: 24px;}
.personal-detials-cont-text i{margin: 0px 6px 0px 0px;color: #eb581b;}
.personal-detials-cont-text input{margin: 10px 0px;padding: 12px 15px;width: 100%;background: #fff;border: 1px #dcdcdc solid;border-radius: 4px;}
.personal-detials-cont-text textarea{margin: 10px 0px;padding: 12px 20px;width: 100%;background: #fff;border: 1px #dcdcdc solid;border-radius: 4px;}
.personal-detials-cont-text select{margin: 10px 0px;padding: 12px 20px;width: 100%;background: #fff;border: 1px #dcdcdc solid;border-radius: 4px;height: 50px;}
.personal-detials-cont-text:nth-of-type(3){border: none;}
.personal-detials-cont-text:nth-of-type(4){border: none;}

.personl-details-side-box{background: #fff;border: 1px #dcdcdc solid;border-radius: 4px;text-align: center;margin: 0px 0px 10px 0px;}
.personl-details-side-box h3{margin: 10px 0px;padding: 10px 0px 0px 0px;font-size:17px;font-weight: 700;color: #3c3c3c;}
.personl-details-side-box figure{margin: 15px;padding: 0px 0px;height: 160px;overflow: hidden;border: 1px #dcdccd solid;border-radius: 4px;}
.agent-detial-side-box{margin: 15px auto!important;padding: 0px 0px;height: 160px;overflow: hidden;border: 1px #dcdccd solid;border-radius: 50%!important;width: 160px;}
.padding-0{padding: 0px;}
.personl-details-side-box figure img{width: 100%;height: 100%;}
.personl-details-side-box figure p{font-size: 16px;font-weight: 600;color: #3c3c3c;margin: 10px 0px;padding: 0px 0px 10px 0px;}

#profile-upload{background-image:url('');background-size:cover;background-position: center;border: 1px solid #bbb;position:relative;overflow:hidden;}
#profile-upload:hover input.upload{display:block;}
#profile-upload:hover .hvr-profile-img{display:inline-block;}
#profile-upload .fa{margin: auto;position: absolute;bottom: -4px;left: 0;text-align: center;right: 0;padding: 6px;opacity:1;transition:opacity 1s linear;
-webkit-transform: scale(.75); }
#profile-upload:hover .fa{
   opacity:1;
   -webkit-transform: scale(1); 
}
#profile-upload input.upload {z-index:1;left: 0;margin: 0;bottom: 0;top: 0;padding: 0;
opacity: 0;outline: none;cursor: pointer;position: absolute;background:#ccc;width:100%;display:none;}
#profile-upload .hvr-profile-img {
  width:100%;
  height:100%;
  display: none;
  position:absolute;
  vertical-align: middle;
  position: relative;
  background: transparent;
 }
#profile-upload .fa:after {
    content: "";
    position:absolute;
    bottom:0; left:0;
    width:100%; height:0px;
    background:rgba(0,0,0,0.3);
    z-index:-1;
    transition: height 0.3s;
    }

#profile-upload:hover .fa:after { height:100%; }

.media-wrapper{position: relative;}


.sel-box-ser-res-card-set input[type='checkbox'] {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	width: 35px;
	height: 35px;border-radius: 4px;
	margin: 0;
	margin-right: 1px;
	display: block;
	float: left;
	position: absolute;top: 20px;border:1px #dcdcdc solid;
    left: 20px;
	cursor: pointer;
}

.sel-box-ser-res-card-set input[type='checkbox']:after {
	content: "";
	vertical-align: middle;
	text-align: center;
	line-height: 13px;
	position: absolute;
	cursor: pointer;
	height: 35px;
	width: 35px;
	left: 0;
	top: 0;
	font-size: 25px;
	-webkit-box-shadow: inset 0 1px 1px #dcdcdc, 0 1px 0 #dcdcdc;
	-moz-box-shadow: inset 0 1px 1px #dcdcdc, 0 1px 0 #dcdcdc;
	box-shadow: inset 0 1px 1px #dcdcdc, 0 1px 0 #dcdcdc;
	background: #fff;
}

.sel-box-ser-res-card-set input[type='checkbox']:checked:after{
	background: #fff;
	content: '\2714';
	color: #5F95FC;padding: 11px 0px 0px 0px;
}


.citycard {
  margin: 60px auto 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}
.citycard .image {
  height: 300px;
  padding:0px 0 0 0;
  background-size: COVER;
  background-position: center;
  border-radius: 10px 10px 0 0;
 overflow: hidden;
    
}
.citycard .image img{
    width: 100%;height: 100%;
}
.citycard .image img:hover{
    transform: scale(1.4);transition: .2s all ease;
}

.citycard .detail {
  background: #fff;
  padding: 15px 20px 30px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  z-index: 1;
  margin-top: -18px;
}

.detail-top {
  border-top: 5px solid #3eb0ef;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  background: #fff;
  height: 35px;
  margin-top: -20px;
  margin-left: -10px;
  box-shadow: -8px -8px 5px 2px rgba(0, 0, 0, 0.25);
}

.checkCount-number-box{background: #1a2357;padding: 10px 0px;margin: 0px 0px;position: fixed;bottom: 0px;z-index: 55;width: 100%;}
.checkbox-checkCount{margin:20px 20px 0px 0px;padding: 0px;color: #fff;font-size: 20px;    float: left;}
.checkbox-checkCount p{float: left;color: #fff;font-size: 20px;margin: 16px 20px 0px 0px;}
.campare-result-btn{background: #fff;padding: 12px 20px;border-radius: 20px;float: left;margin: 10px 0px;}

.amend-search-select{
    width: 90%;
    margin: 8px 0px;font-size: 14ppx;
    padding: 4px 10px;
    border: 1px #dcdcdc solid;
    border-radius: 4px;
    height: 50px;
    box-shadow: 0px 0px 4px #dcdcdc;
    background: #fff;
}
.agents-card {
    width: 100%;
  margin: 10px 0px 20px 0px;
  background: #111;border-radius: 4px;
  min-height: 500px;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: all .2s ease;
  overflow: hidden;
}

.card-image {
  max-width: 100%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: .2s all ease;
}

.card-meta {
  position: absolute;
  height: 60%;
  top: 0;
  left: 0;
  right: 0;
  transition: .2s all ease;
}
.card-meta .tag,
.card-meta .date {
  background: #565c75;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 12px;
  position: absolute;
  font-weight: bold;
}
.card-meta .tag {
  left: 0;
  bottom: 24px;
  font-size: 14px;
}
.card-meta .date {
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  text-align: center;
}
.card-meta .date span {
  vertical-align: -5px;
  line-height: .8;
}
.card-meta .date em {
  display: block;
  font-style: normal;
  font-size: 70%;
  padding-top: 2px;
}

.card-details {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  bottom: 0;
  padding: 20px;
  transition: .2s all ease;
}
.card-details h2 {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.card-details h3 {
  margin: 0;
  padding: 0 0 10px;
  color: #e74c3c;opacity: 0.4;
  font-size: 20px;
  font-weight: 400;
}
.card-details p {
  color: #666666;
  font-size: 15px;
  line-height: 1.8em;
  opacity: 0.7;
  transition: .4s all ease;
}

.post-meta {
  background: #fff;
  color: #999;
  padding:10px 0px;
}
.post-meta a {
  text-decoration: none;
}
.post-meta span {
  margin-right: 1em;
}

.agent-btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #999;
  padding:10px 20px;
}
.agents-card:hover,
.agents-card.hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.agents-card:hover .card-image,
.agents-card.hover .card-image {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: .6;
}
.agents-card:hover .card-meta,
.agents-card.hover .card-meta {
  height: 30%;
}
.agents-card:hover .card-details,
.agents-card.hover .card-details {
  top: 30%;
}
.agents-card:hover .card-details p,
.agents-card.hover .card-details p {
  opacity: 1;
}


.agent-top-logo-sec{width: 200px;height: 200px;border:1px #dcdcdc solid;margin:0px auto;text-align: center;display: block;overflow: hidden;border-radius: 50%;position: relative;left: 0px;right: 0px;top: -70px;}
.agent-top-logo-sec figure img{width: 100%;height: 100%;}
.agent-details-top-content{font-size: 14px;color: #3c3c3c;line-height: 23px;}
.agent-details-top-content h3{font-size: 24px;color: #333;line-height: 23px;margin: 0px 0px;}
.agent-details-top-content hr{border-bottom: 3px blue solid;width: 20%;display: inline-block;}
.agent-cont-left-img{overflow: hidden;margin: 0px;padding: 0px;}
.agent-cont-left-img img{width: 100%;}

.search-detial-abt-services{margin: 0px 0px 40px 0px;padding: 0px;list-style: none;}
.search-detial-abt-services li{margin:30px 0px 15px 0px;padding: 0px; width: 30%;
    float: left;}
.search-detial-abt-services li figure{margin: 0px 20px 0px 0px;padding: 0px;width: 40px;float: left;}
.search-detial-abt-services li figure img{width: 100%;}
.search-detial-abt-services li p{width: 80%;float: left;margin: 10px 0px 0px 0px;font-size: 14px;}

.search-detial-abt-new-benfit{margin: 0px 0px 40px 0px;padding: 0px;list-style:disc;color: #fff;}
.search-detial-abt-new-benfit li{margin:30px 0px 15px 0px;padding: 0px; }
.search-detial-abt-new-benfit li p{margin:0px;padding: 0px;color: #f5f5f5; }
.confirm-agents-new-btn{padding: 14px 35px;margin: 0px 10px;border: 1px #1a2357 solid;border-radius: 4px;color: #fff;display: inline-block;font-size: 16px;background: #1a2357;letter-spacing: 1px;}
.select-another-agents-btn{padding: 14px 35px;margin: 0px 10px;border: 1px #1a2357 solid;border-radius: 4px;color: #1a2357;display: inline-block;background: #fff;font-size: 16px;letter-spacing: 1px;}

.react-autosuggest__suggestions-list{position: absolute;top: 45px;background: #fff;padding: 20px 20px;color: #3c3c3c;left: 0%;float: left;width: 96%;}
.react-autosuggest__suggestions-list li{border-bottom:1px #dcdcdc solid}


.cong-page-content-box{margin: 8% 0px 40px 0px;text-align: center;}
.cong-page-content-box h1{font-size: 52px;font-weight: 700;letter-spacing: 2px;color: #1a2357;}
.cong-page-content-box figure{width: 200px;margin: 0px auto;overflow: hidden}
.cong-page-content-box figure img{width: 100%;margin: 0px;padding: 0px;}
.cong-page-content-box h2{font-size: 35px;font-weight: 700;letter-spacing: 2px;color: #3c3c3c;}
.cong-page-content-box p{font-size: 16px;font-weight: 400;letter-spacing: 1px;color: #656565;padding: 12px 0px;border-bottom: 1px #dcdcdc solid;border-top: 1px #dcdcdc solid }
.go-home-cong-btn{padding: 10px 30px;margin: 20px auto;border-radius: 4px;border: 1px #1a2357 solid;background: #1a2357;color: #fff;font-size: 15px;letter-spacing: 1px;}

.cong-status-box-mid{margin: 20px 0px;padding: 0px;}

.cong-status-box-mid .progress {
  width: 150px;
  height: 150px;
  line-height: 150px;margin: 20px 0px 20px 0px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.cong-status-box-mid .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.cong-status-box-mid .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.cong-status-box-mid .progress .progress-left {
  left: 0;
}
.cong-status-box-mid .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #eb581b;
}
.cong-status-box-mid .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.cong-status-box-mid .progress .progress-right {
  right: 0;
}
.cong-status-box-mid .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.cong-status-box-mid .progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}
.cong-status-box-mid .progress .progress-value div {
  margin-top: 10px;
}
.cong-status-box-mid .progress .progress-value span {
  font-size: 12px
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.cong-status-box-mid .progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.cong-status-box-mid .progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.cong-status-box-mid .progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.cong-status-box-mid .progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.cong-status-box-mid .progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.cong-status-box-mid .progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.cong-status-box-mid .progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.cong-status-box-mid .progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.cong-status-box-mid .progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.cong-status-box-mid .progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.cong-status-box-mid .progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.cong-status-box-mid .progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.cong-status-box-mid .progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.cong-status-box-mid .progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.cong-status-box-mid .progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.cong-status-box-mid .progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.cong-status-box-mid .progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.cong-status-box-mid .progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.cong-status-box-mid .progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.cong-status-box-mid .progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.cong-status-box-mid .progress {
  margin-bottom: 1em;
}

/*=================================================================
  Footer section
==================================================================*/
.top-call-section{
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 10px 30px;
  background: #198dbf;
  color: #fff;
  z-index: 1000;
}
.top-call-section ul{
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}
.top-call-section ul li{
  display: inline-block;
  margin: 0px 10px;
}
.top-call-section ul li a{
  color: #fff;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
.subscrible-input{
  border: #fff 1px solid;
  border-radius: 4px;
  height: 41px;
  margin: 8px 0px 0px 0px;
  position: relative;
  top: 7px;
  width: 66%;border: #fff 1px solid;
  
}
.subscrible-input-main{
  position: relative;
  top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 20px 0 20px;
}

.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.top-footer p {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}

.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color .3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}

.top-footer li a:hover {
  color: #c6cdf7;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}

.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #1a2357;
}


/*======================
    404 page
=======================*/
.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;}
.page_404  img{ width:100%;}
.four_zero_four_bg{background-image: url(../images/dribbble_1.gif);
height: 400px;background-position: center;}
.four_zero_four_bg h1{font-size:80px;}
.four_zero_four_bg h3{font-size:80px;}
 .link_404{color: #fff!important;padding: 10px 20px;background: #1a2357;margin: 20px 0;display: inline-block;}
.contant_box_404{ margin-top:-50px;}
.error-message-box{margin: 0px auto;width: 80%;position: relative}
.error-message-show{margin: 80px 0px 20px 0px;text-align: center;}

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.page-404 h1 {
  font-size: 200px;
}

.request-section-modal{margin:0px 0px;padding:10px 20px 20px 20px;}
.request-section-modal h3{margin:0px 0px 10px 0px;padding:0px;text-align: center;font-size: 28px;font-weight: 700;color: #3c3c3c;}
.request-section-modal p{margin:0px 0px;padding:0px 20px;text-align: center;font-size: 15px;font-weight: 400;color: #3c3c3c;line-height: 25px;}
.request-section-modal input{margin:12px 0px;padding:0px;text-align: center;font-size: 16px;font-weight: 400;color: #3c3c3c;width: 100%;}
.request-submit-btn{padding: 14px 20px!important;margin: 10px auto!important;display: block;width: 40%!important;background: #1a2357;color: #fff!important;border-radius: 4px;border: 1px #1a2357 solid;}


/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
  .navigation .navbar-toggle {
    border: 1px solid #fff;
  }
  .navigation .navbar-toggle span {
    background: #fff;
  }
  .navigation .navbar-nav > li > a {
    font-size: 10px;
    padding: 20px 9px;
  }
  .navigation.sticky-header .navbar-toggle {
    border: 1px solid #dedede;
  }
  .navigation.sticky-header .navbar-toggle span {
    background: #000;
  }
  .navigation.sticky-header .navbar-nav > li > a {
    padding: 16px 9px;
  }
  .navbar-brand h1 {
    width: 130px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .counters-item:before {
    display: none;
  }
}

@media only screen and (min-width:1150px) and (max-width:1200px) {
    .search-box-top{width: 66%!important;} 
}

@media only screen and (min-width: 980px) and (max-width: 1150px) {
    .search-box-top{width: 74%!important;position: relative} 
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* home slider */
  #slitSlider .carousel-caption h2 {
    font-size: 60px;
  }
  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }
  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }
  .mask ul {
    top: 85px;
  }
  .mask ul li {
    margin: 0 5px;
  }
  .team-mate > h4 {
    margin-bottom: 10px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul li {
    margin-right: 10px;
  }
  /* testimonial */
  .client-info {
    width: 55%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }
  /* single blog page */
  .author-bio h5 {
    margin-left: 70px;
  }
}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
    .search-box-top{width: 72%!important;position: relative} 
  .counters-item:before {
    display: none;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }
  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }
  .about-content {
    margin: 0 auto;
    width: 60%;
  }
  /* fun facts */
  #counter {
    padding-bottom: 50px;
  }
  .counters-item {
    margin-bottom: 30px;
  }
  /* our services */
  .service-block {
    margin: 0 auto 40px;
    width: 310px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  .skill-chart {
    margin: 0 auto 40px;
    width: 90%;
  }
  .skill-chart > h3 {
    margin: 15px 0;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 300px;
  }
  /* testimonial */
  .client-info {
    width: 75%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px;
  }
  /* singla blog page */
  .author-social {
    margin-left: 0;
  }
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
.select-box-search-set input[type='checkbox'] {top: 4px;
}    .cong-page-content-box{padding: 20px;margin: 20% 0px 0px 0px;}
.cong-page-content-box h1{font-size: 28px;}
.cong-page-content-box h2{font-size: 24px;}
.cong-page-content-box p{font-size: 14px;}
.cong-page-content-box figure{width: 150px;}
.agent-top-logo-sec{top: -120px;}
.search-detials-top-sect{min-height: 266px;}
.agent-details-top-content{    margin: -88px 0px 0px 0px;}
.rating label{width: 20px;height: 20px;}
.rating_with_review{width: 64%}
.search-detial-abt-new-benfit{margin: 0px 0px 40px 20px;}
.confirm-agents-new-btn{display: block;margin: 10px 10px;}
.select-another-agents-btn{display: block;margin: 10px 10px;}
.no-review-box{margin: 20px 0px 0px 0px;width: 100%;}
.search-detial-abaut-text h3{font-size: 22px;line-height: 30px;}
.search-detial-abt-services li{margin: 0px 0px 15px 0px;    width: 100%;display: block;float: left;}
.request-submit-btn{width: 100%!important;}
    
    .overview-main{margin: 11% 0px 0px 0px;}
    .title h2{font-size: 28px;}
    .overview-sec-one-text{text-align: center;}
    .overview-sec-one-text b{display: block;margin: 10px 0px;}
    .overview-sec-one-head p{margin: 16px 0px 0px 0px;padding: 10px 0px 0px 0px;}
    .change-back-btn{top: -19px;}
    .overview-sec-one-head h3{line-height: 30px;}
    .bot-scroll-box-sett{height: inherit;padding: 0px 0px 30px 0px}
    .bot-scroll-box-text{text-align: center;line-height: 30px;}
    .secure-offer-btn{width: 100%;}
    .Request-call-btn{width: 100%;margin: 20px 0px 0px 0px}

.services {padding: 60px 0 30px;}
.hide-anythink{display: none;}
.hero-area .block h1{font-size: 30px;}
.advance-search-sec{width: 100%;display: block;}
.advance-search-btn{width: 100%;display: block;margin: 10px 0px;}
.advance-search-box select{border: 1px #dcdcdc solid;padding: 10px 10px;}
.advance-search-box input{border: 1px #dcdcdc solid;padding: 10px 10px;}
.advance-search-btn-sett{background: #fff;width: 100%;display:block;}
.search-box-top{width: 100%!important;display:block;margin: 0px 0px;position: relative}
.mobile-search-btn{width: 100%!important;border-radius: 4px!important;margin: 10px 0px;}
.amend-search-box select{border: 1px #dcdcdc solid;padding: 10px}
.amend-search-box checkbox{border: 1px #dcdcdc solid;padding: 10px} 
    
.user-step-box-main .progress .bar{    width: 25px;top:-45px;}
.user-step-box-main .progress .bar.active{width: 25px;top:-45px;}
.user-step-box-main .progress .circle .title{display: contents!important;font-size: 11px;}
.user-step-box-main .progress .circle.active .title{display: contents!important;font-size: 11px;}

.search-detials-top-contain{margin: -71% 0px 40px 0px;padding: 10px 10px;}
.search-detials-heading{font-size: 24px;}
.search-detials-zoneicon{font-size: 15px;}
a.search-detial-tpbtn{width: 100%; font-size: 14px;}
.title p {width: 90%;margin: 0 auto;}
.search-detial-abt-content{ margin: 5px 0px;}
.pricing-table .price-title{padding: 0px}
#readMoreBtn{width: 100%;}
.search-detial-abt-content{padding: 20px 0px;}
.search-details-video-box{margin: 10px 0px 0px 0px;padding: 0px;}
a.search-detial-pdf-btn{width: 100%;}
 .personal-details{margin: 20% 0px 0px 0px;padding: 0px 0px 40px 0px;}   
    
.navigation .navbar-nav > li > a{    border-bottom: 1px #dcdcdc solid;}
.about-2 .checklist {padding-left: 42px;}
.top-login-btn{width: 100%;}
.btn-transparent { margin: 20px 0px 0px 0px;}
.navigation.sticky-header .navbar-toggle {border: 1px solid #dedede;}
.navigation.sticky-header .navbar-toggle span {background: #000;}
.navigation.sticky-header .navbar-nav > li > a {padding: 8px 9px;}
  .navigation .navbar-toggle {
    border: 1px solid #3c3c3c;
      margin: 27px 28px 0px 0px;
  }
  .navigation .navbar-toggle span {
    background: #3c3c3c;
  }
  .counters-item:before {
    display: none;
  }
  .clients-logo-slider {
    text-align: center;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* h1 font size home slider */
  h1 {
    font-size: 30px;
  }
  .carousel-caption img {
    width: 70%;
  }
  #slitSlider .carousel-caption h2 {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption a {
    font-size: 14px;
  }
  #nav-dots {
    display: block;
  }
  #nav-arrows {
    display: none;
  }
  /* navigation */
  .navbar-fixed-top {
    padding-bottom: 10px;
  }
  .navbar-inverse .navbar-toggle,
  .navbar-inverse .navbar-toggle .icon-bar {
    border-color: #4e595f;
    border-radius: 0;
  }
  .navbar-inverse .navbar-toggle:hover {
    border-color: #ddd;
    border-radius: 0;
  }
  .navbar-inverse .navbar-toggle .icon-bar:hover {
    background-color: #ddd;
  }
  .navbar-collapse.in {
    overflow-y: inherit;
  }
  .navbar-brand {
    padding: 10px 0 10px 10px;
  }
  .navbar-toggle {
    margin-top: 22px;
  }
  .navbar-nav {
    margin: 0 -15px;
  }
  .navbar-inverse .navbar-nav li a {
    line-height: 45px;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid transparent;
  }
  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }
  .feature-desc a {
    margin: 5px 5px 5px 0;
  }
  /* fun facts */
  /* services */
  #services .title {
    padding-bottom: 60px;
  }
  .service-block {
    margin: 0 auto 30px;
    width: 100%;
    position: relative;
   
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 280px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 31px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul {
    text-align: center;
    margin-bottom: 10px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }
  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }
  .client-info {
    width: 100%;
  }
  /* latest posts */
  #blog {
    padding-bottom: 0;
  }
  .note {
    margin-bottom: 30px;
  }
  .note .excerpt {
    padding: 0 20px 20px;
  }
  .all-post {
    margin: 20px 0 30px;
  }
  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }
  #map-canvas {
    height: 250px;
  }
  /* footer */
  .social-icon ul li, .social-icon ul li:first-child {
    margin: 10px 5px;
  }
  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }
  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }
  .blog-title h1 {
    font-size: 28px;
  }
  /* blog page */
  #blog-page {
    margin: 0;
  }
  #blog-posts {
    margin: 0 0 40px;
  }
  .post-excerpt h3 {
    font-size: 20px;
  }
  .post-pagination ul li {
    margin: 0 10px 10px 0;
  }
  .tab-post-nav li a {
    padding: 8px 5px;
  }
  /* single blog page */
  .author-social {
    margin-left: 0;
  }
  .author-avatar {
    margin-right: 10px;
  }
}

/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title h2 {
    font-size: 32px;
  }
  .counter .counter-title h2 {
    font-size: 35px;
  }
  /* navigation */
  .navigation .navbar-toggle {
    border: 1px solid #fff;
  }
  .navigation .navbar-toggle span {
    background: #fff;
  }
  .navbar-fixed-top {
    padding-bottom: 10px;
  }
  .navbar-brand {
    padding: 10px 0 10px 10px;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #6CB670;
    border-radius: 0;
  }
  .navbar-inverse .navbar-toggle:hover {
    border-color: #fff;
    border-radius: 0;
  }
  .navbar-collapse.in {
    overflow-y: inherit;
  }
  .navbar-toggle {
    margin-top: 22px;
  }
  .navbar-inverse .navbar-nav li a {
    line-height: 45px;
    padding: 0;
    text-align: center;
    border-bottom: 2px solid transparent;
  }
  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }
  /* services */
  .service-block {
    margin: 0 auto 40px;
    width: 310px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  /* portfolio */
  .og-grid li {
    width: 245px;
  }
  /* skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }
  /* testimonials */
  .client-info {
    width: 74%;
  }
  /* latest posts */
  #blog {
    padding-bottom: 0;
  }
  .note {
    margin: 0 auto 30px;
    width: 75%;
  }
  /* contact */
  .contact-info {
    width: 100%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
