
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    color:#000000;
    font-size: 16px;
    word-wrap: break-word;
    background:#fff;

}


body.lang_en-GB{
 font-family: 'Noto Sans','Arial', sans-serif;
}

body.lang_hy-AM {
    font-family: 'Arial', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size:24px;
    
}
a, a:focus, a:hover{
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none!important;
    color: #000;
}
p{
   
    line-height: 1.4;
}
ul{
    list-style: none;
}
.fixwidth{
    width:1440px;
    margin:0 auto;
}

ol{
    padding: 0px 0px 0px 40px;
}


.main_wrapper{
        width: 100%;
    display: inline-block;
}

.top_wrapper{
        width: 100%;
    display: inline-block;    
}


.top_row{
    width: 100%;
    display: inline-block;
    padding:0px;
    box-sizing: border-box;
    background: #fff;
    z-index: 99;    
    border-radius:5px;
}

.service_items ul li:last-of-type{
        float: right;
    margin: 0;
}

.top_row_data{
    width: 100%;
    display: inline-block;
    padding: 5px 0px ;
}

.top_content{
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}


.main_logo_row{
    width: 18%;
    float: left;
}

.fixed_menu.fxd .menuBox{
    padding-right: 0;
}

.main_logo_row img{
    height: 90px;  
    margin-left: 5px;
}

.main_menu{
    float: right;
    width:63%;
}

.top_contact_row{
    position: fixed;
    top: 35px;
    right: 14%;
    z-index: 999;
}



.top_language{
    float: right;
    position: relative;
    top: -10px; 
}

.mod-languages {
float: right;
}

.lang-block{
    text-align: center;
}

.lang-block li img{
        width: 34px;
}



.mobIcons{
    display:none;
}

.mobIcons a div{
    width: 50px;
    height: 3px;
    background-color: #034C8C;
    margin: 6px 0px 5px 3px;
    cursor: pointer;
    position: relative;
    top: 0px;
    z-index: 9;
}

.menuBox{
    padding: 0;
    float: right;
    display: inline-block;
    position: relative;
    padding-right: 0;
}

.menuBox li a{
    font-size: 16px!important;
    padding:16px 15px 0px 15px;
    display: block;
    font-size: 16px;
    position: relative;
    color: #000;
    text-transform:uppercase;
    border-top: 2px solid #E5D7D7;
}

.mod-menu__sub li a{
   padding:10px 15px; 
}

.menuBox li a:hover,
.menuBox li.active a{
    border-top: 2px solid #006BAF;
    color: #006BAF!important;
}


.menuBox .mod-menu li{
  padding:0;  
}



.top_contact{
    float: left;
    margin-right: 15px;
    width: 35px;
    height: 36px;
    position: relative;
    top: -5px;
}




.top_data{
width:100%;
display:inline-block;
}





#donate_box:hover::before,
#donate_box2:hover::before,
#donate_box3:hover::before,
.donateButton:hover::before{
  animation: spinBack 1.5s linear infinite;
}

@keyframes spinBack {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}

.mg_top{
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 10px 0;
}

.mg_top ul{
        margin: 0;
    display: inline-flex;
}





.fixed_menu {
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}


.fixed_menu{
    position: fixed;
    top:-150px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}



.fxd.fixed_menu{
        top:0px;
/*          -webkit-animation: slide-down-rotated 0.7s ease forwards;
    animation: slide-down-rotated 0.7s ease forwards;*/
}







