/* ************************************************************
******* :: INDEX OF CSS :: *******
:: 1.0 WEB FONTS
:: 2.0 IMPORT ALL CSS
:: 3.0 GLOBAL CSS
:: 4.0 COMMON CSS
:: 5.0 PRELOADER CSS
:: 6.0 SCROLL TO TOP AREA CSS
:: 7.0 HEADER AREA CSS
:: 8.0 WELCOME AREA CSS
:: 09.0 POPUP AREA
:: 10.0 FOOTER AREA CSS
:: 11.0 ABOUT AREA CSS
:: 12.0 SERVICES AREA CSS
****************************** */


/* ******************************
:: 1.0 WEB FONTS
****************************** */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

/*  
font-family: 'DM Sans', sans-serif;
*/


/* ******************************
:: 2.0 IMPORT ALL CSS
****************************** */

@import url(bootstrap.min.css);
@import url(et-line.css);
@import url(icofont.min.css);
@import url(all.min.css);
@import url(animate.min.css);
@import url(aos.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(custom-animate.css);

/* ******************************
:: 3.0 GLOBAL CSS
****************************** */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #444444;
}

.main {
    overflow: hidden;
}

section,
.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #515151;
    margin-bottom: 0;
    font-family: 'DM Sans', sans-serif;
}

h1 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2;
}

h2 {
    font-size: 32px;
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    line-height: 1.2;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 0;
    line-height: 1.6;
    /* text-align: justify; */
}

a,
button {
    color: #444;
    transition: all 0.3s ease-in;
}

a:hover {
    color: #e11e29;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.text-primary {
    color: #191b16 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pt-50 {
    padding-top: 50px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-100 {
    padding-top: 100px !important;
}

.ptb-100 {
    padding: 100px 0 !important;
}

.ptb-50 {
    padding: 50px 0 !important;
}
.pb-50{
    padding-bottom: 50px !important;
}
textarea {
    height: 100px !important;
}

.border-line {
    border: 1px solid #ccc;
}

.bg-grey{
    background-color: #e9eef3;
}

.bg-light-grey{
    background-color: #efedea;
}

/* ******************************
:: 4.0 COMMON CSS
****************************** */

section {
    position: relative;
}

.fw-2 {
    font-weight: 200;
}

.fw-3 {
    font-weight: 300;
}

.fw-4 {
    font-weight: 400;
}

.fw-5 {
    font-weight: 500;
    font-size: 25px;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

.op-5 {
    opacity: 0.5;
}

.red-color {
    color: #e11e29;
}

.avatar-sm {
    height: 3rem;
    width: 3rem;
}

.avatar-md {
    height: 4rem;
    width: 4rem;
}

.avatar-lg {
    height: 5rem;
    width: 5rem;
}

.h-100vh {
    height: 100vh;
}

.pos-abs-top-right {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.radius-100 {
    border-radius: 100px !important;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dsp-tc {
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel .owl-item img {
    width: auto;
}

.owl-prev:focus,
.owl-next:focus {
    outline: none;
}

.tooltip>.tooltip-inner {
    background-color: #00cff2;
    padding: 6px;
}

.tooltip-arrow,
.tooltip.top .tooltip-arrow {
    border-top-color: #00cff2;
}

.inner-wrapper {
    min-height: 100vh;
    width: 100%;
}

.custom-file-label{
    border-radius: 0 !important;
}

/*SECTION HEADING*/

.section-heading {
    margin-bottom: 60px;
}

.section-heading>h2 {
    position: relative;
}

.section-heading>h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 70px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*HEADINGS*/

.headings span {
    color: #444;
    font-weight: 500;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 1px;
    margin-left: -30px;
}


/*SECTION PADDING*/

.pt_0 {
    padding-top: 0 !important;
}

.ptb_50 {
    padding: 50px 0 !important;
}

.ptb_80 {
    padding: 80px 0 !important;
}

.ptb_100 {
    padding: 100px 0 !important;
}

.pb_50 {
    padding-bottom: 50px;
}

.pt_70{
    padding-top: 70px !important;
}

.color-primary {
    color: #007bff;
}

.color-secondary {
    color: #e03737 !important;
}

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

.sub-head-1 {
    color: #525252;
    font-size: 43px;
    position: relative;
    display: inline;
}

.sub-head-1::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    background-color: #00a687;
    top: 50%;
    right: -60px;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel button.owl-dot {
    opacity: 0.5;
    background-color: #b3b3b3;
    width: 13px;
    height: 13px;
    border-radius: 50px;
}

.owl-carousel button.active {
    opacity: 1;
    background-color: #e11e29;
}

.owl-carousel .owl-dots .owl-dot {
    outline: none;
}

.owl-carousel button.owl-dot {
    margin: 6px;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.common-btn1 a {
    color: #fff;
    justify-content: center;
    letter-spacing: 1px;
}

.common-btn1 a::after {
    content: '';
    position: absolute;
    background-image: url(../img/icons/arrow-white-icon.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 35px;
    right: 0;
}

.common-btn1 a:hover::after {
    background-image: url(../img/icons/arrow-red-icon.png);
}

.common-btn2 a {
    background-color: #e11e29;
    color: #fff;
    position: relative;
    border: 1px solid #e11e29;
}

.common-btn2 a:hover {
    background-color: #fff;
    color: #e11e29;
    border: 1px solid #e11e29;
}

.common-btn3 a {
    background-color: #fff;
    color: #e11e29;
    position: relative;
    border: 1px solid #e11e29;
}

.common-btn3 a::after {
    content: '';
    position: absolute;
    background-image: url(../img/icons/arrow-red-icon.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 35px;
    right: 0;
}

.common-btn3 a:hover {
    background-color: #e11e29;
    color: #fff;
    border: 1px solid #e11e29;
}

.common-btn3 a:hover::after {
    background-image: url(../img/icons/arrow-white-icon.png);
}

.cntr-md-above {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-l-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    border-radius: 50%;
    line-height: 10px;
    font-weight: 200;
    padding: 10px !important;
    margin-right: 7px;
}

.datepicker td,
.datepicker th {
    font-size: 14px;
    text-align: center;
}

.datepicker-days {
    padding: 10px;
}

.datepicker table tr td.today {
    background: #335207 !important;
    text-align: center;
}

.datepicker table tr td.active.active {
    background: #7cb62c !important;
    color: #fff;
    text-align: center;
}

.form-group .input-group .input-group-addon {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-left: 12px;
}

.bg-red {
    background-color: #e11e29;
}

.btn-red {
    background-color: #e11e29;
    color: #fff;
    font-size: 18px;
    padding: 7px 30px;
    border: 1px solid #e11e29;
}
.btn-red:hover {
    background-color: #fff;
    color: #e11e29;
}

.navbar-sticky-on .head-profile-img{
    position: sticky;
    padding-top: 10px;
}
.navbar-sticky-on .head-profile-img span{
    color: #e11e29;
}

/* COUNTRY-CODE */

.iti {
    width: 100%;
}

/* ******************************
:: 0.0 SCROLLTOP AREA CSS
****************************** */
/* ======= toTop Button style ======= */

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 15px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.progress-wrap::after {
    color: #e11e29;
}

.progress-wrap svg.progress-circle path {
    stroke: #e11e29;
}

.countup-area{
    background-color: #e9eef3;
}

.countup-area .count-plus{
    font-size: 40px;
}
  
.countup-area .counter
    {
    text-align: center;
    }

.countup-area .counter-count
    {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    color: #373d48;
    text-align: center;
    display: inline-block;
    }
    .countup-area  .count-up h3{
        color: #e11e29;
    }

/* ******************************
:: 5.0 PRELOADER AREA CSS
****************************** */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff !important;
    z-index: 9999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 767px) {
    #loader {
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
    }
}


/* ******************************
:: 6.0 SCROLL TO TOP AREA CSS
****************************** */

#scrollUp {
    position: fixed;
    right: 1%;
    bottom: 3%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 3px;
    background-color: #e11e29;
    text-align: center;
    cursor: pointer;
    z-index: 500;
    display: none;
}

#scrollUp>i {
    font-size: 24px;
    line-height: 38px;
    display: block;
    color: #fff;
}

#scrollUp svg {
    color: #fff;
    font-size: 18px;
}

#scrollUp:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.download-btn a {
    background-color: #e11e29;
    margin-top: 20px;
    padding: 12px 10px 12px 50px;
    color: #fff;
    font-size: 16px;
    background-image: url(../img/icons/pdf-icon.png);
    background-repeat: no-repeat;
    background-position: 17px 10px;
    border: 1px solid #e11e29;
}

.download-resume a{
    margin-top: 0 !important;
}

.download-btn a:hover {
    background-color: #fff;
    color: #e11e29;
    border: 1px solid #e11e29;
    background-image: url(../img/icons/pdf-red-icon.png);
}

.download-btn a img {
    width: 33px;
    height: 40px;
}
.resume-btn a{
    background-color: #fff;
    color: #e11e29;
    border: 1px solid #e11e29;
    background-image: url(../img/icons/resume-red-icon.png);
}
.resume-btn a:hover{
    color: #fff;
    background-color: #e11e29;
    background-image: url(../img/icons/resume-icon.png);
}

.overlay-name {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.common-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(225, 30, 41, 0.5);
}

.common-overlay h3 {
    color: #fff;
    font-size: 30px;
}

.form-ban-area h1{
    color: #fff;
}

.form-ban-area .form-group input,
.form-ban-area .form-group select{
    background: #fff;
    color: #3f4749;
    font-weight: 400;
    padding: 0 15px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 45px;
    /* margin-bottom: 10px; */
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 15px;
    border-radius: 0;
}

.form-ban-area .form-group input[type="submit"] {
    height: 45px;
    padding: 12px 15px;
    background: #e11e29;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    /* margin-top: 25px; */
    /* -webkit-box-shadow: 0 0 12px rgb(160 52 140 / 60%);
    box-shadow: 0 0 12px rgb(160 52 140 / 60%); */
    border-radius: 0;
    border: none;
}

.form-ban-area .form-group .custom-file{
    background-color: #fff !important;
}


.custom-file-upload input[type="file"] {
    display: none;
}
.custom-file-upload .custom-file-upload1 {
    background-color: #fff;
    display: block;
    padding: 16px 12px;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 14px;
}
.file-flex-left{
    flex: 0 0 20%;
}
.file-flex-right{
    flex: 0 0 80%;
}

.common-head h4 {
    font-size: 32px;
    color: #444444;
    text-align: center;
}


.select-country .vodiapicker{
    display: none; 
  }
  
 .select-country #a{
    padding-left: 0px;
  }
  
 .select-country #a img,  .select-country .btn-select img{
    width: 12px;
    
  }
  
  .select-country #a li{
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .select-country #a li:hover{
   background-color: #F4F3F3;
  }
  
  .select-country #a li img{
    margin: 5px;
  }
  
  .select-country #a li span,  .select-country .btn-select li span{
    margin-left: 30px;
  }
  
  /* item list */
  
  .select-country .b{
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
    
  }
  
  .select-country .open{
    display: show !important;
  }
  
  .select-country .btn-select{
    margin-top: 10px;
    width: 100%;
    max-width: 350px;
    height: 34px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
   
  }
  .select-country .btn-select li{
    list-style: none;
    float: left;
    padding-bottom: 0px;
  }
  
  .select-country .btn-select:hover li{
    margin-left: 0px;
  }
  
  .select-country .btn-select:hover{
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
    
    
  }
  
  .select-country .btn-select:focus{
     outline:none;
  }
  
  .select-country .lang-select{
    margin-left: 50px;
  }
  .country-select {
    width: 100%;
  }
  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 17px;
}

