*{
  margin: 0;
  padding: 0;
    font-family: 'Roboto', sans-serif;
color:  #444;
    /*text-align: left;*/
}
body {

  overflow-x: hidden;
  color: #252b42;
  font-family: "Montserrat";
}
/* ------------------------------------------------- main classes ------------------------------------------------- */
.main-container {
  display: flex;
  flex-direction: column;
    width: 100%;
    background-color: #FAFAFA;;
}
.container {
  max-width: 1140px;
  width: 100%;
  height: 100%;
  margin: 0 auto;

}

.d-flex {
  display: flex;

}
.carousel-inner{
    position: relative;
    width: 100%;
    overflow: hidden;


}
.carousel-inner>.active {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.carousel-item{
    height: 650px;

}
/*.container_indicators{
    width: 100%;
    background-color: black;
}*/
@media (max-width:768px) {
    .carousel-indicators{
        bottom: -75px !important;
    }
}

@media screen and (min-width: 768px){
   .carousel-indicators {
        bottom: -35px;
    }
}


.container_header{
    background-color: rgb(100 116 132);
    margin-bottom: 0;
    padding: 0;
    padding-right: 15px;
    width: 100%;
    position: fixed;
    z-index: 1000000;
    margin-top: 24px;

}
.carousel-indicators button{
    background-color: rgb(51 51 51 / 15%) !important;
    outline: none !important;
}
.carousel-indicators button.active{

    color: #23a6f0 !important;
    background-color: rgb(230 230 230) !important;
}



.carousel-indicators [data-bs-target] {
    width: 100% !important;
    height: 50px !important;
    background-color: #647484 !important;
    color: white !important;
    border: 0 !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    transition: opacity .6s ease !important;
    border-radius: 7px;
    text-transform: uppercase;
}
.second-section{
    background: #647484;
    padding: 30px 0;
}
.fourth-section{
    margin-top: 20px;
}
.carousel-indicators .active {
   margin:0 3px !important;
}
.d-just-sb {
  justify-content: space-between;
}

.d-column {
  flex-direction: column;
}
/* ------------------------------------------------- first-section ------------------------------------------------- */
.first-section {
  background-image: url("./Images/cover.png");
  width: 100%;
  align-items: center;
  justify-content: center;
    background-size: cover;
    margin-bottom: 50px;
}
.span_our_team{
    /*text-align: justify;*/
    padding: 20px;
    line-height: 27px;
}
.opacity-section {
  background:#243648c2;
}
.header-row {
  height: 91px;
  align-items: center;
  width: 100%;
}
.header-logo {
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  color: #ffffff;
  margin-right: 90px;
}
.header-links a {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-left: 15px;
  text-transform: uppercase;
}

.header-links a:hover {
  color: #23a6f0;
}

.header-submit1-icon {
  margin-left: 5px;
}

.title-section h1 {
    font-weight: 800;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-transform: uppercase;
}
#title-section{
/*position: absolute;*/
    top: 10%;
}
.description {
    width: 20%;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #ffffff;
}

.title-section button {
  width: 154px;
  height: 52px;
  border-radius: 50px;
  padding: 0;
  justify-content: center;
}
.slider_description{
    color: white;
    line-height: 26px;
    font-size: 16px;
    color: white !important;
}

.slider_description>*{
    color: white;

}
.top-nav {
    /*width: 80%;*/
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #FFF;
    height: 50px;
    padding: 3em;
    text-align: center;
}

