/*!
 * Project_Name: Themezy Travel Theme
 * Author: Themezy
 * Email: info@themezy.com
 * URL: http://themezy.com
 */
/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}
 #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color:  #b49735;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 8px;
    margin-left: 10px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?odkk1s");
  src: url("fonts/icomoon.eot?#iefixodkk1s") format("embedded-opentype"), url("fonts/icomoon.woff?odkk1s") format("woff"), url("fonts/icomoon.ttf?odkk1s") format("truetype"), url("fonts/icomoon.svg?odkk1s#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  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;
}

.icon-sunshine:before {
  content: "\e600";
}

.icon-van:before {
  content: "\e601";
}

.icon-ice-cream:before {
  content: "\e602";
}

.icon-kite:before {
  content: "\e603";
}

.icon-chair:before {
  content: "\e604";
}

.icon-watermelon:before {
  content: "\e605";
}

.icon-fish:before {
  content: "\e606";
}

.icon-bag:before {
  content: "\e607";
}

.icon-hotel:before {
  content: "\e608";
}

.icon-towel:before {
  content: "\e609";
}

.icon-pool:before {
  content: "\e60a";
}

.icon-departure:before {
  content: "\e60b";
}

.icon-fan:before {
  content: "\e60c";
}

.icon-glasses:before {
  content: "\e60d";
}

.icon-ride:before {
  content: "\e60e";
}

.icon-cup:before {
  content: "\e60f";
}

.icon-sun:before {
  content: "\e610";
}

.icon-mini-fan:before {
  content: "\e611";
}

.icon-postcard:before {
  content: "\e612";
}

.icon-ball:before {
  content: "\e613";
}

.icon-duck-balloon:before {
  content: "\e614";
}

.icon-van-alt:before {
  content: "\e615";
}

.icon-tend:before {
  content: "\e616";
}

.icon-plane:before {
  content: "\e617";
}

.icon-hat:before {
  content: "\e618";
}

.icon-bucket:before {
  content: "\e619";
}

.icon-sandals:before {
  content: "\e61a";
}

.icon-starfish:before {
  content: "\e61b";
}

.icon-island:before {
  content: "\e61c";
}

.icon-flower:before {
  content: "\e61d";
}

.icon-boat:before {
  content: "\e61e";
}

.icon-clam:before {
  content: "\e61f";
}

.icon-coconut:before {
  content: "\e620";
}

.icon-anchor:before {
  content: "\e621";
}

.icon-motorboat:before {
  content: "\e622";
}

.icon-jetski:before {
  content: "\e623";
}

.icon-camera:before {
  content: "\e624";
}

.icon-shuttelcock:before {
  content: "\e625";
}

.icon-fly-calendar:before {
  content: "\e626";
}

.icon-ticket:before {
  content: "\e627";
}

.icon-crab:before {
  content: "\e628";
}

.icon-balloon-boat:before {
  content: "\e629";
}

.icon-shot-pant:before {
  content: "\e62a";
}

.icon-bikini:before {
  content: "\e62b";
}

.icon-drink:before {
  content: "\e62c";
}

