.row-technology {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.col-technology {
    width: 25%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 10px 30px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.services-technologies .col-technology {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.right-line:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    height: calc(100% - 20px);
    width: 1px;
    background: #ACC1DA;
}
.bottom-line:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    width: calc(100% - 20px);
    height: 1px;
    background: #ACC1DA;
}
.content-block {   
    position: relative;
    padding: 0 15px;
}
.content-block-title {
    position: absolute;
    top: -30px;
    left: 30px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    max-width: 100%;
}
video.about_us-video{
    width: 100%;
    border-radius: 5px;
}
[dir='rtl'] .content-block-title{
    right: 30px;
    left: auto;
}
[dir='rtl'] .services-technologies .col-technology .technology__title{
	text-align: center;
}
.boxes{
	padding-top: 0 !important
}
.boxes__title-section{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
	position: relative;
    margin-top: 0;
    transform: translateY(-34px);
}
	.boxes__title-section b{
		font-family: Fjalla One;
		font-style: normal;
		font-weight: normal;
		font-size: 32px;
		line-height: 64px;
		color: #FFFFFF;
		background: #F22F47;
		padding: 0 16px;
		position: relative;
	}
	.boxes__title-section.green b{
		background: #5CBF1A;
	}
	.boxes__title-section b:before {
		content: '';
		height: 8px;
		width: 20px;
		right: 100%;
		top: 50%;
		margin-bottom: -4px;
		display: block;
		background: #fff;
		position: absolute;
	}
	.rtl .boxes__title-section b:before {
		width: 20px
	}
	.boxes__title-section b:after {
		content: '';
		height: 8px ;
		width: 20px;
		left: 100%;
		top: 50%;
		margin: 0 ;
		margin-bottom: -4px;
		display: block;
		background: #fff;
		position: absolute;
	}
	.boxes__title-section:after,
	.boxes__title-section:before{
		display: none !important
	}


@media (max-width: 767.98px){
	.boxes__title-section {
		transform: translateY(-50%);
		margin-bottom: 20px;
		margin-left: -18px;
	}
	.boxes__title-section b{
		font-size: 20px;
		line-height: 40px;
	}
	.boxes__title-section b:after{
		top: 0;
		height: 100%;
		width: 20px;
	}
	.boxes__title-section b:before	{
		top: 100%;
		left: -5px;
		height: 20px;
		margin-bottom: 0;
		width: 10px;
	}
	.rtl .boxes__title-section{
		margin-left: 0;
		margin-right: -18px;
	}
	.rtl .boxes__title-section b:before{
		width:20px;
		top:0;
		left: 100%;
		height: 100%;
	}
	.rtl .boxes__title-section b:after{
		top: 100%;
		right:0;
		height: 20px;
	}
}
.content-block-bg {
    margin-bottom: 48px;
    position: relative;
}
.content-block-bg div {
    position: absolute;
    left: 48px;
    top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.content-block-bg div img {
    width: 10px;
    margin: auto 8px;
}
.content-block-bg div span,
.content-block-bg div a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    display: block;
}
.content-block-bg img.img_bg {
    width: 100%;
    border-radius: 8px;
}
.content-wrapper {
    border: solid 0.5px #ACC1DA;
    border-radius: 8px;
    padding: 110px 50px 53px;
    margin-bottom: 116px;
    position: relative;
}
.single-vacancy .partnership .content-block .content-wrapper{
    margin-bottom: 20px;
}

.single .single-blog-tabs .content-wrapper {
    padding: 50px 50px 110px 53px;
}
.content-wrapper h1 {
    margin-bottom: 40px;
}

.content-wrapper h2{
    margin-bottom: 1rem;
}
.content-wrapper h4 {
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    color: #323A44;
    margin-bottom: 50px;
    margin-top: 150px;
}
.content-wrapper p {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.8;
}
.content-wrapper h5,
.accordion-item h2 {
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
	padding: 0 !important;
	top: 0
}
.content-wrapper iframe {
    width: 100%;
}
[dir='rtl'] .content-wrapper h5 {
    text-align: right;
}
[dir='rtl'] .single-advisor .content-wrapper h5 {
    /*text-align:left;*/
}
[dir='rtl'] .content-wrapper a {
    display: block;
    text-align: right;
}
.content-wrapper span {
    margin-bottom: 16px;
    display: block;
}
.content-wrapper ul {
    list-style: none;
}
.circle-content .content-wrapper ul {
    border-bottom: solid 1px rgba(172, 193, 218, 0.4);
    padding-bottom: 28px;
    margin-bottom: 35px;
}
.content-area ul li,
.our-vision ul li {
    margin-bottom: 16px;
    list-style-type: square;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #212529;
    opacity: 0.8;
	display: block; 
	position: relative;
}
	.content-area ul li:after,
	.our-vision ul li:after	{
		content: '';
		height: 5px;
		width: 5px;
		display: block;
		background: #363636;
		top: 8px;
		position: absolute;
	}
		body:not(.rtl) .content-area ul li:after,
		body:not(.rtl) .our-vision ul li:after {
			left: -15px;
		}
		.rtl .content-area ul li:after,
		.rtl .our-vision ul li:after{
			right: -15px;
		}
.content-wrapper ul li h6 {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #212529;
    margin-bottom: 0;
}
.content-wrapper-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content-wrapper-social div {
    margin-right: 24px;
}
.salaries {
    margin-top: 20px;   
}
.salaries-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px !important;
}
.salaries .salaries-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: 2px solid rgba(172, 193, 218, 0.4);
    padding-right: 35px;
    margin-right: 35px;
    width: 160px;
}
.salaries .salaries-item:last-child {
    border-right: none;
}
.salaries .salaries-item span {
    margin: 4px;
    font-size: 15px;
    opacity: 0.8;
}
.salaries .salaries-item span:first-child {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.02em;
}
.salaries .salaries-item .junior {
    color: #15ACE5;
}
.salaries .salaries-item .middle {
    color: #5CBF1A;
}
.salaries .salaries-item .senior {
    color: #E71818;
}
.salaries .salaries-warning {
    background: rgba(172, 193, 218, 0.1);
    border-radius: 8px;
}
.salaries .salaries-warning p {
    font-family: 'Cabin', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #212529;
    padding: 20px 32px;
}
/* ACCORDEON */
.accordion .accordion-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    text-align: left;
}
.accordion .accordion-btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.accordion-item {
    margin-bottom: 31px;
    padding-bottom: 27px;
    border-bottom: 1px solid #ACC1DA;;
}
.accordion .accordion-btn span {
   margin-bottom: 0;
}




