:root {
  --main-color:#EF0643;
  --main-color-hover:#36C6AE;
  --blue:#002266;
  --darkblue:#002266;
  --skyblue:#42BFED;
  --skyblue-hover:#72D8FF;
  --darkgreen:#011318;
  --gray:#F5F5F5 ;
  --darkblack:#404040;
  --white:#fff;
  --pink:#ee2f66;
  --black:#000000;
  --lightblack:#555555;
  --border-radius:1.5rem;
  --font-size:18px;
  --font-size-h1:4.69rem;
  --font-size-h2:2.65rem;
  --font-size-42:2.2rem;
  --font-size-h3:1.98rem;
  --font-size-32:1.7rem;
  --font-size-36:1.88rem;
  --font-size-h4:1.47rem;
  --font-size-22:1.12rem;
  --font-size-24:1.25rem;
  --font-size-26:1.3rem;
  --font-size-28:1.47rem;
  --font-size-70:3.52rem;
  --font-size-h5:1.12rem;
  --font-size-h6:1.02rem;
  --font-size-p:1.05rem;
  --font-large-p:1.12rem;
  --font-small:0.82rem;
  --line-height:1.59;
  --line-height-22:1.35;
  --dark-gray:#3A3A3A;
  --bg-blue:#0E3042;
  --weight-300:300;
  --weight-400:400;
  --weight-500:500;
  --weight-600:600;
  --weight-700:700;
  --weight-800:800;
  --weight-900:900;
  --max-width:2000px;
}

