/*
    Theme Name: GW Translate
    Theme URI:
    Description: Business / WordPress theme
    Author: EkDesign
    Author URI: 
    Version: BS-4.1
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */


body {
    font-size:18px;
	 font-family: 'Assistant';
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#202020;
	}

a {
    color: #202020;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover, a:focus {
	text-decoration: none;
	color:#202020;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	font-size:16px;
	 font-family: 'Assistant' !important;
	box-sizing:border-box;
	border: none;
	width:100%;
	padding:12px 12px;
	border-radius:10px;
	background: #FFF;
	color:#0A2C47;
	font-weight:500;
	
}

input[type="checkbox"] {
	display: inline-block;
	width: auto;
}

input[type="submit"],
input[type="button"] {
	 font-family: 'Assistant' !important;
	font-size:24px;
	display: inline-block;
	cursor:pointer;
	padding:12px 35px;
	text-align:center;
	color:#14393B;
	border:none;
	font-weight:400;
	background: transparent linear-gradient(270deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat padding-box;
border-radius: 10px;
	
	
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
	
	}

input[type="submit"]:hover,
input[type="button"]:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}


::-webkit-input-placeholder {
       color:#1C1C1C;
}

:-moz-placeholder { /* Firefox 18- */
      color:#1C1C1C;
}

::-moz-placeholder {  /* Firefox 19+ */
      color:#1C1C1C;
}

:-ms-input-placeholder {  
    color:#1C1C1C;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.fa-phone {
	-moz-transform: rotate(250deg);
-webkit-transform: rotate(250deg);
-o-transform: rotate(250deg);
-ms-transform: rotate(250deg);
transform: rotate(250deg);
}

.fa-volume-control-phone {
	-moz-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
}

ul, li {
	padding:0;
	margin:0;
	list-style: none;
}

.call {
	white-space: nowrap;
}

.ltr {
	direction:ltr;
}

.flex {
	display: flex;
}

.the-link {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.blue {
	background:#EFF2F5;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

.container-wide {
	position: relative;
	padding:0 40px;
	width:100%;
}


#main {
	padding:40px 0;
	
	}
	
.section {
	position: relative;
	padding: 70px 0;
}

#contact-bage {
	position: fixed;
	z-index:500;
	left:0;
	top:180px;
	
}

.padding {
	width:45%;
	margin: auto;
}


#contact-badge {
	position: fixed;
	left:0;
	top:200px;
	z-index:300;
	width:33px;
}

#call-buttons {
	position: fixed;
	right:15px;
	top: 400px;
	z-index:50;
	width:148px;
	padding-right:15px;
	}

#call-buttons a {
	position: relative;
	text-align:center;
	}


#call-buttons a.help {
	display: flex;
	align-items: center;
	justify-content: center;
	width:68px;
	height:68px;
	text-align:center;
	border-radius:100%;
	background:#0E446E;
	color:#FFF;
	margin-bottom:30px;
	font-size:17px;
	font-weight:600;
	margin-right:40px;
}

#call-buttons a.order {
	display: block;
}

#call-buttons a.order .inner {
	position: absolute;
	top: 15px;
	left:0;
	text-align:center;
	color:#0A2C47;
	font-size:25px;
	font-weight:600;
	padding:15px;
	

	
}







/* =HEADER
-------------------------------------------------------------- */

#heading {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index:200;
}
#toprow {
	position: relative;
	background:#073457;
	color:#FFF;
	padding:0 30px;
	}
	
#toprow.flex {
	justify-content: space-between;
	align-items: center;
}

.top-right.flex {
	align-items: center;
}


	
.toptel {
	position: relative;
	display: inline-block;
	padding-left:70px;
	padding-right:20px;
}



.tel-area {
	padding:10px 15px;
	margin:0 10px;
	}
	
.tel-area span {
	margin-left:5px;
}

.tel-area a {
	direction:ltr;
	color:#ECC463;
}

.tel-area i {
	font-size:22px;
	padding-right:10px;
}

.social-icons a {
	display: inline-block;
	margin-left:10px;
	width:50px;
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:22px;
	cursor: pointer;
	background:#25406A;
	color:#FFF;
		
}

.social-icons a:hover {
	color:#B5955C;
	
}


.logo {
		
}

.logoimg {
	transition: all 500ms ease;
		
}

.logoimg.shrink {
	height:45px;
	width: auto;
	
}

.search-icon {
	display: inline-block;
	width:50px;
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:22px;
	cursor: pointer;
	background:#25406A;
	color:#FFF;
}

#toprow .search-icon:hover {
	color:#AF9869;
}

#languages {
	display: inline-block;
	
	}

#languages .menu-lang-container ul {
		
}

.menu-lang-container li {
	display: inline-block;
	float: none;
}

.menu-lang-container li a {
	display: inline-block;
   	cursor: pointer;
    color: #FFF;
	padding: 10px 10px 10px 20px;
}

.menu-lang-containerli a:hover {
	
}



/* =MENUS
-------------------------------------------------------------- */
#menurow {
	padding:25px 30px 0px 30px;
	transition: all 500ms ease;
		
}

.resize #menurow {
	background:#0f456f;
	padding:10px 30px;
	
	
}

