@charset "utf-8";

/*
  Title: Brendon
*/

/* ---------------------------------------------------------------------- */
/*  Import styles
/* ---------------------------------------------------------------------- */

  
/* Font */
@import url("fonts.min.css");

/* Magnific-popup */
@import url("magnific-popup/magnific-popup.css");

/* CSS Animations */
@import url("animate/animate.css");

/* Font Awesome Icons */
@import url("font-awesome/font-awesome.css");

/* General -----------------------------*/
/* Preloader  --------------------------*/
/* Main Menu ---------------------------*/
/* Mobile Main Menu --------------------*/
/* Header ------------------------------*/
/* Logo --------------------------------*/
/* About -------------------------------*/
/* Portfolio ---------------------------*/
/* Contact -----------------------------*/
/* Footer ------------------------------*/
/* Copyright ---------------------------*/
/* Go to top ---------------------------*/
/* Blog Page ---------------------------*/
/* Sidebar  ---------------------------*/
/* Blog Single ---------------------------*/


@font-face {
      font-family: 'e4fservices';
      src: url('../fonts/e4fservices.eot');
      src: url('../fonts/e4fservices.eot?#iefix') format('embedded-opentype'),
           url('../fonts/e4fservices.woff') format('woff'),
           url('../fonts/e4fservices.ttf') format('truetype'),
           url('../fonts/e4fservices.svg?#e4fservices') format('svg');
      font-weight: normal;
      font-style: normal;
    }

.e4f-icon
  {
    font-family: "e4fservices";
    font-style: normal;
    font-weight: normal;
    speak: none;
   
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
   
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
   
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
   
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
   
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }

  .yellowIcons{
  width: 100px;
}

/* General -----------------------------*/

@keyframes breath {
  0%   { background-size: 100% auto; }
  50% { background-size: 140% auto; }
  100% { background-size: 100% auto; }
}




/*.head_bg{
  animation: breath 4s linear infinite;
}
*/
.container-dropped{
  margin-top: 120px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, small, strong, ol, ul, li, form, label, table, caption, tr, td, footer, header {
  margin: 0;
  padding: 0;
  border: 0;
}

footer, header, menu, nav, section {
  display: block;
}

body {
  font-size: 16px;
  min-width: 320px;
  line-height: 1.6;
  font-family: 'Roboto',sans-serif;
  overflow-x: hidden;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
  color: #000;
}

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

a {
  outline: 0;
  text-decoration: none;
  color: #959595;
  font-weight: 300;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#about,
#blog,
#counter,
#portfolio{
  padding: 50px 0;
  z-index: 10; }
#contact {
  padding: 70px 0 30px 0; }
#about,
#portfolio{
  background: #fff;}

#contact_header{
  background: #f0f0f0;}

section {
  position: relative; }

section .section_header {
  text-align: center;
  position: relative;
  margin-bottom: 60px; }

section .section_header h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400; }

section .section_header h2::before {
  content: "";
  height: 1px;
  left: 0%;
  margin-top: 15px;
  position: absolute;
  width: 39%;
  background-color: rgba(0, 0, 0, 0.27); }

section .section_header h2::after {
  content: "";
  height: 1px;
  right: 0%;
  margin-top: 15px;
  position: absolute;
  width: 39%;
  background-color: rgba(0, 0, 0, 0.27); }

/* Preloader  --------------------------*/
.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }

.sk-folding-cube {
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -30px;
  margin-left: -30px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}


/* Main Menu ---------------------------*/
.head_bg .mnu_line, 
.blog_head_bg .mnu_line{
  line-height: 50px;
}

.head_bg .mnu_line .row, 
.blog_head_bg .mnu_line .row{
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.19);*/
}

.head_bg .mnu_line .row .col-sm-10, 
.head_bg .mnu_line .row .col-md-10, 
.blog_head_bg .mnu_line .row .col-sm-10, 
.blog_head_bg .mnu_line .row .col-md-10 {
  padding-right: 0;
}

.head_bg .mnu_line .nav_block, 
.blog_head_bg .mnu_line .nav_block{
  position: relative;
}

.head_bg .mnu_line .mnu, 
.blog_head_bg .mnu_line .mnu {
  position: absolute;
  right: 0;
  z-index: 10;
}

.head_bg .mnu_line .mnu > ul, 
.blog_head_bg .mnu_line .mnu > ul {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 10;
}

.head_bg .mnu_line .mnu > ul > li, 
.blog_head_bg .mnu_line .mnu > ul > li {
  position: relative;
  display: inline-block;
  z-index: 10;
}

