/* Icons Navigation */
.fa-home:before {
    content: "\f015";
    color: royalblue;
}

.fa-house:before {
    content: "\f015";
    color: royalblue;
}

.fa-envelope:before {
    content: "\f0e0";
    color: darkviolet;
}

.fa-pen-to-square:before {
    content: "\f0e0";
    color: darkviolet;
}

.fa-picture-o:before {
    content: "\f03e";
	color: red;
}

.fa-info-circle:before {
    content: "\f05a";
    color: green;
}

.fa-phone:before {
    content: "\f095";
    color: fuchsia;
}

/* header */
header nav ul li a .fa-file-text-o {
    color: orange;
}

header.pb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid skyblue;
}

/* under header  */
.block2 {
    padding: 75px 0;
}

/* logo Polarka  */
.bg1 {
	
    background-image: url(../images/bg_original.png);
    background-size: contain;
    background-repeat: no-repeat;
	background-color: WHITE;
	/*   */
}

.bg2 {
    background-image: none;
}

.fixed-bg {
    /* background-attachment: fixed; */
	background-attachment: unset;
    background-size: cover;
}

/* custom style under banner */
.cms-about-text.pt-top {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

/* custiom block and row */
.block6 {
    background: white;
}

.block7 {
    padding: 0px 0;
}

.row {
    margin: 30px;
}

.title-hd span {
    color: orange;
}

.pager-sec {
    padding: 50px 0;
    background-color: navy;
    background-image: url(../images/bg-vector-lg.png);
    background-size: contain;
}

/* documents Icons */
.fancy-hd span {
    float: left;
    width: 55px;
    height: 55px;
    background-color: WHITE;
    border: 2px solid navy;
    text-align: center;
    line-height: 55px;
    margin-right: 18px;
}

.fancy-hd span.scnd {
    background-color: WHITE;
    border-color: red;
}

/* Footer */
footer {
	float: left;
	width: 100%;
	background-color: navy;
	padding: 20px 0;
	background-image: url(../images/bg-vector-lg.png);
	background-repeat: repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
}

.widget-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Amatic SC', cursive;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    padding-top: 10px;
}

/* custom text */
p {
    font-size: 21px;
    line-height: 25px;
    color: #9c9c9c;
    text-align: justify;
}

my_p {
	background-color: navy;
	color: #fff;
}

/* butoniska */
.btn-orange {
    background-color: orange;
    border-color: #5a8d23;
}

.btn-deeppink {
    background-color: deeppink;
    border-color: #5a8d23;
}

.btn-darkblue {
    background-color: darkblue;
    border-color: #5a8d23;
}

.btn-yellow {
    background-color: yellow;
    border-color: #5a8d23;
}

/* pricingTables.html 
   background + text color
*/
.block4 {
    background: azure;
}

.cont-info h3 {
	color: #4a4a4a;
}

.cont-info h3 a {
	color: #4a4a4a;
}

.other-info p {
	color: #4a4a4a;
	text-align: center;
}

/* icon background WHITE color */
.our-address-info ul li span {
    width: 58px;
    height: 58px;
    background-color: white;
    border: 2px solid #ba2b6f;
    text-align: center;
    background-image: url(../images/bg-vector2.png);
    background-size: cover;
    display: table-cell;
    float: left;
}

/* Social Icons */

.fa-custom.fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

/* Add a hover effect if you want */
.fa-custom.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-custom.fa-facebook {
  background: white;
  color: #3B5998;
}

/* background: #3B5998; */
.fa-custom.fa-instagram {
  background: white;
  color: orange;
}

/* responsive.css */

@media (min-width: 1201px) {
	
	.staff-carousel .slick-slide img {width: 100%;object-fit: cover;}
}

@media (min-width: 99px) {
	
}