

html {
  scroll-behavior: smooth;
}

* { 
    box-sizing: border-box; 
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.color-light{
	color: #99c1da !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important;
    display: flex !important;
}
.p-text-small {
    color: #474747;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0.02em;
}
.white-text {
    color: #FFF !important;
}
.linkedIncolor {color: #004182;}
.font-18 {font-size: 18px;}
.font-30 {font-size: 30px;}
.mt-10 { margin-top: 10px;}
.mt-20 { margin-top: 20px;}
.mb-10 { margin-bottom: 10px;}
.mb-20 { margin-bottom: 20px;}
@media screen and (min-width: 999px) {
    .mt-80-desktop { margin-top: 80px !important;}
}

/* button style */
/* .btn.btn-all {
    background: #0094DB;
    border-radius: 4px;
    color: #fff !important;
    padding: 10px 25px;
    font-weight: 500;
    border: none;
    font-size: 15px;
    
} */

.btn.btn-all {
    background: #0094DB;
    border-radius: 4px;
    color: #fff !important;
    padding: 18px 25px;
    font-weight: 500;
    border: none;
    font-size: 15px;
    height: 56px;
    line-height: 20px;
    /* width: 160px; */
}
.navbar-nav>li>a.btn-In { padding: 4px 8px;}
a.btn.btn-all:hover, a.btn.btn-all:focus{
    background: #0094DB !important;
    color: #fff !important;
}
a:hover, a:focus{
    text-decoration: none !important;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    z-index: 999;
    right: 0;
}
.header-wrap ul.nav.navbar-nav li.btn-login a.btn.btn-all:hover,
.header-wrap ul.nav.navbar-nav li.btn-login a.btn.btn-all:focus{
    color: #fff !important;
}

.no-bg .btn-all {
    background: transparent;
    border: 2px solid #0094DB;
    color: #0094DB !important;
    line-height: 22px;
}
.no-bg .btn-all:hover {
    background: #0094DB;
    border: 2px solid #0094DB;
    color: #fff !important;
}

.btn.btn--light {
    background: #e8f8ff !important;
    color: #0094DB !important;
    margin-top: 0px;
}
/* header */


a.navbar-brand.resize-logo {
    position: relative;
    top: -4px;
    padding: 0;
}
a.navbar-brand.resize-logo img {
    width: 75px;
}
.header .navbar-default {
    background: #fff;
    border-bottom: none;
    padding: 20px;
    margin-bottom: 0;
}

.header-wrap ul.nav.navbar-nav li.active a {
    background: transparent;
	color: #0094DB;
    font-size: 15px;
    font-weight: 500;
}
.header-wrap ul.nav.navbar-nav li a {
	color: #7A7A7A;
    font-size: 15px;
    font-weight: 500;
}

.header-btn-wrap {
    padding-left: 44px;
    padding-top: 5px;
}
.header-btn-wrap.btn-reg {
    padding-left: 16px;
}
.btn-login a.btn.btn-all {
    background: #E8F8FF;
    color: #0078B2 !important;
}

.header .btn-login a.btn.btn-all,
.header .btn-reg a.btn.btn-all {
    height: 40px;
    padding: 8px 25px;
    line-height: 25px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dd-login {    
    margin-top: 2px !important;
}
.dd-login a {
    text-decoration: none;
}
/* content css */

section {
    padding: 80px 0;
    overflow: hidden;
}
#content {margin-top: 92px;}

/* =================== Cookie =====================*/

.fixed-bottom {
    position: fixed;
    font-size: 12px;
    max-width: 290px;
    padding: 1rem;
    margin: auto;
    border-radius: 0.5rem;
    right: auto;
    bottom: 30px;
    left: 30px;
    flex-direction: column;
    align-items: flex-start;
    color: #FFF;
    line-height: 18px;
    display: none;
}
.fixed-bottom .toast {border-radius: 8px;}
.fixed-bottom .toast-body {padding: 15px;}
.bg-dark {background-color: #343a40!important;}
.fixed-bottom .toast .btn-all {min-width: 60px; height: auto; padding: 5px 8px; font-size: 12px; }

/*===================== banner ====================*/

section#banner {
    background: #fff;
	padding-top: 35px;
	padding-bottom: 0px;
    /* padding-bottom: 80px; */
}

.banner-heading {
    font-size: 64px;
    font-weight: 400;
    line-height: 84px;
    line-height: 70px;
    /* color: #0094DB; */
    /* margin-bottom: 30px; */
}
.banner-heading span {
    font-weight: 700;
    color: #0094db;
}
ul.banner-btn-wrap {
    padding-left: 0;
    list-style: none;
}

ul.banner-btn-wrap li {
    display: inline-block;
    padding-left: 0;
}

.btn-light {
    padding-left: 15px !important;
}
.btn-light .btn.btn-all {
    background: #e8f8ff;
    color: #7a8185 !important;
}
.p-text {
    color: #474747;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.04em;
}

.btn-wrap {
    margin-top: 32px;
}

img.banner-img {
	position: relative;
    max-width: 86%;
    margin: auto;
    width: 100%;
    /* float: right; */
}

.banner-btm-text {
    margin-top: 90px;
    display: inline-flex;
    padding: 0 92px;
    /* padding-left: 40px; */
}
.banner-btm-text img {
    margin-right: 20px;
    width: 90px;
}
.banner-btm-text .p-text{
    margin-bottom: 0;
    padding-top: 10px;
}

.ticker ul {
  width: 100%;
  position: relative;
  margin: 0;
}

.ticker ul li {
  width: 100%;
  display: none;
}

.maritimeAts{
    margin:0 auto;
    margin-top:32px;
    margin-bottom:-15px;
    width:220px;
    background:#CCDFFF;
    border-radius:44px;
    color:#0034DB;
    font-size:26px;
    line-height:40px;
    font-weight: 600;
}
.vessel-img {margin-top: -3px;}

@media screen and (max-width: 1199px){
    .maritimeAts{
        margin-top:20px;
    }
}
/* ========================================================= */

/* company section  */
section#company {
    padding: 268px 0px 135px;
    background-image: url(../../assets/img/ars/bg\ lines.svg);
    background-position: -31px -44px;
    background-size: cover;
    background-repeat: no-repeat;
}
.pad-left-rt {
    /* padding: 0 212px 0 40px; */
    width: 465px;
    width: 575px;
    margin: auto;
}
.sub-heading {
    color: #f3ad4b;
    font-size: 20px;
    font-weight: 700;
}
.main-heading {
    font-size: 64px;
    line-height: 84px;
    font-weight: 500;
    color: #292929;
    letter-spacing: 0.04em;
}
.main-heading2 {
    font-size: 44px;
    line-height: 60px;
    font-weight: 500;
    color: #292929;
    letter-spacing: 0.04em;
}
.company-det-list ul {
    padding-left: 0;
    list-style: none;
    margin-top: 25px;
}

.company-det-list ul li {
    color: #474747;
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 12px;
    letter-spacing: 0.04em;
}


/*------------------- candidate section------------------- */
section#how-it-work-content.hiw-content-wrap {
    background-size: cover;
    background-image: url(../../assets/img/ars/bg2-how-line.svg);
    background-position: 100% 137%;
    background-repeat: no-repeat;
}
section#company-full {
    padding: 185px 0px 94px;
    position: relative;
}
/* img.company-candidate-line-bg-img {
    width: 100%;
    position: absolute;
    top: -10px;
    left: 64px;
    min-width: 1395px;
    max-width: 1395px;
} */
img.company-candidate-line-bg-img {
    /* width: 100%; */
    position: absolute;
    top: -200px;
    left: -55px;
    min-width: 1340px;
    max-width: 1426px;
}
section#candidates-banner {
    padding-bottom: 0;
}

