/*
Theme Name: Coralina
Theme URI: https://web-cude.com/coralina/
Author: web-cude.com
Author URI: https://web-cude.com/
Description: Coralina is a beautiful wordpress theme. It is ideal for business, corporate, portfolio, blog, agency, freelancer and any other modern and creative website.
Version: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coralina
Tags: right-sidebar, full-width-template, custom-menu, custom-background, threaded-comments, translation-ready, blog, portfolio
*/


/*normalizing*/
body{
	font-family: 'Open Sans', sans-serif;
    display: none;
}

*::selection {
 	background: #F33535;
 	color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
}

a{
	text-decoration: none;
	transition: all 0.3s linear;
	color: #F33535;
}

a:hover{
	text-decoration: none;
    color: #656565;
}

img{
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

iframe{
    max-width:100%;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 10px;
    padding: 10px;
    font-size: 16px!important;
    margin-bottom: 0px!important;
}

blockquote p{
    margin-bottom: 0px!important;
}

ol, ul, dl {
    list-style: none;
}

input, textarea, button{
    outline: none;
}

.btn:focus, .btn.focus {
  outline: none!important;
  box-shadow: none!important;
}

/*WordPress Core*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}

/*table*/
.table thead th {
    border-bottom: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    background: #cccccc;
    color: #ffffff;
}


/*button*/
.button-red {
    margin-left: 4px;
	min-width: 150px;
	max-width: 250px;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	width: 230px;
	padding: 10px;
	background: #F33535;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.button-red:focus {
	outline: none;
}

.button-red > span {
	vertical-align: middle;
}

.button-red.button--inverted {
	color: #fff;
}

.button-red::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	color: #F33535;
}

.button-red > span {
	display: block;
}

