/* 
=====================================

Template Name : Rego
Author: Francis Kennedy
COmpany: TrickyCode
Created: Feburary 25, 2017 
Version: 1.0

======================================

CSS Style Structure

1. General
2. Header/Navigation
3. Banner
4. Slider
5. About Section
6. Service Section
7. Team Section
8. Work section
9. Pricing Section
10. Contact Section
11. Goole map
12. Footer Section
13. Preloader

=======================================
 */
 html {
	width: 100%;
	overflow-x: hidden;
}

body {
	color: #000;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	font-family: 'Raleway', sans-serif;
	width: 100%;
}
.top-margin {
	margin-top: 56px;
}
.bottom-margin {
	margin-bottom: 56px;
}
.top-padding {
  padding-top: 56px;
}
.bottom-padding {
  padding-bottom: 56px;
}
.section-padding{
	padding-top:56px;
	padding-bottom:56px;
}
.section-margin{
	  margin-top:56px;
    margin-bottom:56px;
    text-align: center;
}
.text-center{
	text-align:center;
}

p {
	font-size:14px;
	font-family: 'Raleway', sans-serif;
}


h1 {
	font-size: 36px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

h2 {
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
}

h2 {
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
}
.primary-btn{
    background: #e74c3c;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    -webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
.primary-btn:hover{
	text-decoration: none;
	color:#fff;
	background:#c42e1f;
}
.primary-btn:focus{
    text-decoration: none;
    color:#fff;
}
.header1{
  color:#e74c3c;
  display:inline-block;
  padding:0px 20px;
  position:relative;
  margin:0;
}

.header2{
  color:#FFF;
  display:inline-block;
  padding:0px 20px;
  position:relative;
  margin:0;
}

.header1:after,.header2:after{
	content: "";
    display: block;
    height: 1px;
    background: #7f8c8d;
    width: 130%;
    margin-left: -15%;
    margin-top:15px;
}

.header1:before,.header2:before{
	content: "";
    display: block;
    height: 5px;
    background: #e74c3c;
    width: 30px;
    margin-top: 52px;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -15px;
}
.sub-heading{
	max-width: 890px;
	margin:auto;
	margin-top:20px;
	line-height:25px;
	text-align: center;
    color: #34495e;
	font-size:20px;
}

.sub-heading1{
  max-width: 853px;
  margin:auto;
  margin-top:20px;
  line-height:25px;
  text-align: center;
  color: #fff;
  position:relative;
}

.scrolldown {
    padding-top: 24px;
    position: absolute;
    bottom: 0;
    margin-left: -22.5px;
    left: 50%;
    right: 50%;
}

.scrolltop{
    width: auto;
    height: 100px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    margin-right: 20px;
    display:none;
}

.scrolltop .scrolltop_btn {
  background: url(images/scroll.gif) 50% 50% no-repeat #34495e;
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 45px;
  margin: 42px auto;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  width: 45px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.scrolltop .scrolltop_btn:hover {
  background: url(images/scroll.gif) 50% 50% no-repeat #e74c3c;
  opacity: .85;
  -moz-opacity: .85;
  -o-opacity: .85;
  -webkit-opacity: .85;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


/* Header/Navigation */

/* Header Style 1*/
#header{
	width: 100%;
    min-height: 85px;
    background: #fff;
    position: fixed;
    z-index: 99;
}

/* Header Style 2*/
#header-2{
    width: 100%;
    min-height: 85px;
    background: rgba(0,0,0,.3);
    position: fixed;
    z-index: 99;
}

#top-border{
	width:100%; 
	height:5px; 
	background:#e74c3c;
}
.main-menu{
  border: none;
  background-color: transparent;
  margin-top: 4px;
  margin-bottom: 0px;
}
#logo img{
  width: 120px;
  margin-top: 12px;
}
#mobile-logo{
  display:none;
}

#navigation > ul{
	margin:0;
	padding:0;
	float:right;
}
#navigation > ul > li{
	list-style-type:none;
	float:left;
	padding:10px 0px 0px 12px;
}
#navigation > ul > li > a{
	color:#e74c3c;
	font-size:14px;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation > ul > li > a::after {
    content: "";
    height: 2px;
    background: #e74c3c;
    display: block;
    width:0px;
    -webkit-transition: all 0.6s; /* Safari */
    transition: all 0.6s;
}
#navigation > ul > li > a:hover:after  {
    width:100%;
}
#navigation > ul > li.active a{
    background: transparent;
}
#navigation > ul > li.active a::after{
    content: "";
    height: 2px;
    background: #e74c3c;
    display: block;
    width:100%;
}