#menurow.flex {
	justify-content: space-between;
	align-items:flex-start;
}

.menu-primary-container {
    position:relative;
   	z-index: 60;
	padding:0;
	
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float:none;
	margin-left:15px;
			
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}


.menu-primary ul {
	min-width: 250px;
}


/* First Level - Menu Primary */

.menu-primary li a {
	font-size:16px;
	display:block;
	color:#FFF;    
    padding: 12px 10px;
	font-weight: 400;
	border-bottom: transparent 4px solid;
		
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}
	
.menu-primary li a span {
	
	
}


.menu-primary li a:hover, 
.menu-primary li a:active,
.menu-primary li.current-cat > a, 
.menu-primary li.current_page_item > a, 
.menu-primary li.current-menu-item > a {
	color:#FFF;
	border-bottom: #D7AD4A 4px solid;
	
	}
	
.menu-primary li.menu-item-has-children a:hover, 
.menu-primary li.menu-item-has-children a:active,
.menu-primary li.menu-item-has-children.current-cat > a, 
.menu-primary li.menu-item-has-children.current_page_item > a, 
.menu-primary li.menu-item-has-children.current-menu-item > a {
	
}

.menu-item-description {
	display: none;
}


/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:300px;
	text-align:right;
	z-index:300;
	margin:0;
	background:#FFF;
	border-top: #DBC48A 4px solid;
	margin-top: -4px;
	
				
}

.menu-primary li li {
	padding:0;
	display: block;
	border: none;
}

.menu-primary li li a {
	font-size:16px;
	background:#073457;
	color:#FFF;
	font-weight:400;
	padding:15px 10px;
	border-bottom: rgba(255, 255, 255, 0.2) 1px solid !important;
	
	    }
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	color:#ECC463;
	
		   
}

.sf-sub-indicator {
	display:none;
}

.menu-primary li li a span {
	display: none;
}




/********************home******************/


#home-video {
	position: relative;
	display: block;
	width:100%;
}

#home-video video {
	width:100%;
	border-radius: 0px 0px 0px 100px;
}

.video-mask {
	position: absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:30%;
	background: transparent linear-gradient(180deg, var(--unnamed-color-0e446e) 0%, #14393B00 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(180deg, #0E446E 0%, #14393B00 100%) 0% 0% no-repeat padding-box;

opacity: 0.77;
}

.video-container {
	width:100%;
	overflow: hidden;
}


.arrow-down {
	position: absolute;
	bottom:-23px;
	left:0;
	z-index:20;
	width:100%;
	text-align: center;
}

#home-video .cap {
	position: absolute;
	top: 40%;
	left: 0;
	width:100%;
	z-index:20;
	text-align:center;
}



.main-title {
	font-size:56px;
	margin-bottom:20px;
	color:#FFFFFF;
	font-weight:600;
}

.order-btn a {
	display: inline-block;
	padding:15px 20px;
	text-align:center;
	width: 350px;
	max-width:90%;
	border-radius: 80px;
	font-size:25px;
	font-weight: 600;
	color:#0A2C47;
	background: transparent linear-gradient(270deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat padding-box;

}


#about-section {
	
}

#about-section .sec-content {
	margin-bottom:20px;
	
}

.more-buttons a {
	display: block;
	font-size:17px;
	padding:12px 35px;
	color:#0E446E;
	border: 1px solid #0E446E;
	border-radius: 80px;
	margin:0 5px;
	font-weight:600;
}

.more-buttons a:nth-child(even) {
	color:#0A2C47;
	background: transparent linear-gradient(270deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat padding-box;
	border:#B3851F 1px solid;
}

.about-image {
	position: relative;
}

.play {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}


.section-more {
	position: absolute;
	z-index:20;
	width:100%;
	bottom:-22px;
	left:0;
	text-align: center;
	
}

.section-more.more {
	margin:0;
}



#boxes-section {
	background: url(images/bg_blue.png) no-repeat;
	background-size: cover;
	border-radius: 0px 100px 0px 0px;
	color:#FFF;
}


.sec-heading {
	justify-content:space-between;
	align-items: center;
	margin-bottom:30px;
}

.sec-heading .title {
	margin-bottom:0;
}


.box-item {
	position: relative;
	padding:0 20px;
	text-align:center;
	transition: all 300ms ease;
	margin-bottom:20px;
	
}

.box-icon {
	display: inline-block;
	position: relative;
	text-align: center;
	max-width:86px;
	margin-bottom:10px;
	
}

.box-icon img {
	vertical-align: top;
}


.box-title  {
	font-size:30px;
	font-weight:600;
	margin-bottom:20px;
	}

.box-text {
	font-size:16px;
	line-height:1.4;
		
}

#boxes-section .more {
	margin-top:30px;
	text-align: center;
}

#boxes-section .all-btn a {
	background: none;
	border:#1C1C1C 2px solid;
	color: #1C1C1C;

}


#testi-section {
	background: #EFF2F5;
	border-radius: 0px 0px 0px 100px;
}

#testi-scroll .slick-slide {
	padding: 0 15px;
	
	
}