html {
    scroll-behavior: smooth;
}
html, body{
	font-weight: var(--weight-400);
	font-family: "Sora", sans-serif;
}
@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proxima_nova_regular-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proximanova-mediuuploadedfile';
    src: url('../fonts/fontsfree-net-pr2.woff2') format('woff2'),
         url('../fonts/fontsfree-net-pr2.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
	/* overflow-x: hidden; */
}
h1,h2,h3,h4,h5,h6{	
	line-height: 1.3;
	font-weight: var(--weight-400);
}
.font-heading-green h3, 
.font-heading-green h4, 
.font-heading-green h5, 
.font-heading-green h6 {
	color: var(--green);
}
.font-weight-300{
	font-weight: var(--weight-300);
}
.font-weight-400, 
.font-weight-400 .h2 {
	font-weight: var(--weight-400);
}
.font-weight-500{
	font-weight: var(--weight-500);
}
.font-weight-600{
	font-weight: var(--weight-600);
}
.font-weight-700{
	font-weight: var(--weight-700);
}
.font-weight-800{
	font-weight: var(--weight-800);
}
.font-weight-900{
	font-weight: var(--weight-900);
}
select,input,textarea {
	border: 0;
	font-family: "Sora", sans-serif;
}
select, input:not([type="checkbox"],[type="submit"]), textarea {
	height: 1.5rem;
    border: none;
    border-radius: 0;
	outline: none;
}
input[type="submit"] {
    color: var(--dark-blue);
}
input[type="submit"]:hover {
    background-color: var(--main-color-hover);
}
textarea {
    height: 8.5rem;
    padding: 0.6rem 0;
    border: 1px solid #909A97;
	padding: 1rem;
	font-size: 1.05rem;
}
form label {
    display: inline-block;
    font-size:1.05rem;
	color: var(--black);
	margin-bottom: 0.5rem;
}
section {
	/* overflow-x: hidden;  */
}
p, section li {
    font-size: var(--font-size-p);
    line-height: var(--line-height);
}
.font-white p {
    color: var(--white);
}
.box-shadow{
	box-shadow: 0px 3px 10px #2D446626;
}
.hidden {
  display: none;
}
.large-p, .large-p p, .large-p li {
	 font-size: var(--font-large-p);
	 letter-spacing: 0.44px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 1rem;
	margin-bottom: 1rem;				 
}
h1, .h1, .p-as-h1, .h1 p, .h2-as-h1 h2{
    font-size: var(--font-size-h1);
	font-weight: var(--weight-500);
	
}
.p-as-h2 p,
.h1-as-h2 h1,
h2, .h2 {
   font-size: var(--font-size-h2);
   font-weight: var(--weight-700);
}
.p-as-h2 p {
	font-weight: var(--weight-500);
	line-height: 1.4;
}
.h2-as-h3 h2,
h3, .h3 {
   font-size: var(--font-size-h3);
   letter-spacing: 0.32px;
   font-weight: var(--weight-600);
}
.p-as-h4 p,
.h3-as-h4 h3,
h4, .h4 {
	font-weight: var(--weight-500);
	font-size: var(--font-size-h4);
	line-height: 1.35;
}
.h3-as-h4 h3 {

}
h5, .h5 {
   font-size: var(--font-size-h5);
}
h6, .h6 {
    font-size: var(--font-size-h6);
}
section {
    font-size: 1rem; 
}
.font-heading-white .head h1, .font-heading-white .head h2, .font-heading-white .head h3, .font-heading-white .head h4, .font-heading-white .head h5, .font-heading-white .head h6, .font-heading-white .head p{
	color: var(--white);
}
.font-heading-black h1, .font-heading-black h2, .font-heading-black h3, .font-heading-black h4, .font-heading-black h5, .font-heading-black h6, .font-heading-black p{
	color: var(--black);
}
.button, a.button {
    padding: 0.72rem 1.6rem;
    border-color: var(--main-color);
    font-weight: var(--weight-400);
    font-size:0.89rem;
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    height: auto;
    background-color: var(--main-color);
    color: var(--white);
	letter-spacing: 0.72px;
    border-radius:0.22rem;
}
.button.regular-large {
    width: 13.2rem;
    text-align: center;
    justify-content: center;
}
.button:hover, 
a.button:hover {
	background-color: var(--main-color-hover);
	color: var(--white);
}
.button.negative:hover {
    background-color: var(--main-color-hover);
    color: #fff;
    border-color: var(--main-color-hover);
}
.font-white{
	color:var(--white);
}
.font-black{
	color:var(--black);
}
.font-orange{
	color:var(--orange);
}
.border {
    border: 1px solid #5B5B5B4D;
}
.button.transparent {
    background-color: transparent;
    border: 2px solid var(--main-color);
    color: var(--white);
}
.button.transparent:hover {
    background-color: var(--main-color-hover);
    color: var(--white);
	border-color: var(--main-color-hover);
}
.button.negative {
    border-color: var(--white);
    background-color: var(--white);
	color:var(--blue);	
}
.background-dark-blue  {
    background-color: var(--darkblue);	
}
.background-black {
    background-color: var(--black);	
}
.background-off-white {
    background-color: var(--off-white);	
}
.background-white {
    background-color: var(--white);	
}
.background-gray {
    background-color: var(--gray);
}
.background-light-orange {
	background-color: var(--light-orange);
}
.social-icons a {
    width: 100%;
    height:1.78rem;
    max-width: 1.78rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: #002266;
	margin-right: 0.6rem;
}
.social-icons a:hover {
   color: var(--white);
   background-color: var(--main-color-hover);
}
.social-icons a svg {
    width: 1rem;
    height: 0.9rem;
   color: var(--white);
}
.padding-col {
    padding: 0 7rem;
}
a.post-readmore {
    color: var(--main-color);
}
a.post-readmore:hover {
	color: var(--main-color-hover);
}
.font-small {
	font-size: 0.8rem;
}
a.icon {
	display: block;	
	color: var(--main-color);
	text-decoration: none;
}
a.icon:hover {
	color: var(--main-color-hover);
}
.form-choose-file {
	position: relative;
}
.form-choose-file .wpcf7-form-control-wrap {
	display: block;
	position: initial;
}
.form-choose-file input {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.form-choose-file label {
	margin-top: 0;
	color: var(--main-color);
	text-decoration: underline;
}
span.wpcf7-spinner {
    position: absolute;
	left: 0;
}
#more_posts {
    padding: 0rem 2.6rem;
}
.overlay-tex {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5rem;
    height: 100%;
}
a.read-more {
    position: relative;
    color: var(--darkblue);
    display: flex;
    align-items: center;
    font-weight: var(--weight-500);
    font-size: 0.82rem;
}
a.read-more:hover span {
    text-decoration: underline;
}
a.read-more:after {
	--read-more-border-width: 0.4rem;
	content: '';
	display: block;
	width: 0; 
	height: 0; 
	margin-left: 0.35rem;
    margin-top: 0.1rem;
	border-top: var(--read-more-border-width) solid transparent;
	border-bottom: var(--read-more-border-width) solid transparent;
	border-left: var(--read-more-border-width) solid  var(--main-color);
	display: none;
}
a.read-more:hover:after {
	width: 0; 
	height: 0; 
	border-left: var(--read-more-border-width) solid var(--main-color-hover);
}
.readmore a {
	cursor: pointer;
	text-decoration: underline;
} 
.readmore a:hover {
	text-decoration: none;
} 
.readmore-height-wrap .readmore span.arrow {
    width: 0.7rem;
    height: 0.7rem;
    display: inline-block;
}
.readmore-height-wrap.active .readmore a svg {
    margin-left: 0.2rem;
    transition: 0.5s;
    width: 100%;
    height: 100%;
}
.readmore-height-wrap.active.open .readmore a svg {
	transform: scale(-1);
}
ul.slick-dots li button {

}
.ul-li-vi ul {
	list-style: none;
}
.ul-li-vi ul li {
	padding-left: 1.5rem;
	background-image: url(../svg/ul-li-vi.svg);
	background-repeat: no-repeat;
	background-position: left 0.65rem;
	background-size: 0.75rem auto;
}
.border-radius{
	border-radius:var(--border-radius);
	overflow: hidden;
}
.social-icons .full-width svg {
    width: 100%;
}
.text-over-image .section-content-wrap {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/.text-over-image .section-content-wrap .head h1, .text-over-image .section-content-wrap .head h3, .text-over-image .section-content-wrap .head h2 {
    text-shadow: 1px 1px 50px #000000BF, 0 0 50px #000000BF;
} 
.overlay-img .image:after {
    position: absolute;
    top: 0;
    content: "";
    background-color: #88D6FF;
	mix-blend-mode: color;
    width: 100%;
    height: 100%;
    opacity: 0.44;
}
.overlay-img .inner-box .image img {
    transition: 0.5s;
}
.overlay-img .inner-box:hover {
    transform: scale(1.1);
    z-index: 1;
    position: relative;
}
.overlay-img .inner-box:hover .image:after {
    opacity: 0;
}
.overlay-img .inner-box:hover {
    transform: scale(1.05);
}
.overlay-img .inner-box {
    box-shadow: 0px 3px 10px #2D446626;
}
.image.hover {
	cursor: pointer;
}
.image.hover img {
	transform: scale(1.01);
	transition: all 500ms ease;
}
.image.hover:hover img {
	transform: scale(1.1);
}
.vid-popup-wrap {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}
.vid-popup-wrap .vid-popup {
	width: initial;
	height: initial;
	max-width: 90%;
	max-height: 90%;
	overflow: initial;
}
.vid-popup-wrap .vid-popup .video-close-popup {
	top: -1.1rem;
	right: -1.1rem;
} 
.section-one.text-over-image .text-inner h1 {
    /* text-shadow: 0px 3px 40px #33190026; */
}
/**anchord-menu-content**/
.section-anchors_menu​ {
    position: sticky;
    z-index: 9;
}
body .section-anchors_menu​ {
    top: 4.2rem;
}
body.admin-bar .section-anchors_menu​ {
    top: 5.8rem;
}
.anchord-menu-content .tab-nav-wrap {
    list-style: none;
    width: 100%;
    margin: 0;
	cursor: pointer;
}
.anchord-menu-content .tab-nav-wrap ul.flex-row {
    margin: 0;
	justify-content: center;
}
.anchord-menu-content .tab-nav-wrap li.box {
    width: 33.33%;
    list-style: none;
    color: var(--white);
    margin: 0;
    padding: 1.3rem 0;
    background-color: var(--main-color);
}
.anchord-menu-content .tab-nav-wrap li.box.current_page_item.active{
	background-color: var(--darkblue);
	color: var(--white);
}
.anchord-menu-content .tab-nav-wrap li.box:hover {
    background-color: var(--darkblue);
}
.anchord-menu-content .tab-nav-wrap li.box h4 {
    margin: 0;
    font-weight: var(--weight-600);
    font-size: 0.95rem;
}
.anchord-menu-content .tab-nav-wrap li.box p {
    margin: 0;
	font-weight: var(--weight-600);
	font-size: 1.05rem;
}

/**section-one**/
.section-one.home-banner-section .section-padding {
    width: 100%;
}
.section-one.home-banner-section.text-over-image .text-inner .regular svg {
    width: 1rem;
    height: 1rem;
    margin-left: 1.5rem;
    color: var(--white);
	transition: 0.5s;
}
.section-one.home-banner-section.text-over-image .text-inner .regular span:last-child {
    display: flex;
    align-items: center;
}
.section-one.home-banner-section .text-inner .regular:hover svg {
    transform: rotate(-45deg);
}
.section-one.home-banner-section .section-padding h1 {
    font-size: 2.75rem;
	margin: 0;
}
.section-one.home-banner-section .section-padding h2 {
    letter-spacing: 0.9px;
    font-size: 4.69rem;
	line-height: 1.6;
    margin: 0;
	font-weight: var(--weight-700);
}
.section-one.home-banner-section .header-image {
    position: relative;
}
.section-one.home-banner-section .header-image:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000 0% 0%;
    mix-blend-mode: multiply;
    opacity: 0.11;
}
.section-one.home-inner-section .section-content-wrap {
    padding: 3rem 0;
}
.section-one.home-inner-section .text h3 {
    line-height: 1.4;
    width: 56rem;
    margin: 0 auto;
}
.section-one.home-inner-section .icon-wrap {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
}