.head_bg .mnu_line .mnu > ul > li > a, 
.blog_head_bg .mnu_line .mnu > ul > li > a {
  text-decoration: none;
  color: #000000;
  padding: 0 20px;
  display: block;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 61px;
  z-index: 10;
  font-weight: 400;
}

.home-header{color: #ffffff;}
.home-subheader{color: #ffffff;}
/* Effect: border line */
.head_bg .mnu_line .mnu .lamp, 
.blog_head_bg .mnu_line .mnu .lamp {
  position: absolute !important;
  height: 4px;
  bottom: -1px;
  background: #000;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


/* Mobile Main Menu ---------------------------*/
.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 17px;
  z-index: 20;
  position: absolute;
}

.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.toggle-mnu span:after {
  top: 18px;
}

.toggle-mnu span {
  position: relative;
  display: block;
}

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 2px; /* Safari & Chrome */
  -moz-border-radius: 2px; /* Firefox */
  -ms-border-radius: 2px; /* Internet Explorer */
  -o-border-radius: 2px; /* Opera */
  border-radius: 2px; /* W3C */
}

.toggle-mnu.on span {
  background-color: transparent;
}

.toggle-mnu.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0);
  -ms-transform: rotate(45deg) translate(-1px, 0);
  transform: rotate(45deg) translate(-1px, 0);
}

.toggle-mnu.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
  -ms-transform: rotate(-45deg) translate(6px, -7px);
  transform: rotate(-45deg) translate(6px, -7px);
}

.top_mnu {
  display: none;
}

.mnu_menu ul li{
  display: block;
z-index: 10;
position: relative;
background: #fff;
}

.mnu_menu ul li a{
color: #000;
width: 100%;
height: 100%;
display: block;
}

#menu {
  background-color: #1D1F20;
  background-image: -webkit-linear-gradient(305deg, #1D1F20, #404348);
  background-image: linear-gradient(145deg, #1D1F20, #404348);
}

/* Header ------------------------------*/

.head_bg {
  position: relative;
  color: #000;
  overflow: hidden;
  z-index: 11;
}

.head_bg .content_head {
  position: absolute;
  width: 100%;
  top: 20%;
  left: 0;
 /* padding-top: 100px;
  margin: -15em 0 0;*/
}



.head_bg .content_head .content_download, 
.head_bg .content_head .content_name, 
.head_bg .content_head .content_prof {
  /*text-align: left;*/
  text-align: center;
  padding: 0;
  margin: 20px 0 0 0;
}

.head_bg .content_head .content_name .hello {
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: 1s;
}

.head_bg .content_head .content_name .name{
  /*font-size: 3.8rem; */
  font-size: 6rem;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-animation-duration: .5s;
  -webkit-animation-delay: 1.7s;
}

.head_bg .content_head .content_name p {
  font-size: 2.2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 3;
}

.head_bg .content_head .content_prof p {
  font-family: 'Roboto', sans-serif;
  font-size: 2.0rem;
  font-weight: 300;
  text-transform: none;
  padding: 0;
  margin: 23px 0 30px 0;
  line-height: 1;
  -webkit-animation-duration: .5s;
  -webkit-animation-delay: 2.3s;
}

.head_bg .content_head .content_download p {
  line-height: 1;
  -webkit-animation-duration: .5s;
  -webkit-animation-delay: 2.7s;
}

.glyphPanel{
  height: 660px !important;
}

.head_bg .content_head .content_download p a {
  color: #000;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 10px 20px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #000;
}

.head_bg .content_head .content_download p a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.scroll_bottom {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 8%;
  left: 50%;
}

.scroll_bottom div {
  -webkit-animation-duration: .5s;
  -webkit-animation-delay: 2s;
}

.scroll_bottom .arrows {
  width: 41px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 20px;
}

.scroll_bottom .arrows path {
  stroke: #d1b325;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

.scroll_bottom .arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}

.scroll_bottom .arrows path.a2 {
  animation-delay: -.5s;
  -webkit-animation-delay: -.5s;
}

.scroll_bottom .arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

@keyframes arrow {
  0%,100%,80% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes arrow {
  0%,100%,80% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}


/* Logo */

.logo {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 61px;
  z-index: 10;
  font-weight: 900;
}

.logo a {
  text-decoration: none;
  color: #000000;
  z-index: 10;
  font-weight: 900;
}

.logo_img a {
  background: transparent url('../img/logo.png') no-repeat left center;
  height: 60px;
  display: block;
}

.none {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

/* Contact_header -------------------------------*/
#contact_header .row{
  border-top: 1px solid rgba(0, 0, 0, 0.19);}
section .section_padding {
  padding: 30px 0;
}
.section_padding p {
  font-size: 1.4rem;
}
.section_padding p span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}


/* About -------------------------------*/
#about .about_block{
  padding-top: 50px;
}

