@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #2D6CDF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #2D6CDF;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #2D6CDF;
}

::-moz-selection {
  color: #fff;
  background: #2D6CDF;
}

::selection {
  color: #fff;
  background: #2D6CDF;
}

#logo {
  position: relative;
  z-index: 2;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 700;
  float: left;
  margin-left:10px;
  margin-right:10px;
  
}


@media screen and (max-width: 768px) {
 #logo {
  position: relative;
  z-index: 2;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 700;
  float: left;
  padding-left: 0px;
  }
  
  
}


#logo i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #F78536;
  background: rgba(0, 0, 0, 0.06);
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#logo a {
  color: #F78536;
}
#logo a:hover, #logo a:focus {
  color: #F78536 !important;
}

.desk-show
{
display:block;
visibility:visible;
}

@media screen and (max-width: 768px) {
.desk-show
{
display:none;
visibility:hidden;
}
}


.top-mar
{
margin-top:0px;
}

@media screen and (max-width: 768px) {
.top-mar
{
margin-top:50px;
}
}


#hero {
  min-height: 400px;
  height: 400px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  margin-top:50px;
}
#hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 400px;
  height: 400px;
  position: relative;
}


#hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#hero .flexslider .flex-direction-nav {
  display: none;
}
#hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 400px;
  height: 400px;
  z-index: 9;
  
}
#hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 400px;
  text-align:left;
  
}
#hero .flexslider .slider-text > .slider-text-inner h2, #hero .flexslider .slider-text > .slider-text-inner h3 {
  margin: 0;
  padding: 0;
  color: white;
}
#hero .flexslider .slider-text > .slider-text-inner h2 {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 900;
  text-transform:none;
}



#hero .flexslider .slider-text > .slider-text-inner h5 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  text-transform:none;
  color:#FFFFFF;
  text-align:center;
}

#hero .flexslider .slider-text > .slider-text-inner img {
  width:100px;
  height:68px;
  text-align:right;
  margin:auto;
}

@media screen and (max-width: 768px) {
  #hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 30px;
  }
}
#hero .flexslider .slider-text > .slider-text-inner h3 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#hero .flexslider .slider-text > .slider-text-inner h3 a {
  color:#FFFFFF;
}
#hero .flexslider .slider-text > .slider-text-inner .btn {
  padding: 18px 30px !important;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  background:transparent;
  border:1px solid #FFFFFF;
}
#hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: #2D6CDF !important;
  border:1px solid #2D6CDF;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}



.fh5co-bg-section {
  background: #e8e8e8;
}





#footer {
  padding: 3em 0;
  clear: both;
}

#choose {
  padding: 4em 0;
  clear: both;

}

#register {
  padding: 2em 0;
  clear: both;
  border-top:1px solid #f1f1f1;
}

#why {
  padding: 3em 0;
  clear: both;
  background-color:#f5f8fa;
  
}

#content {
  padding: 5em 0;
  clear: both;
  background-color:#f9f9f9;
  
}

#content p{
  font-size:16px;
  line-height:30px;
}

#content h1{
  line-height:40px;
}

#clients {
  padding: 2em 0;
  clear: both;
  
}

#social-timeline {
  padding: 3em 0;
  clear: both;
  
}

@media screen and (max-width: 768px) {
  #why,
  #content,
  #register,
  #choose,
  #footer {
    padding: 3em 0;
  }
}

.services {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services h3 {
  font-size: 18px;
  font-weight: 400;
}
.services h3 a {
  color: #000;
}
.services .icon {
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0);
  margin-bottom: 140px;
  text-align: center;
  
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .services .icon {
    margin: 0 auto 30px auto;
  }
}
.services .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 80px;
  line-height: 80px;
  color: #999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 140px;
}
.services:hover .icon, .services:focus .icon {
  
}
.services:hover .icon i, .services:focus .icon i {
  color: #ffcc00;
}



.heading-text {
  margin-bottom: 2em;
}
.heading-text h2 {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 768px) {
.heading-text h2 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
}

