/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html {
font-size:1rem;
}
body {
font-family: 'LANTX';
font-style: normal;
font-weight: normal;
overflow-x:hidden;
background: #fff;
position: relative;
color: #585858;
direction:rtl;
}
footer{
    color:#fff;
}
a{
    color:#005B69;
}
a:hover{
    color:#CD7251;
    text-decoration:none
}
.more {
}
.btn,
.btn-more {
padding: 0.5rem 2rem;
box-shadow: none;
color: #fff;
font-size: 1.2rem;
font-weight: 400;
transition: all 0.5s ease-in-out;
text-align: center;
background: #CD7251;
display: inline-block !important;
border-radius: 30px;
}
.btn {
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    gap:0.35rem;
}
.btn span svg{
    opacity:0;
}
.btn span {
    display:inline-flex;
    background:url('../images/btn-Icon.png') no-repeat center;
    height:100%;
    align-items:center;
    justify-content:center;
}
.btn-link{
    background:#005B69;
}
.btn-default:hover,
.btn-more:hover,
.btn:hover {
background: #005B69;
    text-decoration:none;
color: #fff;
}
.btn-default:focus,
.btn-more:focus,
.btn:focus ,
button {
outline: none !important;
}
/*.content_ a {*/
/*color: #000;*/
/*text-decoration: underline;*/
/*border: 0;*/
/*}*/