.candidate-content-wrap {
    padding: 130px 0px 0 35px;
    padding: 130px 0px 0 0px;
}
/* img.candidate-img {
    right: -115px;
    position: relative;
    min-width: 675px;
    max-width: 675px;
    top: 71px;
    width: 100%;
} */

img.candidate-img {
    right: -119px;
    position: relative;
    min-width: 671px;
    max-width: 692px;
    top: 88px;
    width: 100%;
}
/* img.about-img {
    min-width: 682px;
    width: 100%;
    position: relative;
    left: -81px;
    top: -6px;
} */
img.about-img {
    min-width: 692px;
    width: 100%;
    position: relative;
    left: -69px;
    /*top: -3px;*/
    top: 3px;
}
.btn.btn-all i.fa.fa-angle-right {
    font-size: 18px;
    padding-left: 10px;
}


img.vector-line1-bg-img {
    position: absolute;
    top: 1px;
    left: -61px;
    min-width: 1430px;
    max-width: 1430px;
}
img.vector-line2-bg-img {
    position: absolute;
    bottom: 24.3%;
    min-width: 1415px;
    max-width: 1415px;
    left: -54px;
}

#accordionhiw .panel-default {border-color:#FFF; box-shadow: none;}
#accordionhiw .panel-default-exp {background-color:#F9F9F9; border-radius:8px;}
.accordion-hiw .panel-heading {border:none; background-color:transparent; padding-bottom: 0;}
.accordion-hiw .panel-heading .heading4 {padding-bottom: 10px;}
#accordion-hiw a:hover, #accordion-hiw a:focus {text-decoration: none;}
#accordionhiw .panel-body {
    border-color:#FFF;
    padding-top: 0;
    padding-left: 35px;
    border: none;
}
.blue-text {color: #0078B2 !important;}
/*====================== why marino hire ============= */
section#achievment {
    background: #fcfcfc;
}

.achievment-wrap {
    margin-top: 50px;
}

.status {
    font-size: 28px;
    font-weight: 400;
    color: #292929;
    line-height: 40px;
}

@media screen and (min-width: 999px) {
    .achievment-wrap {
        padding: 0 50px;
    }
}

/* what company says */
section#what-company-say {
    padding-bottom: 0;
}
.company-says-wrap {
    width: 864px;
    background: #f0f0f0;
    padding: 20px 40px 45px;
    text-align: left;
    border-radius: 10px;
    margin: auto;
}
.heading-wrap {
    margin-bottom: 60px;
}
.heading-wrap .main-heading {
    font-size: 63px;
    line-height: 84px;
    font-weight: 500;
    color: #292929;
    letter-spacing: 0.04em;
}

section#what-company-say-content {
    padding: 10px 60px 135px;
    background-image: url(../../assets/img/ars/lines\ bg.svg);
    background-position: left;
    background-size: cover;
}
.company-says-wrap {
    /* padding: 90px 60px; */
    background-image: url(../../assets/img/ars/testi-bg.svg);
    background-position: left;
    background-size: cover;
}

section#what-company-say-content .owl-theme .owl-dots {
    margin-top: 52px;
}
section#what-company-say-content .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: #DFEDF1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 2px;
}
section#what-company-say-content .owl-theme .owl-dots .owl-dot.active span, 
section#what-company-say-content .owl-theme .owl-dots .owl-dot:hover span {
    background: #3B646E;
}
section#what-company-say-content .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 90px;
    top: 40%;
}
section#what-company-say-content .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 90px;
    top: 40%;
}
section#what-company-say-content .owl-theme .owl-nav .owl-prev,
section#what-company-say-content .owl-theme .owl-nav .owl-next {
    background: #DFEDF1;
    color: #3B646E;
    font-size: 26px;
    margin: 0px;
    padding: 4px 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    line-height: 30px;
    text-align: center;
    
}

/*================= what we offer =============*/
section#what-we-offer {
    position: relative;
    margin-bottom: 80px;
}

/* img.offer-line-bg-img {
    width: 100%;
    position: absolute;
    top: -56px;
    left: 64px;
    min-width: 1395px;
    max-width: 1395px;
} */
img.offer-line-bg-img {
    width: 100%;
    position: absolute;
    /*top: -136px;*/
    top: 80px;
    left: -40px;
    min-width: 1395px;
    max-width: 1426px;
}

.mp-tb {
    margin-top: 30px;
    margin-bottom: 30px;
}

.offer-col-wrap {
    padding-right: 38px;
}

ul.offer-li li {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
}

ul.offer-li {
    padding-left: 28px;
    margin-bottom: 3px;
    margin-top: 20px;
}

ul.home-li li {
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
}
img.we-offer-img {
    max-width: 588px;
    position: relative;
    /*top: 65px;*/
    top: 62px;
    right: -97px;
}

