*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main {
    overflow: hidden;
    width: 100%;
}


/* ------------------Typography------------------ */

html {
    font-size: 62.5%;
}

body {
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    margin: 1rem 0;
    color: #2a2a2a;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 4.6rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 2.4rem;
}

h5 {
    font-size: 3rem;
}

h6 {
    font-size: 1.8rem;
}

p {
    line-height: 1.5;
    color: #717070;
}

a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    color: #000000;
}

img {
    vertical-align: middle;
}

/*.registration .common .block__inner .alert {*/
/*    padding: 15px;*/
/*    margin-bottom: 20px;*/
/*    border: 1pxsolid transparent;*/
/*    border-radius: 4px;*/
/*    text-align: center;*/
/*}*/
/*.registration .common .block__inner .alert-info {*/
    /* color: #31708f; */
/*    background-color: #d9edf7;*/
/*    border-color: #bce8f1;*/
/*}*/

.grid {
    display: -ms-grid;
    display: grid;
}

.grid-col90 {
    -ms-grid-rows: auto;
    -ms-grid-columns: 5fr 90fr 5fr;
    grid-template: auto / 5fr 90fr 5fr;
}

.grid-col80 {
    -ms-grid-rows: auto;
    -ms-grid-columns: 10fr 80fr 10fr;
    grid-template: auto / 10fr 80fr 10fr;
}

.grid-col70 {
    -ms-grid-rows: auto;
    -ms-grid-columns: 15fr 70fr 15fr;
    grid-template: auto / 15fr 70fr 15fr;
}

.grid-col60 {
    -ms-grid-rows: auto;
    -ms-grid-columns: 20fr 60fr 20fr;
    grid-template: auto / 20fr 60fr 20fr;
}

.block__inner {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    min-width: 0;
}

.block1x2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10rem;
}

.block1x2 .left,
.block1x2 .right {
    width: 50%;
}

.block1x3 {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr);
}

.block1x4 {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[4];
    grid-template: auto/repeat(4, 1fr);
}

.padding-vertical {
    padding: 4rem 0;
}

.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list__item {
    line-height: 1.5;
}

