@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #00A0DF;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Poppins', 'Changa', sans-seri;
    background-color: #FAFAFA;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', 'Changa', sans-seri;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding-top: 85px;
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}



.hamburger,
.is-closed {
    width: 35px;
    height: 35px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;
}

.is-closed {
    position: absolute;
    top: 25px;
    right: 25px
}

.hamburger span,
.is-closed span {
    width: 24px;
    height: 3px;
    border-radius: 0px;
    background-color: var(--main-color);
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-closed {
    width: 20px;
    height: 20px;
}

.is-closed span {
    background: #fff;
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    transform: rotate(135deg);
    margin-top: -5px;
}


/*mobile menu*/

.menu-mobile {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 450px;
    background: var(--main-color);
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.close_menu {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #363636;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.close_menu:hover {
    background-color: #767676;
    color: #fff;
}

.register-mobile {
    margin-top: 0 !important;
}

.register-mobile li:last-child > a {
    border-bottom: 0;
}

.plusIcon {
    font-size: 14px;
    margin-left: 5px;
}

.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

.menu-toggle .main-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}

html.menu-toggle {
    overflow: hidden;
}

/* Style Header */

#header {
    width: 100%;
    padding: 10px 0;
    height: 85px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 240px;
}

.main_menu li {
    display: block;
    float: inherit;
    padding: 0 30px;
}

.main_menu > li:last-child {
    margin-bottom: 0;
}

.main_menu > li > a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #64AFDF;
}

.lang-site a {
    display: inline-block !important;
    border: 2px solid #fff;
    width: 100px;
    text-align: center;
    padding: 12px !important;
    border-radius: 3px;
    border-bottom: 2px solid #fff !important;
    margin-top: 20px;
}

.lang-site a:hover {
    background: #fff;
    color: #000;
}

.main_menu > li:last-child a {
    border-bottom: 0;
}

#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 33;
}


/* Style Home Slide */

.hd-page {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 300px;
}
.banner-mobile {
    display: none;
}
.sec_head {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.sec_head:before {
    content: "";
    background: #000000;
    height: 3px;
    width: 25%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec_head img {
    width: 30px;
    height: 24px;
    margin-right: 15px;
}



.accordion-item {
    border: 0;
    border-radius: 0;
}

.accordion-item .accordion-button {
    background: #EDEDED;
    border: 0;
    border-bottom: 2px solid #CCCCCC
}

.accordion-button {
    color: #000;
    font-weight: 700;
}

.accordion-body {
    padding-top: 0;
}

.accordion-body p {
    padding-top: 10px;
}

.accordion-body figure {
    margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: var(--main-color) !important;
    background-color: #e7f1ff;
    box-shadow: none;
    border-bottom: 0;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(50);
}

.accordion-button:focus {
    box-shadow: none;
}

.section_content {
    padding: 40px 0;
    position: relative;
}

.data-report {
    background: #EDEDED;
    border-radius: 10px;
    padding: 20px 15px;
}

.data-report h6 {
    margin-bottom: 10px;
}

.data-report p {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.d-flex .form-group {
    margin-bottom: 0;
    margin-right: 15px;
}
.d-flex .form-group:last-child {
    margin-right: 0;
    width: 65%;
}
.d-flex .form-group:first-child {
    width: 35%;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-control {
    background: #fff;
    border: 0;
    border-radius: 10px;
    height: 45px;
}

textarea.form-control {
    height: 140px;
}

.select-dro:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107";
    color: #000;
    font-size: 12px;
    position: absolute;
    top: 45px;
    right: 15px;
}

.span-alrt {
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}
.select2-container {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    background: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    height: 45px !important;
  }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
  }

.btn-submit {
    background: var(--main-color);
    height: 50px;
    width: 100%;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

.btn-submit img {
    margin-left: 10px;
}

.cont-upload {
    display: flex;
    align-items: center;
}

.btn-upload {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: grid !important;
    place-items: center;
    font-size: 35px !important;
    color: var(--main-color);
    cursor: pointer;
    margin-bottom: 0 !important;
}

#files {
    display: none;
}

#selectedFiles {
    width: calc(100% - 100px);
    padding-left: 15px;
}

#selectedFiles p {
    border: 2px solid var(--main-color);
    border-radius: 30px;
    padding: 5px 15px;
    background: #fff;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    position: relative;
}