/* img.mission-img {
    max-width: 553px;
    left: -95px;
    position: relative;
    width: 100%;
} */

img.mission-img {
    max-width: 554px;
    left: -60px;
    /* left: -73px; */
    position: relative;
    width: 100%;
    top: 96px;
}

.what-we-offer-content-wrap .mission-wrap {
    top: 50px;
    position: relative;
}

.what-we-offer-content-wrap .everything-wrap {
    padding-right: 74px;
    top: 145px;
    position: relative;
}

img.everyinone-img {
    max-width: 599px;
    position: relative;
    right: -86px;
    top: 196px;
}


/* ===================faq================ */
section#faq {
    padding-bottom: 0;
}

section#faq-content-wrap {
    padding: 30px 0px 237px;
    background-image: url(../../assets/img/ars/faq-bg.svg);
    background-position: 100% -48%;
    background-size: 94% 95%;
    background-repeat: no-repeat;
}


section#faq-content-wrap .panel.panel-default {
    background: #F9F9F9;
    border: 0px solid #000;
    margin-bottom: 25px;
}

section#faq-content-wrap .panel.panel-default .panel-heading {
    background: #f9f9f9;
    border: 0px solid transparent;
    border-color: transparent;
    padding: 0;
}

section#faq-content-wrap .panel.panel-default .panel-body {
    border-top-color: transparent;
    padding: 0px 10px 20px 64px;
    text-align: left;
    
}

section#faq-content-wrap .panel.panel-default a {
    color: #292929;
    text-align: left;
    display: block;
    padding: 15px 24px;
    text-decoration: none;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.04em;
}
section#faq-content-wrap .panel.panel-default .panel-body .p-text-small {
    border-left: 4px solid #0094DB;
    padding-left: 20px;
    border-radius: 4px;
}
section#faq-content-wrap .panel.panel-default a:after {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-left: auto;
    content: "";
    background-image: url(../../assets/img/ars/dropdown.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    transition: transform .2s ease-in-out;
    display: block;
    position: relative;
    margin-top: -23px;
    top: -6px;
    /* position: absolute;
    right: 23px;
    top: 22px; */
}
section#faq-content-wrap .panel.panel-default a:not(.collapsed):after{
    /* transform: rotate(-180deg); */
    background-image: url(../../assets/img/ars/dropdown-active.svg);
}
/* section#faq-content-wrap .panel.panel-default a:not(.collapsed):after {
    
    transform: rotate(-180deg);
} */
/* ------------------footer---------------- */
footer#footer {
    background: #3B646E;
}
.bt-1 {
    display: flow-root;
    border-top: 1px solid #474a51;
    padding: 50px 0;
}
li.logo-wrap {
    padding-left: 0 !important;
}
img.footer-logo {
    max-width: 110px;
    margin-bottom: 0px;
}
ul.footer-btn-info {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

ul.footer-btn-info li {
    display: inline-block;
    padding-left: 20px;
}

ul.footer-btn-info li a {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
}
ul.footer-info {
    padding-left: 0;
    list-style: none;
}

ul.footer-info li {
    display: inline;
    padding-right: 10px;
}

ul.footer-info li a {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    line-height: 12px;
    letter-spacing: .5px;
}
ul.footer-nav {
    padding-left: 0;
    list-style: none;
    padding-top: 10px;
}
ul.footer-nav li {
    padding: 2px 10px;
}
ul.footer-nav li {
    display: inline-block;
}

ul.footer-nav li a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.005em;
    line-height: 20px;
}


.footer-copyright {
    position: relative;
    bottom: -15px;
}

ul.footer-social-icon {
    position: relative;
    top: 25px;
}

.footer-copyright a {
    color: #F9F9F9;
    text-decoration: none;
    font-size: 10px;
    line-height: 12px;
}

#scrollUp {
    text-align: center;
    bottom: 100px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    /*border-radius: 50px 50px 4px 4px;*/
}
#scrollUp i {
    border-radius: 50%;
    height: 64px;
    font-size: 36px;
    font-weight: 400;
    width: 64px;
    color: #0094DB;
    line-height: 60px;
    transition: all 0.3s ease;
    /*margin-left: 2px;*/
    /*box-shadow: 0px 0px 2px rgb(0 0 0 / 40%);*/
    background-color: #E8F8FF;
}

/* memdia */
/*@media only screen and (max-width: 767px){*/
@media only screen and (max-width: 1199px){
	.align-items-center {
		-webkit-box-align: unset !important;
		align-items: center !important;
		display: block !important;
	}
	.group-btn {
		display: block;
	}
	
	.features-wrap {
		padding: 120px 17px;
	}
	.features-card {
		width: 100%;
		right: 0;
	}
	.features-card p {
		text-align: left;
		width: 100%;
	}
	
	.heading-wrap {
		margin-bottom: 0px;
	}
	img.openion-img {
		max-width: 100%;
		float: none;
	}
    .offer-col-wrap {
        padding-right: 0px;
    }
}



/*========================== For candidates page ========================*/
section#what-we-offer.candi-offer-content-wrap {
    padding-bottom: 0;
}
section#how-it-work-content {
    overflow: unset;
}
/* banner */
.can-line1:before {
    width: 100px;
    height: 1px;
    position: absolute;
    left: -98px;
    top: -139px;
    bottom: 96.89%;
    border: 1px dashed #C9C9C9;
    transform: matrix(17, 2.2, 0, 1, 0, -27);
    content: "";
}
section#candidates-banner h1.banner-heading {
    padding-top: 20px;
}

section#candidates-banner .p-text {
    color: #474747;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}

section#candidates-banner img.banner-img {
    position: relative;
    top: -35px;
    width: 100%;
    max-width: 100%;
    right: -140px;
}
section#candidates-banner .banner-btm-text{
    display: none;

}
section#what-company-say {
    padding-bottom: 0;
    padding-top: 120px;
    position: relative;
}
.can-line2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 31.87%;
    bottom: 81.72%;
    border: 1px dashed #C9C9C9;
    transform: matrix(27.98, -5.38, 0.2, 0.94, 0, 50);
}
/* img.can-banner-img {
    right: -143px;
    position: relative;
    top: -58px;
} */

