@import url(https://fonts.googleapis.com/css?family=Cairo);
@font-face {
    font-family: madani;
    font-display: swap;
    src: url(../webfonts/Madani.woff);
}
* {
    font-family: "madani", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    direction: rtl;
    scroll-behavior: smooth;

}
::-webkit-scrollbar {
    width: 8px;
    height: 6px;
    border-radius: 0px !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px !important;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    outline: none;
    border-radius: 20px !important;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .hidden {
    display: none !important;
    visibility: hidden !important;
  }
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  
  .panel-body {
    padding: 15px;
  }
  
  .panel-body:before,
  .panel-body:after {
    display: table;
    content: " ";
  }
  
  .panel-body:after {
    clear: both;
  }
  
  .panel-body:before,
  .panel-body:after {
    display: table;
    content: " ";
  }
  
  .panel-body:after {
    clear: both;
  }
  
  .panel > .list-group {
    margin-bottom: 0;
  }
  
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
  }
  
  .panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  
  .panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
  }
  
  .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
  }
  
  .panel > .table,
  .panel > .table-responsive > .table {
    margin-bottom: 0;
  }
  
  .panel > .panel-body + .table,
  .panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
  }
  
  .panel > .table > tbody:first-child th,
  .panel > .table > tbody:first-child td {
    border-top: 0;
  }
  
  .panel > .table-bordered,
  .panel > .table-responsive > .table-bordered {
    border: 0;
  }
  
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  
  .panel > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  
  .panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
  }
  
  .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
  }
  
  .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
  }
  
  .panel-title > a {
    color: inherit;
  }
  
  .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  
  .panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
  }
  
  .panel-group .panel + .panel {
    margin-top: 5px;
  }
  
  .panel-group .panel-heading {
    border-bottom: 0;
  }
  
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
  }
  
  .panel-group .panel-footer {
    border-top: 0;
  }
  
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
  }
  
  .panel-default {
    border-color: #dddddd;
  }
  
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
  }
  
  .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
  }
  
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd;
  }
  
  .panel-primary {
    border-color: #428bca;
  }
  
  .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
  }
  
  .panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
  }
  
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
  }
  
  .panel-success {
    border-color: #d6e9c6;
  }
  
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
  
  .panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
  }
  
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
  }
  
  .panel-warning {
    border-color: #faebcc;
  }
  
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
  }
  
  .panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
  }
  
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
  }
  
  .panel-danger {
    border-color: #ebccd1;
  }
  
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  
  .panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
  }
  
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
  }
  
  .panel-info {
    border-color: #bce8f1;
  }
  
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
  }
  
  .panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
  }
  
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
  }.panel-details h4 , .add-profile1{
	display: block;
	padding:15px 0px 5px 0px;
	margin:0px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}.order-chat {
	padding:10px;
	font-size: 16px;
}
.time {
	direction: ltr;
	text-align: left;
	opacity: .455;
	font-family: arial;
}
.time i {
	float:right;
	margin:0px 5px;
}
.order-chat .msg {
	padding:10px 0px;
}
.order-chat .msg+.msg {

	/*border-top: 1px solid #ccc;*/
}
.send_wrap{
	border-top: 1px solid #eee;
/*border-bottom: 1px solid #eee;*/
padding: 10px;
/* background: #f8f8f8; */
}
.replay-btn
{
	display: block;
	width:100%;
	height: 70px;
}
a:hover {
    text-decoration: none;
    color: #003744;

}

button:focus {
    outline: 0;
}

.row {
    margin: 0px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

@media (max-width: 767px) {
    .container,
    .container-fluid {
        padding: 0px 8px;
    }
}
video,
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none;
}
/*---- container end --- */
.our-works .single-work {
    overflow: hidden;
  }
  .our-works .single-work img {
    border-bottom: 3px solid #d6d6d6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .our-works .single-work p {
    text-align: center;
    font-size: 16px;
    color: #202020;
    padding: 10px 0;
    margin: 0;
  }
  .our-works .single-work:hover img {
    opacity: 0.5;
  }
  
  .ourworks {
    margin-top: 2em;
  }
  .ourworks .section-title {
    margin-top: -200px !important;
  }
  .ourworks .single-work {
    margin-bottom: 20px;
  }
  .ourworks .single-work h6 {
    text-align: center;
    background: #202020;
    margin: 0;
    padding: 15px 10px;
    color: #FFFFFF;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 14px;
  }
  
  .trademark {
    background: #E9E9E9;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
    margin-top: -46px;
    padding: 30px 0;
  }
  .trademark .en-logo {
    float: left;
  }
  
  * Single work page */
  /*************************************************/
  .single-work-info p {
    margin: 10px 0;
    font-size: 22px;
    font-weight: bold;
    color: #202020;
  
  }
  .da-thumbs {
    list-style: none;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 20px auto;
    text-align: center;
    padding: 0;
  
  }
  .da-thumbs li {
    /*float: left;*/
    display:inline-block;
    margin: 2px;
    /*background:#121212 ;*/
    /*padding: 8px;*/
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }
  .da-thumbs li a,
  .da-thumbs li a img {
    display: block;
    position: relative;
  }
  .da-thumbs li a {
    overflow: hidden;
  }
  .da-thumbs li a div {
    position: absolute;
    background: #333;
    background: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
  }
  
  .da-thumbs li a div span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 40px 0px 0px 0px;
    color: rgba(255,255,255,0.9);
  }
  
  
  /*---- info start --- */
  
  /*************************************************/
  /* Contact Page */
  /*************************************************/
  .contact-page .form-control {
    height: auto;
  }
  .contact-page .contact-info h1 {
    margin: 0 0 40px 0;
    font-size: 26px;
    color: #202020;
  }
  .contact-page .contact-info p {
    font-size: 15px;
  }
  .contact-page .contact-info p i {
    font-size: 20px;
    color: #202020;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-left: 10px;
  }
  .contact-page .contact-form h1 {
    margin: 20px 0 40px 0;
    font-size: 26px;
    color: #202020;
  }
  
  
  /*---- container end --- */
  .our-works .single-work {
    overflow: hidden;
  }
  .our-works .single-work img {
    border-bottom: 3px solid #d6d6d6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .our-works .single-work p {
    text-align: center;
    font-size: 16px;
    color: #202020;
    padding: 10px 0;
    margin: 0;
  }
  .our-works .single-work:hover img {
    opacity: 0.5;
  }
  
  .ourworks {
    margin-top: 2em;
  }
  .ourworks .section-title {
    margin-top: -200px !important;
  }
  .ourworks .single-work {
    margin-bottom: 20px;
  }
  .ourworks .single-work h6 {
    text-align: center;
    background: #202020;
    margin: 0;
    padding: 15px 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 14px;
  }
  .img-responsive1{
      border: 2px solid #1d74bb;
      margin-bottom: 5px;
  height: 200px;
      width: 100%;
      padding-left: 5px;
      padding-right: 5px;
  
      border-radius: 10px;
     
    }
body {
    background-color: #fdfdfd;
}

content {
    min-height: 50vh;
    position: relative;
    display: block;
}

.select2-container--default .select2-selection--single {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-color: #003744;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-results__option--selectable {
    border-radius: 4px;
    margin-bottom: 2px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f5f4de !important;
    color: #003744 !important;
}

.select2-dropdown {
    border-radius: 4px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941) !important;
    border-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 20px;
}

.defaultBtn {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    margin-left: 5px;
    background-color: #fdd700;
    color: #003744;
    transition: all 0.3s ease-in-out;
    border-radius: 500px;
    padding: 8px 16px;
    border: 1px solid transparent;
}
.defaultBtn span {
    position: absolute;
    top: 50%;
    right: 0%;
    display: inline-block;
    width: 0;
    height: 0;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
    transform: translate(50%, -50%);
    border-radius: 500px;
    z-index: -1;
}
.defaultBtn:hover {
    color: #003744;
    border: 1px solid #003744;
}
.defaultBtn:hover span {
    width: 300%;
    height: 600%;
}


.defaultBtn1 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    margin-left: 5px;
    background-color: #003744;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    border-radius: 500px;
    padding: 8px 16px;
    border: 1px solid transparent;
}
.defaultBtn1 span {
    position: absolute;
    top: 50%;
    right: 0%;
    display: inline-block;
    width: 0;
    height: 0;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
    transform: translate(50%, -50%);
    border-radius: 500px;
    z-index: -1;
}
.defaultBtn1:hover {
    color: #003744;
    border: 1px solid #003744;
}
.defaultBtn1:hover span {
    width: 300%;
    height: 600%;
}

.form-check-input:checked {
    background-color: #003744;
    border-color: #003744;
    transition: all 0.3s ease-in-out;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(20, 94, 78, 0.1882352941);
}


.SectionTitle {
    text-align: center;
    position: relative;
    padding: 30px 10px;
}
.SectionTitle::before {
    content: "";
    width: 200px;
    height: 2px;
    background-color: #003744;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-animation: sectionAnimation 2s infinite;
    animation: sectionAnimation 2s infinite;
}
.SectionTitle::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #ffd700;
    border: 2px solid #003744;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.SectionTitle {
    text-align: center;
    position: relative;
    padding: 30px 10px;
}
.SectionTitle::before {
    content: "";
    width: 200px;
    height: 2px;
    background-color: #003744;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-animation: sectionAnimation 2s infinite;
    animation: sectionAnimation 2s infinite;
}
.SectionTitle::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #ffd700;
    border: 2px solid #003744;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
@-webkit-keyframes sectionAnimation {
    0% {
        width: 50px;
    }
    50% {
        width: 200px;
    }
    90% {
        width: 100px;
    }
    100% {
        width: 50px;
    }
}
@keyframes sectionAnimation {
    0% {
        width: 50px;
    }
    50% {
        width: 200px;
    }
    90% {
        width: 100px;
    }
    100% {
        width: 50px;
    }
}
.SectionTitle .hint {
    color: #777;
    margin: auto;
    max-width: 800px;
    line-height: 36px;
}
.SectionTitle .title {
    font-weight: bold;
    color: #003744;
    margin-bottom: 20px;
}

.steps {
    padding: 70px 0 30px;
}
.steps .allSteps {
    display: flex;
    padding: 20px 0px;
    text-align: center;
    position: relative;
}
@media (max-width: 678px) {
    .steps .allSteps {
        flex-direction: column;
    }
}
.steps .allSteps::before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #00a19a;
    position: absolute;
    top: 50%;
    left: 0;
}
@media (max-width: 678px) {
    .steps .allSteps::before {
        display: none;
    }
}
.steps .allSteps .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 250px;
    width: 100%;
}
@media (max-width: 678px) {
    .steps .allSteps .step {
        height: auto;
        padding-top: 70px;
        padding-bottom: 40px;
    }
}
.steps .allSteps .step::after {
    content: "";
    width: 30px;
    height: 30px;
    border: 1px dashed #00a19a;
    background-color: #00827c;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
@media (max-width: 678px) {
    .steps .allSteps .step::after {
        top: 0;
        bottom: unset;
    }
}
.steps .allSteps .step:nth-child(1):after {
    content: "1";
}
.steps .allSteps .step:nth-child(2):after {
    content: "2";
}
.steps .allSteps .step:nth-child(3):after {
    content: "3";
}
.steps .allSteps .step:nth-child(4):after {
    content: "4";
}
.steps .allSteps .step:nth-child(5):after {
    content: "5";
}
.steps .allSteps .step::before {
    content: "";
    width: 2px;
    height: 15px;
    border-left: 1px dashed #00a19a;
    border-radius: 100px;
    position: absolute;
    bottom: 30px;
    left: calc(50% + 1px);
    transform: translateX(-50%);
    z-index: 2;
}
@media (max-width: 678px) {
    .steps .allSteps .step::before {
        top: -15px;
        height: 60px;
        bottom: unset;
    }
}
@media (max-width: 678px) {
    .steps .allSteps .step:first-child::before {
        top: 0;
        height: 45px;
    }
}
.steps .allSteps .step .images {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.steps .allSteps .step .images img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 2px;
    height: 40px;
    width: 60px;
    border-radius: 8px;
}
.steps .allSteps .step .icon {
    position: relative;
    margin-bottom: 30px;
}
.steps .allSteps .step .icon i {
    font-size: 40px;
    color: #00a19a;
}
.steps .allSteps .step .icon::after {
    content: "";
    width: 80px;
    height: 50px;
    background-color: #00a19a;
    opacity: 0.1;
    position: absolute;
    left: calc(50% - 44px);
    top: 12px;
    transform: skewX(-55deg) rotateX(60deg) rotateY(14deg);
    z-index: -1;
}
.steps .allSteps .step:nth-child(even) {
    margin-top: 220px;
    padding-bottom: 0px;
    padding-top: 60px;
}
@media (max-width: 678px) {
    .steps .allSteps .step:nth-child(even) {
        margin-top: unset;
        padding-bottom: 30px;
        padding-top: 70px;
    }
}
.steps .allSteps .step:nth-child(even)::after {
    bottom: unset;
    top: 0;
}
.steps .allSteps .step:nth-child(even)::before {
    top: 30px;
    bottom: unset;
}
@media (max-width: 678px) {
    .steps .allSteps .step:nth-child(even)::before {
        top: -15px;
    }
}
.spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    position: fixed;
    width: 100%;
    min-height: 100vh;
    right: 0;
    top: 0;
    z-index: 99999;
}
.spinner .sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    transform: rotateZ(45deg);
}
.spinner .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
}
.spinner .sk-folding-cube .sk-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003744;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    transform-origin: 100% 100%;
}
.spinner .sk-folding-cube .sk-cube2 {
    transform: scale(1.1) rotateZ(90deg);
}
.spinner .sk-folding-cube .sk-cube3 {
    transform: scale(1.1) rotateZ(180deg);
}
.spinner .sk-folding-cube .sk-cube4 {
    transform: scale(1.1) rotateZ(270deg);
}
.spinner .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.spinner .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.spinner .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes sk-foldCubeAngle {
    0%, 10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.mainNav {
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
    padding: 0;
}
.mainNav .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.mainNav .navbar-brand {
    padding: 10px;
    display: flex;
    margin: 0;
    align-items: center;
    position: relative;
}
.mainNav .navbar-brand .logo {
    height: 75px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.mainNav .language {
    padding: 20px 12px;
}
@media (max-width: 768px) {
    .mainNav .language {
        padding: 10px 12px;
    }
}
.mainNav .language .dropdown-toggle {
    color: #003744;
}
.mainNav .language i {
    font-size: 20px;
}
.mainNav .language .dropdown-item {
    text-align: start;
}
.mainNav .language .dropdown-item img {
    width: 30px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    margin-left: 5px;
}
.mainNav .nav-item {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .mainNav .nav-item {
        display: block;
    }
}
.mainNav .nav-item .nav-link {
    text-transform: capitalize;
    color: #292929;
    padding: 20px 12px;
    margin: 0 2px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}
@media (max-width: 768px) {
    .mainNav .nav-item .nav-link {
        margin-bottom: 5px;
        padding: 10px;
    }
}
.mainNav .nav-item .nav-link.active, .mainNav .nav-item .nav-link:hover, .mainNav .nav-item .nav-link:focus {
    color: #003744;
}
.mainNav .nav-item .nav-link.active::after, .mainNav .nav-item .nav-link:hover::after, .mainNav .nav-item .nav-link:focus::after {
    width: 30%;
}
.mainNav .dropdown {
    text-align: center;
}
.mainNav .dropdown .userImg {
    width: 36px;
    height: 36px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #f5f4de;
}
.mainNav .dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainNav .dropdown .dropdown-toggle::after {
    border: none !important;
    content: "\f104" !important;
    font-family: "Font Awesome 6 Pro";
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
    width: 10px !important;
}
.mainNav .dropdown:hover .dropdown-toggle::after {
    transform: rotate(-90deg);
}
.mainNav .dropdown .dropdown-menu {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown !important;
    animation-name: fadeOutDown !important;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
    padding: 5px 0;
    right: unset;
    top: 100%;
    left: -50%;
    margin-top: 0;
    border: none;
}
.mainNav .dropdown .dropdown-menu a {
    border-radius: 2px;
    padding: 8px 12px;
    padding-right: 16px;
    margin-bottom: 5px;
    position: relative;
}
.mainNav .dropdown .dropdown-menu a::before {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 0px;
    height: 80%;
    background-color: #003744;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    transition: 0.1s ease-in-out;
    transform: translateY(-50%);
}
.mainNav .dropdown .dropdown-menu a:hover::before {
    width: 5px;
}
.mainNav .dropdown:hover .dropdown-menu, .mainNav .dropdown:focus .dropdown-menu {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp !important;
    animation-name: fadeInUp !important;
}
@media (min-width: 768px) {
    .mainNav .dropdown:hover .dropdown-menu, .mainNav .dropdown:focus .dropdown-menu {
        display: block;
    }
}
@media (max-width: 768px) {
    .mainNav .dropdown .dropdown-menu {
        -webkit-animation-name: unset !important;
        animation-name: unset !important;
        box-shadow: none;
        text-align: center;
        background-color: #f0f5f4;
        margin: 10px 0;
    }
    .mainNav .dropdown:hover .dropdown-menu {
        -webkit-animation-name: unset !important;
        animation-name: unset !important;
    }
}

.swiper {
    padding-bottom: 40px;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-weight: lighter;
}
@media (max-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 26px;
    font-family: "Font Awesome 6 Pro";
    transition: all 0.3s ease-in-out;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    border: 1px solid #ffffff;
}

.swiper-button-prev::after {
    content: "\f178" !important;
}

.swiper-button-next::after {
    content: "\f177" !important;
}

.swiper-pagination {
    width: auto !important;
    right: 50% !important;
    transform: translateX(50%);
    background-color: rgba(19, 34, 53, 0);
    border-radius: 4px;
    padding: 0px 10px;
    transition: all 0.3s ease-in-out;
}
.swiper-pagination .swiper-pagination-bullet {
    transition: all 0.3s ease-in-out;
    width: 20px;
    border-radius: 4px;
    opacity: 0.5;
    background-color: #f5f4de;
    margin: 2px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f5f4de;
    width: 40px;
    border-radius: 4px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.swiper-button-disabled {
    display: none;
}

.MainSlider {
    position: relative;
}
.MainSlider #particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.MainSlider .MainSlider-container {
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
}
.MainSlider .MainSlider-container .swiper-slide {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 68px);
}
@media (max-width: 768px) {
    .MainSlider .MainSlider-container .swiper-slide {
        height: 550px;
    }
}
.MainSlider .MainSlider-container .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(20, 94, 78, 0.04), rgb(27 114 188 / 85%));
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.MainSlider .MainSlider-container .swiper-slide .info {
    position: relative;
    z-index: 2;
    margin-top: 50px;
    max-width: 850px;
    text-align: center;
}
@media (max-width: 768px) {
    .MainSlider .MainSlider-container .swiper-slide .info {
        margin-right: 0px;
    }
}
.MainSlider .MainSlider-container .swiper-slide .info .hint {
    color: #ffffff;
    text-transform: capitalize;
    text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2509803922);
    margin-bottom: 10px;
}
.MainSlider .MainSlider-container .swiper-slide .info .sliderTitle {
    font-size: 35px !important;
    overflow: hidden;
    color: #ffffff;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2509803922);
    line-height: 54px;
}
@media (max-width: 768px) {
    .MainSlider .MainSlider-container .swiper-slide .info .sliderTitle {
        font-size: 22px !important;
        line-height: 34px;
    }
}
.MainSlider .MainSlider-container .swiper-slide .info a {
    margin-top: 30px;
}