/* Banner Section */
#banner{
	background-image: url(images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height:670px;
	height: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
	
}
#banner::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	left:0;
}
#banner .banner-information{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner .banner-heading{
    color: #e74c3c;
    background: rgba(52,73,94,0.7);
    padding: 10px 20px;
    margin-bottom:10px;
    text-transform: uppercase;
}
#banner .banner-heading > span{
    color:#fff;
}
#banner .banner-content{
   color: #fff;
   font-size:16px;
   line-height:26px;
   background: rgba(52,73,94,0.7);
   padding: 10px 20px;
   margin-bottom:32px;
   margin-top: 0px;
   text-transform: uppercase;
}
#banner > .banner-information > a{
    font-size: 16px;
    padding: 12px 30px;
}

#banner .scroll_btn {
  background: url(images/scroll.gif) 50% 50% no-repeat rgba(215, 181 ,94, 0);
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 45px;
  margin: 42px auto;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  width: 45px;
}

#banner .scroll_btn:hover {
  background: url(images/scroll.gif) 50% 50% no-repeat #34495e;
  opacity: .85;
  -moz-opacity: .85;
  -o-opacity: .85;
  -webkit-opacity: .85;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
}

/* Slider */
#slider{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} 
#slider .slider-item{
  max-width:600px;
  margin:auto;
}
#slider .slider-heading{
    color: #e74c3c;
    background: rgba(52,73,94,0.7);
    padding: 12px 30px;
    margin-bottom:10px;
    text-transform: uppercase;
}
#slider .slider-heading > span{
    color:#fff;
}
#slider .slider-content{
   color: #fff;
   font-size:16px;
   line-height:26px;
   background: rgba(52,73,94,0.7);
   padding: 10px 20px;
   margin-bottom:32px;
   margin-top: 0px;
   text-transform: uppercase;
}
#slider .slider-item > a{
    font-size: 16px;
    padding: 12px 30px;
    display:inline-block;
}

#slider .owl-dots{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;
}

#slider .owl-dots>.owl-dot{
    display: block;
    margin-top: 15px;
    border: 1px solid #FFF;
    border-radius: 15px;
    width: 19px;
}

#slider .owl-dots>.owl-dot span{
  margin:5px 6px;
  width:6px;
  height:6px;
}
#slider .owl-dots>.owl-dot.active span{
  background:#e74c3c;
}
/* About Section */
#about{
 text-align:left;
}
#about h1{
  text-align: left;
  color:#34495e;
  margin:0;
}
#about p{
  text-align:left;
  line-height:25px;
  color: #34495e;
  margin-top:20px;
  margin-bottom:30px;
}
#about h1>span{
  color:#e74c3c;
}
#about a{
  background:transparent;
  border:2px solid #e74c3c;
  color:#e74c3c;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-transition: all 0.6s; /* Safari */
  transition: all 0.6s;
}
#about a:hover{
  background:#e74c3c;
  color:#fff;
}
#about .about-image{
  width:100%;
}
#projects{
  background-image: url(images/projects.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#projects:before{
  content:"";
  position: absolute;
  width: 100%;
  height:100%;
  background:rgba(0, 0, 0,0.8);
  left:0;
  top:0;
}

#projects .projects-item{
  margin: 20px 0px;
}

#projects .projects-item > h2{
    color: #fff;
    font-size: 20px;
	font-weight: 300;
    margin: 0;
    margin-bottom: 10px;
}
#projects .projects-item > h3{
    color: #FFF;
    margin: 0;
    font-size: 24px;
    font-weight: 300;
}

/* Service Section */

#service .service-item{
	cursor:pointer;
  margin-top:56px;
}
#service .service-item > a{
	margin-top: 10px;
  display: inline-block;
}
#service .service-box{
    width: 100px;
    height: 100px;
    margin: auto;
    background: #34495e;
    text-align: center;
    border-radius: 50%;
    position: relative;
}

#service .service-box i{
	font-size:42px;
	color:#fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#service .service-box:after{
    content: "";
    width: 121px;
    height: 121px;
    border-radius: 50%;
    border: 4px solid #34495e;
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 0;
    transform: scale(0.8, 0.8);
    transition: all 500ms ease 0s;
}
#service .service-item:hover .service-box:after{
  opacity: 1;
  transform: scale(1, 1);
}

