﻿/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    https://creativecommons.org/licenses/by/3.0/

    100% Free To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/* =============================================================
   GENERAL STYLES
 ============================================================ */

html, body {
    padding-top:0px;
    margin:0px;
}
body {
    font-family: 'Open Sans', sans-serif;
    line-height:25px;
    font-size:14px;
}

.header-section {
  background-color:#065883;
  color:#fff;
  padding: 15px 5px;
}

.header-section.custom-margin{
	margin-bottom: 40px;
}

.header-section img {
   max-width:150px;
   border:2px solid #fff;
}

.logo{
	padding: 15px 0;
}

.logo,
.logo h1{
	display: inline-block;
  	font-weight: 700;
  	font-size: 28px;
  	color: #fff;
  	line-height: 1.2;
  	margin: 0;
}

@media screen and (max-width: 992px){
	.logo{
        width: 100%;
        text-align: center;
    }
}

.logo:hover{
	text-decoration: none;
  	color: #fff;
}

.main-menu{
	position: relative;
  	margin-top: 10px;
}

.nav-pills{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-pills.active{
  	width: 100%;
	display: flex;
  	flex-direction: column;
  	position: absolute;
  	top: 20px;
  	left: 0;
  	background-color: #065883;
  	z-index: 100;
   box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.75);
}

.nav-pills li a{
	color: #fff;
}

@media screen and (max-width: 768px) {
	.nav-pills{
		display: none;
	}
}

.burger{
	display: block;
  	width: 30px;
  	height: auto;
  	position: absolute;
  	top: 30px;
  	right: 20px;
  	display: none;
}

@media screen and (max-width: 768px) {
	.burger{
        display: block;
	}
}

.burger span{
	display: block;
  	width: 100%;
  	height: 2px;
  	background-color: #fff;
  	margin-top: 7px;
}

.spon-txt {
    padding: 30px 15px;
    font-size: 24px;
    font-weight: 800;
}

.blog-main {
    padding:10px 5px;
    border-bottom:2px solid #065883;
    margin-bottom:30px;
}

.heading-blog {
    font-size: 24px;
    color: #065883;
    font-weight: 800;
    padding: 15px 0;
    line-height: 1.2;
}

.blog-info {
    padding:20px 5px; 
    font-size:20px;
    font-weight:normal;
}

.blog-info .label{
  	display: inline-block;
	margin-bottom: 5px;
}

.blog-txt {
    padding:20px 5px; 
    font-family:Andalus ;
    font-size:20px;    
    font-weight:normal;
}

/*---------------------------- Coments block ------------------------- */

.comments-block-wrap {
    margin-top: 30px;
}
  
.comments-title {
    font-size: 24px;
    font-weight: 700;
    color: #2b2e3f;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 7px;
    margin-bottom: 30px;
}
   
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.comment-list__item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
  
.comment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
  
.comment-info__author {
    display: flex;
    align-items: center;
}
  
@media screen and (max-width: 1200px) {
    .comment-info__author {
        margin-bottom: 15px;
    }
}
  
.comment-author-image {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
  
.comment-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.comment-author-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
  
.comment-date {
    font-weight: 500;
    color: #999999;
    font-size: 14px;
}
  
.comment-content {
    color: #2b2e3f;
    font-size: 14px;
}
  
.comment-form-wrap {
    padding-top: 20px;
}
  
.comment-form-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
  
.comment-form .comment-form-input {
    width: 49%;
    font-size: 14px;
    color: #777777;
    border: 1px solid #999;
    border-radius: 0;
    padding: 13px 20px;
    margin-bottom: 15px;
}
  
@media screen and (max-width: 520px) {
    .comment-form .comment-form-input {
        width: 100%;
    }
}

.comment-form-textarea {
    width: 100%;
    min-height: 190px;
    resize: none;
    font-size: 14px;
    color: #777777;
    border: 1px solid #999;
    padding: 13px 20px;
    margin-bottom: 15px;
}
  
.comment-form-bottom {
    display: flex;
    align-items: center;
}
  
.button-submit {
    color: #fff;
    border: 1px solid #192437;
    background-color: #192437;
    letter-spacing: 0.48px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    margin: 0;
    padding: 13px 30px;
}

/*------------------------- Coments block  ------------------------ */

/*---------Footer--------*/

.footer-links h3{
    font-size: 20px;
    color: #333;
}

.footer-links ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.footer-links ul li{
    padding: 5px 0;
}

.footer-links ul li a{
    color: #333;
}

.set-foot {
    padding:20px 5px;
}