/* ABOUT US PAGE */

.about-us-page {
    background: url('../img/bg/about.png') no-repeat; 
    background-size: cover;
    padding: 20px 0 34px;
}
.about-us-page-contact_us img {
    display: block;
    margin: 24px auto 56px;
}
.about-us-page-contact_us .sec-desc {
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.about-us-page-contact_us  .sec-desc-container{
    position: relative;
    margin-bottom: 70px;
}

.about-us-page-contact_us  .sec-desc-container p{
    z-index: 2;
    position: relative;
    padding: 0 10px;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    background: #323A44;
}

.about-us-page-contact_us  .sec-desc-container span{
    position: absolute;
    height: 0.5px;
    background: #ACC1DA;
    width: 100%;
    top: 50%;
    z-index: 1;
    left: 0;
}
.assets .content-wrapper{
    height: 100%;
    padding-bottom: 0;
}
.assets p {
    margin-bottom: 19px !important;
}
.arrows {
    background: #15ACE5;
    border-radius: 8px;
    width: 58px;
    height: 61px; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}
.title {
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 56px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-bottom: 3px;
}
.title:hover {
    opacity: initial;
}
[dir='rtl'] .title {
    text-align: center;
}
.author {
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16em;
    color: #FFFFFF; 
    margin-bottom: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 50px;
}
[dir='rtl'] .author {
    padding-right: 50px;
    padding-left: 0;
}
.author::before {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    background: #15ACE5;
    left: 5px;
}
[dir='rtl'] .author::before {
    right: 5px;
}
.first-bg-description {
    width: 70%;
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16em;
    color: #FFFFFF;
}
[dir='rtl'] .first-bg-description {
    text-align: right;
}
.our-vision {
    margin: 111px auto;
}
.our-vision img,
.our-team img {
    width: 100%;
}
.our-vision h5{
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.our-vision p {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 48px;
    position: relative;
    width: 100%;
}
.our-team-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 49px;
}
.our-team-cnt-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.our-team-cnt-line {
    height: 73px;
    width: 2px;
    background: #ACC1DA;
    margin: 0 28px;
}
.our-team-cnt-item span {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    text-align: center;
    color: #323A44;
    margin-right: 20px;
    display: block;
}
[dir='rtl'] .our-team-cnt-item span {
    margin-left: 20px;
    margin-right: 0;
}
.our-team-cnt-item p {
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #323A44;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.brands .content-wrapper .clients_carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

/* CAREER PAGE */
.career-page .title {
    margin: 10% 0;
    width: 50%;
}
.career-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: auto;
}
.career-item {
    width: calc(100%/3);
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.our-vision .career-item p {
    height: 60px;
}
.career-item-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify; 
        -ms-flex-pack: justify; 
            justify-content: space-between;  
    margin-bottom: 16px; 
    width: 100%;
}
.career-item-position img {
    height: 32px;
    width: 32px;
    margin-right: 18px;
}
[dir='rtl'] .career-item-position img {
    margin-right: 0;
}
.career-item-position span {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 9px;
    border-radius: 6px;
}
.career-item-position .opened {
    color: #299C42;
    background: rgba(169, 255, 112, 0.19);
}
.career-item-position .closed {
    color: #FF6969;
    background: rgba(255, 182, 177, 0.19);
}
.career-item-position__title {
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 8px;
    width: 100%;
}
[dir='rtl'] .career-item-position__title {
    text-align: right;
}
.career-item-position__description {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    opacity: 0.8;
}
.career-item-position__description::after{
    margin-top: 15px;
    content: '';
    height: 2px;
    display: block;
    width: 48px;
    position: absolute;
    bottom: 0;
}
.career-item-position-green::after {
    background: #5CBF1A;
}
.career-item-position-red::after {
    background: #E71818;
}
.career-item-position-yellow::after {
    background: #FFE400;
}
.career-item-position__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 27px;
    width: 100%;
}
.career-item-position__details div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.career-item-position__details img {
    height: 14px;
    width: 14px;
    margin-right: 7px;
}
[dir='rtl'] .career-item-position__details img {
    margin-left: 7px;
    margin-right: 0;
}
.career-item-position__details h5 {
    margin: 0;
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    opacity: 0.8;
}
.apply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
}
[dir='rtl'] .apply {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
}
 