img.can-banner-img {
    right: 160px;
    position: relative;
    top: -20px;
    max-width: 969px;
    /* min-width: 669px; */
}

.gdpr-pro-wrap {
    top: -155px;
    position: relative;
    padding-left: 10px;
    padding-right: 50px;
}
/* how it work */
section#how-it-work-content {
    padding-top: 15px;
    padding-bottom: 0;
}

img.candidates-hiw-img {
    position: relative;
    top: -127px;
    z-index: -1;
}
.hiw {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 10px;
}
.hiw-b {
    padding-left: 10px;
}
.hiw .heading4 {
    color: #0078B2;
}

.hiw p.p-text-small {
    padding-left: 23px;
}

h4.heading4 {
    font-size: 20px;
    line-height: 36px;
    color: #616161;
    font-weight: normal;
    padding-bottom: 15px;
}
/* vacancy */
.vacancy-list-wrap .list-left ul li img.mob-img-vaclist {
    width: 64px;
    top: 0;
}
.vacancy-list-wrap .list-left ul li img {
    width: 90px;
    top: 20px;
    position: relative;
    margin-right: 10px;
}
.vacancy-list-wrap {
    display: flow-root;
    background: #E8F8FF;
    padding: 21px 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    min-height: 120px;
}
.vacancy-list-wrap.wrap-light {
    background: #fff;
    border: 2px solid #B1E2F9;
}
.list-left ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}

.list-left ul li {
    display: inline-block;
}

.list-left ul li .heading3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #292929;
    letter-spacing: 0.04em;
    margin: 0;
}

p.text-field {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #292929;
}

.list-left {
    float: left;
}

.list-right {
    float: right;
    display: flex;
    align-content: baseline;
    padding-top: 10px;
    /* padding-top: 15px; */
}
.vacancy-list-wrap.wrap-light .list-left {
    margin-top: 19px;
    width: 49%;
}
.mt-8{
    margin-top: 8px !important;
}
.vacancy-list-wrap.wrap-light .list-right {
    padding-top: 8px;
}

section#faq.candi-cta {
    padding-top: 0;
}
/* call to action */
.call-2-action-wrap {
    background: #3B646E;
    padding: 160px 50px;
    border-radius: 24px;
    background-image: url(../../assets/img/ars/cta-lines-bg.svg);
    background-position: center;
}

.call-2-action-wrap h2.main-heading2 {
    margin-top: 0;
    color: #fff;
    margin-bottom: 22px;
}

a.btn.btn-all.btn-light-wt, .btn-all.btn-light-wt{
    background: #fff;
    color: #3b646e !important;
}


/* =============== company ========================= */
section#what-we-offer.company-offer-content-wrap {
    padding-bottom: 0;
}

section#faq {
    padding-top: 30px;
}
img.vector-banner-line2-bg-img {
    position: absolute;
    min-width: 1499px;
    max-width: 1499px;
    top: 76%;
    left: -7px;
}
img.vector-banner-line1-bg-img {
    left: 31%;
    top: -165px;
}
img.company-banner-img {
    right: -144px;
    position: relative;
}
/* company */
img.vector-banner-line1-bg-img {
    position: absolute;
    left: 29%;
    min-width: 1041px;
    top: -65px;
}

img.vector-banner-line2-bg-img {
    position: absolute;
    min-width: 1499px;
    max-width: 1499px;
    top: 73%;
    left: -7px;
}
img.company-banner-img {
    min-width: 990px;
    right: 158px;
    position: relative;
    max-width: 990px;
}
section#candidates-banner.camp-pb {
    padding-bottom: 112px;
}

.company-offer-content-wrap .offer-col-wrap {
    padding-right: 28px;
}
.candi-offer-content-wrap .offer-col-wrap {
    padding-right: 70px;
}
img.metter-img {
    width: 100%;
    position: relative;
    max-width: 700px;
    min-width: 697px;
    right: 0px;
    top: -25px;
}

.company-offer-content-wrap img.gdpr-img {
    max-width: 726px;
    min-width: 726px;
    position: relative;
    /* left: -95px; */
    left: -80px;
    top: 0px;
}

.candi-offer-content-wrap .mission-wrap {
    padding-left: 60px;
}
img.vector-comp-line1-bg-img {
    position: absolute;
    top: 28.8%;
    left: -66px;
}

img.vector-comp-line2-bg-img {
    position: absolute;
    /* top: 55.8%; */
    top: 56.3%;
    left: -66px;
    min-width: 1430px;
    max-width: 1430px;
}

/* img.wealth-img {
    max-width: 719px;
    min-width: 719px;
    position: relative;
    top: -66px;
    right: 22px;
} */
img.wealth-img {
    max-width: 719px;
    min-width: 719px;
    position: relative;
    top: -66px;
    right: 22px;
}
.company-offer-content-wrap img.wealth-img {
    max-width: 719px;
    min-width: 719px;
    position: relative;
    top: -6px;
    right: 22px;
}

.company-offer-content-wrap .everything-wrap {
    padding-right: 53px;
}
/* .company-offer-content-wrap .everything-wrap {
    padding-right: 30px;
} */


/* welcome-back */
a.btn.btn-all.wd-100 {
    /* margin-top: 32px; */
    width: 88%;
}

.achievment-wrap.ar-2 {
    padding-right: 22px;
}
ul.banner-btn-wrap.ar-btn-wrap li.header-btn-wrap {
    width: 49%;
}
ul.banner-btn-wrap.ar-btn-wrap li.header-btn-wrap a {
    width: 100%;
}


/*============ community============ */

.community-content-wrap section#banner.community-banner {
    padding-bottom: 80px;
    position: relative;
}
.community-content-wrap section {
    padding: 80px 0;
    position: relative;
}
section#community-section-4:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 82%;
    top: -5px;
    left: 9%;
    background: #F0F0F0;
}
.main-heading3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.04em;
    color: #292929;
}
img.hire-img {
    width: 80%;
    margin: auto;
}

/* =======community artical ============== */
.artical-content {
    padding: 0 80px;
}

.community-artical-title p.p-text {
    padding: 0 60px;
}
ol.breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding-left: 0;
}

li.breadcrumb-item.active {
    font-weight: 500;
    color: #292929;
    font-size: 15px;
}