.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.menu > li {
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin-left: 15px;
}
.menu > li.active > a{
    color: #23a6f0 !important;
}
.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}
.menu{
    /*display: none;*/

}
.content-section div{
    width: 100%;
    height: 453px;
    border-radius: 13px;
    margin-top:75px;
}
.content-section div>img{
    width: 100%;
    height: 100%;
    border-radius: 13px;
    object-fit: cover;
}
/*.carousel-indicators {*/
/*    bottom: -25px;*/
/*}*/
@media (max-width:768px) {
    /*.container_indicators{
       display: none;
    }*/
    .content-section div>img{
        width: 100%;
        height: 100%;
        border-radius: 1px;
    }


    .menu {
        position: absolute;
        top: 0;
        margin-top: 85px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        display: block;
    }

    .menu1 {
        position: absolute;
        top: 0;
        margin-top: 40px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        display: block;
    }
    #menu-toggle:checked ~ .menu{
        display: block;
    }
    #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
        cursor: pointer;
    }
    #menu-toggle ~ .menu a {
        display: none;
        color:white;
        background: transparent !important;
        outline: none;
    }
    #menu-toggle:checked ~ .menu a {
        display: block;
        
        font-size: 18px;
    }
    #menu-toggle ~ .menu label {
        display: none
    }
    #menu-toggle:checked ~ .menu label {
        display: block;
        color: #B4B4B4;
        font-size: 18px;
        font-weight: 100;

    }
    #menu-toggle:checked ~ .menu label>span{
        color: #B4B4B4;
        font-size: 18px;
    }

    #menu-toggle:checked ~ .menu li {
        border: 1px solid #647484;
        height: 3.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
        cursor: pointer;
        background-color: #647484;
    }
    .menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        cursor: pointer;
        /*background-color: #222;*/
    }
    .menu > li:not(:last-child) {
        border-bottom: 1px solid #444;
        cursor: pointer;
    }
    .header-container{
        justify-content: space-between;
    }
    .thired-section h5 {
        width: unset !important;
    }
    .first-section-content{
        padding: 0 !important;
    }
    .carousel-inner{
       width: 100% !important;
    }
    .margin-title{
        margin-left: auto;
    margin-right:auto;
    }
    .height-unset{
height: unset !important;
    }
    .carousel-inner>.active{
        justify-content: space-between !important;
    }
    .carousel-item-prev,
    .carousel-item-next{
        justify-content: space-between !important;
        height: 400px !important;
    }
    .content-section div>img,
    .content-section div,
    .aa{
    height: 400px !important;
}
    .slider_description{
       height: 250px;
        padding: 0 15px;
    }
}
@media(max-width: 992px){
    .carousel{

        display: flex;
        justify-content: center;

    }
    .menu > li {
        text-decoration: none;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.2px;
        color: #ffffff;
      margin: 2px;

    }
    .carousel-item-prev,
    .carousel-item-next{
        display: flex !important;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .carousel-inner>.active {
        display: flex !important;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        height: auto;
    }
    .carousel-item{
        height: 800px;
    }
    .carousel-inner{
        width: 95%;
    }
    .carousel-control-next,
    .carousel-control-prev{
        position: unset !important;
    }
    .carousel-item-prev,
    .carousel-item-next{
        display: flex !important;
        flex-direction: column;
        justify-content: start !important;
        align-items: center;
    }
    .item-width{
        margin-top: 115px;
    }
    .margin-item{
        margin-top: unset !important;
        margin-bottom: 50px;
    }
    .item-buttons{
        display: flex;
        justify-content: space-between;
    }

    .item-width{
        width: 100% !important;
        height: auto;
    }
    .content-section>div{
        margin-top: 0 !important;
    }


}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    .content-section div {
        width: 435px;
        height: 425px;
        border-radius: 13px;
    }

}
@media screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .container_indicators {
        width: auto;
        /* background-color: black; */
    }
    .carousel-item-prev,
    .carousel-item-next{
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        /*height: auto;*/
    }
    .carousel-indicators{
        display: none;
    }
    .item-buttons{
        display: none;
    }
}
    /* -------------------------------------------------Second Section -------------------------------------------------*/


.title-sections h3 {
  font-weight: 300;
  font-size: 40px;
  line-height: 57px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #252b42;
  margin: 0px;
  letter-spacing: 1px;
}

.title-sections h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #737373;
  margin: 10px 0;
}

.section-items {
  width: 230px;
  height: 200.53px;
  background: #ffffff;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 15px;
  border-radius: 12px;
}
.second-section-icon {
  margin-top: 15px;
}
.items-number {
  font-weight: 300;
  font-size: 40px;
  line-height: 57px;
  letter-spacing: 1px;
  color: #252b42;
}
.item__counted::after{
    content: "+";
    display: inline-block;
    margin-left: 4px;
}
.items-description {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #737373;
  margin-bottom: 15px;
}

/* -------------------------------------------------Thired Section -------------------------------------------------*/
.thired-section h5 {
  width: 470px;
  margin: 10px auto;
}