.list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-inline .list__item {
    font-weight: 500;
    text-transform: uppercase;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.btn {
    padding: 2rem 3rem;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    background: #163967;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background: #0d2c56;
}

.account {
    color: #163967;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 2rem;
    position: relative;
    bottom: -1rem;
}

.account i {
    color: #163967;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header__top {
    padding: 1rem;
    background-color: #163967;
    color: #fff;
}

.header__top .block1x2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__top .block1x2 .list__item {
    font-size: 1.4rem;
}

.header__top .block1x2 .socialIcons {
    gap: 1.5rem;
}

.header__top .block1x2 .socialIcons i {
    color: #fff;
    font-size: 1.8rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header__top .block1x2 .socialIcons i:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #ccc;
}

.header__bottom {
    padding: 2rem 0;
    background: #ffffffbf;
}

.header__bottom .block1x2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__bottom .block1x2 .header__logo img {
    width: 60%;
    min-width: 20rem;
}

.header__bottom .block1x2 .header__logo .main_mmenu {
    display: none;
}

.header__bottom .block1x2 nav {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.header__bottom .block1x2 nav .list {
    gap: 6rem;
}

.header__bottom .block1x2 nav .list__item {
    position: relative;
}

.header__bottom .block1x2 nav .list__item ul li a {
    padding: 12.5px 20px;
    color: #000000;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.header__bottom .block1x2 nav .list__item ul li {
    position: relative;
    width: 100%;
    padding: 1rem;
    border-right: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0px 1px 0px #ccc;
    box-shadow: 0px 1px 0px #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header__bottom .block1x2 nav .list__item ul li:hover {
    background: #163967;
}

.header__bottom .block1x2 nav .list__item ul li:hover a {
    color: #fff;
}

.header__bottom .block1x2 nav .list__item ul li::before {
    display: none;
}

.header__bottom .block1x2 nav .list__item ul li a::before {
    display: none;
}

.header__bottom .block1x2 nav .list__item ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    min-width: 235px;
    z-index: 99;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    text-align: left;
}

.header__bottom .block1x2 nav .list__item:hover>ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.header__bottom .block1x2 nav .list__item a {
    color: #163967;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    white-space: nowrap;
}

.header__bottom .block1x2 nav .list__item a::before {
    content: "";
    position: absolute;
    width: 0;
    right: 0;
    bottom: -1rem;
    background: #163967;
    height: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header__bottom .block1x2 nav .list__item a:hover::before {
    width: 100%;
    left: 0;
}

.header__bottom .block1x2 nav .list__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -3rem;
    width: 2px;
    background: #163967;
    height: 100%;
}

.header__bottom .block1x2 nav .list__item:last-child::after {
    display: none;
}

.header__bottom .block1x2 nav .list__item.active a {
    font-weight: 700;
}

.header__bottom .block1x2 nav .list__item.active a::before {
    width: 100%;
}

.mm-menu {
    z-index: 999999 !important;
}

.main_mmenu {
    position: relative;
    display: none;
    text-align: left;
    margin: 0px auto;
    vertical-align: middle;
    z-index: 4;
}

.footer {
    background: #163967;
    padding: 1rem 0;
    text-align: center;
}

.footer .block1x2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer p {
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
}

.footer .imedia {
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer .imedia img {
    width: 15rem;
}

.banner {
    position: relative;
    height: 150vh;
}

.banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner__search {
    width: 80%;
    max-width: 80rem;
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    background: #ffffffbf;
    padding: 2rem 1rem;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
}

.banner__search input {
    border: 2px solid #aaaaaa;
    border-radius: 4px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 100%;
    padding: 1rem;
    background: transparent;
    outline: none;
    font-size: 1.5rem;
}

.banner__search input:focus {
    border-color: #163967;
}

.banner__search input::-webkit-input-placeholder {
    color: #aaaaaa;
}

.banner__search input:-ms-input-placeholder {
    color: #aaaaaa;
}

.banner__search input::-ms-input-placeholder {
    color: #aaaaaa;
}

.banner__search input::placeholder {
    color: #aaaaaa;
}

.banner__services {
    background: #464445;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 15rem;
    padding: 3rem 0;
}

.banner__services .media {
    gap: 2rem;
}

.banner__services .media__img img {
    -webkit-filter: invert(1);
    filter: invert(1);
    width: 7rem;
}

.banner__services .media__body h3 {
    margin-bottom: 0;
    color: #fff;
}

.banner__services .media__body p {
    color: #fff;
    margin-top: 0.5rem;
    font-size: 1.5rem;
}

.innerBanner {
    position: relative;
}

.innerBanner .bannerImage img {
    width: 100%;
    height: 50rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.innerBanner h1 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2rem;
    color: #163967;
}

.innerBanner p {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1rem;
    color: #163967;
}

.cv_banner h1 {
    bottom: 10rem;
}

.cv_banner p {
    left: 20%;
    transform: none;
}

.cv_banner p .contactinfo {
    font-weight: bold;
    text-decoration: underline;
}

.cv_banner .quest {
    bottom: 6.1rem;
    left: 20%;
    font-weight: bold;
}

.inputGroup textarea {
    padding: 10px;
}

.specialFields i {
    font-size: 20px;
    color: #163967;
}

.specialFields {
    width: 100%;
    margin-bottom: 10px;
}

.registration form .specialFields .inputGroup input {
    border: none;
}

.registration form .specialFields .inputGroup button {
    background: transparent;
    border: none;
}

.registration form .specialFields .inputGroup {
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    display: flex;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.registration form .uploadpic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.registration form .uploadpic .upload-btn-wrapper input {
    border: none;
    background-color: transparent;
    height: 170px;
    width: 150px;
}

.registration form .uploadpic .upload-btn-wrapper input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.registration form .uploadpic .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.registration form .uploadpic .upload-btn-wrapper .btn {
    color: gray;
    background-color: white;
    width: 100%;
    border-radius: 2rem;
}

.registration form .uploadpic .upload-btn-wrapper .btn img {
    height: 150px;
}

.forgotpasslink {
    text-align: end;
}

.forgotpasslink a {
    text-decoration: underline;
}

.lgbtnsec {
    text-align: center;
}

.registration form .lgbtnsec {
    padding: 1.5rem 12rem;
    border-radius: 40px;
    margin-top: 25px;
}

.registration form .lgbtnsec .btn {
    padding: 1.5rem;
    border-radius: 40px;
    width: 85%;
}

.registration form .registrationlink {
    text-align: center;
    margin-top: 100.9px;
}

.loginwithsec .socialIcons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.loginwithsec .inputGroup {
    text-align: center;
}

.loginwithsec .socialIcons .fb img {
    width: 46px;
    margin-left: 10px;
}

.loginwithsec .socialIcons .google img {
    width: 50px;
}

.loginwithsec .socialIcons .apple img {
    width: 60px;
    margin-left: -10px;
}

.loginFields i {
    position: absolute;
    font-size: 20px;
    color: #163967;
}

.loginFields {
    width: 100%;
    margin-bottom: 10px;
}

.registration form .loginFields .inputGroup input {
    border: none;
    padding-left: 35px;
}

.registration form .loginFields .inputGroup {
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
}

.lg_icon {
    padding: 10px;
    min-width: 40px;
    margin-top: 3px;
}

.section1 .block__inner {
    position: relative;
    top: -10rem;
    background: #fff;
    padding: 2rem;
}

.section1 h2 {
    color: #163967;
    margin-bottom: 3rem;
}

.section1 .list__item {
    list-style: inside;
    line-height: 2;
}

.section2 {
    padding-bottom: 4rem;
    padding-bottom: 40rem;
    background: url("../webImages/background.png");
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 10%;
}

.section2 .block1x3 {
    gap: 3rem;
}

.section2 h3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    font-size: 4rem;
    margin: 3rem;
    color: #717070;
    text-align: center;
}

.section2 .card {
    text-align: center;
    padding: 4rem 4rem 2rem 4rem;
    -webkit-box-shadow: 0 0 1rem #ccc6;
    box-shadow: 0 0 1rem #ccc6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section2 .card__img img {
    width: 5rem;
}

.section2 .card__body h4 {
    margin: 2rem 0;
}

.section2 .card__body p {
    font-size: 1.5rem;
}

.section2 .card:hover {
    background-color: #163967;
    -webkit-box-shadow: 1px 1px 2rem #ccc6;
    box-shadow: 1px 1px 2rem #ccc6;
}

.section2 .card:hover h4,
.section2 .card:hover p {
    color: #fff;
}

.section2 .card:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.section2 .brands {
    margin-top: 2rem;
}

.section2 .brands .owl-item {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.section2 .brands img {
    width: 15rem;
}

.section2 .brandWrapper {
    position: relative;
}

.section2 .brandWrapper .sliderBtn {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.section2 .brandWrapper .sliderBtn i {
    color: #717070;
    font-size: 4rem;
}

.section2 .brandWrapper .sliderBtn.left {
    left: -5rem;
}

.section2 .brandWrapper .sliderBtn.right {
    right: -5rem;
}

.fa-whatsapp {
    position: fixed;
    bottom: 5rem;
    right: 5rem;
    font-size: 5rem;
    color: #45c554;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    opacity: 0.8;
    -webkit-filter: drop-shadow(2px 4px 2px #a7a6a6);
    filter: drop-shadow(2px 4px 2px #a7a6a6);
}

.common {
    padding: 4rem 0;
}

.companyProfile {
    font-size: 2.4rem;
    font-weight: 700;
    color: #163967;
    position: relative;
}

.companyProfile::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    right: 0;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 3px;
    background-color: #163967;
}

.companyProfile:hover::after {
    width: 100%;
    left: 0;
}

.services {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2%;
}

.services .list {
    gap: 2rem;
}

.services .list__item {
    width: 32%;
    min-width: 27rem;
}

.services .list__item a {
    text-align: center;
    width: 100%;
    background: #163967;
    border-radius: 5rem;
    color: #fff;
    padding: 1.2rem;
    margin-bottom: 2rem;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}

.services .list__item a:hover {
    background: #fff;
    border: 2px solid #163967;
    color: #163967;
}

.contact .common {
    padding: 0;
}

.contact .information {
    padding: 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact .information .column {
    width: 31%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact .information .column .list {
    width: 100%;
    text-align: center;
}

.contact .information .column .list__item:first-child {
    width: 100%;
    background: #163967;
    border-radius: 5rem;
    text-align: center;
    color: #fff;
    padding: 1.2rem 0;
    margin-bottom: 2rem;
}

.contact .direction {
    padding: 4rem 0;
    text-align: center;
}

.contact .direction a {
    background-color: #163967;
    border-radius: 5rem;
    color: #fff;
    padding: 1.2rem;
    display: inline-block;
}

.contact .direction p {
    color: #000;
}

.contact .map {
    padding-bottom: 4rem;
}

.contact .map iframe {
    width: 100%;
    height: 40rem;
}

.news .block__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news .block__inner img {
    width: 100%;
}

.news .block__inner .left img {
    width: 100%;
}

.registration form {
    width: 50%;
    padding: 2rem;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 1rem #ccc;
    box-shadow: 0 0 1rem #ccc;
}

.registration form h3 {
    color: #163967;
}

.registration form a {
    font-weight: 500;
}

.registration form .btn {
    padding: 1.5rem 3rem;
    font-size: 1.6rem;
    border: none;
}

.registration form .inputGroup {
    margin-bottom: 1.5rem;
}

.registration form .inputGroup.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.registration form .inputGroup.checkbox .inner {
    width: 100%;
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.registration form .inputGroup.checkbox .inner input {
    width: auto;
}

.registration form .inputGroup label {
    margin: 1rem 0;
    font-weight: 500;
    display: inline-block;
}

.registration form .inputGroup input,
.registration form .inputGroup select {
    padding: 1.5rem;
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    gap: 2rem;
}

.checkbox .btn-container label {
    padding: 2rem;
}

.checkbox .btn-container input[type="radio"] {
    visibility: hidden;
    display: none;
}

.checkbox .btn-container input[type="radio"]:checked~label {
    background-color: #163967;
    color: #fff;
    padding: 2rem;
    border-radius: 1rem;
}

.whatsapp {
    position: fixed;
    right: 40px;
    bottom: 47px;
    z-index: 999;
}

.whatsapp img {
    width: 7rem;
}

.post {
    padding: 5rem 0;
}

.post .block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.post .block__inner .post__img {
    width: 25%;
    overflow: hidden;
}

.post .block__inner .post__img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post .block__inner .post__img img {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/* start popup Styling */


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}


/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* End popup styling */

@media screen and (max-width: 1200px) {
    html {
        font-size: 60%;
    }
    .grid-col80 {
        -ms-grid-rows: auto;
        -ms-grid-columns: 5fr 90fr 5fr;
        grid-template: auto / 5fr 90fr 5fr;
    }
    .grid-col70 {
        -ms-grid-rows: auto;
        -ms-grid-columns: 5fr 90fr 5fr;
        grid-template: auto / 5fr 90fr 5fr;
    }
    .header__bottom .block1x2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
    .header__bottom .block1x2 .header__logo img {
        width: 30rem;
    }
    .header__bottom .block1x2 nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .header__bottom .block1x2 nav .account {
        bottom: 0;
        margin-left: 2rem;
        white-space: nowrap;
    }
    .banner {
        height: 180vh;
    }
    .banner__services .media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .innerBanner p {
        bottom: -3rem;
        text-align: center;
        width: 100%;
    }
    .innerBanner h1 {
        text-align: center;
        line-height: 1;
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    html {
        font-size: 55%;
    }
    .header .header__bottom .block1x2 .header__logo .main_mmenu {
        display: block;
    }
    .header .header__bottom .block1x2 .header__logo .main_mmenu img {
        width: 3rem;
        min-width: 3rem;
        -webkit-filter: invert(1);
        filter: invert(1);
    }
    .header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    .header__bottom .block1x2 nav {
        display: none;
    }
    .section2 {
        padding-bottom: 20rem;
    }
    .services {
        gap: 2rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .grid-col60 {
        -ms-grid-rows: auto;
        -ms-grid-columns: 10fr 80fr 10fr;
        grid-template: auto / 10fr 80fr 10fr;
    }
    .registration form {
        width: 70%;
    }
}

@media screen and (max-width: 700px) {
    .banner {
        height: 150vh;
    }
    .banner__search {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner__search .btn {
        padding: 1.5rem 2rem;
        font-size: 1.5rem;
    }
    .banner__services {
        padding: 2rem 0;
    }
    .banner__services .media img {
        width: 5rem;
    }
    .banner__services .media__body p {
        display: none;
    }
    .banner__services .media__body h3 {
        font-size: 2rem;
    }
    .section2 .block1x3 {
        -ms-grid-rows: auto;
        -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr);
    }
    .footer .block1x2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
    .header__bottom .block__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .main_mmenu {
        display: block;
    }
    .services.contact {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0rem;
    }
    .news .block1x2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0rem;
    }
    .news .block1x2 img {
        width: 100%;
    }
    .news .block1x2 .left,
    .news .block1x2 .right {
        width: 100%;
    }
    .news .block1x2.block1x2:nth-child(2) .left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 500px) {
    .section2 {
        padding-bottom: 10rem;
    }
    html {
        font-size: 50%;
    }
    .section2 .block1x3 {
        -ms-grid-rows: auto;
        -ms-grid-columns: auto;
        grid-template: auto/ auto;
    }
    .banner__services {
        width: 100%;
    }
    .banner__services .media {
        gap: 0;
    }
    .banner__services .media__body h3 {
        display: none;
    }
    .contact .information {
        padding-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact .information .column {
        width: 100%;
        margin-bottom: 2rem;
    }
    .registration form {
        width: 90%;
    }
    .services {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .services .list__item {
        width: 100%;
    }
    .whatsapp {
        right: 18px;
        bottom: 18px;
    }
    .whatsapp img {
        width: 6rem;
    }
}


/*# sourceMappingURL=main.css.map */