li.breadcrumb-item a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #7A7A7A !important;
}
section#community-artical-section {
    padding-bottom: 0;
}
.community-artical-title {
    text-align: center;
    margin-bottom: 35px;
}
img.community-banner-img {
    width: 100%;
}

/* privact */
ul.privacy-list li {
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
}

/*=========================== contact form =============================*/
section#feadbak-wrap {
    padding-top: 0;
    padding: 30px 0px 85px;
    background-image: url(../../assets/img/ars/faq-bg.svg);
    background-position: 100% -48%;
    background-size: 94% 95%;
    background-repeat: no-repeat;
}
section#feadbak-thank-wrap {
    padding: 100px 0px 165px;
    background-image: url(../../assets/img/ars/lines-bg.svg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
section#feadbak-wrap.contact-wrap{
    background-image: none;
}
.acontact-form-wrap {
    margin-top: 25px;
}

.acontact-form-wrap button.btn.btn-all {
    width: 100%;
}
label.form-input-label {
    color: #A3A3A3;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

/* ===============feedback========================= */
.acontact-form-wrap button.btn.btn-all {
    width: 100%;
    height: 56px;
}
.acontact-form-wrap input.form-control {
    height: 50px;
}

/*============================ media================================ */
.back-to-artical {
    display: none;
}
@media (max-width: 280px){
    .company-offer-content-wrap .offer-col-wrap {
        padding-right: 0;
    }
}

/* @media (max-width: 767px){ */
    @media (max-width: 767px){
    /* header */
    button.navbar-toggle {
        margin: 0;
    }
    .navbar-default .navbar-toggle {
        /* border-color: #ddd; */
        border: none;
    }
    div#bs-example-navbar-collapse-1 {
        border: none;
        padding-top: 20px;
    }
    a.navbar-brand.resize-logo img {
        width: 64px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #0094DB;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        border: 2px solid #0094DB;
    }
    li.header-btn-wrap.btn-login {
        padding-left: 0;
        width: 95%;
        margin: 5px auto;
    }
    
    li.header-btn-wrap.btn-reg {
        padding-left: 0;
        width: 95%;
        margin: auto;
    }
    .mb-text-center {
        text-align: center;
    }
    /*===================== home page================ */
    

    h1.banner-heading.banner-heading-mobile {
        display: block;
    }
    .banner-heading-mobile {
        height: 118px;
    }
    .heading-sm-hide {
        display: none; 
    }
    h1.banner-heading.heading-sm-hide {
        display: none;
    }
    .banner-content-wrap {
        padding: 0 0px;
        /* padding: 0 15px; */
    }
    .banner-content-wrap li.header-btn-wrap {
        padding: 0;
        padding-left: 0 !important;
        margin-bottom: 15px;
    }
    img.banner-img {
        position: relative;
        max-width: 522px;
        margin: auto;
        width: 100%;
        /* float: right; */
        left: 1px;
        top: 30px;
        /* position: relative;
        max-width: 522px;
        margin: auto;
        width: 121%;
        /* float: right; */
        /* left: -37px;
        top: 30px; */
    }
    .banner-btm-text {
        /* margin-top: 80px; */
        margin-top: 200px;
        display: block;
        padding: 0 0px;
        text-align: center;
    }
    
    section#company-full {
        padding: 30px 0px 94px !important;
        position: relative;
    }
    section#company-full {
        padding: 80px 0px 80px;
        position: relative;
    }
    img.company-candidate-line-bg-img {
        display: none;
    }
    .pad-left-rt {
        /* padding: 0 212px 0 40px; */
        width: 100%;
        margin: auto;
    }
    img.about-img {
        min-width: 109%;
        width: 100%;
        position: relative;
        left: -15px;
        top: 2px;
    }
    .candidate-content-wrap {
        padding: 75px 0px 0 0px;
    }

    img.candidate-img {
        right: 14px;
        position: relative;
        min-width: 109%;
        max-width: 109%;
        top: 10px;
        width: 100%;
    }

    /* why marino-hire */
    .main-heading {
        font-size: 34px;
        line-height: 44px;
    }
    .heading-wrap.mob-heading-wrap {
        text-align: center;
        /* padding: 0 34px; */
    }

    /* people-say */
    section#what-company-say-content {
        padding: 10px 0px 70px;
    }
    .company-says-wrap {
        width: 100%;
        background: #f0f0f0;
        padding: 30px 24px 30px;
        text-align: left;
        border-radius: 10px;
        /* margin: auto; */
    }

    section#what-company-say-content .owl-theme .owl-nav {
        display: none;
    }

    /* offer */
    img.offer-line-bg-img{
        display: none;
    }
    section#what-we-offer {
        padding-top: 0;
        padding-bottom: 80px;
    }
    ul.offer-li li {
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
    }

    .what-we-offer-content-wrap img.we-offer-img {
        max-width: 119%;
        position: relative;
        top: 30px;
        margin-bottom: 0;
        left: -30px;
    }
    .what-we-offer-content-wrap img.mission-img {
        max-width: 119%;
        min-width: 119%;
        left: -30px;
        position: relative;
    }

    .what-we-offer-content-wrap .main-heading2 {
        text-align: left;
        font-size: 34px;
        line-height: 44px;
    }
    .everything-wrap {
        /*padding-right: 25px; */
        padding-right: 0px;
    }
    .what-we-offer-content-wrap .everything-wrap {
        padding-right: 0;
    }
    .what-we-offer-content-wrap img.everyinone-img {
        max-width: 119%;
        left: -30px;
    }

    /* ====================welcome-back ================ */
    .welcome-wrap .btn.btn-all {
        display: none;
    }
    /* ================================================= */
    .p-text-small {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0.02em;
    }

    /* =================== company ========================= */
    img.metter-img.img-responsive {
        /* display: none; */
    }
    
    img.vector-line1-bg-img {
        display: none;
    }
    img.company-banner-img {
        right: 0;
        position: relative;
        top: 35px;
        left: 0;
        max-width: 100%;
        min-width: 100%;
    }
    img.vector-comp-line1-bg-img {
        display: none;
    }
    
    img.vector-comp-line2-bg-img {
        display: none;
    }

    img.metter-img {
        position: relative;
        max-width: 119%;
        min-width: 116%;
        right: 30px;
        top: 20px;
    }
    .candi-offer-content-wrap .mission-wrap {
        padding-left: 0;
    }
    .company-offer-content-wrap img.gdpr-img {
        max-width: 119%;
        min-width: 100%;
        position: relative;
        left: -30px;
        top: 26px;
    }
    img.vector-line2-bg-img {
        display: none;
    }
    img.gdpr-img {
        position: relative;
        left: -29px;
        top: 20px;
        max-width: 120%;
    }

    img.wealth-img {
        max-width: 115%;
        min-width: 100%;
        position: relative;
        top: 52px;
        right: 26px;
    }
    .gdpr-pro-wrap {
        top: 20px;
        padding: 0;
    }
    .company-offer-content-wrap img.wealth-img {
        max-width: 118%;
        min-width: 100%;
        position: relative;
        top: 100px;
        right: 28px;
        /* left: 0; */
    }
    .call-2-action-wrap {
        background: #3B646E;
        padding: 100px 20px;
        border-radius: 24px;
    }
    section {
        padding: 45px 0;
        overflow: hidden;
    }


    /* ============================ community =====================*/
    .community-content-wrap section#banner.community-banner {
        padding-bottom: 50px;
    }
    .community-content-wrap section {
        padding: 20px 0;
    }
    section#community-section-4:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 93%;
        top: -5px;
        left: 3%;
        background: #F0F0F0;
    }
    .community-content-wrap .ms-wrap {
        margin-bottom: 40px;
    }
    .community-content-wrap .ms-wrap:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 93%;
        top: -22px;
        left: 3%;
        background: #F0F0F0;
    }
    .banner-heading {
        font-size: 34px;
        font-weight: 500;
        line-height: 44px;
        padding: 0 10px;
    }
    section#candidates-banner h1.banner-heading {
        padding-top: 0;
    }
    .p-text {
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
    }
    section#candidates-banner .p-text{
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
    }
    .p-text.mobile-p-text {
        font-weight: normal;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0.02em;
    }
    .btn.btn--light {
        width: 100%;
        margin-bottom: 10px;
    }

    /*================= artical =======================*/

    .artical-content {
        padding: 0 0px;
    }
    #breadcrumb-wrap{
        display: none;
    }
    .back-to-artical {
        display: block;
    }
    .community-artical-title{
        text-align: left;
    }
    .community-artical-title .main-heading2{
        text-align: left;
        font-size: 34px;
        line-height: 44px;
    }
    .community-artical-title p.p-text {
        padding: 10px 12px 10px 0px;
    }
    .artical-content-main .btn-all{
        width: 100%;
    }
    .ms-wrap {
        margin-bottom: 60px;
    }
    .artical-content-main section#community-section-4{
        padding-bottom: 0;
    }
    .main-heading3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.04em;
        color: #292929;
        padding-right: 10px;
    }
    .artical-content-main .p-text{
        font-size: 18px;
        line-height: 32px;
        font-weight: 500;
    }
    .artical-content-main .p-text-small{
        font-size: 14px;
        line-height: 28px;
        font-weight: normal;
    }
     .main-heading2{
        text-align: left;
        /* font-size: 24px;
        line-height: 32px; */
        font-size: 34px;
        line-height: 44px;
    }

    /* ==============candidate===================== */
    .list-left ul li .heading3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 32px;
    }
    .can-line2 {
        display: none;
    }
    
    section#what-company-say {
        padding-top: 80px;
    }
    
    section#candidates-banner {
        text-align: center;
        padding-top: 20px;
    }
    img.can-banner-img {
        width: 108%;
        max-width: 108%;
        left: -15px;
        position: relative;
        top: 25px;
    }
    section#candidates-banner .banner-btm-text {
        margin-top: 80px;
    }
    section#candidates-banner .banner-btm-text{
        display: block;

    }
    ul.banner-btn-wrap li {
        width: 100%;
    }
    
    ul.banner-btn-wrap li a.btn.btn-all {
        width: 100%;
    }

    img.candidates-hiw-img {
        display: none;
    }

    .heading-wrap .main-heading {
        font-weight: 500;
        font-size: 34px;
        line-height: 44px;
        /* padding: 0 30px 0 0; 
        padding: 0 18px 0 18px; */
        padding: 0 0;
        margin-bottom: 20px;
    }
    .candi-vac-content-wrap .heading-wrap .main-heading {
        padding: 0 0px 0 0;
    }
    /* .heading-wrap .main-heading {
        font-weight: 500;
        font-size: 34px;
        line-height: 44px;
    } */
    
    .heading-wrap {
        text-align: left;
        margin-bottom: 20px;
    }

    .list-right {
        float: left;
    }
    h2.main-heading2.mobile-headline-3 {
        font-weight: 500;
        font-size: 34px;
        line-height: 44px;
    }

    .call-2-action-wrap h2.main-heading2 {
        text-align: center !important;
    }

    /* faq */
    section#faq-content-wrap {
        padding: 30px 0px 80px;
        background-position: 86% -39%;
        background-size: 240% 125%;
    }
    section#faq-content-wrap .panel.panel-default .panel-body {
        padding: 0px 10px 20px 25px;
    }

    .candi-offer-content-wrap .offer-col-wrap {
        padding-right: 0;
    }

    /* faq */
    section#faq-content-wrap .panel.panel-default a {
        /* padding: 15px 30px; */
        padding: 15px 40px 15px 20px;
        font-size: 18px;
        line-height: 32px;
    }

    section#faq-content-wrap .panel.panel-default a:after {
        /* position: absolute; */
        content: "";
        /* width: 12px;
        height: 6px; */
        left: calc(8% - 14px/1 + 14.5px);
        top: calc(27% - 5px/2 + 5.5px) !important;
        /* border: 2px solid #0078B2; */
        top: -34px !important;
    }

    /* vac */
    .list-right {
        padding-top: 16px;
        /* padding-top: 15px; */
    }
    /*=============================== company============================ */
    .hide-mob{
        display: none;
    }
    .hide-desk{
        display: block !important;
    }
    section#candidates-banner.camp-pb {
        padding-bottom: 0px;
    }
    img.vector-banner-line1-bg-img {
        display: none;
    }
    
    img.vector-banner-line2-bg-img {
        display: none;
    }
    .company-offer-content-wrap .offer-col-wrap {
        padding-right: 28px;
        padding-right: 0px;
    }
    img.we-offer-img {
        max-width: 100%;
        position: relative;
        top: 30px;
        margin-bottom: 35px;
    }
    img.everyinone-img {
        max-width: 100%;
    }
    img.mission-img {
        max-width: 100%;
        left: 0px;
        position: relative;
    }
    .vacancy-list-wrap.wrap-light .list-left {
        width: 100%;
    }
    .company-offer-content-wrap .everything-wrap {
        /* padding-right: 0; 
        padding-right: 33px; */
        padding-right: 0px;
    }

    .main-heading2.mob-heading1 {
        text-align: left;
        font-size: 34px;
        line-height: 44px;
    }
    /* =================================================================== */
    /* feedback */
    section#feadbak-wrap.feedback-wrap {
        background-position: 87% 0%;
        background-size: 226% 122%;
    }
    

    /* contact */
    section#feadbak-wrap.contact-wrap {
        background-position: 87% 0%;
        background-size: 226% 133%;
    }

    h2.main-heading.mobile-headline-3 {
        font-weight: 500;
        font-size: 34px;
        line-height: 44px;
        letter-spacing: 0.04em;
        padding-left: 0;
    }
    .p-text.mobile-title-p-text{
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
    }

    /* call to action */
    section#what-we-offer.company-offer-content-wrap {
        padding-bottom: 30px;
    }

    /* footer */
    ul.footer-btn-info {
        text-align: center;
        display: block;
    }
    ul.footer-btn-info li {
        display: block;
        padding-left: 0;
        margin-bottom: 20px;
    }
    ul.footer-btn-info li a {
        width: 180px;
        display: block;
        margin: auto;
    }
    ul.footer-info {
        text-align: center;
    }
    ul.footer-info li {
        display: block;
        padding-right: 0px;
    }

    ul.footer-nav {
        text-align: center;
    }
    ul.footer-nav li {
        display: block;
        padding: 10px;
    }

    .footer-copyright {
        text-align: center;
        bottom: 0px;
    }

    /* header */
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }
    
    
}
@media (max-width: 1199px) and (orientation: landscape){
    img.candidates-hiw-img {
        display: block !important;
    }
    /* .navbar-toggle {
        display: none !important;
    } */
    .navbar-header {
        /* float: left !important; */
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #ffffff;
        display: block !important;
    }
    button.navbar-toggle {
        margin: 0;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-header {
        float: unset;
    }
    
}

@media (max-width: 1199px){
    button.navbar-toggle {
        margin: 0;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-header {
        float: unset;
    }
    .navbar-default .navbar-toggle {
        /* border-color: #ddd; */
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #0094DB;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        border: 2px solid #0094DB;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }
    div#bs-example-navbar-collapse-1 {
        border: none;
        padding-top: 20px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #ffffff;
        display: none !important;
    }
    .navbar-default .navbar-collapse.in, .navbar-default .navbar-form {
        border-color: #ffffff;
        display: block !important;
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px;
        display: grid;
        width: 100%;
    }
    li.header-btn-wrap.btn-login {
        padding-left: 0;
        width: 95%;
        margin: 5px auto;
    }
    li.header-btn-wrap.btn-reg {
        padding-left: 0;
        width: 95%;
        margin: auto;
    }

    /* ========================pages css===================== */
    img.about-img {
        /*min-width: 100%;
        width: 100%; 
        position: relative;
        left: -15px;*/
        top: 48px; 
    }
    img.candidate-img {
        /*right: -50px;
        position: relative;
        min-width: 100%;
        max-width: 100%;
        top: 88px;
        width: 100%; */
    }
    img.offer-line-bg-img {
        display: none;
    }
    /* testimonial */
    section#what-company-say-content {
        padding: 10px 0px 70px;
    }
    section#what-company-say-content .owl-theme .owl-nav {
        display: none;
    }
    .company-says-wrap {
        width: 100%;
        padding: 30px 24px 30px;
        background: #f0f0f0;
    }
    /* =================================================== */
    .heading-sm-hide {
        display: none; 
    }
    h1.banner-heading.heading-sm-hide {
        display: none;
    }
    img.company-candidate-line-bg-img {
        display: none;
    }
    img.vector-banner-line1-bg-img {
        display: none;
    }
    img.candidates-hiw-img {
        display: none;
    }

    img.vector-banner-line2-bg-img{
        display: none;
    }
    img.vector-comp-line1-bg-img{
        display: none;
    }
    img.vector-comp-line2-bg-img{
        display: none;
    }

    /* footer */
    ul.footer-btn-info {
        text-align: center;
        display: block;
    }
    ul.footer-info {
        text-align: center;
    }
    ul.footer-btn-info li {
        display: block;
        padding-left: 0;
        margin-bottom: 20px;
    }
    ul.footer-btn-info li a {
        width: 180px;
        display: block;
        margin: auto;
    }
    ul.footer-info li {
        display: block;
        padding-right: 0px;
    }
    ul.footer-nav {
        text-align: center;
    }
    ul.footer-nav li {
        display: block;
        padding: 10px;
    }
    .footer-copyright {
        text-align: center;
        bottom: 0px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    img.about-img {
        min-width: 100%;
        width: 100%; 
        position: relative;
        left: -15px;
        top: 48px; 
    }   
    img.offer-line-bg-img {
        display: none;
    } 
    section#what-company-say-content {
        padding: 10px 0px 70px;
    }
    img.vector-line1-bg-img {
        display: none;
    }

    img.can-banner-img {
        max-width: 100%;
        right: 0;
    }
    img.metter-img {
        /* max-width: 600px;
        min-width: 600px; */
        top: 0;
    }
    img.vector-line2-bg-img {
        display: none;
    }
    img.wealth-img {
        /* max-width: 500px;
        min-width: 500px; */
        top: 0;
        right: 0;
    }
    img.candidate-img { right: 0;}
    .everything-wrap {top: 0;}
    .gdpr-pro-wrap { top:0;}

    .company-offer-content-wrap img.wealth-img {
        top: 20px;
    }
    .company-offer-content-wrap img.gdpr-img {
        left: 0;
    }

}