#about .about_block .col-md-3{
  padding: 50px 0;
  text-align: center;
}

.about_block .about_block_border{
  border: 1px solid #000;
  margin: 0 15px;
  padding: 50px 10px;
}

#about .about_block p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

#about .about_block img {
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -38px;
    background: #fff;
    padding: 0 10px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    height: 45px;
}

#about .about_block_border:hover img {
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}

#about .about_block h4{
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 30px;
}

/* counter -------------------------------*/
#counter {
  padding: 40px 0 50px 0;
  background: #f5f1f4;
  text-align: center; }
  #counter span{
    font-size: 4rem;
    font-weight: 700;}
  #counter p{
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;}

/* Portfolio ---------------------------*/
.section-title{
    text-align: center;
    padding: 0px 0 40px 0;
}

section .section-title .section_header{
    margin-bottom: 30px;
}

.portfolio_filter{
    text-align: center;
    padding-top: 15px;
}

.portfolio_filter ul{
    margin: auto;
    display: inline-block;
}

.portfolio_filter ul li{
    font-size: 14px;
    color: #777777;
    float: left;
    margin-right: 15px;
    list-style: none;
    cursor: pointer;
    padding: 5px 10px;
    border: solid 1px rgba(58, 44, 44, 0.26);
}

.single_item {
    margin-bottom: 30px;
}

.single_item img{
    width: 100%;
    transition: all ease 0.3s;
}

.single_item img:hover {
  opacity: 0.77;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
  cursor: crosshair;
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
}

.select-cat{
  color: #000 !important;
  border: solid 1px #3a2c2c !important;
}

/* END Portfolio */

/* Blog */

#blog {
  background: #f5f1f4; }

.blog_block { 
  position: relative; 
  padding-top: 160px; 
  overflow: hidden;
}

.blog_block 
.brief-content { 
  background-color: #fff; 
  padding: 25px 20px; 
  position: relative; 
  margin-left: 10px; 
  margin-right: 10px; 
  z-index: 1; 
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); 
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); 
}

.blog_block .blog-img-frame { 
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
}

.blog_block .brief-title { 
  padding-bottom: 10px;
  position: relative;
  line-height: 24px; }

.blog_block .brief-title a { 
  color: #2E3841;
  font-size: 1.8rem;
  font-weight: 700;}

.blog_block .brief-date {
  font-size: 1.2rem;
  color: #818181;
  padding-bottom: 10px;
}

.blog_block .blog-buttons a { 
  font-size: 1.4rem; 
  text-transform: none; 
  color: #000; 
  font-weight: 700;
}

.blog_block .blog-buttons a i {
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  padding-left: 5px;
}

.blog_block .blog-buttons a:hover i { 
  opacity: 1;
}

.blog_block .brief {     
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 1.4rem; }

.blog-img { 
  display: block; 
  position: relative; 
}

.blog-img:focus, .blog-img:hover { 
  outline: none; 
}

.blog-img img { 
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out; 
  transition: all 0.3s ease-in-out; 
}

.blog-img:focus img, .blog-img:hover img { 
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
  -o-transform: scale(1.1); transform: scale(1.1); }

.blog_read_more {
  text-align: center;
  padding-top: 50px;
  display: block;
  position: relative;
}

.blog_read_more a{
  color: #1c1c1c;
  padding: 10px 35px;
  border: 1px solid #1c1c1c;
  text-transform: uppercase;
  z-index: 10;
  font-weight: 500;
}

.blog_read_more a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/* Contact -----------------------------*/
#contact .section_header{
  margin-bottom: 30px; }

#contact .contact_block .col-md-4{
  padding: 50px 0;
  text-align: center;
}

#contact .contact_block_border{
  border: 1px solid #000;
  margin: 0 15px;
  padding: 50px 10px;
}

#contact .contact_block p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

#contact .contact_block img{
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -29px;
    background: #fff;
    padding: 0 10px;
    height: 30px;
    -webkit-transition: all .3s linear;
  transition: all .3s linear;
  }

#contact .contact_block_border:hover img{
  -webkit-transform: scale(1.1); 
  -moz-transform: scale(1.1); 
  -ms-transform: scale(1.1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
  }

#contact .contact_block h4{
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 30px;
}

