@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Armenian:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans Armenian', sans-serif;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    scroll-behavior: smooth;
    overflow: auto;
}

ul {
    padding: 10px;
    margin: 0px;
    display: flex; /* Makes the list items stay in a row */
    flex-wrap: wrap;
    justify-content: flex-end;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: unset;
    cursor: pointer;
}

a:hover {
    transition: 1s;
    color: #fe9442a2;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0px;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

input,
button,
textarea,
select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.center {
    width: 90%;
    height: auto;
    max-width: 1170px;
    margin: 0 auto;
}

/* SCROLL */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #add8f6;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
/* HEADER */
header {
    width: 100%;
    height: auto;
    float: left;
    position: fixed;
    background: rgb(249 250 252 / 42%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.126);
    transition: background-color 0.3s ease; /* Smooth transition */
    box-sizing: border-box;
    z-index: 99;
}
.mobile_header {
    display: none;
}
.active {
    background-color: #ffffff;
}
.header_row {
    width: 100%;
    height: auto;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header_item {
    width: 50%;
    height: auto;
}
.header_logo {
    width: 104px;
    height: auto;
}
/* .header_ul, */
.header_li {
    padding: 0 10px;
    color: #004A7C;
    font-size: 17px;
}
/* MAIN */
main {
    width: 100%;
    height: auto;
    float: left;
    background-image: url(../img/backgrounds/mainBackground.png);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
    }
.main_row {
    width: 100%;
    height: auto;
    margin: 30% 0 20% 0;
}
.main_item {
    width: 60%;
    height: auto;}
.main_title {
    font-weight: 700;
    font-size: 34px;
    color: #004A7C;
    margin: 20px 0 20px 0;
}
.main_description {
    font-weight: 400;
    font-size: 19px;
    color: #004A7C;
    margin: 10px 0 25px 0;
}
.main_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.main_item_button {
    font-weight: 500;
    font-size: 19px;
    margin: 20px 53px 0 0;
    color: #004A7C;
    background-color: #ffffff;
    padding: 18px 33px;
    border: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/* SERVICES */
.services {
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0;
}
.services_row {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.services_main_title {
    font-weight: 400;
    font-size: 35px;
    color: #004A7C;
    margin: 0 0 30px 0;
}
.services_item {
    width: 28%;
    height: auto;
    min-height: 570px; 
    background-color: #004A7C;
    border-radius: 20px;
    padding: 20px 20px 50px 20px;
}
.services_icon {
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
}
.services_title {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 30px 0;
    text-align: center;
}
.services_description {
    font-weight: 300;
    font-size: 15px;
    line-height: 27px;
    color: #ffffff;
    margin: 0 0 30px 0;
}
.services_button {
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto;
    color: #004A7C;
    background-color: #ffffff;
    padding: 18px 33px;
    border: #ffffff;
    border-radius: 15px;
    display: block;
    text-align: center;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}
/* ABOUT US */
.aboutUs {
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0;  
}
.aboutUs_row {
    width: 100%;
    height: auto;
}
.aboutUs_item {
    width: 100%;
    height: auto;
}
.aboutUs_title {
    font-weight: 500;
    font-size: 35px;
    color: #004A7C;
    margin: 0 0 30px 0;
}
.aboutUs_description {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    margin: 0 0 30px 0;
}
/* CONSULTING */
.consult {
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0;
    background-image: url(../img/backgrounds/MiddleBanner.png);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
}
.consult_row {
    width: 100%;
    height: auto;
    margin: 28% 0 20% 0;
}
.consult_item {
    width: 73%;
    height: auto;
}
.consult_title {
    font-weight: 500;
    font-size: 40px;
    color: #ffffff;
    margin: 0 0 30px 0;
}
.consult_description {
    font-weight: 300;
    font-size: 17px;
    line-height: 29px;
    color: #ffffff;
    margin: 0 0 54px 0;
}
.consult_button {
    width: 35%;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #004A7C;
    background-color: #ffffff;
    padding: 18px 29px;
    border: #ffffff;
    border-radius: 15px;
    display: block;
}
/* WHY CHOOSE US */
.whyChooseUs {
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0;
}
.whyChooseUs_row {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.WhyChooseUs_main_title {
    font-weight: 500;
    font-size: 35px;
    color: #004A7C;
    margin: 0 0 30px 0;
}
.whyChooseUs_item {
    width: 50%;
    height: auto;
}
.whyChooseUs_item > img {
    width: 97%;
    height: 100%;
    object-fit: contain;
}
.whyChooseUs_item_box {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 21px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.whyChooseUs_title {
    font-weight: 500;
    font-size: 18px;
    color: #004A7C;
    padding: 15px 0 0 15px;
}
.whyChooseUs_description {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    margin: 13px 0;
    padding: 15px 0 0 15px;
}
/* PORTFOLIO */
.portfolio {
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0;
    padding: 0 0 50px 0;
    background-color: #004A7C;
}
.portfolio_row {
    width: 100%;
    height: auto;
}
.portfolio_title {
    font-weight: 400;
    font-size: 35px;
    color: #ffffff;
    margin: 90px 0 18px  0px;
}
.portfolio_description {
    font-weight: 300;
    font-size: 19px;
    color: #ffffff;
    margin: 0px 0 40px 0;
}
.portfolio_item {
    width: 100%;
    height: auto;
}
.portfolio_carousel {
    width: 100%;
    border-radius: 20px;
}
/* Style the dot container */
.owl-dots {
    text-align: center; /* Centers dots */
    margin-top: 15px;
}

/* Default dots */
.owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: rgb(255, 255, 255); 
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Active dot */
.owl-dot.active {
    background: #005691; 
    border: 0.5px #ffffff;
    transform: scale(1.3); 
}
/* PARTNERS */
.partners {
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0;
}
.partners_row {
    width: 100%;
    height: auto;
}
.partner_title {
    font-weight: 500;
    font-size: 35px;
    color: #004A7C;
    margin: 90px 0 18px  0px;
}
.partner_description {
    font-weight: 300;
    font-size: 18px;
    color: #2d3031;
    margin: 0px 0 70px 0;
}
.partner_image {
    width: 65% !important;
    height: auto;
}
/* JOIN US */
.joinUs {
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0;
}
.joinUs_title {
    font-weight: 500;
    font-size: 35px;
    color: #004A7C;
    padding: 60px 0 50px 0;
    text-align: center;
}
.joinUs_description {
    width: 60%;
    font-weight: 300;
    font-size: 18px;
    color: #2d3031;
    padding: 0px 0 50px 0;
    margin: 0 auto;
    text-align: center;
}
.joinUs_row {
    width: 100%;
    height: auto;
    /* padding: 50px; */
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.joinUs_item {
    width: 37%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.joinUs_button {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #004A7C;
    padding: 15px 45px;
    border-radius: 15px;
    display: block;
    margin: 0 0 50px 0;
    border: none;
}
/* FOOTER */
footer {
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0 20px 0;
    background-color: #004A7C;
    padding: 70px 0;
}
.footer_row {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.footer_logo {
    width: 120px;
    height: auto;
    margin: 50px 0;
}
.footer_description {
    font-weight: 300;
    font-size: 15px;
    color: #ffffff;
    line-height: 26px;
    margin: 0 0 50px;
}
.footer_address {
    font-weight: 200;
    font-size: 17px;
    color: #ffffff;
    display: block;
    text-decoration: underline;
}
.footer_address:hover {
    color: #add8f6;
    transition: 0.5s;
}
.footer_item_box {
    width: 27%;
    height: auto;
}
.footer_loc {
    width: 25px;
    padding: 0 15px 0 0;
}
.footer_social {
    width: 31px;
    height: 35px;
    margin: 15px;
}
.footer_social:hover {
    opacity: 0.5;
    transition: 0.5s;
}
/* ALL RIGHTS ARE RESERVED */
.allRights_reserved {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0 20px 0;
}
.rightsAreReserved {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #24282b;
}