.heading-text p {
  font-size: 20px;
}

.heading-text1 {
  margin-bottom: 2em;
}
.heading-text1 h2 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.heading-text1 h2:after {
  position: absolute;
  top: 45px;
  left: 0;
  
  bottom: 0;
  content: '';
  width: 150px;
  height: 3px;
  margin: 0 auto;
  background: #66CC33;
}


.heading-text-wb {
  margin-bottom: 2em;
}
#choose .heading-text-wb>h2 {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
#choose .heading-text-wb>h1 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

#choose .heading-text-wb>p {
  font-size: 17px;
  margin-bottom: 50px;
  line-height: 1.5;
  color: #fff;
  
}



#choose {
  position: relative;
}
#choose .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(31, 95, 139, 0.7);
}

#choose h2{
  color:#fff;
  font-size:36px;
}



#register .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
#register h2{
  color: #999;
  font-weight:800;
  font-size:76px;
  line-height:80px;
  text-transform:uppercase;
}
#register span{
  color: #999;
  font-weight:800;
  font-size:66px;
  line-height:80px;
  text-transform:uppercase;
}

@media screen and (max-width: 768px) {
#register h2{
  color: #999;
  font-weight:800;
  font-size:22px;
  line-height:30px;
  text-transform:uppercase;
}
#register span{
  color: #999;
  font-weight:800;
  font-size:22px;
  line-height:30px;
  text-transform:uppercase;
}
}

#register h3 {
  color: #666;
  font-size:19px;
  line-height:30px;
  font-weight:600;
}

#register .price {
  color: #666;
  font-size:16px;
  line-height:30px;
}


#register .btn-reg {
 background: #745d5d;
  border: 2px solid #745d5d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color:#fff;
}

#register .btn-reg:hover {
  background: transparent;
  border: 2px solid #745d5d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color:#745d5d;
}

#footer {
  background: #000;
  /*background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);*/
  color: #fff !important;
}
#footer .overlay {
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#footer .footer-links {
  padding: 0;
  margin: 0;
}
#footer .footer-links a {
  margin-right:18px;
  color:#fff;
}
#footer a {
  color:#fff;
}
#footer .footer-links a:hover {
  text-decoration: underline;
  color:#fff;
}



#offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #offcanvas {
    display: block;
  }
}
.offcanvas #offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#offcanvas ul {
  padding: 0;
  margin: 0;
}
#offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}



.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 10px;
}
.btn.btn-sm {
  padding: 3px 5px !important;
  font-size: 13px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #2D6CDF;
  color: #fff;
  border: 2px solid #2D6CDF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #437be2 !important;
  border-color: #437be2 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #2D6CDF;
  border: 2px solid #2D6CDF;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #2D6CDF;
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: #666;
  border: 1px solid #fff;
}

.btn-success {
  background: #ff7a59;
  color: #fff;
  border: 2px solid #ff7a59;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn-border {
  background: none;
  border: 2px solid #fff;
  font-size: 16px;
  color:#FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-border:hover, .btn-border:focus, .btn-border:active {
  box-shadow: none;
  color:#FFFFFF;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 14px;
  font-weight: 400;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #000;
}

.row-pb-md {
  padding-bottom: 4em !important;
}
.row-pt-md {
  padding-top: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.row-padded-mb {
  margin-bottom: 3em !important;
}

.col-padded {
  margin: 0 !important;
  padding: 0 !important;
}

.js .animate-box {
  opacity: 0;
}

.login-form {
  padding: 30px;
  margin-top: 6em;
   margin-bottom: 4em;
  background: #ffffff;
  color:#000000;
}
@media screen and (max-width: 768px) {
  .login-form {
    padding: 15px;
  }
}
.login-form h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  margin: 0 0 30px 0;
  color: #FF6600;
}
.login-form .form-group {
  margin-bottom: 30px;
}
.login-form .form-group p {
  font-size: 12px;
  color: #000;
  font-weight: 500;
}
.login-form .form-group p a {
  color: #000099;
}
.login-form label {
  font-weight: 300;
  font-size: 14px;
  font-weight: 300;
}
.login-form .form-control {
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  color:#333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  
}
.login-form .form-control::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
.login-form .form-control::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}
.login-form .form-control:-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
}
.login-form .form-control:-moz-placeholder {
  color: #000;
  text-transform: uppercase;
}
.login-form .form-control:focus, .login-form .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}