.testi-item {
	position: relative;
	padding:70px 35px 50px 35px;
	background:#FFF;
	margin-top:20px;
	border-radius: 20px;
}

.testi-item img {
	position: absolute;
	color:#B3851F;
	font-size:46px;
	top: -20px;
	right:30px;
	z-index:10;
}

.testi-text {
	font-size:18px;
	line-height:1.3;
	margin-bottom:15px;
}

.testi-title {
	font-size:20px;
	color:#0E446E;
	font-weight:600;
	align-items: center;
	justify-content: space-between;
}

.testi-title .stars {
	color:#D7AD4A;
}

.testi-title .name {
	font-weight: bold;
}

#logos-section {
}

.logo-item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-right: #D1D8D8 1px solid;
	padding:20px;
	text-align:center;
}


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

.page-title {
	position: relative;
	font-size:56px;
	margin-bottom:30px;
	color:#0E446E;
	font-weight:600;
	}


.more {
	margin:20px 0 0 0;	
}

.more a {
	display: inline-block;
	padding:10px 25px;
	font-size:16px;
	background:#DBC48A;
	font-weight: 600;
}

.more a span {
	display: inline-block;
	}

.more a:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}

.single-img {
	max-width:50%;
}


.single-img.alignright {
	margin-left:30px;
	margin-bottom:30px;
	max-width:50%;
}
.single-img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
	max-width:50%;
}

.single-img  {
	position: relative;
}

.single-img img {
		
}

.single-img .frame-border {
	position: absolute;
	left:15px;
	top:15px;
	 border: #a3824f 1px solid;
}

.publication-date {
	color:#09408e;
	font-size:24px;
	font-weight:500;
}




/*********GENERAL*******/


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.one-5 {
	width:20%;
	float: right;
	padding-left:15px;
	padding-right:15px;
}

.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry {
	line-height:1.4;

}

.entry h1  {
	font-size:40px;
	color:#B3851F;
	font-weight:600;
	margin-bottom:20px;

}

.entry h2 {
	font-size:38px;
	color:#0E446E;
	font-weight: bold;
	margin:20px 0;

}

.entry h3 {
	font-size:32px;
	color:#B3851F;
	margin:20px 0;
	font-weight: bold;
}

.entry h4 {
	font-size:28px;
	color: #0E446E;
	font-weight:400;
	margin:15px 0;
}
.entry h5 {
	font-size:26px;
	font-weight:400;
	margin-bottom:10px;
	color:#0E446E;
}

.entry h6 {
	font-size:26px;
	font-weight:400;
	margin-bottom:10px;
	color:#BBA56D;
}



.entry hr {
	border-top:#c2c3c4 1px solid;
}

.entry ul,
.entry ol {
	margin-right: 50px;
	}

.entry ul li {
	list-style: square;
}

.entry ul li::marker {
	color:#B3851F;
}



.entry ol li {
	list-style: decimal;
}


.entry a {
	text-decoration: underline;
	    color: #c3a8a1;
}

.entry a:hover {
	text-decoration:  none;
}



.one-half {
	width:50%;
	
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}

.mas-item {
    width: calc(25% - 30px);
    float: right;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}


.entry img.alignleft {
	margin-right:30px;
	margin-bottom:30px;
}

.entry img.alignright {
	margin-left:30px;
	margin-bottom:30px;
}

.two-cols p:first-child {
	margin-top:0;
}


.title {
	position: relative;
	font-size:48px;
	font-weight:600;
	margin-bottom:60px;
	text-align:center;
	color:#0E446E;
	}


#topimage {
	position: relative;
	overflow: hidden;
	width:100%;
	
	}

.topimg {
	width:100%;
	display: block;
	border-radius: 0px 0px 0px 100px;
}

#topimage .textholder {
	position: absolute;
	top:200px;
	left:0;
	width:100%;
	z-index:100;
	
	
	}
	
.single .sign {
	position: absolute;
	right:0;
	top: 400px;
	
}

.toptitle {
	display: inline-block;
	color:#000;
	font-size:80px;
	font-weight:300;
	}

.toptitle span {
	
}

.bcr-area {
	
}

#breadcrumbs {
	font-size:13px;
	padding:15px 30px;
	text-align: start;
	color:#FFF;
			}

#breadcrumbs a {
	color:#FFF;
	
	
}

#breadcrumbs a:hover {
	text-decoration:underline;
}


#share {
	margin-top:30px;
	background:#000;
	text-align: center;
	padding:20px 0;
	font-size:22px;
	color:#FFF;
}

#share .addtoany_shortcode {
	display: inline-block;
	
}

#share .addtoany_list a>span {
	border-radius:100%;
}

.category-content {
	
}
.cat-desc {
	}

.article {
	margin-bottom:30px;
	text-align: center;
	
	}
	
.art-image {
	background:#000;
}
	
.art-image img {
	display: block;
	width:100%;
	opacity:1;
	transition: all 500ms ease;
	
}

.art-image:hover img {
	opacity:1;
}

.art-image.no-img {
	background:#1C1C1C;
}

.article {
	padding:30px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 20px;
}
	
.art-title {
	font-size: 22px;
   	font-weight:600;
	margin-bottom:20px;
	}