/* ******************************
:: 09.0  POPUP AREA 
****************************** */

.modal-dialog {
    margin-top: 100px;
    max-width: 694px !important;
    z-index: 99999;
}

.order-model .modal-dialog {
    max-width: 894px !important;
}

.modal.fade .modal-dialog {
    top: 48%;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal-content {
    border-radius: 0px;
    overflow: hidden;
    padding-bottom: 20px;
}

.modal-header {
    border-bottom: none;
}

.download-close {
    float: right;
    background-image: linear-gradient( to right, #42c402, #84d51a);
    border-radius: 45px;
    border: 1px solid transparent;
    width: 46px;
    height: 46px;
    z-index: 99999;
    position: absolute;
    right: -6px;
    top: -8px;
    padding: 2px 0;
    transition: all .3s ease;
}

.download-close:hover {
    background: #443640;
}

.download-close span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    line-height: 45px;
    padding: 5px 16px;
}

#letter5 {
    text-align: center;
}

.letter_inner .heading {
    margin-bottom: 0px;
}

.modal-content #letter5 input[type="submit"] {
    font-size: 18px;
    font-weight: 600;
    background-image: linear-gradient( to right, #42c402, #84d51a);
    color: #fff !important;
    border: none;
    height: 55px;
}

.heading h2 {
    font-size: 25px;
    line-height: 24px;
    color: #443640;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 1.5px;
}

.heading h2:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 240px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(to right, #42c402 0%, transparent 100%);
    z-index: 99;
}

.pp-left {
    background: url("../img/popup/popup-bg-solace.jpg");
    height: 496px;
}

#letter6 .tab-content,
#letter5 .tab-content {
    padding: 0 30px;
}

.order-model form {
    display: block;
}

.order-model label {
    font-size: 14px;
    font-family: 'Lexend Deca', sans-serif;
    color: #999;
    line-height: 24px;
    position: absolute;
    left: 34px;
    top: -12px;
    background: #fff;
    padding: 0 8px;
    z-index: 99;
}

#letter5 select,
#letter5 input {
    margin-bottom: 15px;
    position: relative;
    color: #443640;
    resize: none;
    font-weight: 300;
    border: 0.5px solid #ccc;
    font-size: 14px;
    font-family: 'Lexend Deca', sans-serif;
    height: 70px;
    width: 100%;
    font-size: 18px;
    padding: 0 20px;
    border-radius: 3px;
    z-index: 9;
    box-shadow: none;
    cursor: pointer;
}

#letter5 input[type="submit"] {
    font-size: 18px;
    font-weight: 600;
}

#letter5 input:focus {
    outline: none !important;
    border: 0.5px solid #42c402;
    color: #443640;
}

.wrap {
    overflow: hidden;
    position: relative;
}

.order-model .datepicker {
    position: relative;
}

.popup-btn a {
    background: #2f9331;
    color: #fff;
    padding: 18px 72px;
    border-radius: 100px;
    transition: all .3s;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.popup-btn a:hover {
    background-color: #2f9331;
    color: #fff;
}

.popup-btn {
    margin-top: 0px;
}

.modal.fade .modal-dialog {
    display: flex;
}

.popup-img-main {
    background-color: #2f9331;
}

.popup-img img {
    width: 280px;
}

.model-project-details .form-group input::-webkit-input-placeholder,
.model-project-details .form-group textarea::-webkit-input-placeholder {
    color: #383838;
}

.model-project-details .form-group input:-ms-input-placeholder,
.model-project-details .form-group textarea:-ms-input-placeholder {
    color: #383838;
}

.model-project-details .form-group input::placeholder,
.model-project-details .form-group textarea::placeholder {
    color: #383838;
}

.model-project-details input:focus,
.model-project-details textarea:focus,
.model-project-details select:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #2f9331;
    color: #fff;
    background: transparent;
}