.fullwidth-block {
  padding: 180px 0;
}
.about-section h2 {
  color: #b49735;
  font-size: 36px;
  font-size: 2.25em;
}
.fullwidth-blocked {
  padding: 50px 0;
  position: relative;
}
 form input:not([type="submit"]), form textarea {
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #dedfe2;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 300;
  width: 100%;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
form input:not([type="submit"]):hover, form input:not([type="submit"]):active, form input:not([type="submit"]):focus, form textarea:hover, form textarea:active, form textarea:focus {
  border-color: #01a6d4;
}
form textarea {
  display: block;
  min-height: 180px;
  resize: vertical;
}

.button {
  padding: 5px 30px;
  background-color: #b49735;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125em;
}
.button:hover, .button:active {
  background-color: #470005;
}
body {
  font-family: "Open Sans", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #818c8d;
}

.site-header {
  z-index: 9999;
  position: relative;
}
.site-header .header-content {
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  *zoom: 1;
  padding-left: 10%;
}
.site-header .header-content:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.site-header .branding {
  padding: 40px 0 30px 40px;
  float: left;
  margin-right: 50px;
}
@media screen and (max-width: 990px) {
  .site-header .branding {
    padding: 20px 0;
    margin: 0 auto;
    float: none;
    position: relative;
    width: 75%;
  }
    .col-md-3 {
    width: 100%;
  }
  .position-relatives img{
    border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
  height: 100px;
  }
}
@media screen and (max-width: 640px) {
  .site-header .branding {
    float: left;
  }
}
.site-header .main-navigation {
  float: left;
}
.site-header . {
  float: right;
  text-align: right;
  padding: 45px 20px 20px 0;
}
@media screen and (max-width: 990px) {
  .site-header  {
    padding: 15px 20px 20px;
  }
}

@media screen and (max-width: 640px) {
  .site-header  {
    
  }
  .branding {
    font-size: 1rem;
    text-size-adjust: 15px;
    font-size: small;
  }
  .branding .site-title{
    font-size: 12px;
  }
}

.slider-collapse .site-header {
  position: absolute;
  width: 100%;
  top: 0;
}

.branding .logo {
  float: left;
  margin-right: 20px;
}
.branding img.logo-icon {
  float: left;
  margin-right: 10px;
}
.branding .site-title, .branding .site-description {
  display: table;
}
.branding .site-title {
  font-size: 1rem;
  margin: 5px 0 0;
}
.branding .site-title a {
  color: inherit;
  text-decoration: none;
}
.branding .site-description {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625em;
}
.hero-slider {
  position: relative;
}
  .hero-slider .slides {
    list-style: none;
    padding-left: 0;
    margin: 0;
    *zoom: 1;
   }
    .hero-slider .slides:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0;
     }
    .hero-slider .slides li {
      min-height: 580px;
      float: left;
      margin-right: -100%;
      width: 100%;
      background-size: cover;
      background-position: center center; 
    }
    .hero-slider .slides li img {
      width: 100%;
      max-width: 100%;
}
  .hero-slider .slide-content {
    border-radius: 3px;
    background-color: white;
    width: 25%;
    padding: 30px;
    top: 90px;
    margin-top: 250px;
    margin-bottom: 30px;
   }
   .box_main{
    width: 100%;
    float: left;
    background-color: #f4f1c3;
    height: auto;
    padding: 0px 20px 20px 20px;
    margin: 0px 20px 20px 20px;
}
.box_main:hover{
    background-color: #470005;
}
.box_main:hover .consultative_text{
    color: #ffffff;
}
.box_main:hover .readable_text{
    color: #ffffff;
}
.consultative_text{
    width: 100%;
    float: left;
    color: #0c0b0e;
    font-size: 22px;
    font-weight: 600;
}
.readable_text{
    width: 100%;
    float: left;
    color: #0c0b0e;
    font-size: 16px;
    margin: 0px;
}
.image_3 {
    width: 100%;
    float: left;
    background-image: url(images/img-3.png);
    height: 94px;
    background-repeat: no-repeat;
    top: -40px;
    position: relative;
}
.box_main .image_3:hover{
    background-image: url(images/img-6.png);
}
.image_4 {
    width: 100%;
    float: left;
    background-image: url(images/img-3.png);
    height: 94px;
    background-repeat: no-repeat;
    top: -40px;
    position: relative;
}
.box_main .image_4:hover{
    background-image: url(images/img-6.png);
}
.image_4.active{
    background-image: url(images/img-6.png);
}
.image_5 {
    width: 100%;
    float: left;
    background-image: url(images/img-5.png);
    height: 94px;
    background-repeat: no-repeat;
    top: -40px;
    position: relative;
}
.box_main .image_5:hover{
    background-image: url(images/img-7.png);
}
.box_main.active{
    background-color: #470005;
    color: #ffffff;
}
.consultative_text.active{
    color: #ffffff;
}
.readable_text.active{
        color: #ffffff;

}
.about_section{
    width: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 40px;
}
.about_section_head{
  padding-top: 20px;
  padding-bottom: 40px;
}
.advisor_section_2 {
    width: 100%;
    float: left;
}
.image_8{
    padding-top: 40px;
    width: 100%;
    float: left;
}
.about_taital{
    width: 100%;
    float: left;
    color: #1d1c24;
    font-weight: bold;
}
.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1d1c24;
    margin-left: 0px;
    padding-bottom: 20px;
}
.more_bt{
  float: right;
}
.portfolio_section{
    width: 100%;
    float: left;
}
.images_section{
    width: 100%;
    float: left;
    padding-top: 40px;
}
/**services**/
.serv-title h5{
  color: #b49735;
}
.serv-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background-color: #b49735;
}

