@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
:root{
--main-color:#EF2143;
--second-color:#01005E;
--white-color:white;
--main-size-title:56px;
--second-size-title:22px;
--p-size:16px;
--padding-section :60px 0px;
--box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
--transition: all 0.3s ease;

}
*, *:after, *:before { 
  
  box-sizing: border-box; 
}

.row,.row>*{
  padding-left: 0;
  padding-right: 0;
}

body{
  
  direction: ltr;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 18px;
  margin: 0;
  padding: 0px;
  overflow-x: hidden;
  
}
h1,h2,h3,h4,h5,h6{
    color: #353535;
  }
  .main-bodi a:hover {
    color: #01005E;
  }

  p{
    color: black;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    
    
  }
  @media  (min-width: 768px) {
    .container {min-width: 768px;}
    
  }
  @media (min-width: 1200px) {
    .container{
      min-width: 1200px;
    }
  }


  
  nav {
    display: table;
  }
  
  nav  {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul {
    margin: 0;
    padding: 0;
  }
  
  .header-nav{
    padding:  17px 0;
  }
  
  .submenu li {
    padding: 9px;
  }
  
  .submenu {
    padding: 12px;
    border-radius: 9px;
    background: #fffaf6;
    position: absolute;
    right: -90px;
    top: 100%;
    z-index: 5;
    width: 280px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .4s ease-in-out;
  }
  
  .submenu a {
    text-align: left;
    font-size: 18px;
    color: #01005E;
    transition: .2s ease;
  }
  
  .submenu a:hover{
    text-decoration: underline;
  }
  
  .submenu li:last-child a {
    border-bottom: none;
  }
  
  .topmenu{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 17px;
  }
  
  .topmenu:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .topmenu>li {
    float: left;
    position: relative;
  }

  
  .topmenu>li>a {
    color: #353535;
    text-transform: inherit;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
  .topmenu>li>a:hover {
    color: #EF2143;
    border-bottom: 1px solid;
  }
  
  .topmenu>li:hover .submenu {
  opacity: 1;
  transform: scaleY(1);
  }

  

  .btn-main{
    background: var(--main-color);
    color: #fff;
    display: inline-block;
    padding: 12px 35px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    border-radius: 0 28px 0 28px;
    box-shadow: 12px 0 28px rgb(255 0 18 / 25%);
    overflow: hidden;
    font-weight: 400;
  }
  .btn-main:after{
    transition: var(--transition);
    color: #fff;
    position: absolute;
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .4s;
    background: var(--second-color);
    z-index: -1;
    border-radius: 0 28px 0 28px; 
  }
  .btn-main:hover:after{
    left:0;
    width:100%;
    color: white!important;
  }

  .header {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 17px;
    background: white;
    
  }
  .header_fixed{
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: white;
    padding: 17px;
    margin-left: auto;
    margin-right: auto;

    }
    @media(max-width: 575px) { 
      .header{
        padding: 4px 4px;
      }
    }
    .header23 {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    @media  (max-width: 575px) { 
      .header23{
        padding: 4px;
      }
    }
    @media screen and (max-width:1199px){
      .nav{
        display: none;
      }
    }

    .logotip44 {
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      
      
    }

    .logotip {
      position: relative;
      width: 46px;
      margin-right: 24px;
      margin-left: 24px;
      
    }
    @media (max-width: 575px) { 
      .logotip{
        width: 28px;
      }
    }
    
    .logotip-links23:hover {
      color:  black;
    }
    
    .logotip-links23 {
      display: flex;
      align-items: center;
      color: black;
      font-size: 25px;
      
    }
    @media (max-width: 575px) { 
      .logotip-links23{
        font-size: 18px;
      }
    }
    
    .logotip_box_color {
      color: black;
    }
    
    .logotip_box_color:hover {
      color: black;
    }
    
    .menu-btn {
      width: 28px;
      height: 28px;
      position: relative;
      z-index: 2;
      overflow: hidden;
      
    }
  
    @media (min-width: 1200px) {
      .menu-btn{  display: none; }
      
    }
    @media (min-width:1200px) {
      .knopkavmenu{
        display: none;
      }
    }
    .menu-box-mobile {
      margin-top: 44px;
      display: flex;
      flex-direction: column;
      
    }
    
    
    .menu-box-mobile li {
      width: 100%;
      padding: 12px;
      display: inline-block;
      
    }
    
    .span-btn {
      width: 28px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color:   black;
      transition: all 0.4s;
    }
    
    .span_btn_colored {
      width: 28px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      
      transition: all 0.4s;
      background-color:   white;
    }
    
    .menu-btn span:nth-of-type(2) {
      top: calc(50% - 5px);
    }
    
    .menu-btn span:nth-of-type(3) {
      top: calc(50% + 5px);
    }
    
    
    .menu-btn.active span:nth-of-type(1) {
      display: none;
    }
    
    .menu-btn.active span:nth-of-type(2) {
      top: 50%;
      background-color:   black;
      transform: translate(-50%, 0%) rotate(45deg);
    }
    
    .menu-btn.active span:nth-of-type(3) {
      top: 50%;
      background-color:   black;
      transform: translate(-50%, 0%) rotate(-45deg);
    }
    
    
    .menu {
      z-index: 1;
      position: fixed;
      top: 81px;
      right: 0;
      width: 100%;
      height: 50%;
      padding: 35px;
      background: #fff;
      display:none;
      transition: transform 0.4s;
    }
    
    @media (max-width: 575px) { 
      .menu {
        top: 69px;
      }}
      @media (min-width: 1199px)  { 
        .menu {
          display: none;
        }
      }
      
      
      
      .menu.active {
        display: flex;
      }
      
      .menu li {
        list-style-type: none;
      }

      
      .menu-list232 {
        display: flex;
        list-style-type: none;
        gap: 28px;
        
        padding: 9px;
      }
      @media (max-width :1199.9px) {
        .menu-list232{  display: none; }}
        .menu-item {
          position: relative;
        }
        
    .link-menu {
    font-size: 11px;
    padding-top: 32px;
    padding-bottom: 28px;
    content: "";
    color:black;
    font-weight: 400;
    text-transform: inherit;
    letter-spacing: 1px;
    position: relative;
    z-index: 0;
  }
  
  .link-menu:hover {
    color: black!important;
    
    
    
  }
  .menu-item_link231 {
    
    text-transform: inherit;
    color: rgba(255, 255, 255, 0.9);;
    font-size: 18px;
    line-height: 24px;
  }
  .menu-item_link231:hover{
    color: rgba(255, 255, 255, 0.9);;
  }
  .blacklinktxt{
    color: black;
  }
  .blacklinktxt:hover{
    color: #EF2143;
  }
  .menu_active {
    color: black;
  }
  
  .sub-menu_list {
    background-color: #fff;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
.dropdown:hover .dropdown-content {
  display: block;
  background-color: white;
  color: #b54f4a!important;
}
.dropdown-item {
  padding: 1.25rem 1rem;
  white-space: wrap;
  color: black;}
  .dropbtn {
    padding: 0;
    background: none;
    border: none;
    color: black;
  }
  .dropbtn1 {
    padding: 0;
    
    text-transform: inherit;
    letter-spacing: 1px;
    font-size: 18px;
    background: none;
    border: none;
    color: black;
  }
  @media  (max-width: 575px) {
    .dropdown-item{
      font-size: 11px;
    }
    .dropdown-content{
      left: -80px;
    }
  }
  
  
  .dropbt1:hover{
    color: #b54f4a!important;
  }

.section-hero{
  background-image: url(images/visuals_header_6a2fbfd200e764.98192930.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 87px 9px;
}

.hero-thumb{
  display: flex;
  gap: 35px;
}
@media (max-width: 999px) {
  .hero-thumb{
flex-direction: column;
}
}
.head-pos1{
  padding-top: 120px;
  padding-bottom: 50px;
  flex:1;
  overflow-x:hidden;
}
@media (max-width: 768px) {
  .head-pos1{
    padding-top: 130px;
    
    
    
  }
}
.head-reason{
  font-size: 18px;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.head-reason li {
  align-items: center;
  display: flex; 
  gap: 12px;
}
.head-reason  svg{
  color: var(--main-color);
}
.head-reason p {
  color: black;
  font-size: 18px;
  margin: 0;
}
.hero-img-right{
  position: relative;
  padding-top: 110px;
  padding-bottom: 50px;
  flex:1;
  height: auto;
  z-index: 1;
  overflow:hidden;
  
}
@media  (max-width: 768px) {
  .hero-img-right{
    padding-top: 12px;
  }
}
.fonimg{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media  (max-width: 768px) {
  .fonimg{
    width: 100%;
    height: auto;
  
  }
  .noeffect {
    font-size: 18px;
    text-transform: none;
  }
  .hover-text-one figure {
    height: 350px;
  }
}



.head-title{
  color: black;
  text-align: center;
  padding: 46px 0;
  
  
}
@media  (max-width: 575px) {
  .head-title{
    font-size: 18px;
  }
}

.head-pos1{
  overflow: hidden;
  position: relative;
  z-index: 1;
  gap: 24px;
}
.btn-hero{
  width: 340px;
  text-decoration: none;
  display: flex;
  padding: 17px 33px;
  margin: 0 auto;
  color: white!important;
  
}

@media  (max-width: 575px) {
  .btn-hero{
    width: 280px;
    font-size: 18px;
    }
  }
  .item-img.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: linear-gradient(45deg, rgba(200, 204, 203,0.7), rgba(162, 163, 163,0.7));
  }
  .OurServices{
    background: #01005E;
    padding: 46px 0px;
  }
  @media (max-width: 767px) { 
    .ourservicescolum{
      flex-direction: column;
      align-items: center;
  }
}

.benefic-title{
  color: var(--white-color);
}
.colwidth23{
  width: 23%;
  transition: .9s;
  margin-bottom: 28px;
  box-shadow: 0 12px 24px rgb(0 0 0 / 16%);
  
}

.clearfix:before, .clearfix:after { 
  content: ''; 
	display: table; 
}
.clearfix:after { 
  clear: both; 
}
.hover-text-one {
  overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
.hover-text-one figure {
  position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	background: #527c82;
	text-align: center;
	cursor: pointer;
}
.hover-text-one figure img {
  position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
  object-fit: cover;
  
}
.hover-text-one figure figcaption {
  padding: 2em;
	color: #fff;
	text-transform: inherit;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hover-text-one figure figcaption::before,
.hover-text-one figure figcaption::after {
  pointer-events: none;
}
.hover-text-one figure figcaption{
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hover-text-one figure h3 {
  word-spacing: -0.15em;
	font-weight: 400;
}
.hover-text-one figure h3 span {
  font-weight: 800;
}
.hover-text-one figure h3,
.hover-text-one figure p {
  margin: 0;
}
.hover-text-one figure p {
  line-height: 1.2;
	font-size: 68.5%;
}

@media (min-width: 1199.9px) {
  
  .noeffect{
    display: none;
  }
}
figure.effect-text-three {
  height: 100%;
	background: #527c82;
}
figure.effect-text-three p{
  color: white;
}
@media (max-width: 1200px) {
  .OurServices .row{
    justify-content: center !important;
  }

  .colwidth23{
    width: 48% !important;
  }
  
  .figure.effect-text-three p{
    display: none;
  }
  
}
figure.effect-text-three img {
  flex: 1;
	height: 350px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-text-three:hover img {
  opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-text-three figcaption {
  text-align: left;
}
figure.effect-text-three h3 {
  position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}
figure.effect-text-three h3::after {
  position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
figure.effect-text-three:hover h3::after {
  -webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-text-three p {
  padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
figure.effect-text-three:hover p {
  opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
@media (max-width: 1199.9px) {
  
  .displnone {
    display: none;
  }
  
}

@media (max-width: 767px) {
  .colwidth23{
    width: 95%!important;}
  }
  @media (min-width: 768px) and (max-width: 1199px) { 
    .colwidth23{
    width: 47%;
  }
}

.section-servic{
  background: url(web_scripts/img/back.png); 
  padding: 150px 0px;;
}
.col-thumb{
  width: 420px;
  box-shadow: var(--box-shadow);
  overflow:hidden;
 }
 @media (max-width: 768px){
    .col-thumb{
      width: 100%;
    }
  }
  .titleservices{
    
    overflow:hidden;
  }
  .row_box{
    display: flex;
    
    justify-content: center;
    margin: 24px 0px;
    gap: 28px;
  }
  @media (max-width: 768px)  {
    .row_box{
      flex-direction: column;
      display: flex;
      
    } }
    @media (min-width: 768px)  { 
      .row_box{
        display: flex;
        
      } }
      
      .colultable{
        margin-bottom: 0;
        padding: 24px;
        display: flex;
        align-items: center;
        gap: 24px;
        box-shadow: none;
        background: #FFF8FD;
      }
      .colultable ul {
        padding-left: 0!important;
      }
      
      @media (min-width: 768px) and (max-width: 991px) {  }
      .colultable p {
        color:var(--second-color);
      }
      
      .svgstyle{
        align-items: center;
        justify-content: center;
        display: flex;
        height: 87px;
        width: 87px;
        line-height: 87px;
        background: var(--main-color);
        color: var(--white-color);
        font-size: 44px;
        position: relative;
        border-radius: 100%;
        transition: all 0.2s ease;
      }
.colultable svg {
 width: 44px;
 height: 44px;
 
 color: var(--white-color);
}
.colultable:hover div{
  background-color: var(--second-color);
  box-shadow: 12px 0 33px rgb(0 0 0 /7%);
  
}
.service-thumb{
  position: relative;
}

.partner{
  background-color:  #d3d3d3;
  padding: 46px 0px;
}
.partnerrow{
  display: flex;
  list-style-type: none; 
  justify-content: center;
}
@media (max-width: 767px) {
  .partnerrow{
    flex-direction: column; 
    margin-bottom: 24px;
  }
}
.parntertitle{
  text-transform: inherit;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 43px;
}
.partnercolumn {
  overflow: hidden;
  flex-basis: calc(100% / 4 - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .partnercolumn{
    
    margin-bottom: 24px;
  }
  .parntertitle{
    
    font-size:  24px;
  }
}
.partnercolumn img{
  width: 100%;
  height: auto;

}

.ourworker{
  background-color: #f8f9fa;
  padding: 82px 0px;
}

@media (max-width: 767px) {
  .ourworker{
    
    padding: 82px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) { 
  .ourworkdiv{justify-content: center;}
}
.ourworkdiv {
  height: 300px;
}
.ourworkertitle12{ 
  margin-top: 28px;
  
  text-transform: inherit;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;}
  @media (max-width: 767px) {
    .ourworkertitle12{
      
      margin-top: 28px;
    }
  }
  .worketthumb11{
    
    overflow: hidden;
    flex: 1;
    padding: 14px;
  }
  .worketthumb11:hover .workerbox h4{
    color: var(--main-color);
  }
  
  .workerbox{
    flex: 1;
    box-shadow: var(--box-shadow);
    padding: 33px 28px ;
    border: 1px solid #e9ecef;
    display: flex;
    flex-direction: column;
    align-items: center;
    
  }
  @media (max-width: 767px) {
  .worketthumb11{
    width: 100%!important;}
  }
  @media (min-width: 768px) and (max-width: 1199px) { 
    .worketthumb11{
      width: 50%;
    }
  }
  
  .wodrkerimg1{
    margin-bottom: 24px;
    height: 100px;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 23% 77% 83% 17% / 72% 82% 18% 28% ;
  }
  .wodrkerimg2{
    margin-bottom: 24px;
    height: 100px;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 48% 52% 83% 17% / 72% 82% 18% 28% ;
  }
  .wodrkerimg3{
    margin-bottom: 24px;
    
    width: 100%;
    height: auto;
    border-radius: 73% 27% 83% 17% / 72% 55% 45% 28%;
  }
  .wodrkerimg4{
    margin-bottom: 24px;
    
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 48% 52% 40% 60% / 72% 82% 18% 28% ;
  }
  .worker {
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
  }

  .title-work {
    width: 100%;
    padding-bottom: 46px;
    text-align: center;
  }

  .title-work h2 {
    var(--main-color);
    font-weight: 400;
  }

  .block6 {
    flex: 1;
    margin: 0 14px;
  }

  .img-work img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }

  .name-work {
    padding: 24px 12px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    var(--main-color);
    background-color: var(--block-bg-4);
  }

  .name-work h4 {
    padding-bottom: 14px;
    font-weight: 400;
  }

  .name-work p {
    margin-bottom: 0rem;
  }
  
  .workerbox p{
    font-size: 25px;
    margin-bottom: 24px;
    position: relative;
  }
  .workerbox p::after{
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    transition: .4s;
    height: 1px;
    width: 50px;
    
    background: var(--main-color);
  }
  .cardop {
    flex: 1;
    background-color: #ccc;
    padding: 12px;
  }
  .cardop div p ul li {
    color: #353535;
  }
 .cardop img {
    height: 150px;
    width: 100%;
    object-fit: cover;
  }
  .face {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .worketthumb11:hover .workerbox p::after{
    width: 100%;
  }
  .workerbox h4{
    text-align: center;
    font-size: 18px;
    
  }

  .testimonial-section{
    padding: var(--padding-section);
    background: #01005E;
    animation: background-color 20s;
  }
  .text-center{
    color: var(--white-color);
  }
  
  .container .col-lg-4 {
    display: flex;
    justify-content: center;
  }
  
  .card {
    cursor: pointer;
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
    
    overflow: hidden;
  }
  
  .card .face {
    position: absolute;
    color: var(--white-color);
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    transform-style: preserve-3d;
    transition: 0.4s;
    backface-visibility: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;

  }
  
  .card .face.front-face,
  .card .face.back-face {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .card .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .card .face.front-face .name {
    letter-spacing: 1px;
    color: var(--white-color);
  }
  
  .card .face.front-face .designation {
    font-size: 0.8rem;
    color: var(--white-color);
    letter-spacing: 0.8px;
  }
  
  .card:hover .face.front-face {
    transform: rotateY(180deg);
  }
  
  .card .face.back-face {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    transform: rotateY(180deg);
    padding: 24px 28px;
    text-align: center;
    user-select: none;
  }
  
  .card .face.back-face .fa-quote-left {
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 1.2rem;
  }
  
  .card .face.back-face .fa-quote-right {
    position: absolute;
    bottom: 35px;
    right: 24px;
    font-size: 1.2rem;
  }
  
  .card:hover .face.back-face {
    transform: rotateY(360deg);
  }
  
  @media(max-width: 991.5px) {
    .col-lg-4 {
      margin-top: 40px;
      margin-bottom: 20px;
    }
  }

  .blog1231{
    padding: 60px 0px;
    position: relative;
  }
  .postblogwidth1{
    position: absolute;
    top: 0;
    left: 0;
  }
  .postblogwidth{
    position: absolute;
    bottom: 46px;
    right: 0;
  }
  .blog-imgpos1{
    width: 100%;
    
  }
  .blog-imgpos{
    width: 100%;
    
  }
  @media(max-width: 768px){
    .blog-imgpos1{
      width: 45%;
      
    }
    .blog-imgpos{
      width: 45%;
      
    }
    .img-rotation {
      width: 200px;
      -webkit-animation-name: rotation;
      -webkit-animation-duration: 15s;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-name: rotation;
      -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  
  @-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
      -moz-transform:rotate(0deg);
      -o-transform:rotate(0deg);
      transform:rotate(0deg);}
      100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
      }
      @-moz-keyframes rotation {
        0% {-webkit-transform:rotate(0deg);
          -moz-transform:rotate(0deg);
          -o-transform:rotate(0deg);
          transform:rotate(0deg);}
          100% {-webkit-transform:rotate(360deg);
            -moz-transform:rotate(360deg);
            -o-transform:rotate(360deg);
            transform:rotate(360deg);}
          }
          @-o-keyframes rotation {
            0% {-webkit-transform:rotate(0deg);
              -moz-transform:rotate(0deg);
              -o-transform:rotate(0deg);
              transform:rotate(0deg);}
              100% {-webkit-transform:rotate(360deg);
                -moz-transform:rotate(360deg);
                -o-transform:rotate(360deg);
                transform:rotate(360deg);}
              }
              @keyframes rotation {
                0% {-webkit-transform:rotate(0deg);
                  -moz-transform:rotate(0deg);
                  -o-transform:rotate(0deg);
                  transform:rotate(0deg);}
                  100% {-webkit-transform:rotate(360deg);
                    -moz-transform:rotate(720deg);
                    -o-transform:rotate(360deg);
                    transform:rotate(360deg);}
                  }	
                  
                  
                }
@media(min-width: 768px){
  .blog1231 .row{
    gap: 20px;
  }
        
 .blog1231 .col-md-6{
     width: 47%;
        }
      }
  @media (min-width: 992px){
     
    .blog1231 .col-lg-3{
      width: 23%;
    }
    
  }
  .blogtitle1231{
    margin-bottom: 28px;
    
    text-transform: inherit;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    
  }
  .blog-thumb{
    display: flex;
    flex-direction: column;
  }
  .blog-thumb a:nth-child(1){
    margin-top: 12px;
    font-size: 22px; 
    color:#01005E };
    
    .blog-thumb h4{
      text-align: center;
    }
    .blog-left{
      height: 100%;
      position: relative;
      overflow: hidden;
    }
    @media(max-width: 991px){
      
      .blog-left{
        margin-bottom: 60px;
      }
    }
    .blog-right{
      position: relative;
      height:100%;
    }
    .blog-left img{
      height: 175px;
      width: 100%;
      max-width: 100%;
      object-fit: cover;
      border-radius: 12px;
    }
    .button-blog{
      margin-top: auto;
    }
  
.blog-button {
  width: 150px;
  margin: 0 auto;
  display: inline-block;
  font-size:18px;
  padding: 12px 28px;
  margin-top: auto;
  margin-bottom: 28px;
  background-color: #03506F;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  box-shadow: 0 1px 28px #03506F;
}
@keyframes bounce {
	0%, 20%, 60%, 100% {
    transform: translateY(0);
		transform: translateY(0);
	}
  
	40% {
    transform: translateY(-24px);
		transform: translateY(-24px);
	}
  
	80% {
    transform: translateY(-12px);
		transform: translateY(-12px);
	}
}
.blog-button:hover {
  color: white;
	transform-origin: center bottom;
  animation: bounce 1s;
}
  .blog-button  a{
    color: white;
  }
  
  .blog-right img {
    border-radius: 5;
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  
  .blog-left p{
    font-size: 18px;
    margin: 17px 0px;
    text-align: center;
    
  }
  
  .datablog{
    position: absolute;
    left: 24px;
    top: 0px;
    
    color: white;
  }
  
  .quiz-section{
    padding: 70px 0;
    background-color: #03506F;
  }
  .btn-quiz{
    text-decoration: none;
    display: inline-block;
    padding: 12px 33px;
    margin: 12px 24px;
    border-radius: 28px;
    background-image: linear-gradient(45deg, #EF2143 0%, #b54f4a 50%,  #000000 100%);
    background-position: 100% 0;
    background-size: 200% 200%;
    font-size: 22px;
    font-weight: 400;
    color: white;
    box-shadow: 0 17px 31px 0 rgba(0, 40, 120, .35);
    transition: .4s;
    border: none;
  }
  @media (max-width: 575px) {
    .btn-quiz{
      font-size:13px;
    }
  }

.Main {
  background: url(web_scripts/img/bg-page.png);
  padding: 70px 0 90px;
}

.main-box {
  display: flex;
  align-items: center;
  gap: 33px;
  justify-content: space-between;
  flex-direction: column;
  
}
@media (min-width: 768px) { 
  .main-box {
    flex-direction: column;
  }
}
.partnercolumn  a {
  cursor: auto;
}
.main-images {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 0;
  flex: 1;
}

.main-content {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 17px;
  flex: 1;
  text-align: center;
  order: 1;
}

.main-img {
  width: 100%;
  border-radius: 30px;
  
}

.main-title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 400;
  
}

.main-box ul {
  padding-left: 28px;
  list-style: circle;
  text-align: left;
  padding-inline-start: 43px;
}
.main-content ul,
.main-content ol {
  text-align: left;
}
.main-content li {
  text-align: left;
}

.main-price {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 17px;
  
}


.Price-main{
  font-size: 30px;
}

.customsection{
  padding: 72px 0px;
}
.typebox{
  gap: 28px;
}
.menutypetitle{
  margin-bottom: 28px;
  
  text-transform: inherit;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
}
.typethumb{
  overflow: hidden;
  width: 47%;
  padding: 28px 12px;
  background: #f9f9f9;
  display: flex;
  gap: 39px;
  flex-direction:column;  
  
}
@media (max-width: 767px){.typethumb{
  width: 100%!important;
}}


.typethumb ul {padding: 0px;}
.typethumb ul li{
  padding: 14px 0px;
}
.titlelink{
  position: relative;
  font-size:  20px;
  padding: 14px 0px;
  color:  #03506F;
}
@media (max-width:575px){
  .titlelink{
    font-size: 18px;
  }
}
.linkpoloska{
  position: relative;
}
.linkpoloska::after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  transition: .4s;
  height: 1px;
  width: 50px;
  background: var(--main-color);
}
.linkpoloska:hover.linkpoloska::after{
  color: #1fb6fc;
  width: 100%;
}
.buttonslink {
    background: var(--main-color);
    color: #fff;
    display: inline-block;
    padding: 12px 35px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    border-radius: 0 28px 0 28px;
    box-shadow: 12px 0 28px rgb(255 0 18 / 25%);
    overflow: hidden;
    font-weight: 400;
  }
  .buttonslink:hover {
    color: white;
    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0;
  }
  @keyframes resize {
    0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pulse-container {
  animation: flash 2s infinite;
}
.image-container {
  animation: resize 2s infinite;
}

.boximgtype img:hover{
  transform: scale(0.9);
} 



.boximgtype img{
  width: 100%;
  height: 356px;
  object-fit: cover;
  transition: 1s;
  border-radius:30px ;
}



.Forma{   
  padding: 46px 0px 46px 0px;
  background-image: url(web_scripts/img/back2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
}
.formawidth{
  display: flex;
  gap: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
@media (max-width: 767px){
  .header23  {
    flex-direction: column !important;
  }
  .formawidth{
    flex-direction: column;
  }
}
.width100{flex: 1;
  max-width: 100%;}
  .forma-right{
    flex: 1;
    
  }
  .formtitle{
    color: #06305f;
    margin-bottom: 28px;
    text-transform: inherit;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    
  }
  .formsbox{
    padding: 0px 12px;
    flex-direction: column;
    align-content: center;
  }
  .formsbox label{
    font-size: 18px;
    color: black;
  }
  .main_form {
    padding: 46px 0px 46px 0px;
  }
  .frommtilt{
    margin-bottom: 28px;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #EF2143;
    color: transparent;
  }
  .confcolor{
    color:  var(--main-color);
  }
  [type="checkbox"]{
    margin-right: 10px;
  }
  
  .main_form .input-group--panel-block{
    margin: 12px 0px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.2;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 28px;
    
  }
  .checkbox-box{   
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;}
    .checkbox-box1{display: flex;}
    .main_form .textarea-group--panel-block {
      margin: 12px 0px;
      display: block;
      width: 100%;
      height: 54px;
      padding: 6px 12px;
      font-size: 18px;
      line-height: 1.2;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 28px;
      
    }
    
    .subbutt {
      border: none;
      text-decoration: none;
      display: inline-block;
      padding: 12px 33px;
      margin-top: 24px;
      border-radius: 28px;
      color: white;
      transition: .4s;
    }
    @media  (max-width: 575px) { 
      .subbutt  {
        margin-top: 24px;
        font-size: 18px;
      }
    }
    
    
    
    .main_form .input-group--panel-block::placeholder {
      display: flex;
      justify-content: center;  
      color: #939393;
      opacity: 1;
    }
@media (max-width: 767px) { .bottom_form{
  margin-top: 24px;
} }


.bottom_form h3 {
  font-weight: 400;
  font-size: 21px;
  text-align: left;
  color: #fff;
  padding-bottom: 14px;
}

footer {
  background: #01005E;
  padding: 82px 0 0px;
}
.footerbox12{
  display: flex;
  margin-bottom: 24px;
}
.footerthumbleft{
  flex:1;
  display: flex;
  justify-content: center;
}
.footerthumbright{
  flex:1;
  display: flex;
  justify-content: center;
}
.footernewsller{
  display: flex;
  flex: 1;
  justify-content: center;
}
@media (max-width: 767px) {
  .footerbox12{
 flex-direction: column!important;
}
.footerthumbleft{
  justify-content: flex-start;
}
.footerthumbright{
  justify-content: flex-start;
}
.footernewsller{
  display: flex;
  
}
}

footer .section-title {
  
  padding-bottom: 12px;
}
.grafic{
  color:white;
}
@media (max-width:768px) {
  footer .section-title {
    margin-top: 24px;
    
  }
}
.contactslink{
  color: white;
}
.contactslink:hover{
  color: white;
}
footer h2 {
  font-size: 20px;
}

footer a,
footer p {
  color: #909090;
}

footer strong {
  color: #d9d9d9;
}

footer address p {
  margin-bottom: 0;
}

footer .social-icon {
  margin-top: 28px;
}

.footer-info {
  margin-right: 2em;
}

.footer-info h2 {
  color: #ffffff;
  padding: 0;
}

.adressmarg {
  margin-bottom: 12px;
}
.adressmarg  a:hover{
  color: white;
  
}
.poloska{
  border-top: 1px solid var(--main-color);
}
.copyright-text {
  margin: 24px 0px;
  justify-content: center;
  
  display: flex;
  gap: 12px;
}
.copyright-text a:hover{color: white;}
.cptxt{
  color: white;
}
@media (max-width:768px){
  .copyright-text {
    flex-direction: column;
  }
}
.footer_menu ul {
  margin: 0;
  padding: 0;
}
@media (max-width:768px) {
  .footer_menu {
    margin-top: 24px;
    
  }}
  
  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 4px 12px 4px 0;
  }
  
  .fotterlogo23{
    display: flex;
  }
  .logo-links23footer{
    font-size: 20px;
    gap: 12px;
    display: flex;
    align-items: center;
  }
  .logo-links23footer:hover{
    color: white;
   }
  .logofoter{
    color: white;
    width: 28px;
    
  }
  
  .contasect{
    padding: 72px 0px;
  }
  .Forma-contacts{
    padding: 46px 0px 46px 0px;
  }
  .contak-main {
    display: flex;
  }
  .contak {
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.05),
    0 4px 14px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: space-between;
    gap:  35px;
    padding: 19px;
  }
  .contak-blok {
    display: flex;
    justify-content: space-around;
    gap: 19px;
  }
  .contak-box {
    padding: 28px;
    display: flex;
    gap: 19px;
    align-items: center;
    flex-direction: column;
    
  }
  .title-cont{
    font-size: 25px;
    font-weight: 600;
    
    color: var(--white-color);
  }
  .contak-box a{
    color: var(--white-color);
    display: flex;
    text-align: center;
    font-size: 21px;
  }
  @media (max-width: 575px){
    .contak-box a{
      font-size: 18px;
    }
  }
  .contak-box:hover , .contak-box i{
    color:  #03506F;
    
  }
  .contak-box i {
    color: var(--main-color);
    font-size: 47px;
  }
  .contak-box div {
    font-size: 20px;
    word-break: break-all;
  }
  .cont-thumb{
    margin-top: 24px;
  }
  @media (min-width: 768px){
    .contak-box{
    width: 30%;
  }
}
.contacSize{
  margin-bottom: 35px;
  border-radius: 28px;
  background:#042953;;
  position: relative;
  margin-top: -12px;
  
  box-shadow: 0 0 24px rgb(0 0 0/14%);
}
@media (min-width: 768px)and (max-width:1199px){
  .contacSize{
    justify-content: center!important;
  }
}
.form-control {
  margin: 12px 0px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.2;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 28px;
}
.form-check{
  display: flex;
  align-items: center;
}
.check ,.form-check-label{
  gap: 4px;
  
  color:var(--main-color);
}
.btn-subm{  border: none;
  text-decoration: none;
  display: inline-block;
  padding: 12px 33px;
  margin-top: 24px;
  border-radius: 28px;
  ;}
  .btn-subm:hover{    box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
    background-position: 0 0;}
    .scroll-area{
      position: relative;
      z-index: 999;
    }
    .scroll-area .go-top {
      display: flex;
      align-items: center;
      position: fixed;
      cursor: pointer;
      top: 0;
      right: 28px;
      color: #ffffff;
      background-image: -moz-linear-gradient(0deg, #d1651a 0%, var(--main-color) 100%);
      background-image: -webkit-linear-gradient(0deg, #d1651a 0%,  var(--main-color) 100%);
      background-image: -ms-linear-gradient(0deg, #d1651a 0%,  var(--main-color) 100%);
      z-index: 9999;
      width: 44px;
      text-align: center;
      height: 44px;
      line-height: 41px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.9s ease-out 0s;
      -moz-transition: all 0.9s ease-out 0s;
      -ms-transition: all 0.9s ease-out 0s;
      -o-transition: all 0.9s ease-out 0s;
      transition: all 0.9s ease-out 0s;
      border-radius: 12px; 
    }
.scroll-area .go-top i {
  
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; 
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%; 
}
.scroll-area .go-top::before {
  content: "";
  border: 1px solid var(--main-color);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
  color: #fff; 
}
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible; 
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
  opacity: 1;
        visibility: visible;
        top: 50%; 
      }
      .scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 50px;
    border-radius: 100%;
  }
  .top-wrap {
    position: relative; 
  }
  .top-wrap .go-top-button {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background: var(--main-color);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  }
  .top-wrap .go-top-button i {
    font-size: 35px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
  }
  .top-wrap .go-top-button::after {
    content: "";
    border: 1px solid var(--main-color);
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .top-wrap .go-top-button:hover {
    background-color: var(--main-color);
    color: #fff;
  }
  
  @keyframes zoomBig {
    0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 1px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
.privacy ul {margin: 14px 0px;
  list-style: circle;
}
.privacy ul li{margin: 14px 0px;

}

@media (max-width: 991px){
  .footerbox12{
    flex-direction: column;
  }

  .workerbox{
    height: auto !important;
  }
}
@media (min-width: 992px){
  .footerbox12{
    flex-direction: row;
  }
}

.custom-btn {
  color: #fff;
  border-radius: 4px;
  background: transparent;
  transition: all 0.2s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 1px 1px 1px 0px rgba(255,255,255,.5),
   8px 8px 24px 0px rgba(0,0,0,.1),
   4px 4px 4px 0px rgba(0,0,0,.1);
  outline: none;
}

.button-1 {
  background: rgb(6,14,131);
  background: linear-gradient(0deg, rgba(6,14,131,1) 0%, rgba(12,25,180,1) 100%);
  border: none;
}
.button-1:hover {
  color: #fff;
   background: rgb(0,3,255);
background: linear-gradient(0deg, rgba(0,3,255,1) 0%, rgba(2,126,251,1) 100%);
}

.button-2 {
  background: rgb(96,9,240);
  background: linear-gradient(0deg, rgba(96,9,240,1) 0%, rgba(129,5,240,1) 100%);
  border: none;
}

.button-2:before {
  height: 0%;
  width: 1px;
}

.button-2:hover {
  color: #fff;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .5), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

.button-3 {
  line-height: 41px;
  padding: 0;
  border: none;
  background: rgb(255,27,0);
background: linear-gradient(0deg, rgba(255,27,0,1) 0%, rgba(251,75,2,1) 100%);
}
.button-3:hover {
  color: #f0094a;
  background: transparent;
   box-shadow:none;
}
.button-3:before,
.button-3:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height: 1px;
  width:0;
  background: #f0094a;
  box-shadow:
   -1px -1px 4px 0px #fff,
   8px 8px 24px 0px #0003,
   4px 4px 4px 0px #0002;
  transition:400ms ease all;
}
.button-3:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.button-3:hover:before,
.button-3:hover:after{
  width:100%;
  transition:800ms ease all;
}

.button-4 {
  background-color: #89d8d3;
background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
  border: none;
  z-index: 1;
}
.button-4:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 4px;
   background-color: #4dccc6;
background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  box-shadow:
   -8px -8px 24px 0px #fff9,
   -4px -8px 4px 0px #fff9,
   8px 8px 24px 0px #0002,
   8px 8px 4px 0px #0001;
  transition: all 0.2s ease;
}
.button-4:hover {
  color: #fff;
}
.button-4:hover:after {
  top: 0;
  height: 100%;
}
.button-4:active {
  top: 1px;
}

.button-5 {
  background: rgb(22,9,240);
background: linear-gradient(0deg, rgba(22,9,240,1) 0%, rgba(49,110,244,1) 100%);
  color: #fff;
  border: none;
  transition: all 0.2s ease;
  overflow: hidden;
}
.button-5:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
.button-5:hover {
  color: #fff;
  border: none;
  background: transparent;
}
.button-5:hover:after {
  background: rgb(0,3,255);
background: linear-gradient(0deg, rgba(2,126,251,1) 0%,  rgba(0,3,255,1)100%);
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 1200px){

  .pro-text {
   width: 80% !important;
   margin: auto;
  }
   
  .our-bnft-decpic img {
       width: 680px;
  }


}


@media (max-width: 992px) {
  
   .pro-bg {
       background-size: cover !important;
   }

   .our-bnft-list {
       flex-wrap: wrap !important;
   }

   .our-bnft-item {
       width: 47% !important;
   }

   .our-bnft-title {
       padding: 28px 28px;
       width: fit-content;
       background-color: rgb(0 0 0 / 70%);
       border-radius: 14px;
   }

   .our-bnft-decpic {
       top: -60px;
   }

   .our-bnft-decpic img {
       height: 430px;
   }

   .serv-item {
       width: 45% !important;
       margin: 0 !important;
   }

   .serv-list {
       position: relative;
   }

   .packages {
       justify-content: space-around !important;
       flex-wrap: wrap;
       gap: 28px;
   }

   .tarif-pack {
       width: 45%;
   }

   .footer-head-nav a {
       font-size: 18px;
   }

   .stat-rand-item h4 {
       font-size: 13px;
   }

   .stat-rand-item {
       padding: 14px 12px;
   }

   .stat-rand-list {
       gap: 14px;
       margin-bottom: 120px;
   }

   .ques-form {
       align-items: center;
   }

   .footer-liner-block {
       flex-direction: column !important;
   }

.home-article-price {
   display: flex;
   width: fit-content;
}


.form-md-content {
   width: 80%;
}



}


@media (max-width: 767px) {
  
.hdr-logo-name {
   font-size: 18px;
}

.hdr-block {
   flex-direction: column !important;
}

.hdr-nav-link {
   font-size: 13px;
}

.hdr-main-title {
   font-size: 21px;
   margin-bottom: 24px;
}

.our-bnft-decpic img {
   height: 360px;
   width: 490px;
}

.our-bnft-decpic img {
   font-size: 20px;
}

.our-bnft-item {
   padding: 12px;
}

.home-article-img {
   float: none;
   width: 100%;
   margin-right: 0 ;
   margin-left: 0 ;
}

.packages {
   flex-direction: column;
}

.tarif-pack {
   width: 100%;
}

.ques-form {
   flex-direction: column;
}

.footer-conts-list {
   flex-direction: column;
}

.ques-block {
   width: 100%;
}

.stat-rand-block {
   width: 100%;
}

.footer-conts-item {
   width: 100%;
}

.form-half {
   width: 100%;
}

.footer-head-nav a {
   font-size: 13px;
}




}


@media(max-width: 576px){
  
   .hdr-nav-list {
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
   }

   .our-bnft-decpic {
   top: -30px;
} 

.our-bnft-decpic img {
   height: 270px;
   width: 290px;
} 

.our-bnft-list {
   flex-direction: column;
}

.our-bnft-item {
   width: 100% !important;
}

.serv-img {
   display: none;
}

.serv-title-block {
   width: 100%;
}

.serv-list {
   flex-direction: column;
}

.serv-item {
   width: 100% !important;
}

.footer-head-nav {
   flex-direction: column;
   align-items: center;
}

}


.blockOverflow{
  overflow: hidden;
}

iframe{
  border: 0;
}

.privaPadd{
  padding: 33px 9px;
}