.art-img:hover .art-title {
	
}

.art-title a {
	 color:#0E446E;
}

.excerpt {
	font-size:16px;
	line-height:1.4;
	
}

.article .more  {
	font-size:17px;
	font-weight:600;
}

.article .more a {
		background: transparent linear-gradient(270deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat 	padding-box;
	border: 1px solid #D8B25F;
	border-radius: 80px;
}
	
.er-404 {
	font-size:150%;
	text-align: center;
}



.navigation {
	text-align: center;
}

.navigation  select {
	padding:5px;
	border: #E6E6E6 1px solid;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
}

.navigation a,
.navigation span {
	display: block;
	padding:5px 10px;
	background:#0f456f;
	color:#FFF;
	margin:0 2px;
	
}

.navigation a:hover {
	background:#D7AD4A;
}

.navigation .current {
	background:#D7AD4A;
}

#related-section {
	background:url(images/bg_bege.png) no-repeat;
	background-size: cover;
}

#related-section .title {
	margin-bottom:50px;
}



/************FAQ***********/
.accordion-area {
	
}

.acc-pre {
}

.faq-section {
	background:#FFF;
	margin-bottom:10px;
	position: relative;	
}

.faq-section .arrow-down {
	position: absolute;
	left:30px;
	top:15px;
	width: auto;
	}

.faq-section.is-open .arrow-down {
	transform: rotate(180deg);
}

.faqs-acc {

}

.beefup__head {
	
}

.faq-title {
	font-size:22px;
	font-weight: bold;
	padding:20px 20px 20px 70px;
	line-height:1.2;
}

.beefup__head {
	cursor: pointer;
}

.beefup_title:hover {
	color:#B89240;
}

.long-text {
	padding:30px 20px;
	background:#FFF;
	font-size:16px;
}



/*****************JOBS******************/

#jobs {
	margin-top:-80px;
	margin-bottom:60px;
}

#jobs .faq-section {
	background:#EFF2F5;
}

#jobs .long-text {
	background:#EFF2F5;
}

#jobs-form input[type="submit"] {
	width: 222px;
}

#jobs-form  .gform-footer {
	text-align:center;
}





/********************SEARCH****************/
#search {
	position: relative;
	width:249px;
	max-width:100%;
	margin-left: auto;
	margin-right: auto;
}

#search input {
	font-size:16px;
	padding:12px 10px;
	border: none;
	background: none;
	color:#FFF;
	
}

#search button {
	color:#FFF;
	background: none;
	border: none;
	position: absolute;
	top:7px;
	left:5px;
	font-size:22px;
}

#search:after {
	content:"|";
	position: absolute;
	left:-10px;
	top: 5px;
	font-size:30px;
	color:rgba(255, 255, 255, 0.3);
}


#search:before {
	content:"|";
	position: absolute;
	right:-10px;
	top: 5px;
	font-size:30px;
	color:rgba(255, 255, 255, 0.3);
}

.s-result {
	padding:15px 0;
	margin-bottom:30px;
	border-bottom:#eee 1px solid;
}

#search ::-webkit-input-placeholder {
       color:#FFF;
}

#search :-moz-placeholder { /* Firefox 18- */
      color:#FFF;
}

#search ::-moz-placeholder {  /* Firefox 19+ */
      color:#FFF;
}

#search:-ms-input-placeholder {  
    color:#FFF;
}




/*****************GRAVITY***************/
.gform_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gfield {
	position: relative;
	margin-bottom:10px;
	width:100%;
}

.gfield--type-consent legend {
	display: none;
}

.gfield--type-consent label {
	display: inline !important;
	font-size:13px;
	opacity:0.7;
}
.gfield--type-honeypot,
.gfield--type-hidden {
	display: none;
}


.gfield--type-consent legend {
	display: none;
}

.gfield--type-consent label {
	display: inline !important;
	font-size:13px;
	opacity:0.7;
}

fieldset {
	border: none;
	padding:0;
	margin:0;
}


.gfield label {
	display: none;
}