.mainSlideItem.swiper-slide-active .sliderTitle {
    -webkit-animation: jackInTheBox 1s 0s both;
    animation: jackInTheBox 1s 0s both;
}
.mainSlideItem.swiper-slide-active .hint {
    -webkit-animation: fadeInUp 1s 1s both;
    animation: fadeInUp 1s 1s both;
}
.mainSlideItem.swiper-slide-active a {
    -webkit-animation: fadeInUp 1s 1.5s both;
    animation: fadeInUp 1s 1.5s both;
}

.mainSlideItem.swiper-slide-active .sliderTitle {
    -webkit-animation: jackInTheBox 1s 0s both;
    animation: jackInTheBox 1s 0s both;
}
.mainSlideItem.swiper-slide-active .hint {
    -webkit-animation: fadeInUp 1s 1s both;
    animation: fadeInUp 1s 1s both;
}
.mainSlideItem.swiper-slide-active a {
    -webkit-animation: fadeInUp 1s 1.5s both;
    animation: fadeInUp 1s 1.5s both;
}

.animatedLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #003744;
    transition: all 0.3s ease-in-out;
    position: relative;
    width: auto;
    width: -moz-fit-content;
    width: fit-content;
}
.animatedLink i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    transition: width 0.3s ease-in-out;
}
.animatedLink i img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
}
.animatedLink i span {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 1px solid #003744;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}
.animatedLink:hover {
    padding: 0 20px;
    color: #ffffff;
}
.animatedLink:hover i {
    width: 20px;
}
.animatedLink:hover i span {
    width: 100%;
    border: 1px solid #003744;
    background-color: #003744;
}

.sectionTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center !important;
}
@media (max-width: 768px) {
    .sectionTop {
        flex-direction: column;
    }
}
.sectionTop .swiperBtns {
    position: relative;
    display: flex;
}
.sectionTop .swiperBtns .swiper-pagination {
    margin: 0px 10px;
    display: flex;
    align-items: center;
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    left: unset;
    color: #003744;
}
.sectionTop .swiperBtns .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
    font-weight: bold;
    margin: 0px 8px;
}
.sectionTop .swiperBtns .swiper-pagination .swiper-pagination-total {
    font-size: 20px;
    margin: 0px 8px;
    opacity: 0.6;
}
.sectionTop .swiperBtns .swiper-button-next,
.sectionTop .swiperBtns .swiper-button-prev {
    position: relative;
    right: unset;
    top: unset;
    left: unset;
    bottom: unset;
    margin: 0 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003744;
    width: auto;
    transition: all 0.3s ease-in-out;
}
.sectionTop .swiperBtns .swiper-button-next::after,
.sectionTop .swiperBtns .swiper-button-prev::after {
    font-size: 60px;
    font-family: "Font Awesome 6 pro";
    font-weight: 200;
}
@media (max-width: 768px) {
    .sectionTop .swiperBtns .swiper-button-next::after,
    .sectionTop .swiperBtns .swiper-button-prev::after {
        font-size: 44px;
    }
}
.sectionTop .swiperBtns .swiper-button-next:hover,
.sectionTop .swiperBtns .swiper-button-prev:hover {
    color: #f5f4de;
}
.sectionTop .swiperBtns .swiper-button-next {
    right: unset;
}
.sectionTop .swiperBtns .swiper-button-next::after {
    content: "\f177" !important;
}
.sectionTop .swiperBtns .swiper-button-prev::after {
    content: "\f177" !important;
    transform: scaleX(-1);
}

.flipCard {
    width: 100%;
    height: 200px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    perspective: 1000px;
}
.flipCard .cardFront {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.flipCard .cardFront .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
    color: #ffffff;
}
.flipCard .cardFront .content h3 {
    font-weight: bold;
}
.flipCard .cardFront .content .animatedLink {
    color: #ffffff;
}
.flipCard .cardFront .content .animatedLink i {
    font-size: 24px;
}
.flipCard .cardFront .content .animatedLink span {
    border-color: #ffffff;
}
.flipCard .cardBack {
    padding: 20px;
    position: absolute;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.0509803922);
    background-color: #fff;
}
.flipCard .cardBack .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.flipCard .cardBack .content img {
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 30px;
}
.flipCard .cardBack .content h3 {
    font-weight: bold;
    color: #003744;
    margin-bottom: 15px;
}
.flipCard .cardBack .content p {
    color: #777;
}
.flipCard .cardBack .content a {
    margin-top: auto;
    margin-right: auto;
}
.flipCard:hover {
    z-index: 2;
}
.flipCard:hover .cardFront {
    transform: rotateY(-180deg);
}
.flipCard:hover .cardBack {
    transform: rotateY(0deg);
}

