      /*  21  - Footer
----------------------------------------------*/
footer .footer-top{
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
}
footer .footer-item .title{
  margin-bottom: 30px;
  font-size: 30px;
  color: #ffc000;
}
footer .footer-top > div > div > div:nth-child(3) .title{
  color: #e84b3a;
}
footer .footer-top > div > div > div:nth-child(4) .title{
  color: #fc7f0c;
}
footer .footer-item .footer-about ul{
  margin: 0px;
}
footer .footer-item .footer-about ul li{
  list-style: none;
  margin-bottom: 6px;
}
footer .footer-item .footer-about ul li span{
  height: 36px;
  width: 36px;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  display: inline-block;
  line-height: 36px;
  color: #ffc000;
  margin-right: 8px;
}
footer .footer-item .footer-about ul li:nth-child(2) span{
    color: #e84b3a;
}
footer .footer-item .footer-about ul li:nth-child(3) span{
    color: #fc7f0c;
}
footer .footer-item .footer-about ul li:nth-child(4) span{
    color: #92278f;
}
footer .footer-item .footer-post li{
    list-style: none;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
footer .footer-item .footer-post li:last-child{
    border: none;
    margin: 0px;
    padding: 0px;
}
footer .footer-item .footer-post .image{
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}
footer .footer-item .footer-post .content{
    display: table;
}
footer .footer-item .footer-post .content p{
    margin: 0px;
}
footer .footer-item .footer-post .content p a{
    text-decoration: none;
    color: #707070;
}
footer .footer-item .footer-post .content span{
    font-size: 15px;
    font-style: italic;
    color: #ffc000;
    line-height: 18px;
}
footer .footer-item .twitter-post li{
    list-style: none;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
footer .footer-item .twitter-post li:last-child{
    border: none;
    margin: 0px;
    padding: 0px;
}
footer .footer-item .twitter-post .icon{
    display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
    background-color: #ffc000;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 5px;
}
footer .footer-item .twitter-post li:nth-child(2) .icon{
    background-color: #e84b3a;
}
footer .footer-item .twitter-post li:nth-child(3) .icon{
    background-color: #fc7f0c;
}
footer .footer-item .twitter-post .content{
    display: table;
}
footer .footer-item .twitter-post .content p{
    margin: 0px;
}
footer .footer-item .twitter-post .content span{
    font-size: 15px;
    font-style: italic;
    color: #e84b3a;
}
footer .footer-item .photos{
    margin: -5px;
    overflow: hidden;
}
footer .footer-item .photos li{
    list-style: none;
    float: left;
    padding: 5px;
    width: 33.33%;
}
footer .footer-item .photos li img{
    width: 100%;
}
footer .footer-bottom{
    border-top: 1px solid #eeefee;
    background-color: #fafafa;
    padding: 5px 0px;
}
footer .footer-bottom p{
    font-weight: 700;
    margin: 0px;
    line-height: 40px;
}
footer .footer-bottom p a{
    color: #ee257c;
    text-decoration: none;
}
footer .footer-bottom .social-default{
    float: right;
}
.social-default{
    overflow: hidden;
    margin: 0px;
}
.social-default li{
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.social-default li:last-child{
    margin: 0px;
}
.social-default li a{
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 3;
    background-color: #365899;
    color: #fff;
    border-radius: 100%;
}
.social-default  .fa{
  line-height: 3;

}
.social-default li:nth-child(2) a{
    background-color: #ea4c89;
}
.social-default li:nth-child(3) a{
    background-color: #dc4a38;
}
.social-default li:nth-child(4) a{
    background-color: #1da1f2;
}
.social-default li:nth-child(5) a{
    background-color: #bd081c;
}
 .scroll-top{
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #24648a;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    position: fixed;
    top: 85%;
    right: 10%;
    text-decoration: none;
    z-index: 999;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s ease-out;;
    transition: .5s ease-out;
}
.scroll-top:hover{
    background-color: #25756e;
}
.scroll-top.open{
    -webkit-transform: scale(1);
    transform: scale(1);
        border-radius: 100%;
}
.scroll-top:hover, .scroll-top:focus{
    color: #fff;
    border-radius: 100%;
}
.touch-left form input[type="text"]:nth-child(1) {
        margin-right: 25px;
      }
      .touch-right form  input[type="text"] {
        width: 100%;
        margin: 7px auto;
        color: #999;
        background: none;
        padding: 10px 10px;
        outline: none;
        border: 1px solid #999;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
      }
      .touch-right form textarea {
        width: 100%;
        margin: 2em 0 0 0;
        color: #999;
        resize: none;
        background: none;
        height: 101px;
        padding: 15px;
        outline: none;
        border: 1px solid #999;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
      }
      .touch-right form input[type=submit] {
        color: #ffffff;
        padding: 9px 30px;
        font-size: 14px;
        cursor: pointer;
        font-weight: 500;
        margin: 19px 0 0 0px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        border: 2px solid #3598db;
        background: #3598db;
        transition:0.5s all;
        -webkit-transition:0.5s all;
        -moz-transition:0.5s all;
        -o-transition:0.5s all;
        -ms-transition:0.5s all;
      }
      .touch-right form input[type=submit]:hover{
        border: 2px solid #3598db;
        background: transparent;
        color:#3598db;
      }
      @media only screen and (max-width:320px){
        .touch-right form input[type=submit] {
          font-size: 12px;
          margin: 1em 0 0 0px;
          padding: 9px 27px;
        }
        .touch-right form input[type="text"],.touch-right form textarea {
          width: 100%;
          font-size: 0.9em;
          padding:10px;
        }
      }
      @media only screen and (max-width:991px){
        .touch-right form input[type=submit] {
          font-size: 12px;
          margin: 1em 0 0 0px;
          padding: 9px 27px;
        }
        .touch-right form input[type="text"],.touch-right form textarea {
          width: 100%;
          font-size: 0.9em;
          padding:10px;
        }
      }
/*--------------------- Pre-loader---------------------*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: hidden;
}
.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #16a085;
  -webkit-animation: spin 1.7s linear infinite;
          animation: spin 1.7s linear infinite;
  z-index: 999;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin-reverse .6s linear infinite;
          animation: spin-reverse .6s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 99;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
/*-------------- Thank You ----------------*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.top.menu-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 99;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.boxed section,
    .boxed footer,
    .boxed .container {
      max-width: 1230px;
      width: 100%;
      margin: auto;
      /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);*/
    }
.boxed .top.menu-fixed {
    margin: auto;
}