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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans', sans-serif;
}

/* start header*/
.header {
  padding: 15px 0px;
  background-color: #FBFBFB;
}

.header form {

  border: 1px solid #707070;
  border-radius: 24px;
  /* margin-top: 26px !important; */
  padding: 0px 15px;
  display: flex;
  height: 30px;
  align-content: center;
  padding: 0px 15px;
  justify-content: space-between;
  flex-wrap: nowrap;

}

.header .form-control {

  border: none;
  margin-left: 10px;
  padding: 0;
  height: 16px;
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  color: transparent;
  border: none;
}

.header .navbar-brand {
  color: #3D3D3D;
  font-weight: bold;
}

.header ul li {
  padding-right: 10px;

}

.header ul li a {
  color: #8B8B8B;
  font-weight: 500;
  overflow: hidden;
}

.header ul li a.active::after,
.header ul li a:hover::after {

  transform: translateX(0%);
}

.header ul li a::after {
  transform: translateX(-120%);
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: #3D3D3D;
  transition: all .5s;
}

.header .form-control::placeholder {
  font-weight: 300;
  font-style: italic;
}

.header .btn {
  border: none;
  padding: 0;
  margin-left: 10p;
}

.header .btn img {
  width: 13px;
  margin: auto;
  display: block;
}

.header .btn:hover,
.header .btn:focus {
  background-color: transparent;
  box-shadow: none;
}

@media only screen and (min-width: 991px) {
  .collapse {
    display: flex;
    justify-content: space-between !important;
  }
}

@media only screen and (max-width: 991px) {
  .collapse {
    margin-top: 20px;
  }

  .header ul li {
    margin-bottom: 10px;
  }
}

.hero {
  background: linear-gradient(rgba(171, 202, 232, 0.6), rgba(171, 202, 232, 0.5)), url(../images/kvalifik-5Q07sS54D0Q-unsplash.jpg);

  height: 85vh;
}

.hero .text-center {
  padding-top: 25vh;
}

.hero .text-center h1 {
  color: #3D3D3D;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 2rem;
}

.hero .text-center p {
  font-weight: 300;
  color: #3D3D3D;
  margin-bottom: 30px;
}

.hero .text-center button {
  padding: 6px 26px;
  border: none;
  border-radius: 10px;
  background-color: #3D3D3D;
  color: #fff;
}

.video-pop {
  display: none;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  background-color: #1F3447;
  width: 95%;
  height: 95vh;
  z-index: 9999;

}

.video-pop iframe {
  width: 85%;
  height: 85%;
  display: block;
  /* margin: auto auto; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-pop .pop-close {
  position: absolute;
  background: transparent;
  border: none;
  right: 24px;
  top: 8px;
}

.video-pop .pop-close img {
  width: 23px;
}

/*** end hero**/
/** start underpost **/
.underpost {
  margin: 118px 0px;
  height: 100%;
  overflow: hidden;
  position: relative;

}

 .posts {
  display: flex;
  margin: 10px;
  height: 100%;
  position: relative;
  flex-wrap: nowrap;
}

 .post {
  width: 100%;
  overflow: hidden;
}

 .post-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.post-image img:hover{
  transform: scale(1.1);
}
.post-image img {
  transition: all .5s;
  width: 100%;
  border-radius: 10px;
}
 .post-image .info {
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 1) 100%);
  width: 100%;

}

 .post-image .info h1 {
  color: #ffff;
  font-size: 32px;
  font-size: 1.5rem;
}

 .post-image .info a {
  color: #fff;
  text-decoration: underline;
}

.underpost .post-image .info a:hover {
  color: #fff;
}