#service .service-title{
   color:#e74c3c;
   text-align: center;
   font-weight: bold;
}
#service .service-excerpt{
	text-align: center;
	line-height: 26px;
	padding: 0px 10px;
}

/* Team Section */
#team .our-team{
    position: relative;
    text-align:center;
    overflow: hidden;
    box-shadow:0 0 5px #808080;
    margin-top:56px;
}
#team .our-team img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.40s linear 0s;
}
#team .our-team:hover img{
    transform: scale(1.3);
    transition:transform 3s linear 0s;
}
#team .our-team .team-content{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    opacity: 0;
    padding: 40px 20px;
    background: rgba(255,255,255,0.8);
    transition: all 0.50s ease-in-out;
}
#team .our-team:hover .team-content{
    opacity: 1;
}
#team .our-team .team-prof{
    margin:20px 0 20px 0;
    position:relative;
    top:13%;
}
#team .our-team .team-prof a{
    color:#6a6060;
    font-size:18px;
    font-weight: bold;
    letter-spacing:1px;
    text-transform: uppercase;
}
#team .our-team .team-prof a:hover{
    color:#f15277;
    text-decoration:none;
}
#team .our-team .team-prof small{
    color:#f15277;
    display: block;
    font-size:13px;
    margin-top:10px;
    text-transform: uppercase;
}
#team .our-team .social-link{
    padding:0;
    margin:0;
    position:relative;
    top:13%;
}
#team .our-team .social-link li{
    list-style:none;
    margin-right:5px;
    display:inline-block;
}
#team .our-team .social-link li a{
    width: 35px;
    height: 35px;
    line-height:35px;
    border-radius:50%;
    color:#fff;
    background:rgba(0, 0, 0, 0.3);
}
#team .our-team .social-link li a:hover{
    background:#333;
    text-decoration:none;
}
#team #team-carousel{
   overflow:hidden;
}
#team #team-carousel .owl-item{
  float:left;
  padding: 0px 10px;
}
#team-carousel .owl-prev{
    display: inline-block;
    background: #e74c3c;
    padding: 8px 14px;
    color: #FFF;
    margin-top: 10px;
    text-transform: capitalize;
    margin-right:1px;
    cursor:pointer;
}
#team-carousel .owl-next{
    display: inline-block;
    background: #e74c3c;
    padding: 8px 14px;
    color: #FFF;
    margin-top: 10px;
    text-transform: capitalize;
    margin-left:1px;
    cursor:pointer;
}

/* Skills Section */
#skills{
  width:100%;
  background:#34495e;
}

#skills .skill-circle{
  /* margin-top:56px; */
}
#skills .single-skill{
  width:120px;
  height:auto;
  margin:20px auto;
  text-align: center;
  display:block;
}

#skills h3{
  color:#fff;
  text-align: center;
  clear:both;
}

/* Work Section */
#work{
  background: #ecf0f1;	
}
#work .work-navigation{
  margin-top:56px;
  border:none;
}
#work .navbar-nav{
    float: none;
    display: inline-block;
}
#work .navbar-nav > li > a.mixitup-control-active{
  background: transparent;
  font-weight: bold;
  color:#000;
}
#work .navbar-nav > li > a.mixitup-control-active:after{
  content:"";
  display:block;
  height:1px;
  background:#000;
}
#work .navbar-nav > li > a{
  cursor:pointer;
}
#work .recent-works {
  margin: 0;
  padding: 0;
}
#work .recent-works img{
  width:100%;
}
#work .recent-works > li{
  list-style-type:none;
  float:left;
  width:33%;
  padding:10px;
}

