.main-toggle {
display: none;
height: auto;
margin-top: -200px;
padding: 24px 15px 30px;
transition: all 0.3s;
background-color: #3869BF;
position: relative;
z-index: 1;}
.main-toggle-open {
margin-top: 0;}
.main-toggle a{
display: block;
font-weight: 600;
color: white;
margin: 8px 0;
text-decoration: none;
text-transform: uppercase;}
.menu-icon {
display: none;
height: auto;
cursor: pointer;
position: relative;}
.menu-icon span {
display: block;
width: 32px;
height: 2px;
margin: 10px 0;
background-color: #3869BF;
position: relative;}
.menu-icon span:after, .menu-icon span:before {
content: '';
width: 32px;
height: 2px;
transition: all 0.2s;
background-color: #3869BF;
position: absolute;}
.menu-icon span:before {
transform: translateY(-10px);}
.menu-icon span:after {
transform: translateY(10px);}
.header__right .menu{
font-size: 12px;
text-transform: uppercase;
color: inherit;
text-decoration: none;
font-weight: 600;
margin-left: 20px;
opacity: 0.7;}
.header-fixed {
width: 100%;
height: 80px;
top: 0;
transition: 0.3s;
opacity: 0;
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.10);
background-color: white;
position: fixed;
z-index: 999;}
.head-op{
opacity: 1;
z-index: 999;}
.header-fixed .header{
height: 80px;}
.header-fixed .header .header__left a img {
width: 170px;}
.bar-header {
  height: 44px;
  background-color: #3869BF; }
  .bar-header .bar-header__left {
    display: -webkit-box;
    display: flex;
    width: 305px;
    height: 44px;
    font-weight: 500;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    background-color: #2457B3; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff; }
  .header .header__left a img {
    width: 200px; }

.slidershow {
  height: 460px;
  overflow: hidden;
  border-bottom: 12px solid #3869BF;
  background-color: transparent; }
.cryout-serious-slider .seriousslider-indicators{
    display: none !important;}
.seriousslider-caption-text h1{
font-size: 24px;
margin: 0;}
.seriousslider-caption-text p{
font-size: 15px;
font-weight: 400;}
.seriousslider-caption-buttons a{
font-size: 12px;
font-weight: bold;
cursor: pointer;
padding: 10px 38px;
text-decoration: none;
text-transform: uppercase;
border-radius: 4px;
color: #fff;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
border: 1px solid #3869BF;
background-color: #3869BF;}
.seriousslider-caption-buttons a:hover{
color: #fff;
border: 1px solid #2457B3;
background-color: #2457B3;}
.services-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px; }
  .services-main .services-main__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 295px;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 20px;
    border-radius: 4px;
    position: relative; }
    .services-main .services-main__item:after {
      content: '';
      width: 100%;
      height: 140px;
      left: 0;
      bottom: 0;
      -webkit-box-shadow: inset 0px -139px 67px -67px rgba(0, 0, 0, 0.75);
      box-shadow: inset 0px -139px 67px -67px rgba(0, 0, 0, 0.75);
      position: absolute; }
    .services-main .services-main__item img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
      object-fit: cover;
      position: absolute; }
    .services-main .services-main__item .services-main__caption {
      width: 100%;
      height: 43px;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      position: relative;
      z-index: 1; }
    .services-main .services-main__item .servives-main__hover {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 295px;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      background-color: rgba(56, 105, 191, 0.94);
      position: absolute;
      z-index: 1; }
    .services-main .services-main__item:hover .servives-main__hover {
      opacity: 1; }

.section-about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px; }
  .section-about .section-about__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.main-tab {
  margin-top: 70px; }
  .main-tab .main-tab__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 0 30px;
    border-radius: 0 4px 4px 0;
    border-left: 10px solid #3062BA;
    background-color: #3869BF; }
    .main-tab .main-tab__item:last-child {
      margin-bottom: 0; }