.thired-content-items {
  width: 48%;
  margin-bottom: 20px;
}
/*.content-body {*/
/*  width: 70%;*/
/*  margin: 30px auto;*/
/*}*/
.thired-section-content {
  background: white;
  width: 100%;
}

.thired-section-person-name {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
}

.thired-section-person-position {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #737373;
}
.thired-section-icons {
  margin-top: 20px;
  margin-bottom: 20px;
}
.items-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #737373;
  text-align: start;
      text-transform: uppercase;
    letter-spacing: 1px;
}
/* -------------------------------------------------Fourth Section -------------------------------------------------*/
.videolink-content {
  width: 50%;
}
.videolink {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
    .videolink-content {
        min-height:auto;
        width: 100%;
    }
}
.fourth-description-content {
  width: 50%;
  align-items: center;
  justify-content: center;
}
.fourth-description-content span {

  font-size: 16px;
      font-weight: 300;
    letter-spacing: 1px;
    line-height: 20px;

}
.fourth-section{
    margin-bottom: 20px;
}
.fourth-content-items{
    display: flex;
    align-items: center;
}
/* -------------------------------------------------Fifth Section -------------------------------------------------*/
.fifth-content-items {
  width: 100%;
  background: white;
}

form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.feedback-input {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
  line-height: 22px;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width: 49%;
  box-sizing: border-box;
  outline: 0;
}

.feedback-input:focus {
  background: white;
}

textarea {
  height: 140px;
  width: 100% !important;
  line-height: 150%;
  resize: vertical;
}

[type="submit"] {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  width: 100%;
  background: #af9065;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s;
  margin-top: -4px;
  font-weight: 700;
}
[type="submit"]:hover {
  background: silver;
}

form h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #252b42;
  margin: 10px;
}
form h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 57px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #252b42;
  margin: 10px;
}
.fifth-title-sections {
  justify-content: center;
  display: flex;
  align-items: center;
}

.contacts-input-section {
  width: 100%;
  padding: 50px;
}
.appointment-submit {
  padding: 15px 0;
  width: 250px;
  height: 52px;
  background: #0a66c2;
  border-radius: 5px;
  font-size: 14px;
  margin: 0 auto;
}
/*.fab {*/
/*    font-family: 'Font Awesome 5 Brands';*/
/*    font-weight: 400;*/
/*    color: #fff;*/
/*    font-size: 24px;*/
/*}*/
 .fab1 {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    color: #0a66c2;
    font-size: 24px;
}
a{
    color: #0a66c2;
}

/* -------------------------------------------------Footer Section -------------------------------------------------*/

.footer {
    background: #485561;
    min-height: 210px;
    padding: 30px 0;
    /* position: relative; */

}
.footer1 {
    left: 0;
    bottom: 0;
    width: 100%;
    color: #aab3b4;
    text-align: center;
    padding: 15px;
}

.fotter-content {
  width: 24%;
    color:white;
}

.fotter-content h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}

.fotter-content p {
  font-size: 14px;
  line-height: 33px;
  letter-spacing: 0.2px;
  color: #737373;
  margin: 0;
}

.fotter-content a {
  font-size: 14px;
  line-height: 33px;
  letter-spacing: 0.2px;
    color: #b4b4b4;
  text-decoration: none;
}
.fotter-content a:hover{
    color: #23a6f0;
}
.social-icons {
  margin-right: 15px;
    transition: 0.4s ease;
}
/*.social-icons>i:hover {*/
/*    transform: rotateY(3.142rad);*/
/*}*/
.footer-contain {
  background: #485561;

}
video{
    object-fit: fill;
}
.strong{
    width: 100%;
    text-align: center;
    color: grey;

}
.strong>strong>a{
    text-decoration: none;
    color: #0c63e4;
}
.language-buttons button {
    background: transparent;
    border: unset;
    cursor: pointer;
}

/*.dropbtn {*/
/*    background-color: white;*/
/*    color: white;*/
/*    !*padding: 16px;*!*/
/*    font-size: 16px;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*}*/

/*.dropdown {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

/*.dropdown-content {*/
/*    display: none;*/
/*    position: absolute;*/
/*    background-color: #f9f9f9;*/
/*    min-width: 100px;*/
/*    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
/*    z-index: 1;*/
/*}*/

/*.dropdown-content a {*/
/*    color: black;*/
/*    padding: 12px 16px;*/
/*    text-decoration: none;*/
/*    display: block;*/
/*}*/

