@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Viaoda+Libre&display=swap');

body{
    direction: ltr;
    font-family: 'Alegreya Sans', sans-serif !important;
    font-size: 17px;
    margin: 0;
    padding: 0px;
}


header {
    background:  #00367F;
}
.navbar {
    border-radius: 0;
    margin: 0;
    transition: all 0.5s ease 0s;
    display: flex !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.form{
    margin-top: 30px;
}
.input-custom--area-input{
    margin: 10px 0px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea-custom--area-input{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    width: 100%;
    font-size: 1rem;
}


.contact-main{
    display: flex;
}

.contact-main .contact-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-left: 10px;
    color: #ffffff;
}

.contact-block a {
    text-decoration: none;
    color: #ffffff;
}


.navbar.navbar-fixed-top {
    background: rgba(209, 209, 209, 0) linear-gradient(to right, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;
    box-shadow: 0 0 20px -10px #000;
    padding: 0;
}

.navbar-brand{
    display: flex;
    flex-direction: row;
    align-items: center;

}
.navbar-brand  img {
    width: 40px;
}
.site__title{
    padding: 7px 0 0 7px;
    color: #ffffff;
    text-align: center;
}
.navbar__links{
    display:flex; 
    justify-content:space-between;
}

.navbar__burger {
    display: none; 
    cursor: pointer;
    padding: 10px;
}

.navbar__burger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000;
    margin-bottom: 7px;
}
.navbar-nav{
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav li{
    display: inline-block;
    position: relative;
    margin-right:30px;
}

.navbar-nav li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    text-align: center;
}
.navbar-nav  li  a:focus, .navbar-nav  li  a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 0.6;
}

.navbar-nav li ul.dropdown li{
    display: block;
}

.navbar-nav li ul.dropdown{
    width: 260px;
    position: absolute;
    z-index: 6;
    display: none;
    
    background:  #00367F;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    
}

.navbar-nav li a:hover{
    background:  #00367F;
}

.navbar-nav li:hover ul.dropdown{
    display: block;
}

.home{
    background:  #00367F;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ffffff;
}

.home .home__title h2{
    color: #ffffff;
    text-align: center;
    font-size: 25px;
}

.thumb{
	width: 100%;
}

.section-title{
	position: relative;
	margin-bottom: 20px;
}
.section-title span{
	font-weight: 400;
	font-size: 17px;
	color: #519ac5fc;
}
.section-title span:after{
	content: '';
	position: absolute;
	background: #519ac5fc;
	width: 100px;
	height: 2px;
	left: 0;
	bottom: 0;
}