#work .box{
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px #a3a3a3;
}
#work .box:before{
    content: "";
    width: 80%;
    height: 220%;
    background: #ff402a;
    position: absolute;
    top: -50%;
    left: -100%;
    z-index: 1;
    transform: rotate(25deg);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
}
#work .box:hover:before{
    left: 10%;
}
#work .box:after{
    content: "";
    width: 55%;
    height: 175%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: -1000%;
    left: 53%;
    transform: rotate(-33deg);
    transform-origin: center bottom 0;
    transition: all 0.8s ease 0s;
}
#work .box:hover:after{
    bottom: -70%;
}
#work .box img{
    width: 100%;
    height: auto;
}
#work .box .box-content{
    width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    color: #fff;
    padding: 0 20px;
    z-index: 2;
    transition: all 1.1s ease 0s;
}
#work .box:hover .box-content{
    top: 30px;
    text-align: left;
}
#work .box .title{
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
}
#work .box .post{
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    margin-top: 5px;
}
#work .box .icon{
    width: 100%;
    list-style: none;
    padding: 0 20px;
    margin: 0;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 2;
    transition: all 1.1s ease 0s;
}
#work .box:hover .icon{
    bottom: 25px;
    text-align: left;
}
#work .box .icon li{
    display: inline-block;
}
#work .box .icon li a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #444;
    border-radius: 50%;
    margin: 0 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease 0s;
}
#work .box .icon li a:hover{
    background: #fff;
    color: #ff402a;
}


/* Pricing Section */
#pricing{
  background-image: url(images/pricing.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  min-height:650px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#pricing::before{
  content:"";
  position: absolute;
  width: 100%;
  height:100%;
  background:rgba(0, 0, 0,0.6);
  left:0;
  top:0;
}

#pricing .pricingTable{
    border: 2px solid #e3e3e3;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    transform: translateZ(0px);
    background:#fff;
}
#pricing .pricingTable:before,
#pricing .pricingTable:after{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
#pricing .pricingTable:before{
    border-right: 2px solid #e74c3c;
    border-left: 2px solid #e74c3c;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
}
#pricing .pricingTable:after{
    border-bottom: 2px solid #e74c3c;
    border-top: 2px solid #e74c3c;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
}
#pricing .pricingTable:hover:before{
    transform: scaleY(1);
}
#pricing .pricingTable:hover:after{
    transform: scaleX(1);
}
#pricing .pricingTable .pricingTable-header{
    background: #e74c3c;
    color: #fff;
    margin: -2px -2px 35px;
    padding: 40px 0;
}
#pricing .pricingTable .heading{
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
#pricing .pricingTable .subtitle{
    font-size: 14px;
    display: block;
}
.pricingTable .price-value{
    font-size: 72px;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}
#pricing .pricingTable .currency{
    font-size: 45px;
    font-weight: normal;
    position: absolute;
    top: 2px;
    left: -30px;
}
#pricing .pricingTable .month{
    font-size: 20px;
    position: absolute;
    bottom: 17px;
    right: -40px;
}
#pricing .pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
#pricing .pricingTable .pricing-content li{
    font-size: 16px;
    color: #7a7e82;
    line-height: 40px;
}
#pricing .pricingTable .read{
    display: inline-block;
    border: 2px solid #7a7e82;
    border-right: none;
    font-size: 14px;
    font-weight: 700;
    color: #7a7e82;
    padding: 9px 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
#pricing .pricingTable .read:hover{
    border-color: #e74c3c;
    color: #e74c3c;
}
#pricing .pricingTable .read i{
    font-size: 19px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transition: all 0.3s ease 0s;
}
#pricing .pricingTable .read:hover i{
    right: 5px;
}
#pricing .pricingTable .read:before,
#pricing .pricingTable .read:after{
    content: "";
    display: block;
    height: 30px;
    border-left: 2px solid #7a7e82;
    position: absolute;
    right: -11px;
    transition: all 0.3s ease 0s;
}
#pricing .pricingTable .read:before{
    bottom: -6px;
    transform: rotate(45deg);
}
#pricing .pricingTable .read:after{
    top: -6px;
    transform: rotate(-45deg);
}
#pricing .pricingTable .read:hover:before,
#pricing .pricingTable .read:hover:after{
    border-left-color: #e74c3c;
}

/* Contact Form */
#contact h3{
  color:#FFF;
  margin-bottom:36px;
}
#contact h3 span{
  color:#e74c3c;
}
#contact .contact-form-container{
   background:#34495e;
   min-height:450px;
   padding:15px 20px;
   overflow: hidden;
}
#contact .contact-info-container{
   background:#34495e; 
   min-height:450px;
   padding:15px 20px;
   overflow: hidden;
}
#contact .my-form-control{
  display:block;
  width:100%;
  height:40px;
  padding:5px 10px;
  margin-top:15px;
  background:transparent;
  border:none;
  border:1px solid #FFF;
  color:#fff;
  transition: all 0.5s ease 0s;
}
#contact textarea.my-form-control{
   height:150px;
}