.apply span {
    margin-bottom: 0;
    font-family: 'Cabin', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7C8B9C;
}
/* apply span styles */
.career-item-position__details ~ .apply span {
    font-weight: bold !important;
}
.apply img {
    width: 16px;
    height: 16px;
    margin-left: 7px;
	margin-bottom: 0
}
.career-show-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 200px;
    right: 50%;
    margin-right: -100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    bottom: -36px;
}
.career-show-all button {
    background: #FCE101;
    border: none;
    border-radius: 4px;
    padding: 16px 32px;
    border-radius: 4px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #000000;
    margin: 10px 0px;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.career-show-all button:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
            box-shadow: 0px 4px 8px rgba(3, 166, 220, 0.3);
}

.client-reply {
    margin-top: 80px;
}

.client-reply .client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}
.client-reply .client-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.client-reply .client img {
    margin-right: 16px;
}

[dir='rtl'] .client-reply .client img {
    margin-left: 16px;
    margin-right: 0;
}

.client-reply .client-block h6 {
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 4px;
}
.client-reply .client-block span {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.16em;
    color: #323A44;
    margin-bottom: 0;
}
.testimonials {
    position: relative;
    margin-bottom: 80px;
}
.testimonials-slider .slick-slide {
    margin: 0 10px;
}
[dir='rtl'] .slider-item {
    direction: rtl;
}
.slider-item-video iframe {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}
[dir='rtl'] .slick-slide img {
    margin-left: auto;
}
.testimonials-slider .slider-item-title {
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-top: 18px;
}
.testimonials-slider .slider-item-status {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.16em;
    color: #323A44;
    margin-bottom: 27px;
    display: block;
    height: 60px;
}
[dir='rtl'] .testimonials-slider .slider-item-status {
    text-align: right;
}
.testimonials-slider .slider-item-description {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #212529;
    opacity: 0.8;
}
.testimonials-slider .slider-item-description img {
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}
.testimonials-slider .slider-item-position {
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}
.testimonials-slider a {
    font-family: 'Cabin', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    color: #7C8B9C;
}
[dir='rtl'] .testimonials-slider a {
    text-align: right;
    display: block;
}
.testimonials-btn {
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: calc( 50% - 110px );
    width: 220px;
}
.testimonials-btn a {
    background: #fff;
    border: 2px solid #15ACE5;
    border-radius: 4px;
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 16px 32px;
    
}
.testimonials-btn a:hover {
    text-decoration: none;
}
.testimonials.contact_us .content-form .field-row:nth-child(1), 
.testimonials.contact_us .content-form .field-row:nth-child(2), 
.testimonials.contact_us .content-form .field-row:nth-child(3),