.button-red::before,
.button-red > span {
	padding: 10px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button-red:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.button-red:hover > span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.btn{
	color: #fff!important;
    margin-bottom: 10px;
    border-radius: 0px;
}

.line-red{
	width: 10%;
    background: #ff8f8f;
    height: 1px;
    margin-top: 5px;
}

.section-mg{
    margin-bottom: 40px;
    margin-top: 40px;
}

.section-mg-lg{
    margin-bottom: 60px;
    margin-top: 60px;
}

.section-pd{
    padding-bottom: 40px;
    padding-top: 40px;
}

.section-pd-lg{
    padding-bottom: 60px;
    padding-top: 60px;
}

/*header*/
.header{
    width: 100%;
    background: #ffffff;
    //height: 60px;   
}

.header-sticky{
    top:0px;
	position: fixed;
	display: none;
	z-index: 999;
}

.header-main{
	border-bottom: 1px solid #e6e6e6;
}

.header_wrapper{
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-branding p{
	margin: 0px;
    color: #5a5a5a;
}

.site-branding a{
	text-decoration: none;
	color: #F33535;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
}

.site-description{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 2px;
}

.site-logo{
    width: 150px;
}

/*navigation*/
.nav{
	justify-content: center;
}

.top-navigation{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.top-navigation a{
    color: #3e3e3e;
    padding: 8px;
}	

.top-navigation .menu-link-active{
    color: #F33535;
}

.sub-menu{
    display: none;
}

/*mobile-menu*/
.mobile-menu-icon{
    display: none;
    font-size: 20px;
}

.mobile-menu{
    position: fixed;
    width: 50%;
    height: 100%;
    background-color: #f1f1f1;
    z-index: 999;
    top:0px;
    left: 50%;
    display: none;
    padding: 15px;
}

.mobile-menu .close{
    height: 55px;
    width: 100%;
    color: #3e3e3e;
    font-size: 18px;
}

.mobile-menu-wrapper{
    height: 95%;
    width: 100%;
}

.nav-mobile{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: right;
    font-size: 23px;
}

.nav-mobile li{
    list-style-type: none;
}

.nav-mobile a{
    color: #3e3e3e;
}

/*social*/
.header .social a{
	margin: 5px;
	color: #b1b1b1;
}

.header .social a:hover{
	color: #F33535;
}

.social-mobile{
    font-size: 20px;
    margin-top: 0px;
    margin-right: 10px;
    text-align: center;
    height: 40px;
    width: 100%;
}

.social-mobile a{
    margin: 10px;
    color: #b1b1b1;
    font-size: 16px;
}

/*slider*/
.swiper-container {
    height: 100vh;
}

.swiper-button-prev, .swiper-button-next{
    width: 45px!important;
    height: 30px!important;  
}

.header-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-content{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000061;
    display: flex;
}       

.slider-content .h1{
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}

.slider-content p{
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 5px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}    

.slider-content-wrapper{
    width: 60%;
    align-items: left;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-left: 80px;
}

/*about*/
.about {
	line-height: 32px;
}

.about h1{
	font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    color: #3e3e3e;
    text-align: center;
}

.about .subtitle{
	font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #737373;
    font-size: 14px;
}

.about p{
	color: #848484;
    margin-bottom: 0px;
}	

/*services*/
.services{
	background-color: #f1f1f1;
}

.service-icon{
	font-size: 43px;
	color: #F33535;
}

.services .h4{
	text-transform: uppercase;
    color: #656565;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.services p{
    color: #a0a0a0;
    font-size: 16px;
}

/*quote*/
.quote{
	background-attachment: fixed!important;
	text-align: center;
	color: #ffffff;
    height: 350px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.quote-content{
	width: 100%;
   	height: 350px;  
    background: #00000087;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.quote .h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fffafa;
    width: auto;
    color: #ffffff;
    padding: 10px;
}  

.quote .button-red{
    margin-top: 25px;
}  

/*posts*/
.posts {
	line-height: 30px;
    margin-bottom: 15px;
}

.posts .h2{
	font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    color: #3e3e3e;
}

.posts .subtitle{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #737373;
    margin-bottom: 15px;
    font-size: 14px;
}

.posts .h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #232323;
}

.posts .h3:hover{
	color: #F33535;	
}

.posted-on a{
	color: #afafaf;	
	font-size: 13px;
    margin-left: 4px;
}

.posted-on a:hover{
	color: #F33535;	
}

.one-post .line-red{
    margin: 5px 0px 0px 0px;
	padding: 0px;
}

.one-post{
	border: 1px solid #f3f3f3;
    transition: all 0.3s linear;
    color: #616161;
	line-height: 25px;
	font-size: 16px;
	text-align: left;
	margin-bottom: 25px;
    box-shadow: 0 10px 6px -6px #efefef;
}

.posts .entry-thumbnail{
	overflow: hidden;
    margin-bottom: 5px;
}

.posts .entry-thumbnail img{
	object-fit: cover;
    height: 350px;
    width: 100%;
}

.posts .entry-thumbnail img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


.posts-list .entry-thumbnail img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.posts-list .entry-thumbnail img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.entry-title{
    padding: 5px 15px 5px 15px;
}

.entry-summary{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
    font-size: 16px;
    color: #848484;
    padding: 10px 15px 10px 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    font-style: italic;
}

.entry-meta{
	padding: 10px 15px 10px 15px;
}

.pagination {
    width: 100%;
    text-align: center;
}

.pagination span {
    background-color: #f1f1f1;
    padding: 5px 18px;
    color: #656565;
}

.pagination a {
    background-color: #ffffff;
    padding: 5px 18px;
    color: #656565;
}

/*post*/
.post{
	margin-bottom: 50px;
}

.post .entry-meta{
    padding: 0px;
}

.post .entry-thumbnail{
	text-align: center;
}

.post .entry-thumbnail img{
    width: 100%;
}    

.entry-header{
	margin-bottom: 15px;
}

.post-title{
	font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3e3e3e;
    font-family: 'Open Sans', sans-serif;
}

.entry-content{
	font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #797979;
    line-height: 28px;
}

.entry-content img{
    max-width: 100%;
    height: auto;
}

.entry-content li:before {
    content: "•";
    color: white;
    background: #cccccc;
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    line-height: 25px;
    width: 25px;
    height: 25px;
}

.entry-content ul{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.posted-on{
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
} 

.cat_cloud{
	display: inline-block;
    color: #000;
    line-height: 1;
    font-size: 10px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0 5px 5px 0;
}

.cat_cloud a{
    margin-right: 5px;
    background-color: #efefef;
    padding: 6px 10px;
}

.tags_cloud{
	display: inline-block;
    color: #000;
    line-height: 1;
    font-size: 10px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0 5px 5px 0;
}

.tags_cloud a{
    margin-right: 5px;
    background-color: #efefef;
    padding: 6px 10px;
}

/*page*/
.entry-header{
    margin-bottom: 15px;
}

.page-title{
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3e3e3e;
    font-family: 'Open Sans', sans-serif;
}

.page .img-fluid{
    width: 100%;
}

/*product*/
.product {
	line-height: 32px;
}

.product .h2{
	font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    color: #3e3e3e;
}

.product .subtitle{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #737373;
    font-size: 14px;
}

.product p{
	color: #848484;
}	

.product-img{
    margin-top: 10px;  
}

/*counter*/
.counter{
	background-color: #f1f1f1;
}

.counter-icon{
	font-size: 43px;
	color: #F33535;
}

.counter .h2{
    font-weight: 800;
    text-transform: uppercase;
    color: #3e3e3e;
    margin-bottom: 0px;
    font-size: 28px;
}

.counter .h6{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #6d6d6d;
    font-size: 16px;
}

.counter p{
	color: #616161;
}

.pcount_val{
    display: none;
}

/*contacts*/

.contact {
    margin-top: 0px;
}

.map-content{
	width: 100%;
	height: 320px;
}

.map-content iframe{
	width: 100%;
	height: 300px;
}

.contact .h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    color: #3e3e3e;
}

.contact .subtitle {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #737373;
    margin-bottom: 15px;
    font-size: 14px;
}

.contact ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info{
    margin-top: 12px;
}

.contact-info li span {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    border: 2px solid #f3f3f3;
    background-color: #f3f3f3;
    font-size: 14px;
}

.contact-info li p {
    display: inline-block;
    padding-left: 15px;
    padding-bottom: 10px;
    color: #848484;
    font-size: 16px;
}

/*widget*/
.widget{
    margin-bottom: 25px;
}

.widget-area{
    line-height: 28px;
    color: #b1b1b1;
    margin-left: 35px;
}

.secondary .widget-area{
    margin-top: 5px;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}

.widget-area a{
	color: #828282;
}	

.widget-area a:hover{
	color: #F33535;
}	

.widget-area ul{
	margin:0px;
	padding: 0px;
}

.widget-area li{
	list-style-type: none;
    color: #828282; 
}

.widget-area li span{
    color: #f33535; 
}

.widget-title{
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #3e3e3e;
    font-family: 'Open Sans', sans-serif;
}

.widget table{
    width:100%;
}

#wp-calendar tfoot{
    display: none;
}

#wp-calendar caption{
    display: none;
}

.search-form label{
    width: 100%;
}

input[type=search]{
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    background-color: transparent;
    line-height: 1.4;
    max-width: 100%;
    font-size: 14px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: border-color 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: border-color 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 100%;
    outline: none;
}

.search-submit{
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: url(../coralina/imgs/go.png) 50% no-repeat;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: all 0.3s linear;
    width: 30px;
    height: 39px;
    position: absolute;
    top: 6px;
    right: 17px;
}

.widget-fas{
    color: #e6e6e6;
}

.widget li{
    border-bottom: 1px solid #e6e6e6;
    width: 80%;
    margin: 10px 0px 10px 0px;
    padding: 0px 0 5px 0px;
}

.post-date{
    display: none;
}

.tagcloud a{
    font-size: 14px!important;
    margin: 5px 5px 5px 0px;
    background-color: #efefef;
    padding: 2px 10px;
    display: inline-block;
}

/*comment form*/
.comment-form{
    border: 1px solid #eaeaea;
    padding: 20px;
    background: #f1f1f1;
}

.comment-form p label{
    display: block!important;
    font-weight: 100;
    font-size: 14px;
    margin-top: 15px;
}    

.comments-area{
    margin-top: 25px;
}    

.comment-reply-title{
    color: #6b6b6b;
    font-size: 18px;
    margin-left: 10px;
}

.comment-body{
    border: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 15px;
}    

.comment-author img{
    display: none;
}

.required{
    color:#da0f00;
}

.comment-respond{
    margin-top: 30px;
    margin-bottom: 30px;
    color: #6b6b6b;
}

.form-submit{
    margin-top: 15px;
}

.form-submit .submit{
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background-color: #F33535;
    color: #ffffff;
    border: 1px solid #F33535;
    cursor: pointer;
    transition: all 0.3s linear;
}

.form-submit .submit:hover{
    color: #F33535;
    background-color: #ffffff;
}

.comment-body footer{
    background-image: none;
    border-top: 2px solid #dcdcdc;
    padding: 15px;
}

.comment-content{
    padding: 15px;
    line-height: 25px;
    font-size: 16px;
}

.comment-content p{
    color: #737373;
    font-style: italic;
    line-height: 26px;
}

.comment-author{
    margin-bottom: 10px;
    color: #6b6b6b;
    font-family: 'Open Sans', sans-serif;
}

.reply{
    padding: 10px;  
}

.says{
    display: none;
}

.comment-metadata{
    font-size: 14px;
}

.comment-metadata a{
    color: #afafaf;
}

.reply a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background-color: #F33535;
    color: #ffffff;
    border: 1px solid #F33535;
    cursor: pointer;
    transition: all 0.3s linear;
}