@media (max-width: 1199px) and (min-width: 999px) {

    img.company-banner-img {
        min-width: 600px;
        max-width: 600px;
        right: 0;
    }

    .company-offer-content-wrap img.gdpr-img{
        min-width: 600px;
        max-width: 600px;
    }
    .company-offer-content-wrap img.gdpr-img {
        left: -50px;
    }
}

@media (min-width: 1200px){
    .container {
        width: 1160px;
        position: relative;
    }
    img.banner-img{
        max-width: 1116px;
    }
}

@media (min-width: 1440px){
    .banner-heading-mobile{
        display: none;
    }
    h1.banner-heading.banner-heading-mobile {
        display: none;
    }
    .heading-sm-hide{
        height: 100px;
    }
    .container {
        width: 1312px;
        position: relative;
    }
    
    img.banner-img{
        max-width: 1116px;
    }

    img.metter-img {
        width: 100%;
        position: relative;
        max-width: 700px;
        min-width: 719px;
        right: 17px;
        top: -27px;
    }
       
    img.gdpr-img {
        max-width: 707px;
        min-width: 707px;
        position: relative;
        left: -70px;
        /* left: -85px; */
        top: -56px;
    }
    .candi-offer-content-wrap img.gdpr-img.all-support {
        max-width: 707px;
        min-width: 707px;
        position: relative;
        /* left: -85px; */
        left: -70px;
        top: -122px;
    }

    img.vector-banner-line1-bg-img {
        position: absolute;
    left: 30.4%;
    min-width: 1052px;
    top: 0%;
    }
    
    img.vector-banner-line2-bg-img {
        position: absolute;
        min-width: 1499px;
        max-width: 1499px;
        top: 73%;
        left: -7px;
    }
    section#candidates-banner.camp-pb {
        padding-bottom: 112px;
    }
}
@media (min-width: 1920px){
    img.vector-banner-line1-bg-img {
        position: absolute;
        left: 35%;
        min-width: 1052px;
        top: -20px;
    } 
    h1.banner-heading.banner-heading-mobile {
        display: none;
    }
    img.vector-banner-line2-bg-img {
        top: 76%;
    }
}