.countries {
    padding: 70px 0 50px;
    background: linear-gradient(45deg, rgba(243, 243, 249, 0.9098039216), rgba(243, 243, 249, 0.9607843137)), url(../img/countries.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
@media (max-width: 768px) {
    .countries {
        background-size: contain;
    }
}
.countries .allCountries {
    margin-top: 30px;
}
@media (max-width: 768px) {
    .countries .allCountries {
        margin-top: 0;
    }
}
.countries .country {
    position: relative;
    isolation: isolate;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    margin-top: 60px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background-image: linear-gradient(-45deg, #ece4d7, #fdfaf5);
}
.countries .country:hover {
    box-shadow: 6px 10px 15px #dddde3, -10px -12px 15px #ffffff;
    z-index: 1;
    background-color: #ffffff;
}
.countries .country img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: auto;
    margin-top: -50px;
    margin-bottom: 20px;
    border-radius: 100px;
}
.countries .country h2 {
    font-weight: bold;
    color: #003744;
    margin-bottom: 20px;
}
.countries .country p {
    color: #777;
    margin-bottom: 20px;
}

.testimonials {
    padding: 50px 0;
}
.testimonials .testimonialsHead {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
.testimonials .testimonialsHead i {
    color: #003744;
    margin-right: 15px;
}
.testimonials .testimonialsSlider {
    padding: 0;
}
.testimonials .singleItem .itemComment {
    border: 2px solid #f5f4de;
    background-color: #f5f4de;
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
    min-height: 150px;
}
.testimonials .singleItem .itemComment p {
    color: #000;
}
.testimonials .singleItem .itemComment:before {
    top: 100%;
    right: 11%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    bottom: -20px;
    border-color: #f5f4de rgba(245, 244, 222, 0) rgba(245, 244, 222, 0);
    border-style: solid;
    border-width: 20px 35px 32px 10px;
    transform: scaleX(-1);
}
.testimonials .singleItem .clientInfo {
    display: flex;
    align-items: center;
    padding: 30px 20px;
}
.testimonials .singleItem .clientInfo img {
    display: block;
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid #f5f4de;
}
.testimonials .singleItem .clientInfo h5 {
    text-transform: uppercase;
    color: #003744;
    font-weight: bold;
    margin-right: 16px;
}

.recruitments {
    padding: 50px 0;
}
.recruitments .recruitmentsteps {
    position: relative;
    justify-content: center;
}
.recruitments .recruitmentsteps .rStep {
    background-color: #f5f4de;
    padding: 20px;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    border-radius: 16px;
    margin: auto;
}
.recruitments .recruitmentsteps .rStep::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 100%;
    height: 100%;
    background-color: #f5f4de;
    z-index: -1;
    border-radius: 16px;
}
.recruitments .recruitmentsteps .rStep::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    border: 1px dashed #003744;
    z-index: -2;
}
.recruitments .recruitmentsteps .rStep .num {
    min-width: 48px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background-color: #003744;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}
.recruitments .recruitmentsteps .rStep h5 {
    font-weight: bold;
    color: #003744;
    margin-bottom: 10px;
}
.recruitments .recruitmentsteps .rCol:last-child .rStep::after, .recruitments .recruitmentsteps .rCol:nth-child(4n) .rStep::after {
    display: none;
}
@media (max-width: 992px) {
    .recruitments .recruitmentsteps .rCol:nth-child(2n) .rStep::after {
        display: none;
    }
}
@media (max-width: 576px) {
    .recruitments .recruitmentsteps .rCol .rStep::after {
        position: absolute;
        top: 100%;
        right: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 100%;
    }
    .recruitments .recruitmentsteps .rCol:nth-child(2n) .rStep::after {
        display: unset;
    }
}

.sideSocial {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: end;
    direction: ltr;

}
.sideSocial a {
    width: 36px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #003744;
    color: #ffffff;
    background-color: #003744;
}
.sideSocial a:first-child {
    border-top-right-radius: 16px;
}
.sideSocial a:last-child {
    border-bottom-right-radius: 16px;
}
.sideSocial a:hover {
    border-radius: 0 16px 16px 0;
    width: 48px;
}
.sideSocial a:hover.facebook {
    background: #4267b2;
}
.sideSocial a:hover.twitter {
    background: #1da1f2;
}
.sideSocial a:hover.instagram {
    background: #8a3ab9;
}
.sideSocial a:hover.snapchat {
    background: #fffc00;
    color: #000;
}

.modal {
    z-index: 1049;
}

.cvModal .workerCvSlider img {
    height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    cursor: zoom-in;
}
.cvModal .workerCvSlider .swiper-button-prev,
.cvModal .workerCvSlider .swiper-button-next {
    color: #003744;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
    border-radius: 100px;
}
.cvModal .workerCvSlider .swiper-button-prev:hover,
.cvModal .workerCvSlider .swiper-button-next:hover {
    background-color: #f5f4de;
    color: #ffffff;
}
.cvModal .workerCvSlider .swiper-button-prev::after, .cvModal .workerCvSlider .swiper-button-prev::before,
.cvModal .workerCvSlider .swiper-button-next::after,
.cvModal .workerCvSlider .swiper-button-next::before {
    font-weight: 300;
    font-size: 20px;
}
.cvModal ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cvModal ul li {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 49%;
    padding: 10px;
}
.cvModal ul li h6 {
    color: #777;
    font-size: small;
}
.cvModal ul li p {
    font-weight: bold;
    margin-right: 5px;
}
.cvModal .modal-footer .btn {
    min-height: 40px;
    padding: 8px 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.ourServices {
    padding-top: 50px;
}
.ourServices .swiper-wrapper {
    padding: 30px 0px 80px;
}
.ourServices .swiper-wrapper .swiper-slide {
    width: auto !important;
}
.ourServices .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-top: 40px;
}
@media (max-width: 768px) {
    .ourServices .swiper-wrapper .swiper-slide:nth-child(even) {
        margin-top: unset;
    }
}
.ourServices .flipCard {
    width: 100%;
    height: 400px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    perspective: 1000px;
}
.ourServices .flipCard .cardFront {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ourServices .flipCard .cardFront .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
    color: #ffffff;
}
.ourServices .flipCard .cardFront .content h3 {
    font-weight: bold;
}
.ourServices .flipCard .cardFront .content .animatedLink {
    color: #ffffff;
}
.ourServices .flipCard .cardFront .content .animatedLink i {
    font-size: 24px;
}
.ourServices .flipCard .cardFront .content .animatedLink span {
    border-color: #ffffff;
}
.ourServices .flipCard .cardBack {
    padding: 20px;
    position: absolute;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.0509803922);
    background-color: #fff;
}
.ourServices .flipCard .cardBack .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ourServices .flipCard .cardBack .content img {
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 30px;
}
.ourServices .flipCard .cardBack .content h3 {
    font-weight: bold;
    color: #003744;
    margin-bottom: 15px;
}
.ourServices .flipCard .cardBack .content p {
    color: #777;
}
.ourServices .flipCard .cardBack .content a {
    margin-top: auto;
    margin-right: auto;
}
.ourServices .flipCard:hover {
    z-index: 2;
}
.ourServices .flipCard:hover .cardFront {
    transform: rotateY(-180deg);
}
.ourServices .flipCard:hover .cardBack {
    transform: rotateY(0deg);
}

.requirements {
    background-image: url(../img/pattern-1.webp);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.requirements .requirement {
    background-color: #ffffff;
}

.Features,
.musanedFeatures {
    background-color: #f2f3f8;
    padding: 70px 0;
}
.Features .Feature .singleFeature,
.musanedFeatures .Feature .singleFeature {
    min-width: 250px;
}
.Features .Feature .singleFeature .info,
.musanedFeatures .Feature .singleFeature .info {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #fff;
    background-color: #fff;
    position: relative;
    height: 100%;
    text-align: start;
}
.Features .Feature .singleFeature .info::after,
.musanedFeatures .Feature .singleFeature .info::after {
    height: 100%;
    content: "";
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.Features .Feature .singleFeature .info .content,
.musanedFeatures .Feature .singleFeature .info .content {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.Features .Feature .singleFeature .info .content .icon,
.musanedFeatures .Feature .singleFeature .info .content .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 10px;
    transition: all 0.3s ease-in-out;
}
.Features .Feature .singleFeature .info .content .icon i,
.musanedFeatures .Feature .singleFeature .info .content .icon i {
    font-size: 30px;
    color: #003744;
}
.Features .Feature .singleFeature .info .content h3,
.musanedFeatures .Feature .singleFeature .info .content h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.Features .Feature .singleFeature .info .content p,
.musanedFeatures .Feature .singleFeature .info .content p {
    color: #777;
    font-size: 16px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}
.Features .Feature .singleFeature .info .content a,
.musanedFeatures .Feature .singleFeature .info .content a {
    padding: 20px 0px 0;
    display: block;
    transition: all 0.3s ease-in-out;
}
.Features .Feature .singleFeature .info .content a i,
.musanedFeatures .Feature .singleFeature .info .content a i {
    font-size: 20px;
    color: #003744;
}
.Features .Feature .singleFeature .info:hover::after,
.musanedFeatures .Feature .singleFeature .info:hover::after {
    opacity: 1;
}
.Features .Feature .singleFeature .info:hover .content a i,
.Features .Feature .singleFeature .info:hover .content .icon i,
.musanedFeatures .Feature .singleFeature .info:hover .content a i,
.musanedFeatures .Feature .singleFeature .info:hover .content .icon i {
    color: #fff;
}
.Features .Feature .singleFeature .info:hover .content p,
.Features .Feature .singleFeature .info:hover .content h3,
.musanedFeatures .Feature .singleFeature .info:hover .content p,
.musanedFeatures .Feature .singleFeature .info:hover .content h3 {
    color: #fff;
}
.Features .Feature .singleFeature:nth-child(1) .info::after,
.musanedFeatures .Feature .singleFeature:nth-child(1) .info::after {
    background-image: linear-gradient(60deg, rgba(93, 121, 210, 0.8352941176), rgb(27 114 188 / 85%)), url(../img/f1.webp)
}
.Features .Feature .singleFeature:nth-child(2) .info::after,
.musanedFeatures .Feature .singleFeature:nth-child(2) .info::after {
    background-image: linear-gradient(60deg, rgba(93, 121, 210, 0.8352941176), rgb(27 114 188 / 85%)), url(../img/f2.webp);
}
.Features .Feature .singleFeature:nth-child(3) .info::after,
.musanedFeatures .Feature .singleFeature:nth-child(3) .info::after {
    background-image: linear-gradient(60deg, rgba(93, 121, 210, 0.8352941176), rgb(27 114 188 / 85%)), url(../img/f3.webp);
}
.Features .Feature .singleFeature:nth-child(4) .info::after,
.musanedFeatures .Feature .singleFeature:nth-child(4) .info::after {
    background-image: linear-gradient(60deg, rgba(93, 121, 210, 0.8352941176), rgb(27 114 188 / 85%)), url(../img/f1.webp);
}

.Features {
    isolation: isolate;
    position: relative;
    overflow: hidden;
}
.Features::before {
    content: "";
    width: 600px;
    height: 500px;
    position: absolute;
    right: 0;
    top: -320px;
    background: url(../img/about.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    transform: scaleX(-1);
}
@media (max-width: 768px) {
    .Features::before {
        width: 100%;
        height: 250px;
        top: -150px;
    }
}
.Features .aboutUs {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: auto;
}
@media (max-width: 768px) {
    .Features .aboutUs {
        text-align: center;
    }
}
.Features .aboutUs h1 {
    font-weight: bold;
    font-size: 50px !important;
    margin-bottom: 20px;
    color: #003744;
}
@media (max-width: 768px) {
    .Features .aboutUs h1 {
        font-size: 30px !important;
    }
}
.Features .aboutUs p {
    color: #777;
    font-size: 16px !important;
    line-height: 34px;
}
@media (max-width: 768px) {
    .Features .aboutUs p {
        font-size: 13px !important;
        line-height: 32px;
    }
}
.Features .aboutImg {
    max-width: 500px;
    height: 400px;
    margin: auto;
    position: relative;
}
.Features .aboutImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100px 0 100px 0;
}
.Features .aboutImg::before {
    content: "";
    width: 102%;
    height: 102%;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #ffd700;
    z-index: -1;
    border-radius: 100px 0 100px 0;
}

.family {
    padding: 70px 0 50px;
    position: relative;
    overflow: hidden;
}
.family .single {
    position: relative;
    display: flex;
    align-items: center;
}
.family .single .image {
    position: relative;
    width: 50%;
    margin-left: 40px;
}
.family .single .image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    border-radius: 70px 4px 70px;
    position: relative;
    z-index: 2;
    border: 1px solid #f5f4de;
}
.family .single .image::before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: -50px;
    top: -50px;
    background: url(../img/dots.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transform: rotate(45deg);
    -webkit-animation: bounceIn 3s infinite ease-in-out both;
    animation: bounceIn 3s infinite ease-in-out both;
}
.family .single .info {
    position: relative;
    z-index: 2;
}
.family .single .info h3 {
    font-weight: bold;
    font-size: 35px !important;
    margin-bottom: 20px;
    color: #003744;
}
.family .single .info h5 {
    font-size: 25px !important;
    color: #777;
}
.family .single:nth-child(even) {
    flex-direction: row-reverse;
}
.family .single:nth-child(even) .image {
    margin-left: 0px;
    margin-right: 40px;
}
.family .single:nth-child(even) .image::before {
    right: unset;
    left: -50px;
    animation: heartBeat 5s infinite ease-in-out both reverse;
}
.family .single:nth-child(even) .info {
    text-align: end;
}
@media (max-width: 768px) {
    .family .single {
        flex-direction: column !important;
    }
    .family .single .image {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .family .single .image img {
        border-radius: 8px !important;
        height: 200px;
    }
    .family .single .image::before {
        width: 80px;
        height: 80px;
    }
    .family .single .info {
        margin-bottom: 40px;
        text-align: center !important;
    }
    .family .single .info h3 {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }
    .family .single .info h5 {
        font-size: 15px !important;
    }
    .family .single:last-child .info {
        margin-bottom: 0;
    }
}

.services {
    background-color: #f2f3f8;
    padding: 70px 0 250px;
}
.services .service {
    display: block;
    position: relative;
    padding: 30px 20px;
    border-radius: 4px;
    text-align: center;
    background-size: 100% auto;
    height: 100%;
    min-width: 250px;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
}
.services .service::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-image: linear-gradient(60deg, rgba(10, 15, 51, 0.8392156863), rgba(10, 15, 51, 0.6196078431));
}
.services .service i {
    font-size: 35px;
    color: #e9e7c8;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.services .service .serviceTitle {
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0px 30px;
    white-space: nowrap;
}
.services .service .serviceP {
    color: #eee;
    position: relative;
    z-index: 2;
    line-height: 24px;
}
.services .service:hover {
    background-size: 110% auto;
}

.headTitle {
    text-align: center;
    margin-bottom: 50px;
}
.headTitle h2 {
    font-size: 36px !important;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .headTitle h2 {
        font-size: 28px !important;
    }
}
.headTitle h1 {
    font-weight: bold;
}
.headTitle a {
    margin-top: 20px;
}

.ourSteps {
    padding-bottom: 50px;
    margin-top: -150px;
    background-image: url(../img/pattern-1.webp);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.ourSteps .content {
    padding: 50px 30px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
}
.ourSteps .content .steps {
    border: 1px solid #f5f4de;
    padding: 20px 10px;
    margin-top: 50px;
    border-radius: 8px;
}
@media (max-width: 575px) {
    .ourSteps .content .steps {
        margin-top: 20px;
    }
}
.ourSteps .content .steps .nav {
    display: block;
    text-align: start;
    border-radius: 8px;
    padding: 5px;
    width: 100%;
    background-color: #f5f4de;
}
@media (max-width: 575px) {
    .ourSteps .content .steps .nav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: auto;
    }
}
.ourSteps .content .steps .nav .nav-link {
    display: block;
    color: #003744;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px;
    border-radius: 8px;
}
@media (max-width: 575px) {
    .ourSteps .content .steps .nav .nav-link {
        display: inline-block;
        padding: 8px;
        white-space: nowrap;
    }
}
.ourSteps .content .steps .nav .nav-link:last-child {
    margin-bottom: 0px;
}
.ourSteps .content .steps .nav .nav-link.active {
    color: #ffffff;
    background-color: #003744;
}
.ourSteps .content .steps .tab-content {
    text-align: start;
    padding-right: 20px;
}
.ourSteps .content .steps .tab-content .mainImg {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
    max-height: 300px;
    border-radius: 10px;
}
.ourSteps .content .steps .tab-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (max-width: 768px) {
    .ourSteps .content .steps .tab-content ul {
        padding: 0;
    }
}
.ourSteps .content .steps .tab-content ul li {
    margin-bottom: 20px;
    color: #808080;
}
.ourSteps .content .steps .tab-content .images {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.ourSteps .content .steps .tab-content .images img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 5px;
    height: 70px;
    width: 100px;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .ourSteps .content {
        padding: 20px 10px;
    }
}

.requirements {
    padding: 100px 0 70px;
}
.requirements .requirement {
    padding: 30px;
    border: 1px solid #f5f4de;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.requirements .requirement .head {
    margin-bottom: 20px;
    text-align: center;
}
.requirements .requirement .head h4 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #003744;
}
.requirements .requirement .head p {
    color: #777;
}
.requirements .requirement .head p a {
    color: #003744;
    font-weight: bold;
    white-space: nowrap;
}
.requirements .requirement ul {
    padding: 0;
    margin: 0;
}
.requirements .requirement ul li {
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.requirements .requirement ul li .icon {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f5f4de;
    margin-left: 10px;
    border-radius: 100px;
    background: #f5f4de;
    transition: all 0.3s ease-in-out;
}
.requirements .requirement ul li .icon i {
    font-size: 20px;
    color: #003744;
}
.requirements .requirement ul li:hover .icon {
    background-color: #fff;
    border-color: #003744;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
}
.requirements .requirement:hover {
    background-color: #fff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
}


.references {
    padding-top: 40px;
    background-image: linear-gradient(45deg, rgba(1, 155, 143, 0.062745098), rgba(1, 155, 143, 0.062745098)), url(../img/map.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.references .swiper-slide {
    width: auto;
}
.references .referenceLogo {
    height: 150px;
    padding: 10px 20px;
}
.references .referenceLogo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.googleMap {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: none;
    min-height: 250px;
  }

.contactForm {
    padding: 70px 0;
}
.contactForm .title {
    text-align: center;
    margin-bottom: 50px;
}
.contactForm form {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 50px 20px 20px;
    transition: all 0.3s ease-in-out;
}
.contactForm form:hover {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
    border: 1px solid #003744;
    background-color: #fff;
}
.contactForm form label {
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
}
.contactForm form .form-control {
    box-shadow: none !important;
    min-height: 48px;
}
.contactForm form .form-control:focus {
    border-color: #003744;
}
.contactForm form .defaultBtn i {
    transform: scaleX(-1);
}
.contactForm .googleMap {
    height: 100%;
    width: 100%;
    border: 2px solid #ffffff;
    border-radius: 8px;
}
.contactForm .googleMap iframe {
    width: 100%;
    min-height: 300px;
    height: 100%;
    border-radius: 8px;
}

.socialIcons {
    padding: 0;
    margin: 0;
    list-style: none;
}
.socialIcons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #f5f4de;
    border-radius: 100px;
    margin: 2px;
    color: #f5f4de;
    transition: all 0.3s ease-in-out;
}
.socialIcons a:hover {
    background-color: #f5f4de;
    color: #003744;
    transform: translateY(-3px);
}
.socialIcons img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    margin: 2px;
    color: #f5f4de;
    transition: all 0.3s ease-in-out;
}
.socialIcons img:hover {
    background-color: #f5f4de;
    color: #003744;
    transform: translateY(-3px);
}

.footer {
    background-image: url(../img/motpath-w.svg);
    background-color: #022f3a;
    background-size: cover;
    padding: 20px 0;
    box-shadow: 0px -10px 20px rgba(19, 34, 53, 0.1882352941);
    position: relative;
    z-index: 2;
}
.footer .logo {
    height: 80px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px;
    -o-object-position: right;
    object-position: right;
}
.footer .info {
    color: #d9d9d9;
    margin-bottom: 20px;
    padding-left: 20px;
}
.footer .head {
    font-weight: bold;
    text-transform: uppercase;
    color: #f5f4de;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.footer .head::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 100px;
}
.footer .head::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #ffffff;
}
.footer .Links ul {
    padding: 0;
    margin: 0;
}
.footer .Links ul li {
    margin-bottom: 5px;
    display: inline-block;
    min-width: 49%;
    padding: 5px;
}
.footer .Links ul li a {
    color: #f5f4de;
}
.footer .Links ul li a:hover {
    color: #ffffff;
}
.footer .Links .more {
    padding: 5px;
    display: flex;
    margin-bottom: 5px;
}
.footer .Links .more p {
    color: #ffffff;
    white-space: nowrap;
    margin-left: 10px;
}
.footer .Links .more a {
    color: #f5f4de;
    margin-left: 10px;
}
.footer .Links .more a:last-child {
    margin-left: 0px;
}
.footer .Links .more a:hover {
    color: #ffffff;
}
.footer .Copyright {
    padding: 20px 20px 0;
    border-top: 1px solid #f5f4de;
    text-align: center;
    color: #ffffff;
    font-size: small;
}
.footer .Copyright p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .Copyright p a {
    color: #f5f4de;
    font-size: small;
    display: flex;
    justify-content: center;
}
.footer .Copyright p a:hover {
    color: #ffffff;
}
.footer .OurSupport p a img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0px 5px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 100%;
    border: 1px solid #f5f4de;
    border-radius: 100px;
    color: #f5f4de;
    transition: all 0.3s ease-in-out;
}
.footer .OurSupport p a img:hover {
    background-color: #f5f4de;
    color: #003744;
    transform: translateY(-3px);
}
.mainBanner {
    display: flex;
    align-items: center;
    padding: 100px 30px 120px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
    background-image: linear-gradient(45deg, rgb(27 114 188 / 85%), rgba(83, 94, 20, 0.6470588235)), url(../img/s2.webp);
    background-size: cover;
    background-attachment: fixed;
    -webkit-animation: sky 100s infinite;
    animation: sky 100s infinite;
    position: relative;
}
@-webkit-keyframes sky {
    0% {
        background-position: left bottom;
    }
    100% {
        background-position: right top;
    }
}
@keyframes sky {
    0% {
        background-position: left bottom;
    }
    100% {
        background-position: right top;
    }
}
.mainBanner .Back {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    background-color: #003744;
    color: #ffffff;
    border-radius: 100%;
    margin-left: 30px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    border: none;
}
.mainBanner .Back:hover {
    background-color: #292929;
    color: #ffd700;
}
.mainBanner .Back .fa-angle-left:before {
    content: "\f105";
}
.mainBanner ul {
    margin: 0;
    list-style: none;
    transition: all 0.3s ease-in-out;
    padding: 0;
}
.mainBanner ul li {
    display: inline-flex;
    padding: 10px;
    color: #f5f4de;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.mainBanner ul li a {
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px !important;
    padding-left: 10px;
}
.mainBanner ul li a:hover {
    color: #f5f4de;
}
.mainBanner ul li a.active {
    color: #ffffff;
    cursor: default;
}
.mainBanner ul li::after {
    content: " / ";
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}
.mainBanner ul li:last-child:after {
    display: none;
}
@media (max-width: 768px) {
    .mainBanner {
        padding: 70px 15px 45px;
    }
    .mainBanner .Back {
        margin-left: 20px;
    }
    .mainBanner ul li a {
        font-size: 16px !important;
    }
}
.mainBanner figure {
    width: 100%;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.mainBanner figure svg {
    width: 100%;
    height: 150px;
}
@media (max-width: 768px) {
    .mainBanner figure svg {
        height: 70px;
    }
}

.form-label {
    font-weight: bold;
    text-transform: capitalize;
    color: #003744;
    font-size: smaller;
}
.form-label span {
    color: #c4832e;
}
@media (max-width: 768px) {
    .form-label {
        font-size: 12px;
    }
}

.form-control {
    min-height: 48px;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #c4832e;
}
.form-control::-moz-placeholder {
    color: #b4b4b4;
    font-size: 12px;
}
.form-control:-ms-input-placeholder {
    color: #b4b4b4;
    font-size: 12px;
}
.form-control::placeholder {
    color: #b4b4b4;
    font-size: 12px;
}

.account .card {
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 14px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
}
@media (min-width: 992px) {
    .account .card {
        margin-top: -200px;
    }
}
@media (max-width: 768px) {
    .account .card {
        padding: 30px 10px;
    }
}
.account .card .loginImg {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 20px 0 50px;
}
@media (max-width: 768px) {
    .account .card .loginImg {
        padding: 0 30px;
    }
}
.account .card a {
    color: #c4832e;
}
.account .socialLogin {
    text-align: center;
}
.account .socialLogin .line {
    padding: 10px 20px;
    margin: auto;
    position: relative;
}
.account .socialLogin .line span {
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding: 0px 20px;
}
.account .socialLogin .line::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 10px;
}
.account .socialLogin .social {
    display: flex;
    padding: 10px 0;
    margin-bottom: 10px;
}
.account .socialLogin .social .loginIcon {
    padding: 10px 16px;
    margin: 0px 5px;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
}
.account .socialLogin .social .loginIcon.facebook {
    background-color: #4267b2;
}
.account .socialLogin .social .loginIcon.gmail {
    background-color: #db4437;
}
.account .socialLogin .social .loginIcon:hover {
    transform: translateY(-2px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1882352941);
}