.popupleft-content {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 50px;
}

.popupleft-content p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.popupleft-content h3 {
    font-weight: 500;
    color: #fff;
    font-size: 23px;
    margin: 25px 0;
    text-transform: uppercase;
}

.popupleft-content h3 span {
    font-weight: 800;
    font-size: 30px;
}

#letter5 select,
#letter5 input {
    color: #fff;
}

.modal-content input {
    color: #443640 !important;
}


/* ******************************
:: 7.0 HEADER AREA CSS
****************************** */

.hero-wrapper .svg-clipped {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
    height: 100%;
    z-index: -1;
}

.navbar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    -webkit-transition: .3s;
    transition: .3s;
    justify-content: flex-end;
}

.navbar-sticky-on .navbar-toggler {
    top: -5px;
    right: 130px;
}

.navbar-nav {
    background: none;
    padding: 0px 25px;
}

.navbar-sticky-on .navbar-nav {
    /* background: #fff; */
}

.navbar-inner {
    display: flex;
}

.navbar .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-transition: .3s;
    transition: .3s;
}

.navbar .navbar-nav .nav-link-btn:hover {
    color: #fff !important;
}

.navbar.navbar-light .navbar-nav .nav-link {
    color: #7e8085;
}

.navbar.navbar-light .navbar-nav .nav-link:hover,
.navbar.navbar-light .navbar-nav .nav-link:focus,
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link.current-menu-item {
    color: #2c2e30;
}

.navbar .navbar-brand-sticky {
    display: none;
}

.navbar-sticky {
    /* -webkit-transition: none;
    transition: none; */
}

.navbar-sticky-transitioned {
    /* -webkit-transition: .3s;
    transition: .3s; */
}

.navbar-sticky-moved-up {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: -100px;
}

[data-theme=dark] .navbar-sticky-moved-up {
    background: #01081f;
    -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
    box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
    margin-top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
    background: #f3f3f4 !important;
    margin-left: 0 !important;
    justify-content: flex-start;
}

.navbar-sticky-on .navbar-brand-regular {
    display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
    display: inline;
}

.navbar-sticky-on #google_translate_element{
    top: 25px;
}

/*NAVBAR DARK*/

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #2e2a29;
}

.navbar-dark .navbar-nav .nav-link-btn {
    background: #e11e29;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 50px;
    padding: 12px 30px !important;
    margin-top: 6px;
}