input, textarea {
  color: #000;
}

.placeholder {
  color: #000;
}

#content-cms
{
padding: 6em 0;
  clear: both;
  background-image:url(../images/cms1.jpg);
}
#content-cms h1,
.cms-cover h1 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  font-weight:900;
  margin-top:7%;
  color:#FFFFFF;
  vertical-align: middle;
}

#content-cms p,
.cms-cover p {
  font-size: 15px;
  line-height: 18px;
  color:#FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  
}


.home-banner .home-banner-img {
  width: 100%;
  float: left;
  
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 106px;
  display: table;
}
.home-banner .home-banner-img:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.home-banner .home-banner-img .text-over {
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

.home-banner h2 {
  font-size: 20px;
}

.home-banner h3 {
  font-size: 15px;
}
.home-banner span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.home-banner:hover .home-banner-img:before {
  opacity: 1;
}
.home-banner:hover .home-banner-img .text-over {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


#fh5co-blog {
  padding: 6em 0;
  clear: both;
}


.fh5co-blog {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-img-holder {
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 170px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}



.fh5co-blog .blog-text {
  position: relative;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  width: 100%;
  padding: 15px;
  text-align:center;
}




.fh5co-blog .blog-text span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 a {
  
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight:600;
  
}
.fh5co-blog .blog-text p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing:normal;
  color:#333333;
}

.fh5co-blog .blog-text .btn-blog {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fh5co-blog .blog-text .btn-blog:hover {
  color: #fff !important;
}


.tour-packages {
  margin-bottom: 30px;
}
.tour-packages > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tour-packages > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius:10px;
  
}
.tour-packages > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.tour-packages > a h3 {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 18px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tour-packages > a span {
  font-size: 11px;
  bottom: 40px;
}
.tour-packages > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.tour-packages > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .tour-packages > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}

.tour-packages > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.btop {
  margin-top:90px;
}
@media screen and (max-width: 768px) 
{
.btop {
  margin-top:60px;
}
}


@media screen and (max-width: 768px) {
  .tour-packages > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}



.footer-call {
  position: fixed;
  bottom: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:50000;
  display:none;
  width:100%;
  visibility:hidden;
}

@media screen and (max-width: 768px) {
.footer-call {
  position: fixed;
  bottom: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:50000;
  display:block;
  width:100%;
  visibility:visible;
}
}


.footer-call a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight:800;
  font-size:24px;
}

.footer-call a:hover {
    background-color: #000;
}

.call {
  background: #FFCC00;
  color: #fff;
  
}

.main-head
{
font-size:36px;font-weight:bold;margin-top:20px;margin-bottom:20px;color:#666666;
}

@media screen and (max-width: 768px) {
.main-head
{
font-size:22px;font-weight:600;margin-top:20px;margin-bottom:20px;color:#666666;
}
}


.icon-sidebar-desk{position:fixed;bottom:10%;right:0;background-color:none !important;z-index:99999;padding:5px}
.icon-sidebar-desk a{display:block;text-align:center;padding:3px;transition:all .3s ease;color:#333;font-size:25px;margin-bottom:7px}

.icon-sidebar-deskl{position:fixed;bottom:10%;left:0;background-color:none;z-index:99999;padding:5px}


.call {
  background: none;
  color: white;
}

.video {
  background: #333;
  color: white;
}

.home {
  background: #dd4b39;
  color: white;
}

.login {
  background: #fbe93f;
  color: white;
}