.advisor-details-contact_us .content-form .field-row:nth-child(1), 
.advisor-details-contact_us .content-form .field-row:nth-child(2), 
.advisor-details-contact_us .content-form .field-row:nth-child(3) {
    width: 100%;
}
@media (min-width: 768px) {
    .advisor-details-contact_us .content-form .field-row:nth-child(1),
    .advisor-details-contact_us .content-form .field-row:nth-child(2),
    .advisor-details-contact_us .content-form .field-row:nth-child(3),
    .testimonials.contact_us .content-form .field-row:nth-child(1),
    .testimonials.contact_us .content-form .field-row:nth-child(2),
    .testimonials.contact_us .content-form .field-row:nth-child(3) {
        width: 33%;
    }
}
/* ADVISOR DETAILS */
.advisor-details {
    position: relative;
}
.avatar {
    position: absolute;
    left: 47px;
    bottom: 15px;
    width: 149px;
    height: 149px;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}
[dir='rtl'] .avatar {
    right: 47px;
    left: 0;
}

.recruiter-name, .recruiter-position {
    left: 130px;
}

.recruiter-name {
    bottom: 40px;
}

.recruiter-position {
    bottom: 10px;
}

@media (min-width: 768px) {
    .recruiter-name, .recruiter-position {
        left: 210px;
    }
}