/*.dropdown-content a:hover {*/
/*    background-color: #f1f1f1;*/
/*}*/

/*.dropdown:hover .dropdown-content {*/
/*    display: block;*/
/*    right: 0;*/
/*}*/

/*.dropdown:hover .dropbtn {*/
/*    width: 100%;*/
/*}*/
.footer_h5{
    width: 55%;
}
/* -------------------------------------------------Media -------------------------------------------------*/
@media only screen and (max-width: 992px) {
    .top-nav{
        width: 100%;
    }
    .content-section div {
        width: 100%;
        height: 453px;
        border-radius: 13px;
    }
        .header-container {
            /*max-width: 815px !important;*/
            padding-left: 20px !important;
            padding-right: 20px !important;
        }

  .container {
    width: 100%;
    padding: 0 15px;
  }
    .main-container{
        width: 100%;
    }
  /*.second-section-items {*/
  /*  flex-wrap: wrap;*/
  /*}*/
  .thired-section-items {
    flex-direction: column;
  }
  .thired-section-items {
    align-items: center;
  }

  .footer {
    flex-direction: column;
  }
  .fotter-content {
    width: 100%;
  }
  .footer1{
      width: 100%;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px){
    .thired-content-items {
        width: auto;
    }
}
@media only screen and (max-width: 768px) {
    .carousel-indicators {
        bottom: -70px;

        width: 100%;
        margin-left: 0%;
        left: 0;
    }
    .second-section-items {
            flex-wrap: wrap;
    }
      .thired-content-items {
          width: 100%;
          /*flex-direction: column;*/
    }
    .item-buttons{
        display: none;
    }
    .container_header{
       
        margin-top: 50px;
    }
    .container,.container-sm{
        max-width: 100%;
    }
    .first-section {
        width: 100%;
        align-items: center;
        justify-content: center;
        background-size: cover;
    }

   .title-section h1{
       padding: 0 15px;
       font-size: 35px;
   }
    .top-nav{
        justify-content: space-between;
        width: 100%;
    }

    .header-logo {
        text-decoration: none;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.1px;
        color:#252B42;
        margin-right: 90px;
    }
    .menu-button,
    .menu-button::before,
    .menu-button::after {
        display: block;
        background-color: #939393;
        position: absolute;
        height: 4px;
        width: 30px;
        border-radius: 2px;
    }

    .main-container{
        width: 100%;
    }
  .second-section-items {
    justify-content: space-around;
  }

  .thired-section h5 {
    width: unset;
  }
  .fourth-content-items {
    flex-direction: column;
  }
  /*.videolink-content {*/
  /*  min-height: unset;*/
  /*  margin-bottom: 20px;*/
  /*  width: 100%;*/
  /*}*/
  /*.videolink {*/
  /*  min-height: 330px;*/
  /*}*/

  .fourth-description-content {
    width: 100%;
  }
    .footer1{
        width: 100%;
    }
    .bruce-li{
        padding-bottom: 40px !important;
        /*padding-top: 50px !important;*/
    }
}
@media only screen and (max-width: 576px) {
  .container,
  header-container{
   width: 100%;
    padding: 0 15px;
  }
    .footer1{
        width: 100%;
    }
    .main-container{
        width: 100%;
    }
    .thired-content-items {
        width: 100%;
        flex-direction: column;
    }
}

@media only screen and (max-width: 400px) {
  .thired-content-items {
    flex-direction: column;
  }
  .contact-inputs-row {
    flex-direction: column;
  }
  .contact-inputs-row input {
    width: 100%;
  }
    .footer1{
        width: 100%;
    }
    .main-container{
        width: 100%;
    }
}


/*hamburger menu*/
.hamburger__menu{
    display:flex;
    flex-direction:column;
    width:45px;
    cursor:pointer;
    align-items: flex-end;
    z-index: 100000;
}
.hamburger__menu span{
    background: #737373;
    height:4px;
    margin: 4px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
    display: none;
}
.hamburger__menu span:nth-of-type(1){
    width:100%;
    background-color: white;
}
.hamburger__menu span:nth-of-type(2){
    width:75%;
    background-color: white;
}
.hamburger__menu span:nth-of-type(3){
    width:50%;
    background-color: white;
}

#menu-toggle{
    display:none;
}
#menu-toggle:checked ~ label span:nth-of-type(1){
    transform-origin: bottom;
    transform: rotatez(42deg) translate(8px,8px);
    width: 50%;
}
#menu-toggle:checked ~ label span:nth-of-type(2){
    transform-origin: top;
    transform: rotatez(-45deg);
    width: 50%;
}
#menu-toggle:checked ~ label span:nth-of-type(3){
    width:0%;
}