.gform_fields {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gfield--type-hidden,
.gfield--type-honeypot {
	display: none;
}

.gfield--width-half {
	width: 49%;
}

.gfield--width-third {	
	width:32%;
	}
	
.gfield--width-quarter {
	width:24%;
}


.gform_submission_error,
.validation_message  {
	color:#FF5353;
}

.gform_confirmation_message {
	padding:15px;
	background:#FFF;
}


.gform_required_legend {
	font-size:15px;
	font-style: italic;
}
.gform-body .screen-reader-text {
	font-size:11px;
	color:#CCC;
}

.gform_fileupload_rules {
	font-size:14px;
	font-style: italic;
	margin-top:5px;
}


input[type=file]::file-selector-button {
  border:  none;
  padding:12px 20px;;
  border-radius:20px;
  background-color: #0E446E;
  color:#FFF;
  transition: 1s;
}

/*************/
.gform-theme--foundation.ui-datepicker {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999 !important;
	width:421px;
	max-width:100%;
}
.gform-theme--foundation.ui-datepicker .ui-icon {
    background-repeat: no-repeat;
    display: block;
    inset-block-start: 0.3em;
    inset-inline-start: 0.5em;
    margin-block-start: -0.25em;
    overflow: hidden;
    position: relative;
    text-indent: -99999px;
    vertical-align: middle;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-header {
    padding-block: 0.2em;
    position: relative;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next,
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev {
    block-size: 1.8em;
    inline-size: 1.8em;
    inset-block-start: 2px;
    position: absolute;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before,
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev::before {
    background-image: url(../../../images/theme/down-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    block-size: 1em;
    content: "";
    display: inline-block;
    inline-size: 1em;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(90deg);
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next span,
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev span {
    display: block;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    margin-block-start: -8px;
    margin-inline-start: -8px;
    position: absolute;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover,
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover {
    inset-block-start: 1px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev {
    inset-inline-start: 2px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next {
    inset-inline-end: 2px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next::before {
    transform: translate(-50%, -50%) rotate(-90deg);
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover {
    inset-inline-start: 1px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover {
    inset-inline-end: 1px;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin-inline: 2.3em;
    text-align: center;
	display: flex;
	justify-content: space-between;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin-block: 1px;
}
.gform-theme--foundation.ui-datepicker select.ui-datepicker-month,
.gform-theme--foundation.ui-datepicker select.ui-datepicker-year {
    background-color: transparent;
    background-image: url(../../../images/theme/down-arrow.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-inline-end: 24px;
}
.gform-theme--foundation.ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    inline-size: 100%;
    margin-block-end: 0.4em;
    table-layout: fixed;
}
.gform-theme--foundation.ui-datepicker th {
    border: 0;
    font-weight: 700;
    padding-block: 0.7em;
    padding-inline: 0.3em;
    text-align: center;
	background:#FAF7F0;
}
.gform-theme--foundation.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.gform-theme--foundation.ui-datepicker td a,
.gform-theme--foundation.ui-datepicker td span {
    display: block;
    margin: auto;
    padding: 0.25em 0.2em;
    text-align: center;
    text-decoration: none;
}
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl {
    direction: rtl;
}
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev::before {
    transform: translate(50%, -50%) rotate(-90deg);
}
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next::before {
    transform: translate(50%, -50%) rotate(90deg);
}
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,
.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year {
    background-position: 0 50%;
	background:#eee;
}
.gform-theme--foundation.ui-datepicker .ui-datepicker-month {
	margin-right:15px;
}

.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-month {
	margin-left:15px;
}

.ginput_container_date {
	position: relative;
}

.ui-datepicker-trigger {
	position: absolute;
	left:5px;
	top: 10px;
	opacity:0.5;
}




/***************CONTACT**************/
#contact-section  {
	background:url(images/bg_contact.png) no-repeat;
	background-size: cover;
	color:#FFF;
		
}

#contact-section .title {
	font-size:48px;
	color:#FFF;
	font-weight:600;
	margin-bottom:30px;
	text-align: start;
}

.branch-title {
	font-size:28px;
	font-weight:600;
	color:#D8B25F;
	margin-bottom:30px;
}



#contact-section .details {
	}
	
	

#contact-section .details li {
	margin-bottom:30px;
	font-size:20px;
	display: flex;
	align-items:center;
}
#contact-section .details li a {
	display: block;
	color:#FFF;
}

#contact-section .details li label {
	display: block;
	margin-bottom:5px;
	width:600;
}

#contact-section .details li i {
	color:#D8B25F;
	font-size:50px;
	width:70px;
	text-align: right;
}

#contact-section .details li .inner {
	width: calc(100% - 70px);
}

#contact-section .details .waze {
	display:block;
	padding:5px 20px;
	background:#DBC48A;
	color:#1C1C1C;
	text-align:center;
	margin-top:5px;
}

#contact-section .details .waze i {
	color:#1C1C1C;
	font-size:18px;
	width: auto;
}


.form-title {
	font-size:28px;
	color:#D8B25F;
	text-align:center;
	margin-bottom:35px;
}

.form-title .chunk1 {
	color:#DBC48A;
}

.form-area {
	position: relative;
	background: #0B2D47;
	border-radius: 20px;
	padding:40px 30px;
}

#contact-section .gform_footer {
	text-align: center;
	padding-top:10px;
}

#contact-section .gfield {
	margin-bottom:10px;
}

#contact-section .gfield label {
	display: none;
}

#contact-section .gfield--type-consent {
	margin-top:20px;
	
}

#contact-section .gfield--type-consent legend {
	display: none;
}

#contact-section .ginput_container_consent {
	display: flex;
	algin-items:start;
}

#contact-section input[type="checkbox"] {
	padding:0;
	margin:0 0 0 5px;
}

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

#contact-page #contact-section {
	padding:0;
	background: none;
	color:#1A1A1A;
}

#contact-page #contact-section .title {
	color:#0E446E;
	}

#contact-page #contact-section .container {
	width:100%;
}

#contact-page #contact-section a {
	color:#1A1A1A;
}

#contact-page .form-area {
	background:#0E446E;
}

#contact-page label {
	color:#FFF;
}


.acf-map {
	min-height:625px;
}

.map-title {
	position: absolute;
	bottom: 40px;
	left:0;
	width:100%;
	text-align: center;
	z-index:200;
}