form {
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }
  form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    display: inline;
    width: 50%; }
    form fieldset input {
      width: 100%;
      border-bottom: 1px solid #898989;
      border-top: none;
      border-left: none;
      border-right: none;
      background: none;
      padding: 10px; }
    form fieldset input:focus{
      box-shadow: none;
      outline: none;
      border-bottom: 2px solid #000;
    }
    input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important; /* Цвет фона */
    }
    form .textarea_block textarea:focus{
      box-shadow: none;
      outline: none;
      border-bottom: 2px solid #000;
    }
    form fieldset ::-webkit-input-placeholder {
      color: #898989; }
    form fieldset :-moz-placeholder {
      color: #898989; }
    form fieldset ::-moz-placeholder {
      color: #898989; }
    form fieldset :-ms-input-placeholder {
      color: #898989; }
    form .textarea_block textarea {
      width: 100%;
      border-bottom: 1px solid #898989;
      border-top: none;
      border-left: none;
      border-right: none;
      background: none;
      padding: 10px;
      margin: 27px 0 20px 0; }
    form .textarea_block ::-webkit-input-placeholder {
      color: #898989; }
    form .textarea_block :-moz-placeholder {
      color: #898989; }
    form .textarea_block ::-moz-placeholder {
      color: #898989; }
    form .textarea_block :-ms-input-placeholder {
      color: #898989; }
    form .textarea_block input {
    color: #1c1c1c;
    padding: 15px 35px 13px 35px;
    border: 1px solid #1c1c1c;
    text-transform: uppercase;
    z-index: 10; 
    background: transparent;
    font-weight: 700;
    line-height: 1;}
      form .textarea_block input:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;}
  #messegeResult {
    text-align: center;
    padding: 40px 0;
  }


/* Footer -----------------------------*/
footer {
  background: #f0f0f0; }
    footer .logo a {
      color: #588792; }
  footer .social ul {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    footer .social ul li {
      position: relative;
      display: inline-block;
      padding: 0 5px;}
      footer .social ul li a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif; }
        footer .social ul li a i {
          width: 35px;
          padding: 7px 0;
          background: #B6A085 ;
          /*color: #f0f0f0;*/
          color: #000;
          font-size: 2.1rem;
          -webkit-border-radius: 35px; /* Safari & Chrome */
          -moz-border-radius: 35px; /* Firefox */
          -ms-border-radius: 35px; /* Internet Explorer */
          -o-border-radius: 35px; /* Opera */
          border-radius: 35px;
        }
          footer .social ul li a i:hover {
            background: #000;
            color: #B6A085 ;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear; }

.social {
  padding: 20px 0;
}

.copyright {
  padding-bottom: 20px;
}

/* Copyright */
.copyright p{
  color: #979797;
  font-size: 1.4rem;
  text-align: center;
}


/* Go to top ------------------------------------*/
.scrollup {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none;
  background: #000;
  -webkit-border-radius: 30px; /* Safari & Chrome */
  -moz-border-radius: 30px; /* Firefox */
  -ms-border-radius: 30px; /* Internet Explorer */
  -o-border-radius: 30px; /* Opera */
  border-radius: 30px; /* W3C */
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 20;
}

.scrollup i {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 28px;
  font-size: 20px;
}

/* BLOG PAGE */

.blog-section {
}

.blog-section-bg {
  background: #fafafa;
}

.blog-section-bg .blog-content {
    margin-right: 45px;
}

.blog_head_bg {
  position: relative;
  color: #000;
  overflow: hidden;
  z-index: 11; 
  height: 400px;
  background: url('../img/blog_bg.jpg') no-repeat center center;
}

.blog_head_bg .content_head {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  padding-top: 100px;
  margin: -8em 0 0;
}

.blog_head_bg .content_head .content_head_txt p{
  font-size: 3.5rem;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-animation-duration: .5s;
  -webkit-animation-delay: 1.7s;
}

.blog_head_bg .content_head .content_bottom_txt p {
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 3;
}

.breadcrumb { 
  padding: 14px 0; 
  border-bottom: 1px solid #e1e1e1; 
}

.breadcrumb ul { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
  text-align: left; 
}

.breadcrumb ul li { 
  display: inline-block; 
  text-transform: capitalize; 
}

.breadcrumb ul li:not(:last-child):after { 
  content: '\f105'; 
  font-family: FontAwesome; 
  padding: 0 6px 0 10px; 
  font-size: 1.2rem;}

.breadcrumb ul li a {
    color: #959595;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 1.4rem;
  }

.breadcrumb ul .active {
    font-size: 1.4rem;
    color: #000 !important;
    font-weight: 300;
  }

.breadcrumb ul li a:hover {
    color: #000;
  }

.blog-wrapper {
  padding: 40px 0;
}

.blog-wrapper .blog-content .content-box { 
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(65, 61, 73, .07);
  box-shadow: 0 0 20px 0 rgba(65, 61, 73, .07);
}

.blog-wrapper .blog-content .content-box a h4 { 
  padding-top: 20px; 
  padding-bottom: 10px; 
  margin: 0; color: #000;
}

.blog-wrapper .blog-content .content-box .divider { 
  padding-bottom: 25px; 
}

.blog-wrapper .blog-content .content-box .content { 
  padding: 0 30px 0 30px; 
  background-color: #fff; 
}

.blog-wrapper .blog-content .content-box .content h4:hover { 
}

.blog-wrapper .blog-content .content-box .content .blog-buttons { 
 padding: 0px 0 20px 0; 
}

.blog-wrapper .blog-content .content-box .content .blog-buttons a {
    font-size: 1.4rem;
    text-transform: none;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;    
}

.blog-wrapper .blog-content .content-box .content .blog-buttons a i {
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.blog-wrapper .blog-content .content-box .content .blog-buttons a:hover i {
  opacity: 1;
}

.blog-wrapper .blog-content .content-box .content h5 { 
  padding-bottom: 30px; 
}

.blog-img-frame{
overflow: hidden;
}

.blog-img-frame img {
  width: 100%;
}

.blog_block .blog-img-frame img {
  width: auto;
}

.blog-wrapper .blog-content .content-box .block-date {
    font-size: 1.2rem;
    color: #818181;
    padding-bottom: 7px;
  }

.blog-pagination { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
}

.blog-pagination li { 
  display: inline-block; 
  text-transform: uppercase; 
  font-weight: 500; 
  padding: 5px; 
}

.blog-pagination li.active { 
  color: #000; 
  cursor: pointer; 
}

.blog-pagination li.back { 
  margin-right: 20px;
  position: relative; 
}

.blog-pagination li.back:after { 
  content: '|'; 
  position: absolute; 
  right: -23px; 
}

.blog-pagination li.next { 
  margin-left: 20px; 
}

.blog-pagination li:first-child { 
  padding-left: 0;
}

.blog-pagination li:last-child { 
  padding-right: 0; 
}

.blog-pagination li:not(.arrow) { 
  display: none; 
}

.blog-pagination li a {
  color: #959595; 
  font-weight: 300;
}

.blog-wrapper .blog-pagination { 
  padding-bottom: 60px; 
}

.blog-wrapper .blog-pagination li a span { 
  color: #959595 !important; 
}

.blog-section .blog-pagination li a span:hover, 
.blog-section .blog-pagination li a:hover,
.blog-section .blog-pagination li a :active, 
.blog-section .blog-pagination li a :focus { 
  color: #000 !important; 
    -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.blog-text-uppercase {
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* END Blog Page */

/* Sidebar */

.search-form .form-group { 
  position: relative; 
}

.search-form .form-control { 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  border-radius: 0; 
  padding-left: 20px; 
  padding-right: 60px; 
}

.search-form .btn-search { 
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 14px 15px;
    background-color: transparent;
    color: #959595;
    border: none;
}

.search-form .btn-search:hover, 
.search-form .btn-search:focus { 
  color: #000; 
}

.fullwidth { 
  width: 100% !important; 
}

.sidebar-menu h4 { 
  margin: 0; 
  padding: 20px 0 20px 0; 
}

.sidebar-menu .search-form .form-group input { 
  border-color: transparent; 
  background-color: #F4F4F4; 
}

.sidebar-menu .catagory .menu-right li { 
  position: relative; 
}

.sidebar-menu .catagory .menu-right li a { 
  display: block; 
  padding-left: 0; 
  padding-right: 0; 
}

.sidebar-menu .catagory .menu-right li a:hover, 
.sidebar-menu .catagory .menu-right li :focus { 
  background: transparent; 
}

.sidebar-menu .catagory .menu-right li i { 
  position: absolute; 
  right: 0;
  padding: 3px 0;
}

.sidebar-menu .archives .menu-right li { 
  position: relative; 
  border: solid 1px #EAEAEA; 
  margin-bottom: 5px; 
    -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.sidebar-menu .archives .menu-right li a { 
  padding: 12px 15px 12px 30px; 
}

.sidebar-menu .archives .menu-right li a:hover, 
.sidebar-menu .archives .menu-right li :focus { 
  background: transparent; 
}

.sidebar-menu .archives .menu-right li i { 
  position: absolute; 
  right: 15px; 
  padding: 3px 0;
}

.sidebar-menu .archives .menu-right li:hover {
 border-color: #000; 
}

.form-control { 
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none; 
  min-height: 50px; 
}

.form-control:focus {
  outline: none;
  border-color: #959595 !important;
  box-shadow: none;
}

.space.x-small {
  padding: 20px 0;
}

.sidebar-menu .catagory .menu-right li a:hover, 
.sidebar-menu .catagory .menu-right li :focus {
  background: transparent;
}

.menu-right li a {
  padding: 12px 15px 12px 30px;
  font-size: 1.4rem;
}

.divider {
      width: 100%;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: #EAEAEA;
    overflow: hidden;
}

.menu-right li a {
    display: block;
    padding: 12px;
}

.sidebar-menu .archives .menu-right li a {
    padding-left: 15px;
}

.blog-wrapper .tag {
    margin: 0 0 10px 0;
}

.blog-wrapper .tag a {
    padding: 8px 15px;
    background-color: #F4F4F4;
    display: block;
    text-transform: capitalize;
  }

/* END Sidebar */

/*Blog Single*/

.blog-single-bg {
  background: #fafafa;
}

.blog-single-bg .media {
  padding-bottom: 17px;
}

.blog-wrapper .blog-content h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #6a6a6a;
}

.blog-wrapper .single-blog { 
  padding-top: 60px; 
  padding-bottom: 60px; 
}

.blog-single-bg form {
  padding: 0 25px;
}


.blog-wrapper .blog-content .info .blog-list li { 
  font-weight: 600; 
  color: #2E3841; 
  line-height: 2; 
}

.blog-wrapper .blog-content .info .blog-list li span { 
  color: #a7a7a7; 
  font-weight: 300; 
}

.blog-wrapper .blog-content .info .blog-list li p { 
  display: inline-block; 
  color: #a7a7a7; 
  font-weight: 300; 
  margin: 0;  
}

.blog-wrapper .blog-content .share ul { 
  border-top: solid 1px #EAEAEA;
  border-bottom: solid 1px #EAEAEA; 
  padding: 20px; 
}

.blog-wrapper .blog-content .share ul li { 
  padding: 0; 
}

.blog-wrapper .blog-content .share ul h4 { 
  padding: 16px 26px; 
  background-color: #eeeeee; 
  color: #707070; 
  margin: 0 30px 0 0; 
  text-transform: uppercase;
  font-weight: 400;}

.blog-wrapper .blog-content .share ul i { 
  margin-right: 30px; 
  font-size: 22px; 
}

.blog-wrapper .blog-content .share ul i:hover { 
  color: #000; 
}

.blog-wrapper .blog-content .content p {     
    padding-bottom: 20px;
    margin: 0;
    font-weight: 300;
    font-size: 1.4rem;
    color: #272727;}

.blog-wrapper .blog-content .content .citation { 
    font-weight: 300;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 0 25px;
    color: #b4b4b4;
    font-style: italic;
  }


.blog-wrapper .blog-content .content .citation:before { 
    content: "";
    height: 100%;
    width: 2px;
    left: 0;
    right: 1px;
    bottom: 0;
    top: 0;
    position: absolute;
    background: #b4b4b4;
    margin-left: 15px;}

.blog-wrapper .blog-content .comment .media .media-left a img { 
  width: 45px; 
  height: 45px; 
}

.blog-wrapper .blog-content .comment .media .media-body h4 { 
  margin-top: 10px; 
  margin-bottom: 10px; 
}

.blog-wrapper .blog-content .comment button { 
  font-weight: 400; 
}

.blog-wrapper .blog-content .comment .comment-list li:last-child { 
  color: #202020; 
  font-weight: 400; 
}

.blog-wrapper .blog-content .comment .blog-divider { 
  margin-top: 20px;
  margin-bottom: 20px; 
}

.blog-single-bg .blog-content {
    margin-right: 45px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(65, 61, 73, .07);
    box-shadow: 0 0 20px 0 rgba(65, 61, 73, .07);
}

.blog-content .info { 
  padding: 30px 25px;
}

.blog-content .content, 
.blog-content .comment { 
  padding: 0px 25px;
}

.blog-content .comment {
  border-bottom: 1px solid #EAEAEA;
}

.padding_r {
  padding-right: 10px;
}

.padding_l{
  padding-left: 10px;
}

.blog-content .info .blog-list { 
  display: inline-block; 
  border: solid 1px #EAEAEA; 
}

.blog-content .info .blog-list li { 
  display: inline-flex; 
  padding: 16px 16px 16px 20px; 
  border-right: solid 1px #EAEAEA; 
}

.blog-content .info .blog-list li:last-child {
 border: none; 
}

.blog-content .share ul { 
  padding: 0 !important; 
}

.blog-content .comment .media .media-left {
 padding-right: 20px; 
}

.blog-content .comment .media .media-left a img { 
  width: 100px !important; 
  height: 100px !important; 
  max-width: inherit;
}

.blog-content .comment .media .media-body h4 { 
  margin-top: 0 !important; 
  margin-bottom: 20px; } 
}

.media-body h5 {
  font-size: 1.6rem;
  color: #424242;
  text-transform: uppercase;
}

.media-body p {
  line-height: 1.5;
  color: #636363;
  font-weight: 300;
}

.list-inline {
  margin: 0;
}

.media-body .list-inline li {
  color: #a7a7a7;
  font-size: 1.4rem;
  font-weight: 300;
}

.blog-divider {
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color: #EAEAEA;
    overflow: hidden;
}

.blog-wrapper .blog-comment h4 { 
    padding: 0 25px;
}

.blog-comment #messegeResult {
  text-align: left;
  padding: 15px 0 42px 0;
}

.media {
    margin-top: 30px;
}


/* MOVED FROM INLINE*/

.headerBtn {
    border: 1px solid #B6A085;
    border-radius: 4px;
    width: 130px;
    color: white;
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.signup {
    background: #B6A085;
}
.login {
    background: transparent;
}

.home-header{
  font-size: 6rem;
}
.home-subheader{
  font-size: 3rem;
}
.cont1{
  display: block;
}

.oneliner{
  /*remove this here and add to media*/
  /*min-height: 150px;*/
  line-height: 1.2em;
  font-size: 5rem;
}


/*
.sendMoneyBtn{
  border: 1px solid #B6A085;
  border-radius: 4px;
  width: 230px;
  height: 50px;
  line-height: 50px;
  color: #B6A085;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
  left: 50%;
  margin-left: -115px;
}*/


.sendMoneyBtn, .walletBtn {
border: 1px solid #B6A085;
border-radius: 4px;
width: 230px;
height: 50px;
line-height: 50px;
color: #B6A085;
text-align: center;
font-size: 1.5rem;
position: relative;
margin-top: 10px;
margin-right: 10px;
cursor: pointer;
margin-top: 4em;
background: rgba(0, 0, 0, 0.59);
}

.paymentsBtn {
border: 1px solid #B6A085;
border-radius: 4px;
width: 230px;
height: 50px;
line-height: 50px;
color: #B6A085;
text-align: center;
font-size: 1.5rem;
position: relative;
margin-top: 10px;
margin-right: 10px;
cursor: pointer;
margin-top: 4em;
/*right: 0px;*/
left: 0px;
position: absolute;
background: rgba(0, 0, 0, 0.59);
}


.sendMoneyBtn:hover, .paymentsBtn:hover{
  color: white;
  border-color: white;
}
.walletBtn:hover {
  color: black;
  border-color: black;
}

#payinType{
  text-transform: uppercase;
}
input[name="payinMethodType"]:not(:first-child) {
    margin-left: 15px;
    margin-right: 3px;
}

#payoutType{
  text-transform: uppercase;
}
input[name="payoutMethodType"]:not(:first-child) {
    margin-left: 15px;
    margin-right: 3px;
}
#amount{
  /*border: none;*/
  background: #B6A085;
   width: 340px;
   font-size: 18px;
   border: 1px lightgray solid;
  border-radius: 4px;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  font-weight: 700;
}

.selectSpinner{
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 10px;

}

select {

  /* styling */
  background-color: white;
  border: 1px lightgray solid;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  width: 340px;

  /*font-size: 13px;*/
  font-size: 18px;

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.countryDrop, select.currencyDrop{
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}
.raqTxt span{
  background-color: white;
  border: 1px lightgray solid;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  width: 340px;

  font-size: 18px;
  font-weight: 400;
}


select.countryDrop:focus, select.currencyDrop:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

.destC:after {
    content:'<i class="fa fa-caret-down nudgeRight">';
}

.buttonSpinner {
    position: absolute;
    top: 5px;
    left: 30px;
    display: none;
}
.raqTxt{ font-size: 13px; }
.row.step1, .row.step2{
  margin-bottom: 30px;
  /*border-bottom: 1px solid #ccc;*/
  padding-bottom: 5px;
}
.step1{ display: block;  }
.step2{ display: none;  }

.nextBtn{ display: block; cursor: pointer; }
.requoteBtn{  cursor: pointer; display: inline-block; margin-right: 30px; }
.sendNowBtn{  cursor: pointer; display: inline-block; }
small{
  position: absolute;
  font-size: 11px;
  color: #B6A085;
  top: -18px;
  font-weight: 700;
} 
.nudgeRight{
  margin-left: 15px;
}
input.nudgeRight{
  margin-left: 15px;
} 

.raq-drop-down {
    width: 264px;
    height: 277px;
    position: relative;
    z-index: 1;
    top: -5px;
    overflow-y: auto;
    overflow-x: hidden;
}
.raq-list-option {
    display: block;
    font-size: 15px;
    margin: 6px 13px;
    color: #2b2b2b;
}

.sendNowBtn {
    border: 1px solid #B6A085;
    border-radius: 4px;
    line-height: 50px;
    color: #B6A085;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}

.walletRow{
  background-image: url(../img/home/e4fwallet1@3x.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  min-height:700px;
  background-position: 0;
}
#wallet{
    max-height:700px;
    background-color: white;
}

#services{
  min-height: 700px;
}


.dropped-30{ margin-top: 30px; }
.dropped-40{ margin-top: 40px; }
.dropped-50{ margin-top: 50px; }
.dropped-60{ margin-top: 60px; }
.dropped-70{ margin-top: 70px; }
.dropped-80{ margin-top: 80px; }
.dropped-90{ margin-top: 90px; }
.dropped-100{ margin-top: 100px; }
.dropped-110{ margin-top: 110px; }
.dropped-120{ margin-top: 120px; }
.dropped-130{ margin-top: 130px; }
.dropped-140{ margin-top: 140px; }
.dropped-150{ margin-top: 150px; }

.laptopRow{
  background-image: url(../img/home/tablet1@3x.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  min-height:700px;
}
#send {
  max-height: 800px;
}
#payments {
  max-height: 800px;
}
/*.huge{
  font-size: 8rem;
  line-height: 8rem;
  color: #B6A085;
}*/
.huge{
  font-size: 4em;
  line-height: 1em;
  color: #B6A085;
  font-weight: 800;
  text-shadow: white 1px 1px 1px;
}
.rs{
  text-align: right;
}
.hugeSub{
  font-size: 4rem;
  line-height: 4rem;
  padding: 0rem;
  margin-top: 1em;
  margin-bottom: 1em;
}

.onelinerLight{
  min-height: 150px;
  line-height: 1.2em;
  font-size: 5rem;
  padding:2em !important;
  background: rgb(77,78,82);
  text-align: center;
  color: white;
}
  

/*.paymentsBtn{
  border: 1px solid #B6A085;
  color: #B6A085;
  border-radius: 4px;
  padding: 10PX;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.paymentsBtn:hover{
  color: white;
  border-color: white;
}*/

.onelinerYellow{
  min-height: 150px;
  line-height: 1em;
  font-size: 5rem;
  padding:2em !important;
  background: #B6A085 ;
  text-align: center;
  color: white;
}
 

.africaHeadingHolder{
    margin-bottom: 30px !important;
  }
.africaHeading{
  color: #B6A085;
  font-size: 8rem;
  padding-top: 0px;
}
.africaCopy{
  text-align: center; 
  color: white; 
  font-size: 4rem;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.networkBtnHolder{
  margin-top: 40px !important;
}

.servicesHeader{
  color:#B6A085; 
  font-size: 8rem;
}

.footerH2holder{
  text-align: center; margin:40px;
}
.footerH2{
  font-size: 5rem
}


.map{display: block;position: absolute;top: 0px}
.net{display: block;position: absolute;top: 0px}
.networkBtn{
  border: 1px solid #B6A085;
  border-radius: 4px;
  width: 230px;
  height: 50px;
  line-height: 50px;
  color: #B6A085;
  font-size: 1.5rem;
  cursor: pointer;
  display: block;
  /*text-align: center;*/
  position: relative;
  /*margin-top: 10px;*/
  /*margin-right: 10px;*/
  left: 50%;
  margin-left: -115px;
  /*top: 360px;*/
}
.networkBtn:hover{
  color: white;
  border-color: white;
}

.serviceIco{
  /*width: 70%;*/
  width: 100px;
  margin-bottom: 10px;
}
.serviceTitle{
  height: 60px;
}
.deviderLine{
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #2b2b2b solid;
  left: 10%;
  position: relative;
}
.serviceIcoHolder{
  text-align: center;
}

.footerLinks{
  background: rgb(89,82,77) !important;
  color: white;
  text-align: left !important;
  margin-top: 50px;
}


.footerlink{
  font-size: 1.3rem;
  color: white;
}

.footerlink:hover{
  color: #B6A085;
}
.footerlinkX{
  all: unset !important;
  font-size: 1.3rem !important;
  color: white;
  font-weight: 300 !important;
}

.glypRow{
  margin-bottom: 60px; 
  color: white;
}
.glyphIconNudge{
  margin-right: 50px;
}
.glyphIconNudgeLeft{
  margin-left: 50px;
}
.gluyphRowAlignRight{
  text-align: right;
}

.technologyHeadingHolder{
    margin-bottom: 30px !important;
    height: 700px;
  }
.technologyHeading{
  color: white;
  /*font-size: 8rem;*/
  font-size: 7rem;
  padding-top: 0px;
  position: absolute;
  width: 100%;
  top: 40%;
  left: ;
}



/*END Blog Single*/