#contact .my-form-control:hover{
    border-color: #e74c3c;
}
#contact .my-form-control:focus{
    border-color: #e74c3c;
    box-shadow: none;
    outline: none;
}

#contact .message-btn{
  background:transparent;
  color:#e74c3c;
  border:none;
  border:1px solid #FFF;
  color:#fff;
  padding:8px 15px;
  margin-top:15px;
  float:right;
  transition: all 0.6s ease 0s;
}
#contact .message-btn:hover{
  background:#FFF;
  color:#000;
}
#contact .contact-info-container > .genelar-info {
  margin-top: -5px;
  padding: 0px 20px;
  color: #fff;
}
#contact .contact-info-container > .contact-info{
    text-align: left;
    padding-left: 51px;
    color: #FFF;
    font-size: 50px;
}
#contact .contact-info-container > .contact-info i{
  margin-top:25px;
  width:45px;
  clear:left;
  float:left;
}

#contact .contact-info-container > .contact-info > .info-text{
  margin-top:33px;
  float:left;
  margin-left:20px;
}

#contact .contact-info-container > .contact-info > .info-text>p{
   line-height: 12px;
}

#contact .contact-form-container #contact-loading{
	color: #fff;
    font-size: 32px;
    position: absolute;
    margin-top: 20px;
    margin-left: 85px;
	display:none;
}

#contact .contact-form-container .email-alert{
	float: left;
    border: 1px solid #1abc9c;
    margin-top: 15px;
    height: 38px;
    color: #fff;
    padding: 8px 10px;
	width: 100%;
	display:none;
}

/* Google Map */

#contact > #googleMap{
  width:100%;
  height:500px;
  background:#CCC;
}

/* Footer Section */
#footer{
  width:100%;
  min-height:400px;
  background:#222223;
  color:#fff;
  padding-top:20px;
}

#footer .footer-widget h3{
 margin-bottom:20px;
}
#footer .footer-widget h3>span{
  color:#e74c3c;
}
#footer .footer-widget p{
    line-height: 25px;
    color: #DDD;
}
#footer .footer-widget ul{
  padding:0;
  margin:0;
  float:left;
}
#footer .footer-widget ul li{
  list-style-type:none;
}
#footer .footer-widget ul>li>a{
  color:#fff;
  text-decoration: none;
  line-height:25px;
  position: relative;
}
#footer .footer-widget ul>li>a:after{
    content: "";
    width: 0%;
    display: inline-block;
    height: 1px;
    background: #e74c3c;
    position: absolute;
    left: 0;
    top: 20px;
    transition: all 0.6s ease 0s;
}
#footer .footer-widget ul>li>a:hover:after{
   width: 100%;
}

#footer .footer-widget .col-sm-6{
   overflow: hidden;
}

#footer .copyright{
  border-top:1px solid rgba(189, 195, 199,0.2);
  min-height:80px;
  width:100%;
  margin-top:56px;
  padding-top:20px;
}
#footer .copyright p > a{
    text-decoration: none;
    color:#e74c3c;
}
#footer .copyright p.social-links > a{
    border: 1px solid #e74c3c;
    width: 30px;
    height: 24px;
    display: inline-block;
}
#footer .copyright p.social-links > a:hover{
  text-decoration: none;
  color:#000;
}
#footer .copyright p.social-links > a:hover i{
  background:#e74c3c;
  -webkit-text-stroke: 1px #e74c3c;
  color:#FFF;
}

#footer .copyright p i{
  color:#e74c3c;
  font-size:16px;
  -webkit-text-stroke: 1px #222223;
  line-height: 22px;
  transition: all 0.6s ease 0s;
  display: block;
  text-align: center;
}

#footer .social-links{
  float:right;
}

/* Preloader */
#preloader{
  width:100%;
  height:100%;
  position:fixed;
  background-color:#fff;
  z-index:99999;
}
.preloader {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
.preloader span {
   position:absolute;
   display:inline-block;
   width:100px;
   height:100px;
   border-radius:100%;
   background:#000000;
   -webkit-animation:preloader8 1.6s linear infinite;
   animation:preloader8 1.6s linear infinite;
}
.preloader span:last-child {
   animation-delay:-0.8s;
   -webkit-animation-delay:-0.8s;
}
@keyframes preloader8 {
   0% {transform: scale(0, 0);opacity:0.5;}
   100% {transform: scale(1, 1);opacity:0;}
}