* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}


.hed{
  padding:150px 0;
  position:relative;
}



.box-shadoww {
  box-shadow: 0 5px 8px 0 black;
}

.text-silver {
  color: #333333;
}

.marbott {
  margin-bottom: 40px;
}

.hh1 {
  font-size: 100px;
  color: black;
  font-weight: 700;
}

.header {
  max-width: 100%;
  height: 500px;
  background: url(../img/alesia-kazantceva-283291-unsplash.jpg);
  background-size: cover;

}

.imgg {
  margin: 5px;
}



.chiziq {
  width: 150px;
  height: 1.5px;
  background-color: #da491c;
  transform: translateX(480px);
  margin-bottom: 15px;

}

:visited {
  color: black;


}

/*::::::::::::::HEADER END:::::::::::::::::::::*/

.padd {
  padding-top: 50px;
}

.text-dark {
  line-height: 30px;

}


.text-darkk {
  line-height: 30px;
  margin-bottom: 30px;
}

.text-red {
  color: rgb(235, 12, 12);
}

.text-gray {
  color: #afafaf;
}

.text-font {
  font-size: 16px;
}

.text-small {
  font-size: 14px;
}

.martop {
  margin-top: 80px;
}

.line-text {
  line-height: 30px;
}

.margin-5 {
  margin: 10px;
}


/*::::::::::::::::::::::section end:::::::::::::::*/


/*::::::::::::::::::::::section end:::::::::::::::*/

.bacround {
  background: url(../img/shara.jpg);
  background-size: cover;
  padding-bottom: 50px;
}

.btnn {
  color: black;
  margin-top: 50px;
}



/*::::::::::::::::::::::section end:::::::::::::::*/


/*:::::::::::::::::::::: footer start:::::::::::::::*/

.bac {
  background-color: #333333;
}

.aaa ul li a {
  color: white;
  font-size: 18px;

}

.active {
  background-color: rgba(116, 111, 111, 0.8);
  color: black;
  padding: 4px 10px;
}

@media (max-width:576px) {
  .text-sm-a {
    font-size: 6px;
  }
  
.aaa ul li a {
  color: white;
  font-size: 15px;

}
.aaa ul {
  flex-direction:column;
  text-align:center;
}
}

.input-group {
  border: 1px solid #333333;
  border-bottom: 2px solid gray;
  height: 80px;
  background: #333333;
  margin-bottom: 14px;
}
.salem h3{
  text-align:center;
}


.spann {

  color: rgb(150, 143, 143);
  font-size: 15px;
}

.line-te {
  margin-bottom: 40px;
}

.fa {
  padding: 10px 10px;
  background: gray;
  border-radius: 50px;


}

.fa-facebook {
  padding: 10px 14px;
}

.fa:hover {
  background: black;
  color: gray;
}

/*::::::::::::::::;;devolopment Start:::::::::::::::::::*/

.icom .fa {
  background: none;
  color: #da491c;
  font-size: 30px;
}

.heee {
  padding: 100px;
}



.pdd {
  padding-bottom: 40px;
}

.margin-top_30px {
  margin-top: 30px;
}

.icomm .fa {
  background: none;
  color: green;
  font-size: 15px;
}

.icomm ul li a {
  font-size: 14px;
  color: black;
}

.icommm ul li a {
  color: gray;
}

.icommm .fa {
  background: none;
  color: black;

}

.visi:visited {
  color: green;
}

@media (max-width:768px) {
  .text-moslashuv {
    font-size: 70px;
  }
}

@media (max-width:576px) {
  .text-sm {
    font-size: 35px;
  }
}

@media (max-width:576px) {
  .text-ex-sm {
    font-size: 20px;
  }
}

@media (max-width:576px) {
  .text-ex-smm {
    font-size: 30px;
  }
}