.arriveWorker {
    padding: 70px 0 50px;
    position: relative;
    overflow: hidden;
}
.arriveWorker .arriveWorkerInfo {
    position: relative;
    display: flex;
    align-items: center;
}
.arriveWorker .arriveWorkerInfo .image {
    position: relative;
    width: 30%;
}
.arriveWorker .arriveWorkerInfo .image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    border-radius: 70px 4px 70px;
    position: relative;
    z-index: 2;
    border: 1px solid #f5f4de;
}
.arriveWorker .arriveWorkerInfo .image::before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: -50px;
    top: -50px;
    background: url(../img/dots.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transform: rotate(45deg);
    -webkit-animation: bounceIn 3s infinite ease-in-out both;
    animation: bounceIn 3s infinite ease-in-out both;
}
.arriveWorker .arriveWorkerInfo .info {
    position: relative;
    width: 70%;
    padding: 20px;
}
.arriveWorker .arriveWorkerInfo .info::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #f5f4de;
}
.arriveWorker .arriveWorkerInfo .info::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #003744;
    z-index: 1;
}
.arriveWorker .arriveWorkerInfo .info h3 {
    font-weight: bold;
    font-size: 35px !important;
    margin-bottom: 20px;
    color: #003744;
    position: relative;
    z-index: 3;
}
.arriveWorker .arriveWorkerInfo .info p {
    color: #777;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}
.arriveWorker .arriveWorkerInfo .info a {
    position: relative;
    z-index: 3;
}
.arriveWorker .arriveWorkerInfo .info h5 {
    font-size: 20px !important;
    color: #003744;
    position: relative;
    z-index: 3;
}
.arriveWorker .arriveWorkerInfo:nth-child(odd) {
    flex-direction: row-reverse;
}
.arriveWorker .arriveWorkerInfo:nth-child(odd) .image::before {
    right: unset;
    left: -50px;
    animation: heartBeat 5s infinite ease-in-out both reverse;
}
.arriveWorker .arriveWorkerInfo:nth-child(odd) .info::after {
    left: 10px;
    top: 10px;
}
@media (max-width: 768px) {
    .arriveWorker .arriveWorkerInfo {
        flex-direction: column !important;
    }
    .arriveWorker .arriveWorkerInfo .image {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
    .arriveWorker .arriveWorkerInfo .image img {
        border-radius: 8px !important;
        height: 200px;
    }
    .arriveWorker .arriveWorkerInfo .image::before {
        width: 80px;
        height: 80px;
    }
    .arriveWorker .arriveWorkerInfo .info {
        margin-bottom: 40px;
        width: 90%;
        text-align: center !important;
    }
    .arriveWorker .arriveWorkerInfo .info h3 {
        font-size: 25px !important;
        margin-bottom: 10px !important;
    }
    .arriveWorker .arriveWorkerInfo .info h5 {
        font-size: 15px !important;
    }
    .arriveWorker .arriveWorkerInfo:last-child .info {
        margin-bottom: 0;
    }
}

.policies,
.visa,
.selectWorker,
.recruitmentContract {
    padding: 100px 0 50px;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0.4)), url(../img/policies.webp);
    background-size: cover;
    text-align: center;
    background-position: center;
}
.policies .container,
.visa .container,
.selectWorker .container,
.recruitmentContract .container {
    max-width: 900px;
}
.policies .container h1,
.visa .container h1,
.selectWorker .container h1,
.recruitmentContract .container h1 {
    font-weight: bold;
    color: #f5f4de;
    margin-bottom: 20px;
    line-height: 34px;
}
.policies .container h4,
.visa .container h4,
.selectWorker .container h4,
.recruitmentContract .container h4 {
    margin: auto;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 20px;
}
.policies .container .links,
.visa .container .links,
.selectWorker .container .links,
.recruitmentContract .container .links {
    padding-top: 40px;
}
.policies .container .links a,
.visa .container .links a,
.selectWorker .container .links a,
.recruitmentContract .container .links a {
    padding: 15px 25px;
    display: inline-flex;
    align-items: center;
    background-color: #f5f4de;
    color: #003744;
    border-radius: 4px;
    margin: 10px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #003744;
}
.policies .container .links a:hover,
.visa .container .links a:hover,
.selectWorker .container .links a:hover,
.recruitmentContract .container .links a:hover {
    background-color: #003744;
    color: #f5f4de;
}

.visa {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0.4)), url(../img/passport-bg.webp);
}

.selectWorker {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0.4)), url(../img/selectWorker.webp);
}

.recruitmentContract {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0.4)), url(../img/office-files.webp);
}