@media only screen and (max-width: 768px){
    .hamburger__menu span{
        background: #737373;
        height:4px;
        margin: 4px 0;
        transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
        display: block;
    }
}

.carousel-item-prev,
.carousel-item-next{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    /*height: auto;*/
}
.item-width{
    width: 48%;
}
.item-width1{
    margin-top: 30px;
    height: 500px;
}
.margin-item{
    margin-top: 520px;
}

.header-ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.header-container{
    max-width: 1140px;
padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 3em;

}
.grid {
   /*position: relative;*/
    overflow: hidden;
    margin-top: 15px;

}



.box {
    position: relative;
    width: 32.2%;
    float: left;
    height: 250px;
    color: white;
    /*padding: 0 0 12px 0;*/
    overflow: hidden;
    margin: 6px;
    padding: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.box__overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(31, 31, 31, .7);
    z-index: 100000;
}
.box>.box__content{
    padding: 20px;
    position: absolute;
    z-index: 100000;
    margin: 0;
}
.box__content h2{
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.box__content p{
    color: #e6e6e6;
    font-size: 16px;
    line-height: 20px;
}
.h2>div>span{
    font-weight: 800;
    font-size: 33px;
    line-height: 35px;
    letter-spacing: 0.2px;
    color: #ffffff;
}
.h2>div>p{
     font-weight: 800;
    font-size: 15px;
    text-align: start;
    /* line-height: 60px; */
    /* letter-spacing: 0.2px; */
    color: #ffffff;
    /*margin-top: 100px*/
}

.box img  {
    transition:  0.8s ease-in-out 0s ;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.box:hover img {
    transform: scale(1.2);
}
/*

*/

@media (min-width:992px) and (max-width:1400px){
    .box{
        width: 32%;
    }
}


    @media (min-width:768px) and (max-width:992px){
        .grid {
            margin-left: 0;
            max-width: 900px !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

            .box {
                width: 48%;
                float: left;
                /* padding: 0 0 20px 20px; */
            }
}
@media (max-width: 768px){

    .box{
        width: 48%;

        margin: 5px;
        margin-bottom: 10px;
    }
    .grid {
        margin-top: 30px;
        max-width: 815px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;

    }
    /*.menu > .dropdown2  {*/
    /*    position: relative;*/
    /*    display: flex;*/
    /*    height: 100% !important;*/

    /*    flex-direction: column;*/
    /*}*/
    /*.menu > .dropdown3  {*/
    /*    position: relative;*/
    /*    display: flex;*/
    /*    height: 100% !important;*/

    /*    flex-direction: column;*/
    /*}*/

    /*.dropdown-menu2 {*/
    /*    display: none;*/
    /*    top: 100%;*/
    /*    min-width: 130px;*/
    /*    z-index: 100;*/
    /*    list-style: none;*/
    /*}*/
    /*.dropdown-menu3{*/
    /*    display: none;*/
    /*    top: 100%;*/
    /*    min-width: 130px;*/
    /*    z-index: 100;*/
    /*    list-style: none;*/
    /*}*/
    /*.dropdown-menu .dropdown-menu2 {*/
    /*    left: 100%;*/
    /*    top: 0;*/
    /*}*/
    /*.dropdown-menu .dropdown-menu3 {*/
    /*    left: 100%;*/
    /*    top: 0;*/
    /*}*/

    /*.dropdown2 .dropdown-toggle2:focus {*/
    /*    color: red;*/
    /*}*/

    /* .dropdown .dropdown-toggle:focus + .dropdown-menu,
    .dropdown-menu:hover {
      display: block;
    } */
    /*input[type="checkbox"] {*/
    /*    display: none*/
    /*}*/

    /*input[type="checkbox"]:checked~.dropdown-menu2 {*/
    /*    display: block;*/
    /*}*/
    /*input[type="checkbox"]:checked~.dropdown-menu3 {*/
    /*    display: block;*/
    /*}*/

    /*input[type="checkbox"]:checked~.dropdown-menu2 {*/
    /*    display: block;*/
    /*}*/

    /*#menu-toggle:checked ~ .menu .dropdown{
    display: none;
}*/

}
@media (max-width: 592px){
.box{
        width: 100%;
    margin: 0;
    margin-bottom: 10px;
}
}
/*@media (max-width: 512px) {*/
/*    .box {*/
/*        width: 33.333333333%;*/
/*        float: left;*/
/*    }*/
/*}*/
/*@media (max-width: 768px) {
    .dropdown {
        display: none;
    }
    .dropbtn {
        display: none;
    }
    .dropdown-content{
        display: none;
    }
    .dropdown-content a{
        display: none;
    }
    .dropdown1 {
        display: none;
    }
    .dropbtn1 {
        display: none;
    }
    .dropdown-content1{
        display: none;
    }
    .dropdown-content1 a{
        display: none;
    }
    .dropdown2{
        display: block;
    }
    .dropdown3{
        display: block;
    }

}*/
@media (min-width: 768px) {


.dropbtn {
    background-color: transparent;
    color: white;
    /*padding: 16px;*/
    /*font-size: 16px;*/
    border: none;
}

/*.dropdown {*/
/*    display: block;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

/*.dropdown-content {*/
/*    display: none;*/
/*    position: absolute;*/
/*    background-color: #f1f1f19e;*/
/*    min-width: 160px;*/
/*    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);*/
/*    z-index: 1;*/
/*    margin-left: 16px;*/
/*}*/

/*.dropdown-content a {*/
/*    color: black;*/
/*    padding: 12px 16px;*/
/*    text-decoration: none;*/
/*    display: block;*/
/*    margin-left: 0;*/
/*}*/
/*.dropdown-content1 {*/
/*    display: none;*/
/*    position: absolute;*/
/*    background-color: #f1f1f19e;*/
/*    min-width: 80px;*/
/*    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);*/
/*    z-index: 1;*/
/*    margin-left: 0px;*/
/*}*/

/*.dropdown-content1 a {*/
/*    color: black;*/
/*    padding: 12px 16px;*/
/*    text-decoration: none;*/
/*    display: block;*/
/*    margin-left: 0;*/
/*}*/


/*.dropdown-content a:hover {background-color: #ddd;}*/

/*.dropdown:hover .dropdown-content {display: block;}*/

/*.dropdown:hover .dropbtn {color: #23a6f0;}*/

/*.dropdown-content1 a:hover {background-color: #ddd;}*/

/*.dropdown:hover .dropdown-content1 {display: block;}*/

/*.dropdown:hover .dropbtn1 {color: #23a6f0;}*/

}
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fab {
    transition: all 0.35s;
    transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
    top: 140%;
    left: -110%;
}
.social-btns .btn .fab {
    transform: scale(0.8);
}
.social-btns .btn.facebook:before {
    background-color: #3b5998;
}
.social-btns .btn.facebook .fab {
    color: #3b5998;
}
.social-btns .btn.instagram:before {
    background-color: #f26798;
}
.social-btns .btn.instagram .fab {
    color: #f26798;
}
.social-btns .btn.linkedin:before {
    background-color: #00aff0;
}
.social-btns .btn.linkedin .fab {
    color: #00aff0;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
    top: -10%;
    left: -10%;
}
.social-btns .btn:focus .fab,
.social-btns .btn:hover .fab {
    color: #fff;
    transform: scale(1);
}
.social-btns {
    text-align: left;
}
.social-btns .btn {
    display: inline-block;
    background-color: #fff;
    width: 32px;
    height: 32px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
    opacity: 0.99;
    line-height: 30px;
    padding: 0;
    border: 0;
}
.social-btns .btn:first-child{
    margin-left: 0;
}
.social-btns .btn:before {
    content: '';
    width: 185%;
    height: 150%;
    position: absolute;
    transform: rotate(42deg);
}
.social-btns .btn .fab {
    font-size:24px;
    vertical-align: middle;
    margin-left: 0;
    margin-top: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.nav-link{
    padding: 0 !important;
}


.dropdown-menu>li>a{
    margin-left: 0;
    text-align: left;
    padding: 10px 20px;
}
.dropdown-menu>li>a:hover{
  color: #0c84ff;
}
.dropdown-menu{
    margin: 0px 15px 0px;
    min-width: 60px;
    padding: 0px 0px;
    background-color: #ffffffe6;
}
@media (min-width: 768px){
    .dropdown:hover>.dropdown-menu{
        display: block;
    }
    .nav-link:focus {
        color: white !important;
    }
    .nav-link:hover{
        color: #0c84ff;
    }
}

@media (max-width: 768px) {
    .dropdown-menu{
        transform: translate3d(0.1px, 39px, 0px);
        width: 100%;
        border: none;
        box-shadow: none;
    }
    .nav-link:focus {
        color: #444;
    }
    .dropdown-menu>li>a{
        margin-left: 0;
        text-align: center;
        padding: 0;
    }
    .responsive__lang{
        margin-top: 38px;
        width: 100%
    }
}

.easy__block{

    height: 40px;
    background: #FAFAFA;
    position: fixed;
    width: 100%;
    z-index: 1000000000;

}
.first_header{
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding:0 !important;
}

@media (max-width: 768px){
    .first_header{
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .text_easy_block{
        width: 100% !important;
        float: left;
        padding: 5px 3px;
        font-size: 16px;

        text-align: center !important;
    }
    .phone {
        width: 100% !important;
        text-align: end;
         padding: 0px 0px 0px 0px !important;
        font-size: 16px !important;
        display: flex;
        /* color: red; */
        /*flex-direction: row-reverse;*/
        justify-content: center !important;
        font-weight: bolder;

    }

}
.text_easy_block{
    width: 50%;
    float: left;
    padding: 8px 0px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #647484;
}
.phone{
    width: 50%;
    text-align: end;
    padding: 5px 0px 0px 75px;
    font-size: 18px;
    /*display: flex;*/
    color: #23a6f0;
    /*justify-content: space-between;*/
    font-weight: bold;
}
.phone a {
    font-weight: 400;
    letter-spacing: 1px;
    color: #647484;
}
/*.phone>i{*/
/*    color:red;*/
/*}*/
.header-logo-links{
    text-align: left;
    margin-top: 15px;
}
@media (max-width:768px) {
    .header-logo-links{
        margin-bottom: 25px;
        width: 22% !important;
    }
    .easy__block{
        height: auto;
        width: 100%;
    }

    .text_easy_block {
        width: 50%;
        float: left;
        padding: 2px 0px;
        font-size: 16px;
      
        text-align: end;
        font-weight: bold;
    }
  /*.container_header {*/
  /*    background-color: rgb(100 116 132);*/
  /*    margin-bottom: 0;*/
  /*    padding: 0;*/
  /*    padding-right: 15px;*/
  /*    width: 100%;*/
  /*    position: fixed;*/
  /*    z-index: 1000000;*/
  /*    margin-top: 110px;*/
  /*}*/
}
@media (max-width: 522px) {
    .header-logo-links{
        margin-bottom: 30px;
        width: 40% !important;
    }
    .carousel-indicators [data-bs-target] {
    padding: 0 10px;
    font-size: 12px;
}
}
@media (max-width:992px) and (min-width: 768px) {
    .header-logo-links{
        /*margin-bottom: 25px;*/
        width: 33% !important;
    }
    .easy__block{
        height: auto;
        width: 100%;
    }

    .text_easy_block {
        width: 50%;
        float: left;
        padding: 2px 0px;
        font-size: 15px;
        
        text-align: end;
   
    }
  .phone{
      font-size: 15px;
  }
}

@media (max-width: 388px){
    .phone{
        font-size: 11px !important;
        /*flex-direction: column-reverse !important;*/
    }
    .text_easy_block{
        font-size: 12px;
    }
    .container_header{

            margin-top: 40px;

    }
}

.phone_footer {
    /* width: 50%; */
    /* text-align: end; */
    padding: 12px 0px 0px;
    /* font-size: 18px; */
    /* display: flex; */
    color: red;
    /* justify-content: space-between; */
    /* font-weight: bolder; */
}
.phone_footer>p{
    color: #a3a5a7;
}
.phone_footer> p>a>.fab{
    color: #a3a5a7;
    margin: 5px;
    font-size: 17px;
}
.phone>a>.fab{
    /*color: #a3a5a7;*/
    margin: 5px;
}