/*.fxd.fixed_menu{
    -webkit-animation:slide-down-rotated 0.7s ease forwards;
    animation:slide-down-rotated 0.7s ease forwards
}
.fxdDisable.fixed_menu{
    -webkit-animation:slide-down-rotated-right 0.5s ease forwards;
    animation:slide-down-rotated-right 0.5s ease forwards
}*/
@-webkit-keyframes slide-down-rotated{
    0%{
        -webkit-transform:translateX(-20px) translateY(-120%) rotate(-7deg);
        transform:translateX(-20px) translateY(-120%) rotate(-7deg);
        -webkit-transform-origin:left top;
        transform-origin:left top
    }
    to{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform-origin:left top;
        transform-origin:left top
    }
}
@keyframes slide-down-rotated{
    0%{
        -webkit-transform:translateX(-20px) translateY(-120%) rotate(-7deg);
        transform:translateX(-20px) translateY(-120%) rotate(-7deg);
        -webkit-transform-origin:left top;
        transform-origin:left top
    }
    to{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform-origin:left top;
        transform-origin:left top
    }
}
@-webkit-keyframes slide-down-rotated-right{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform-origin:right top;
        transform-origin:right top;
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    50%{
        -webkit-transform:translateY(-20%) rotate(2deg);
        transform:translateY(-20%) rotate(2deg);
        -webkit-transform-origin:right top;
        transform-origin:right top;
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    to{
        -webkit-transform:translateY(-120%) rotate(0deg);
        transform:translateY(-120%) rotate(0deg);
        -webkit-transform-origin:right top;
        transform-origin:right top;
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
}
@keyframes slide-down-rotated-right{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0);
        -webkit-transform-origin:right top;
        transform-origin:right top;
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    50%{
        -webkit-transform:translateY(-20%) rotate(2deg);
        transform:translateY(-20%) rotate(2deg);
        -webkit-transform-origin:right top;
        transform-origin:right top;
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    to{
        -webkit-transform:translateY(-120%) rotate(0deg);
        transform:translateY(-120%) rotate(0deg);
        -webkit-transform-origin:right top;
        transform-origin:right top;
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
}

.main_slider img{
    width:100%;
}

.main_slider{
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
}

.slide_content{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}

/*.main_slider .slideItem:before {
    content: "";
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(bottom top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
*/
.slideItem{
    position:relative;
}




.slide_content h2{
        color: #fff;
    font-size: 60px;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.slide_button a,
.add_feedback a,
.slide_button button,
.vision button{
    background: #006BAF;
    color: #fff;
    padding: 15px 50px 15px 15px;
    border-radius: 5px;
    font-size: 20px;
    position:relative;
    border:2px solid #006BAF;
}


.slide_button a:before,
.add_feedback a:before,
.slide_button before:before,
.vision before:before{
    content: "";
    background: url(../images/button_arrow.png) no-repeat;
    background-size: 19px auto;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 25px;
    height: 20px;
}

.slide_button a:hover,
.add_feedback a:hover,
.slide_button button:hover,
.vision button:hover{
      background: #fff;
    color: #006BAF;  
}


.slide_button a:hover:before,
.add_feedback a:hover:before{
    background: url(../images/arrow_blue.png) no-repeat;
}

.slide_button button,
.vision button{
        padding: 10px 30px;
}


.add_feedback{
        text-align: right;
}


.container{
width:1440px;
max-width:1440px;
margin:auto;
}

.header{
background:#fff;
border-bottom:1px solid #eee;
}

.header-inner{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 0;
}

.menu a{
margin-left:25px;
text-decoration:none;
color:#333;
font-size:14px;
}



.btn{
background:#006baf;
padding:12px 25px;
color:#fff;
text-decoration:none;
border-radius:3px;
cursor:pointer;
}


.features{
    margin-top: -60px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.features-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
background:#fff;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.feature{
padding:35px 25px;
text-align:center;
position:relative;
}

.feature:before{
    content: "";
    width: 1px;
    height: 150px;
    background: #eee;
    position: absolute;
    right: 0;
    top: 20px;
}

.feature .icon{
     margin-bottom: 20px;   
}



.features-grid .feature:last-child:before{
    display:none;
}




.about{
padding: 150px 0px 55px 0px;
background: #F7F7F7 url(../images/content_bg.png) no-repeat center bottom;
    background-size: auto 300px;
   
}

.about-grid{
display:grid;
grid-template-columns:2fr 1fr;
gap:60px;
}

.practice ul{
list-style:none;
}

.practice li{
padding: 9px 8px 8px 35px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-weight: bold;
    font-size: 17px;
}

.practice li:before{
    content: "";
    background: url(../images/post_arrow.svg) no-repeat;
    background-size: 19px auto;
    position: absolute;
    left: 10px;
    top: 12px;
    width: 25px;
    height: 20px;
}



.insights{
background:#fff;
padding:70px 0;
}

.insights-grid{
    display: grid;
    grid-template-columns: 37% 60%;
    gap: 60px;
}

.insight-image img{
    width: 430px;
    float: left;
    position: relative;
    z-index: 9;
    margin-left: 30px;
}



.cta{
background:url(../images/shedule_bg.png) center/cover no-repeat;
padding:80px 0;
text-align:center;
color:#fff;
}

.cta h2{
font-size: 45px;
    margin-bottom: 10px;
    color: #006baf;
    font-weight: bold;
}

.cta-content p{
    font-size: 26px;
    color: #000;
    margin: 20px 0;
}

.cta-content .btn{
        font-size: 21px;
}

.cta-content .slide_button{
        position: relative;
    top: 16px;
}


.testimonials{
padding:80px 0;
}

.testimonial p{
        color: #575757;
    font-size: 19px;
}

.testimonial{
text-align:left;
padding:20px;
}

.stars ul{
    display: inline-flex;
    width: 100%;
}

.testimonial strong{
     color: #006baf;
    font-size: 18px;   
}

.testimonial b{
    width: 100%;
    display:inline-block;
}

.footer{
    color:#ccc;
    padding:20px 0;
    height:400px;
    width:100%;
    background:#2e2e2e url(../images/footer_bg.jpg) center / cover no-repeat;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
}

.footer h4{
    color: #fff;
    margin-bottom: 10px;
    font-size: 27px;
}


.lang-inline li a {
    padding: 5px;
    color: #696969;
    font-size: 14px;
}

.top_con span{
     padding: 0px 20px 0px 4px;
    font-size: 14px;   
}

li.lang-active a,
div.advanced-dropdown li a:hover ,
.lang-inline li a:hover{
    background: none!important;
    color: #006BAF!important;
}


.about-text{
font-size: 20px;
    padding: 60px 40px 20px 40px;
    position: relative;
}

.about-text > h2{
    color: #006BAF;
    margin-bottom: 10px;
}


.about-text:after{
content: "";
    width: 100%;
    height: 3px;
    background: #006BAF;
    position: absolute;
    left: 0;
    top: 40px;
}

.about-text:before{
content: "";
    background: #F7F7F7 url(../images/header_icon.png) no-repeat;
    background-size: 50px auto;
    position: absolute;
    left: -5px;
    top: 5px;
    width: 80px;
    height: 39px;
    background-position: center;
    z-index: 9;
}


.practice h3{
    color: #006BAF;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    padding: 0px 0px 30px 67px;
}

.practice h3:after{
content: "";
    width: 100%;
    height: 3px;
    background: #006BAF;
    position: absolute;
    left: 0;
    top: 40px;
}

.practice h3:before{
content: "";
    background: #F7F7F7 url(../images/header_icon.png) no-repeat;
    background-size: 50px auto;
    position: absolute;
    left: -5px;
    top: 4px;
    width: 70px;
    height: 39px;
    background-position: left;
    z-index: 9;
}



.insight-image{
    position: relative;
    padding:17px;
}

.insight-image:before{
    content: "";
    background: #006baf;
    background-size: 50px auto;
    position: absolute;
    left: 35px;
    top: 3px;
    width: 413px;
    height: 420px;
    z-index: 9;
}





.insight-content h3{
color: #000;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    padding: 8px 0px 30px 67px;
    display: inline-block;
}

.insight-content h3:after{
    content: "";
    width: 100%;
    height: 5px;
    background: #006BAF;
    position: absolute;
    left: 0;
    top: 43px;
}

.insight-content h3:before{
content: "";
    background: #fff url(../images/header_icon.png) no-repeat;
    background-size: 60px auto;
    position: absolute;
    left: -5px;
    top: 9px;
    width: 70px;
    height: 39px;
    background-position: left;
    z-index: 9;
}


.insight-content .post{
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.insight-content .post .date{
    margin: 0;
    color: #808080;
    padding-bottom: 0;
    font-size: 14px;
}


.insight-content .post h4{
font-size: 17px;
    font-weight: bold;
}

.testimonials .insight-content{
    text-align: center;
}


.social{
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.social ul{
    margin: 0;
    width: 100%;
    display: inline-flex;    
}

.social ul li{
        margin: 0px 10px 0px 0px;
}

.social ul li:nth-of-type(2) img{
    width: 24px;
    position: relative;
    top: 10px;
}

.footer .insights-grid {
    display: grid;
    grid-template-columns: 27% 68%;
    gap: 60px;
}

.footer_contact{
width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.footer_contact h4{
   font-size: 40px;
    margin: 0; 
}

.footer_contact p{
        font-size: 35px;
    color: #006BAF;
    margin: 0;
}

.footer_contact a,
 .footer_address a{
    color:#A7A7A7;
}

.footer_address{
        float: left;
    width: 40%;
}

.footer_work{
    float: left;
    width: 50%;
        padding-left: 114px;
}

.footer_address p,
.footer_work p{
color: #A7A7A7;
    font-size: 18px;
}

.copyright{
        width: 100%;
    display: inline-flex;
    margin-top: 10px;
    padding-top: 10px;
}

.footer_menu{
        width: 100%;
    display: inline-block;
        margin-top: 20px;
}

.footer_menu ul{
    margin: 0;
    display: inline-flex;
}

.footer_menu ul li a{
    color: #fff;
    font-size: 14px;
    padding-right: 27px;
}


.copydata{
        border-top: 1px solid #7C7C7C;
    padding-top: 15px;
    width: 100%;
    font-size:13px;
}

.paydata{
    border-top: 1px solid #7C7C7C;
    padding-top: 15px;
    text-align: right;
    width: 100%;
}


.copydata a{
    color: #006BAF;
}



.feature h3{
    font-size: 20px;
}




.contact-info {
    background: #f5f5f5;
    padding: 60px 0;
}

.info-grid {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.info-item {
    width: 30%;
}

.info-item p{
    margin:0px 0px 3px 0px;
}
.info-item .icon {
    font-size: 32px;
    margin-bottom: 15px;
}

.info-item .icon  img{
    height:64px;
}

.info-item h3 {
    margin-bottom: 10px;
}

.info-item a {
    display: inline-block;
    color: #333;
    text-decoration: underline;
}

/* MAIN */
.contact-main {
    padding: 60px 0;
}

.main-grid {
    display: flex;
    gap: 40px;
}

/* MAP */
.map {
    flex: 1;
}

.map iframe {
    width: 100%;
    height: 500px;
    border: none;
}

/* FORM */
.form-box {
    flex: 1;
}

.subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    color: #888;
}

.form-box h2 {
    font-size: 36px;
    margin: 15px 0 30px;
}

.form-box input,
.form-box textarea{
        border: 1px solid #ccc;
    border-radius: 5px;
}

form .row {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

input, textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    outline:none;
}

textarea {
    height: 100px;
    margin-bottom: 20px;
}

button {
    background: #6dbb45;
    color: #fff;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 14px;
}

button:hover {
    opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 900px) {

    .info-grid {
        flex-direction: column;
        gap: 30px;
    }

    .info-item {
        width: 100%;
    }

    .main-grid {
        flex-direction: column;
    }
}


.about_page {
  background-color: #f4f4f4;
  padding: 40px 0;
}


.about_page h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.about_page p {
    font-size: 21px;
    color: #000;
}

.about-mission-vision {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.mission, .vision {
  width: 45%;
}

.mission h3, .vision h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

button {
  background-color: #006BAF;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  color: white;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 10px;
  outline:none;
}

button:hover {
  background-color: #000;
}

.about-image {
  text-align: center;
  margin-top: 30px;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
}

.funfacts {
  background: #1e2a47 url(../images/bg1.jpg);
  color: white;
  padding: 40px 0;
  height:350px;
  position:relative;
}

.funfacts:before {
    content: "";
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(41, 71, 111,0.8);
}

.funfacts h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.funfacts .container{
        position: relative;
    z-index: 99;
    top:80px;
}
.funfacts p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}


.diamond-line-centered-theme-colored2 {
    margin-bottom: 25px;
    margin-top: 25px;
    padding-bottom: 5px;
    position: relative;
}
.diamond-line-centered-theme-colored2:after {
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 90px;
}

.diamond-line-centered-theme-colored2:after, .diamond-line-left-theme-colored2:after {
    border: 1px solid #00BBD1;
}

.diamond-line-centered-theme-colored2::before, .diamond-line-left-theme-colored2::before {
    box-shadow: 0 0 3px 3px rgba(0, 187, 209, 0.4);
}



.funfact-stats {
  display: flex;
  justify-content: space-around;
}

.stat {
  text-align: center;
}

.stat p {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
	.team {
  padding: 60px 20px;
  background: #f5f5f5;
  text-align: center;
}


.team-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.team-title span {
  color: #006baf;
}

.team-subtitle {
  color: #777;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 14px;
}

.team-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.team-card {
  background: #fff;
  width: 250px;
  padding-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.team-card img {
  width: 100%;
  display: block;
}

.team-card p {
  font-size: 13px;
  color: #666;
  padding: 15px;
  text-align:left;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.socials a {
  width: 32px;
  height: 32px;
  background: #006baf;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.socials a:hover {
  background: #000;
}
	
	
	.aboutPage .about .container{
	    display: grid;
    grid-template-columns: repeat(2, 1fr);
	}
	
	.out_header{
	    margin-bottom:-10px;
	}
	
.team-thumb h4 {
    bottom: 0;
    padding: 10px;
    position: absolute;
    right: -100%;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
     background: rgba(31, 64, 109, 0.9);
}	
	
.team-card:hover .team-thumb h4 {
    right: 0;
}	
 .team-thumb h4 {
    border-left: 4px solid #006BAF;
        font-size: 15px;
}
	
 .team-thumb {
    overflow: hidden;
    position: relative;
}
	
.team-grid .socials img{
    width:70%!important;
}
	
	
	
.mod-menu__sub{
        position: absolute;
    z-index: 999;
    background: #fff;
    width: max-content;
    border-radius: 0px 0px 10px 10px;
    padding-top:11px;
    display:none;
}	
	
.nav-item.parent{
    position:relative;
}	

.nav-item.parent:hover > ul{
    display:block;
}
	
	
	
	
	
	
	
	
	
 .service_page .container {
      max-width: 1440px;
      margin: 40px auto;
      display: grid;
      grid-template-columns: 320px 1fr;
      gap: 40px;
    }

    /* LEFT SIDEBAR */
    .sidebar {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .menu-item {
      background: #e9edf2;
      border-radius: 12px;
      overflow: hidden;
      transition: 0.3s;
    }

    .menu-header a{
      padding: 18px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font-weight: 500;
    }

    .menu-header a:hover {
      background: #dde3ea;
    }

    .arrow {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #d2d8e0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s;
    }

    .menu-item.active .arrow {
      transform: rotate(90deg);
      background: #006BAF;
      color: #fff;
    }

    .submenu {
      max-height: 0;
      overflow: hidden;
      background: #fff;
      transition: max-height 0.3s ease;
      padding: 0 20px;
    }

    .submenu a {
      display: block;
      padding: 10px 0;
      color: #555;
      text-decoration: none;
      font-size: 14px;
    }

    .submenu a:hover {
      color: #006BAF;
    }

    .menu-item.active .submenu {
      max-height: 200px;
      padding-bottom: 10px;
    }

    /* CONTACT CARD */
    .contact-card {
      margin-top: 20px;
      border-radius: 16px;
      padding: 30px 20px;
      color: #fff;
      background: linear-gradient(135deg, #006BAF 50%, #0c84ce 50%);
      position: relative;
      overflow: hidden;
    }

    .contact-card h3 {
      font-family: 'Playfair Display', serif;
      font-size: 28px;
      line-height: 1.2;
      margin-bottom: 30px;
    }

    .contact-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #fff;
      color: #006BAF;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .contact-text {
      font-size: 13px;
      margin-bottom: 10px;
    }

    .contact-phone {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    }
    
    .contact-phone img{
          height: 32px;
    margin-right: 20px;
    }
     .contact-phone a{
         color:#fff;
     }

    /* RIGHT CONTENT */
    .content img {
      width: 100%;
      border-radius: 6px;
      margin-bottom: 25px;
    }	
	
	
    @media (max-width: 900px) {
      .container {
        grid-template-columns: 1fr;
      }
    }
	
	
	
.out_header{
width: 100%;
    display: inline-block;
    background: url(../images/page_bg.jpg) 0px 0px;
    height: 350px;
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 100%;
        position: relative;
}
	
	
	
.out_header:before {
    content: "";
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background:rgb(0, 0, 0,0.7);
}
	
.out_content{
        width: 100%;
    left: 0;
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 99;
}	
.out_content h1{
        color: #fff;
    font-size: 30px;
    max-width: 1440px;
    margin: 10px auto;
}	
	
	
	.breadcrumb_row{
	        text-align: center;
	}
	
.mod-breadcrumbs__wrapper{
        width: auto;
    display: inline-block;
}	
	
ol.mod-breadcrumbs{
    background: none;
}	
	
ol.mod-breadcrumbs li a,
.breadcrumb-item.active{
 color: #fff;
}
	
.breadcrumb-item+.breadcrumb-item::before{
    color:#eee;
}	
	
	#mod-menu1-submenu1,
	#mod-menu1-submenu2{
	    display:none;
	}
	
	.service_page h1{
	    margin-bottom:30px;
	}
	
.categories_listing .post{
padding-left: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    position:relative;
}	

.categories_listing .post:before{
    content: "";
    background: url(../images/post_arrow.svg) no-repeat;
    background-size: 19px auto;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
}

.categories_listing .post h4{
        font-size: 18px;
        margin-bottom:5px;
}
	
	.categories_listing .post p{
    font-size: 14px;
    color: #999;
    margin:0;
	}
	
	
	
.openSearch{
    width: 300px;
    margin-right: 15px;
    cursor: pointer;
    position: relative;  
}	
	
.openSearch img{
       width: 20px; 
}	
	
.search_form{
    display: none;
position: absolute;
    bottom: -4px;
    width: 100%;
}	
	
	
.search_form.active{
    display:block;
}	
	
.search_form  input{
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px 5px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}	

.openSearch img{
 position: relative;
    right: 10px;
    top: -2px;   
}

	
.serach_res{
        width: 100%;
    display: inline-block;    
}	
	
.search_post{
 width: 100%;
    display: inline-block;
    margin-bottom: 20px;

    padding-bottom: 5px;   
}	
	
	
.serach_res	.search_post:last-of-type{
    border-bottom:none;
}
	
	.search_post p{
	    color:#999;
	    margin:0;
	}
	
	
.search_post h4{
        font-size: 20px;
}	
	
.search_num{
       width: 40px;
    text-align: center;
    border-right: 3px solid #006baf;
    float: left;
    margin-right: 20px;
    padding: 15px 8px; 
}	
	
	
.active_nv{
  color:#006baf;  
}

	
	.formUrl a{
	       border: 1px solid #fff;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 50px; 
	}
	
	
.rating {
  display: inline-block;
  font-size: 30px;
  cursor: pointer;
}

.rating span {
  color: #ccc;
  transition: color 0.2s;
}

.rating span.active {
  color: gold;
}	
	
	
body.lang_hy-AM .slide_content h2{
   font-size: 38px;
}


body.lang_hy-AM  .main_menu {
    float: right;
    width: 72%;
}






.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease-in-out;
}

.popup-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  position: relative;
  animation: slideDown 0.4s ease-in-out;
  margin: 60px auto;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes slideDown {
  from {transform: translateY(-30px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}


.popup-content h2{
        margin-bottom: 20px;
}


.step_item .circle{
    cursor:pointer;
}



.wrong_value{
    border:1px solid red!important;
    box-shadow: 2px 0px 6px 0px #c1300b;
}



.category_menu{
        width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding-top: 20px;
}


.category_menu ul {
        margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.category_menu ul li:hover{
    border-bottom: 1px solid #006BAF;
}


.category_menu ul li{
      border-bottom: 1px solid #ccc;
    width: 97%;  
    display: flex;
    align-items: center; 
    height: 60px;
}

.category_menu ul li a{
    color:#006BAF;
    display: block;
    padding: 0px 0px 0px 20px;    
    position:relative;
        font-size: 16px;
}

.category_menu ul li a:before{
    content: "";
    background: url(../images/post_arrow.svg) no-repeat;
    background-size: 21px auto;
    position: absolute;
    left: -3px;
    top: 0px;
    width: 23px;
    height: 25px;
}


.feature .icon img,
.stat img{
    width:48px;
}





.category_desc  ul li{
    padding:2px 2px 2px 20px;
    position:relative;
}

.category_desc ul li:before{
content: "";
    width: 7px;
    height: 7px;
    background: #006BAF;
    position: absolute;
    left: 3px;
    top: 10px;
    border-radius: 100%;
}



.about-page-text{
 text-align: center;
    width: 80%;
    margin: 0 auto;   
}



.content p{
    font-size:17px;
}



.consultation-section{
 background: #F7F7F7 url(../images/content_bg.png) no-repeat center bottom;
        background-size: 90%;
}
	