.navbar-dark .btn-outline {
    color: #fff;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #373d48;
    text-shadow: none;
    font-size: 15px;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn {
    /* background-color: #d31f3b; */
    color: #fff;
    /* margin-top: 12px; */
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn:hover {
    color: #fff !important;
    background-color: #e11e29;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #e7eaee;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #e11e29;
}

.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn:focus,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn.active,
.navbar-dark.navbar-sticky-on .navbar-nav .nav-link-btn.current-menu-item {
    color: #fff;
}

[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:hover,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link:focus,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.active,
[data-theme=dark] .navbar-dark.navbar-sticky-on .navbar-nav .nav-link.current-menu-item {
    color: #D2D5DA;
}


/* .navbar-expand-lg .navbar-nav li:last-child {
    margin-left: 10px;
    background: #f58220;
    padding: 10px 30px 14px;
    line-height: 1.2;
} */

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fcbdc0;
}

.navbar-dark .navbar-nav .nav-link-btn:focus,
.navbar-dark .navbar-nav .nav-link-btn:hover {
    color: #fff;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand img{
    width: 200px;
}

/* .navbar-expand-lg .navbar-nav {
    align-items: center;
} */

.navbar .navbar-nav .nav-item {
    padding: 19px 10px 12px 10px;
}

.navbar-sticky .navbar-brand img {
    width: 115px;
}

.navbar .navbar-nav .nav-link {
    padding: 0 !important;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 500;
}

.navbar-expand-lg .navbar-nav li:last-child a {
    display: flex;
    /* font-size: 15px; */
}

.navbar-expand-lg .navbar-nav li:last-child a img {
    margin-right: 12px;
}

.banner-overlay {
    display: none;
}

.ban-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

@media(max-width: 991px) {
    .banner-overlay {
        display: block !important;
        position: absolute;
        background: #24662473;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.9;
    }
}


/* Dropdown menus */

@media (min-width: 1201px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

.mega-menu {
    width: 900px;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}

.mega-menu.blog-menu {
    width: 280px;
}

.dropdown:hover .mega-menu {
    display: block;
    -webkit-animation: dropdownAnimation 0.3s ease-in-out;
    animation: dropdownAnimation 0.3s ease-in-out;
}

@-webkit-keyframes dropdownAnimation {
    0% {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px);
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes dropdownAnimation {
    0% {
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px);
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}

.dropdown-item {
    font-size: 13px;
    color: #777;
    padding: 0.25rem 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff !important;
}

.mega-menu .single-menu li:last-child {
    margin-left: 0px;
    background: transparent;
    max-width: inherit;
    padding: 0px !important;
}

.dropdown-item:hover {
    color: #f58220;
}

.single-menu li a {
    color: #000;
    font-weight: 600;
    display: flex;
    padding: 5px;
}
.single-menu li{
    display: flex;
}

@media(max-width:1200px) {
    .dropdown:hover .mega-menu {
        display: none;
        -webkit-animation: none;
        animation: none;
        width: auto;
    }
    .dropdown-menu.show {
        display: block !important;
    }
    .mega-menu {
        width: 100%;
        left: auto;
        -webkit-transform: inherit;
        transform: inherit;
        background-color: transparent;
        border: none;
        padding: 0;
    }
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
    }
    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: #00a687;
    }
    .flex-1200 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* @media(min-width: 1201px){
    .dropdown-toggle::after{
        display: none;
    }
} */

.mega-menu.blog-megamenu {
    width: 214px;
}

.mega-menu.single-megamenu {
    width: 245px;
}


/* New changes for Services h/over  */

.tabcontent {
    display: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.head-contact {
    display: flex;
    align-items: center;
    padding: 10px 0 0;
    height: 63px;
}

.h-call {
    color: #e11e29;
    font-size: 15px;
    border-right: 1px solid #bcbabc;
    padding: 8px 20px;
}

.h-call a {
    font-size: 17px;
    color: #373d48;
}

.mob-head-contact {
    padding: 20px;
}

.mob-head-contact .h-call {
    color: #e11e29;
}

.mob-head-contact .h-call a {
    color: #373d48;
}

.h-call a span {
    color: #373d48;
}

.h-call-icon {
    width: 16px;
    height: 18px;
    color: #e11e29 !important;
}


/* .dropdown:hover .mega-menu .single-menu li {
    padding:8px 5px !important;
    
} */

.dropdown:hover .mega-menu .single-menu li a:hover {
    color: #e11e29 !important;
    background: #f1f1f1;
}

.head-top {
    background-image: url(../img/header/head-bg.png);
    background-repeat: repeat-x;
    background-color: #373d48;
}

.head-menu {
    position: absolute;
    bottom: 0;
    right: 0;
}

.login-btn a,
.register-btn a {
    height: 45px;
    position: absolute;
    bottom: 0;
}
.login-btn a span,
.register-btn a span {
    font-size: 12px;
}

.login-btn a {
    padding: 0 40px;
    right: 0px;
    background-color: #373d48;
    background-image: url(../img/icons/login.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 17px;
}

.register-btn a {
    padding: 0 27px;
    right: 99px;
    padding-right: 50px;
    background-color: #696c71;
}

.login-btn a,
.register-btn a {
    color: #fff;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navbar-inner nav {
    margin-right: 130px;
}
.header-main{
    margin-right: 200px !important;
}

.navbar-sticky-on .login-btn a,
.navbar-sticky-on .register-btn a {
    position: sticky;
    height: 40px;
}

.navbar-sticky-on .navbar-inner nav {
    margin-right: 0px;
}

#google_translate_element {
    position: absolute;
    bottom: 55px;
    right: 0;
    width: 170px;
    height: 30px;
}

#google_translate_element span{
    font-size: 12px;
}

.dropdown-menu {
    border: none;
    border-radius: none;
    -webkit-box-shadow: rgb(0 0 0 / 30%) 0px 0px 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 10px;
}

.head-profile-img {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.head-profile-img span {
    color: #fff;
    font-weight: 700;
    padding-left: 10px;
}

.country-flag{
    width: 15px;
    margin-right: 10px;
}

.wg-default .country-selector {
    right: 5px !important;
    top: 5px !important;
}

/* ******************************
:: 8.0 WELCOME AREA CSS
****************************** */

.welcome-area {
    position: relative;
}

.welcome-intro {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.welcome-intro>h1 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    padding: 20px 0;
    position: relative;
}

.welcome-intro h1::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 3px;
    bottom: 0;
}

.welcome-intro>h1 span {
    font-size: 24px;
    color: #fff;
    display: flex;
    font-weight: 300;
}

.banner-slide-1,
.banner-slide-2,
.banner-slide-3,
.center-slide-1 {
    background-color: #21252e;
    height: 550px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.banner-slide-1 {
    background-image: url(../img/banner/banner-1.jpg);
}

.banner-slide-2 {
    background-image: url(../img/banner/banner-2.jpg);
}

.banner-slide-3 {
    background-image: url(../img/banner/banner-3.jpg);
}

.ban-btn1 a {
    color: #fff !important;
    padding: 14px 60px;
    margin-top: 20px;
}

.ban-btn1 a:hover {
    background-color: transparent;
    color: #fff !important;
}

.ban-btn2 a {
    color: #fff !important;
    padding: 14px 33px;
    margin-top: 20px;
    background-color: #e11e29;
    border: 1px solid #e11e29;
    font-size: 20px;
}

.ban-btn2 a:hover {
    border: 1px solid #fff;
    background-color: transparent;
}

.welcome-area .owl-carousel .owl-nav {
    position: absolute;
    bottom: 25px;
    right: 290px;
}

.welcome-area .owl-carousel .owl-nav button.owl-prev,
.welcome-area .owl-carousel .owl-nav button.owl-next {
    font-size: 40px;
    padding: 10px !important;
    margin-right: 7px;
    width: 45px;
    height: 45px;
    color: #fff;
    border: 1px solid #fff;
}

/* ******************************
:: 0.0  SERVICE AREA CSS
****************************** */

.service-box-area {
    padding: 50px 0 25px;
    background-color: #e9eef3;
}

.service-box {
    position: relative;
    display: block;
    transition: box-shadow .3s;
    /* min-height: 415px; */
    /* text-align: center; */
    margin: 0 10px;
    margin-bottom: 25px;
    border-radius: 10px;
}

.service-box h2 {
    font-size: 21px;
}

.s-box:hover {
    -webkit-box-shadow: 0 15px 43px rgb(102 0 6 / 50%);
    box-shadow: 0 15px 43px rgb(102 0 6 / 50%);
    background: #e11e29;
}

.s-box:hover h2,
.s-box:hover p {
    color: #fff;
}

.service-box p {
    font-size: 14px;
    color: #3f3f3f;
    padding: 5px 0;
    font-weight: 300;
    line-height: 1.4;
}

.service-box .s-icon {
    width: 80px;
    margin: 0 auto;
    height: 80px;
    position: relative;
    overflow: hidden;
}

.s-box {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 30px;
    flex-direction: column;
    border-radius: 10px;
    -webkit-box-shadow: 2px 6px 11px rgb(51 51 51 / 10%);
    box-shadow: 2px 6px 11px rgb(51 51 51 / 10%);
    /* justify-content: center; */
    background-color: #fff;
    min-height: 340px;
}

.s-box .s-readmore {
    font-size: 14px;
    color: #c2202a;
    font-weight: 500;
    border: 1px solid #c2202a;
    padding: 8px 10px;
    border-radius: 20px;
    width: 50%;
    margin: 0 auto;
}

.s-box:hover .s-readmore {
    border: 1px solid #fff;
    color: #c2202a;
    background-color: #fff;
}

.s-box img {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.s-box .img_icon_white {
    left: -50px;
    opacity: 0;
}

.s-box:hover .s-icon .img_icon_color {
    right: -100px;
    opacity: 0;
}

.s-box:hover .s-icon .img_icon_white {
    left: 0;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/* ******************************
:: 0.0  SERVICE-SECTOR AREA CSS
****************************** */

.service-sector-area {
    padding: 70px 0;
}

.sector-box {
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    min-height: 240px;
    text-align: center;
}

.sector-box h4 span{
 font-size: 15px;
}

.sector-box img {
    width: 45px;
}

.sector-box h4 {
    padding-top: 15px;
    font-size: 18px;
}

.sector-left {
    padding-right: 45px;
    padding-bottom: 40px;
    position: relative;
}

.sector-left::after {
    position: absolute;
    content: '';
    width: 300px;
    height: 2px;
    background-color: #e11e29;
    bottom: 0;
}

.sector-left h3 {
    color: #e11e29;
    font-size: 16px;
}

.sector-left p {
    color: #444444;
    font-size: 22px;
    padding-top: 10px;
    line-height: 1.4;
    text-align: left;
}

.service-sector-area .download-btn a {
    background-position: 30px 12px;
    width: 75%;
}


/* ******************************
:: 00.0 ABOUT AREA CSS
****************************** */

.about-area a {
    border: 1px solid #e11e29;
    background-color: #e11e29;
    padding: 17px 20px 17px 30px;
    border-radius: none !important;
    color: #fff;
    background-image: url(../img/icons/arrow-white-icon.png);
    background-repeat: no-repeat;
    background-position: 130px;
    padding-right: 70px;
}

.about h4 {
    color: #e11e29;
    font-size: 16px;
}
.about h2{
    font-size: 24px;
    padding-right: 100px;
}

.about-area a::after {
    content: '';
    position: absolute;
}

.about-area a:hover {
    color: #e11e29;
    background-color: #e9eef3;
    background-image: url(../img/icons/arrow-red-icon.png);
}

.about-area {
    background-color: #e9eef3;
    padding: 100px 0;
}

.about-img {
    margin-top: -135px;
}

.about p {
    padding: 10px 0 20px;
}

.awards-area .awards-block{
    border-radius: 15px;
    -webkit-box-shadow: 2px 6px 11px rgb(70 84 97 / 10%);
    box-shadow: 2px 12px 40px rgb(70 84 97 / 10%);
    background-color: #fff;
    padding: 30px;
}

/* ******************************
:: 00.0 COUNTRY AREA CSS
****************************** */

.country-area {
    padding: 50px 0;
}

.country-area p {
    padding: 25px 0;
}

.country-area .number {
    color: #e11e29;
    font-size: 60px;
}

.country-area .text {
    color: #6d6d6d;
    font-size: 22px;
    margin: 15px 20px;
    padding-left: 10px;
    border-left: 1px solid #6d6d6d;
}

.country-area a {
    background-color: #e11e29;
    padding: 13px 35px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #e11e29;
}

.country-area a:hover {
    background-color: #fff;
    color: #e11e29;
    border: 1px solid #e11e29;
}

.country-area .country-cont h2{
    font-size: 27px;
}

.clients-area{
    padding-bottom:50px ;
}

.clients-slider .clients-block img{
    width: 200px;
}

/* ******************************
:: 0.0  JOBS AREA CSS
****************************** */

.jobs-section {
    padding-bottom: 80px;
}

.jobs-section h3 {
    color: #515151;
    font-size: 28px;
    padding-bottom: 10px;
}

.job-left {
    background-color: #e11e29;
}

.job-left ul {
    padding: 44px 40px;
}

.job-left ul li {
    color: #fff;
    padding: 28px 0;
    border-bottom: 1px solid #fff;
    font-size: 17px;
}

.job-left ul li:last-child {
    border-bottom: none;
}

.jobs-list {
    border: 1px solid #ccc;
    padding: 32px 20px;
    margin-bottom: 15px;
}

.jobs-list h4 {
    color: #e11e29;
    font-size: 22px;
}

.jobs-list p {
    padding-top: 10px;
    font-size: 15px;
    color: #444444;
}

.jobs-list .span {
    background-color: #e4e7ea;
    color: #343434;
    padding: 10px 20px;
    font-size: 13px;
}

.jobs-section .job-btn a {
    display: flex;
    background-color: #343434;
    padding: 25px 0 25px 25px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 130px;
    justify-content: start;
    border: 1px solid #343434;
}

.jobs-section .job-btn a:hover {
    background-color: #fff;
    color: #343434;
    border: 1px solid #343434;
}

.jobs-section .job-btn a:hover::after {
    color: #343434;
    background-image: url(../img/icons/arrow-ash-icon.png);
}



/* ******************************
:: 0.0  TESTIMONIAL AREA CSS
****************************** */

.testimonial-area {
    padding: 50px 0 100px;
    background-color: #e9eef3;
    position: relative;
}

.testimonial-block {
    margin: 0 12px;
}

.testimonial-block .image-box {
    display: flex;
    width: 125px;
}

.testimonial-area h4 {
    font-size: 32px;
    color: #444444;
    text-align: center;
}

.testimonial-area h5 {
    color: #444444;
}

.testimonial-area p {
    color: #1d1d1d;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.testimonial-block .inner-box {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.testimonial-block .inner-box::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 16px;
    background-image: url(../img/testimonial/testi-quote.png);
    background-repeat: no-repeat;
    width: 74px;
    height: 64px;
}

.testimonial-block .testi-content {
    display: flex;
}

.testimonial-block .inner-box .text {
    padding: 30px 30px 0 20px;
}

.testimonial-block .inner-box .text p {
    font-size: 14px  !important;
    padding-top: 25px;
    line-height: 20px;
}

.testimonial-block .inner-box {
    min-height: 330px;
}

.testi-name {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
}

.testi-name span {
    color: #e11e29;
    font-size: 16px;
    font-weight: 400;
}

.testi-name h5 {
    font-size: 19px;
    color: #444444;
    font-weight: 500;
}

.testimonial-area .contact-btn {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.testimonial-area .contact-btn a {
    background-color: #ed1b26;
    padding: 20px 60px;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    border-radius: 7px;
}

.testimonial-area .owl-dots {
    bottom: -69px;
}

.testimonial-area button.owl-dot {
    width: 12px;
    height: 12px;
}


/* ******************************
:: 00.0 GALERY AREA CSS
****************************** */

.gallery-section {
    padding: 50px 0 0;
}

.gallery-section h3 {
    color: #515151;
    font-size: 32px;
    padding-bottom: 25px;
}

.gallery-section .gallery-btn a {
    padding: 19px 70px 19px 32px;
    font-size: 19px;
}

.gallery-section .gallery-btn a::after {
    right: -20px;
    bottom: 6px;
}

.gallery-section .owl-carousel .owl-nav {
    position: absolute;
    display: flex;
    top: -70px;
    right: 0;
}

.gallery-section .owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    border: 1px solid #a7a7a7;
}

.gallery-section .owl-carousel .owl-nav button span {
    font-size: 30px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    color: #a7a7a7;
}

.foot-form-section {
    background-color: #e1ded9;
    background-image: url(../img/footer/bg.jpg);
    background-repeat: no-repeat;
    padding: 60px 0;
}

.foot-form-section h3 {
    font-size: 33px;
}

.foot-form-section .form-group input,
.foot-form-section .form-group select {
    background: #fff;
    color: #3f4749;
    font-weight: 400;
    padding: 0 15px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    height: 45px;
    /* margin-bottom: 10px; */
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    font-size: 16px;
    border-radius: 0;
}

.foot-form-section .form-group input[type="submit"] {
    height: 45px;
    padding: 12px 0;
    background: #e11e29;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    /* margin-top: 25px; */
    /* -webkit-box-shadow: 0 0 12px rgb(160 52 140 / 60%);
    box-shadow: 0 0 12px rgb(160 52 140 / 60%); */
    border-radius: 0;
    border: none;
}


/* ******************************
:: 00.0 FOOTER AREA CSS
****************************** */

footer {
    background-color: #373d48;
    z-index: 1;
}

.footer-area {
    padding: 70px 0 0;
}

.ft-border {
    width: 1px;
    height: 100%;
    background-color: #526948;
}

.copyright-area {
    color: rgba(255, 255, 255, 0.8);
}

.copyright-area a img {
    max-width: 100px;
}

.copyright-left {
    font-size: 14px;
    color: #ded1da !important;
}

.ft-logo {
    padding-bottom: 20px;
}

.footer-top h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 28px;
}

.footer-top h4 {
    color: #fff;
    font-size: 20px;
    margin: 15px 0 10px 0;
}

.footer-top p {
    color: #ded1da;
    font-size: 14px;
}

.footer-menu-area ul li {
    margin-bottom: 10px;
}

.footer-menu-area ul li a {
    color: #ded1da;
    transition: all .3s ease;
    font-size: 15px;
}

.footer-menu-area .third-ul {
    padding-left: 80px;
}

.footer-menu-area ul li a:hover {
    color: #e11e29;
}

.ft-address p {
    font-size: 17px;
    color: #fffc;
}

.p-25 {
    padding: 2.5rem 0 !important;
}

.ft-contact .num {
    display: flex;
    flex-direction: column;
}

.ft-contact .num a {
    color: #c2c2cd;
    font-size: 20px;
    font-weight: 700;
    transition: all .3s ease;
}

.ft-contact .num a:hover {
    color: #e11e29;
}

.mail {
    margin-bottom: 12px;
}

.mail a {
    color: #c2c2cd;
    margin-bottom: 8px;
    transition: all .3s ease;
    font-size: 16px;
}

.mail a:hover {
    color: #e11e29;
}

.icons ul {
    display: flex;
}

.ft-head {
    color: #e1e1e1;
    font-size: 20px;
    padding-bottom: 20px;
}

.ft-social .icons ul li a {
    font-size: 20px;
    margin-right: 15px;
    transition: all .3s ease;
}

.ft-social .icons ul li a svg {
    color: #71737a;
    font-size: 24px;
}

.ft-social .icons ul li a:hover svg {
    color: #e11e29;
}

.footer-bg-bottom {
    background-image: url(../img/bg/footer-bg.png);
    background-size: cover;
    background-position: center;
    height: 530px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.policy-div {
    margin-bottom: 50px;
}

.policy-div ul li p {
    font-size: 16px;
    line-height: 30px;
}


/* ******************************
:: 00.0 INNER AREA CSS
****************************** */

.in-ban-area {
    background-size: contain;
    height: 299px;
    margin-top: -2px;
    background-repeat: no-repeat;
    background-color: #20232c;
    background-position: center;
}
.form-ban-area{
    height: auto !important;
}

.inner-head-h2 {
    color: #515151;
    font-size: 18px;
}

.in-ban-head h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.in-ban-area h1 span{
    font-size: 20px !important;
    font-weight: 300;
}
.about-banner {
    background-image: url(../img/banner/in-about-banner.jpg);
}

.sector-banner {
    background-image: url(../img/banner/banner2.jpg);
}

.in-employers-banner {
    background-image: url(../img/banner/employers-banner.jpg);
}

.jobseekers-banner {
    background-image: url(../img/banner/banner4.jpg);
}

.nursing-career-banner {
    background-image: url(../img/banner/nursing-career.jpg);
}

.employers-banner {
    background-image: url(../img/banner/banner3.jpg);
}

.contact-banner {
    background-image: url(../img/banner/contact-banner.jpg);
}

.healthcare-banner {
    background-image: url(../img/banner/healthcare.jpg);
}

.technology-banner {
    background-image: url(../img/banner/technology.jpg);
}

.hospitality-banner {
    background-image: url(../img/banner/hospitality.jpg);
}

.shipyard-banner {
    background-image: url(../img/banner/shipyard.jpg);
}

.engineering-banner {
    background-image: url(../img/banner/engineering.jpg);
}

.maintenance-banner {
    background-image: url(../img/banner/maintenance.jpg);
}

.manufacturing-banner {
    background-image: url(../img/banner/manufacturing.jpg);
}

.transport-banner {
    background-image: url(../img/banner/transport.jpg);
}

.logistics-banner {
    background-image: url(../img/banner/logistics.jpg);
}



.in-one-column h2 {
    font-size: 28px;
    padding: 30px 0 15px;
}

.in-one-column h2 span {
    display: block;
    font-size: 20px;
    color: #e11e29; 
}

.in-one-column p {
    font-size: 17px;
    padding: 10px 0;
}

.in-2box-column-section {
    background-color: #e9eef3;
}

.in-2box-column {
    border-radius: 15px;
    -webkit-box-shadow: 2px 6px 11px rgb(70 84 97 / 10%);
    box-shadow: 2px 12px 40px rgb(70 84 97 / 10%);
    background-color: #fff;
    padding: 30px;
}

.in-2box-column h3 {
    font-size: 24px;
    padding: 20px 0 10px;
}

.in-2box-column p {
    font-size: 17px;
}

.in-2box-column ul li {
    padding: 7px;
    font-size: 16px;
    color: #4e4d4d;
    line-height: 1.5;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.ceo-message-section {
    background-color: #e11e29;
}

.ceo-message-section h3 {
    font-size: 44px;
    padding-bottom: 20px;
}

.ceo-message-section h3,
.ceo-message-section p {
    color: #fff;
}

.ceo-message-section p {
    font-size: 22px;
}

.ceo-message-section h4 {
    font-size: 28px;
}

.ceo-message-section h4,
.ceo-message-section h5 {
    color: #fff;
}

.ceo-message-section h5 {
    font-size: 22px;
}

.ceo-message {
    padding-left: 40px;
}

.ceo-message .name {
    background-image: url(../img/about/quote-img.png);
    background-repeat: no-repeat;
    margin-top: 30px;
    padding-left: 60px;
}

.team-slider .inner-box{
    width: 150px ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.team-section{
    padding: 0 0 50px;
}

.profile-team-section h3 span{
    display: block;
    font-size: 18px;
}

.profile-team-section img{
    width: 100px;
    margin-top: -50px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 6px 11px rgb(70 84 97 / 10%);
    box-shadow: 2px 12px 40px rgb(70 84 97 / 10%);
}

.profile-team-section ul li{
    padding: 10px 0;
    font-size: 16px;
    color: #4e4d4d;
}

.profile-cont-wrap{
    min-height: 450px;
}

.contact-area {
    padding: 80px 0 100px;
    background-size: contain;
}

.contact-box span {
    display: block;
    font-size: 16px;
    color: #e11e29;
    padding-bottom: 10px;
}

.contact-box-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e11e29;
    text-align: center;
    line-height: 42px;
    color: #fff;
}

.contact-box .contact-box-icon+h4,
.contact-box img+h4 {
    margin-top: 20px;
}

.contact-box h4 {
    font-size: 22px;
    line-height: 1.25;
}

.contact-box .text-body {
    color: #777777 !important;
    font-size: 16px;
}

.contact-box h4+h5 {
    margin-top: 22px;
}

.contact-area h2 {
    font-size: 25px;
}

.pa-cmnt-form input,
.pa-cmnt-form textarea,
.pa-contact-form input,
.pa-contact-form textarea {
    margin-bottom: 15px;
}

.pa-contact-map iframe {
    width: 100%;
    height: 600px;
    border: none;
    border-radius: 10px;
    /* filter: grayscale(1); */
}

.contact-box h4+h5 {
    margin-top: 22px;
}

.contact-box .contact-box-icon+h4,
.contact-box img+h4 {
    margin-top: 20px;
}

.footer-link-2 {
    display: inline-block;
    color: #e11e29;
    border-bottom: 1px solid #e11e29;
    transition: 250ms all ease-in-out;
    margin-top: 10px;
    font-size: 20px;
}

.contact-box .footer-link-wrapp {
    margin-top: 10px;
}

.footer-link {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #e11e29;
    transition: 250ms all ease-in-out;
}

.pa-contact-form {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 7%);
    padding: 30px;
    border-radius: 10px;
    transform: translate(-130px, 36px);
    z-index: 1;
    position: relative;
    background: #fff;
}

.pa-contact-form input {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    border: 1px solid #495057;
    outline: none;
    border-radius: 50px;
}

.pa-cmnt-form textarea,
.pa-contact-form textarea {
    width: 100%;
    height: 120px;
    padding: 10px 20px;
    border: 1px solid #495057;
    outline: none;
    border-radius: 10px;
    resize: none;
}

.pa-btn {
    background: #e11e29;
    color: #fff;
    padding: 0px 20px;
    min-width: 160px;
    height: 50px;
    line-height: 46px;
    border: none;
    border-radius: 50px;
    text-transform: capitalize;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #e11e29 !important;
    transition: 0.3s;
    display: inline-block;
}


/* ******************************
:: 00.0 LOGIN AREA CSS
****************************** */

.logi-regi-section .form-control {
    height: calc(2.5em + 0.75rem + 10px);
    font-size: 1.1rem;
}

.login-name {
    background-image: url(../img/logi-regi/login-bg.jpg);
}

.register-name {
    background-image: url(../img/logi-regi/register-bg.png);
}
.admin-user {
    background-image: url(../img/logi-regi/admin-user.jpg);
}

.logi-regi-section .form-style input {
    border: 0;
    height: 50px;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
}

.logi-regi-section .form-style input:focus {
    border-bottom: 1px solid #e11e29;
    box-shadow: none;
    outline: 0;
    background-color: #ebebeb;
}

.logi-regi-section .sideline {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ccc;
}

.logi-regi-section button {
    height: 50px;
}

.logi-regi-section .sideline:before,
.logi-regi-section .sideline:after {
    content: '';
    border-top: 1px solid #ebebeb;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.logi-regi-section .sideline:after {
    margin: 0 0 0 20px;
}

.logi-regi-submit-btn {
    border: 1px solid #e11e29;
    color: #e11e29;
    margin: 20px 0;
    border-radius: inherit;
}

.logi-regi-submit-btn:hover {
    color: #fff;
    background-color: #e11e29;
}

.login2-btn a {
    background-position: 50px 20px;
    width: 100%;
}

.login2-btn a {
    background-color: #e11e29;
    margin-top: 20px;
    padding: 30px 70px 30px 100px;
    color: #fff;
    font-size: 25px;
    background-image: url(../img/icons/user-login.png);
    background-repeat: no-repeat;
    background-position: 50px center;
    border: 1px solid #e11e29;
    min-width: 200px;
}

.login2-btn a:hover {
    background-color: #fff;
    color: #e11e29;
    border: 1px solid #e11e29;
    background-image: url(../img/icons/user-red-login.png);
}

.login2-btn a img {
    width: 33px;
    height: 40px;
}

.sectors-section h3 {
    font-size: 21px;
    padding-bottom: 10px;
}

.sectors-section p {
    font-size: 16px;
    
}
.in-sector-box p{
    text-align: left;
}
.sectors-section .sector-btn a {
    padding: 10px 40px 10px 15px;
    font-size: 16px;
}

.sectors-section .sector-btn a::after {
    right: -37px;
    bottom: -4px;
}

.sectors-section .in-sector-box h3 span{
    font-size: 17px;
}

.sector-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.in-sector-box {
    min-height: 510px;
}

.sector-overlay img {
    width: 50px;
}

.sector-overlay2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.sector-overlay2 p{
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    text-align: center;
    line-height: 18px;
}

.sector-overlay2 p span{
    font-size: 14px;
}

.healthcare-bg,
.it-technology-bg,
.hospitality-bg,
.shipyard-bg,
.engineering-bg,
.maintenance-bg,
.manufacturing-bg,
.transport-bg,
.logistics-bg {
    height: 150px;
}

.healthcare-bg {
    background-image: url(../img/sectors/healthcare-img.jpg);
}

.it-technology-bg {
    background-image: url(../img/sectors/information-technology-img.jpg);
}

.hospitality-bg {
    background-image: url(../img/sectors/hospitality-img.jpg);
}

.shipyard-bg {
    background-image: url(../img/sectors/shipyard-img.jpg);
}

.engineering-bg {
    background-image: url(../img/sectors/engineering-img.jpg);
}

.maintenance-bg {
    background-image: url(../img/sectors/maintenance-img.jpg);
}

.manufacturing-bg {
    background-image: url(../img/sectors/manufacturing-img.jpg);
}

.transport-bg {
    background-image: url(../img/sectors/transport-img.jpg);
}

.logistics-bg {
    background-image: url(../img/sectors/logistics-img.jpg);
}


/* ******************************
:: 00.0 SEARCH AREA CSS
****************************** */

.search-box {
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-box h3 {
    font-size: 28px;
}

.search-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.search-sec {
    padding: 1rem;
    /* width: 850px; */
}

.search-sec .form {
    width: 850px;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.975rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius: 0;
}

.search-sec {
    position: relative;
    top: 0;
    /* background: rgba(0, 0, 0, 0.3); */
}

.search-bg {
    background-image: url(../img/search/search-img.jpg);
    background-size: cover;
    background-position: top;
}


/* ******************************
:: 00.0 PROFILE AREA CSS
****************************** */

.profile-section {}


/* User Cards */

.profile-section .user-box {
    width: 110px;
    margin: auto;
    margin-bottom: 20px;
}

.profile-section .user-box img {
    width: 100%;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.profile-section .profile-card-2 .card {
    position: relative;
}

.profile-section .profile-card-2 .card .card-body {
    z-index: 1;
}

.profile-section .profile-card-2 .card::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    height: 112px;
    background-color: #e6e6e6;
}

.profile-section .profile-card-2 .card.profile-primary::before {
    background-color: #008cff;
}

.profile-section .profile-card-2 .card.profile-success::before {
    background-color: #15ca20;
}

.profile-section .profile-card-2 .card.profile-danger::before {
    background-color: #fd3550;
}

.profile-section .profile-card-2 .card.profile-warning::before {
    background-color: #ff9700;
}

.profile-section .profile-card-2 .user-box {
    margin-top: 30px;
}

.profile-section .profile-card-3 .user-fullimage {
    position: relative;
}

.profile-section .profile-card-3 .user-fullimage .details {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
}

.profile-section .profile-card-4 .user-box {
    width: 110px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 15px;
}

.profile-section .profile-card-4 .list-icon {
    display: table-cell;
    font-size: 30px;
    padding-right: 20px;
    vertical-align: middle;
    color: #223035;
}

.profile-section .profile-card-4 .list-details {
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    color: #223035;
    font-size: 15px;
    line-height: 15px;
}

.profile-section .profile-card-4 .list-details small {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
}


/*Nav Tabs & Pills */

.profile-section .nav-tabs .nav-link {
    color: #223035;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 2px;
    margin-bottom: 0;
    padding: 12px 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.profile-section .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.profile-section .nav-tabs .nav-link i {
    margin-right: 2px;
    font-weight: 600;
}

.profile-section .top-icon.nav-tabs .nav-link i {
    margin: 0px;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

.profile-section .nav-tabs-primary.nav-tabs {
    border-bottom: 1px solid #008cff;
}

.profile-section .nav-tabs-primary .nav-link.active,
.profile-section .nav-tabs-primary .nav-item.show>.nav-link {
    color: #008cff;
    background-color: #fff;
    border-color: #008cff #008cff #fff;
    border-top: 3px solid #008cff;
}

.profile-section .nav-tabs-success.nav-tabs {
    border-bottom: 1px solid #15ca20;
}

.profile-section .nav-tabs-success .nav-link.active,
.profile-section .nav-tabs-success .nav-item.show>.nav-link {
    color: #15ca20;
    background-color: #fff;
    border-color: #15ca20 #15ca20 #fff;
    border-top: 3px solid #15ca20;
}

.profile-section .nav-tabs-info.nav-tabs {
    border-bottom: 1px solid #0dceec;
}

.profile-section .nav-tabs-info .nav-link.active,
.profile-section .nav-tabs-info .nav-item.show>.nav-link {
    color: #0dceec;
    background-color: #fff;
    border-color: #0dceec #0dceec #fff;
    border-top: 3px solid #0dceec;
}

.profile-section .nav-tabs-danger.nav-tabs {
    border-bottom: 1px solid #fd3550;
}

.profile-section .nav-tabs-danger .nav-link.active,
.profile-section .nav-tabs-danger .nav-item.show>.nav-link {
    color: #fd3550;
    background-color: #fff;
    border-color: #fd3550 #fd3550 #fff;
    border-top: 3px solid #fd3550;
}

.profile-section .nav-tabs-warning.nav-tabs {
    border-bottom: 1px solid #ff9700;
}

.profile-section .nav-tabs-warning .nav-link.active,
.profile-section .nav-tabs-warning .nav-item.show>.nav-link {
    color: #ff9700;
    background-color: #fff;
    border-color: #ff9700 #ff9700 #fff;
    border-top: 3px solid #ff9700;
}

.profile-section .nav-tabs-dark.nav-tabs {
    border-bottom: 1px solid #223035;
}

.profile-section .nav-tabs-dark .nav-link.active,
.profile-section .nav-tabs-dark .nav-item.show>.nav-link {
    color: #223035;
    background-color: #fff;
    border-color: #223035 #223035 #fff;
    border-top: 3px solid #223035;
}

.profile-section .nav-tabs-secondary.nav-tabs {
    border-bottom: 1px solid #75808a;
}

.profile-section .nav-tabs-secondary .nav-link.active,
.profile-section .nav-tabs-secondary .nav-item.show>.nav-link {
    color: #75808a;
    background-color: #fff;
    border-color: #75808a #75808a #fff;
    border-top: 3px solid #75808a;
}

.profile-section .tabs-vertical .nav-tabs .nav-link {
    color: #223035;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 2px;
    margin-right: -1px;
    padding: 12px 1px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.profile-section .tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #dee2e6;
}

.profile-section .tabs-vertical .nav-tabs .nav-item.show .nav-link,
.profile-section .tabs-vertical .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 1px solid #dee2e6;
    border-right: 0;
    border-left: 1px solid #dee2e6;
}

.profile-section .tabs-vertical-primary.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #008cff;
}

.profile-section .tabs-vertical-primary.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.profile-section .tabs-vertical-primary.tabs-vertical .nav-tabs .nav-link.active {
    color: #008cff;
    background-color: #fff;
    border-color: #008cff #008cff #fff;
    border-bottom: 1px solid #008cff;
    border-right: 0;
    border-left: 3px solid #008cff;
}

.profile-section .tabs-vertical-success.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #15ca20;
}

.profile-section .tabs-vertical-success.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.profile-section .tabs-vertical-success.tabs-vertical .nav-tabs .nav-link.active {
    color: #15ca20;
    background-color: #fff;
    border-color: #15ca20 #15ca20 #fff;
    border-bottom: 1px solid #15ca20;
    border-right: 0;
    border-left: 3px solid #15ca20;
}

.profile-section .tabs-vertical-info.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #0dceec;
}

.profile-section .tabs-vertical-info.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.profile-section .tabs-vertical-info.tabs-vertical .nav-tabs .nav-link.active {
    color: #0dceec;
    background-color: #fff;
    border-color: #0dceec #0dceec #fff;
    border-bottom: 1px solid #0dceec;
    border-right: 0;
    border-left: 3px solid #0dceec;
}

.profile-section .tabs-vertical-danger.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #fd3550;
}

.profile-section .tabs-vertical-danger.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.profile-section .tabs-vertical-danger.tabs-vertical .nav-tabs .nav-link.active {
    color: #fd3550;
    background-color: #fff;
    border-color: #fd3550 #fd3550 #fff;
    border-bottom: 1px solid #fd3550;
    border-right: 0;
    border-left: 3px solid #fd3550;
}

.profile-section .tabs-vertical-warning.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #ff9700;
}

.profile-section .tabs-vertical-warning.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.profile-section .tabs-vertical-warning.tabs-vertical .nav-tabs .nav-link.active {
    color: #ff9700;
    background-color: #fff;
    border-color: #ff9700 #ff9700 #fff;
    border-bottom: 1px solid #ff9700;
    border-right: 0;
    border-left: 3px solid #ff9700;
}

.profile-section .tabs-vertical-dark.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #223035;
}

.profile-section .tabs-vertical-dark.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.tabs-vertical-dark.tabs-vertical .nav-tabs .nav-link.active {
    color: #223035;
    background-color: #fff;
    border-color: #223035 #223035 #fff;
    border-bottom: 1px solid #223035;
    border-right: 0;
    border-left: 3px solid #223035;
}

.profile-section .tabs-vertical-secondary.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #75808a;
}

.profile-section .tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-item.show .nav-link,
.profile-section .tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-link.active {
    color: #75808a;
    background-color: #fff;
    border-color: #75808a #75808a #fff;
    border-bottom: 1px solid #75808a;
    border-right: 0;
    border-left: 3px solid #75808a;
}

.profile-section .nav-pills .nav-link {
    border-radius: .25rem;
    color: #223035;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3px;
    padding: 12px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.profile-section .nav-pills .nav-link:hover {
    background-color: #f4f5fa;
}

.profile-section .nav-pills .nav-link i {
    margin-right: 2px;
    font-weight: 600;
}

.profile-section .top-icon.nav-pills .nav-link i {
    margin: 0px;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

.profile-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e11e29;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(225, 30, 41, 0.5);
}

.profile-section .nav-pills-success .nav-link.active,
.profile-section .nav-pills-success .show>.nav-link {
    color: #fff;
    background-color: #15ca20;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(21, 202, 32, .5);
}

.profile-section .nav-pills-info .nav-link.active,
.profile-section .nav-pills-info .show>.nav-link {
    color: #fff;
    background-color: #0dceec;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(13, 206, 236, 0.5);
}

.profile-section .nav-pills-danger .nav-link.active,
.profile-section .nav-pills-danger .show>.nav-link {
    color: #fff;
    background-color: #fd3550;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(253, 53, 80, .5);
}

.profile-section .nav-pills-warning .nav-link.active,
.profile-section .nav-pills-warning .show>.nav-link {
    color: #fff;
    background-color: #ff9700;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(255, 151, 0, .5);
}

.profile-section .nav-pills-dark .nav-link.active,
.profile-section .nav-pills-dark .show>.nav-link {
    color: #fff;
    background-color: #223035;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(34, 48, 53, .5);
}

.profile-section .nav-pills-secondary .nav-link.active,
.profile-section .nav-pills-secondary .show>.nav-link {
    color: #fff;
    background-color: #75808a;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(117, 128, 138, .5);
}

.profile-section .card .tab-content {
    padding: 1rem 0 0 0;
}

.profile-section .z-depth-3 {
    -webkit-box-shadow: 0 11px 7px 0 rgba(0, 0, 0, 0.19), 0 13px 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 11px 7px 0 rgba(0, 0, 0, 0.19), 0 13px 25px 0 rgba(0, 0, 0, 0.3);
}


/* JOB LIST */

.jobs-list-area {
    position: relative;
}

.jobs-list-area ul.job-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jobs-list-area ul.job-list>li.job-preview {
    background: #fff;
    border: 1px solid #d7e2e9;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    float: left;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.jobs-list-area ul.job-list>li.job-preview:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.jobs-list-area .job-title {
    margin-top: 0.6rem;
}

.jobs-list-area .company {
    color: #96a4b1;
}

.jobs-list-area .job-preview .btn {
    margin-top: 1.1rem;
}

.jobs-list-area .btn-apply {
    text-transform: uppercase;
    font-size: 0.775rem;
    font-weight: 800;
    letter-spacing: 1px;
    background-color: transparent;
    color: #e11e29;
    border: 2px solid #e11e29;
    padding: 0.4rem 1.2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
}

.jobs-list-area .btn-apply:hover {
    background-color: #e11e29;
    color: #fff;
    border: 2px solid #e11e29;
}

.jobs-list-area .btn-agent {
    font-size: 0.675rem;
    padding: 0.2rem 0.7rem;
}

.jobs-list-area .job-list p {
    font-size: 14px;
    color: #7c7c7c !important;
    padding-top: 10px;
}




.profile-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
}

.profile-card {
    max-width: 300px;
    background: #fff;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 #ccc;
    transition: .3s;
    text-align: center;
}

.profile-card:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px -5px #ccc;
}