.recruitmentVisa {
    padding: 50px 0;
}
.recruitmentVisa .nav {
    background-color: #f5f4de;
    border-radius: 8px;
    margin-bottom: 50px;
    height: auto;
    height: fit-content;
    transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
    .recruitmentVisa .nav {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 2;
        box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
    }
}
@media (max-width: 768px) {
    .recruitmentVisa .nav {
        flex-wrap: nowrap;
    }
}
.recruitmentVisa .nav .nav-link {
    background-color: #ffffff;
    color: #003744;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
    border-radius: 4px;
    margin: 5px;
    transition: all 0.3s ease-in-out;
    padding: 20px;
    text-align: center;
    border: none;
    width: 100%;
}
.recruitmentVisa .nav .nav-link i {
    font-size: 25px;
    margin-bottom: 10px;
}
.recruitmentVisa .nav .nav-link.active {
    background-color: #003744;
    color: #ffffff;
}
.recruitmentVisa .secondaryTitle {
    font-weight: bold;
    color: #003744;
    margin-bottom: 20px;
}
.recruitmentVisa .thirdTitle {
    margin-bottom: 20px;
}
.recruitmentVisa .step {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
    border-radius: 4px;
    margin-bottom: 30px;
}
.recruitmentVisa .step .head {
    background-color: #f5f4de;
    padding: 10px 20px;
    color: #003744;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}
.recruitmentVisa .step .info {
    color: #777;
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
}
.recruitmentVisa .step .info::before {
    content: "\f05a" !important;
    font-family: "Font Awesome 6 pro";
    position: absolute;
    right: 0;
    top: 0;
}
.recruitmentVisa .step .secondaryTitle {
    margin: 30px 0 10px;
}
.recruitmentVisa .step ul {
    list-style: auto;
    padding-right: 20px;
}
.recruitmentVisa .step ul ::marker {
    color: #003744;
}
.recruitmentVisa .step ul li {
    position: relative;
    padding: 10px;
    font-size: 13px;
}
.recruitmentVisa .step ul li:before {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    top: 8px;
    right: -23px;
    background: #ffffff;
    border-radius: 100px;
    border: 1px solid #003744;
    z-index: -1;
}
.recruitmentVisa .requirement {
    padding: 20px;
    background-color: #f5f4de;
    border-radius: 4px;
    margin-bottom: 30px;
}
.recruitmentVisa .requirement ul {
    list-style: auto;
    padding-right: 20px;
}
.recruitmentVisa .requirement ul ::marker {
    color: #003744;
}
.recruitmentVisa .requirement ul li {
    position: relative;
    padding: 10px;
    font-size: 13px;
}

.available,
.happyClients {
    padding: 70px 0;
    text-align: center;
}
.available h4,
.happyClients h4 {
    font-weight: bold;
    color: #003744;
    margin-bottom: 30px;
}
.available .specifications,
.happyClients .specifications {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
    border-radius: 4px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.available .specifications i,
.happyClients .specifications i {
    font-size: 45px;
    margin-bottom: 30px;
    color: #003744;
    transition: all 0.3s ease-in-out;
    display: block;
}
.available .specifications h1,
.happyClients .specifications h1 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #003744;
    transition: all 0.3s ease-in-out;
    display: block;
}
.available .specifications .odometer-inside,
.happyClients .specifications .odometer-inside {
    direction: ltr !important;
}
.available .specifications h5,
.happyClients .specifications h5 {
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}
.available .specifications:hover,
.happyClients .specifications:hover {
    background-color: #003744;
    transform: translateY(-5px);
}
.available .specifications:hover i,
.happyClients .specifications:hover i {
    color: #f5f4de;
}
.available .specifications:hover h1,
.available .specifications:hover h5,
.happyClients .specifications:hover h1,
.happyClients .specifications:hover h5 {
    color: #ffffff;
}

.mapEarth .title {
    color: #003744;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mapEarth .title::after {
    content: "";
    width: 95%;
    height: 2px;
    background-color: #f5f4de;
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
}
.mapEarth .title::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background-color: #f5f4de;
    position: absolute;
    left: 5%;
    bottom: 50%;
    transform: translateY(50%);
}
.mapEarth .title a,
.mapEarth .title span {
    background-color: #fdfdfd;
    padding: 20px 30px;
    position: relative;
    z-index: 2;
    border-radius: 100px;
    border: 2px solid #f5f4de;
    font-weight: bold;
}
@media (max-width: 768px) {
    .mapEarth .title a,
    .mapEarth .title span {
        padding: 15px 20px;
    }
}
.mapEarth .title a {
    font-weight: normal;
    font-size: 14px;
    background-color: #003744;
    color: #f5f4de;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}
.mapEarth .title a:hover {
    background-color: #f5f4de;
    color: #003744;
}
.mapEarth .section-title {
    text-align: left;
    margin: 0 auto 25px 0;
    max-width: 100%;
}
.mapEarth .section-title h2 {
    padding-left: 0;
}
.mapEarth .worldMap {
    width: 500px;
    height: 500px;
    order: 2;
    position: relative;
}
.mapEarth .worldMap .earth {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    margin: -40%;
    background: #fff url(../img/map.webp) 0 50% repeat-x;
    background-size: auto 90%;
    box-shadow: rgba(0, 0, 0, 0.05) 0 120px 2em;
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: map linear 90s infinite;
    animation: map linear 90s infinite;
}
.mapEarth .worldMap .orbic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapEarth .worldMap .orbic svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.mapEarth .worldMap #orbic_path {
    fill: none;
    stroke: rgba(0, 0, 0, 0.1);
    stroke-linecap: round;
    stroke-width: 4px;
    stroke-dasharray: 1 9;
    -webkit-animation: orbic linear 2s infinite;
    animation: orbic linear 2s infinite;
}
.mapEarth .worldMap #orbic_dots use {
    fill: #fff;
    stroke: rgba(30, 144, 255, 0.25);
    stroke-width: 4;
    -webkit-animation: dots ease 1s infinite alternate;
    animation: dots ease 1s infinite alternate;
}
.mapEarth .worldMap #orbic_dot1 {
    transform: translate(50.4%, 29.6%);
}
.mapEarth .worldMap #orbic_dot2 {
    transform: translate(5%, 62.8%);
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
}
.mapEarth .worldMap #orbic_dot3 {
    transform: translate(97%, 41%);
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}
.mapEarth .worldMap #orbic_dot4 {
    transform: translate(50%, 70.2%);
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}
.mapEarth .worldMap #orbic_dot5 {
    transform: translate(31.5%, 51.5%);
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}
.mapEarth .worldMap #orbic_user1 {
    transform: translate(1%, 40%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user2 {
    transform: translate(18%, 64%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user3 {
    transform: translate(39.5%, 31%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user4 {
    transform: translate(69%, 22%) scale(0.666667);
}
.mapEarth .worldMap #orbic_user5 {
    transform: translate(75%, 53%) scale(0.666667);
}
@-webkit-keyframes map {
    100% {
        background-position: 220% 50%;
    }
}
@keyframes map {
    100% {
        background-position: 220% 50%;
    }
}
@-webkit-keyframes orbic {
    100% {
        stroke-dashoffset: 10;
    }
}
@keyframes orbic {
    100% {
        stroke-dashoffset: 10;
    }
}
@-webkit-keyframes dots {
    100%, 80% {
        stroke: #1e90ff;
    }
}
@keyframes dots {
    100%, 80% {
        stroke: #1e90ff;
    }
}
@media only screen and (max-width: 1000px) {
    .mapEarth .worldMap {
        width: 100%;
        order: 2;
        position: relative;
    }
    .mapEarth .worldMap .earth {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        background-color: transparent;
        background-size: 100% auto;
        box-shadow: none;
        border-radius: 0;
        -webkit-animation: none;
        animation: none;
    }
}
@media (max-width: 600px) {
    .mapEarth .worldMap {
        height: 300px;
    }
}
.mapEarth .companyInfo {
    margin-top: 30px;
}
.mapEarth .companyInfo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mapEarth .companyInfo ul li {
    margin-bottom: 15px;
    display: flex;
}
.mapEarth .companyInfo ul li span {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #003744;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    color: #003744;
}
.mapEarth .companyInfo ul li:hover span {
    background-color: #003744;
    color: #fff;
}
.mapEarth .companyInfo ul li p {
    font-weight: bold;
    color: #292929;
}
.mapEarth .companyInfo ul li a {
    color: #003744;
    display: block;
    font-weight: normal;
    margin: 5px 0;
}
.mapEarth .companyTeam {
    margin-bottom: 50px;
}
.mapEarth .companyTeam .team {
    margin: 20px 0px;
    border-bottom: 1px solid #003744;
    padding-bottom: 5px;
}
.mapEarth .companyTeam .team span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #003744;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    color: #003744;
}
.mapEarth .companyTeam .team:hover span {
    background-color: #003744;
    color: #fff;
}
.mapEarth .companyTeam .team h4 {
    display: inline-block;
    margin: 0px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.musaned {
    padding: 70px 0;
}
.musaned .intro img {
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
}
.musaned .intro .head {
    font-weight: bold;
    margin-bottom: 20px;
    color: #003744;
}
.musaned .intro .info {
    color: #777;
    line-height: 28px;
}
@media (max-width: 768px) {
    .musaned .intro {
        text-align: center;
    }
    .musaned .intro img {
        height: 80px;
    }
}
.musaned .introImg {
    text-align: center;
}
.musaned .introImg img {
    -o-object-fit: contain;
    object-fit: contain;
}

.musanedFeatures {
    padding: 50px 0;
}
.musanedFeatures .musanedServices {
    padding: 20px;
}
.musanedFeatures .musanedServices iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.musanedFeatures .Feature .singleFeature:nth-child(1) .info::after {
    background-image: linear-gradient(60deg, rgba(93, 121, 210, 0.8352941176), rgb(27 114 188 / 85%)), url(../img/f2.webp);
}
.musanedFeatures .Feature .singleFeature:nth-child(2) .info::after {
    background-image: linear-gradient(60deg, rgba(93, 121, 210, 0.8352941176), rgb(27 114 188 / 85%)), url(../img/f1.webp);
}
.musanedFeatures .Feature .singleFeature:nth-child(3) .info::after {
    background-image: linear-gradient(60deg, rgba(93, 121, 210, 0.8352941176), rgb(27 114 188 / 85%)), url(../img/worker.webp);
}

.musanedRecruitment {
    padding: 70px 0;
}
.musanedRecruitment .headTitle h4 {
    margin-bottom: 10px;
}
.musanedRecruitment .headTitle h1 {
    font-weight: bold;
    color: #003744;
}
.musanedRecruitment .headTitle p {
    line-height: 30px;
    margin-top: 30px;
    color: #777;
}
.musanedRecruitment .specifications {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
    border-radius: 4px;
    height: 100%;
    text-align: center;
}
.musanedRecruitment .specifications i {
    font-size: 55px;
    margin-bottom: 30px;
    color: #003744;
}
.musanedRecruitment .specifications h1 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #003744;
}
.musanedRecruitment .specifications h5 {
    white-space: nowrap;
}
.musanedRecruitment .specifications p {
    line-height: 30px;
    margin-top: 30px;
    color: #777;
    min-width: 220px;
}

.musanedFees {
    background-color: #f2f3f8;
    padding: 70px 0;
    text-align: center;
}
.musanedFees .headTitle h4 {
    margin-bottom: 10px;
}
.musanedFees p {
    color: #777;
    line-height: 30px;
}
.musanedFees .images {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
}
.musanedFees .images img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 5px;
    max-height: 70px;
    border-radius: 8px;
}

.musanedApp {
    padding: 70px 0;
}
.musanedApp .appImg {
    text-align: center;
}
.musanedApp .appImg img {
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 300px;
}
.musanedApp .info {
    padding: 20px;
    background-color: #f5f4de;
    border-radius: 16px;
    text-align: center;
}
.musanedApp .info img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 120px;
    margin-bottom: 20px;
}
.musanedApp .info h4 {
    color: #003744;
    font-weight: bold;
    margin-bottom: 20px;
}
.musanedApp .info p {
    color: #777;
    line-height: 30px;
    margin-bottom: 30px;
}
.musanedApp .info .links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.musanedApp .info .links img {
    width: 100%;
    height: 60px;
    margin: 0;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5px;
}
@media (max-width: 768px) {
    .musanedApp .info .links img {
        height: 50px;
    }
}

.faq {
    padding: 70px 0;
}

.accordion .accordion-button:not(.collapsed) {
    background-color: #f5f4de;
    color: #003744;
    box-shadow: none !important;
}
.accordion ul {
    list-style: auto;
    margin: 0;
}
.accordion ul li {
    margin-bottom: 20px;
    font-size: small;
    color: #777;
}
.accordion p {
    font-size: small;
    color: #777;
}

.filter {
    padding: 50px 0 30px;
}
.filter h4 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #003744;
}
.filter select {
    width: 100%;
}
.filter label {
    margin-bottom: 8px;
}
.filter label i {
    color: #003744;
}
.filter .clear {
    border-radius: 1000px;
    background-color: #f5f4de;
    color: #003744;
    padding: 8px 16px;
}

.workerCv {
    padding: 10px;
    border: 1px solid #f5f4de;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.workerCv:hover {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
}
.workerCv .workerCvSlider {
    padding-bottom: 35px;
}
.workerCv .workerCvSlider img {
    height: 450px;
    width: 100%;
    cursor: zoom-in;
}
.workerCv .swiper-button-prev,
.workerCv .swiper-button-next {
    color: #003744;
    width: 30px;
    height: 30px;
}
.workerCv .swiper-button-prev:hover,
.workerCv .swiper-button-next:hover {
    background-color: #f5f4de;
    color: #003744;
}
.workerCv .swiper-button-prev::after, .workerCv .swiper-button-prev::before,
.workerCv .swiper-button-next::after,
.workerCv .swiper-button-next::before {
    font-weight: 300;
    font-size: 20px;
}
.workerCv ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.workerCv ul li {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 49%;
    padding: 10px;
}
.workerCv ul li h6 {
    color: #777;
}
.workerCv ul li p {
    font-weight: bold;
    margin-right: 5px;
}

.pagination {
    padding: 50px 0;
    justify-content: center;
}
.pagination .page-link {
    color: #003744;
    box-shadow: none !important;
}
.pagination .active {
    background-color: #003744;
    color: #f5f4de;
}
.pagination .active .page-link {
    background-color: #003744;
    color: #f5f4de;
    border: #003744;
}

.customOrder {
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #f5f4de;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 3;
    margin-bottom: 30px;
    border-top: 2px solid #003744;
    text-align: center;
}
@media (max-width: 768px) {
    .customOrder {
        align-items: center;
        justify-content: center;
    }
    .customOrder a {
        margin-top: 10px;
    }
}

.recruitmentRequest {
    padding: 50px 0;
}
.recruitmentRequest .headTitle h2 {
    font-size: 30px !important;
}
@media (max-width: 768px) {
    .recruitmentRequest .headTitle h2 {
        font-size: 20px !important;
    }
}
.recruitmentRequest .headTitle p {
    color: #777;
}
.recruitmentRequest .formCard {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
    border-radius: 4px;
}
.recruitmentRequest .formCard .head {
    background-color: #f5f4de;
    padding: 10px 20px;
    color: #003744;
    margin-bottom: 20px;
    border-radius: 4px;
    font-weight: bold;
}
.recruitmentRequest .formCard .select2-container--default .select2-selection--single {
    border-color: #ced4da;
}
.recruitmentRequest .hint {
    color: #777;
    font-size: 10px;
}
.recruitmentRequest .hint a {
    font-weight: bold;
    color: #003744;
    font-size: 10px !important;
}
.recruitmentRequest .form-check-label {
    font-size: small;
}

.selectCustomerService {
    padding: 30px 0 0;
}
.selectCustomerService .hint {
    text-align: center;
    margin-bottom: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #003744;
}
.selectCustomerService .headTitle h2 {
    font-size: 30px !important;
}
@media (max-width: 768px) {
    .selectCustomerService .headTitle h2 {
        font-size: 20px !important;
    }
}
.selectCustomerService .headTitle p {
    color: #777;
}
.selectCustomerService .choose {
    position: relative;
    background-color: rgba(0, 161, 154, 0.1254901961);
    padding: 16px;
    border-radius: 16px;
}
.selectCustomerService .choose .customerOption {
    padding: 5px;
}
.selectCustomerService .choose .btn {
    padding: 8px 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
    box-shadow: none;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
    border-radius: 16px;
}
.selectCustomerService .choose .btn img {
    height: 50px;
    min-width: 50px;
    margin: 0 auto 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
.selectCustomerService .choose .btn span {
    text-transform: capitalize;
    font-size: 13px !important;
}
.selectCustomerService .choose .btn-check:active + .btn-outline,
.selectCustomerService .choose .btn-check:checked + .btn-outline,
.selectCustomerService .choose .btn-outline.active,
.selectCustomerService .choose .btn-outline.dropdown-toggle.show,
.selectCustomerService .choose .btn-outline:active {
    background-color: #ffffff;
    color: #003744;
    border: 2px solid #003744;
}
.selectCustomerService .choose .btn-check:active + .btn-outline::after,
.selectCustomerService .choose .btn-check:checked + .btn-outline::after,
.selectCustomerService .choose .btn-outline.active::after,
.selectCustomerService .choose .btn-outline.dropdown-toggle.show::after,
.selectCustomerService .choose .btn-outline:active::after {
    content: "\f336" !important;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    font-size: 20px;
    top: 5px;
    right: 10px;
}

.countriesTwo .swiper-wrapper {
    padding: 30px 0px 80px;
}
.countriesTwo .swiper-wrapper .swiper-slide {
    width: auto !important;
}
.countriesTwo .countriesSlider {
    padding: 0;
}

.contactCustomerService {
    padding: 70px 0;
}

.selectedCustomer {
    border-radius: 8px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
    margin: 10px 0;
    text-align: center;
}
.selectedCustomer h6 {
    line-height: 30px;
}
.selectedCustomer h6 span {
    font-weight: bold;
    color: #003744;
    padding: 0px 5px;
}

.selectedCustomerInfo .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
    background: #ffffff;
}
.selectedCustomerInfo .info img {
    height: 80px;
    width: 80px;
    margin: 0 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
.selectedCustomerInfo .info .text h5 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #003744;
}
.selectedCustomerInfo .contact {
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
    height: 100%;
    text-align: center;
    color: #292929;
}
.selectedCustomerInfo .contact i {
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
}
.selectedCustomerInfo .contact i.fa-whatsapp-square {
    color: #038735;
}
.selectedCustomerInfo .contact i.fa-square-phone {
    color: #1e90ff;
}
.selectedCustomerInfo .contact:hover {
    background-color: #f5f4de;
    color: #003744;
}

#timer {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#timer div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #f5f4de;
    color: #003744;
    min-width: 100px;
    height: 100px;
    border-radius: 20px;
    font-size: 40px;
    font-weight: bold;
    margin: 5px;
}
#timer div span {
    display: block;
    font-size: 14px;
}

.pageError .notFound {
    text-align: center;
    padding: 50px 0;
}
.pageError .notFound img {
    width: 100%;
    max-height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 30px;
}
.pageError .notFound h2 {
    color: #292929;
    margin-bottom: 20px;
}
.pageError .notFound h2 span {
    color: #003744;
    font-weight: bold;
}
.pageError .notFound p {
    margin-bottom: 20px;
}