.map-title a {
	display: inline-block;
	padding:10px 25px;
	font-size:17px;
	font-weight: 600;
	background: transparent linear-gradient(270deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat padding-box;
border: 1px solid #D8B25F;
border-radius: 80px;
}

.map-title i {
	font-size:25px;
	margin-left:10px;
}




/* =FOOTER*/
#footer {
	background: #0B2D47;
	color:#FFF;
	
}

.logo-bottom {
	text-align:center;
}


#footer .social-icons {
	display: block;
	font-size:30px;
	text-align: center;
	margin-top:40px;

	}

#footer .social-icons a {
	background: none;
	color:#D8B25F;
		margin:0 10px;
		width: auto;
	}
	


.footer-inner {
	padding:60px 0;
	
}

.foot-widget-title {
	position: relative;
    font-size: 24px;
	font-weight:600;
    margin-bottom: 20px;
	
}

.foot-wdg {
	margin-bottom:30px;
	}

.foot-wdg .widget_nav_menu li {
	display: block;
	float: none;
}

.foot-wdg li a {
	font-size:16px;
	display: block;
	padding:12px 0;
	color:#FFF;
	}

.foot-wdg li a:hover {
	color: #D8B25F;
}



#bottom {
	position:relative;
	color: #8f9eaa;
	font-size:14px;
	padding-top:15px;
	padding-bottom:15px;
	border-top: #8f9eaa 1px solid;
	
	}
	

  
#bottom a {
	color: #8f9eaa;
}


.copyrights {
	text-align:start;
	}
.credits {
	text-align:end;
	
		}

#credits img {
	vertical-align:middle;
}



/* Translation Page CSS */