.comments-area li > ul,
.comments-area li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

.form-control, input[type=email], input[type=text], input[type=password], textarea {
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    line-height: 1.4;
    max-width: 100%;
    font-size: 14px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: border-color 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: border-color 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 100%;
}

/*404*/
.page-404-content{
    display: flex;
}

.page-404{
    text-align: center;
    width: 100%;
}

.page-404 .wrapper-404{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.page-404 .h1{
    color: #f33535;
    font-size: 80px;
}    

.page-404 .desc{
    color: #777777;
    font-size: 45px;
}   

.border-404{
	border: 1px solid #e6e6e6;
    padding: 50px 90px 50px 90px;
}

/*not found*/
.not-found{
    width: 100%;
    text-align: center;
}

.not-found .desc{
    color: #777777;
    font-size: 28px;
    line-height: 50px;
}  

/*To top*/
.coralina_to_top {
    padding: 4px 0px 0px 8px;
    position: fixed;
    bottom: 10px;
    cursor: pointer;
    display: none;
    color: #ffffff;
    font-size: 17px;
    left: 8px;
    z-index: 999;
    background: #b9b9b9;
    height: 30px;
    width: 30px;
    opacity: 0.7;
} 

/*footer*/
.footer{
	background-color: #f1f1f1;
}

.footer p{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #616161;
    font-size: 13px;
}   

.footer .social {
    align-items: center;
    justify-content: center;
    display: flex;
}

.footer .social a{
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    border: 1px solid #b1b1b1;
    background-color: #f3f3f3;
    font-size: 15px;
    margin: 5px;
    color: #3e3e3e;
} 

.footer .social a:hover{
    color: #ffffff;
    background: #3e3e3e;
    border: 1px solid #3e3e3e;
}

.preloader-container{
    position :fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    display:flex;
    justify-content:center;
    align-items :center;
    z-index: 15000;
    background :#f5f5f5;
}

.preloader-container img{
    width: 55px;
    margin-left: 20px;
}