.home .title h3 {
color: #005B69;
font-size: 4rem;
font-weight: 400;
}
.home .title p {
color: #005B69;
font-size: 2rem;
font-weight: 100; 
}
.home .title h4 {
color: #000;
font-size: 1.5rem;
font-weight: normal;
text-align:justify;
line-height:30px;
width: 90%;
padding-bottom: 2rem;
}
.custom_container{
padding: 0 4rem;
}
.error-404 {
background: transparent
}
.not-found .page-content a {
border: 0.2rem solid #FF5C1C !important;
}
.ls-nav-next:after ,
.ls-nav-prev:after {
display: none
}
.ls-nav-next {
background: url(../images/Up.svg)center /100%;
width: 3rem !important;
height: 3rem !important;
left: 4%;
top: 55% !important;
transform: rotate(-90deg);
}
.ls-nav-prev {
background: url(../images/Up.svg)center /100%;
width: 3rem !important;
height: 3rem !important;
left: 4% !important;
top: 62% !important;
transform: rotate(90deg);
}
.ls-button-layer{
}
.slick-dots {
left: 0;
right: 0;
width: auto;
bottom: -41px;
}
.slick-dots li {
margin: 0;
width: unset;
height: unset;
}
.slick-dots li button {
padding: 0;
width:1rem;
height:8px;
border:none;
background:#060807;
border-radius:3px;
margin: 0.1rem;
transition: all 0.5s ease-in-out;
}
.slick-dots li.slick-active button {
width:4rem;
background: #060807;
}
.slick-dots li button:before {
display: none;
}
/* header */
header {
transition: all 0.5s ease-in-out;
padding: 2rem 0;
}
.page header{
    background:url(../images/headerShape.png)no-repeat  33rem center;
    background-size: contain; 
    padding-bottom: 4rem;
    margin-bottom: -2rem;
}
.home header {
position: absolute;
z-index: 999;
width: 100%;
top: 0;
right: 0;
}
header .rigisterInterset{
background: #000;
display: flex;
align-items: center;
justify-content: center;
padding: 5px 0;
border-radius: 30px;
}
header .rigisterInterset a{
color: #fff;
font-size: 1.7rem;
font-weight: normal;
}
header .header__logo img {
width: 85%;
}
header .menu {list-style: none;display: flex;flex-direction: row;padding: 0;margin: 0;}
header .menu li a {color: #005B69;font-size: 1.1rem;transition: all 0.5s ease-in-out;font-weight: normal;padding: 0 0.5rem;display: flex;align-items: center;position:relative;}
header .menu li a:after{
position:absolute;
content:'';
background:url('../images/menu-shape.png') no-repeat center;
width:0;
height:20px;
bottom:-15px;
border-radius:0;
right:0;
left:0;
text-align:center;
margin:auto;
transition:all .5s;
}
header .menu li a:hover:after{
transition:all .5s;
width:100%;
}
header .menu li:hover > a,header .menu li  a:hover {
color: #005B69;
}
header .list-inline{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:5px;
}
header .list-inline a{
    background:#005B69;
    border-radius:2rem;
    font-size: 1rem;
}
header .list-inline .icons a{
    width:3rem;
    height:3rem;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
header .list-inline .icons a svg{
    max-width:2rem;
    max-height:2rem;
}
header .list-inline .icons.heart a svg{
    max-width:1.5rem;
    max-height:1.5rem;
}
header .wpml-ls-menu-item .wpml-ls-display {
color: #BF7202 !important
}
header .menu ul li:hover > a {
color: #BF7202
}
header .menu li.menu-item-has-children:after {
position: absolute;
top: 0px;
background: url(../images/drop.png) no-repeat center / 65%;
width: 1.2rem;
height: 1.2rem;
content: "";
right: -0.4rem;
z-index: 9999999999;
}
header .menu li ul {
list-style: none;
display: none;
transition: all 0.5s ease-in-out;
transform: scale(0);
background: #fff;
border-radius: 1rem;
padding: 0;
}
header .menu li.menu-item-has-children:hover ul {
display: block;
position: absolute;
transition: all 0.5s ease-in-out;
transform: scale(1);
z-index: 99;
top: 1.7rem;
width: 14rem;
box-shadow: 0 3px 6px rgba(0,0,0,0.16);
border: 1px solid #144A98;
text-align: center
}
header .menu li.menu-item-has-children {
position: relative;
}
header .menu li ul li a {
padding: 1rem;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
border-bottom: 1px solid #144a9845;
color: #144A98;
}
header .menu li ul li:last-of-type a {
border: none
}
.header-bottom .menu li a {
background: url(../images/n.png) no-repeat top right 10%
}
.contact-btn {
position: fixed;
left: 0;
top: 89%;
z-index: 9999;
background: #BD7303;
border: 0;
border-radius: 0 2rem 2rem 0;
padding: 1rem 3rem !important;
}


#breadcrumbs {background: #FFF3EF;padding: 3rem;margin: 0 2rem;border-radius: 1rem;box-shadow: 0 20px 60px #54515124;}
#breadcrumbs .title {
max-width: 600px;
}
#breadcrumbs h3 {font-size: 1.5rem;color: #000;margin: 0 0 5px;font-weight: 400;}
#breadcrumbs h3 a {color: #000;text-decoration: none;font-weight: 400;}
#breadcrumbs h3 a:hover {
text-decoration: underline;
}
#breadcrumbs h2 {font-size: 3rem;font-weight: 400;margin: 0;color: #000000;}
.trainers__section.trainersPage{
    padding: 4rem;
}
.trainers__section.trainersPage .item{
    margin:3rem 0;
}
.alm-load-more-btn.more{background: #CD7251 !important;color: #fff!important;margin: 2rem 0 !important;padding: 1.5rem 4rem !important;height: auto !important;font-weight:500 !important;font-size: 1.2rem !important;border-radius: 30px !important;}

a:hover{
text-decoration:none;
}
/* 404 */
.error-message {
color: #000;
font-size: 15rem;
padding: 0;
margin: 0;
}
.error-message:before {
color: #000;
}
.error-message + p ,
.error-message + p +p {
font-size: 2rem;
}
.about_content{
    padding: 4rem 0 1rem;
}
.about_page_video{
    margin:2rem;
}
.about_page_video .image{
    position:relative;
    border-radius: 2rem;
    overflow: hidden;
}
.about_page_video .image img{
    width:100%;
}
.about_page_video .image .video_text{
    position:absolute;
    bottom: 11%;
    right: 26px;
    color:#fff;
    display: flex;
    align-items: end;
}
.about_page_video .video_text .icon{
}
.about_page_video .video_text .icon svg{
    width: 42px;
}
.about_page_video .video_text h4{
    font-size: 2rem;
    width: min-content;
    font-weight: 400;
    padding-right: 10px;
}
.moreInfoAbout{
    padding:5rem 0 7rem;
}
.moreInfoAbout .item{
    color:#000;
    background:#FFF3EF;
    padding:2rem;
    border-radius:1.5rem;
}
.moreInfoAbout .col-lg-4:nth-of-type(2) .item{
    background:#005b6917;
}
.moreInfoAbout .col-lg-4:nth-of-type(3) .item{
    background:#E6FFEE;
}
.moreInfoAbout .item h3{
    padding:1rem 0 4rem;
    font-size: 2.3rem;
}
.moreInfoAbout .item p{
    color:#585858;
    font-size:1.1rem;
}
.LicensesPage {
    padding:4rem 0;
}
.LicensesPage .col-lg-6{
    padding:0 5px;
}
.LicensesPage .col-lg-6:nth-of-type(2) .item{
    transform:rotate(-3deg);
}
.LicensesPage .col-lg-6:nth-of-type(3) .item{
    transform:rotate(4deg);
    transition:all .5s;
}
.LicensesPage .col-lg-6 .item:hover{
    transform:none;
    transition:all .5s;
}
.LicensesPage .item{
    position:relative;
    margin:2rem 0;
    transition:all .5s;
}
.LicensesPage .item .image{
    position:relative;
    border-radius:1.5rem;
    overflow:hidden;
    transition:all .5s;
}
.LicensesPage .item .image:hover:before{
     background: linear-gradient(360deg, #cc7251 0%, rgba(255, 255, 255, 0.00) 41.64%);
    transition:all .5s;
}
.LicensesPage .item .image:before{
    position:absolute;
    content:'';
    background: linear-gradient(360deg, #005B69 0%, rgba(255, 255, 255, 0.00) 41.64%);
    width:100%;
    height: 100%;
    top: 0;
    left:0;
    right:0;
    transition:all .5s;
}
.LicensesPage .item .caption{
    position:absolute;
    bottom:2rem;
    right:2rem;
}
.LicensesPage .item .caption h4{
    color:#fff;
    font-size:1.6rem;
    width: 66%;
    font-weight: initial;
}
.single .modal-header{
    border:none;
    text-align:center;
    position:relative;
}
.single .modal-header .close{
    position:absolute;
    left:2rem;
    top:0rem;
}
.single .modal-dialog .modal-content{
    border-radius:55px;
    padding:2rem 0rem;
}
.single .modal-dialog .modal-body{
    padding:0 4rem;
}
.single .page .gform_wrapper .gform_fields .gfield:first-of-type, .single .page .gform_wrapper .gform_fields .gfield:nth-of-type(2){
    width:100% !important;
}
.single-page{
    padding: 5rem 0 4rem 0;
}
.single-page .main-image{
    position:relative;
}
.single-page .main-image .trainLogo{
    position:absolute;
    bottom:2rem;
    right:2rem;
}
.single-page .main-image .trainLogo img{
    border-radius:0;
}
.single-page .main-image img{
    border-radius:1.5rem;
}
.single-page .content h3{
    color:#000;
    font-weight: 100;
    font-size: 2.5rem;
}
.single-page .content h4{
    color:#005B69;
    font-weight: 500;
    font-size:3rem;
}
.single-page .content p{
    color:#005B69;
    font-weight:200;
    font-size:1.5rem;
}
.single-page .content h5{
    color: #9d9595;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.6;
}
.iti__tel-input{
text-align: right;
}
.single-page .serv_det_top .main-image{
text-align:center;
padding: 4rem;
background: #F3EEE5;
border-radius: 30px;
}
.post-nav {
display: flex;
justify-content: center;
width: 100%;
margin: 2rem 0 ;
}
.post-nav .pager {
list-style: none;
display: flex;
align-items: center;
justify-content: end;
padding: 0;
padding-left:3rem;
background:url('../images/page-back.png') no-repeat left bottom;
background-size:100% 100%;
width:100%;
}
.post-nav .pager li span ,
.post-nav .pager li a {
padding: 1rem 0rem;
color: #41372E50;
border:2px solid #41372E50;
background: transparent;
border-radius:50%;
margin: 1rem;
font-size: 1.2rem;
width:2.75rem;
height:2.75rem;
display:inline-flex;
justify-content:center;
align-items:center;
}
.post-nav .pager li a.arr {
width:auto;
height:Auto;
background:transparent;
border:none;
color:#41372E;
font-size: 1.3rem;
}
.post-nav .pager li.active span ,
.post-nav .pager li.active a {
background: #fff;
color: #41372E;
border-color:#41372E;
}
.post-nav .pager .hidden{
display:none;
}
.post-nav .pager li a.arr.prev span svg {
transform: rotate(-90deg)
}
.post-nav .pager li a.arr[title="Next"] span svg {
transform: rotate(180deg)
}


body.rtl .gform_legacy_markup_wrapper ul > li.gfield,
.project-single .gfield{
width: 100% !important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
margin-top: 0 !important;
padding-top: 0;
}
.gform_legacy_markup_wrapper .validation_message {
font-size: 1.2rem !important;
padding: 1rem 0 !important;
}
body.rtl .project-single .gform_legacy_markup_wrapper ul > li.gfield:last-child,
.project-single .gfield:last-child {
width: 100% !important;
}
/*.joinToKhawalid{*/
/* display:flex;*/
/* background: #F7F7F7;*/
/* padding: 5rem;*/
/* border-radius: 11px;*/
/* width: 80%;*/
/* margin: auto;*/
/* position: relative;*/
/* z-index: 99999;*/
/*}*/
.page-id-3424 .gform_legacy_markup_wrapper ul > li.gfield:nth-of-type(5),
body.rtl .job-page .gform_legacy_markup_wrapper ul > li.gfield:nth-of-type(5) {
width: 98% !important;
}
.gfield .iti.iti--allow-dropdown input,
.project-single .gfield input ,
.project-single .gfield textarea {
color: #C0C0C0;
border: 0 !important;
margin: 0;
padding-right: 1rem !important;
}
.contact-page .gform_wrapper .gform_fields .gfield--type-phone{
/* width: 100% !important; */
}
/* partners-page */
.gform_page:first-of-type .gform_page_footer {
flex-direction: row
}
.gfield_required_text,
.gfield_required_asterisk {
/* display: none !important; */
}
.entry-content {
padding: 0;
}
.iti__flag-container {
right: unset !important;
left: 0 !important;
direction: ltr !important;
color: #707070;
font-size: 1.3rem;
}
.iti--separate-dial-code .iti__selected-flag {
background: transparent !important;
}
.iti__flag-container .iti__arrow {
display: none;
}
.upload__file {
position: relative;
}
.gform_wrapper.gravity-theme .ginput_preview {
margin: 28px 0 0 !important;
}
.page .gform_wrapper .gform_fields .gfield.upload__file .ginput_container input {
padding: 0 !important;
z-index: 9999999;
position: relative;
}
.upload__file .gfield_description {position: absolute;top: 21px;color: #000;font-size: 1.4rem!important;font-weight: 400;right: 30px;padding: 0 !important;}
.upload__file .validation_message {
top: unset;
bottom: 1rem;
font-size: 1.2rem !important;
}
.upload__file input{
opacity: 0;
font-size: 0 !important;
width: 100% !important;
height: 4rem !important;
position: absolute;
z-index: 999;
bottom: 0rem;
right: 0;
}
.gform_fileupload_rules {
display: none !important;
}
html[dir=rtl] .gform_legacy_markup_wrapper span.ginput_left, html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields
li.gfield {
padding-left: 0 !important;
padding-right: 0 !important;
}
.upload__file .ginput_container {background: url(../images/upload.png) no-repeat 3% center ,#f1eeee;background-size: 15px;display: block !important;font-size: 1.4rem !important;height: 5rem;width: 100%;font-weight: 300;color: #000;border-radius: 50px;padding: 0 !important;}
.gform_legacy_markup_wrapper li.gfield_error
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_legacy_markup_wrapper li.gfield_error textarea {
border: none !important;
}
/* contact-page */
.contact-page{position: relative;padding: 5rem 0;}
.jobsPage .container{
    width:55%;
}
.contact-page .title h3{
    color:#000;
    font-size: 2.5rem;
    padding-bottom: 18px;
}
.contact-page .info{padding-top: 4rem;}
.contact-page .info .title h3{
    color:#CD7251;
    font-size: 2rem;
}
.contact-page .info ul{}
.contact-page .info ul li{margin-bottom:1rem;display:flex;}
.contact-page .info ul li span svg{width: 22px;}
.contact-page .info ul li a{padding-right:1rem;font-size:1.5rem;color:#000;font-weight: 100;max-width: 23rem;}
.gform_description{
text-align:right;
font-size:2rem;
display:flex;
align-items:start;
padding-bottom: 2rem;
}
.page .gform_wrapper .gform_fields,
.contact-page .gform_wrapper .gform_fields {
display: flex !important;
flex-wrap: wrap;
justify-content: center;
}
.RequestAid .gform_fields .gfield:nth-child(3),
.RequestAid .gform_fields .gfield:nth-child(4),
.RequestAid .gform_fields .gfield:nth-child(5){
width:100%!important;
}
.gfield_description{
color:#000
}
.RequestAid ol{
padding:0;

}
.RequestAid .title{
padding:1rem 3rem;
}
.RequestAid ol li,.RequestAid .title{
color:#000;
font-size: 1.7rem;
}
body.rtl .gform_legacy_markup_wrapper .gform_confirmation_message{
font-size: 1.5rem;
font-weight: 400;
text-align: center !important;
margin: auto;
display: flex;
justify-content: center;
padding: 3rem 0;
color: #66C371;
}
.page .gform_wrapper .gform_fields .gfield:first-of-type,
.page .gform_wrapper .gform_fields .gfield:nth-of-type(2){
    width:49%;
    display:inline-block;
}
.page .gform_wrapper .gform_fields .gfield ,
.contact-page .gform_wrapper .gform_fields .gfield {width: 100%;}
.servRequest .gform_wrapper .gform_fields .gfield{
width:49% !important;
}
.gfield_required_text{
display:none !important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url]{border: 0;font-size: 1.2rem !important;text-align: right;margin: 0 !important;font-weight: normal;color: #000000;padding: 19px 2rem !important;border-radius: 52px;background: #f1eeee;}
.con-page .gfield--type-phone{
width:100% !important;
}
.page .gform_wrapper .gform_fields .gfield:last-child ,
.contact-page .gform_wrapper .gform_fields .gfield:last-child {
width: 100% !important;
}
.page .gform_wrapper .gform_fields .gfield label ,
.contact-page .gform_wrapper .gform_fields .gfield label {display: block;font-size: 1.5rem;color: #000000;font-weight: normal;margin: 0;padding-top: 0.1rem;}
.page .gform_wrapper .gform_fields .gfield textarea ,
.page .gform_wrapper .gform_fields .gfield select ,
.page .gform_wrapper .gform_fields .gfield input ,
.contact-page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield input {border: 0;font-size: 1.2rem !important;text-align: right;margin: 0 !important;font-weight: normal;color: #000000;padding: 19px 2rem !important;border-radius: 52px;background: #f1eeee;}
.page .gform_wrapper .gform_fields .gfield select {
-webkit-appearance: none;
appearance: none
}
.page .gform_wrapper .gform_fields .gfield .ginput_container_select {
position: relative;
}
.page .gform_wrapper .gform_fields .gfield .ginput_container_select::after {position: absolute;content: "";top: 24px;left: 21px;width: 1.5rem;height: 1.5rem;background: url(../images/arrow-down.png) no-repeat center/ 84%;}
.page .gform_button {
background: #BD9F58;
border: #BD9F58;
font-size: 1.5rem !important;;
padding: 1rem 3rem;
}
.page .gform_wrapper .gform_fields .gfield textarea ,
.contact-page .gform_wrapper .gform_fields .gfield textarea {height: 17rem !important;border-radius: 2rem;}
/*.contact-page .gform_wrapper .gform_fields .gfield:last-of-type {*/
/* margin: 0 1rem !important;*/
/*}*/
html[dir=rtl] .gform_legacy_markup_wrapper span.ginput_left, html[dir=rtl] .gform_legacy_markup_wrapper ul.gform_fields
li.gfield {
padding-left: 0;
padding-right: 0;
}

.page .gform_wrapper .gform_fields .gfield input::placeholder ,
.page .gform_wrapper .gform_fields .gfield textarea::placeholder ,
.contact-page .gform_wrapper .gform_fields .gfield input::placeholder ,
.contact-page .gform_wrapper .gform_fields .gfield textarea::placeholder {
color: #000000;
font-size: 1.3rem;
font-weight: normal;
}
.gform_legacy_markup_wrapper .gfield_required {
color: #E03137 !important;
}
.gfield_required_text,
.gfield_required_asterisk {
/* display: none !important; */
}
html[dir=rtl] .gform_legacy_markup_wrapper h3.gform_title,
body.rtl .gform_legacy_markup_wrapper h3.gform_title,
.contact-page .gform_title {
font-size: 4rem !important;
font-weight: 500 !important;
color: #000;
}
.gform_legacy_markup_wrapper .gform_footer {
text-align: center;
display: flex;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer{
    justify-content:left;
}
.page .gform_footer .btn,
.job-page .gform_footer .btn ,
.page-id-3424 .gform_footer .btn ,
.contact-page .gform_footer .btn {font-size: 1.5rem !important;padding: 1rem 5rem;background: #cd7251;width: auto !important;border: none;display: flex !important;border-radius: 40px;color: #fff;font-weight: 500;justify-content: center;align-items: center;}
.contact-page .gform_footer .btn:hover {
background: #000;
color: #fff;
}
@keyframes animloader {
0% {
height: 40px;
transform: translateY(0);
}
100% {
height: 10px;
transform: translateY(30px);
}
}

@keyframes animloader1 {
0% {
height: 48px;
}
100% {
height: 4.8px;
}
}
.fixed_links{
background:#fff;
position:fixed;
left:5rem;
top:30%;
border:3px solid #DAD4CA50;
border-radius:20px;
padding:1rem 3rem;
z-index:1111;
}
.fixed_links ul{
display:inline-flex;
justify-content:center;
align-content:center;
list-style:none;
padding:0;
margin:0;
gap:1rem;
}
.fixed_links a{
color:#98754F;
font-size:1.3rem;
}
/*.banner_section{*/
/* background: url('../images/bannerBackGround.png') no-repeat;*/
/* background-size: 100% 100%;*/
/* padding: 4rem 0rem 3rem 0rem;*/
/*}*/
/*.banner_section .topTitle{*/
/* display:flex;*/
/* flex-direction:column;*/
/* align-items:center;*/
/*}*/
/*.banner_section .topTitle .more{*/
/* margin:auto;*/
/*}*/
/*.banner_section .topTitle .more .btn-more{*/
/* background: #fff;*/
/* color:#1C302D;*/
/*}*/
/*.banner_section .topTitle .title{*/
/* text-align:center;*/
/*}*/
/*.banner_section .topTitle .title h3{*/
/* color:#fff;*/
/* padding-bottom:2rem;*/
/*}*/
/*.banner_section .topTitle .title p{*/
/* font-size:2rem;*/
/* font-weight:normal;*/
/* padding-bottom: 1rem;*/
/*}*/
/*.banner_section img{*/
/* width:100%;*/
/* height: 600px;*/
/*}*/

/* footer */
footer {position: relative;padding: 8rem 0 17px;margin-top: 0rem;background: url(../images/footerlayer.png)no-repeat center;background-size: cover;overflow: hidden;}
footer .footer_logo{
    padding-bottom:2rem;
}
footer .footer_logo img{
    width:70%;
}
footer .social__media ul{
    padding: 0;
}
footer .social__media ul li{
    padding: 0;
    margin: 0 5px !important;
}
footer .social__media ul li svg{
    max-height: 26px;
    width: 31px;
}
footer .info ul li span{padding-bottom: 0.4rem;}
.footer__top .menus ul{padding: 0;list-style: none;gap: 4rem;margin: 0;position: relative;list-style: none;padding: 0;-moz-columns: 2;}
.footer__top .menus ul a {color: #fff;font-size: 1.3rem;font-weight: 100;padding: .3rem 0;display: block;transition: all 0.5s ease-in-out;position: relative;z-index:111;}
.footer__top .menus ul a:hover {
color: #CD7251;
}
.footer__top .title h2{
    font-weight:300;
    font-size: 1.4rem;
    padding-bottom: 2rem;
}
.footer__top .info ul {border-radius: 2rem;position: relative;color: #fff;z-index: 1;padding: 0;}
.footer__top .info ul li {display:flex;align-items: center;margin: 1rem 0;}
.footer__top .info ul li:last-child{/* flex-wrap:wrap; */color:#fff;}
.footer__top .info ul li:last-child .btn{
flex-wrap:wrap;
width: 80%;
color:#fff;
}
.footer__top .info ul li a,.footer__top .info ul li p {padding-right: 1rem;color: #fff;font-size: 1.1rem;display:inline-flex;font-weight: 100;text-align: center;line-height: 1;}
.footer__top .info ul li svg {}
.footer__bottom {
margin: 2rem 0 0;
position: relative;
}
footer .companies .profile.item{
    background:#CD7251;
    color:#fff;
    padding: 27px 3px;
    border-radius: 6px;
    border: 1px solid #fff;
    transition:all 0.3s ease-in-out;
}
footer .profile:hover{
     background:#005B69;
}
footer .profile svg{
    padding:2px;
}
footer .profile a{
    color:#fff;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
}
footer .profile a:hover{
    color:#fff;
}
footer .companies{
    align-items:center;
}
footer .companies .item{
    background:#fff;
    margin: 6px 0;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .companies .item:hover img{
    transform:rotateY(360deg);
    transition:all .5s;
}
footer .companies .item:hover{
    background:#cd7251;
}
.es_subscription_message.success {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
}
.newsletter .title h4{
    color:#fff;
    font-size: 1.4rem;
    padding: 0;
}
.newsletter .newsletter_form .emaillist form{
    background:#fff;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
    padding: 0.3rem 3px;
}
.newsletter form label ,
.newsletter form .es-field-wrap {
    width: 100%;
    margin: 0;
}
.newsletter form input.es_txt_email {
    width: 100%;
    height: 4rem;
    margin: 0;
    font-size: 1.3rem;
    padding: 2rem 1rem;
    color: #000;
    font-weight: 300;
    border: 0;
    background: transparent;
}
.newsletter form input.es_txt_email::placeholder{
    color:#333;
    font-size:1.3rem
}
.newsletter form input[type="submit"] {
    padding: 6px 29px;
    border-radius: 50px;
    font-size: 1.5rem;
    font-weight: 100;
    margin: 0;
    color: #fff;
    background: #cd7251;
    transition:all .5s;
}
.newsletter form input[type="submit"]:hover{
    background: #000;
    color:#fff;
     transition:all .5s;
}
.footer__top p.rights ,.footer__top .footer__right p{
color: #41372E80;
font-size: 1.3rem;
font-weight: normal;
margin:0;
}
.footer__top p.rights span {
   font-weight: normal
}
.footer__bottom p {color: #fff;font-size: 1.1rem;font-weight: 400;padding:0;margin:0;line-height:30px}
.footer__bottom h4 {
color: #144A98;
font-size: 1.2rem;
font-weight: normal;
padding:0;
margin:0;
}
.footer__bottom .rowaad{
display:flex;
align-items: center;
justify-content: flex-end;
}
.footer__bottom .rowaad span {
padding-left: 1rem;
color: #144A98;
}
.footer__bottom .rowaad a {
color: #fff;
font-size: 1.25rem; 
}
.footer__bottom .rowaad a svg{ 
    max-width: 4rem;
}
/************Single Project **************/
.fancybox-slide #hover-image {
padding: 0;
border-width: 0;
background-color: transparent;
}
/*.mainImage{*/

/*}*/
/*.mainImage img{*/
/* width: 100%;*/
/* margin-bottom: 1rem;*/
/*}*/

.slick-slide img {
width: 100%;
}
.rtl .form_unit .gform_button.btn{
margin:2rem 0 0 0 !important;
text-align:center !important;
width:100% !important;
background:#7EB84E !important;
color:#fff;
padding:1rem ;
font-size:1.5rem !important;
font-weight:700;

}
.LicensesPage .item .caption{
    position:absolute;
    bottom:2rem;
    right:2rem;
    display: flex;
    justify-content: space-between;
    width: 92%;
}
.LicensesPage .item .caption a{
    background:#fff;
    color:#005B69;
    padding: 1rem 2rem;
    border-radius:50px;
    height: fit-content;
    transition:all .5s;
    min-width: 115px;
    margin: auto;
    text-align: center;
}
.LicensesPage .item:hover .caption a{
    color:#cb7151;
    transition:all .5s;
}
.product-info-box{
    background:#E8F0F144;
    border-radius:30px;
    box-shadow:0 0 60px #00000016;
}
.custom-single-product .product-title {
    font-size: 2.25rem; 
    color:#000000;
}

.custom-single-product .price-box {
    font-size: 18px;
}

.custom-single-product .old-price {
    text-decoration: line-through;
    color: #7D7D7D;
    font-size:1.5rem;
}

.custom-single-product .sale-price {
    font-size:2rem;
    color: #CD7251;
}

.contact_btn{
    background:#005B69;
}

.custom-single-product .product-meta li {
    margin-bottom: 1rem;
    display: flex;
    gap: 0.5rem;
    color: #7C7C7C;
    font-size: 1.25rem;
}
.custom-single-product .product-meta li svg{
    max-width:2rem;
    max-height:2rem;
}
.featured{
    background:#FFF3EF;
    border-radius:30px;
    padding:3rem 5rem 2rem 2rem;
    box-shadow:0 20px 60px #00000010;
    margin:3rem 0;
}
.custom-single-product .featured h3{
    color:#000000;
    font-size:1.8rem;
    margin-bottom:2rem;
}
.custom-single-product .slides {
    list-style: none;
    padding-left: 0;
}
.custom-single-product .slides{
    list-style:none;
    position:relative;
    margin-bottom: 1.2rem;
    padding-right:0;
}
.custom-single-product .slides li{
    color:#585858;
    font-size:1.12rem;
    position:relative;
    gap: 0.7rem;
}
.custom-single-product .slides li svg{
    max-width:2rem;
}
.product-tabs .tab-content{
    background:transparent;
    border:none;
    color:#585858;
    font-size:1.25rem;
}
.product-tabs .tab-content p{
    padding: 0.5rem 2rem;
}
.product-tabs .custom-tabs{
    box-shadow:none;
    padding: 0 2rem;
}
.product-tabs .custom-tabs .nav-link { 
    padding: 1.25rem 2.25rem;
}

.woocommerce img, .woocommerce-page img {
    border-radius: 1.75rem;
}
.woocommerce .quantity .qty {
    border: 1px solid #CD7251;
    border-radius: 2.3rem;
    width: 3.631em;
    text-align: center;
    height: 3rem;
    width: 5rem;
    margin: 1.5rem 0;
}
header .cart_btn{
    position:relative;
}
header .cart_count{
    background:#CD7251;
    color:#ffff;
    border-radius:50%;
    right:-0.5rem;
    top:-0.75rem;
    position:absolute;
    min-width:1.5rem;
    display:flex;
    align-content:center;
    justify-content:center;
}
.single_add_to_cart_button  svg{
 max-width:1.5rem   
}
.um .um-button.um-alt, .um input[type=submit].um-button.um-alt{
  background:#005B69 !important;  
  color:#fff !important; 
}
.um-field-label label{
    color:#000 !important;
}
.banner_section img{
    transition:all 0.3s ease-in-out;
}
.banner_section:hover img{
     transform: scale(1.05);
}
footer a:hover{
    color:#CD7251;
}

/**********************************/

body.rtl .gform_legacy_markup_wrapper input[type=submit]{
text-align:center !important;
}
@keyframes waveMotion {
  0%   { transform: translateY(0px) rotate(0deg); }
  50%  { transform: translateY(15px) rotate(1deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

@media(min-width: 1400px){

}
@media(max-width:768px) {
    html {
    font-size: 8px;
    }
    .footer__bottom .rowaad{
        justify-content:center;
    }
    footer{
        overflow:hidden;
    }
    footer .footer_logo{
        text-align:center;
    }
    footer .footer_logo img{
        width:50%;
    }
     footer .content{
         text-align:center;
     }
    .footer__bottom p{
        font-size:2rem;
    }
    .newsletter .newsletter_form .emaillist form{
        padding:1.5rem;
    }
    footer .content p{
        font-size:1.5rem;
    }
    footer .profile{
        width: 83%;
        margin: auto;
    }
    footer .profile a{
        font-size:2rem;
    }
    footer .companies img{
    width: 56%;
    }
    footer .companies{
        display:none;
    }
    .menuIcon{
    display: flex;
    justify-content: flex-end;
    }
    .menuIcon svg path{
        fill:#cd7251;
    }
    .about__section .inHome img{
    width:50% !important;
    margin:auto;
    }
    header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .mob_lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    overflow: visible;
    }
    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
    border:none;
    }
    .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown
    a:hover{
    background:transparent;
    color:#fff;
    }
    
    html[dir=rtl] .gform_legacy_markup_wrapper h3.gform_title, body.rtl .gform_legacy_markup_wrapper h3.gform_title,
    .contact-page .gform_title {
    font-size: 2rem !important
    }
    header .menu li.menu-item-has-children {
    position: relative;
    }
    header .menu li.menu-item-has-children:hover ul {
    position: relative;
    top: 0;
    width: 100%;
    border-radius: 0;
    }
    header .menu li.menu-item-has-children:after {
    right: unset;
    left: 3rem;
    top: 15px;
    }
    header .menu {
    flex-direction: column;
    padding: 0;
    margin: 0;
    }
    body.rtl .gform_legacy_markup_wrapper ul li, .project-single .gfield{
    width: 100% !important
    }
    body.rtl .gform_legacy_markup_wrapper ul > li.gfield, .project-single .gfield {
    width: 100% !important
    }
    .contact-page .gform_wrapper .gform_fields .gfield ,
    .page-id-2664 .gform_wrapper.gravity-theme .gform_fields .gfield {
    width: 100% !important;
    }
    
    .contact-page .gform_wrapper {
    padding: 2rem;
    margin: 0;
    width: 100%;
    }
    .contact-page .contact-info .d-flex {
    flex-direction: column;
    }
    .contact-page .gform_wrapper .gform_fields .gfield:last-of-type {
    margin: 0 !important
    }
    .page .gform_wrapper .gform_fields .gfield {
    width: 100% !important;
    /* padding: 0 !important; */
    }
    html[dir=rtl] .page .gform_footer, html[dir=rtl] .page .gform_page_footer {
    padding: 0 !important
    }
    html[dir=rtl] .gform_legacy_markup_wrapper {
    /* padding-right: 0 !important; */
    }
    .fullPageMenu .nav .header__logo {
    padding: 3rem;
    margin-bottom: 2rem;
    }
    .fullPageMenu .nav img {
    width: auto;
    }
    .fullPageMenu .nav span svg{
    width: 20px;
    }
    .mob_lang{
    display:inline-flex;
    margin-left:1rem;
    margin-right: 2rem;
    }
    .wp-block-heading{
    font-size:3rem !important;
    }
    .moreInfoAbout .item{
        margin:1rem 0;
    }
    .page header{
       background:none;
    }
    .upload__file .ginput_container{
        background: url(../images/upload.png) no-repeat 7% center ,#f1eeee;
        background-size: 4%;
    }
    .upload__file .gfield_description{
        top:1.5rem;
        right: 24px;
    }
    .jobsPage .container{
        width:auto;
    }
    #breadcrumbs h2{
        font-size:2rem;
    }
    .trainers__section.trainersPage{
        padding:1rem;
    }
    .header__logo{
        padding-bottom:2rem;
    }
    header .list-inline a{
        font-size:1.5rem;
    }
    header .list-inline .icons a{
        width:5rem;
        height:5rem;
        border-radius:50px;
    }
    header .list-inline .icons a svg{
        max-width: 3rem;
        max-height: fit-content;
    }
     header,
    .home header{
        padding: 4px;
         position:relative;
    }
    header .list-inline{
        justify-content:center;
    }
}
@media(max-width: 768px ) and (min-width: 500px) {
html {
font-size: 8px;
}
}
@media(max-width: 991px) and (min-width: 768px) {
html {
font-size: 12px;
}
body.home:after{
display:none;
}

.title h4 {
font-size: 1.5rem;
width: 100%;
padding-bottom: 1rem;
}
}
@media(max-width: 1191px) and (min-width: 992px) {
html {
font-size: 14px;
}
#breadcrumbs h2 {
font-size: 3rem;
}
.btn, .btn-more {
padding: 0.8rem 2rem;
}

.title h3 {
font-size: 2rem;
}

}

@media(max-width: 1366px) and (min-width: 1191px) {
html {
/* font-size: 11px; */
}

}
@media(max-width: 1366px) and (min-width: 1290px) {
html {
font-size: 14px;
}
#breadcrumbs h2 {
    font-size: 2.25rem ;
}
}


/* Layout for search container */
.search__wraper {
padding: 20rem;
}

.js .search__wraper {
position: fixed;
z-index: 1000;
top: 0;
right: 100%;
overflow: hidden;
width: 100%;
height: 100vh;
background: #fff;
}

.js .search__wraper::after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: #fff;
}

.btn--search-close {
font-size: 2em;
position: fixed;
z-index: 1001;
top: 1.25em;
left: 1.25em;
box-shadow:none
}

.main{
position:relative;
margin: 0;
width: 100%;
}

@media screen and (max-width: 40em) {
}

.fullPageMenu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
transition: 0.5s;
z-index: 9999999999;
background-size:100% 100%;
}

.fullPageMenu.active {
top: -100%;
}

.fullPageMenu .nav {
display: block;
/* justify-content: center; */
align-items: center;
width: 100%;
height: 100%;
overflow-y: auto;
/* padding: 4rem 0; */
}
.fullPageMenu .nav .header__logo {
text-align: center;
padding: 4rem;
margin-bottom: 2rem;
}
.fullPageMenu .nav img {
width: 40%;
margin: auto;
}
.menuclose svg {
width: 40px;
height: 40px;
}
.fullPageMenu .nav ul {
position: relative;
}
.fullPageMenu .nav ul.menu {
padding: 0 2rem
}
.mob_lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
right: auto;
left: 0;
}
.fullPageMenu .nav ul.menu li {
position: relative;
list-style: none;
padding: 0 20px;
margin: 5px 0;
overflow: hidden;
}
.fullPageMenu .nav ul.menu li a {
position: relative;
color: #000;
text-decoration: none;
font-size: 2rem;
font-weight: 500;
line-height: 2;
display: block;
text-transform: uppercase;
transition: 0.5s ease-in-out;
}
.menuclose {
position: absolute;
left: 3rem;
top: 2rem
}
.menuclose svg path {
stroke: #000;
fill: #000;
}
.acf-map {
width: 100%;
height: 700px;
border: #ccc solid 1px;
margin: 20px 0;
}
.iti__country-list {
left:0;
}
@keyframes title2 {
0% {
transform: translateY(0);
}

50% {
transform: translateY(-10px);
}

100% {
transform: translateY(0);
}
}
@keyframes title {
0% {
transform: translateY(0);
}
50% {
transform: translateY(10px);
}

100% {
transform: translateY(0);
}
}
.modal {
z-index: 11111111111111111111;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 600px;
}
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: none;
    padding: 2rem 1rem;
    background: #E8F0F144;
    border-radius: 30px;
    box-shadow: 0 0 60px #00000016;
}