*::before,
*::after {
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
outline: none;
}
:root {
--main-color: #3b8926;
--second-color: #fe6005;
--light-color: #97e483;
--black-color: #000000;
--white-color: #fff;
}
button:focus{outline: none;}
@font-face {
font-family: 'icomoon';
src: url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/css/fonts/icomoon.eot?gpa62k);
src: url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/css/fonts/icomoon.eot?gpa62k#iefix) format('embedded-opentype'), url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/css/fonts/icomoon.ttf?gpa62k) format('truetype'), url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/css/fonts/icomoon.woff?gpa62k) format('woff'), url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/css/fonts/icomoon.svg?gpa62k#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"],
[class*=" icon-"] { font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-pinterest:before {
content: "\e900";
}
.icon-phone-call:before {
content: "\e901";
}
.icon-right-arrow1:before {
content: "\e902";
}
.icon-left:before {
content: "\e903";
}
.icon-facebook:before {
content: "\e904";
}
.icon-instagram:before {
content: "\e905";
}
.icon-location:before {
content: "\e906";
}
.icon-right:before {
content: "\e907";
}
.icon-smartphone:before {
content: "\e908";
}
.icon-search:before {
content: "\e909";
}
.icon-linkedin:before {
content: "\e90a";
}
.icon-twitter:before {
content: "\e90b";
}
.icon-download:before {
content: "\e90c";
}
.icon-call:before {
content: "\e90d";
}
.icon-email:before {
content: "\e90e";
}
.icon-right-arrow:before {
content: "\e90f";
}
.icon-whatsapp:before {
content: "\e910";
}
.icon-youtube:before {
content: "\e911";
}
.icon-behance:before {
content: "\e912";
}
body {
margin: 0;
padding: 0;
width: 100%;
color:#000;
min-width: 300px;
overflow-x: hidden !important; text-rendering: optimizeLegibility;
text-size-adjust: 100%;
font-family: 'HK Grotesk', sans-serif; font-weight:normal}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0; font-family: 'Cormorant Infant';
}
a {
text-decoration: none;
}
p {
font-size: 20px;
line-height: 1.5;
letter-spacing: 0.01em;
padding: 0;
margin: 0 0 30px;
font-weight: normal;font-weight:300
}
img {
max-width: 100%;
margin: 0;
padding: 0;
}
.common_ul {
margin: 0;
padding: 0;
list-style: none;
}
.logo {
display: block;
width: 197px;
height: auto;
position: relative;
z-index: 1002;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.logo img {
width: 100%;
}
.logo .primary_logo {
visibility: visible;
opacity: 1;
position: relative;
z-index: 1;
}
.logo .secondary_logo {
visibility: hidden;
opacity: 0;
position: absolute;
z-index: 2;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
}
.inner_page .logo .primary_logo {
visibility: hidden;
opacity: 0;
}
.inner_page .logo .secondary_logo {
visibility: visible;
opacity: 1;
}
.inner_page .fixed .logo .primary_logo {
visibility: visible;
opacity: 1;
}
.inner_page .fixed .logo .secondary_logo {
visibility: hidden;
opacity: 0;
}
dl, ol, ul{list-style: none;
padding: 0;}
.entry-content ul li:before{
content: '';
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--main-color);
vertical-align: top;
margin: 8px 8px 0 0;
}
.entry-content ul li{font-size: 18px;
line-height: 1.7;}
.header {
position: fixed;
left: 0;
top: 0;
z-index: 100;
padding: 20px 0;
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-color: transparent;
}
.header.fixed {
background-color: rgba(255, 255, 255, 0.9);
padding: 10px 0;
}
.header.fixed .logo {
width: 80px;
}
.footer_heading  {
font-size: 20px;
color: #fff;
line-height: 1.2;
letter-spacing: 0.1em;
margin: 0 0 20px;
padding: 0;
font-weight: 400;
text-transform: uppercase;
font-family: 'HK Grotesk', sans-serif;
}
.footer_box img{max-width:150px;}
.main_menu {
position: fixed;
z-index: 1001;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
overflow: hidden;
-ms-flex-negative: 0;
flex-shrink: 0;
will-change: opacity;
-webkit-transition: visibility 0s 0.5s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: visibility 0s 0.5s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
background: #e9e9e9;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
}
.main_menu.active {
visibility: visible;
opacity: 1;
-webkit-transition: visibility 0s 0s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
transition: visibility 0s 0s, opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.section {
padding: 60px 0;
}
footer.section {
border-top: 0px solid #191919;background: #090909 url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/footer_bg.jpg) center top no-repeat; background-size: cover;
display: inline-block;
vertical-align: top;
margin: 0;
width: 100%;
}
.footer_box {
position: relative;
} .footer_box:last-of-type:after {
display: none;
}
.footer_box .footer_anchor {
font-size: 20px;
line-height: 1.3;
letter-spacing: 0.01em;
color: #cbcaca;
padding: 0;
margin: 0 0 7px;
font-weight: normal;
display: table;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;font-weight: 300;
}
.footer_box .footer_anchor:last-of-type {
margin-bottom: 0;
}
.footer_box .footer_anchor i {
display: inline-block;
vertical-align: middle;
margin-right: 5px;
position: relative;
top: -3px;
}
.footer_box .footer_anchor:hover {
color: var(--main-color);
}
.footer_bottom .container{
border-top: 1px solid #252525;
padding-top: 35px;
padding-bottom: 20px;
}
.social_footer {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
margin-top: 5px;
}
.social_footer li {
margin: 0 0px 0 10px;
}
.ul_footer{float:right;}
.ul_footer li{float: left; margin-right: 40px;}
.ul_footer li:last-child{margin-right: 0;}
.ul_footer li a{
font-size: 20px;
color: var(--white-color);font-weight: 300;
}
.ul_footer li a:hover {color: var(--main-color);}
.social_footer li a {
font-size: 20px;
color: #eee;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: block;
text-align: center;
width: 100%;
padding: 0 5px;
}
.social_footer li a:hover {
color: var(--main-color);
}
.social_footer li a i.icon-linkedin {
font-size: 21px;
}
.social_footer li a i.icon-behance {
font-size: 28px;
position: relative;
top: 2px;
}
.social_footer li a i.icon-youtube {
font-size: 25px;
top: 3px;
position: relative;
}
.social_footer li a i.icon-whatsapp {
font-size: 22px;
position: relative;
top: 2px;
}
.form_group {
position: relative;
margin: 0 0 15px;
padding: 0 0 15px;
}
.form_control {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
outline: none;
box-shadow: none;
display: block;
width: 100%;
height: 50px;
padding: 0;
font-size: 15px;
font-weight: 400;
border: none;
border-bottom: 1px solid #787878;
letter-spacing: 0.02em;
color: #787878;
background-color: transparent;
}
select.form_control {
cursor: pointer;
}
.newsletter_box {
padding-left: 70px;
}
.newsletter_box .form_group {
margin-bottom: 0;
}
.newsletter_box .form_control {
border: 1px solid #787878;
padding: 0 20px;
border-radius: 30px;
}
.newsletter_box button {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #787878;
font-size: 20px;
background: none;
border: none;
outline: none !important;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
z-index: 10;
}
.newsletter_box_form {
position: relative;
}
.footer_bottom {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer_bottom_box {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}
.footer_bottom_box a {
font-size: 13px;
line-height: 1.2;
letter-spacing: 0.01em;
color: #787878;
padding: 0;
margin: 0 0 0;
font-weight: 300;
display: inline-block;
margin-right: 15px;
padding-right: 15px;
position: relative;
}
.footer_bottom_box a:after {
content: '';
width: 1px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background-color: #787878;
}
.footer_bottom_box p {
}
.footer_bottom_box a,
.footer_bottom_box p {
font-size: 16px;
margin: 0;
line-height: 1.2; color:#c9c9c9
}
.footer_bottom_box a {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.footer_bottom_box a:hover {
color: #000;
}
.footer_bottom_box_l a {
margin-right: 15px;
}
.footer_bottom_box_l a:last-of-type {
margin-right: 0;
padding-right: 0;
}
.footer_bottom_box_l a:last-of-type:after {
display: none;
}
.footer_bottom_box_r a:after {
display: none;
padding-right: 0;
margin-right: 0;
}
.footer_bottom_box_r p {
font-weight: 300;
}
.footer_bottom_box_r p:nth-of-type(1) {
margin-right: 20px;
padding-right: 15px;
position: relative;
} .btn_main {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
position: relative;
text-decoration: none;
cursor: pointer;
border: 1px solid var(--main-color);
border-radius: 30px;
padding: 15px 30px;
outline: none;
overflow: hidden;
color: var(--main-color);
transition: color 0.3s 0.1s ease-out;
text-align: center;
line-height: 1.1;
display: inline-block;
font-weight: normal;
font-size: 16px;
z-index: 10;
}
.btn_main:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
content: "";
border-radius: 50%;
display: block;
width: 20em;
height: 20em;
line-height: 20em;
left: -2em;
text-align: center;
transition: box-shadow 0.5s ease-out;
z-index: -1;
}
.btn_main:hover {
color: #fff;
}
.btn_main:hover:before {
box-shadow: inset 0 0 0 10em var(--main-color);
}
.btn_main.btn_main_arr_l i {
position: relative;
display: inline-block;
margin-right: 10px;
font-size: 22px;
line-height: 10px;
top: 5px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.footer_bottom {
padding: 20px 0;
border-top: 0px solid #dbdbdb;
margin-top: 50px;
}
.title_heading {
font-size: 36px;
font-weight: 500;
letter-spacing: 0.15em;
line-height: 1.2;
margin: 0 0 20px;
padding: 0;
color: var(--second-color);
display: inline-block;
position: relative;
padding-left: 0px;
text-transform: uppercase; width:100%;
}
.title_heading:after {bottom: 0;
margin: auto 0;content: ""; width:100%; background:url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/line_b.jpg) center repeat-y; height:52px; display:inline-block;margin-top:35px; background-size:auto 100%;} .title_heading img {
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
width: auto;
height: 20px;
top: -4px;
}
.title_heading.insta_heading {
padding-left: 0; text-transform:inherit!important
}
.title_heading.insta_heading:before {
display: none;
}
.no_top_padding {
padding-top: 0 !important;
}
.no_bottom_padding {
padding-bottom: 0 !important;
}
.section_aboutus{padding:150px 0; background:var(--light-color); background: #efefef; overflow: hidden;}
.section_aboutus p{font-size:48px; line-height:56px; font-weight:200; color:var(--black-color);font-family: 'Cormorant Infant'; display:inline-block; max-width:970px;}
.row_focus_section .col-img_outer{ text-align: center;
vertical-align: middle;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
display: flex;  justify-content: start;
}
.row_focus_section.row_reverse .col-img_outer{flex-direction: row-reverse;}
.row_focus_section .img_box{
width: 310px;
height: 310px;
background: rgba(43,43,45,0.5);
text-align: center;
vertical-align: middle;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
display: flex; margin:15px 30px;
width: calc(50% - 15px);
margin-left:0px;
}
.row_focus_section.row_reverse .img_box{margin-right:0px; margin-left:30px;}
.row_focus_section.row_reverse h3{text-align:right}
.row_focus_section h3{text-align:left; font-size:24px; font-weight:300;}
.home_project_box {
display: block;
overflow: hidden;
width: 100%;
position: relative;
}
.home_project_box:hover .home_project_img img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.home_project_box:hover .home_project_txt {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
opacity: 1;
visibility: visible;
}
.home_project_box:hover .home_project_txt h3 {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.home_project_box:hover .home_project_txt p {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.home_project_box:hover .home_project_txt i {
opacity: 1;
visibility: visible;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.home_project_img {
overflow: hidden;
position: relative;
z-index: 1; max-height:240px;
}
.home_project_img img {
width: 100%;
height: 100%;
display: block;
margin: 0;
padding: 0;
-webkit-transform-origin: center;
transform-origin: center;
-o-object-position: center center;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: transform 0.9s ease;
-moz-transition: transform 0.9s ease;
-ms-transition: transform 0.9s ease;
-o-transition: transform 0.9s ease;
transition: transform 0.9s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.home_project_txt {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 5;
background-color: rgba(0, 0, 0, 0.8);
padding: 40px;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
-moz-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
visibility: hidden;
}
.home_project_txt h3 {
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.3em;
line-height: 1.2;
margin: 15px 0 20px;
padding: 0;
color: #fff;
display: inline-block;
position: relative;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.home_project_txt p {
color: #fff;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.home_project_txt i {
color: #fff;
font-size: 25px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.home_project_col {
margin-bottom: 30px;
}
.home_project_col:nth-last-of-type(1),
.home_project_col:nth-last-of-type(2),
.home_project_col:nth-last-of-type(3) {
margin-bottom: 0;
}
.home_project_view {
height: 100%;
width: 100%;
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #e9e9e9;
}
.home_project_view span {
color: #050505;
font-size: 15px;
line-height: 1.2;
letter-spacing: 0.2em;
padding: 0;
margin: 0 0;
font-weight: normal;
margin-right: 5px;
}
.home_project_view span i {
position: relative;
font-size: 20px;
top: 4px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translate3d(0px, 0, 0);
-ms-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
display: inline-block;
}
.home_project_view:hover {
background-color: #e1e1e1;
}
.home_project_view:hover span i {
color: var(--main-color);
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
-moz-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.section_gry {
background-color: #f6f6f6;
}
.quote_img {
width: 160px;
display: block;
max-width: 100%;
margin: 0 auto;
}
.testimonial_slider p {
font-size: 22px;
margin-bottom: 40px;
}
.testimonial_slider h6 {
font-size: 17px;
font-weight: 500;
letter-spacing: 0.03em;
line-height: 1.2;
margin: 0 0 5px;
padding: 0;
color: var(--main-color);
display: block;
position: relative;
text-transform: uppercase;
}
.testimonial_slider span {
font-size: 14px;
line-height: 1.2;
letter-spacing: 0.01em;
color: #787878;
padding: 0;
margin: 0 0 0;
font-weight: normal;
display: block;
}
.customNav button {
border: none;
background: none;
width: 14px;
height: 14px;
border-bottom: 1px solid var(--main-color);
border-right: 1px solid var(--main-color);
outline: none !important;
position: absolute;
top: 0;
z-index: 5;
display: block;
padding: 0;
}
.customNav button span {
display: none;
}
.customNav button.owl-prev {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(135deg);
left: 0;
}
.customNav button.owl-next {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 0;
}
.customDots {
padding: 0 20px;
position: relative;
top: -6px;
}
.customDots .owl-dot {
width: 15px;
height: 15px;
display: inline-block;
outline: none;
background: none;
border: 1px solid #c4c4c4;
padding: 2px;
margin: 0 3px;
}
.customDots .owl-dot.active {
border: 1px solid var(--main-color);
}
.customDots .owl-dot.active span {
background-color: var(--main-color);
}
.customDots .owl-dot span {
display: block;
width: 100%;
height: 100%;
background-color: transparent;
}
.testimonial_slider_control {
position: absolute;
display: inline-block;
right: 0;
bottom: 0;
z-index: 50;
}
.arrow_dot_container {
position: relative;
}
.jarallax {
position: relative;
z-index: 0;
}
.jarallax > .jarallax-img {
position: absolute;
object-fit: cover; font-family: 'object-fit: cover;';
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.section_about .jarallax-img {
opacity: 0.15;
}
.section_about .title_heading {
margin-bottom: 40px;
}
.section_about p {
font-size: 17px;
color: #000;
font-weight: 300;
margin-bottom: 40px;
}
.section_about .big_para {
font-size: 25px;
margin-bottom: 40px;
}
.read_more {
position: relative;
display: inline-block;
}
.read_more span {
color: #050505;
font-size: 15px;
line-height: 1.2;
letter-spacing: 0.2em;
padding: 0;
margin: 0 0;
font-weight: normal;
margin-right: 5px;
}
.read_more span i {
position: relative;
font-size: 20px;
top: 4px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translate3d(0px, 0, 0);
-ms-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
display: inline-block;
}
.read_more:hover span i {
color: var(--main-color);
-webkit-transform: translate3d(10px, 0, 0);
-ms-transform: translate3d(10px, 0, 0);
-moz-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.big_para {
font-size: 20px;
}
.home_about_txt {
padding-right: 80px;
}
.green_underline span {
display: inline-block;
position: relative;
}
.green_underline span:after {
content: '';
width: 100%;
height: 3px;
background-image: url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/greenline.svg);
background-position: right center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
bottom: -1px;
left: 0;
}
.video_player {
width: 100%;
position: relative;
cursor: pointer;
}
.video_player:after {
content: '';
width: 80px;
height: 80px;
background-image: url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/play-button.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 10;
pointer-events: none;
margin: auto;
}
.video_player img {
width: 100%;
height: 100%;
display: block;
margin: 0;
padding: 0;
-webkit-transform-origin: center;
transform-origin: center;
-o-object-position: center center;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
position: relative;
z-index: 1;
}
.team_container {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.team_container:hover .team_img img {
-webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-ms-transform: scale(1.03);
transform: scale(1.03);
}
.team_txt {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center;
padding: 40px 40px 80px;
position: relative;
z-index: 10;
background-color: #fff;    
}
.team_txt:before {
content: '';
width: 0;
height: 0;
border-top: 9px solid transparent;
border-bottom: 15px solid transparent;
border-right: 15px solid #fff;
position: absolute;
left: -15px;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
-ms-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.team_txt h3 {
font-size: 17px;
font-weight: 500;
letter-spacing: 0.03em;
line-height: 1.2;
margin: 0 0 7px;
padding: 0;
color: var(--main-color);
display: block;
position: relative;
text-transform: uppercase;
}
.team_txt span {
font-size: 14px;
line-height: 1.2;
letter-spacing: 0.01em;
color: #000;
padding: 0;
margin: 0 0 25px;
font-weight: normal;
display: block;
}
.team_txt ul {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
position: absolute;
left: 40px;
bottom: 35px;
}
.team_txt ul li {
margin-right: 20px;
}
.team_txt ul li a {
font-size: 19px;
color: #999999;
display: block;
width: 100%;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.team_txt ul li a i.icon-linkedin {
font-size: 21px;
}
.team_txt ul li a:hover {
color: var(--main-color);
}
.team_img {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
overflow: hidden;
}
.team_img img {
width: 100%;
height: 100%;
display: block;
margin: 0;
padding: 0;
-webkit-transform-origin: center;
transform-origin: center;
-o-object-position: center center;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: transform 0.9s ease;
-moz-transition: transform 0.9s ease;
-ms-transition: transform 0.9s ease;
-o-transition: transform 0.9s ease;
transition: transform 0.9s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.team_row {
margin: 0 auto;
}
.team_col {
padding-right: 0;
padding-left: 0;
}
.team_container_main .team_row:nth-of-type(even) .team_container {
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.team_container_main .team_row:nth-of-type(even) .team_txt:before {
webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
-ms-transform: translate3d(0, -50%, 0) rotate(180deg);
-moz-transform: translate3d(0, -50%, 0) rotate(180deg);
transform: translate3d(0, -50%, 0) rotate(180deg);
left: auto;
right: -15px;
}
.team_container_main {
margin-bottom: 50px;
}
.client_slider .item ul {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}
.client_slider .item ul li {
-ms-flex: 0 0 16.66666%;
flex: 0 0 16.66666%;
max-width: 16.66666%;
padding: 30px 0;
}
.client_slider .item ul li img {
max-width: 100px;
max-height: 60px;
width: auto !important;
display: table;
margin: 0 auto;
filter: gray;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.home_client_section .testimonial_slider_control {
position: relative;
display: table;
margin: 30px auto 0;
margin-right: 30px;
}
.about_client_section .testimonial_slider_control {
position: relative;
display: table;
margin: 30px auto 0;
}
.home_banner {
height: 100vh;
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
position: relative;
}
.home_banner > img { position: absolute; width: 100%;
}
.home_banner > img.homebanner_top {top:0}
.home_banner > img.homebanner_bottom {bottom:0px; opacity: 0.3;}
.home_banner > svg {
position: absolute;
width: auto;
height: 145vh;
left: -45vh;
top: -10vh;
margin: 0 auto;
z-index: 1;
right: 0;
-webkit-transform-origin: center;
transform-origin: center;
-o-object-position: center center;
object-position: center center;
-webkit-transform: rotate(-25deg);
-ms-transform: rotate(-25deg);
-moz-transform: rotate(-25deg);
transform: rotate(-25deg);
}
.home_banner > .container {
position: relative;
z-index: 10;
margin-top: 10vh;
}
.home_banner .banner_title {
font-weight: 400;
color: var(--second-color);
font-size: 90px;
line-height: 1.4;
margin: 0 auto;
padding: 0;
text-align: center;  font-family: 'Cormorant Infant';
}
.home_banner p {font-weight: 300;
color: #000;
font-size: 40px;text-align: center;}
.home_banner .banner_title b{font-weight:normal}
.home_banner .banner_title b, .entry-title span{
background: linear-gradient(0deg, var(--main-color), var(--light-color), var(--main-color));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.home_banner .banner_title span {
opacity: 0;
display: inline-block;
margin-right: 8px;
position: relative;
-webkit-transform: skewX(-10deg) translateY(30px);
-ms-transform: skewX(-10deg) translateY(30px);
-moz-transform: skewX(-10deg) translateY(30px);
transform: skewX(-10deg) translateY(30px);
-webkit-transform-origin: bottom;
transform-origin: bottom;
}
.home_banner .banner_title.active {
opacity: 1;
}
.home_banner_main {
overflow: hidden;
display: block;
position: relative;
z-index: 1;
}
.h_lp_section {
position: relative;
z-index: 10;
}
.cls-1 {
opacity: 0.15;
}
.circle_1_in,
.circle_2_in,
.circle_3_in,
.circle_4_in,
.circle_5_in,
.circle_6_in,
.circle_7_in,
.circle_8_in,
.circle_9_in,
.circle_10_in,
.circle_11_in,
.circle_12_in,
.circle_13_in,
.circle_14_in,
.circle_15_in,
.circle_16_in,
.circle_17_in,
.circle_18_in,
.circle_19_in {
opacity: 0;
fill: none;
}
.cls-2 {
fill: var(--main-color);
opacity: 1;
}
.cls-3 {
opacity: 0.1;
}
.cls-4 {
opacity: 0.4;
}
.cls-5 {
opacity: 0.6;
}
.cls-6 {
opacity: 0.5;
}
.cls-7 {
opacity: 0.2;
}
.cls-8 {
opacity: 0.3;
}
.hamburger {
position: relative;
height: 17px;
width: 28px;
display: block;
z-index: 1002;
cursor: pointer;
}
.hide, .hidden {display: none!important;}
.hamburger span {
width: 100%;
position: absolute;
left: 0;
height: 2px;
background-color: var(--second-color);
opacity: 1;
visibility: visible;
display: block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
.hamburger span:nth-of-type(1) {
top: 0;
}
.hamburger span:nth-of-type(2) {
top: 7px;
}
.hamburger span:nth-of-type(3) {
top: 14px;
}
.hamburger.active span:nth-of-type(1) {
top: 5px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2) {
opacity: 0;
visibility: hidden;
}
.hamburger.active span:nth-of-type(3) {
top: 5px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
body:not(.home){background:#fff url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/bg_insidepage.jpg) center top fixed no-repeat; background-size:100% auto;}
.section_insidepages{ padding-top:350px;}
.entry-title{font-size:125px; font-weight:500; position:relative; padding-bottom:20px; margin-bottom:70px;}
.sub_heading{font-size:28px; line-height:46px; margin-bottom:20px; font-weight:200;}
.row_contact_outer{max-width:650px;display: inline-block; vertical-align:top; margin-top:50px;}
.form-control{background:none!important; border:none; border-bottom:1px solid rgba(255,255,255,0.25); border-radius:0px; margin-bottom:20px;line-height:36px;color:#fff; padding-left:0; font-size:22px; font-weight:300}
.form-control:focus {
color: #fff;
border-color: #9c732d;
outline: 0;
box-shadow: 0 0 0 0.25rem rgb(158 115 46 / 20%);
}
p.small_c{color:#fff; font-size:18px; margin-bottom:40px;}
.wpcf7 .ajax-loader{display:none!important}
textarea.form-control{height:120px;}
.form-control::-webkit-input-placeholder { color: #fff;
}
.form-control::-moz-placeholder { color: #fff;
}
.form-control:-ms-input-placeholder { color: #fff;
}
.form-control:-moz-placeholder { color: #fff;
}
.send-buttons{border:none; border-radius:40px;background:url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/button_bg.jpg) center no-repeat;background-size:cover; height:70px; width:270px; position:relative; font-size:22px; font-weight:bold;
background: linear-gradient(40deg, #fff, var(--main-color), #fff); background: var(--main-color); color: var(--white-color);
}
.send-buttons:hover{background: linear-gradient(140deg, #fff, var(--main-color), #fff);}
.send-buttons:after{width:100%; height:100%; z-index:0; position:absolute; content:''; display:inline-block; top:0px; bottom:0px;background:url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/button_bg.jpg) center no-repeat;background-size:cover;
-webkit-transition: all 0.20s ease-in;
-moz-transition: all 0.20s ease-in;
-o-transition: all 0.20s ease-in;
transition: all 0.20s ease-in;
}
.send-buttons:hover:after{transform:scaleX(-1);}
.contact_address{margin-top:45px; font-size:15px; margin-bottom:10px; }
.cntact_soc_heading{color:#898989;font-size:15px; margin-bottom:10px; text-transform:uppercase;font-weight:600;letter-spacing: 0.1em;}
.contact_anchor{color:#fff; margin-bottom:10px; display:block}
.contact_anchor i{color:#9c732d; margin-bottom:5px;}
.contact_anchor:hover{color:#9c732d}
.contact_anchor span{
font-size: 15px;
}
.contact_social_box{margin-top:30px;}
.contact_social_box li{display:inline-block; vertical-align:top; margin:0 5px;}
.contact_social_box li a{position:relative; width:43px; height:48px; display:inline-block; vertical-align:top; color:#000; line-height:48px;}
.contact_social_box li a i{
font-size: 18px;
z-index: 1;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
line-height: 48px;
}
.contact_social_box li a:before{width:100%; height:100%; z-index:0; position:absolute; content:''; display:inline-block; top:0px; bottom:0px;background:url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/social_bg.png) center no-repeat;background-size:cover;
-webkit-transition: all 0.20s ease-in;
-moz-transition: all 0.20s ease-in;
-o-transition: all 0.20s ease-in;
transition: all 0.20s ease-in; left:0px; right:0px;
}
.contact_social_box li:nth-of-type(1) a:before{
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.contact_social_box li:nth-of-type(2) a:before{
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.contact_social_box li:nth-of-type(3) a:before{
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(135deg);
}
.contact_social_box li:hover a:before{
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);	
}
.mission_vision_description, .group_section_outer{position:relative; margin-top:70px; padding-top:70px;}
.mission_vision_description:after, .group_section_outer:after {
content: '';
display: inline-block;
vertical-align: top;
top: 0px;
height: 3px;
background: url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/button_bg.jpg) center no-repeat;
background-size: 100% auto;
width: 240px;
left: 50%;
margin-left: -120px;
position: absolute;
}
.mission_vision_description img{margin-bottom:20px;}
.mission_vision_description p{font-size:18px;}
.group_section{background: rgba(43,43,45,0.5); padding-top:40px; margin-bottom:20px;padding-bottom:30px;}
.group_section .desc_div{padding:0 40px; min-height:235px; }
.group_section .website_name_a{padding:13px; color:#c69c6d; border-top:1px solid #555557; display:block;margin-top: 20px;}
.section_insidepages .post-27 .entry-content p{margin: 0 0 35px;}
.section_insidepages .post-27 .entry-content p:last-child{margin-bottom:0}
.loader {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1000;
transition: opacity 1s cubic-bezier(0.2, 0.6, 0.35, 1) 1.8s, visibility 1s cubic-bezier(0.2, 0.6, 0.35, 1) 1.8s, transform 1s cubic-bezier(0.5, 0.05, 0.7, 0.2) 1.2s;
}
.loader__bckg {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: #000000;
transform-origin: center top;
transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 1.2s;
}
.loader__logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: transform 0.6s cubic-bezier(0.5, 0.05, 0.7, 0.2) 1s, opacity 0.8s cubic-bezier(0.2, 0.6, 0.35, 1) 1.2s;
}
.loading .loader {
opacity: 0;
visibility: hidden;
transform: translateY(-100%);
}
.loading .loader__bckg {
transform: scaleY(0.0001);
transition-delay: 1.2s;
}
.loading .loader__logo {
opacity: 0;
transform: translate(-50%, -50%) translateY(-60px);
}
.home_banner_section {
position: relative;
height: 100vh;
z-index: 10;
}
.loading_main {
opacity: 1;
visibility: visible;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.circle-loader {
position: absolute;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--main-color);
opacity: 0;
animation: move-to-center 3s ease-in-out infinite;
}
.circle-loader:nth-child(1) {
transform: rotate(12deg) translateX(4em);
animation-delay: 0.05s;
}
.circle-loader:nth-child(2) {
transform: rotate(24deg) translateX(4em);
animation-delay: 0.1s;
}
.circle-loader:nth-child(3) {
transform: rotate(36deg) translateX(4em);
animation-delay: 0.15s;
}
.circle-loader:nth-child(4) {
transform: rotate(48deg) translateX(4em);
animation-delay: 0.2s;
}
.circle-loader:nth-child(5) {
transform: rotate(60deg) translateX(4em);
animation-delay: 0.25s;
}
.circle-loader:nth-child(6) {
transform: rotate(72deg) translateX(4em);
animation-delay: 0.3s;
}
.circle-loader:nth-child(7) {
transform: rotate(84deg) translateX(4em);
animation-delay: 0.35s;
}
.circle-loader:nth-child(8) {
transform: rotate(96deg) translateX(4em);
animation-delay: 0.4s;
}
.circle-loader:nth-child(9) {
transform: rotate(108deg) translateX(4em);
animation-delay: 0.45s;
}
.circle-loader:nth-child(10) {
transform: rotate(120deg) translateX(4em);
animation-delay: 0.5s;
}
.circle-loader:nth-child(11) {
transform: rotate(132deg) translateX(4em);
animation-delay: 0.55s;
}
.circle-loader:nth-child(12) {
transform: rotate(144deg) translateX(4em);
animation-delay: 0.6s;
}
.circle-loader:nth-child(13) {
transform: rotate(156deg) translateX(4em);
animation-delay: 0.65s;
}
.circle-loader:nth-child(14) {
transform: rotate(168deg) translateX(4em);
animation-delay: 0.7s;
}
.circle-loader:nth-child(15) {
transform: rotate(180deg) translateX(4em);
animation-delay: 0.75s;
}
.circle-loader:nth-child(16) {
transform: rotate(192deg) translateX(4em);
animation-delay: 0.8s;
}
.circle-loader:nth-child(17) {
transform: rotate(204deg) translateX(4em);
animation-delay: 0.85s;
}
.circle-loader:nth-child(18) {
transform: rotate(216deg) translateX(4em);
animation-delay: 0.9s;
}
.circle-loader:nth-child(19) {
transform: rotate(228deg) translateX(4em);
animation-delay: 0.95s;
}
.circle-loader:nth-child(20) {
transform: rotate(240deg) translateX(4em);
animation-delay: 1s;
}
.circle-loader:nth-child(21) {
transform: rotate(252deg) translateX(4em);
animation-delay: 1.05s;
}
.circle-loader:nth-child(22) {
transform: rotate(264deg) translateX(4em);
animation-delay: 1.1s;
}
.circle-loader:nth-child(23) {
transform: rotate(276deg) translateX(4em);
animation-delay: 1.15s;
}
.circle-loader:nth-child(24) {
transform: rotate(288deg) translateX(4em);
animation-delay: 1.2s;
}
.circle-loader:nth-child(25) {
transform: rotate(300deg) translateX(4em);
animation-delay: 1.25s;
}
.circle-loader:nth-child(26) {
transform: rotate(312deg) translateX(4em);
animation-delay: 1.3s;
}
.circle-loader:nth-child(27) {
transform: rotate(324deg) translateX(4em);
animation-delay: 1.35s;
}
.circle-loader:nth-child(28) {
transform: rotate(336deg) translateX(4em);
animation-delay: 1.4s;
}
.circle-loader:nth-child(29) {
transform: rotate(348deg) translateX(4em);
animation-delay: 1.45s;
}
.circle-loader:nth-child(30) {
transform: rotate(360deg) translateX(4em);
animation-delay: 1.5s;
}
.circle-loader:nth-child(31) {
transform: rotate(372deg) translateX(4em);
animation-delay: 1.55s;
}
.circle-loader:nth-child(32) {
transform: rotate(384deg) translateX(4em);
animation-delay: 1.6s;
}
.circle-loader:nth-child(33) {
transform: rotate(396deg) translateX(4em);
animation-delay: 1.65s;
}
.circle-loader:nth-child(34) {
transform: rotate(408deg) translateX(4em);
animation-delay: 1.7s;
}
.circle-loader:nth-child(35) {
transform: rotate(420deg) translateX(4em);
animation-delay: 1.75s;
}
.circle-loader:nth-child(36) {
transform: rotate(432deg) translateX(4em);
animation-delay: 1.8s;
}
.circle-loader:nth-child(37) {
transform: rotate(444deg) translateX(4em);
animation-delay: 1.85s;
}
.circle-loader:nth-child(38) {
transform: rotate(456deg) translateX(4em);
animation-delay: 1.9s;
}
.circle-loader:nth-child(39) {
transform: rotate(468deg) translateX(4em);
animation-delay: 1.95s;
}
.circle-loader:nth-child(40) {
transform: rotate(480deg) translateX(4em);
animation-delay: 2s;
}
.circle-loader:nth-child(41) {
transform: rotate(492deg) translateX(4em);
animation-delay: 2.05s;
}
.circle-loader:nth-child(42) {
transform: rotate(504deg) translateX(4em);
animation-delay: 2.1s;
}
.circle-loader:nth-child(43) {
transform: rotate(516deg) translateX(4em);
animation-delay: 2.15s;
}
.circle-loader:nth-child(44) {
transform: rotate(528deg) translateX(4em);
animation-delay: 2.2s;
}
.circle-loader:nth-child(45) {
transform: rotate(540deg) translateX(4em);
animation-delay: 2.25s;
}
.circle-loader:nth-child(46) {
transform: rotate(552deg) translateX(4em);
animation-delay: 2.3s;
}
.circle-loader:nth-child(47) {
transform: rotate(564deg) translateX(4em);
animation-delay: 2.35s;
}
.circle-loader:nth-child(48) {
transform: rotate(576deg) translateX(4em);
animation-delay: 2.4s;
}
.circle-loader:nth-child(49) {
transform: rotate(588deg) translateX(4em);
animation-delay: 2.45s;
}
.circle-loader:nth-child(50) {
transform: rotate(600deg) translateX(4em);
animation-delay: 2.5s;
}
.circle-loader:nth-child(51) {
transform: rotate(612deg) translateX(4em);
animation-delay: 2.55s;
}
.circle-loader:nth-child(52) {
transform: rotate(624deg) translateX(4em);
animation-delay: 2.6s;
}
.circle-loader:nth-child(53) {
transform: rotate(636deg) translateX(4em);
animation-delay: 2.65s;
}
.circle-loader:nth-child(54) {
transform: rotate(648deg) translateX(4em);
animation-delay: 2.7s;
}
.circle-loader:nth-child(55) {
transform: rotate(660deg) translateX(4em);
animation-delay: 2.75s;
}
.circle-loader:nth-child(56) {
transform: rotate(672deg) translateX(4em);
animation-delay: 2.8s;
}
.circle-loader:nth-child(57) {
transform: rotate(684deg) translateX(4em);
animation-delay: 2.85s;
}
.circle-loader:nth-child(58) {
transform: rotate(696deg) translateX(4em);
animation-delay: 2.9s;
}
.circle-loader:nth-child(59) {
transform: rotate(708deg) translateX(4em);
animation-delay: 2.95s;
}
.circle-loader:nth-child(60) {
transform: rotate(720deg) translateX(4em);
animation-delay: 3s;
}
@keyframes move-to-center {
to {
opacity: 1;
transform: translate(0, 0);
}
}
.mc_box {
margin-bottom: 30px;
-webkit-transform: translateY(50px);
transform: translateY(50px);
opacity: 0;
}
.mc_box p {
position: relative;
padding-left: 25px;
}
.mc_box p i {
position: absolute;
left: 0;
top: 5px;
}
.mc_box a {
display: table;
font-size: 15px;
line-height: 1.3;
letter-spacing: 0.01em;
color: #787878;
padding: 0;
margin: 0 0 15px;
font-weight: normal;
position: relative;
padding-left: 25px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.mc_box a:hover {
color: var(--main-color);
}
.mc_box a i {
position: absolute;
left: 0;
top: 3px;
}
.m_open .header {
padding: 15px 0 !important;
}
.m_open .logo {
width: 150px !important;
}
.inner_page .m_open .logo .primary_logo {
opacity: 1;
visibility: visible;
}
.inner_page .m_open .logo .secondary_logo {
opacity: 0;
visibility: hidden;
}
.active .mc_box {
transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.active .main_menu_inner li {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition-delay: 0s, 0s, 0s;
}
.active .main_menu_inner li:nth-of-type(1) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.active .main_menu_inner li:nth-of-type(2) {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.active .main_menu_inner li:nth-of-type(3) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.active .main_menu_inner li:nth-of-type(4) {
-webkit-transition-delay: 0.225s;
transition-delay: 0.225s;
}
.active .main_menu_inner li:nth-of-type(5) {
-webkit-transition-delay: 0.25s;
transition-delay: 0.25s;
}
.active .main_menu_inner li:nth-of-type(6) {
-webkit-transition-delay: 0.275s;
transition-delay: 0.275s;
}
.active .main_menu_inner li:nth-of-type(7) {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.main_menu_inner {
text-align: right;
}
.main_menu_inner li {
-webkit-transform: translateY(50px);
transform: translateY(50px);
opacity: 0;
-webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
margin-bottom: 5px;
}
.main_menu_inner li:last-of-type {
margin-bottom: 0;
}
.main_menu_inner li a {
font-weight: 400;
color: var(--second-color);
font-size: 42px;
line-height: 1.6;
display: block;
width: 100%;
letter-spacing: 0.03em;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main_menu_inner li a:hover, .main_menu_inner li.active > a {
color: var(--main-color);
}
.banner_link {
font-weight: 500;
color: #787878;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 0.03em;
line-height: 1.2;
display: inline-block;
position: absolute;
top: 50vh;
margin: auto 0;
right: 30px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: 50; color:#fff
}
.banner_link:after {
content: '';
width: 42px;
height: 42px;
border: 1px solid var(--main-color);
position: absolute;
left: -14px;
right: 0;
margin: 0 auto;
bottom: -13px;
border-radius: 50%;
}
.banner_link:hover {
color: var(--main-color);
}
.banner_link span {
display: inline-block;
position: relative;
writing-mode: vertical-rl;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
padding: 40px 0px 0px 0px;
}
.banner_link i {
display: inline-block;
position: absolute;
left: 0;
bottom: 0;
color: var(--main-color);
}
.home_banner > img.arrow_down_page{bottom:7%; width: auto; cursor:pointer; animation: slide2 1s ease-in-out infinite; z-index:11}
@keyframes slide2 {
0%,
100% {
transform: translate(0, 0) ;
}
50% {
transform: translate(0px, 10px) ;
}
}
.section_inner {
padding-top: 120px;
}
.big_para_black {
font-size: 25px;
line-height: 1.4;
letter-spacing: 0.01em;
color: #000;
padding: 0;
margin: 0 0 15px;
font-weight: 300;
}
.img_cover_abt {
margin: 50px 0;
}
.hr_border {
margin-top: 60px;
display: block;
border-top: 1px solid #dedede;
}
.box_row_blog {
margin-top: 30px;
}
.box_row_blog {
margin-left: -50px;
margin-right: -50px;
}
.box_col {
padding-right: 50px;
padding-left: 50px;
margin-bottom: 80px;
}
.bi_image {
overflow: hidden;
height: 350px;
}
.bi_image img {
width: 100%;
height: 100%;
display: block;
margin: 0;
padding: 0;
-webkit-transform-origin: center;
transform-origin: center;
-o-object-position: center center;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.bi_container {
display: block;
width: 100%;
}
.bi_container:hover .bi_image img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.bi_container:hover .bi_text h3 {
color: var(--main-color);
}
.bi_container:hover .bi_text i {
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
-moz-transform: translateX(20px);
transform: translateX(20px);
}
.bi_text span {
font-weight: 400;
display: block;
color: #a8a8a8;
line-height: 1.3;
font-size: 15px;
letter-spacing: 0.03em;
margin-top: 15px;
margin-bottom: 15px;
}
.bi_text h3 {
font-size: 22px;
line-height: 1.4;
letter-spacing: -0.01em;
color: #000;
padding: 0;
margin: 0 0 10px;
font-weight: 300;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.bi_text i {
color: var(--main-color);
display: inline-block;
position: relative;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
font-size: 20px;
transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.bi_text h6 {
font-weight: 400;
display: block;
color: var(--main-color);
line-height: 1.3;
font-size: 15px;
letter-spacing: 0.03em;
margin-top: 15px;
margin-bottom: 15px;
}
.bi_text h6.media_cov {
color: #000;
}
.box_row_3 .box_col:nth-last-of-type(1),
.box_row_3 .box_col:nth-last-of-type(2),
.box_row_3 .box_col:nth-last-of-type(3) {
margin-bottom: 0;
}
.service_img {
overflow: hidden;
width: 100%;
}
.service_img img {
width: 100%;
height: 100%;
display: block;
margin: 0;
padding: 0;
-webkit-transform-origin: center;
transform-origin: center;
-o-object-position: center center;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
}
.service_list {
margin-top: 50px;
}
.service_list .service_row {
-ms-flex-align: center;
align-items: center;
}
.service_list .service_row:nth-of-type(odd) .service_col1 {
padding-right: 0;
}
.service_list .service_row:nth-of-type(even) {
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.service_list .service_row:nth-of-type(even) .service_col1 {
padding-left: 0;
}
.service_txt {
padding: 0 5em;
}
.service_txt h2 {
font-weight: 400;
color: #000;
line-height: 1.2;
letter-spacing: -0.03em;
font-size: 30px;
padding: 0;
margin: 0 0 15px;
}
.service_txt p {
margin-bottom: 0;
}
.service_section .img_cover_abt {
margin: 20px 0 50px;
}
.contact_section {
position: relative;
height: 100vh;
width: 100%;
background-image: url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/contact-banner.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: end;
align-items: flex-end;
}
.contact_section > .container {
position: relative;
z-index: 10;
}
.contact_box {
background-color: rgba(37, 37, 37, 0.9);
padding: 50px;
}
.contact_box .title_heading {
color: #fff;
}
.contact_row1 {
padding-bottom: 45px;
margin-bottom: 45px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact_row1 p {
position: relative;
padding-left: 25px;
color: #fff;
font-size: 17px;
margin-bottom: 20px;
}
.contact_row1 p:last-of-type {
margin-bottom: 0;
}
.contact_row1 p i {
position: absolute;
left: 0;
top: 3px;
font-size: 16px;
}
.contact_row1 a {
font-size: 16px;
color: #fff;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: table;
margin: 0 0 20px;
letter-spacing: 0.01em;
text-decoration: none;
}
.contact_row1 a:hover {
color: var(--main-color);
}
.contact_row1 a i {
display: inline-block;
position: relative;
margin-right: 5px;
top: 2px;
}
.contact_row1 a:last-of-type {
margin-bottom: 0;
}
.contact_row2 {
-ms-flex-align: center;
align-items: center;
}
.contact_row2 .col-md-8 {
position: relative;
padding-left: 80px;
}
.contact_row2 .col-md-8:before {
content: '';
width: 1px;
height: 100%;
position: absolute;
left: 30px;
top: 0;
bottom: 0;
margin: auto 0;
background-color: rgba(255, 255, 255, 0.2);
}
.contact_row2 .title_heading {
padding-left: 0;
font-size: 15px;
margin-bottom: 15px;
}
.contact_row2 .title_heading:before {
display: none;
}
.contact_row2 .social_footer {
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 0;
}
.contact_row2 .social_footer li {
margin-left: 0;
margin-right: 10px;
}
.contact_row2 .social_footer li:last-of-type {
margin-right: 0;
}
.contact_row2 .social_footer li a {
color: #fff;
font-size: 20px;
padding-left: 0;
}
.contact_row2 .social_footer li a:hover {
color: var(--main-color);
}
.portfolio_a {
font-size: 15px;
font-weight: 500;
letter-spacing: 0.01em;
line-height: 1.2;
margin: 0 0;
padding: 0;
color: var(--main-color);
position: relative;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.portfolio_a:hover {
color: #fff;
}
.portfolio_a i {
display: inline-block;
margin-right: 5px;
position: relative;
top: 0;
}
.img_cover_blog {
position: relative;
height: 350px;
overflow: hidden;
}
.img_cover_blog img {
width: 100%;
height: 100%;
display: block;
margin: 0;
padding: 0;
-webkit-transform-origin: center;
transform-origin: center;
-o-object-position: center center;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
position: relative;
z-index: 1;
}
.img_cover_blog:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5018208) 0%, rgba(0, 141, 199, 0) 50%);
z-index: 10;
}
.blog_info {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #dedede;
}
.blog_info p {
margin-bottom: 0;
line-height: 1.3;
font-weight: 400;
font-size: 16px;
padding: 30px 0;
}
.blog_info_name span {
color: var(--main-color);
}
.blog_info_name a {
color: #787878;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.blog_info_name a:hover {
color: var(--main-color);
}
.share_icons {
padding-top: 40px;
}
.share_icons ul li {
text-align: center;
margin-bottom: 15px;
}
.share_icons ul li a {
font-size: 20px;
color: #787878;
display: inline-block;
padding: 5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.share_icons ul li a:hover {
color: #000;
}
.blog_details {
padding-top: 40px;
}
.blog_details h2 {
font-size: 24px;
line-height: 1.3;
letter-spacing: 0.01em;
color: #000;
padding: 0;
margin: 0 0 15px;
font-weight: 300;
}
.blog_details a {
font-size: 15px;
color: #787878;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
line-height: 1.4;
}
.blog_details a:hover {
color: var(--main-color);
}
.blog_details strong {
font-weight: 500;
}
.similar_blogs {
padding-top: 40px;
padding-left: 70px;
}
.similar_blog_list {
margin-bottom: 40px;
}
.similar_blog_list li {
margin-bottom: 30px;
}
.similar_blog_list li a {
-ms-flex-pack: justify;
justify-content: space-between;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.similar_blog_list li a:hover .sm_blog_img img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.similar_blog_list li a:hover .sm_blog_txt h4 {
color: var(--main-color);
}
.mail_us_heading{
font-size: 18px;
margin-top: 40px;
display: block;
}
.contact_anchor_carees{font-size:28px; font-weight:300; color:#c69c6d}
a:hover{color:var(--main-color)}
.sm_blog_img {
-ms-flex: 0 0 90px;
flex: 0 0 90px;
max-width: 90px;
overflow: hidden;
height: 105px;
}
.sm_blog_img img {
width: 100%;
height: 100%;
display: block;
margin: 0;
padding: 0;
-webkit-transform-origin: center;
transform-origin: center;
-o-object-position: center center;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: transform 0.9s ease;
-moz-transition: transform 0.9s ease;
-ms-transition: transform 0.9s ease;
-o-transition: transform 0.9s ease;
transition: transform 0.9s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.sm_blog_txt {
-ms-flex: 0 0 calc(100% - 90px);
flex: 0 0 calc(100% - 90px);
max-width: calc(100% - 90px);
padding-left: 30px;
}
.sm_blog_txt h4 {
font-size: 19px;
line-height: 1.2;
letter-spacing: 0.01em;
color: #000;
padding: 0;
margin: 0 0 10px;
font-weight: 300;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.sm_blog_txt span {
font-size: 13px;
font-weight: 400;
letter-spacing: 0.3em;
line-height: 1.2;
margin: 0 0;
padding: 0;
color: #a7a7a7;
display: inline-block;
position: relative;
text-transform: uppercase;
}
.img_cover_blog_text {
font-size: 24px;
line-height: 1.3;
letter-spacing: 0.01em;
color: #fff;
padding: 0 50px;
font-weight: 500;
position: absolute;
bottom: 0;
z-index: 50;
text-align: center;
width: 600px;
left: 0;
right: 0;
margin: 0 auto 30px;
}
.grid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.grid .grid-item {
overflow: hidden;
position: relative;
margin-bottom: 5px;
margin-right: 2.5px;
margin-left: 2.5px;
}
.grid .grid-item img {
width: 100%;
height: 100%;
display: block;
margin: 0;
padding: 0;
-webkit-transform-origin: center;
transform-origin: center;
-o-object-position: center center;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: transform 0.9s ease;
-moz-transition: transform 0.9s ease;
-ms-transition: transform 0.9s ease;
-o-transition: transform 0.9s ease;
transition: transform 0.9s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.grid .grid-item:hover img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.grid .grid-item:hover .grid-item-txt {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
visibility: visible;
}
.grid-item-txt {
position: absolute;
z-index: 10;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
padding: 20px;
min-width: 70%;
max-width: 100%;
padding-right: 50px;
-webkit-transform: translate3d(0, 120%, 0);
-ms-transform: translate3d(0, 120%, 0);
-moz-transform: translate3d(0, 120%, 0);
transform: translate3d(0, 120%, 0);
opacity: 0;
visibility: hidden;
-webkit-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
transition-timing-function: cubic-bezier(0, 0.01, 0.01, 0.98);
}
.grid-item-txt h2 {
font-size: 20px;
line-height: 1.2;
letter-spacing: 0.01em;
color: #fff;
padding: 0;
margin: 0 0 6px;
font-weight: 500;
}
.grid-item-txt p {
color: #fff;
margin-bottom: 0;
}
.grid-item-txt i {
font-size: 20px;
color: #fff;
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
-ms-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.project_tab {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 50px;
margin-top: 30px;
}
.project_tab li {
font-weight: 500;
font-size: 15px;
line-height: 1.2;
letter-spacing: 0.2em;
color: #747474;
display: inline-block;
margin: 0 5px;
text-transform: uppercase;
text-align: center;
position: relative;
padding-bottom: 3px;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.project_tab li:after {
content: '';
width: 100%;
height: 2px;
position: absolute;
left: 0;
bottom: 0;
background-color: var(--main-color);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.project_tab li:hover,
.project_tab li.active {
color: var(--main-color);
}
.project_tab li:hover:after,
.project_tab li.active:after {
opacity: 1;
visibility: visible;
}
.r_prj_box_img {
height: 280px;
width: 100%;
overflow: hidden;
margin-bottom: 15px;
}
.r_prj_box_img img {
width: 100%;
height: 100%;
display: block;
margin: 0;
padding: 0;
-webkit-transform-origin: center;
transform-origin: center;
-o-object-position: center center;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: transform 0.9s ease;
-moz-transition: transform 0.9s ease;
-ms-transition: transform 0.9s ease;
-o-transition: transform 0.9s ease;
transition: transform 0.9s ease;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.r_prj_box_txt h3 {
font-size: 18px;
font-weight: 500;
letter-spacing: 0.03em;
line-height: 1.2;
margin: 0 0 5px;
padding: 0;
color: #1e1e1e;
display: inline-block;
position: relative;
}
.r_prj_box_txt p {
color: #000;
margin: 0;
}
.r_prj_box {
display: block;
}
.r_prj_box:hover .r_prj_box_img img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.arrow_side_main {
padding: 0 50px;
position: relative;
}
.arrow_side_main .owl-nav .owl-prev,
.arrow_side_main .owl-nav .owl-next {
width: 20px;
height: 20px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background: none;
border-bottom: 2px solid var(--main-color) !important;
border-right: 2px solid var(--main-color) !important;
outline: none;
position: absolute;
top: 40%;
-webkit-transform: translate3d(0, -50%, 0);
-ms-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.arrow_side_main .owl-nav .owl-prev span,
.arrow_side_main .owl-nav .owl-next span {
display: none;
}
.arrow_side_main .owl-nav .owl-prev {
left: 0;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(135deg);
}
.arrow_side_main .owl-nav .owl-next {
right: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.related_prj_slider {
margin-bottom: 40px;
}
.project_details p {
font-size: 20px;
color: #000;
line-height: 1.4;
font-weight: 300;
margin-bottom: 30px;
}
.share_prj {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}
.share_prj > span {
font-size: 14px;
font-weight: 500;
letter-spacing: 0.03em;
line-height: 1.2;
margin: 0 0 0;
padding: 0;
color: #1e1e1e;
display: inline-block;
position: relative;
text-transform: uppercase;
margin-right: 25px;
}
.share_prj ul li {
margin-right: 20px;
}
.share_prj ul li a {
display: block;
color: #787878;
width: 100%;
text-align: center;
font-size: 18px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.share_prj ul li a:hover {
color: var(--main-color);
}
.project_header {
padding: 30px 0;
}
.project_header .title_heading {
font-size: 20px;
color: var(--main-color);
padding-left: 0;
font-weight: 500;
margin-bottom: 10px;
}
.project_header .title_heading:before {
display: none;
}
.project_header .project_title {
font-size: 18px;
font-weight: 300;
line-height: 1.3;
letter-spacing: 0.03em;
color: #000;
margin: 0;
padding: 0;
}
.project_header_line {
display: block;
height: 1px;
width: 100%;
background-color: #eaeaea;
}
.prev_main {
font-weight: 500;
color: #000;
font-size: 16px;
letter-spacing: 0.03em;
line-height: 1.2;
display: inline-block;
padding: 2px 30px;
margin: 0;
background: none;
border: none;
text-align: center;
position: relative;
}
.prev_main i {
position: relative;
display: inline-block;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
top: 3px;
font-size: 20px;
line-height: 10px;
margin-right: 10px;
color: var(--main-color);
}
.prev_main:after {
content: '';
width: 1px;
height: 100%;
position: absolute;
right: 0;
top: 0;
background-color: #d2d2d2;
}
.next_main {
font-weight: 500;
color: #000;
font-size: 16px;
letter-spacing: 0.03em;
line-height: 1.2;
display: inline-block;
padding: 2px 30px;
margin: 0;
background: none;
border: none;
text-align: center;
}
.next_main i {
position: relative;
display: inline-block;
top: 3px;
font-size: 20px;
line-height: 10px;
margin-left: 10px;
color: var(--main-color);
}
#project_slider_nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: -45px;
}
#project_slider_nav button {
background: none;
border: none;
outline: none;
padding: 0;
margin: 0;
}
.project_slider img {
width: 100% !important;
display: table !important;
margin: 0 auto;
height: 600px;
padding: 0;
-webkit-transform-origin: center;
transform-origin: center;
-o-object-position: center center;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
}
.project_slider .center {
z-index: 10;
}
.project_slider .slide_prev {
position: relative;
z-index: 9;
}
.project_slider .slide_prev img {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
left: 84%;
position: relative;
}
.project_slider .slide_prev_prev {
position: relative;
z-index: 8;
}
.project_slider .slide_prev_prev img {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
left: 110%;
position: relative;
}
.project_slider .slide_next {
position: relative;
z-index: 9;
}
.project_slider .slide_next img {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
right: 84%;
position: relative;
}
.project_slider .slide_next_next {
position: relative;
z-index: 8;
}
.project_slider .slide_next_next img {
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
right: 110%;
position: relative;
}
.mouse {
display: block;
margin: 0 auto;
width: 22px;
height: 35px;
border: 2px solid #fff;
border-radius: 13px;
}
.project_slider_main {
position: relative;
}
.mouse span {
display: block;
width: 2px;
height: 2px;
margin: 6px auto;
background: #fff;
border: 1px solid transparent;
border-radius: 5px;
animation: scroll 1s infinite both;
}
@keyframes scroll {
0% {
opacity: 1;
transform: translateY(0px);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
.mouse_main {
position: absolute;
bottom: 33px;
left: 0;
right: 0;
margin: 0 auto;
z-index: 50;
pointer-events: none;
}
.mouse_main p {
color: #fff;
font-size: 12px;
text-align: center;
display: block;
margin: 5px auto 0;
}
.img_cover_abt {
height: 70vh;
width: 100%;
overflow: hidden;
}
.img_cover_abt img {
width: 100%;
height: 100%;
display: block;
margin: 0;
padding: 0;
-webkit-transform-origin: center;
transform-origin: center;
-o-object-position: center center;
object-position: center center;
-o-object-fit: cover;
object-fit: cover;
}
:root {
--crsl-bg: transparent;
--box-bg: #1e272e;
--box-shadow: #0000001c;
--box-shadow-border: #0000000f;
--box-border: #fff;
}
.carousel {
position: relative;
display: block;
width: 100%;
box-sizing: border-box;
margin-bottom: 30px;
}
.carousel__prev,
.carousel__next {
cursor: pointer;
}
.carousel__body {
width: 100%;
padding: 20px 0 50px 0;
overflow: hidden;
}
.carousel__body .carousel__slider {
position: relative;
transition: transform 1s ease-in-out;
}
.carousel__body .carousel__slider__item {
position: relative;
display: block;
float: left;
box-sizing: border-box;
margin-left: 5px;
margin-right: 5px;
}
.carousel__body .carousel__slider__item .item__3d-frame {
position: relative;
width: 100%;
height: 100%;
transition: transform 1s ease-in-out;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.carousel__body .carousel__slider__item .item__3d-frame__box {
display: flex;
align-items: center;
vertical-align: middle;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.carousel__slider__item--active {
position: relative;
z-index: 1000;
}
.carousel__slider__item img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.carousel__slider__item--active img {
-webkit-transform: scale(2.2);
-moz-transform: scale(2.2);
-ms-transform: scale(2.2);
transform: scale(2.2);
position: relative;
z-index: 1000;
}
.home_banner .banner_title span:empty{
display: none !important;
}
@media screen and (min-width: 900px) {
.team_txt {
min-height: 450px;min-height: 430px;
}
}
@media screen and (max-width: 1600px) {
.home_about_txt {
padding-right: 30px;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
max-width: 1140px;
}
.box_col {
padding-right: 30px;
padding-left: 30px;
margin-bottom: 60px;
}
.box_row_blog {
margin-left: -30px;
margin-right: -30px;
}
.bi_image {
height: 375px;
}
.contact_row2 .col-md-7 {
padding-left: 60px;
}
.similar_blogs {
padding-left: 40px;
}
.project_slider img {
height: 550px;
}
}
@media screen and (max-width: 1600px) and (min-width: 1000px) {
.team_txt{min-height:520px;}
.home_banner .banner_title{font-size:75px;}
.home_banner p{font-size:36px;}
.footer_box .footer_anchor, p, .ul_footer li a{font-size:16px;}
} .section_inner .carousel__slider_main.owl-carousel .owl-prev, .section_inner .carousel__slider_main.owl-carousel .owl-next {
width: 20px;
height: 20px;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background: none;
border-bottom: 2px solid var(--main-color) !important;
border-right: 2px solid var(--main-color) !important;
outline: none;
position: absolute;
top: 50%; margin-top:-14px;
-webkit-transform: translate3d(0, -50%, 0);
-ms-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
font-size: 0;
}
.section_inner .carousel__slider_main.owl-carousel .owl-prev {
left: -25px;
-webkit-transform: rotate(
135deg
);
-ms-transform: rotate(135deg);
-moz-transform: rotate(135deg);
transform: rotate(
135deg
);
}
.section_inner .carousel__slider_main.owl-carousel .owl-next{    right: -25px;
-webkit-transform: rotate(
-45deg
);
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(
-45deg
);}
.carousel__slider_main .owl-prev:before, .carousel__slider_main .owl-next:before {
content: "\e902";
}
.carousel__slider_main .owl-prev span, .carousel__slider_main .owl-next span{display:none!important} #circle3 {
display: block;
position: absolute;
top: 50%;
left: 50%;
height: 100px;
width: 100px;
margin: -50px 0 0 -50px;
border: 4px rgba(255, 255, 255, 0.10) solid;
border-top: 4px rgba(255, 255, 255, 0.75) solid;
border-right: 4px rgba(255, 255, 255, 0.75) solid;
border-bottom: 4px rgba(255, 255, 255, 0.75) solid;
border-radius: 50%;
-webkit-animation: spin3 1s infinite linear;
animation: spin3 1s infinite linear;
}
@-webkit-keyframes spin3 {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin3 {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} .wpcf7-form-control-wrap {
display: block;
}
.wpcf7-not-valid-tip {
color: #dc3232;
font-size: 12px!important;
font-weight: normal;
display: block;
position: absolute;
right: 2px;  bottom: 2px;
}
.more_details{
color: #676767;
font-size: 18px;
text-align: center;
display: inline-block; vertical-align: middle; font-weight:bold; margin-top:30px;
}
.more_details i {
border-radius: 50%;
width: 65px;
height: 65px;
text-align: center;
background:var(--main-color) url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/arrow_right.png) center no-repeat;
margin-left: 15px;
content: '';
display: inline-block;
vertical-align: middle;
}
.more_details:hover i{background-color:#3c2900;}
.section_gold{background:url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/home_section2.jpg) center no-repeat; background-size:cover;}
.section_aboutus .title_heading:after{height:100px;}
.title_heading_sub{font-size:48px; line-height:56px; color:#cbcaca; margin-bottom:25px;}
.section_gold img{padding-right:50px;}
.footer_box h3{
font-size: 48px;
font-weight: 300;
line-height: 56px;
color: #cbcaca;
vertical-align: top;    max-width: 400px;
}
.footer_box h3 a{color: #cbcaca; position:relative}
.footer_box h3 a:after{content:''; display:block; width:100%; position:absolute; bottom: -3px; right:0px; height:4px; background:url(//globalfreshfields.com/wp-content/themes/globalfresh/assets/images/footer_a_bg.jpg) center no-repeat; background-size:100% auto;-webkit-transition: all 0.30s ease-in;
-moz-transition: all 0.30s ease-in;
-o-transition: all 0.30s ease-in;
transition: all 0.30s ease-in;}
.footer_box h3 a:hover:after{width:0%;}
.img_outer img{}
.img_outer{ background-size:100% 100%; padding:15px; display:inline-block; vertical-align:top;}
.entry-content h2{font-size:40px; line-height:50px;    font-family: 'HK Grotesk', sans-serif; margin-bottom:30px; font-weight:300; }
.wp-block-contact-form-7-contact-form-selector{background:var(--second-color); padding:35px;}
.contact_us_page_left{margin-top:45px;}
.contact_us_page_left h3{font-size:18px; margin-bottom:25px; text-transform:uppercase}
.contact_us_page_left a{font-size:20px; color:#cbcaca; margin-bottom:35px; display: inline-block;}
.contact_us_page_left .social_footer {
justify-content: start;
margin-top: 35px;
}
.contact_us_page_left .social_footer li{margin: 0 10px 0 0px;}
.bg_lines{position:fixed; left:0px; right:0px; z-index:1; top:0px;}
.bg_lines .container, section .container{position:relative;}
section .container:after, .bg_lines .container .col-md-12:after, .bg_lines .container .col-md-12:before{content:''; display:block; width:2px; height:100vh; background:rgba(11,11,11,0.7); top:0px; opacity: 0; position:absolute}
section .container:after{ left:calc(50% - 2px); z-index:-1;}
.bg_lines .container .col-md-12:after{left:10px;}
.bg_lines .container .col-md-12:before{right:10px;}
section.home_banner_main .container:after {
top: -76%;
}
.page-id-34 .section_insidepages{padding-bottom:0px;}