.profile .NavBack {
    background-image: linear-gradient(45deg, rgba(19, 34, 53, 0.5647058824), rgba(236, 207, 168, 0.5647058824)), url(../img/map.webp);
    background-size: cover;
    background-attachment: fixed;
    height: 120px;
    margin-bottom: 50px;
}
.profile .userHeader {
    margin: 20px 0px;
    background-color: #ffffff;
    color: #003744;
    border-radius: 20px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
    padding: 20px;
}
@media (max-width: 768px) {
    .profile .userHeader {
        padding: 10px;
    }
}
.profile .userHeader .userInfo {
    position: relative;
    margin: 0px 10px;
}
.profile .userHeader .userInfo img {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 100%;
    border: 3px solid #f5f4de;
}
.profile .userHeader .userInfo .userName h3 {
    font-weight: bold;
    margin-bottom: 10px;
}
.profile .userHeader .userInfo .control {
    position: absolute;
    left: 0;
    top: 5px;
}
.profile .userHeader .userInfo .control i {
    font-size: 28px;
    color: #ff0000;
    cursor: pointer;
}
.profile .userHeader .userInfo .control .switch {
    position: relative;
    width: 50px;
    height: 28px;
    margin: -3px 10px;
}
.profile .userHeader .userInfo .control .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.profile .userHeader .userInfo .control .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
    margin: 0px !important;
}
.profile .userHeader .userInfo .control .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    right: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}
.profile .userHeader .userInfo .control .switch input:checked + .slider {
    background-color: #2196f3;
}
.profile .userHeader .userInfo .control .switch input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
.profile .userHeader .userInfo .control .switch input:checked + .slider:before {
    transform: translateX(22px);
}
@media (max-width: 760px) {
    .profile .userHeader .container {
        padding: 0px !important;
    }
    .profile .userHeader .userInfo {
        padding: 20px 10px;
    }
    .profile .userHeader .userInfo img {
        width: 80px;
        height: 80px;
    }
    .profile .userHeader .userInfo span {
        margin: 0px 10px;
    }
}
.profile .profileNavCol {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    right: 0;
    z-index: 2;
}
.profile .profileNavCol a {
    padding: 13px;
    display: flex;
    align-items: center;
    color: #003744;
    margin: 5px 1px;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    border: 1px solid #f5f4de;
}
.profile .profileNavCol a i {
    margin-right: 5px;
}
.profile .profileNavCol a.active, .profile .profileNavCol a:hover {
    background-color: #003744;
    color: #f5f4de;
}
@media (max-width: 760px) {
    .profile .profileNavCol {
        margin-bottom: 10px;
    }
    .profile .profileNavCol a {
        padding: 8px 10px;
        display: inline-flex;
        margin: 3px 0px;
        border-bottom: 1px solid #f5f4de;
        min-width: 49%;
    }
}
@media (max-width: 335px) {
    .profile .profileNavCol {
        margin-bottom: 10px;
    }
    .profile .profileNavCol a {
        padding: 8px 10px;
        display: inline-flex;
        margin: 3px 0px;
        border-bottom: 1px solid #f5f4de;
        min-width: 100%;
    }
}
.profile .profileTitle {
    background-color: #f8f8f8;
    padding: 10px;
    margin-bottom: 20px;
}

.profileContent .newOrder {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #003744;
    background: #003744;
    color: #f5f4de;
}
.profileContent .newOrder i {
    font-size: 30px;
    margin-left: 20px;
}
.profileContent .newOrder:hover {
    background: #f5f4de;
    color: #003744;
}
.profileContent .order {
    background-color: #fff;
    border: 1px solid #f5f4de;
}
.profileContent .order .workerCvSlider {
    padding-bottom: 0px;
}
.profileContent .order .workerCvSlider img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    cursor: zoom-in;
}
.profileContent .order .swiper-button-prev,
.profileContent .order .swiper-button-next {
    color: #003744;
    width: 30px;
    height: 30px;
}
.profileContent .order .swiper-button-prev:hover,
.profileContent .order .swiper-button-next:hover {
    background-color: #f5f4de;
    color: #003744;
}
.profileContent .order .swiper-button-prev::after, .profileContent .order .swiper-button-prev::before,
.profileContent .order .swiper-button-next::after,
.profileContent .order .swiper-button-next::before {
    font-weight: 300;
    font-size: 20px;
}
.profileContent .order ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.profileContent .order ul li {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    min-width: 49%;
    padding: 10px;
}
.profileContent .order ul li h6 {
    color: #777;
}
.profileContent .order ul li p {
    font-weight: bold;
    margin-right: 5px;
}
.profileContent .order .profileCustomerInfo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px;
    background-color: #f5f4de;
}
.profileContent .order .profileCustomerInfo .info {
    display: flex;
    align-items: center;
}
.profileContent .order .profileCustomerInfo .info img {
    height: 40px;
    width: 40px;
    margin: 0 20px;
    -o-object-fit: contain;
    object-fit: contain;
}
.profileContent .order .profileCustomerInfo .info .text h6 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #003744;
}
.profileContent .order .profileCustomerInfo .info .text p {
    font-size: smaller !important;
}
.profileContent .order .profileCustomerInfo .contact {
    text-align: center;
}
.profileContent .order .profileCustomerInfo .contact a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid #003744;
    color: #003744;
    margin: 5px;
}
.profileContent .order .profileCustomerInfo .contact a i {
    font-size: 20px;
}
.profileContent .order .profileCustomerInfo .contact a:hover {
    background-color: #003744;
    color: #f5f4de;
}
.profileContent .order .cancel {
    color: #db1d00;
}
.profileContent .order .done {
    color: #038735;
}
.profileContent .order .orderStatus {
    padding: 10px;
    font-weight: bold;
}

.routeNav {
    display: flex;
    align-items: center;
    background-color: #003744;
    border-radius: 8px;
    padding: 10px 30px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.routeNav .Back {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f5f4de;
    color: #003744;
    border-radius: 100%;
    margin-left: 30px;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    border: none;
}
.routeNav .Back:hover {
    background-color: #292929;
    color: #ffd700;
}
.routeNav .Back .fa-angle-right:before {
    content: "\f105";
}
.routeNav ul {
    margin: 0;
    list-style: none;
    transition: all 0.3s ease-in-out;
    padding: 0;
}
.routeNav ul li {
    display: inline-flex;
    padding: 10px;
    color: #f5f4de;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.routeNav ul li a {
    transition: all 0.3s ease-in-out;
    color: #f5f4de;
}
.routeNav ul li a:hover {
    color: #ffffff;
}
.routeNav ul li a.active {
    color: #ffffff;
    cursor: default;
    font-weight: bold;
}
.routeNav ul li::after {
    content: " / ";
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}
.routeNav ul li:last-child:after {
    display: none;
}
@media (max-width: 768px) {
    .routeNav {
        margin: 0px 0px 30px;
        padding: 10px 10px;
    }
    .routeNav .Back {
        margin-left: 20px;
    }
    .routeNav ul li a {
        font-size: 16px;
    }
}

.status {
    position: relative;
    padding: 20px 10px;
    background-color: #f5f4de;
    margin: 20px 0;
    border-radius: 8px;
    border: 1px solid #003744;
    overflow: hidden;
}
.status ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.status ol li {
    position: relative;
    text-align: center;
    padding: 0 5px;
    width: 100%;
}
.status ol li:before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 4px auto;
    border: 3px solid #ccc;
}
.status ol li:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: #ccc;
    margin: 0;
    position: absolute;
    top: 12px;
    right: calc(50% + 12px);
}
.status ol li.completed:before {
    background: #003744;
    border: 3px solid #003744;
}
.status ol p {
    margin-top: 10px;
}

.notifications {
    padding: 10px;
}
.notifications ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.notifications ul .notification {
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
    border-radius: 10px;
    margin-bottom: 10px;
}
.notifications ul .notification .notificationTitle {
    font-weight: bold;
    margin-bottom: 10px;
}
.notifications ul .notification p {
    color: #808080;
    margin-bottom: 10px;
}
.notifications ul .notification .date {
    display: flex;
    font-size: small;
}
.notifications ul .notification .date i {
    color: #003744;
}

.editProfile {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
}
.editProfile .head {
    background-color: #f5f4de;
    color: #003744;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}
.editProfile .head h5 {
    font-weight: bold;
    text-transform: uppercase;
}

#chat .Users {
    position: relative;
    display: block;
    border-radius: 4px;
    padding: 5px;
    margin-left: 10px;
    height: 89vh;
    overflow-x: auto;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
    background-color: #fff;
}
#chat .Users .UsersHeder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #f5f4de;
    color: #292929;
    width: 100%;
    margin-bottom: 10px;
}
#chat .Users .UsersHeder .closeUsers {
    display: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: #292929;
    cursor: pointer;
}
#chat .Users .UsersHeder .closeUsers i {
    color: #ffffff;
    font-size: 18px;
}
@media (max-width: 992px) {
    #chat .Users {
        height: 100%;
        right: 0;
        position: fixed;
        top: 0;
        width: 80%;
        max-width: 350px;
        z-index: 9999;
        overflow: auto;
        display: none;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideInRight !important;
        animation-name: slideInRight !important;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
    #chat .Users .UsersHeder {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 2;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    }
    #chat .Users .UsersHeder .closeUsers {
        display: flex;
    }
}
#chat .Users ul {
    display: block;
    border: none;
}
#chat .Users ul li {
    display: block;
    margin-bottom: 5px;
}
#chat .Users ul li .userInfo {
    display: flex;
    background-color: #fff;
    padding: 10px 5px;
    border-radius: 2px;
    align-items: center;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #f6f6f6;
}
#chat .Users ul li .userInfo img {
    width: 100px;
    height: 50px;
    max-width: 50px !important;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3137254902);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
#chat .Users ul li .userInfo .userDiv {
    color: #777;
    width: 100%;
    padding-right: 8px;
    margin-right: 8px;
}
#chat .Users ul li .userInfo .userDiv .nameDate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}
#chat .Users ul li .userInfo .userDiv .nameDate .name {
    font-size: 16px;
    color: #000;
}
#chat .Users ul li .userInfo .userDiv .nameDate .date {
    font-size: 12px;
}
#chat .Users ul li .userInfo .userDiv p {
    margin: 10px 0px 0px;
    font-size: 12px;
    overflow: hidden;
    height: 25px;
}
#chat .Users ul li .active .userInfo {
    background-color: #f6f6f6;
    border-radius: 3px;
}
#chat .chatTop {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 20px;
    background-color: #003744;
    color: #fff;
    position: relative;
}
#chat .chatTop img {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
    margin: 0px 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
#chat .chatTop .default-btn {
    color: #f5f4de !important;
    border-radius: 0;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    cursor: pointer;
}
#chat .chatTop .default-btn span {
    background-color: #292929;
    color: #ffffff;
}
#chat .chatTop .default-btn:hover {
    color: #ffffff !important;
}
#chat .chatBox {
    position: relative;
    width: 100%;
    background-color: #fff;
    display: block;
    padding: 10px 10px 50px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
    background-image: url(../img/chat.webp);
    background-size: contain;
    height: 80vh;
}
#chat .chatBox::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1254901961);
}
#chat .chatBox .chatBody {
    position: relative;
    z-index: 3;
    padding: 15px;
    overflow-x: auto;
    height: 100%;
}
#chat .chatBox .chatBody p {
    margin: 0px;
    width: 100%;
    display: inline-block;
}
#chat .chatBox .chatBody .userSend {
    display: flex;
    position: relative;
    margin-left: auto;
}
#chat .chatBox .chatBody .userSend img {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
    position: relative;
    right: -10px;
    top: -5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
#chat .chatBox .chatBody .userSend .sendMassage {
    padding: 10px;
    background-color: #003744;
    border-radius: 8px 0px 8px 8px;
    margin-bottom: 10px;
    position: relative;
    color: #fff;
    display: inline-block;
    padding-bottom: 25px;
    min-width: 120px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
}
#chat .chatBox .chatBody .userSend .sendMassage .time {
    position: absolute;
    bottom: 2px;
    left: 15px;
    color: #f0f0f0;
    font-size: 12px;
}
#chat .chatBox .chatBody .userSend .sendMassage:before {
    z-index: -1;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -8px;
    top: 0px;
    bottom: auto;
    border: 12px solid;
    border-color: #003744 transparent transparent transparent;
}
#chat .chatBox .chatBody .userReceive {
    display: flex;
    position: relative;
    margin-right: auto;
    direction: ltr;
    text-align: left;
}
#chat .chatBox .chatBody .userReceive img {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
    position: relative;
    left: -10px;
    top: -5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
#chat .chatBox .chatBody .userReceive .sendMassage {
    padding: 10px;
    background-color: #fff;
    border-radius: 0px 8px 8px 8px;
    margin-bottom: 10px;
    position: relative;
    color: #000;
    display: inline-block;
    padding-bottom: 25px;
    min-width: 120px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
}
#chat .chatBox .chatBody .userReceive .sendMassage .time {
    position: absolute;
    bottom: 2px;
    left: 15px;
    color: #c7c7c7;
    font-size: 12px;
}
#chat .chatBox .chatBody .userReceive .sendMassage:before {
    z-index: -1;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    right: auto;
    left: -8px;
    top: 0px;
    bottom: auto;
    border: 12px solid;
    border-color: #fff transparent transparent transparent;
}
#chat .chatBox .chat-input {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 4;
}
#chat .chatBox .chat-input #chat-input {
    background: #f4f7f9;
    width: 100%;
    position: relative;
    height: 47px;
    padding: 10px 15px 10px 50px;
    border: none;
    color: #888;
    overflow: hidden;
}
#chat .chatBox .chat-input .chat-submit {
    position: absolute;
    bottom: 3px;
    left: 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: #003744;
    transform: scaleX(-1);
    width: 35px;
    height: 35px;
}
#chat .showUsers {
    display: block !important;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInRight !important;
    animation-name: slideInRight !important;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#chat .hideUsers {
    display: block !important;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutRight !important;
    animation-name: slideOutRight !important;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.chatTop {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1882352941);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 10px 20px;
    background-color: #f5f4de;
    color: #fff;
    position: relative;
}
.chatTop img {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1882352941);
    margin: 0px 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.support {
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    background-color: #f5f4de;
    border-radius: 1000px;
    padding: 5px;
}
.support .supportBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background-color: #003744;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.support .supportBtn i {
    font-size: 20px;
    color: #ffffff;
}
.support .links {
    display: none;
}
.support .links a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
    margin-bottom: 10px;
    cursor: pointer;
}
.support .links a i {
    font-size: 24px;
    color: #ffffff;
}
.support .links a.whatsapp {
    background-color: #25d366;
}
.support .links a.call {
    background-color: #34b7f1;
}

.blogsPage .blog {
    border-radius: 10px;
    border: 1px solid #f5f4de;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    height: 100%;
}
.blogsPage .blog .date {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #003744;
    color: #f5f4de;
    border-radius: 0px 10px 0px 10px;
    padding: 10px 20px;
}
.blogsPage .blog .blog-image img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -o-object-position: center;
    object-position: center;
}
.blogsPage .blog .blog-content {
    padding: 20px;
}
.blogsPage .blog .blog-content a {
    font-size: 16px !important;
    font-weight: bold;
    color: #003744;
    margin-bottom: 10px;
    display: block;
}
.blogsPage .blog .blog-content p {
    color: #757575;
    max-height: 120px;
    overflow: hidden;
}
.blogsPage .blog:hover {
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
}
.blogsPage .blog:hover .blog-image img {
    -o-object-position: top;
    object-position: top;
    transform: scale(1.04);
}
.blogsPage .blog:hover .blog-content {
    padding: 20px;
}
.blogsPage .blog:hover .blog-content a {
    color: #c4832e;
}
.blogsPage .blog:hover .blog-content p {
    color: #757575;
}