.underpost .info-post {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.underpost .info-post h1 {
  color: #243A4E;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.underpost .info-post p {
  font-weight: 300;
  color: #5D7C99;
}

.underpost .info-post a {
  display: inline-block;
  margin-right: 10px;
  margin-top: 30px;
}

.underpost .info-post a:nth-child(1) {
  background-color: #1F3447;
  padding: 5px 20px;
  border-radius: 20px;
  color: #fff;
}

.underpost .info-post a:nth-child(2) {
  border: 1px solid #1F3447;
  padding: 5px 20px;
  border-radius: 20px;
  color: #1F3447;
}

.underpost .info-post ul {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  cursor: pointer;
}

.underpost .info-post ul li {
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(35, 57, 77, 0.5);
  margin: 0px 20px;
  border-radius: 50%;
  transition: all .5s;
}

.underpost .info-post ul li.active,
.underpost .info-post ul li:hover {
  background-color: rgba(35, 57, 77, 1);
}

/** start blog **/
.blog {
  margin: 120px 0px;
}

.blog .blog-text {
  text-align: center;
  margin-bottom: 48px;
}

.blog .blog-text h1 {
  color: #1F3447;
  font-weight: bold;
}

.blog .blog-text p {
  color: #B8B8B8;
  font-size: 16px;
  max-width: 550px;
  margin: auto;
  margin-top: 10px;
}

.blog .min-blog {}

.blog .min-blog img {
  width: 100%;
  border-radius: 5px;
}

.blog .min-blog .details-blog {
  margin-top: 15px;
}

.blog .min-blog .details-blog span {
  color: #B8B8B8;
  font-size: 14px;
  font-weight: 500;
}

.blog .min-blog .details-blog h1 {

  font-size: 23px;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
}

.blog .min-blog .details-blog h1 a {
  color: #3D3D3D;
  text-decoration: none;
}

.blog .min-blog .details-blog p {
  font-size: 15px;
  background: -webkit-linear-gradient(90deg, rgb(185, 185, 185), rgb(75, 75, 75));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.btn-page {

  padding: 5px 25px;
  background-color: #5D7C99;
  display: block;
  /* margin: auto; */
  /* text-align: center; */
  color: #fff;
  border-radius: 20px;
  width: fit-content;
  margin: auto;

}

/* start footer **/
.subscript {
  padding: 30px 0px;
  margin-top: 50px;
  background-color: #1F3447;
}

.subscript h1 {
  font-size: 25px;
  color: #fff;
}
.subscript a{
  float: right;
}
footer{
  padding: 30px 0px;
  background-color: #6D8EAD;
}
footer h1{
  color: #1F3447;
  font-weight: bold;
  font-size: 28px;
}
footer p{
  font-size: 14px;
  color: #1F3447;
  margin: 0;
}
footer ul{
  list-style: none;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    justify-content: center;
    float: right;
}
footer ul li{
  margin: 0px 15px;
}
@media screen and (max-width:991px) {
  .subscript h1 {
    font-size: 19px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
  }
  .subscript a,footer ul{
    float: none;
  }
  footer h1{
    text-align: center;
  }
  footer p{
    text-align: center;
    margin-bottom: 10px;
  }
}
.sub-popup{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
  background-color: #fff;
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  width: 350px;
  border: 1px solid #3E3E3E;
  box-shadow: -3px 4px 4px -2px rgba(0,0,0,0.62);
  display: none;

}
.sub-popup .pop-close-2 {
  position: absolute;
  background: transparent;
  border: none;
  right: 24px;
  top: 8px;
}

.sub-popup .pop-close-2 img {
  width: 23px;
  fill: aqua;
}
.sub-popup form {
  display: flex;
flex-direction: column;
width: 100%;
}
.sub-popup h1{
  font-size: 32px;
 margin: 25px 0px 25px 0px;
 color: #1F3447;
}
.sub-popup form input{
  width: 100%;
display: block;
margin-bottom: 23px;
padding: 5px;
border-radius: 10px;
}
/* page 2 */ 
.blog-list{
  padding: 10px;
  padding: 50px 0px;
  background-color: #fff;
  box-shadow: 0px 7px 4px -2px rgba(0,0,0,0.23);
-webkit-box-shadow: 0px 7px 4px -2px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 7px 4px -2px rgba(0,0,0,0.23);

}
.nav-pills{
  justify-content: center;
}
.nav-pills .nav-item{
  margin: 0px 10px;
}
.nav-pills .nav-item button{
  background-color: transparent;
  color: #8B8B8B;
  font-weight: bold;
  font-size: 16px;
}
.nav-pills .nav-item button.active{
  background-color: transparent;
  color: #1F3447;
}
.blog-list .tab-content{
  margin-top: 50px;
}
.blog-list .blogs-list{
  background-color: #F3F3F3;
  padding: 20px 20px;
  border-radius: 4px;
  margin-bottom: 25px;
}
.blog-list .blogs-list h1{
  display: block;
  color: #3D3D3D;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: none !important;
}
.blog-list .blogs-list p{
  line-height: 1.6;
}
.limit-bost{
  max-height: 100px;
  /* overflow-y: hidden; */
  display: -webkit-box;
  /* max-width: 200px; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #737373;
  font-size: 15px;
  
}
.blog-list .blogs-list a{
  float: right;
  text-decoration: underline;
}

@media screen and (max-width:991px){
  .blog-list .blogs-list h1{
    font-size: 22px;
  }
}
@media screen and (max-width:768px){
  .blog-list .blogs-list h1{
    font-size: 24px;
    margin-top: 20px;
  }
}
/* page 3 */
.about-me{
  background-color: #fff;
  margin: 30px 30px 40px 30px;
  padding: 3%;
}

.about-me h1{
  margin-bottom: 50px;
  font-weight: bold;
  color: #3D3D3D;
  font-size: 30px;
}
.about-me .about-detlais{
  margin-top: 20px;
}
.about-me .about-detlais img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.about-me .about-detlais h1{
  margin-bottom: 10px;
}
.about-me .about-detlais span{
  color: #707070;
  display: block;
  margin-bottom: 20px;
}
.about-me .about-detlais p{
  margin-top: 50px;
  color: #737373;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width:768px){
  .about-me .about-detlais h1{
    text-align: center;
    margin-top: 20px;
  }
  .about-me .about-detlais span{
    text-align: center;
  }
  .about-me .btn-page{
    margin: auto !important;
  }
}
/*.blog-list1{

}
.blog-list1 img{
  position: relative;
    display: block;
    width: 100%;
    border-radius: 10px;
}
.blog-list1 h1{
  position: absolute;
    width: 97%;
    bottom: 92px;
    left: 44px;
}
.blog-list1 h1 a{
  display: block;
  color: #fff !important;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: none !important;
}*/
.load{
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: #1F3447;
}
/** load **/


.spinner {
  animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.spinner .path {
  stroke: #fff;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/*post page**/
.blog-plus{
  padding: 10px;
  padding: 50px 0px;
  background-color: #fff;
  box-shadow: 0px 7px 4px -2px rgba(0,0,0,0.23);
-webkit-box-shadow: 0px 7px 4px -2px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 7px 4px -2px rgba(0,0,0,0.23);
}
.blog-contant{
  display: flex;
  justify-content: space-between;
}
.blog-contant .back{
  margin-right: 30px;
}
.contant{
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.blog-contant span{
  color: #6D8EAD;
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
}
.contant h1{
  color: #1F3447;
  font-size: 29px;
  font-weight: bold;
}
.contant p{
  color: #737373;
  font-size: 16px;
}
@media screen and (max-width:786px) {
  .blog-contant{
    flex-wrap: wrap;
  }
}
.two-viwes{
    display: flex;    
    justify-content: flex-end;

}
.two-viwes img{
  width: 50px;
  cursor: pointer;
}
.search{

}
.contact{
  background-color: #fff;
  margin: 30px 30px 40px 30px;
  padding: 3%;
}
.contact h1{
  margin-bottom: 50px;
  font-weight: bold;
  color: #3D3D3D;
  font-size: 30px;
}