.serv-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background-color: #470005;
}
.section-title {
  font-size: 36px;
  font-size: 2.25em;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 50px;
}
.button_serv {
  padding: 5px 30px;
  background-color: #b49735;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125em;
margin-left: 180px;
}
.button_serv:hover, .button:active {
  background-color: #470005;
}
/** about the team**/
.button_team {
  padding: 5px 30px;
  background-color: #b49735;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125em;
margin-left: 100px;
}
.button_team:hover, .button:active {
  background-color: #470005;
}
.team-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background-color: #b49735;
}

.team-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background-color: #470005;
}
.team-title .position-relative{
  color: #b49735;
}
.section-title .position-relative{
  color: #b49735;
}
.team-item{
  padding-top: 0px;
}
.team-item .team-text {
    transition: .5s;
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

    @media screen and (max-width: 990px) {
      .hero-slider .slide-content {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .hero-slider .slide-content {
        width: 100%; } }
    .hero-slider .slide-content .slide-title {
      font-size: 35px;
      font-size: 2.1875em;
      font-weight: 300;
      margin-bottom: 30px; }
      .hero-slider .slide-content .slide-title strong {
        color: #d3af37;
        display: block;
        font-weight: 300; }
    .hero-slider .slide-content p {
      line-height: 2;
      margin-bottom: 50px; }
  .hero-slider .flex-control-nav {
    list-style: none;
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center; }
    .hero-slider .flex-control-nav li {
      display: inline-block;
      margin: 0 5px; }
      .hero-slider .flex-control-nav li a {
        display: block;
        width: 15px;
        height: 15px;
        background-color: #c6c7c7;
        border-radius: 50%;
        overflow: hidden;
        text-indent: -99999px;
        cursor: pointer; }
        .hero-slider .flex-control-nav li a.flex-active {
          background-color: #d3af37; }

@media screen and (max-width: 990px) {
  .main-navigation {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .main-navigation {
    float: right !important;
    margin-top: 30px;
  }
}
.main-navigation .menu-toggle {
  border: none;
  background: none;
  font-size: 18px;
  display: none;
  outline: none;
}
@media screen and (max-width: 640px) {
  .main-navigation .menu-toggle {
    display: block;
    margin-right: 15px;
  }
}
.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 641px) {
  .main-navigation .menu {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .main-navigation .menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 20px;
    right: 20px;
    background: white;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
}
.main-navigation .menu li {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .main-navigation .menu li {
    display: block;
  }
}
.main-navigation .menu li a {
  padding: 50px 10px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  font-size: 12px;
  font-size: 0.75em;
}
@media screen and (max-width: 990px) {
  .main-navigation .menu li a {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 640px) {
  .main-navigation .menu li a {
    padding: 20px 30px;
  }
}
.main-navigation .menu li.current-menu-item a, .main-navigation .menu li:hover a {
  color: #d3af37;
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: normal;
}

figure {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
figure img {
  display: block;
  max-width: 100%;
}
.container, .slider .flexslider-controls .flex-control-nav {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container:after, .slider .flexslider-controls .flex-control-nav:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .container, .slider .flexslider-controls .flex-control-nav {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .slider .flexslider-controls .flex-control-nav {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .slider .flexslider-controls .flex-control-nav {
    width: 1170px;
  }
}
@media (max-width: 768px) {
  .container, .slider .flexslider-controls .flex-control-nav {
    padding: 0 20px;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
}
  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }
.widget{
  
}
.site-footer {
  border-top: 1px solid #ccc;
  padding-top: 50px; 
}
  .site-footer .widget-area {
    margin-bottom: 50px;
    padding-left: 50px;
 }
    .site-footer .widget-area .widget {
      font-size: 14px;
      font-size: 0.875em;
      margin-bottom: 30px; }
    .site-footer .widget-area .widget-title {
      font-size: 20px;
      font-size: 1.25rem; }
    .site-footer .widget-area a {
      color: #768089; }
    .site-footer .widget-area ul {
      list-style-type: none; }
  .site-footer .bottom-footer {
    background-color: #4a4c4e;
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
    font-size: 0.875em; }
  .site-footer .footer-navigation {
    margin-bottom: 30px; }
    .site-footer .footer-navigation a {
      color: white;
      padding: 0 10px;
      border-right: 1px solid white;
      line-height: 20px; }
      .site-footer .footer-navigation a:last-child {
        border-right: none; }
  .site-footer .colophon {
    color: #898b8d; }