/**section-two**/
.section-two .video-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section-two .text p {
    font-size:var(--font-size-26);
    line-height: 1.5;
	margin-bottom: 2rem;
}
.section-two .text {
    padding: 0 7rem 0 6rem;
}
.section-two .text p:last-child {
	margin-bottom: 0;
}

/**section-three**/
.section-three-v1 .container.no-padding {
	 /* padding: 0 0 3.5rem 7rem; */
}
.section-three-v1 .icons-slider .text h3 {
    font-size: 1.97rem;
    letter-spacing: 0.38px;
	margin: 1.6rem 0 0.5rem;
}
.section-three-v1 .icons-slider .text {
    padding-right: 4rem;
}
.section-three-v1 .icons-slider {
    /* padding: 0 0 3.5rem 7rem; */
}
.section-three-v1 .icons-slider .slick-list.draggable {
    /* padding-right: 22rem; */
}

.section-three-v1 .icons-slider .icon-wrap {
    border-right: 2px solid var(--white);
}
.section-three-v1 .icons-slider .slick-slide img {
    width: 100%;
}


/***section-three-v2***/
.section-three-v2 .text h2 {
    line-height: 1.3;
    letter-spacing: 0.5px;
}
.section-three-v2 .icon-wrap.svg {
    width: 3rem;
    height: 4rem;
    margin-bottom: 1rem;
}
.section-three-v2 .inner-box .text p {
    font-size: var(--font-size-h4);
	line-height: 1.3;
}
.section-three-v2 .flex-5 > .text {
    padding-right: 6.5rem;
    padding-left: 7rem;
}
.section-three-v2 .box {
    border-left: 1px solid #909A97;
	border-top: 1px solid #909A97;
    margin: 0;
    padding: 3.5rem 2.2rem 2rem;
    height: 100%;
}
.section-three-v2 .flex-4:nth-child(3), .section-three-v2 .flex-4:nth-child(6) {
    border-right: 1px solid #909A97;
}
.section-three-v2 .box .inner-box {
    height: 100%;
}
.section-three-v2 .box .inner-box .icon-wrap {
	width: 4rem;
	height: 4rem;
	margin-bottom: 1rem;
}