.advisor-details-posisiton {
    font-family: 'Cabin', sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.16em;
    color: #323A44;
}
.articles-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.articles-item {
    position: relative;
}
@media (min-width: 768px) {
    .articles-item {
        width: 24%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 23.4%;
                flex: 0 0 23.4%;
    }
}
.articles-item img {
    width: 100%;
    border-radius: 8px;
    height: 172px;
}
.articles-item h6 {
    position: absolute;
    bottom: 21px;
    left: 20px;
    font-family: 'Cabin', sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
[dir='rtl'] .articles-item h6 {
    right: 20px;
    left: 0;
}

/* GET RATES */
.get-rates {
    background-image: url('../img/bg/get-rates.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.get-rates .breadcrumbs {
    margin-bottom: 57px;
}
.get-rates-title {
    font-family: 'Fjalla One', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 56px;
    color: #000000;
    margin-bottom: 20px;
}
.get-rates-description,
.get-rates-description2{
    font-family: 'Cabin', sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    opacity: 0.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.page-template-page-circle-apply .get-rates-description2 {
    letter-spacing: 0.16em;
}

[dir='rtl'] .get-rates-description2 {
    padding-bottom: 10px;
}
.get-rates-description2 br {
    display: none;
}
.get-rates .form_rate .ck-button p:nth-child(1) {
    font-family: 'Cabin', sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: 'ss01' on;
            font-feature-settings: 'ss01' on;
    color: #212529;
}
.get-rates-description-number {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #000;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 15px;
    display: inline-table;
    text-align: center;
}
.get-rates-description-number.active {
    color: #fff;
    background: red;
}
.get-rates .breadcrumbs {
    color: #212529;
}
.get-rates .btn-start-colored {
    background: #F44336;
}
.get-rates .btn-start-colored::after,
.get-rates .btn-start-colored::before,
.get-rates .btn-start-colored a::after,
.get-rates .btn-start-colored a::before {
    display: none;
}


@media screen and (max-width: 992px) {
    .content-wrapper {
        padding: 70px 17px 0;
    }
    .our-vision .content-wrapper {
        padding: 70px 17px 50px;
    }
    .content-block-bg div {
        left: 24px;
    }
    .content-block {
        padding: 0;
    }
    .partnership .container-title-section {
        left: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .partnership .title-content-section {
        font-size: 20px;
    }
    .partnership .technologies .content-section {
        padding: 80px 15px 50px;
    }
    .partnership .col-technology {
        width: 50%;
        height: 160px;
    }
    .partnership .technology__title {
        font-size: 12px;
    }
    .accordion {
        margin-top: 50px;
    }
    .salaries-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .about_us-video {
        display: none;
    }
	[dir='rtl'] .salaries .salaries-item{
		border: none;
		border-bottom: 2px solid rgba(172, 193, 218, 0.4);
	}
    .salaries .salaries-item {
        border: none;
        padding-right: 0;
        margin-right: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
		border-right: none;
		border-left: none;
		border-bottom: 2px solid rgba(172, 193, 218, 0.4);
		margin-bottom: 10px;
		padding-bottom: 10px
	} 
	.salaries .salaries-item:last-child {
		border: none !important;
		margin-bottom: 0
	}
    .salaries .salaries-item span {
        text-align: center;
    }    
    body:not(.page-template-page-partnership) .partnership:not(.single_partner_content) .advice {
        display: none;
    }
	.sidebar_row .class_content{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.sidebar_row .class_content .content-wrapper{
		margin-bottom: 15px
	}
	.single .advice{
		display: none;
	}
    .single_partner_content .advice__img{
        display: none;
    }
    .content-block-title {
        left: -1px;
        padding-left: 0;
    }
    [dir='rtl'] .content-block-title{
        padding: 0 0 0 20px;
        right: -1px!important;
    }
    .about-us-page-contact_us img {
        width: 100%;
    }
    .assets .col-12 {
        margin-bottom: 20px;
        padding: 0;
    }
    .our-team-cnt {
        margin-bottom: 50px;
    }
    .our-team-cnt-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .our-team-cnt-line {
        height: 100px;
        margin: 0 48px;
    }
    .career-page {
        background-position: center;
    }
    .career-item {
        width: 100%;
        padding: 30px 0;
    }
    .career-item-position__description {
        width: 100%;
    }
    .career-page .title {
        width: 100%;
        line-height: 40px;
        margin-bottom: 270px;
    }
    .career-block .right-line:after {
        display: none;
    }
    .deal h5,
    .deal p {
        text-align: center;
    }
    .to-be p {
        text-align: left;
    }
    .deal-form .deal-form-field span {
        font-size: 12px;
    }
    .to-be-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px;
    }

    .wpcf7-radio{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    input[type='radio']{
        min-height: 40px;
    }
    span.wpcf7-list-item{
        margin: 0;
    }
    body.page-template-page-circle-apply form .maybe-interview span.wpcf7-list-item{
        margin: 10px;
    }
    .deal .send_button {
        margin: auto;
    }
    .career-question-block {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 37px 50px 0;
    }
    .career-question-block::after, .career-question-block::before {
        display: none;
    }
    .career-question-block div {
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 42px;
    }
    .fast_application {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .fast_application .field-row {
        width: 70% !important;
        margin: 0 auto 24px !important;
    }
    .fast_application-line {
        margin: 48px 0;
    }
     .contact_description {
         text-align: left;
     }
    .single .single-blog-tabs .content-wrapper {
        padding: 50px 30px 110px 30px;
    }
}
@media screen and (max-width: 575.98px) {
	h1.content-block-title{ 
		position: relative;
		left: 0;
		margin-left: -18px;
		margin-bottom: -20px !important;
	}
}

@media screen and (max-width: 376px) {
    .partnership .title-content-section {
        font-size: 15px !important;
        max-width: 100%!important;
    }
    .partnership .container-title-section{
        width: 100%!important;
    }
}
 
@media (min-width: 381px) and (max-width: 450px) {
     
    body:not(.page-template-front-page) .partnership .technologies .content-section {
        padding: 50px 15px !important;
    }
}

.get-rates-description{
    margin-left: -15px;
}

@media screen and (max-width: 991px) {
    .get-rates-title {
        text-align: center;
    }
    .career-question-block{
        padding: 15px 15px 0;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .career-page .title{
        margin-bottom: 30px;
    }


    .get-rates-description,
    .get-rates-description2{
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        left: 0;
    }
    .get-rates-description,
    .get-rates-description2{
        position: relative;
    }
    .get-rates-description:after,
    .get-rates-description2:after{
        width: 45%;
        height: 1px;
        background: #ACC1DA;
        content: '';
        top: 10px;
        right: 0;
        position: absolute;
    }
    .get-rates-description:before,
    .get-rates-description2:before{
        width: 45%;
        height: 1px;
        background: #ACC1DA;
        content: '';
        top: 10px;
        left: 0;
        position: absolute;
    }
    .get-rates-description-number{
        margin: 0 0 15px 0 !important;
    }
    .form-block-with-lines{
        border: none;
    }

    .partnership .col-technology:not(.bottom-line):before{
        content: '';
        position: absolute;
        left: 6px;
        bottom: 0;
        width: calc(100% - 12px);
        height: 1px;
        background: #ACC1DA;
    }
    .page-template-page-partnership .technologies-container .row-technology:last-child .col-technology:not(.bottom-line):before{
        content:none;
    }
}

.nav-item-dropdown img,
.blog-tabs .nav-tabs .nav-link img {
    display: none;
}

.blog-tabs .nav-tabs .nav-link.active img {
    display: initial;
    float: right;
}

[dir='rtl'] .blog-tabs .nav-tabs .nav-link.active img {
    float: left;
}

@media screen and (max-width: 576px) {
    body.page-template-page-blog .blog-tabs .nav-tabs .nav-item:not(:first-child) {
        display: none;
    }
}

@media (min-width: 768px) {
    .blog-tabs .nav-tabs .nav-link.active img {
        display: none;
    }
}


@media screen and (max-width: 991px) {
     .avatar {
        height: 100px;
        width: 100px;
        left: 20px;
    }
    #crumbs{
        top: 10px;
    }
    .content-block-bg .img_bg{
        min-height: 155px;
    }
	.right-line:before	{
		content: '';
		position: absolute;
		left: 6px;
		bottom: 0;
		width: calc(100% - 12px);
		height: 1px;
		background: #ACC1DA;
	}
}

@media screen and ( max-width: 767px) {
    .content-wrapper {
        padding: 40px 17px 0;
    }
    [dir='rtl'] .content-wrapper {
        padding: 70px 17px 0;
    }
    .service-template .accordion{
        margin-top: 0;
    }

    body.page-template-page-partnership .partnership:not(.single_partner_content) .advice {
        display: none;
    }

    .advisors .nav-news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        padding-top: 45px;
    }
    .advisors .nav-news .nav-item {
        width: 100%;
    }
    .advisors .nav-news-mobile .nav-item a {
        display: none;
    }
    .advisors .nav-news .nav-item .active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-right: 0;
        margin-right: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .advisors .nav-news .nav-item .active img {
        display: block;
    }
    
    .advisors .nav-news .active .nav-item-dropdown img {
        display: block;
        cursor: pointer;
    }

    .fast_application .field-row{
        width: 100% !important;
    }
	.career-question-block {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.career-question-block div {
		width: auto; 
	}
	.career-item>a:first-child {
		width: 100%;
		display: block;
	}
}
html #wpadminbar{
	overflow: hidden
}
body #pojo-a11y-toolbar.pojo-a11y-toolbar-left {
    left: 0 !important; 
    position: fixed !important;
    top: 50px !important;
    transform: translate(-182px, 0%) !important;
    transition: all 0.3s !important;
} 

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
    left: 0 !important; 
    transform: translate(0px, 0%) !important;
}

table { 
  width: 100%; 
  border-collapse: collapse; 
  margin-bottom: 30px;
}
.rtl table td,
.rtl table th{
  text-align:right;
}

tr:nth-of-type(odd) { 
  background: #eee; 
}
th { 
  background: #333; 
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
  font-size: 14px
}
td span, th span{
	margin-bottom: 0px !important;
} 
@media screen and ( max-width: 767px) {
	td, th { 
		font-size: 12px
	}
} 
.circle-video{  
	overflow:hidden;
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	border-radius: 8px;
	margin-bottom: 20px; 
}
.circle-video   iframe {position:absolute;top:0;left:0;width:100%;height:100%;}

.vacancies-page {
    margin-top: 65px;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.vacancies-page .nav-tabs {
    border: none;
    margin-bottom: 55px;
}
.vacancies-page .nav-tabs .nav-link{
    position: relative;
    border: none;
    color: #7C8B9C;
}
.vacancies-page .nav-tabs .nav-link:hover{
    border:none;
    cursor:pointer;
}
.vacancies-page .nav-link.active {
    font-weight: bold;
    color: #212529;
    opacity: 1;
    text-align: start;
}
.vacancies-page .nav-link.active::after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #E71818;
    margin-top: 11px;
    position: absolute;
    left: 0;
    top: 100%;
}
.cssload-container{
    position:relative;
}
.content-wrapper .cssload-container span{
    margin-bottom: 25px;
    color:#7c8b9c;
    font-weight: bold;
    font-family: 'Fjalla One', sans-serif;
}
.career-block a.right-line:nth-child(3n)::after{
        background: none;
}
.content-wrapper span.dataspan{margin-bottom:0;}

@media (max-width: 768px){
  .vacancies-page .nav-link.active::after {
      margin-top: 0;
  }
}

@media screen and (min-width: 991px){
    .page-template-page-career .content-wrapper h1, .page-template-page-career .content-wrapper h2 {
        padding: 0 40px 0 20px;
        margin-bottom: 40px;
        left: 30px;
    }
}
.vacancies-page .nav li{
    margin-right: 35px;
}
.vacancies-page .nav li a{
    padding: 10px 0;
}
#vacancies .career-item .career-item-position__description{
    margin-bottom: 25px;
}
.page-template-page-career .content-block-title span.whitecub{
    position: absolute;
    top: 0;
    left: -30px;
    background: #fff;
    width: 50px;
    height: 35px;
}
.vacancies-page .nav-tabs {
    border: none;
    margin-bottom: 55px;
    margin-left: 50px;
}
@media screen and (max-width: 767px){
    #vacancies .career-item .apply img{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 992px){
    .page-template-page-career .content-wrapper h1, .page-template-page-career .content-wrapper h2 {
        left: 13px;
        padding-left: 10px;
        padding-right: 20px;
        top: -24px;
    }
    .page-template-page-career .content-block-title span.whitecub {
        width: 35px;
        height: 27px;
    }
    .vacancies-page .nav-tabs {
        border: none;
        margin-bottom: 55px;
        margin-left: 25px;
    }
    .page-template-page-career .our-vision {
        margin-top:80px;
    }
}


#vacancies .row-technology.career-block a.career-item:last-of-type:after{background:none;}
.page-template-page-career .our-vision .content-wrapper{padding: 110px 20px 53px;}