@media (max-width:576px) {
  .text-sml-sm {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width:992px) {
  .text-xl-smal {
    font-size: 13px;

  }
}

@media (max-width:576px) {
  .bacround-auto {
    height: 150px;

  }
}

/*::::::::::::;::::photograph start:::::::::::::::::::::*/


* {
  box-sizing: border-box
}

body {
  font-family: Verdana, sans-serif;
  margin: 0
}

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(31, 29, 29, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0;
  animation-name: fade;
  animation-duration: 1000s;
}

@-webkit-keyframes fade {
  from {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}




/*:::::::::::::::::::::::::::::::::;;;;PORTIFOLIA:::::::::::::::::::::::::::*/




/*:::::::::::::::::::::::::::::::::;;;SINGL-POST START:::::::::::::::::::::::::::*/

:root {
  --sabzirang: #db4c20;
  --kulrang: #333333;
}

.padnov {
  padding: 0;
}

.martop-50 {
  margin-top: 50px;
}

.martop-40 {
  margin-top: 40px;
}

.martop-30 {
  margin-top: 30px;
}

.martop-20 {
  margin-top: 20px;
}

.martop-10 {
  margin-top: 10px;
}

.linia {
  width: 100%;
  height: 1.5px;
  background-color: #afafaf;
}

.color .fa-twitter {
  background-color: aqua;
  color: white;
}

.color .fa-facebook {
  background-color: blue;
  color: white;
}

.color .fa-google-plus {
  background-color: #da491c;
  color: white;
}

.color .fa-instagram {
  background-color: red;
  color: white;
}

.color .fa-amazon {
  background-color: gray;
  color: white;
}

.fon {
  padding: 3px 30px;
  background-color: #f5f5f5;
}

.b-radius {
  border-radius: 40px;
}

.col-lg-3 input::placeholder {
  font-size: 5px;
}

.text-smal {
  font-size: 13px;
}

header.text {
  height: 100px;

}

header .text .hh3 {
  transform: rotate(-16deg) skew(40deg) translate(0, 0);
  animation: animat 5s ease-out infinite;
  color: rgb(180, 175, 175);
}

@keyframes animat {
  0% {
    transform: rotate(-16deg) skew(40deg) translate(0, 0);
    text-shadow: -5px 5px 0 red;


  }

  50% {
    transform: rotate(-16deg) skew(40deg) translate(50px, -50px);
    text-shadow: -50px 50px 0 black;

  }
}

.btnm {
  border-radius: 0;
  background-color: #da491c;
  border: 0;
  padding: 5px 10px;
  border-right: 1px solid #bbb;


}

.borderr {
  margin: 0.5px;
}

.text-black {
  color: black;
}

.text-ex-smal {
  font-size: 8px;
}

.btndark {
  border-radius: 0;
  background-color: #1a1919;
  border: 0;
  padding: 5px 10px;
}

.padmar {
  padding-left: 0;
  margin-left: 0;
}

.padright {
  padding-right: 0;
  margin-right: 0;
}

/* respomsive singl-post */
/* ex sm 0-576px */
@media (max-width: 400px){
 
  .hhhhh .slideshow-container .mySlides img {
    height:150px !important;
  }
  .archi{
    font-size: 20px;
    text-align: center;
    margin: 0 0;
  }
  .hed{
    padding:50px 0 !important;
  }
}

/*::::::::::::::::CALENDARRR:::::::::::::::*/
* {
  box-sizing: border-box;
}

ul {
  list-style-type: none;
}

body {
  font-family: Verdana, sans-serif;
}

.month {
  padding: 10px 25px;
  width: 100%;
  background: #191a19;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 10px;
}

.month .next {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;

  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  color: #777;
}

.days li {
  padding: 5px;
  background: #1abc9c;
  color: white !important
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {

  .weekdays li,
  .days li {
    width: 13.1%;
  }
}

@media screen and (max-width: 420px) {

  .weekdays li,
  .days li {
    width: 12.5%;
  }

  .days li {
    padding: 2px;
  }
}

@media screen and (max-width: 290px) {

  .weekdays li,
  .days li {
    width: 12.2%;
  }
}




/*   architecture start*/
header .header_nav .navbar .navbar-brand {
  font-size: 25px;
  font-weight: 500;
}

header .header_nav .navbar .navbar-nav {
  margin-top: 12px;
  margin-left: 20%;

}

header .header_nav .navbar .navbar-nav .nav-link {
  font-size: 14px;
}

/*----responsive----*/
@media (max-width: 576px) {
  header .header_nav .navbar .navbar-toogler {
    margin-left: 100px!important;
  }
}