#selectedFiles span {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer
}

#selectedFiles span:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00d";
    color: #000;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#selectedFiles p:last-child {
    margin-bottom: 0;
}


.item-asked {
    margin-right: 15px;
    width: 50%;
}

.item-asked:last-child {
    margin-right: 0;
}

.item-asked figure {
    background: var(--main-color);
    border-radius: 10px;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    cursor: pointer
}

.item-asked figure svg {
    font-size: 45px;
    height: 45px;
    margin-bottom: 15px;
}


.cont-tot {
    padding: 15px;
    background: #EDEDED;
    text-align: center;
    position: relative;
    border-radius: 10px;
    margin-top: 30px;
    display: none;
}

.cont-tot:after {
    left: 85px;
    top: -30px;
    border: solid transparent;
    content: " ";
    height: 0;
    z-index: -2;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #EDEDED;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 30px;
    border-right-width: 0px;
    border-bottom-width: 30px;
    border-left-width: 50px;
    -ms-transform: translateX(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
}

.bn-close {
    background: var(--main-color);
    padding: 10px 40px;
    border-radius: 30px;
    color: #fff;
    margin-top: 10px;
    display: inline-flex;
}

.bn-close:hover {
    color: #fff;
    opacity: .8;
}

.cont-frequently {
    margin-top: 50px;
}

.succes-report {
    background: var(--main-color);
    text-align: center;
    margin-top: 20px;
    border-radius: 15px;
}

.succes-report figure {
    color: #fff;
    margin-bottom: 10px
}

.succes-report figure svg {
    font-size: 55px;
}

.succes-report strong {
    color: #fff;
}

.tp-success {
    padding: 30px 30px 10px;
    ;
    border-bottom: 1px solid #fff
}

.bt-success {
    padding: 20px;
}

.bt-success p {
    margin-bottom: 5px;
    color: #fff;
}

/* Style Footer */

#footer {
    border-top: 1px solid #D9D9D9;
    padding: 30px 0;
}

.cont-bt {
    text-align: center;
}

.cont-bt p {
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}

.cont-bt p:last-child {
    margin-bottom: 0;
}

.cont-bt p a {
    color: #000
}


/* Style RTL */

html[dir="rtl"] .item-asked {
    margin-left: 15px;
    margin-right: unset
}

html[dir="rtl"] .item-asked:last-child {
    margin-left: 0;
}

html[dir="rtl"] .sec_head:before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .sec_head img {
    margin-right: unset;
    margin-left: 15px;
}

html[dir="rtl"] .accordion-button::after {
    margin-left: unset;
    margin-right: auto;
}

html[dir="rtl"] .btn-submit img {
    margin-right: 10px;
    margin-left: unset;
    transform: scale(-1);
}

html[dir="rtl"] #selectedFiles {
    padding-right: 15px;
    padding-left: unset;
}

html[dir="rtl"] #selectedFiles span {
    right: auto;
    left: 15px;
}

html[dir="rtl"] .is-closed {
    right: auto;
    left: 55px;
}

html[dir="rtl"] .select-dro:before {
    left: 15px;
    right: auto;
}
html[dir="rtl"] .form-group .d-flex {
    flex-direction: row-reverse;
}

/* Style Responsive */

@media screen and (max-width: 991px) {
    #header {
        position: fixed;
        top: 0;
        height: auto;
    }

    .main_menu > li {
        float: unset;
        margin: 0;
    }
    .banner-web {
        display: none;
    }.banner-mobile {
        display: block;
    }
    .menu-mobile {
        width: 100%;
    }    
    
    .hd-page.banner-mobile {
       height:200px !important;
    }

    .accordion {
        margin-bottom: 40px;
    }

}