.blogDetails .blog {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    border: 1px solid #f5f4de;
}
@media (max-width: 768px) {
    .blogDetails .blog {
        padding: 10px;
    }
}
.blogDetails .blog .blog-image {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .blogDetails .blog .blog-image {
        margin-bottom: 10px;
    }
}
.blogDetails .blog .blog-image img {
    border-radius: 16px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 450px;
}
.blogDetails .blog .blog-content {
    padding: 20px;
}
.blogDetails .blog .blog-content ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.blogDetails .blog .blog-content ul li {
    margin-bottom: 20px;
    color: #808080;
    line-height: 30px;
}
.blogDetails .blog .blog-content .date {
    color: #003744;
    margin-bottom: 20px;
    display: block;
}
.blogDetails .blog .blog-content .blogTitle {
    display: block;
    font-size: 20px !important;
    font-weight: bold;
    color: #003744;
    margin-bottom: 20px;
}
.blogDetails .blog .blog-content .share p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.blogDetails .blog .blog-content .socialIcons a {
    background-color: #003744;
}
.blogDetails .blog .blog-content .socialIcons a:hover {
    background-color: #f5f4de;
    color: #003744;
}

#toast-container {
    padding-top: 63px;
}

.supportPage {
    padding: 20px 0;
}
.supportPage .trending,
.supportPage .supportFaq {
    border: 1px solid #f5f4de;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}
.supportPage .trending:hover,
.supportPage .supportFaq:hover {
    background-color: #ffffff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1882352941);
}
.supportPage .trending ul {
    padding: 0;
    margin: 0;
}
.supportPage .trending ul li {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1882352941);
    list-style: none;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.supportPage .trending ul li a {
    color: #003744;
    padding: 20px;
    display: block;
}
.supportPage .trending ul li:hover {
    background-color: #003744;
}
.supportPage .trending ul li:hover a {
    color: #f5f4de;
}

.topics {
    padding: 20px 0;
}
.topics h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #003744;
}
.topics iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    border: 1px solid #f5f4de;
    border-radius: 8px;
}
.topics ul {
    list-style: circle;
    margin: 0;
}
.topics ul li {
    margin-bottom: 12px;
    color: #777;
}

.vCode {
    direction: ltr;
    padding: 20px 0px;
    display: flex;
    justify-content: space-around;
}
.vCode .vCode-input {
    min-width: 40px;
    width: 100%;
    height: 60px;
    background-color: #eee;
    border: none;
    border-bottom: 2px solid #003744;
    text-align: center;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
}

.cvPrint {
    position: relative;
    padding: 50px 0 0;
    isolation: isolate;
    font-weight: bolder;
    font-size: x-large;
}
.cvPrint::before {
    content: "";
    width: 100%;
    height: 330px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgba(25, 124, 129, 0.9607843137), rgba(31, 107, 123, 0.9098039216), rgba(44, 72, 108, 0.9607843137));
    z-index: -1;
    font-weight: bold;
}
.cvPrint .mainInfo {
    padding: 16px;
    padding-bottom: 60px;
    border-radius: 1000px;
    background-color: #fff;
    text-align: center;
    border: 3px solid #125d50;

}
.cvPrint .mainInfo img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 100%;
}
.cvPrint .mainInfo .info {
    margin-top: 36px;
}
.cvPrint .mainInfo .info .title {
    font-weight: bold;
    color: #125d50;
    margin-bottom: 12px;
}
.cvPrint .mainInfo .info .data {
    color: #666;
}
.cvPrint .languages {
    text-align: center;
}
.cvPrint .languages .title {
    padding: 10px 60px;
    background: linear-gradient(45deg, rgba(25, 124, 129, 0.9607843137), rgba(31, 107, 123, 0.9098039216), rgba(44, 72, 108, 0.9607843137));
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    display: inline-block;
    border-radius: 100px;
}
.cvPrint .languages .Percentages {
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
}
.cvPrint .languages .Percentages .percentDiv {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cvPrint .languages .Percentages .percentDiv .percent {
    margin-bottom: 20px;
}
.cvPrint .languages .snapChat {
    margin: 30px auto;
    width: 80%;
    max-width: 200px;
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
}
.cvPrint .topInfo {
    /*background: linear-gradient(45deg, rgba(31, 107, 123, 0.9098039216), rgba(25, 124, 129, 0.9607843137));*/
}
.cvPrint .topInfo .logo {
    display: flex;
    justify-content: flex-end;
}
.cvPrint .topInfo .logo img {
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
}
.cvPrint .topInfo table {
    margin: 20px 0;
    border-color: #fff;
    text-align: center;
    color: #fff;
}
.cvPrint .topInfo table a {
    color: #fff;
}
.cvPrint .topInfo .name {
    padding: 10px;
    display: flex;
    color: #fff;
}
.cvPrint .topInfo .name .title {
    font-weight: bold;
    color: #e1e1e1;
}
.cvPrint .topInfo .name h1 {
    font-weight: bold;
}
.cvPrint .bottomInfo {
    position: relative;
    padding: 50px 20px;
}
.cvPrint .bottomInfo::before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(45deg, rgba(25, 124, 129, 0.9607843137), rgba(31, 107, 123, 0.9098039216), rgba(44, 72, 108, 0.9607843137));
}
.cvPrint .bottomInfo .infoDiv {
    padding: 20px 0;
}
.cvPrint .bottomInfo .infoDiv .title {
    background: linear-gradient(45deg, rgba(25, 124, 129, 0.9607843137), rgba(31, 107, 123, 0.9098039216), rgba(44, 72, 108, 0.9607843137));
    display: inline-block;
    padding: 10px 30px;
    border-radius: 100px 0 0 100px;
    position: relative;
    color: #fff;
    padding-right: 10px;
}
.cvPrint .bottomInfo .infoDiv .title::before {
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    right: -20px;
    top: 50%;
    background: linear-gradient(45deg, rgba(25, 124, 129, 0.9607843137), rgba(31, 107, 123, 0.9098039216), rgba(44, 72, 108, 0.9607843137));
}
.cvPrint .bottomInfo .infoDiv .innerInfo {
    padding: 30px 0;
}
.cvPrint .bottomInfo .infoDiv .innerInfo .infoRow {
    position: relative;
    padding-right: 30px !important;
}
.cvPrint .bottomInfo .infoDiv .innerInfo .infoRow::before {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgba(25, 124, 129, 0.9607843137), rgba(31, 107, 123, 0.9098039216), rgba(44, 72, 108, 0.9607843137));
}
.cvPrint .bottomInfo .infoDiv .innerInfo .infoRow:last-child::before {
    display: none;
}
.cvPrint .bottomInfo .infoDiv .innerInfo .infoRow .data {
    padding: 16px 4px;
}
.cvPrint .bottomInfo .infoDiv .innerInfo .infoRow .data .innerTitle {
    font-weight: bold;
    color: #777;
    margin-bottom: 10px;
}
.cvPrint .bottomInfo .infoDiv .innerInfo .infoRow .data .innerData {
    font-weight: bold;
}
.cvPrint .bottomInfo .infoDiv .table {
    margin: 30px 0;
    text-align: center;
    border-color: #000;
}
.cvPrint .bottomInfo .infoDiv .passport {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cvPrint .bottomInfo .infoDiv .passport h6 {
    font-weight: bold;
    color: #777;
}
.cvPrint .bottomInfo .infoDiv .passport h3 {
    font-weight: bold;
    margin-right: 20px;
}
.cvPrint .printFooter {
    background: linear-gradient(45deg, rgba(25, 124, 129, 0.9607843137), rgba(31, 107, 123, 0.9098039216), rgba(44, 72, 108, 0.9607843137));
    color: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.cvPrint .printFooter .contact {
    padding: 20px;
    display: flex;
    align-items: center;
}

.percent {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.percent .percentNum {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 1;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #eee;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px !important;
    font-weight: bold;
}
.percent .percentNum span {
    font-weight: normal;
    color: #777;
    font-size: 12px !important;
}
.percent .slice {
    position: absolute;
    width: 100px;
    height: 100px;
    clip: rect(0px, 100px, 100px, 50px);
}
.percent .bar {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(0deg);
}
.percent.p51 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p51 .bar:after {
    transform: rotate(180deg);
}
.percent.p51 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p52 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p52 .bar:after {
    transform: rotate(180deg);
}
.percent.p52 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p53 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p53 .bar:after {
    transform: rotate(180deg);
}
.percent.p53 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p54 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p54 .bar:after {
    transform: rotate(180deg);
}
.percent.p54 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p55 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p55 .bar:after {
    transform: rotate(180deg);
}
.percent.p55 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p56 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p56 .bar:after {
    transform: rotate(180deg);
}
.percent.p56 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p57 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p57 .bar:after {
    transform: rotate(180deg);
}
.percent.p57 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p58 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p58 .bar:after {
    transform: rotate(180deg);
}
.percent.p58 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p59 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p59 .bar:after {
    transform: rotate(180deg);
}
.percent.p59 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p60 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p60 .bar:after {
    transform: rotate(180deg);
}
.percent.p60 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p61 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p61 .bar:after {
    transform: rotate(180deg);
}
.percent.p61 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p62 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p62 .bar:after {
    transform: rotate(180deg);
}
.percent.p62 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p63 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p63 .bar:after {
    transform: rotate(180deg);
}
.percent.p63 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p64 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p64 .bar:after {
    transform: rotate(180deg);
}
.percent.p64 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p65 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p65 .bar:after {
    transform: rotate(180deg);
}
.percent.p65 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p66 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p66 .bar:after {
    transform: rotate(180deg);
}
.percent.p66 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p67 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p67 .bar:after {
    transform: rotate(180deg);
}
.percent.p67 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p68 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p68 .bar:after {
    transform: rotate(180deg);
}
.percent.p68 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p69 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p69 .bar:after {
    transform: rotate(180deg);
}
.percent.p69 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p70 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p70 .bar:after {
    transform: rotate(180deg);
}
.percent.p70 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p71 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p71 .bar:after {
    transform: rotate(180deg);
}
.percent.p71 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p72 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p72 .bar:after {
    transform: rotate(180deg);
}
.percent.p72 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p73 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p73 .bar:after {
    transform: rotate(180deg);
}
.percent.p73 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p74 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p74 .bar:after {
    transform: rotate(180deg);
}
.percent.p74 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p75 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p75 .bar:after {
    transform: rotate(180deg);
}
.percent.p75 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p76 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p76 .bar:after {
    transform: rotate(180deg);
}
.percent.p76 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p77 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p77 .bar:after {
    transform: rotate(180deg);
}
.percent.p77 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p78 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p78 .bar:after {
    transform: rotate(180deg);
}
.percent.p78 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p79 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p79 .bar:after {
    transform: rotate(180deg);
}
.percent.p79 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p80 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p80 .bar:after {
    transform: rotate(180deg);
}
.percent.p80 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p81 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p81 .bar:after {
    transform: rotate(180deg);
}
.percent.p81 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p82 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p82 .bar:after {
    transform: rotate(180deg);
}
.percent.p82 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p83 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p83 .bar:after {
    transform: rotate(180deg);
}
.percent.p83 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p84 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p84 .bar:after {
    transform: rotate(180deg);
}
.percent.p84 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p85 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p85 .bar:after {
    transform: rotate(180deg);
}
.percent.p85 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p86 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p86 .bar:after {
    transform: rotate(180deg);
}
.percent.p86 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p87 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p87 .bar:after {
    transform: rotate(180deg);
}
.percent.p87 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p88 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p88 .bar:after {
    transform: rotate(180deg);
}
.percent.p88 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p89 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p89 .bar:after {
    transform: rotate(180deg);
}
.percent.p89 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p90 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p90 .bar:after {
    transform: rotate(180deg);
}
.percent.p90 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p91 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p91 .bar:after {
    transform: rotate(180deg);
}
.percent.p91 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p92 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p92 .bar:after {
    transform: rotate(180deg);
}
.percent.p92 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p93 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p93 .bar:after {
    transform: rotate(180deg);
}
.percent.p93 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p94 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p94 .bar:after {
    transform: rotate(180deg);
}
.percent.p94 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p95 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p95 .bar:after {
    transform: rotate(180deg);
}
.percent.p95 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p96 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p96 .bar:after {
    transform: rotate(180deg);
}
.percent.p96 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p97 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p97 .bar:after {
    transform: rotate(180deg);
}
.percent.p97 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p98 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p98 .bar:after {
    transform: rotate(180deg);
}
.percent.p98 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p99 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p99 .bar:after {
    transform: rotate(180deg);
}
.percent.p99 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}
.percent.p100 .bar:after {
    transform: rotate(180deg);
}
.percent.p100 .fill {
    position: absolute;
    border: 4px solid #125d50;
    width: 100px;
    height: 100px;
    clip: rect(0px, 50px, 100px, 0px);
    border-radius: 50%;
    transform: rotate(180deg);
}
.percent.p1 .bar {
    transform: rotate(3.6deg);
}
.percent.p2 .bar {
    transform: rotate(7.2deg);
}
.percent.p3 .bar {
    transform: rotate(10.8deg);
}
.percent.p4 .bar {
    transform: rotate(14.4deg);
}
.percent.p5 .bar {
    transform: rotate(18deg);
}
.percent.p6 .bar {
    transform: rotate(21.6deg);
}
.percent.p7 .bar {
    transform: rotate(25.2deg);
}
.percent.p8 .bar {
    transform: rotate(28.8deg);
}
.percent.p9 .bar {
    transform: rotate(32.4deg);
}
.percent.p10 .bar {
    transform: rotate(36deg);
}
.percent.p11 .bar {
    transform: rotate(39.6deg);
}
.percent.p12 .bar {
    transform: rotate(43.2deg);
}
.percent.p13 .bar {
    transform: rotate(46.8deg);
}
.percent.p14 .bar {
    transform: rotate(50.4deg);
}
.percent.p15 .bar {
    transform: rotate(54deg);
}
.percent.p16 .bar {
    transform: rotate(57.6deg);
}
.percent.p17 .bar {
    transform: rotate(61.2deg);
}
.percent.p18 .bar {
    transform: rotate(64.8deg);
}
.percent.p19 .bar {
    transform: rotate(68.4deg);
}
.percent.p20 .bar {
    transform: rotate(72deg);
}
.percent.p21 .bar {
    transform: rotate(75.6deg);
}
.percent.p22 .bar {
    transform: rotate(79.2deg);
}
.percent.p23 .bar {
    transform: rotate(82.8deg);
}
.percent.p24 .bar {
    transform: rotate(86.4deg);
}
.percent.p25 .bar {
    transform: rotate(90deg);
}
.percent.p26 .bar {
    transform: rotate(93.6deg);
}
.percent.p27 .bar {
    transform: rotate(97.2deg);
}
.percent.p28 .bar {
    transform: rotate(100.8deg);
}
.percent.p29 .bar {
    transform: rotate(104.4deg);
}
.percent.p30 .bar {
    transform: rotate(108deg);
}
.percent.p31 .bar {
    transform: rotate(111.6deg);
}
.percent.p32 .bar {
    transform: rotate(115.2deg);
}
.percent.p33 .bar {
    transform: rotate(118.8deg);
}
.percent.p34 .bar {
    transform: rotate(122.4deg);
}
.percent.p35 .bar {
    transform: rotate(126deg);
}
.percent.p36 .bar {
    transform: rotate(129.6deg);
}
.percent.p37 .bar {
    transform: rotate(133.2deg);
}
.percent.p38 .bar {
    transform: rotate(136.8deg);
}
.percent.p39 .bar {
    transform: rotate(140.4deg);
}
.percent.p40 .bar {
    transform: rotate(144deg);
}
.percent.p41 .bar {
    transform: rotate(147.6deg);
}
.percent.p42 .bar {
    transform: rotate(151.2deg);
}
.percent.p43 .bar {
    transform: rotate(154.8deg);
}
.percent.p44 .bar {
    transform: rotate(158.4deg);
}
.percent.p45 .bar {
    transform: rotate(162deg);
}
.percent.p46 .bar {
    transform: rotate(165.6deg);
}
.percent.p47 .bar {
    transform: rotate(169.2deg);
}
.percent.p48 .bar {
    transform: rotate(172.8deg);
}
.percent.p49 .bar {
    transform: rotate(176.4deg);
}
.percent.p50 .bar {
    transform: rotate(180deg);
}
.percent.p51 .bar {
    transform: rotate(183.6deg);
}
.percent.p52 .bar {
    transform: rotate(187.2deg);
}
.percent.p53 .bar {
    transform: rotate(190.8deg);
}
.percent.p54 .bar {
    transform: rotate(194.4deg);
}
.percent.p55 .bar {
    transform: rotate(198deg);
}
.percent.p56 .bar {
    transform: rotate(201.6deg);
}
.percent.p57 .bar {
    transform: rotate(205.2deg);
}
.percent.p58 .bar {
    transform: rotate(208.8deg);
}
.percent.p59 .bar {
    transform: rotate(212.4deg);
}
.percent.p60 .bar {
    transform: rotate(216deg);
}
.percent.p61 .bar {
    transform: rotate(219.6deg);
}
.percent.p62 .bar {
    transform: rotate(223.2deg);
}
.percent.p63 .bar {
    transform: rotate(226.8deg);
}
.percent.p64 .bar {
    transform: rotate(230.4deg);
}
.percent.p65 .bar {
    transform: rotate(234deg);
}
.percent.p66 .bar {
    transform: rotate(237.6deg);
}
.percent.p67 .bar {
    transform: rotate(241.2deg);
}
.percent.p68 .bar {
    transform: rotate(244.8deg);
}
.percent.p69 .bar {
    transform: rotate(248.4deg);
}
.percent.p70 .bar {
    transform: rotate(252deg);
}
.percent.p71 .bar {
    transform: rotate(255.6deg);
}
.percent.p72 .bar {
    transform: rotate(259.2deg);
}
.percent.p73 .bar {
    transform: rotate(262.8deg);
}
.percent.p74 .bar {
    transform: rotate(266.4deg);
}
.percent.p75 .bar {
    transform: rotate(270deg);
}
.percent.p76 .bar {
    transform: rotate(273.6deg);
}
.percent.p77 .bar {
    transform: rotate(277.2deg);
}
.percent.p78 .bar {
    transform: rotate(280.8deg);
}
.percent.p79 .bar {
    transform: rotate(284.4deg);
}
.percent.p80 .bar {
    transform: rotate(288deg);
}
.percent.p81 .bar {
    transform: rotate(291.6deg);
}
.percent.p82 .bar {
    transform: rotate(295.2deg);
}
.percent.p83 .bar {
    transform: rotate(298.8deg);
}
.percent.p84 .bar {
    transform: rotate(302.4deg);
}
.percent.p85 .bar {
    transform: rotate(306deg);
}
.percent.p86 .bar {
    transform: rotate(309.6deg);
}
.percent.p87 .bar {
    transform: rotate(313.2deg);
}
.percent.p88 .bar {
    transform: rotate(316.8deg);
}
.percent.p89 .bar {
    transform: rotate(320.4deg);
}
.percent.p90 .bar {
    transform: rotate(324deg);
}
.percent.p91 .bar {
    transform: rotate(327.6deg);
}
.percent.p92 .bar {
    transform: rotate(331.2deg);
}
.percent.p93 .bar {
    transform: rotate(334.8deg);
}
.percent.p94 .bar {
    transform: rotate(338.4deg);
}
.percent.p95 .bar {
    transform: rotate(342deg);
}
.percent.p96 .bar {
    transform: rotate(345.6deg);
}
.percent.p97 .bar {
    transform: rotate(349.2deg);
}
.percent.p98 .bar {
    transform: rotate(352.8deg);
}
.percent.p99 .bar {
    transform: rotate(356.4deg);
}
.percent.p100 .bar {
    transform: rotate(360deg);
}

@media (min-width: 992px) {
    /* Global */
    h1 {
        font-size: 28px !important;
    }
    h2 {
        font-size: 24px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    h5 {
        font-size: 16px !important;
    }
    h6 {
        font-size: 14px !important;
    }
    a,
    p {
        font-size: 16px !important;
    }
}
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px !important;
    }
    h1 {
        font-size: 26px !important;
    }
    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    h4 {
        font-size: 18px !important;
    }
    h5 {
        font-size: 16px !important;
    }
    h6 {
        font-size: 15px !important;
    }
    a,
    p {
        font-size: 14px !important;
    }
}
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 12px !important;
    }
    h1 {
        font-size: 22px !important;
    }
    h2 {
        font-size: 18px !important;
    }
    h3 {
        font-size: 17px !important;
    }
    h4 {
        font-size: 16px !important;
    }
    h5 {
        font-size: 15px !important;
    }
    h6 {
        font-size: 14px !important;
    }
    a,
    p {
        font-size: 13px !important;
    }
}/*# sourceMappingURL=style.css.map */