.div-anchor{
position: absolute;
top: -49px;}
.section {
  padding: 80px 0;
    position:relative;}
  .section .section__title {
    font-size: 20px;
    color: #3869BF;
    margin-bottom: 30px; }
  .section .section__text {
    line-height: 22px; }
  .section .section__text--padding {
    padding: 0 100px;
    text-align: center; }
  .section .section__title--center {
    text-align: center; }
  .section .carrusel-customers {
    height: auto;
    margin: 100px 0 0;}
   .carousel-programs__item{
    width: 293px;
    height: 150px !important;
    overflow: hidden;
    background-color: white;}
    .carousel-programs__item:focus{
        outline: none !important;}
        .carousel-programs__wrapper{
        width: 270px;
        height: 150px;
        margin: 0 auto;
        border: 1px solid #eee;
        background-color: white;
        position: relative;}
        .carousel-programs__wrapper img{
         width: 100%;
        height: 100%;
        left: 0;
        padding: 30px;
        object-fit: contain;
        position: absolute;}
        .carrusel-customers .slick-prev{
        width: 48px;
        height: 102px;
        top: 14%;
        left: 0;
        color: transparent;
        cursor: pointer;
        border: none;
        background-color: transparent;
        position: absolute;}
        .carrusel-customers .slick-prev:before {
        content: '';
        width: 40px;
        height: 40px;
        left: -35px;
        top: 35%;
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: 15px;
        background-image: url(../images/arrow-prev.svg);
        position: absolute;}
        .carrusel-customers .slick-next{
        width: 48px;
        height: 102px;
        top: 14%;
        right: 0;
        color: transparent;
        cursor: pointer;
        border: none;
        background-color: transparent;
        position: absolute;}
        .carrusel-customers .slick-next:before {
        content: '';
        width: 40px;
        height: 40px;
        right: -35px;
        top: 35%;
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: 15px;
        background-image: url(../images/arrow-next.svg);
        position: absolute;}
        .carrusel-customers .slick-prev:focus,
        .carrusel-customers .slick-next:focus{
        outline: none !important;}
    .carousel-programs__wrapper .servives-main__hover{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 148px;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: rgba(56, 105, 191, 0.94);
    position: absolute;
    z-index: 1;
    }
    .carousel-programs__wrapper:hover .servives-main__hover{
        opacity: 1;
    }
footer {
  margin-top: 4rem;
  background-color: #3869BF;
  position:relative;}
  footer .bar-footer {
    color: #fff;
    text-align: center;
    padding: 20px 0;
    background-color: #2457B3;}

.footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 60px;
  padding: 80px 0;}
  .footer .footer__title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px; }
  .footer .footer__ul {
    padding: 0;
    margin: 0;
    line-height: 30px; }
    .footer .footer__ul li {
      color: #fff;
      list-style: none; }
      .footer .footer__ul li img {
        margin-right: 20px; }
  .footer .footer__address {
    margin-bottom: 30px; }
    .footer .footer__address p {
      font-style: normal;
      color: #fff;
      line-height: 24px;
      white-space: pre-line;}
    .footer .footer__address:last-child {
      margin-bottom: 0; }
  .footer .footer__form {
    width: 100%; }
    .footer .footer__form .footer__input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 460px;
      margin-bottom: 15px; }
      .footer .footer__form .footer__input:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0; }
      .footer .footer__form .footer__input input, .footer .footer__form .footer__input textarea {
        display: block;
        width: 100%;
        font-size: 13px;
        color: #fff;
        min-height: 40px;
        padding: 0 12px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.1); }
        .footer .footer__form .footer__input input:focus, .footer .footer__form .footer__input textarea:focus {
          outline: none; }
        .footer .footer__form .footer__input input::-webkit-input-placeholder, .footer .footer__form .footer__input textarea::-webkit-input-placeholder {
          color: white;
          opacity: 0.6; }
        .footer .footer__form .footer__input input:-ms-input-placeholder, .footer .footer__form .footer__input textarea:-ms-input-placeholder {
          color: white;
          opacity: 0.6; }
        .footer .footer__form .footer__input input::-ms-input-placeholder, .footer .footer__form .footer__input textarea::-ms-input-placeholder {
          color: white;
          opacity: 0.6; }
        .footer .footer__form .footer__input input::placeholder, .footer .footer__form .footer__input textarea::placeholder {
          color: white;
          opacity: 0.6; }
      .footer .footer__form .footer__input textarea {
        height: 110px;
        resize: none;
        padding: 12px; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #515151;
  -webkit-font-smoothing: antialiased; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }

.button {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 38px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px; }

.button--primary {
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #3869BF;
  background-color: #3869BF; }
  .button--primary:hover {
    color: #fff;
    border: 1px solid #2457B3;
    background-color: #2457B3; }

.button--secondary {
  color: #3869BF;
  border: 1px solid #fff;
  background-color: #fff; }

.button--item {
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #fff; }
  .button--item:hover {
    color: #3869BF;
    border: 1px solid #fff;
    background-color: #fff; }
    
    
@media screen and (max-width: 990px){
    .main-toggle {
    display: block;}
    .menu-icon {
    display: block;}
    .header__right .menu{
    display: none;}
    .header-fixed{
    display:none;}
    .header-shadow{    
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.10);
    background-color: white;
    position: relative;
    z-index: 999;}
    .carrusel-customers .slick-prev:before,
    .carrusel-customers .slick-next:before{
    display:none;}
    .section .carrusel-customers {
    margin: 50px 0 0;}
    .carousel-programs__wrapper {
    width: 100%;}
    .modal-header{
    font-size: 14px !important;
    padding: 30px 18px 0 !important;}
    .modal-img-right {
    min-height: 200px !important;
    max-height: 200px !important;}
    .modal-double {
    grid-template-columns: 1fr !important;
    grid-gap: 10px !important;}
    .footer .footer__ul li img {
    margin-right: 10px;}
    .modal-body p{
    text-align: left !important;
    font-size: 11px !important;}
    .modal-body {
    padding: 15px 18px 30px !important;}
    .modal-dialog{
    width: 100%;}
    .modal-header {
    font-size: 14px;}
    .footer .footer__title {
    font-size: 14px;}
    .footer .footer__form .footer__input input, .footer .footer__form .footer__input textarea{
    font-size: 11px;}
    .footer .footer__form .footer__input{
    width: 100%;}
    .footer {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 40px 0;}
    .section .section__text {
    text-align: justify;}
    .section .section__title--center {
    text-align: left;}
    .section .section__text--padding {
    padding: 0;
    text-align: justify;}
    .main-tab .main-tab__item{
    padding: 0 20px 0 20px;}
    .main-tab .main-tab__item{
    height: 46px;}
    .services-main .services-main__item .services-main__caption{
    font-size: 13px;}
    .services-main .services-main__item .servives-main__hover{
    height: 160px;}
    .section-about__right{
    display: none;}
    .section-about{
    grid-template-columns: repeat(1, 1fr);}
    .services-main .services-main__item{
    height: 160px;}
    .section {
    padding: 30px 0;}
    .services-main {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;}
    .bar-header{
    display: none;}
    body{
    font-size: 11px;}
    .header{
    height: 85px;}
    .header__right .button{
    display:none;}
    .button{
    font-size: 10px;
    padding: 10px 20px;}
    .slidershow {
    display: none;
    height: auto;}
    .header .header__left a img {
    display: block;
    width: 118px;
    height: 25px;
    visibility: visible;}
    .section .section__title {
    font-size: 18px;}
    .main-tab .main-tab__item{
    font-size: 11px;}
    .main-tab {
    margin-top: 50px;}
}



