/***section-three-v3***/

.section-three-v3 h3 {
	font-size: 1.5rem;
	letter-spacing: 0px;
}
.section-three-v3 .inner-box .image-wrap, 
.section-three-v3 .box.active .inner-box .icon-wrap, 
.section-three-v3 .inner-box:hover .icon-wrap, 
.section-three-v3 .inner-box .text > p {
    display: none;
}
.section-three-v3 .inner-box .text > p {
	font-size: 1rem;
}

.section-three-v3 .box.active .inner-box .image-wrap, 
.section-three-v3 .box.active .inner-box .text > p,
.section-three-v3 .inner-box:hover .image-wrap, 
.section-three-v3 .inner-box:hover .text > p {
    display: block;
}
.section-three-v3 .inner-box .icon-wrap {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}
.section-three-v3 .content.flex-row {
    margin: 0 -1.5rem;
}
.section-three-v3 .box {
    margin: 0 1.5rem;
	width: 16%;
	height: 28rem;
	transition: 0.7s;
	position: relative;
}
.section-three-v3 .box:after {
    position: absolute;
    top: 50%;
    right: -3rem;
    width: 2rem;
    height: 2rem;
    content: "";
    background-image: url(.././svg/arrow-right-icon.svg);
    background-repeat: no-repeat;
    background-size: auto;
}
.section-three-v3 .box:last-child:after {
   display: none;
}
.section-three-v3 .inner-box img {
    width: 100%;
}
.section-three-v3 .inner-box {
    border: 1px solid #909A97;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}
.section-three-v3 .box.active .inner-box,
.section-three-v3 .inner-box:hover {
    align-items: baseline;
    text-align: left !important;
}
.section-three-v3 .inner-box .text {
    padding: 1rem 0.5rem;
}
.section-three-v3 .box.active .inner-box h3,
.section-three-v3 .inner-box:hover h3 {
    color: var(--main-color);
}
/**section-four**/
.section-four .flex-5 > .text {
    padding: 0 7rem;
}
.section-four .accordions-tab .accordion-icon svg {
    width: 2rem;
    height: 2rem;
    transition: 0.7s;
}
.section-four .accordions-tab .accordion-icon svg:hover {
    transform: rotate(-45deg);
}
.section-four .accordions-tab .tab-inner.box .image-wrap, 
.section-four .accordions-tab .tab-inner.box .text p {
	max-height:0;
	height: 0;
	overflow: hidden;
	transition:max-height 5s ease-out; 
}
.section-four .accordions-tab .image-wrap img {
	opacity: 0;
	transition: 2s;
}
.section-four .tab-content {
    justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #909A97;
	border-left: 1px solid #909A97;
	cursor: pointer;
}
.accordions-tab .accordion-icon {
    display: block;
    padding-right: 1.7rem;
}
.section-four .accordions-tab .tab-inner.box.active .accordion-icon {
    display: none;
	transition: 0.5s;
}
.section-four .accordions-tab .tab-inner.box.active .image-wrap, 
.section-four .accordions-tab .tab-inner.box.active .text p {
    /* display: block; */	
	transition: max-height 5s ease-out;
	height:auto;
	width: 100%;
	max-height: 100%;
}

.section-four .accordions-tab .tab-inner.box.active .image-wrap img {
	opacity: 1;
	transition: 2s;
}


.section-four .accordions-tab .image-wrap img {
    display: block;
	min-height: 18rem;
}
.section-four  .tab-inner.box .tab-content .text {
    padding: 0.5rem 2.2rem;
}
.section-four  .tab-inner.box.active .tab-content .text {
    width: 24rem;
}
.section-four  .tab-inner.box .tab-content .tabicon {
	width: 3rem;
}
.section-four  .tab-inner.box.active .tab-content .tabicon {
    width: auto;
}
.section-four .accordions-tab .tab-inner.box.active .text p {
    padding: 0rem 1.5rem 0 0rem;
}

/**section-team**/
.section-team .section-padding {
    padding-bottom: 3rem;
}
.section-team .flex-12 .inner-box {
    border: 1px solid #909A97;
   padding: 5.6rem 5rem;
   margin-bottom: 2rem;
}
.section-team .flex-12 .inner-box .readmore-wrap.readmore-height-wrap.active .text {
    height: 11.5rem;
    overflow: hidden;
}
.section-team .read-button-wrap {
	display: inline-block;
	position: relative;
}
.section-team .read-button-wrap .read-more {
  padding-right: 1.5rem;
}
.section-team .read-button-wrap span.icon {
    width: 1rem;
    height: 0.7rem;
    display: flex;
    margin: 0rem 0 0 0.5rem;
	transition: 0.5s;
	position: absolute;
	  right: 0;
	  top: 4px;
}
.section-team .flex-12 .image-text-wrap .text {
    margin-left: 2.24rem;
	 width: 16rem;
}
.section-team .image-text-wrap .text .name {
    font-size: var(--font-size-28);
	margin-bottom: 0.8rem;
    font-weight: var(--weight-700);
}
.section-team .image-text-wrap .position {
    font-size: var(--font-size-24);
    color: var(--main-color);
    font-weight: var(--weight-500);
}
.section-team .icon-wrap {
    border-radius: 4px;
    width: 2rem;
    height: 2rem;
    background-color: var(--main-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 1.15rem;
}
.section-team .read-button-wrap:hover  .icon-wrap {
    background-color: var(--main-color-hover);
}
.section-team .icon-wrap a.icon.svg {
    color: var(--white);
    width:0.9rem;
    height:0.9rem;
}
.section-team .inner-box .text {
    margin-bottom: 2rem;
}
.section-team .read-button-wrap {
    /* display: flex; */
    /* align-items: center; */
	cursor: pointer;
}
.section-team .readmore-wrap.active .text {
    overflow: hidden;
    position: relative;
    height: 6.2rem;
}
.section-team .readmore-wrap.active.open .text, .section-team .flex-12 .inner-box .readmore-wrap.readmore-height-wrap.active.open .text {
    overflow: unset;
    height: auto;
}
.section-team .flex-6.margin-bottom {
    margin-bottom: 4rem;
}
.section-team .read-button-wrap:hover .icon {
    color: var(--main-color-hover);
    transform: rotate(-45deg);
}
/*****section-contact*****/

.section-contact .form-wraper {
    background-color: var(--white);
    padding: 2.5rem 3rem;
    width: 58rem;
    margin: 0 auto;
}
.section-contact .form-wraper .button-wrap {
	position: relative;
}
.section-contact .form-wraper .button.regular {
	color: #fff;
}
.section-contact .form-wraper input.form-control, .section-contact .form-wraper textarea {
    border-bottom: 1px solid #909A97;
	font-size: 1.05rem;
	margin-bottom: 0.55rem;
}
.section-contact select.form-control {
    appearance: none;
    background-image: url(.././svg/country-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: auto;
    border-bottom: 1px solid #909A97;
	cursor: pointer;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 30px;
    display: none;
}
/**responsive-style****/

@media (min-width: 992px){
	.section-one.home-inner-section .header-image {
		
	}
	.section-one.home-inner-section .text-inner.ani h1,
	.section-one.home-inner-section .text-inner.ani h2,
	.section-one.home-inner-section .text-inner.ani h3,
	.section-one.home-inner-section .button-wrap.ani {
		opacity: 0;
		transform: translateY(2rem);
		transition: 1.5s;
		transition-timing-function: ease-in;
		transition-duration: 1.5s;	
	}
	.section-one.home-inner-section .text-inner.ani h1 {transition-delay: 2.5s;}
	.section-one.home-inner-section .text-inner.ani h2 {transition-delay: 2.75s;}
	.section-one.home-inner-section .text-inner.ani h3 {transition-delay: 3.0s;}
	.section-one.home-inner-section .button-wrap.ani  {transition-delay: 3.25s;}
	
	.section-one.home-inner-section .text-inner.ani.active h1,
	.section-one.home-inner-section .text-inner.ani.active h2,
	.section-one.home-inner-section .text-inner.ani.active h3,
	.section-one.home-inner-section .button-wrap.ani.active  {
		transform: translateY(0rem);
		opacity: 1;
	}
	nav~section.section-one .header-image {
		min-height: 25vw;
	}
	.section-one.ag-services-banner-section .header-image {
		min-height: 24vw;
	}
	
	.section-tab_reco .tabs-menu-wrap {
		position: relative;
	}
	.section-tab_reco.menu-in-view.menu-top .tabs-section-wrap {
		
	}
	.section-tab_reco.menu-in-view.menu-top .tabs-section-wrap .tabs-section {
		
	}
}
@media (min-width: 2000px){
	nav~section.section-one .header-image {
		min-height: 200px;
	}
	.section-one.home-inner-section .header-image {
		min-height: 200px;
	}
}
@media (max-width: 1450px){
	body .section-anchors_menu​ {
		top: 4.2rem;
	}
	body.admin-bar .section-anchors_menu​ {
		top: 6.6rem;
	}
}
@media (max-width: 991px){
	.p-as-h2 p,
	.h1-as-h2 h1, 
	h2, .h2 {
		font-size: 1.5rem;
	}
	h1, .h1, .p-as-h1, .h1 p, .h2-as-h1 h2 {
		font-size: 3rem;
	}
	.page-part .section-padding-top {
		padding-top: 2rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
	.h3-as-h4 h3, 
	h4, .h4 {
		font-size: 1.25rem;
	}
	section p, 
	section li  {
		font-size:0.92rem;
	}
	section li, 
	footer li {
		margin: 0 0 0.25rem 0;
	}
	nav~section.section-one .header-image {
		min-height: 30vw;
	}
	form label {
		font-size: 0.9rem;
	}
	textarea {
		height: 6rem;
	}
	.section-padding-bottom {
		padding-bottom: 3rem;
	}
	.section-padding-top {
		padding-top: 3rem;
	}
	.section-padding {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.large-p, .large-p p, .large-p li {
		font-size: 0.92rem;
	}
	.text-over-image.align-items-center .section-content-wrap {
        align-items: center;
    }
	/**section-one**/
	.section-one.home-inner-section .text h3 {
		width: 100%;
	}
	
	.section-one.home-banner-section .section-padding h1 {
		font-size: 1.75rem;
	}
	.section-one.home-banner-section .section-padding h2 {
		font-size: 3.65rem;
		line-height: 1.2;
		margin: 1rem 0;
	}
	
	/***.section-two****/
	.section-two .content.flex-row {
		flex-direction: column-reverse;
	}
	.section-two .text {
		padding: 2rem 1.5rem 2rem 1.5rem;
	}
	
	/***.section-three****/
	.section-three-v1 .icons-slider {
		padding: 0 0 0rem 1.5rem;
	}
	.section-three-v1 .icons-slider .slick-list.draggable {
		padding-right: 3rem !important;
        padding-left: 0 !important;
	}
	.section-three-v1 .icons-slider .text {
		padding-right: 1rem;
	}
	.section-three-v1 .icons-slider .text h3 {
		font-size: 1.34rem;
		margin: 1rem 0 0.5rem;
		line-height: normal;
	}
	.section-three-v2 .flex-7 {
		overflow: auto;
	}
	.section-three-v2 .flex-7 > .flex-row {
		display: flex;
		flex-wrap: unset;
		overflow: auto;
		width: 100rem;
		padding-left: 1rem;
	}
	.section-three-v3 {
		overflow-x: hidden;
	}
	.section-three-v3 .box {
		margin: 0rem 1.5rem 5rem;
		width: 100% !important;
		height: auto;
	}
	.section-three-v3 .box:last-child {
		margin-bottom: 1rem;
	}
	.section-three-v3 .inner-box .text {
		padding: 0.2rem 1.5rem 1rem;
		text-align: center;
	}
	.section-three-v3 .inner-box .image-wrap, .section-three-v3 .inner-box:hover .icon-wrap---, .section-three-v3 .inner-box .text > p {
		display: block;
	}
	.section-three-v3 .box:after {
		top: auto;
		bottom: -3.5rem;
		right: calc(50% - 15px);
		transform: rotate(90deg);
	}
	.section-three-v3 .inner-box .icon-wrap {
		margin: 1.5rem auto 1.5rem;
		display: none;
	}
	.section-three-v3 .inner-box {
		margin: 0 1.5rem;
	}
	/***section-four*****/
	.section-four .flex-5 > .text {
		padding: 0 1.5rem;
	}
	.section-four .tab-inner.box.active .tab-content {
		flex-wrap: wrap;
	}
	.section-four .accordions-tab .image-wrap img {
		min-height: auto;
	}
	/****section-contact******/
	.section-contact .form-wraper {
		width: 90%;
		margin: 0 auto;
		padding: 2rem 1.5rem;
	}
}
@media (max-width: 767px){
	h1, .h1 {
		font-size: 2rem;
	}
	h1, .h1, .p-as-h1, .h1 p, .h2-as-h1 h2 {
        font-size: 2.57rem;
        line-height: 1.2;
    }
	.p-as-h2 p,
	.h1-as-h2 h1, 
	h2, .h2 {
		font-size:2rem;
	}
	h3, .h3 {
		font-size:1.24rem;
	}
	strong {
		font-weight: 600;
	}
	nav~section.section-one .header-image {
		/* min-height: 100vw; */
	}
	.col-margin-medium-wrap {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}
	.col-margin-medium {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
	.col-margin-wrap, .col-margin {
		margin-right: 0;
		margin-left: 0;
	}
	.margin-bottom-small {
		margin-bottom: 1rem;
	}
	.social-icons a {
		height: 1.85rem;
		max-width: 1.85rem;
	}
	.overlay-tex {
		padding: 0 2rem;
	}
	.button, a.button {
		letter-spacing: 0;
		font-size:0.8rem;
	}
	.button.regular:before {
		width: 2rem;
		height: 2rem;
	}
	.button.regular-large {
		padding: 0.7rem 1.8rem;
	}
	.button span.arrow {
		width: 0.85rem;
		height: 0.85rem;
		margin-left: 0.5rem;
	}
	.error-wrap p {
		padding: 0 0rem;
	}
	.section-padding-bottom {
		padding-bottom: 3rem;
	}
	.padding-col {
		padding: 0 0rem;
	}
	.text-over-image .section-content-wrap {
		align-items: center;
		justify-content: center;
	}
	.readmore-wrap.readmore-height-wrap.active .text {
		height: 6.5rem;
	}
	.link-wrap a {
		font-size: 0.9rem;
	}
	
	/**section-one **/
	.section-one.home-banner-section .text-inner {
		text-align: center;
	}
	.section-one.home-banner-section .button-wrap {
        justify-content: center;
    }
	.section-one.home-inner-section .section-content-wrap {
		padding: 1rem 0;
	}
	/**section-two **/
	
	/**section-three **/
	
	.section-three-v2 {
		padding: 2rem 0 3rem;
	}
	.section-three-v2 .flex-5 > .text {
		padding: 0 1.5rem;
	}
	.section-three-v2 .box {
		border: 1px solid #909A97;
		margin: 0 0.5rem 0rem;
		padding: 2rem 1.5rem 2rem;
		height: 100%;
	}
	.section-three-v2 .inner-box .text p {
		margin: 0;
	}
	.section-three-v2 .flex-4:nth-child(3), .section-three-v2 .flex-4:nth-child(6) {
		border-right: 0px solid #909A97;
	}
	.section-three-v2 .flex-4:last-child .box {
		border-bottom: 1px solid #909A97;
	}
	
	/**section-four **/
	.section-four .tab-content .text {
		padding: 0.5rem 1rem;
		width: 100%;
	}
	.section-four .accordions-tab .tab-inner.box.active .text p {
		padding: 0rem 0rem 0 0rem;
	}
	/****section-team******/
	
	.section-team .flex-12 .inner-box {
		padding: 2rem 1.5rem;
		margin-bottom: 2rem;
	}
	.section-team .flex-12 .image-text-wrap .text {
		margin: 0rem 0 1rem;
		width: auto;
	}
	.section-team .flex-12 .inner-box .display-flex {
		display: block;
	}
	.section-team .flex-12 .inner-box .display-flex .image {
		width: 9rem;
		height: 9rem;
		margin-bottom: 1.5rem;
	}
	.section-team .flex-6.margin-bottom {
		margin-bottom: 2rem;
	}
	.section-team .image-text-wrap .text .name {
		font-size: 1.24rem;
	}
	.section-team .image-text-wrap .position {
		font-size: 1rem;
	}
	.section-team .inner-box .text {
		margin-bottom: 1.2rem;
	}
	 .readmore-wrap.readmore-height-wrap.active .text {
        height: 7rem;
    }
	.section-contact .form-wraper {
        width: 100%;
    }
	
	
}
@media (max-width: 600px){
  
}

@media (max-width: 480px){
  
	
}