.page-template-page-translate, .page-template-page-thankyou, .page-template-page-failed, .page-template-payme-iframe {
    background: #EFF2F5 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 100px;
}
.translation-tabs .nav-tabs {
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
}
.translation-tabs .nav-tabs li {
    float: none;
    margin: 0;
    width: 48%;
}
.translation-tabs .nav-tabs li a {
    border-color: transparent;
    cursor: pointer;
    border: 0;
    font: normal normal 600 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    border: 1px solid #C29631;
    border-radius: 80px;
    display: flex;
    align-items: center;
}
.translation-tabs .nav-tabs>li.active>a, .translation-tabs .nav-tabs>li.active>a:focus, .translation-tabs .nav-tabs>li.active>a:hover{
    background: transparent linear-gradient(270deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #C29631;
    cursor: pointer;
    color: #0A2C47;
}

.translation-tabs .nav-tabs>li>a:focus, .translation-tabs .nav-tabs>li>a:hover{
    background: transparent linear-gradient(270deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #C29631;
    cursor: pointer;
    color: #0A2C47;
}
.page-template-page-translate .page-title, .page-template-page-thankyou .page-title {
    text-align: center;
}
.translation-tabs .nav-tabs li a span.seprated {
    color: rgb(14 68 110 / 19%);
    margin-left: 5px;
    margin-right: 5px;
}
.rtl .translation-tabs .nav-tabs li a span.tab_text_1 {
    letter-spacing: 0px;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Assistant';
    border-left: 1px solid rgb(14 68 110 / 19%);
    border-right: 0;
    padding-left: 10px;
    margin-left: 10px;
}
.translation-tabs .nav-tabs li a span.tab_text_1 {
    letter-spacing: 0px;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Assistant';
    border-right: 1px solid rgb(14 68 110 / 19%);
    padding-right: 10px;
    margin-right: 10px;
}
.translation-tabs .tab-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 40px;
    margin-top: 35px;
}
.translation-tabs .step-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 14px;
    background: #EFF2F5 0% 0% no-repeat padding-box;
    border-radius: 80px;
    margin-bottom: 40px;
    position: relative;
}
div#translation_tab_step_1{cursor:pointer}
.translation-tabs .step-section .steps {
    width: 33.33%;
    height: 14px;
    position: relative;
}
.translation-tabs .step-section .steps .step-progress {
    width: 48px;
    height: 48px;
    background: #0E446E 0% 0% no-repeat padding-box;
    border-radius: 100%;
    position: relative;
    left: -17px;
    top: -17px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal 600 31px / 40px Assistant;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.rtl .translation-tabs .step-section .steps .step-progress {
    
    right: -17px;
}
.translation-tabs .step-section .steps.active .step-progress {
    background: transparent linear-gradient(270deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}
.rtl .translation-tabs .step-section .steps .step-text {
    position: absolute;
    top: -20px;
    right: 35px;
    font: normal normal 600 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.translation-tabs .step-section .steps .step-text {
    position: absolute;
    top: -20px;
    left: 35px;
    font: normal normal 600 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.translation_content.active {
    display: block;
}
.translation_content {
    display: none;
}
.step-section.step-2-active:before {
    content: "";
    width: 33.33%;
    height: 14px;
    position: absolute;
    top: 0;
    z-index: 0;
    background: transparent linear-gradient(90deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 80px;
}
.step-section.step-3-active:before {
    content: "";
    width: 66.66%;
    height: 14px;
    position: absolute;
    top: 0;
    z-index: 0;
    background: transparent linear-gradient(90deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 80px;
}

.step-section.completed:before {
    content: "";
    width: 100%;
    height: 14px;
    position: absolute;
    top: 0;
    z-index: 0;
    background: transparent linear-gradient(90deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 80px;
}
.translation-tabs .heading-text {
    font: normal normal 600 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    margin-bottom: 25px;
}
.translation-tabs .input-field {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B9C1C9;
    border-radius: 80px;
    font: normal normal normal 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    height: 52px;
    padding: 10px;
}
.translation-section {
    margin-bottom: 50px;
}
.personal-details {
    margin-bottom: 10px;
}
.language-details.row, .personal-details.row {
    position: relative;
    z-index: 9;
}
.remove-all-translation {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
}
.upload-files-section {
    margin-top: 15px;
    height: 260px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B9C1C9;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}

.upload-files-section input.upload-file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.upload-files-section .upload-section {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.upload-files-section .icon-upload {
    width: 63px;
    margin: 0 auto;
    margin-bottom:10px;
}
.upload-files-section .upload-section .title-upload {
    font: normal normal 600 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.accepting-files-button-section {
    font: normal normal normal 16px / 17px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    margin-top: 20px;
}
.filetypemessage p, .accepting-files-button-section p {
    margin: 0;
}
.filetypemessage h4 {
    font-weight: bold;
}
.filetypemessage {
    font: normal normal normal 16px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
button.primary-button {
    background: transparent linear-gradient(270deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 80px;
    width: 100%;
    height: 59px;
    border: none;
    outline: none;
    font: normal normal 600 30px / 40px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
button.open-content-button {
    transform: rotate(90deg);
    border: 0;
    background: none;
    font-size: 35px;
    width: 40px;
    height: 100%;
    text-align: center;
}
.additional-list .input-switcher {
    width: 53px;
}
.additional-list .addtional-text {
    width: calc(75% - 120px);
}
.additional-list .addtional-price {
    width: 25%;
}
.addtional-headings3 {
    width: 40px;
    height: 100%;
}
.addtional-headings .addtional-headings2 {
    width: 25%;
}
.addtional-headings .addtional-headings1 {
    width: calc(75% - 80px);
}
.filename {
    width: calc( 75% - 60px);
}
.numberofpages {
    width: 25%;
}
.addtional-headings {
    margin-bottom: 15px;
}

.removefile {
    border: 0;
    background: none;
    font-size: 23px;
    width: 40px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.addtional-headings {
    margin-bottom: 15px;
    font: normal normal 600 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.additional-list{
    font: normal normal normal 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B9C1C9;
    border-radius: 80px;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.additional-list .card-body {
    padding: 15px;
}
.selected-file {
    font: normal normal normal 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B9C1C9;
    border-radius: 80px;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.button_section {
    width: 257px;
}
.continue_to_payment_section {
    background: #FFF8E9 0% 0% no-repeat padding-box;
    border-radius: 30px;
    padding: 20px 35px;
}
.files_discription {
    text-align: center;
    font: normal normal 600 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    margin-bottom: 20px;
}
.payment_discription {
    padding: 22px 15px 25px 0px;
    border-top: 2px solid #EBE5D8;
    border-bottom: 2px solid #EBE5D8;
    margin-bottom: 15px;
}
.estimate_discription {
    text-align: center;
    font: normal normal 600 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.estimate_discription p {
    margin: 0;
}
.estimate_discription .estimate_sec_2 {
    font-size: 15px;
}
.price_section {
    font: normal normal bold 14px / 14px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.price_section h4 {
    font: normal normal bold 36px / 36px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.iframe-section {
    background: #FFF8E9 0% 0% no-repeat padding-box;
    border-radius: 30px;
    height: 425px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal 600 14px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.content_text {
    font: normal normal 600 18px / 25px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    margin-bottom: 25px;
}
.content_text h5 {
    font-weight: bold;
    font-size: 18px;
    line-height:30px;
}
































/* switcher CSS */
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 23px;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100% !important;
    height: 23px;
    opacity: 0;
    margin: 0 !important
}
.custom-switch .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    width: 53px;
    height: 23px;
}
.custom-switch .custom-control-label::before {
    left: 0;
    width: 53px;
    height: 23px;
    pointer-events: all;
    background: #EFF2F5 0% 0% no-repeat padding-box;
    border-radius: 80px;
    position: absolute;
    top: 0;
    display: block;
    content: "";
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-switch .custom-control-label::after {
    position: absolute;
    display: block;
    content: "";
    top: -1px;
    right: -1px;
    width: 25px;
    height: 25px;
    background-color: #adb5bd;
    border-radius: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background: #CBA03C 0% 0% no-repeat padding-box;
    background: #CBA03C 0% 0% no-repeat padding-box;
    content: "\2713";
    padding-top: 2px;
    padding-right: 10px;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}
.input-error, .valid-error {
    color: red;
}
.multiselect-language button.ms-choice {
    border: none;
    height: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.multiselect-language button.ms-choice span {
    font: normal normal normal 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    position: unset;
    line-height: 25px;
}
.multiselect-language button.ms-choice .icon-caret {
    position: unset;
    border-color: #0E446E #0E446E transparent transparent;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    margin-left: 3px;
    margin-top: 0;
}
.translation-tabs .tab-content input::placeholder{
    color: #0A2C47;
}
.multiselect-language .ms-drop ul>li label {
    padding: 0px 1.75rem;
}
.multiselect-language .ms-drop ul>li label input[type="checkbox"] {
    margin: .3rem -1.75rem;
}

.upload-files-section.Uploading:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000052;
    border-radius: 25px;
    z-index: 1;
}
.upload-files-section.Uploading:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    left: 0;
    right: 0;
    top: 50%;
    background-color: #ffffff;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
    z-index: 9;
}
.blink {
  animation: blink 1s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}
@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* IE */
@keyframes blink {0%{opacity:1;} 50%{opacity:0.5;} 100%{opacity:1;}} /* Opera */

.files_uploaded_section {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    max-width: fit-content;
    max-height: fit-content;
    right: 0;
    margin: auto;
    bottom: 0;
	z-index: 999;
}
.upload-element {
    max-width: 140px;
}
.upload-element-inner {
    position: relative;
    padding: 8px;
    padding-bottom: 0;
}
.upload-element .remove-element {
    position: absolute;
    left: 5px;
    top: 3px;
}
.upload-element .remove-element {
    position: absolute;
    left: 5px;
    top: 3px;
    background-color: rgba(32, 33, 36, 0.65);
    border-radius: 100%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.inner-item-upload {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.inner-container-upload {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.upload-element .valid-element {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 2px;
    font-weight: 400;
    position: absolute;
    bottom: 10px;
}
.upload-element .size-element {
    box-sizing: border-box;
    font-size: 12px !important;
    text-align: center;
    color: rgba(255, 255, 255, 0.89);
    padding: 2px;
    border-radius: 5px;
    background-color: rgba(32, 33, 36, 0.75);
    min-width: 45px;
    word-break: break-word;
    position: absolute;
    bottom: 10px;
    left:0;
}
.upload-element .name-element {
    font-size: 16px;
    word-break: break-all;
    text-align: center;
    padding: 0px 5px;
}
.error-element {
    font-size: 14px;
    text-align: center;
    color: red;
}
.error-order {
    text-align: center;
}

/* iframe data css */


.iframeData, .payme-iframe-page {
    word-break: break-word;
    width: 100%;
}


/* order page thankyou*/
.order-details {
    width: 60%;
    margin: 0 auto;
}
.center-text{
    text-align: center;
}
.order-details .payment-title {
    font: normal normal bold 36px / 36px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    text-align: center;
}
.order-details .order_number {
    font: normal normal bold 21px / 21px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.buyer-details span {
    font: normal normal normal 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.buyer-details {
    font: normal normal 600 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #7171712e;
    border-bottom: 1px solid #7171712e;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.product-title {
    font: normal normal bold 18px / 21px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.file-group-description {
    margin-top: 10px;
}
.file-group-description table.table{
    border-collapse: separate !important;
}

.file-group-description table.table td {
    border: none;
    font: normal normal normal 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    padding: 11px 10px;
}
.file-group-description .table tr.colored td {
    background: #d8b26221 0% 0% no-repeat padding-box;
    /*border-radius: 80px;*/
    font: normal normal normal 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    overflow: hidden;
}
.file-group-description .table tr.colored td:first-child {
    border-radius: 0px 80px 80px 0px;
}
.file-group-description .table tr.colored td:last-child {
    border-radius: 80px 0px 0px 80px;
}
.file-group-description table.table td:last-child {
    text-align: right;
}
.rtl .file-group-description table.table td:last-child {
    text-align: left;
}

.file-group-description .table tr.bordered td{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-top: 1px solid #B9C1C9;
    border-bottom: 1px solid #B9C1C9;
    overflow: hidden;
}
.file-group-description .table tr.bordered td:first-child{
    border-radius: 0px 80px 80px 0px;
    border-right: 1px solid #B9C1C9;
}
.file-group-description .table tr.bordered td:last-child{
    border-radius: 80px 0px 0px 80px;
    border-left: 1px solid #B9C1C9;
}
.file-group-description table.table tr.min-padd td {
    padding: 4px;
}
.file-group-description table.table td.price-td {
    font: normal normal bold 18px / 18px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.file-group-description table.table tr.total-price-tr td {
    font: normal normal bold 20px / 21px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
}
.product-details .button-section a {
    font: normal normal 600 22px / 28px Assistant;
    letter-spacing: 0px;
    color: #0A2C47;
    display: block;
    background: transparent linear-gradient(270deg, #D8B364 0%, #D7AD4A 49%, #B3851F 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 80px;
    padding: 15px;
    text-align: center;
}

/* Failed page CSS */
.failed-img {
    max-width: 85px;
    margin: 0 auto;
}
.order-details.failed .payment-title {
    margin-top: 15px;
}
.order-details.failed .order_number {
    margin-top: 6px;
}
.order-details.failed .button-section {
    margin-top: 20px;
}
div#transcription_tab_step_1 {
    cursor: pointer;
}

