.pop .row{
    display: flex;
    align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.bb-1{
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
}
.section{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
small{
	color: #999;
}
.summary{
	color: #777;
}

.pop .categor{
    color: #cc6060;
}

a{
	color: #cc6060;
	text-decoration: none;
   
}

a:hover{
	color: #519ac5fc;
}



.copyright{  
    background: #00367F;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.copyright .col .actions{
    width: 100%;
}

.copyright__block{
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    gap: 10px;
}

.copyright__block h6{
    color: #ffffff;
    font-size: 20px;
    text-align:center;
}
.copyright .contact-info{
    display:flex; 
    align-items:center; 
    margin-bottom:12px;
}

.copyright .contact-info  h6{
    font-size:20px; 
    margin-bottom:6px;
    color: #ffffff;
    text-align: center;
}
.copyright .contact-info  span{
    position: relative;
    color: #383737;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #ffffff;
}
.copyright .contact-info  span a{
    color: #ffffff; 
    text-decoration: none;
}
.copyright .contact-info  span a:hover{
    color: #ffffff;
    text-decoration: none;
}

.copyright .phone a{
    color: #ffffff;
    text-decoration: none;
}
.politics{
    display: flex;
    justify-content: center;
}
.politics a{
    padding: 0 15px 0 15px;
    font-size:17px;
    color: #ffffff;
} 

.politics a:hover{
    font-size:17px;
    color:#00ffb3; 
}       

.form-control {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    height: 45px;
    padding: 10px 18px;
    transition: all 0.3s ease 0s;
}

.btn-contact-bg {
    background: #000;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #f55160;
    color: #fff;
}

.blog__details{
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog__details .container{
    padding: 30px;
}

.blog__details .row{
    display: flex;
}

.blog__content__title{
    font-weight: bold;
    color: #519ac5fc;
}

.blog__details .col{
    padding-top: 10px;
}

.top__cont {
    padding-bottom: 15px;
    padding-top: 5px;
}

.top__cont span{
    font-weight: bold;
}

.blog__block{
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.blog__details__img{
    float: left;
    width: 50%;
    margin-right: 10px;
}

.blog__details .view{
    font-weight: bold;
}

.blog__details .view span{
    text-decoration: underline;
}

.blog__details .comm{
    font-weight: bold;
}

.blog__details .comm span{
    text-decoration: underline;
}

.blog__details .price span{
    font-weight: 600;
    text-decoration: underline;
}

.blog__details .blog__btnB{
    float: left;
    text-decoration: none;
    color: #ffffff;
    background-color:#00367F;
    transition: .4s;
    padding: 10px 12px;
    margin-top: 10px;
}


.blog__details .blog__btnB:hover{
    background-image: linear-gradient(45deg, #07fff3 0%, #fad586 100%);
}

.testimotional{
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}


.testimotional__block{
    display: flex !important;
    padding-top: 10px;
    text-align: center;
    border: 2px solid #00367F;;
    padding: 21px;
    gap:10px;
}

.testimotional .comm__rowBlock{
    display: flex;
    gap: 15px;
}

.testimotional__block img{
    width: 90px;
    height: 90px;   
    margin: 0 auto;
    border-radius: 50%;
}

.testimotional p {
    text-align: center;
}
.testimotional h4{
    text-align: center;
}
.testimotional__block p {
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    margin: 0 0 30px;
    text-align: center;
    padding-top: 10px;
}
.testimotional__block h4 {
    font-size: 24px;
    margin: 0;
    text-align: center;
    padding: 20px 0;
}

.contact{
    padding-top: 60px;
    padding-bottom: 60px;
}

.contacts-form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
}

.contacts-form .section__title{
    margin: 7px 0 7px 0 !important;
    text-align: center;
}

.form-control {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    height: 45px;
    padding: 10px 18px;
    transition: all 0.3s ease 0s;
}
.form-groups {
    padding-top: 15px;
}

.form-check{
    padding-top: 7px;
    padding-left: 40px;
}

.contact .col .actionss{
    width: 100%;
}
.actionss{
    padding-top: 10px;
    text-align: center;
}
.form-groups textarea {
    height: 89px;
}
.form-groups  button {
    border: none;
}
.btn-contacts-bg {
    background: #00367F;
    border-radius: 5px;
    color: #ffffff;;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.btn-contacts-bg:hover,
.btn-contacts-bg:focus {
    background: #f55160;
    color: #fff;
}

.contacts{
    padding-top: 60px;
    padding-bottom: 60px;
}



.contacts .row {
    display: flex;
}

.contacts .contacts-info{
    display:flex; 
    align-items:flex-start; 
    align-items:center;
    justify-content: center; 
    margin-bottom:32px;
}

.contacts .contacts-info i{
    width: 80px;
    height: 80px;
    font-size: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
}
.contacts .contacts-info .content h6{
    font-size:20px; 
    margin-bottom:6px;
    text-align: center;
}
.contacts .contacts-info .content span{
    position: relative;
    color: #383737;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
}
.contacts .contacts-info .content span a{
    color: #383737; 
    text-decoration: none;
    word-break: break-word;
}
.contacts .contacts-info .content span a:hover{
    color: #383737; 
    text-decoration: none;
}


.button-1{
    display: inline-block;
    padding: 15px 25px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
    margin-top: 15px;
}

.button-2{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    color: #FFF;
    background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    transition: .4s;
}

.button-3 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 8px 10px 5px 10px;
    text-decoration: none;
    color: #FFA000;
    background: #fff1da;
    border-bottom: solid 4px #FFA000;
    border-radius: 15px 15px 0 0;
    transition: .4s;
}

.button-4{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: dashed 1px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.button-5{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff7c5c;
    color: #ff7c5c;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}       

#message{
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
#message .success{
    text-align: center;
    font-size: 20px;
    color: green;
    position: absolute;
    animation: buttons .3s linear;
    display: none;
}

#message .danger{
    font-size: 20px;
    color: red;
    position: absolute;
    transition: .3s;
    animation: buttons .3s linear;
    display: none;
    padding-top: 10px;
}

.msg{
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}
.msg .suc{
    font-size: 20px;
    color: lightgreen;
    position: absolute;
    animation: buttons .3s linear;
    display: none;
    padding-top: 10px;
}

.msg .dan{
    font-size: 20px;
    color: red;
    position: absolute;
    transition: .3s;
    animation: buttons .3s linear;
    display: none;
    padding-top: 10px;
}

.privacy .row{
    padding: 35px; 
}


.bg-gjl {
    padding: 50px 0; 
    background-color: #362222;
}
.form-newsl {
    width: 50%;
    display: flex;
    justify-content: center;
}

.newsletter-main a {
    width: 50%;
}

.newsletter-info {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    
}
.newsletter-info h4 {
    color:  #000000;
}
.newsletter-button {
    display: flex;
    justify-content: center;
}


@media (max-width: 767px) {
    .testimotional__block {
        flex-direction: column !important;
    }
}

@media (max-width: 991px) {
    .actions{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
    }

    .politics{
        flex-direction: column;
    }

}


@media (max-width: 1200px) {
    .navbar__links ul {
        display: none; 
        background-color: #00367F;
        padding: 10px;
    }

    .navbar__burger {
        display: block; 
    }

    .navbar__links ul.show {
        display: block;
    }
}  