.viedo-container {
    margin-bottom: 8px;
    padding: 0 8px;
    margin: 50px;
}
.viedo-container .col-12 {
    height: 350px;
    height: fit-content;
    border-radius: 16px;
    padding: 16px;
    background: #e4eaee;
    box-shadow: rgba(135, 138, 153, 0.12) 0px 5px 10px;
}
.viedo-container .col-12 video {
    width: 100%;
    height: 100%;
}

.reqruitment-request-steps {
    padding-top: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5019607843), rgba(255, 255, 255, 0.8549019608)), url(../img/bg2.webp);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 32px;
}
@media (max-width: 576px) {
    .reqruitment-request-steps {
        padding: 0 12px 32px;
    }
}
.reqruitment-request-steps h4 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}
.reqruitment-request-steps .col-12 {
    background: #e4eaee;
    box-shadow: rgba(135, 138, 153, 0.12) 0px 5px 10px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}
.reqruitment-request-steps .col-12:hover {
    transform: translateY(-8px);
}
.reqruitment-request-steps .col-12 h5 {
    text-align: center;
}
.reqruitment-request-steps .col-12 p {
    max-width: 250px;
    text-align: center;
    margin: 0;
}
.reqruitment-request-steps .col-12 .icon {
    width: 80px;
    height: 80px;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 16px;
    box-shadow: rgba(135, 138, 153, 0.12) 0px 5px 10px;
}
.reqruitment-request-steps .col-12 .icon img {
    max-width: 80%;
}
.reqruitment-request-steps .col-12 .icon_wh {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    margin: 16px;
    box-shadow: rgba(135, 138, 153, 0.12) 0px 5px 10px;
}

.reqruitment-request-steps .col-12 .icon_wh button {
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: inherit;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: rgba(18, 93, 80, 0);
    top: 0;
    left: 0
}

.preloader .loader {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-43%);
    transform: translateY(-43%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px
}

.preloader .box {
    width: 100%;
    height: 100%;
    background: rgba(18, 41, 71, 0.83);
    -webkit-animation: animate .5s linear infinite;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px
}

.preloader .shadow {
    width: 100%;
    height: 5px;
    background: #000;
    opacity: .1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow .1s linear infinite;
    animation: shadow .5s linear infinite
}

@-webkit-keyframes loader {
    0% {
        left: -100px
    }
    100% {
        left: 110%
    }
}

@keyframes loader {
    0% {
        left: -100px
    }
    100% {
        left: 110%
    }
}

@-webkit-keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg)
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, .9) rotate(45deg);
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg)
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg)
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg)
    }
    50% {
        -webkit-transform: translateY(18px) scale(1, .9) rotate(45deg);
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg)
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg)
    }
}

@-webkit-keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1)
    }
}

@keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1)
    }
}.musaned {
    min-height: 80vh;
    padding: 100px 0;
    background: linear-gradient(rgba(238, 238, 238, 0.6392156863), rgba(238, 238, 238, 0.8)), url(../img/musanedHead.webp);
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-align: center;
  }
  .musaned .hint {
    line-height: 30px;
    font-weight: bold;
  }
  .musaned .musanedLogo {
    height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .videoSection .hint {
    line-height: 30px;
  }
  .videoSection .video {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/family2.webp);
    position: relative;
    height: 100%;
    min-height: 400px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  @media (max-width: 767px) {
    .videoSection .video {
      border-radius: 16px;
    }
  }
  .videoSection .video .videoPopup {
    width: 80px;
    height: 80px;
    font-size: 30px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #dcb065;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ffffff;
  }
  .videoSection .video .videoPopup::before {
    content: "";
    width: 130%;
    height: 130%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: play-button 1s infinite linear;
            animation: play-button 1s infinite linear;
  }
  .videoSection .video .videoPopup i {
    font-size: 24px;
  }
  .videoSection .feature {
    padding: 20px 30px 0;
    display: flex;
    flex-direction: column;
  }
  @media (max-width: 767px) {
    .videoSection .feature {
      padding: 20px 10px 0;
    }
  }
  .videoSection .feature .content {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
  }
  .videoSection .feature .content i {
    font-size: 30px;
    width: 40px;
    color: #09463f;
  }
  .videoSection .feature .content .info h3 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .videoSection .feature .content .info p {
    color: #777777;
  }
  
  @-webkit-keyframes play-button {
    0% {
      width: 100%;
      height: 100%;
      border: 0px solid #ffffff;
    }
    100% {
      width: 130%;
      height: 130%;
      border: 10px solid rgba(255, 255, 255, 0.1254901961);
    }
  }
  
  @keyframes play-button {
    0% {
      width: 100%;
      height: 100%;
      border: 0px solid #ffffff;
    }
    100% {
      width: 130%;
      height: 130%;
      border: 10px solid rgba(255, 255, 255, 0.1254901961);
    }
  }
  .musanedTrip {
    padding: 100px 0;
  }
  .musanedTrip .hint {
    line-height: 30px;
  }
  .musanedTrip .trip {
    border: 1px solid rgba(9, 70, 63, 0.1882352941);
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  .musanedTrip .trip img {
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 10px;
  }
  .musanedTrip .trip h4 {
    background-color: rgba(9, 70, 63, 0.1882352941);
    padding: 20px;
    border-radius: 10px;
    white-space: nowrap;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
  }
  .musanedTrip .trip:hover {
    background-color: #fff;
  }
  .musanedTrip .trip:hover h4 {
    background-color: rgba(9, 70, 63, 0.5019607843);
    color: #fff;
  }
  
  .musanedRecruitment {
    padding: 70px 0;
    background: linear-gradient(rgba(238, 238, 238, 0.6392156863), rgba(238, 238, 238, 0.8)), url(../img/musanedHead.webp);
    background-size: cover;
    background-attachment: fixed;
  }
  .musanedRecruitment .headTitle h4 {
    margin-bottom: 10px;
  }
  .musanedRecruitment .headTitle h1 {
    font-weight: bold;
    color: #09463f;
  }
  .musanedRecruitment .headTitle p {
    line-height: 30px;
    margin-top: 30px;
    color: #777;
  }
  .musanedRecruitment .specifications {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1254901961);
    border-radius: 4px;
    height: 100%;
    text-align: center;
  }
  .musanedRecruitment .specifications i {
    font-size: 55px;
    margin-bottom: 30px;
    color: #09463f;
  }
  .musanedRecruitment .specifications h1 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #09463f;
  }
  .musanedRecruitment .specifications h5 {
    white-space: nowrap;
  }
  .musanedRecruitment .specifications p {
    line-height: 30px;
    margin-top: 30px;
    color: #777;
    min-width: 220px;
  }
  
  .musanedFees {
    background-color: #f2f3f8;
    padding: 70px 0;
    text-align: center;
  }
  .musanedFees .headTitle h4 {
    margin-bottom: 10px;
  }
  .musanedFees p {
    color: #777;
    line-height: 30px;
  }
  .musanedFees .images {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;
  }
  .musanedFees .images img {
    -o-object-fit: contain;
       object-fit: contain;
    margin: 5px;
    max-height: 70px;
    border-radius: 8px;
  }
  
  .musanedApp {
    padding-top: 40px;
    background-color: rgba(9, 70, 63, 0.062745098);
  }
  .musanedApp .appImg {
    text-align: center;
  }
  .musanedApp .appImg img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    max-width: 350px;
  }
  .musanedApp .info {
    padding: 20px;
    background-color: rgba(196, 131, 46, 0.1254901961);
    border-radius: 16px;
    text-align: center;
    margin-bottom: 40px;
  }
  .musanedApp .info img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 120px;
    margin-bottom: 20px;
  }
  .musanedApp .info h4 {
    color: #09463f;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .musanedApp .info p {
    color: #777;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .musanedApp .info .links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .musanedApp .info .links img {
    width: 100%;
    height: 60px;
    margin: 0;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5px;
  }
  @media (max-width: 768px) {
    .musanedApp .info .links img {
      height: 50px;
    }
  }.animatedLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    // padding: 12px 24px;
    color: $mainColor;
    transition: $transition;
    position: relative;
    width: fit-content;
    border: none;
    background: none;
    isolation: isolate;
    i {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        transition: width 0.3s ease-in-out;
        span {
            position: absolute;
            left: 0;
            top: 50%;
            z-index: -1;
            transform: translateY(-50%);
            width: 48px;
            height: 48px;
            border: 1px solid $mainColor;
            border-radius: 100px;
            transition: $transition;
        }
    }
    &:hover {
        padding: 0 20px;
        color: $white-color;
        i {
            width: 20px;
            span {
                width: 100%;
                border: 1px solid $secondColor;
                background-color: $secondColor;
            }
        }
    }
}