.profile-icon {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.profile-name {
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 10px 0;
}

.profile-position {
    font-size: 14px;
    color: #777;
}

.button {
    margin: 40px 0 0 0;
    padding: 10px 30px;
    color: #999;
    text-decoration: none;
    border: 1px solid #999;
    border-radius: 4px;
}

.button:hover {
    color: #fff;
    background: #748dff;
    border: 1px solid #748dff;
}

@media screen and (max-width: 1000px) {
    .profile-name {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .profile-card {
        padding: 20px 15px;
    }

    .profile-name {
        font-size: 16px;
    }
}

.vertical_btn:hover, .whatsapp_icon:hover, .call_iconbtn:hover {
    color: #fff;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.whatsapp_icon {
    z-index: 10;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    right: 1%;
    bottom: 85px;
    background: #34ba48;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.call_iconbtn {
    z-index: 10;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    right: 1%;
    bottom: 130px;
    background: #318fb5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}
.add-user-btn{
    font-size: 14px;
}

.thankyou h3 {
    font-size: 40px;
    color: #000;
}
.thankyou p {
    font-size: 18px;
}
.thankyou a {
    background-color: #c92031;
    border: 1px solid #c92031;
    color: #fff;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 15px;
}

.wg-default, .wg-default .country-selector {
    position: inherit !important;
}

.wg-default .country-selector {
    position: absolute !important;
    bottom: 1000px !important;
}