@media screen and (max-width: 1439px) and (min-width: 1200px) {

    h1.banner-heading.banner-heading-mobile {
        display: block;
    }
    h1.banner-heading.heading-sm-hide {
        display: none;
    }
    .heading-sm-hide {
        display: none; 
    }
    .banner-heading-mobile{
        height: 170px;
    }
    /* insert styles here */
    img.company-candidate-line-bg-img{
        left: -102px;
        top: -182px;
        max-width: 1387px;
    }
    img.about-img {
        min-width: 675px;
        width: 100%;
        position: relative;
        left: -117px;
        top: 5px;
    }

    img.candidate-img {
        right: -115px;
        position: relative;
        min-width: 672px;
        max-width: 692px;
        top: 76px;
        width: 100%;
    }

    img.offer-line-bg-img {
        width: 100%;
        position: absolute;
        top: -28px;
        left: -133px;
        min-width: 1395px;
        max-width: 1426px;
    }
    img.we-offer-img {
        max-width: 588px;
        position: relative;
        top: 157px;
        right: -80px;
    }
    .what-we-offer-content-wrap .offer-col-wrap {
        padding-right: 59px;
    }
    img.mission-img {
        max-width: 554px;
        left: -153px;
        position: relative;
        width: 100%;
        top: 174px;
    }
    img.everyinone-img {
        max-width: 599px;
        position: relative;
        right: -69px;
        top: 240px;
    }
    .what-we-offer-content-wrap .mission-wrap {
        top: 150px;
        position: relative;
    }
    .what-we-offer-content-wrap .everything-wrap {
        padding-right: 74px;
        top: 240px;
        position: relative;
    }

    /* candidate page */
     img.vector-line1-bg-img {
        position: absolute;
        top: 3px;
        left: -40px;
        min-width: 1262px;
        max-width: 1262px;
    }
    img.vector-line2-bg-img {
        position: absolute;
        bottom: 24.2%;
        min-width: 1380px;
        max-width: 1380px;
        left: -54px;
    }
    img.metter-img {
        width: 100%;
        position: relative;
        max-width: 700px;
        min-width: 617px;
        right: 0px;
        top: -25px;
    }

    img.gdpr-img {
        max-width: 650px;
        min-width: 650px;
        position: relative;
        left: -70px;
        /* left: -85px; */
        top: -56px;
    }
    section#what-we-offer.candi-offer-content-wrap img.gdpr-img.all-support {
        max-width: 629px;
        min-width: 629px;
        position: relative;
        /* left: -85px; */
        left: -70px;
        top: -125px;
    }
    img.wealth-img {
        max-width: 719px;
        min-width: 719px;
        position: relative;
        top: -71px;
        right: 22px;
    }

    /* company page */
    .company-offer-content-wrap img.gdpr-img {
        max-width: 645px;
        min-width: 645px;
        position: relative;
        left: -85px;
        top: 0px;
    }
    img.vector-comp-line1-bg-img {
        position: absolute;
        top: 29.7%;
        /* top: 30.8%; */
        left: -66px;
    }
    img.vector-banner-line1-bg-img {
        position: absolute;
        left: 22.7%;
        min-width: 1365px;
        top: -29%;
    }
    
    img.vector-banner-line2-bg-img {
        position: absolute;
        min-width: 1499px;
        max-width: 1499px;
        top: 72%;
        left: -7px;
    }
    img.vector-comp-line2-bg-img {
        top: 55.8%;
    }
}
 

/* =================== */

section#company-full {
    padding: 185px 0px 94px;
    position: relative;
}
@media (min-width: 768px){
    #regModal .modal-dialog {
        width: 300px;
    }
    #regModal .modal-header {
        border: none;
        padding-bottom: 0;
    }
}
/* =================== */
.hide-desk{
    display: none;
}

section#company-full {
    padding: 185px 0px 94px;
    position: relative;
}
section#faq .mp-tb {
    margin-top: 0;
    margin-bottom: 0;
}

section#faq-content-wrap {
    padding-top: 0;
}

/* h1.banner-heading.banner-heading-mobile {
    display: none;
} */


