@font-face {
    font-family: 'HankenGroteskRegular';
    src: url('../fonts/HankenGrotesk-Regular.woff') format('woff'), url('../fonts/HankenGrotesk-Regular.ttf') format('truetype');
    font-weight: normal; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'HankenGroteskMedium';
    src: url('../fonts/HankenGrotesk-Medium.woff') format('woff'), url('../fonts/HankenGrotesk-Medium.ttf') format('truetype');
    font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'HankenGroteskSemiBold';
    src: url('../fonts/HankenGrotesk-SemiBold.woff') format('woff'), url('../fonts/HankenGrotesk-SemiBold.ttf') format('truetype');
    font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'HankenGroteskBold';
    src: url('../fonts/HankenGrotesk-Bold.woff') format('woff'), url('../fonts/HankenGrotesk-Bold.ttf') format('truetype');
    font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'HankenGroteskBlack';
    src: url('../fonts/HankenGrotesk-Black.ttf') format('truetype');
    font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'HankenGroteskThin';
    src: url('../fonts/HankenGrotesk-Thin.ttf') format('truetype');
    font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'HankenGroteskLight';
    src: url('../fonts/HankenGrotesk-Light.ttf') format('truetype');
    font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'StyleScript-Regular';
    src: url('../fonts/StyleScript-Regular.woff') format('woff'), url('../fonts/StyleScript-Regular.ttf') format('truetype');
    font-weight: normal; font-style: normal; font-display: swap;
}
@font-face {
    font-family: 'BookAntiqua';
    src: url('../fonts/BookAntiqua.woff') format('woff'), url('../fonts/BookAntiqua.ttf') format('truetype');
    font-weight: normal; font-style: normal; font-display: swap;
}

:root {
  --main-font-color:#212529; 
  --red-color:#cc0000;
  --black-color:#212529;
  --white-color:#FFFFFF;
  --bridge-color:#f7f7f7;
  --gray-color:#BCBCBC;
  --green-color:#5C8245;
  --containcer-size:1340px;
  --container-padding: 0px;
}


@media (max-width: 1400px) {
    :root {
        --containcer-size:100%;
        --container-padding: 30px;
    }
}
@media (max-width: 575px) {
    :root {
        --container-padding: 20px;
    }
}


*,
*::before,
*::after {
    box-sizing: border-box;   
}



button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
option { font-family: arial; }


.form-control { display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color:var(--main-font-color); background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }


input::placeholder, textarea::placeholder { font-style: italic; color:var(--red-color); }
input[type=text],input[type=email],input[type=tel]{ width:100%; border:1px solid var(--bridge-color); border-radius:10px; padding:15px; color:var(--red-color); background:var(--white-color); font-family:"HankenGroteskLight"; }
select{ width:100%; border:0; border-radius:10px; padding:15px; color:var(--red-color); background:var(--white-color); font-family:"HankenGroteskLight"; }
textarea{ width:100%; height:150px; border:0; border-radius:10px; padding:15px; color:var(--red-color); background:var(--white-color); font-family:"HankenGroteskLight"; resize: none !important; }

.wpcf7 form.invalid .wpcf7-response-output{ border:2px solid var(--red-color); background:var(--red-color); color:var(--white-color); padding:10px 20px; margin:30px 0 0 0; font-family:"HankenGroteskLight"; font-size:18px; display:block; border-radius:15px; }
.wpcf7 form.sent .wpcf7-response-output{ border:2px solid var(--green-color); background:var(--green-color); color:var(--white-color); padding:10px 20px; margin:30px 0 0 0; font-family:"HankenGroteskLight"; font-size:18px; display:block; border-radius:15px; }

.wpcf7 .wpcf7-not-valid{ border-color:var(--red-color) !important; }
.wpcf7 .wpcf7-form-control-wrap:has(input.wpcf7-not-valid)::after{ content: ""; background-image: url(../images/alert.png); background-repeat: no-repeat; background-position: left top; background-size: contain; width:20px; height:20px; display: block; position: absolute; right:20px; top:50%; transform:translateY(-50%); }
.wpcf7 .wpcf7-form-control-wrap:has(select.wpcf7-not-valid)::after{ content: ""; background-image: url(../images/alert.png); background-repeat: no-repeat; background-position: left top; background-size: contain; width:20px; height:20px; display: block; position: absolute; right:40px; top:50%; transform:translateY(-50%); }
.wpcf7 .wpcf7-form-control-wrap:has(select.wpcf7-not-valid) .select2-selection--single{ border-color:var(--red-color) !important; }
.wpcf7 .wpcf7-not-valid-tip{ display:none; }

.btn{ border:2px solid var(--red-color); color:var(--red-color); padding:12px 30px; border-radius:25px; display:inline-block; }
.btn:hover{ background-color:var(--red-color); color:var(--white-color); }

.btn.btn-white{ border-color:var(--white-color); background:var(--white-color); color:var(--black-color); }
.btn.btn-white:hover{ color:var(--red-color); }

.link{ color:var(--red-color); font-family:"HankenGroteskSemiBold"; text-decoration:underline; }
.link-arrow{ position:relative; padding:0 0 0 50px; }
.link-arrow:before { content: ""; background-image: url(../images/link-arrow.png); background-repeat: no-repeat; background-position: left top; background-size: contain; width:38px; height:18px; display: block; position: absolute; left:0px; top:5px; }

h1,h2,h3,h4,h5,h6{ font-weight:normal; margin:0px; }
ul, ol{ list-style:none; padding:0; margin:0; }
p{ margin:0 0 20px 0; }
p:last-child{ margin-bottom: 0px; }

body{ margin:0px; font-family:"HankenGroteskRegular"; font-size:18px; line-height:1.2; }
.img{ line-height:0px; max-width:100%; }
.img img{ line-height:0px; max-width:100%; }
a{ text-decoration:none; color:var(--main-font-color); }

.img-fluid { max-width: 100%; height: auto; }
img { vertical-align: middle; border-style: none; }

/* * Comman Style * */
.list-style-one{ }
.list-style-one li{ position: relative; padding: 0px 0px 25px 30px; font-family:"HankenGroteskLight"; font-size:16px; }
.list-style-one li:last-child { padding-bottom: 0px; }
.list-style-one li:before { content: ""; background-image: url(../images/yes-icon.png); background-repeat: no-repeat; background-position: left top; background-size: contain; width: 12px; height: 12px; display: block; position: absolute; left:8px; top:8px; }

.list-style-two{  }
.list-style-two li{ position: relative; padding: 0px 0px 0 0; }
.list-style-two li > p{ margin-left: -20px; padding-top:5px; }
.list-style-two li:last-child { padding-bottom: 0px; }
.list-style-two li span{ position:relative; display:inline-block; padding:0 0 0 20px; }
.list-style-two li span:before { content: ""; background-image: url(../images/yes-icon.png); background-repeat: no-repeat; background-position: left top; background-size: contain; width: 12px; height: 12px; display: block; position: absolute; left: 0px; top:3px; }

/*---- Header ----*/
@media (min-width: 992px) {
    .header .header-container{ padding: 0px 40px; display: flex; }
    .header .header-container .header-logo{ align-self:center; max-width:100px; }
    .header .header-container .header-logo a{ display:block; }
    .header .header-container .main-navigation-collapse{ display: flex; align-items: center; margin:0 0 0 auto; font-family:"HankenGroteskLight"; }
    .header .header-container ul.main-navigation { display:flex; list-style:none; padding:0px; margin-left: auto; }
    .header .header-container ul.main-navigation > li{ align-self:center; position:relative; }
    .header .header-container ul.main-navigation > li > a{ padding:50px 25px; display:block; position:relative; }
    .header .header-container ul.main-navigation > li.current_page_item > a{ color:var(--red-color); }
    .header .header-container ul.main-navigation > li.current_page_item > a:after{ content: ""; background:var(--red-color); width:100%; height:2px; position:absolute; left:0; bottom:0px; z-index:1; }
    .header .header-container ul.main-navigation > li:last-child{ margin:0 35px 0 15px; }
    .header .header-container ul.main-navigation > li:last-child a{ border:2px solid var(--red-color); color:var(--red-color); padding:10px 20px; border-radius:25px; } 
    .header .header-container ul.main-navigation > li:last-child a:hover{ background-color:var(--red-color); color:var(--white-color); } 
    .header .header-container ul.main-navigation > li:last-child > a:after{ display:none; }
    .header .header-container ul.main-navigation > li.menu-item-has-children > a{ padding-right:50px; position:relative; }
    .header .header-container ul.main-navigation > li.menu-item-has-children > a:before{ content:""; background:url("../images/menu-arrow.png") no-repeat; background-size:contain; width:20px; height:10px; position:absolute; right:15px; top:50%; transform:translateY(-50%); z-index:1; }
    .header .header-container ul.main-navigation > li.menu-item-has-children.active-menu-item > a:before{ transform: translateY(-50%) rotate(180deg); }
    .header .header-container ul.main-navigation > li.menu-item-has-children .sub-menu{ display:none; background:var(--white-color); position:absolute; top:100%; left:0; z-index:5; padding:10px 0; }
    .header .header-container ul.main-navigation > li.menu-item-has-children .sub-menu li{ padding:10px 15px; font-size:16px; min-width:145px; }
    .header .header-container ul.main-navigation > li.menu-item-has-children .sub-menu li a:hover{ color:var(--red-color); }
    .header .header-container ul.main-navigation > li.menu-item-has-children .sub-menu li.current_page_item > a{ color:var(--red-color); }
    .header .header-container .header-socials{ align-self:center; margin:0 0 0 0; }

    .menu-label{ display: none; }
}
@media (max-width: 1400px) {
    .header .header-container { /*padding: 0px 30px;*/ padding-inline: var(--container-padding); }
    .header .header-container ul.main-navigation > li > a{ padding: 40px 25px; }
}
@media (max-width: 991px) {

    body.scrollhide{ overflow: auto; overflow-y: hidden !important; }

    .header .header-container{ display: flex; align-items: center; min-height: 80px; position: relative; }
    .header .header-container .header-logo{ max-width: 80px; }
    .header .header-container .header-logo a { display: block; }
    .header .header-container .main-navigation-collapse{ display: none; opacity: 0; visibility: hidden; padding: 40px 30px 30px; }
    .header .header-container .main-navigation-collapse.active{ opacity: 1; visibility: visible; position: fixed; left: 0; right: 0; top: 80px; bottom: 0; z-index: 20; background-color: #f7f7f7 !important;
        display: flex; /*justify-content: center;*/ flex-direction: column; overflow-y: scroll; /*padding-block: 30px;*/
    }
    .header .header-container ul.main-navigation > li { display: block; padding: 15px 0px; }
    .header .header-container ul.main-navigation > li:last-child { border-bottom: 0px; }
    .header .header-container ul.main-navigation > li > a{ padding: 0px; }
    .header .header-container ul.main-navigation > li .sub-menu{ display: block !important; padding: 12px 0px 0px 10px; }
    .header .header-container ul.main-navigation > li .sub-menu .nav-item{ padding: 8px 0px; /*font-size: 16px;*/ position: relative; }
    .header .header-container ul.main-navigation > li .sub-menu .nav-item:before{ content: "-"; padding-right: 8px; }
    .header .header-container ul.main-navigation > li .sub-menu .nav-item .nav-link{ color: var(--main-font-color); }

    .header .header-container ul.main-navigation > li.menu-item-has-children > a{ padding-right: 25px; position: relative; }
    .header .header-container ul.main-navigation > li.menu-item-has-children > a:before{ content:""; background:url("../images/menu-arrow.png") no-repeat; background-size: contain; background-position: right center; width: 12px; height: 10px; position: absolute; right: 0px; top: 50%; transform:translateY(-50%); z-index:1; }
    
    .header .header-container ul.main-navigation > li:last-child { border-bottom: 0px; margin-top: auto; }
    .header .header-container ul.main-navigation > li:last-child a{ border: 2px solid var(--red-color); color: var(--red-color); padding: 12px 30px; border-radius: 25px; display: inline-block; width: 100%; text-align: center; }

    .header .header-container ul.main-navigation > li.current_page_item a.nav-link{ color: var(--red-color); font-family: "HankenGroteskSemiBold"; text-decoration: underline; }
    .header .header-container ul.main-navigation > li .sub-menu .nav-item{  }
    .header .header-container ul.main-navigation > li.menu-item-has-children .sub-menu li.current_page_item > a{ color:var(--red-color); }

    .main-navigation{ width: 100%; height: 100%; display: flex; flex-direction: column; }

    .header-socials { display: none; }
    .menu-label{ font-size: 28px; font-weight: normal; padding-bottom: 15px; line-height: 1; letter-spacing: 1px; }

    .fullscreen-menu-trigger{ display: block; }
    .fullscreen-menu-trigger { width:35px; height:22px; position:absolute; top: 30px; right: 30px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; cursor: pointer; z-index:1100; }
    .fullscreen-menu-trigger span { display:block; position: absolute; height:2px; width: 50%; background:#212529; opacity: 1; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
    .fullscreen-menu-trigger span:nth-child(even) { left: 50%; border-radius:0; }
    .fullscreen-menu-trigger span:nth-child(odd) { left:0px; border-radius: 0;}
    .fullscreen-menu-trigger span:nth-child(1), .fullscreen-menu-trigger span:nth-child(2) { top: 0px; }
    .fullscreen-menu-trigger span:nth-child(3), .fullscreen-menu-trigger span:nth-child(4) { top: 10px; }
    .fullscreen-menu-trigger span:nth-child(5), .fullscreen-menu-trigger span:nth-child(6) { top: 20px; }
    .fullscreen-menu-trigger span:nth-child(2) { width:50%; }
    .fullscreen-menu-trigger span:nth-child(6) { width:50%; }
    .fullscreen-menu-trigger.active{ position:fixed; }
    .fullscreen-menu-trigger.active span{ background-color: var(--main-font-color); width: 50%; }
    .fullscreen-menu-trigger.active span:nth-child(1),.fullscreen-menu-trigger.active span:nth-child(6) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
    .fullscreen-menu-trigger.active span:nth-child(2),.fullscreen-menu-trigger.active span:nth-child(5) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
    .fullscreen-menu-trigger.active span:nth-child(1) { left: 3px; top: 3px; }
    .fullscreen-menu-trigger.active span:nth-child(2) { left: calc(50% - 3px); top: 3px; width:50%; }
    .fullscreen-menu-trigger.active span:nth-child(3) { left: -50%; opacity: 0; }
    .fullscreen-menu-trigger.active span:nth-child(4) { left: 100%; opacity: 0; }
    .fullscreen-menu-trigger.active span:nth-child(5) { left: 3px; top: 14px; }
    .fullscreen-menu-trigger.active span:nth-child(6) { left: calc(50% - 3px); top: 14px; width:50%; }
}
@media (max-width: 575px) {
    .fullscreen-menu-trigger{ right: 20px; }
}
/*---- Header End ----*/


/*---- Footer ----*/
.footer { padding:100px 0; }
.footer .footer-container{ max-width:var(--containcer-size); margin:0 auto; display:flex; flex-wrap: wrap; padding-inline: var(--container-padding); }
.footer .footer-container .footer-col{ width:25%; }
.footer .footer-container .footer-col h6{ color:var(--red-color); font-size:22px; font-weight:normal; font-family:"HankenGroteskSemiBold"; margin-bottom:40px; }
.footer .footer-container .footer-col ul{ padding:0; margin:0; list-style:none; }
.footer .footer-container .footer-col ul li{ padding:0 0 30px 0; }
.footer .footer-container .footer-col ul li:last-child{ padding:0 0 0 0; }
.footer .footer-container .footer-col ul li a:hover{ color:var(--red-color); }

.copyright { padding:30px 0; background-color:var(--black-color); font-size:16px; }
.copyright .copyright-container{ max-width:var(--containcer-size); margin:0 auto; display:flex; padding-inline: var(--container-padding); }
.copyright .copyright-container .left{ margin:0 auto 0 0; color:#fff; }
.copyright .copyright-container .right{ margin:0 0 0 auto; color:#fff; }
@media (max-width: 1400px) {
    .footer { padding: 80px 0; }
    .copyright { padding: 25px 0px; }
}
@media (max-width: 1199px) {
    .footer { padding: 70px 0px; }
    .footer .footer-container .footer-col ul li { padding: 0px 0px 25px 0px; }
    .footer .footer-container .footer-col h6{ margin-bottom: 30px; }
}
@media (max-width: 991px) {
    .footer { padding: 60px 0px; }
}
@media (max-width: 767px) {
    .footer .footer-container{ row-gap: 30px; }
    .footer .footer-container .footer-col{ width: 50%;  }
    .footer .footer-container .footer-col h6 { margin-bottom: 25px; }
    .footer .footer-container .footer-col ul li{ padding: 0px 0px 20px 0px; }
    .copyright .copyright-container{ display: table; width: 100%; }
    .copyright .copyright-container .right { padding-top: 12px; }
}
@media (max-width: 575px) {
    .footer { padding: 50px 0px; }
    .footer .footer-container .footer-col{ width: 100%; }
    .footer .footer-container .footer-col h6 { margin-bottom: 20px; }
    .footer .footer-container .footer-col ul li { padding: 0px 0px 15px 0px; }
}
/*---- Footer End ----*/


.book-a-demo{ width:100%; position:relative; }
.book-a-demo .book-a-demo-bg{ width:100%; }
.book-a-demo .book-a-demo-bg img{ width:100%; }
.book-a-demo .book-a-demo-container{ position:absolute; z-index:2; width:var(--containcer-size); height:100%; max-width:100%; top:0; left:50%; transform:translateX(-50%); display:flex; padding-inline: var(--container-padding); }
.book-a-demo .book-a-demo-container .book-a-demo-content{ align-self:center;  }
.book-a-demo .book-a-demo-container .book-a-demo-content h5{ color:var(--white-color); font-size:26px; max-width:340px; margin:0 0 30px 0; font-family:"HankenGroteskLight"; }
@media (max-width: 575px) {
    /*.book-a-demo{ display: flex; flex-direction: column; background-color: #000000; }*/
    /*.book-a-demo .book-a-demo-container{ position: unset; transform: unset; order: 2; }*/
    /*.book-a-demo .book-a-demo-container .book-a-demo-content{ width: 100%; padding-block: 40px; }*/
    .book-a-demo .book-a-demo-bg img{ aspect-ratio: 1; object-fit: cover; height: auto; }
}


.our-clients{ width:100%; padding:100px 0; }
.our-clients .our-clients-container{ max-width:var(--containcer-size); margin:0 auto; padding-inline: var(--container-padding); }
.our-clients .our-clients-container h4{ font-size:48px; margin:0 0 20px 0; font-family:"HankenGroteskThin"; color:var(--gray-color); }
.our-clients .our-clients-container p{ font-size:20px; margin:0 0 40px 0; font-family:"HankenGroteskLight"; }
.our-clients .our-clients-logos{ display:flex; flex-wrap:wrap; margin-bottom:30px; }
.our-clients .our-clients-logos .item{ padding:20px 0; text-align:center; width:calc(25% - 22.5px); display:flex; margin:0 30px 0 0; }
.our-clients .our-clients-logos .item:nth-child(4n){ margin:0 0 0 0; }
.our-clients .our-clients-logos .item img{ align-self:center; max-width:100%; max-height:100%; margin:0 auto; }
@media (max-width: 1400px) {
    .our-clients { padding: 80px 0; }
}
@media (max-width: 991px) {
    .our-clients { padding: 70px 0; }
    .our-clients .our-clients-container h4{ font-size: 38px; }
}
@media (max-width: 575px) {
    .our-clients { padding: 50px 0px; }
	.our-clients .our-clients-logos{ row-gap:20px; margin-inline: -10px; }
    .our-clients .our-clients-logos .item{ width:33.33%; margin:0px !important; padding:10px; }
}

.our-partners{ display:flex; flex-wrap: wrap; }
.our-partners h6{ font-family:"HankenGroteskBold"; font-size:22px; margin:0 0 20px 0; }

.our-partners .data-partners-full{ width:100%; border-left:1px solid var(--gray-color); padding:20px 30px; margin-bottom: 50px; }
.our-partners .data-partners-full-logos { display: flex; flex-wrap: wrap; align-items: center; min-height: 60px; gap: 30px; }
.our-partners .data-partners-full-logos .item{ flex: 0 0 auto; width: 16.66666667%; padding: 15px; margin: -15px; }
.our-partners .data-partners-full-logos .item img{ max-width:100%; }

.our-partners .data-partners{ width:50%; border-left:1px solid var(--gray-color); padding:20px 30px; }
.our-partners .data-partners-logos{  display:flex; flex-wrap: wrap; align-items: center; min-height: 60px; }
.our-partners .data-partners-logos .item{ align-self:center; line-height:0; font-size:0px; width:calc(20% - 16px); margin:0 20px 0 0; }
.our-partners .data-partners-logos .item:last-child{ margin:0 0 0 0; }
.our-partners .data-partners-logos .item img{ max-width:100%; }
.our-partners .integration-partners{ width:25%; border-left:1px solid var(--gray-color); padding:20px 30px; }
.our-partners .integration-partners-logos .item{ align-self:center; line-height:0; font-size:0px; width:80%; }
.our-partners .integration-partners-logos .item img{ max-width:100%; }
.our-partners .integration-partners .integration-partners-logos{ display: flex; align-items: center; min-height: 60px; }
.our-partners .trade-bodies{ width:25%; border-left:1px solid var(--gray-color); padding:20px 30px; }

.our-partners .trade-bodies-logos{ display: flex; align-items: center; min-height: 60px; }
.our-partners .trade-bodies-logos .item{ align-self:center; line-height:0; font-size:0px; width:60%; }
.our-partners .trade-bodies-logos .item img{ width: auto; height: 50px; }

@media (max-width: 1199px) {
	.our-partners h6{ font-size:20px; }
	.our-partners .data-partners{ padding:20px 30px; }
	.our-partners .integration-partners{ padding:20px 30px; }
	.our-partners .trade-bodies{ padding:20px 30px; }			
}

@media (max-width: 991px) {
    .our-partners .data-partners-full-logos{ gap: 20px; }
    .our-partners .data-partners-full-logos .item{ width: 20%; padding: 10px; margin: -10px; }

    .our-partners .data-partners{ width:100%; margin-bottom:30px; }
    .our-partners .integration-partners{ width:100%; margin-bottom:30px; }
    .our-partners .trade-bodies{ width:100%; }
}
@media (max-width: 767px) {
    .our-partners .data-partners-full-logos .item{ width: 25%; }

    .our-partners .data-partners-logos{ gap: 20px; }
    .our-partners .data-partners-logos .item{ width: 25%; padding: 10px; margin: -10px !important; }
}

@media (max-width: 575px) {
    .our-partners .data-partners{ padding: 20px 20px; }
    .our-partners .data-partners-logos .item{ margin-right:10px;  width:calc(20% - 8px); }
	.our-partners .data-partners-logos .item:last-child{ margin-right:0; }
    
    .our-partners .data-partners-full{ padding: 20px; }
    .our-partners .data-partners-full-logos .item{ width: 33.333%; }
    .our-partners .data-partners-logos .item{ width: 33.333%; }

    .our-partners .integration-partners{ width: 100%; padding:20px 20px;  }
    .our-partners .trade-bodies { width: 100%; padding:20px 20px; }
}

.inner-banner{ padding: 0px 0px; position:relative; }
.inner-banner:after { content: ""; background:var(--red-color); width:400px; height:100px; display:block; position:absolute; right:0; bottom:-50px; z-index:3; border-top-left-radius:50px; border-bottom-left-radius:50px;  }
.inner-banner .inner-banner-container{ position:relative; }
.inner-banner .inner-banner-container .banner-text-area{ position:absolute; left:0; top:50%; transform:translateY(-50%); width:600px; height:500px; background:var(--bridge-color); border-top-right-radius: 600px; border-bottom-right-radius: 600px; display: flex; align-items: center; justify-content: center; padding-block: 40px; }
.inner-banner .inner-banner-container .banner-text-area .banner-text{ /*position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);*/ max-width:250px; }
.inner-banner .inner-banner-container .banner-text-area .banner-text h1{ margin-bottom:30px; font-family:"HankenGroteskLight"; font-size:26px; }
.inner-banner .inner-banner-container .img img{ width:100%; height:100%; object-fit:cover; } 
@media (max-width: 1400px) {
    .inner-banner:after{ width: 350px; height: 70px; bottom: -35px; }
	.inner-banner .inner-banner-container .banner-text-area{ height:400px; width:450px; }
}
@media (max-width: 1199px) {
    .inner-banner .inner-banner-container .banner-text-area{ height:350px; width:400px; justify-content:flex-start; }
	.inner-banner .inner-banner-container .banner-text-area .banner-text{ margin-left:30px; }
}
@media (max-width: 991px) {
    .inner-banner:after{ display:none; }
    .inner-banner .inner-banner-container { display:flex; flex-direction: column; }
	.inner-banner .inner-banner-container .img{ position:relative; }
	.inner-banner .inner-banner-container .img:after { content: ""; background:var(--red-color); width:300px; height:50px; display:block; position:absolute; right:0; bottom:-25px; z-index:3; border-top-left-radius:25px; border-bottom-left-radius:25px;  }
	.inner-banner .inner-banner-container .banner-text-area{ position: unset; width: auto; order: 2; transform: unset; height:auto; min-height: unset; padding:70px 30px 50px; background:none; border:none; }
	.inner-banner .inner-banner-container .banner-text-area .banner-text{ margin-left: 0px; max-width: unset; height:auto; }
}
@media (max-width: 767px) {
    
}
@media (max-width: 575px) {
    
}


.content-page{ border-bottom:2px solid var(--bridge-color); }
.content-page .content-page-container{ max-width:var(--containcer-size); margin:0 auto; padding:50px 0; min-height:800px; }
.content-page .content-page-title{ padding:40px 20px;  background:var(--bridge-color); font-size:32px; font-family:"HankenGroteskLight"; text-align:center; }

.popup-overlay{ position:fixed; left:0; top:0; z-index:10; width:100%; height:100%; background:rgba(0,0,0,0.35); visibility:hidden; opacity:0; transition: opacity 0.5s ease, visibility 0.5s ease; }
.popup-overlay.show{ visibility:visible; opacity:1; }

.popup{ position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); z-index:20; visibility:hidden; opacity:0; transition: opacity 0.10s ease, visibility 0.10s ease; max-width:100%; width:600px; }
.popup.show{ visibility:visible; opacity:1; }
.popup .popup-container{ background:var(--white-color); padding:40px; border-radius:30px; }
.popup .popup-container h6{ font-size:34px; margin:0 0 20px 0; }
.popup .popup-container p{ font-size:20px; font-family:"HankenGroteskLight"; margin:0 0 20px 0; }
.popup .popup-container .popup-form .field{ margin-bottom:20px; }
.popup .popup-container .popup-form .field p{ margin:0px; }
.popup .popup-container .popup-form label{ font-size:16px; margin:0 0 5px 0; display:block; }
.popup .popup-container .popup-form input[type=tel],
.popup .popup-container .popup-form input[type=text],
.popup .popup-container .popup-form input[type=email]{ border:1px solid var(--gray-color); color:var(--black-color); font-size:18px; }
.popup .popup-container .popup-form input:focus{ outline: solid 2px #b9b9b9 !important; }
.popup .popup-container .popup-form .field-btn{ margin:30px 0 0 0; display:flex; }
.popup .popup-container .popup-form .field-btn p{ margin-bottom:0px; display:flex; }
.popup .popup-container .popup-form .field-btn p .wpcf7-spinner{ align-self:center; }
.popup .popup-container .popup-form .btn{ background:var(--white-color); }
.popup .popup-container .popup-form .btn:hover{ background:var(--red-color); }
.popup .book-a-demo-response{ margin-top:20px; visibility:hidden; opacity:0; transition: opacity 0.5s ease, visibility 0.5s ease; }
.popup .book-a-demo-response.show{ visibility:visible; opacity:1; }

.success-msg{ padding:20px 25px; color:var(--white-color); background:var(--green-color); font-family:"HankenGroteskLight"; font-size:18px; display:block; text-align:center; border-radius:15px; }
.error-msg{ padding:20px 25px; color:var(--white-color); background:var(--red-color); font-family:"HankenGroteskLight"; font-size:18px; display:block; text-align:center; border-radius:15px; }

@media (max-width: 991px) {
	.popup .popup-container h6{ font-size:26px; }
	.popup .popup-container p{ font-size:18px; }
}

@media (max-width: 767px) {
	.popup{ max-width:calc(100% - 60px); }
	.popup .popup-container{ padding:40px 30px }
}
@media (max-width: 575px) {
    .popup{ max-width:calc(100% - 40px); }
	.popup .popup-container{ padding:40px 20px }
}
/* * Comman Style * */

/* * Home Page * */
.home-banner{ padding:50px 0; position: relative; background: var(--bridge-color); overflow: hidden; }
.home-banner:before{ content:""; background: url("../images/home-the-facts-lines-left-2.png") no-repeat; background-size: contain; position:absolute; z-index:1; bottom:0; left:calc(calc(50% - var(--containcer-size)/2) - 100px); height:89px; width:464px; }
.home-banner .left{ position:absolute; left:50%; top:50%; width:100%; max-width:var(--containcer-size); padding-inline: var(--container-padding); transform:translate(-50%,-50%); z-index:2;  }
.home-banner .left h1{ font-size:26px; max-width:335px; margin:0 0 30px 0; font-family:"HankenGroteskLight"; }
.home-banner .img { position:relative; left:40%; width:60%; }
.home-banner .img:after { content:""; background:var(--red-color); width:50%; height:100px; display:block; position: absolute; right:0; bottom:-50px; z-index:3; border-bottom-left-radius:50px; border-top-left-radius:50px;  }
.home-banner .img img{ object-fit:cover; width:100%; height:100%; }

/*.home-banner .home-banner-container .right{ margin-left:auto; position:absolute; width:100vw; top: 0; left:50%; }
.home-banner .home-banner-container .right:after { content: ""; background:var(--red-color); width:100%; height: 100px; display: block; position: absolute; left:450px; bottom: -50px; z-index: 3; border-radius: 50px;  }
.home-banner .home-banner-container .right .img { position:relative; height:100%; min-height:600px; z-index:3; }
.home-banner .home-banner-container .right .img img{ border-top-left-radius:400px; border-bottom-left-radius:400px; object-fit:cover; top:0; left:0; height: 100%; }*/

@media (min-width: 1550px) {
	.home-banner .img { left:40%; width:60%; }    
}

@media (max-width: 1630px) {
	.home-banner:before{  }   
}

@media (max-width: 1400px) {
	.home-banner:before{ bottom:0px; left:calc(calc(50% - var(--containcer-size)/2) - 50px); height:60px; width:300px; }   
}

@media (max-width: 991px) {
	.home-banner{ padding-bottom:160px; } 
	.home-banner .left{ position:relative; width:100%; transform:none; left:auto; top:auto; padding-bottom:50px; } 
	.home-banner .left h1{ max-width:none; }  
	.home-banner .img { left:10%; width:90%; } 
}
@media (max-width: 767px) {
	.home-banner{ padding-bottom:110px; } 
    .home-banner .left h1{ font-size:22px; }
	.home-banner .img { left:10%; width:90%; } 
	.home-banner .img:after { height:50px; bottom:-25px; border-bottom-left-radius:25px; border-top-left-radius:25px;  }
}
@media (max-width: 575px) {
    
}

.about-purl{ padding:100px 0; position:relative; background:var(--bridge-color); }
.about-purl .about-purl-container{ max-width:var(--containcer-size); margin:0 auto; padding-inline: var(--container-padding); }
.about-purl .about-purl-container h4{ font-size:48px; margin:0 0 20px 0; font-family:"HankenGroteskThin"; color:var(--gray-color); }
.about-purl .about-purl-container .about-items{ display:flex; flex-wrap: wrap; }
.about-purl .about-purl-container .about-items .item{ width:calc(25% - 22.5px); margin:0 25px 0 0; }
.about-purl .about-purl-container .about-items .item p{ font-size:20px; margin-bottom:15px; }
.about-purl .about-purl-container .about-items .item h6{ font-size:16px; font-family:"HankenGroteskLight"; margin:0 0 30px 0;  }
.about-purl .about-purl-container .about-items .item ul li{ font-family:"HankenGroteskLight"; font-size:16px; }
.about-purl .about-purl-container .about-items .item:last-child{ margin:0 0 0 auto; text-align:right; }
.about-purl .about-purl-container .about-items .item:last-child p{ font-size:26px; font-family:"HankenGroteskLight"; }
.about-purl .about-purl-container .about-items .about-purl-btn-mobile{ display:none; }
@media (max-width: 1199px) {
    .about-purl .about-purl-container .about-items .item { width: calc(30% - 22.5px); }
}
@media (max-width: 991px) {
    .about-purl { padding: 70px 0px; }
    .about-purl .about-purl-container h4{ font-size: 38px; }
    .about-purl .about-purl-container .about-items{ row-gap: 30px; margin-inline: -15px; }
    .about-purl .about-purl-container .about-items .item{ width: 50%; margin: 0px; padding: 0px 15px; }
    .about-purl .about-purl-container .about-items .item:last-child{ width: 100%; text-align:left; }	
}
@media (max-width: 575px) {
    .about-purl{ padding: 50px 0px; }
    .about-purl .about-purl-container .about-items .item { width: 100%; }
	.about-purl .about-purl-container .about-items .item:last-child{ display:none; }	
	.about-purl .about-purl-container .about-items .item h6{ margin:0 0 0 0;  }
	.about-purl .about-purl-container .about-items .item ul{ margin:0 0 30px 0; }
	.about-purl .about-purl-container .about-items .about-purl-btn-desktop{ display:none; }
	.about-purl .about-purl-container .about-items .about-purl-btn-mobile{ display:inline-block; }
}

.about-purl-description{ width: 100%; padding: 100px 0px; }
.about-purl-description .about-purl-description-container{ max-width:var(--containcer-size); margin:0 auto; padding-inline: var(--container-padding); }
.about-purl-description .about-purl-description-container p{ font-size:34px; }
@media (max-width: 1400px) {
    .about-purl-description .about-purl-description-container p{ font-size: 32px; }
}
@media (max-width: 991px) {
    .about-purl-description{ padding: 70px 0px; }
    .about-purl-description .about-purl-description-container p{ font-size: 26px; }
}
@media (max-width: 575px) {
    .about-purl-description{ padding: 50px 0px; }
    .about-purl-description .about-purl-description-container p{ font-size: 24px; }
}


.the-facts{ padding:0 0 70px; position:relative; overflow:hidden; }
.the-facts:after{ content:""; background:var(--bridge-color); position:absolute; z-index:0; bottom:0; left:0; width:100%; height:180px; }
.the-facts:before{ content:""; background:url("../images/home-the-facts-lines.png") no-repeat; background-size:contain; position:absolute; z-index:1; bottom:00px; right:calc(calc(50% - var(--containcer-size)/2) - 100px); height:89px; width:384px; }
.the-facts .img { width:50%; z-index:5; position:relative; }
.the-facts .img img{ object-fit:cover; width:100%; height:100%; }
.the-facts .right{ width:100%; padding:0 0 0 0; z-index:3; position:absolute; max-width:var(--containcer-size); padding-inline: var(--container-padding); top:50%; left:50%; transform:translate(-50%,-50%); display:flex; height:100%; }
.the-facts .right .the-facts-text{ width:50%; margin:0 0 150px auto; padding:80px 0 0 80px; }
.the-facts .right h4{ font-size:48px; margin:0 0 20px 0; font-family:"HankenGroteskThin"; color:var(--gray-color); }
.the-facts .right .facts-items .item{ margin:0 0 30px 0; font-size:20px; font-family:"HankenGroteskLight"; }
.the-facts .right .facts-items .item:last-child{ margin:0 0 0 0; }
.the-facts .right .facts-items .item strong{ font-family: 'HankenGroteskBlack'; font-size:48px; margin:0 0 5px 0; display:block; }

@media (max-width: 1550px) {
	.the-facts .right .the-facts-text{ margin:0 0 50px auto; padding:40px 0 0 60px; }	
}

@media (max-width: 1400px) {
	.the-facts:before{ bottom:0px; right:calc(calc(50% - var(--containcer-size)/2) - 50px); height:60px; width:280px; }   
}

@media (max-width: 1199px) {
	.the-facts .right .the-facts-text{ width:50%;  padding:20px 0 0 60px;  }
	.the-facts .right .facts-items .item{ margin:0 0 20px 0; }
	.the-facts .right .facts-items .item:last-child{ margin:0 0 0 0; }
	.the-facts .right .facts-items .item strong{ font-size:38px; }
}

@media (max-width: 991px) {
	.the-facts:after{ display:none; }
	.the-facts:before{ display:none; }
    .the-facts .img { width:90%; }
	.the-facts .right{ position:relative; top:auto; left:auto; transform:none; padding-top:50px; }
	.the-facts .right .the-facts-text{ width:100%; margin:0 0 0 0;  padding:0; }
    .the-facts .right h4{ font-size: 38px; }
    
}
@media (max-width: 575px) {
	.the-facts{ padding:0 0 50px; }
}


.our-products{ padding: 100px 0; background: var(--bridge-color); }
.our-products .our-products-container{ max-width:var(--containcer-size); margin:0 auto; display:flex; flex-wrap: wrap; padding-inline: var(--container-padding); }
.our-products .our-products-container .left{ width:25%; margin:0 auto 0 0; }
.our-products .our-products-container h4{ font-size:48px; margin:0 0 20px 0; font-family:"HankenGroteskThin"; color:var(--gray-color); }
.our-products .our-products-container p{ font-size:20px; margin:0 0 30px 0; max-width:300px; }
.our-products .our-products-container .right{ margin:0 0 0 auto; width:50%; }
.our-products .our-products-container .right .our-products-items{ display:flex; justify-content: end; }
.our-products .our-products-container .right .our-products-items .item{ background:var(--white-color); box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1); margin:0 30px 0 0; width:350px; border-radius:15px; padding:30px; display:flex; flex-direction:column; }
.our-products .our-products-container .right .our-products-items .item .ptitle{ margin:0 0 20px 0; text-align:center; }
.our-products .our-products-container .right .our-products-items .item ul{ margin:0 0 30px 0; }
.our-products .our-products-container .right .our-products-items .item span{ font-size:14px; }
.our-products .our-products-container .right .our-products-items .item p{ font-size:12px; margin:0 0 15px 0; }
.our-products .our-products-container .right .our-products-items .item:last-child{ margin:0 0 0 0; }
.our-products .our-products-container .right .our-products-items .item .pmore { margin:auto 0 0 0; }
.our-products .our-products-container .right .our-products-items .item .pmore .find-more{ color:var(--red-color); font-size:14px; text-decoration:underline; font-family:"HankenGroteskSemiBold"; }
@media (max-width: 1199px) {
    .our-products .our-products-container .right{ width: 70%; }
}
@media (max-width: 991px) {
    .our-products{ padding: 70px 0px; }
    .our-products .our-products-container{ row-gap: 35px; }
    .our-products .our-products-container h4{ font-size: 38px; }
    .our-products .our-products-container p{ max-width: 100%; }
    .our-products .our-products-container .left{ width: 100%; }
    .our-products .our-products-container .right{ width: 100%; }
    .our-products .our-products-container .right .our-products-items{ justify-content: flex-start; }
}
@media (max-width: 575px) {
    .our-products{ padding: 50px 0px; }
    .our-products .our-products-container .right .our-products-items{ flex-wrap: wrap; row-gap: 30px; }
    .our-products .our-products-container .right .our-products-items .item{ margin: 0px; width: 100%; }
    .our-products .our-products-container .right .our-products-items .item p{ max-width: 100%; }
}
/* * Home Page * */


/* * What We Do * */
.wwa-what-we-do{ padding:100px 0; background:var(--bridge-color); }
.wwa-what-we-do .wwa-what-we-do-container{ max-width:var(--containcer-size); margin:0 auto; display:flex; padding-inline: var(--container-padding); }
.wwa-what-we-do .wwa-what-we-do-container .left{ width:50%; }
.wwa-what-we-do .wwa-what-we-do-container .left .img { width:100%; height:100%; }
.wwa-what-we-do .wwa-what-we-do-container .left .img img { width:100%; height:100%; object-fit:cover; } 
.wwa-what-we-do .wwa-what-we-do-container .right{ width:50%; padding:40px; display:flex; flex-wrap:wrap; }
.wwa-what-we-do .wwa-what-we-do-container .right h4{ width:100%; font-size:48px; margin:0 0 20px 0; font-family:"HankenGroteskThin"; color:var(--gray-color); }
.wwa-what-we-do .wwa-what-we-do-container .right .right-first{ width:calc(50% - 20px); margin:0 auto 0 0; }
.wwa-what-we-do .wwa-what-we-do-container .right .right-first h5{ font-size:20px; margin:0 0 15px 0; }
.wwa-what-we-do .wwa-what-we-do-container .right .right-first p{ font-size:16px; font-family: "HankenGroteskLight"; margin:0 0 15px 0; }
.wwa-what-we-do .wwa-what-we-do-container .right .right-last{ width:calc(50% - 20px); margin:0 0 0 auto; }
@media (max-width: 1199px) {
	.wwa-what-we-do .wwa-what-we-do-container .right{ padding:40px 0 40px 40px; }
    .wwa-what-we-do .wwa-what-we-do-container .right .right-first{ width: 100%; }
    .wwa-what-we-do .wwa-what-we-do-container .right .right-last{ width: 100%; margin-top: 20px; }
}
@media (max-width: 991px) {
    .wwa-what-we-do{ padding:0px 0px 50px; background:none; }
    .wwa-what-we-do .wwa-what-we-do-container{ flex-wrap: wrap; }
    .wwa-what-we-do .wwa-what-we-do-container .left{ width: 100%; }
    .wwa-what-we-do .wwa-what-we-do-container .right{ width: 100%; padding: 40px 0px 0px; }
	.wwa-what-we-do .wwa-what-we-do-container .right h4{ font-size:38px; }
    .wwa-what-we-do .wwa-what-we-do-container .right .right-first{ width: calc(50% - 20px); }
    .wwa-what-we-do .wwa-what-we-do-container .right .right-last{ width: calc(50% - 20px); margin: 0 0 0 auto; }
}

@media (max-width: 767px) {
	.wwa-what-we-do .wwa-what-we-do-container .right .right-first{ width: calc(50% - 15px); }
    .wwa-what-we-do .wwa-what-we-do-container .right .right-last{ width: calc(50% - 15px); }	
}

@media (max-width: 575px) {
    .wwa-what-we-do .wwa-what-we-do-container .right .right-first { width: 100%; }
    .wwa-what-we-do .wwa-what-we-do-container .right .right-last { width: 100%; margin: 20px 0px 0px 0px; }
}

.wwa-about-brands { padding: 100px 0px 50px; }
.wwa-about-brands .wwa-about-brands-container{ max-width:var(--containcer-size); margin:0 auto; display:flex; padding-inline: var(--container-padding); }
.wwa-about-brands .wwa-about-brands-container .item{ width:calc(50% - 10px); margin:0 20px 0 0; display:flex; }
.wwa-about-brands .wwa-about-brands-container .item .brands-logo{ padding:50px; width:45%; background:var(--bridge-color); border-top-right-radius:400px; border-bottom-right-radius:400px; display:flex; 
    min-height: 300px;
}
.wwa-about-brands .wwa-about-brands-container .item .brands-logo .img{ align-self:center; 
    max-width: 250px; display: flex; justify-content: center; margin-inline: auto;
}
.wwa-about-brands .wwa-about-brands-container .item .brands-info{ padding:30px 25px; width:55%; display:flex; flex-direction:column; }
.wwa-about-brands .wwa-about-brands-container .item .brands-info h6{ font-size:26px; margin:0 0 20px 0; }
.wwa-about-brands .wwa-about-brands-container .item .brands-info p{ font-size:16px; line-height:1.6; font-family: "HankenGroteskLight"; margin:0 0 20px 0; }
.wwa-about-brands .wwa-about-brands-container .item .brands-info a{ margin-top:auto; }
.wwa-about-brands .wwa-about-brands-container .item:nth-child(2n){ margin:0 0 0 0; }
@media (max-width: 1199px) {
    .wwa-about-brands .wwa-about-brands-container{ flex-wrap: wrap; row-gap: 30px; }
    .wwa-about-brands .wwa-about-brands-container .item{ width: 100%; margin: 0px; }
}
@media (max-width: 991px) {
    .wwa-about-brands { padding:70px 0px 35px; }
}
@media (max-width: 767px) {
    .wwa-about-brands .wwa-about-brands-container .item{ width: 100%; margin: 0px; flex-wrap: wrap; }
    .wwa-about-brands .wwa-about-brands-container .item .brands-logo{ width: 100%; min-height: 250px; }
    .wwa-about-brands .wwa-about-brands-container .item .brands-info{ width: 100%; padding: 30px 0px 20px 0px; }
}
@media (max-width: 575px) {
    .wwa-about-brands{ padding: 50px 0px 25px; }
    .wwa-about-brands .wwa-about-brands-container .item .brands-logo{ padding: 40px; min-height:250px; }
    .wwa-about-brands .wwa-about-brands-container .item .brands-info h6{ font-size: 22px; }
}
/* * What We Do * */


/* * Product Page * */
.product-banner{ padding:100px 0; background:var(--bridge-color); position:relative; }
.product-banner:before{ content:""; background: url("../images/home-the-facts-lines-left-2.png") no-repeat; background-size: contain; position:absolute; z-index:1; bottom:50px; left:calc(calc(50% - var(--containcer-size)/2) - 100px); height:89px; width:464px; }
.product-banner .product-banner-container{ max-width:var(--containcer-size); margin:0 auto; display:flex; padding-inline: var(--container-padding); }
.product-banner .product-banner-container .img{ width:50%; margin:0 0 0 auto; }
.product-banner .product-banner-container .product-banner-text{ width:25%; align-self:center; margin:0 auto 0 0; }
.product-banner .product-banner-container .product-banner-text p{ margin-bottom:30px; font-family:"HankenGroteskLight"; font-size:26px; max-width:350px; }
.product-banner .product-banner-container .product-banner-text .banner-heading{ margin-bottom:20px; }
.product-banner .product-banner-container .product-banner-text .down-arrow img{ width:20px; }

@media (max-width: 1400px) {
	.product-banner:before{ bottom:30px; left:calc(calc(50% - var(--containcer-size)/2) - 50px); height:60px; width:300px; }   
    .product-banner .product-banner-container .product-banner-text{ width: 100%; max-width: 335px; }	
}

@media (max-width: 991px) {
    .product-banner .product-banner-container .product-banner-text{ max-width: 320px; }
    .product-banner .product-banner-container .product-banner-text p{ max-width: 100%; }
}
@media (max-width: 767px) {
    .product-banner{ padding: 50px 0px 70px; }
	.product-banner:before{ bottom:10px; }  
    .product-banner .product-banner-container{ flex-wrap: wrap; }
    .product-banner .product-banner-container .img{ width: 100%; margin: 50px 0px 0px; }
    .product-banner .product-banner-container .product-banner-text { max-width: 100%; }
    .product-banner .product-banner-container .product-banner-text p{ font-size: 22px; }
}


.product-whats-included { padding:100px 0; }
.product-whats-included .product-whats-included-container{ max-width:var(--containcer-size); margin:0 auto; display:flex; flex-wrap:wrap; padding-inline: var(--container-padding); }
.product-whats-included .product-whats-included-container h4{ width:100%; font-size:48px; margin:0 0 20px 0; font-family:"HankenGroteskThin"; color:var(--gray-color); }
.product-whats-included .product-whats-included-container .whats-included-text{ width:25%; margin:0 auto 0 0; }
.product-whats-included .product-whats-included-container .whats-included-text h6{ font-size:20px; margin:0 0 15px 0; }
.product-whats-included .product-whats-included-container .whats-included-text p{ font-size:16px; font-family: "HankenGroteskLight"; margin:0 0 30px 0; }
.product-whats-included .product-whats-included-container .whats-included-text a{ margin-top:auto; }
.product-whats-included .product-whats-included-container .whats-included-items{ width:50%; margin:0 0 0 auto; display:flex; flex-wrap:wrap; gap: 30px; }
.product-whats-included .product-whats-included-container .whats-included-items .item{ width:calc(50% - 15px); /*margin:0 30px 0 0;*/ }
/*.product-whats-included .product-whats-included-container .whats-included-items .item:nth-child(2n){ margin:0 0 0 0; }*/
.product-whats-included .product-whats-included-container .whats-included-items .item h5{ font-family:"HankenGroteskSemiBold"; font-size:24px; padding:0 0 15px 40px; position:relative; }
.product-whats-included .product-whats-included-container .whats-included-items .item h5:before{ content:"";position:absolute; z-index:1; top:0; left:0; height:30px; width:30px; }
.product-whats-included .product-whats-included-container .whats-included-items .item p{ font-family: "HankenGroteskLight"; font-size:16px; /*margin-bottom:30px;*/ }
@media (max-width: 991px) {
    .product-whats-included .product-whats-included-container h4 { font-size: 38px; }
    .product-whats-included .product-whats-included-container .whats-included-text { width: 100%; }
    .product-whats-included .product-whats-included-container .whats-included-items { width: 100%; margin-top: 40px; row-gap: 30px; }
    .product-whats-included{ padding: 70px 0px; }
}
@media (max-width: 575px) {
    .product-whats-included { padding: 50px 0px; }
    .product-whats-included .product-whats-included-container .whats-included-items .item{ width: 100%; }
    .product-whats-included .product-whats-included-container .whats-included-items .item h5{ font-size: 22px; padding: 3px 0 15px 40px; }
}

.product-whats-included .product-whats-included-container .whats-included-items .item.item-plots h5:before{ background:url("../images/map-point.svg") no-repeat; }
.product-whats-included .product-whats-included-container .whats-included-items .item.item-plans h5:before{ background:url("../images/maximize.svg") no-repeat; height:28px; width:30px; }
.product-whats-included .product-whats-included-container .whats-included-items .item.item-orders h5:before{ background:url("../images/clipboard.svg") no-repeat; }
.product-whats-included .product-whats-included-container .whats-included-items .item.item-creative h5:before{ background:url("../images/creativity.svg") no-repeat; }
.product-whats-included .product-whats-included-container .whats-included-items .item.item-performance h5:before{ background:url("../images/seo.svg") no-repeat; }
.product-whats-included .product-whats-included-container .whats-included-items .item.item-trading h5:before{ background:url("../images/trade.svg") no-repeat; }

.product-other-plan { padding:60px 0; background:var(--bridge-color); }
.product-other-plan .product-other-plan-container{ max-width:var(--containcer-size); margin:0 auto; display:flex; padding-inline: var(--container-padding); }
.product-other-plan .product-other-plan-container .left{ width:50%; margin:0 auto 0 0; align-self:center; }
.product-other-plan .product-other-plan-container .left .img{ max-width:250px; margin-bottom:20px; }
.product-other-plan .product-other-plan-container .left p{ margin-bottom:0px; font-size:20px; font-family: "HankenGroteskLight"; }
.product-other-plan .product-other-plan-container .right{ margin:0 0 0 auto; align-self:center; }
@media (max-width: 991px) {
    .product-other-plan .product-other-plan-container .left { width: 70%; }
}
@media (max-width: 767px) {
    .product-other-plan{ padding: 50px 0px; }
    .product-other-plan .product-other-plan-container{ flex-wrap: wrap; }
    .product-other-plan .product-other-plan-container .left { width: 100%; }
    .product-other-plan .product-other-plan-container .right { margin: 30px 0px 0px; }
}
/* * Product Page * */

/* * Contact Us Page * */
.contact-us{ padding:100px 0px 100px; background:var(--bridge-color); position: relative; }
/*.contact-us:before{ content:""; background:url("../images/home-the-facts-lines-left.png") no-repeat; background-position: left bottom; background-size: contain; position: absolute; z-index: 1; bottom: 80px; left: 0; height: 89px; width: 384px; }*/
.contact-us:before{ content:""; background: url("../images/home-the-facts-lines-left-2.png") no-repeat; background-size: contain; position:absolute; z-index:1; bottom:50px; left:calc(calc(50% - var(--containcer-size)/2) - 100px); height:89px; width:464px; }
.contact-us .contact-us-container{ display:flex; max-width:var(--containcer-size); margin:0 auto; padding-inline: var(--container-padding); }
.contact-us .contact-us-container .left{ width:25%; padding: 0 0 0 0; margin: 0 0 auto 0; min-width: 335px; }
.contact-us .contact-us-container .left .contact-us-info{ margin-bottom:40px; }
.contact-us .contact-us-container .left .contact-us-info h4{ font-size:48px; margin:0 0 20px 0; font-family:"HankenGroteskThin"; color:var(--gray-color); }
.contact-us .contact-us-container .left .contact-us-info p{ font-size:20px; font-family: "HankenGroteskLight";  }
.contact-us .contact-us-container .left .contact-us-info p strong{ font-family:"HankenGroteskRegular"; }
.contact-us .contact-us-container .left .contact-us-address h5{ color:var(--red-color); font-size:18px;  font-weight:normal;  font-family:"HankenGroteskSemiBold"; margin-bottom:10px; }
.contact-us .contact-us-container .left .contact-us-address p{ font-family:"HankenGroteskLight"; font-size:16px; max-width:280px; }
.contact-us .contact-us-container .right{ width:50%; padding:0 0 0 50px; margin:0 0 0 auto; }
.contact-us .contact-us-container .right h4{ font-size:48px; margin:0 0 20px 0; font-family:"HankenGroteskThin"; color:var(--gray-color); }
.contact-us .contact-us-container .right .btn{ background:none; cursor:pointer; }
.contact-us .contact-us-container .right .btn:hover{ background:var(--red-color); }
/* * Contact Us Page * */

.form-fields{  }
.form-fields .field{ padding-bottom: 20px; }
.form-fields select{ font-style: italic; -webkit-appearance: none; appearance: none; background-image: url(../images/select-arrow.png); background-repeat: no-repeat; background-position: right center; background-size: 30px; }
.form-fields .field input:focus{ outline: solid 2px #b9b9b9 !important; }
.form-fields .field textarea:focus { outline: solid 2px #b9b9b9 !important; }
.form-fields .submit-btn p{ display:flex; }
.form-fields .submit-btn p .wpcf7-spinner{ align-self:center; }

/*--- Select2 Start ---*/
.form-fields .field .select2-container { width: 100% !important; }
.form-fields .field .select2-container .select2-selection--single { padding: 15px; min-height: 53px; border:1px solid var(--bridge-color); border-radius: 10px !important; }
.form-fields .field .select2-container.select2-container.select2-container--open .select2-selection--single { box-shadow: 0px 0px 0px 2px #b9b9b9; }
.form-fields .field .select2-container--default .select2-selection--single .select2-selection__arrow{ width: 40px; height: 50px; }
.form-fields .field .select2-container--default .select2-selection--single .select2-selection__arrow b { border: 0px !important; margin: 0px !important; background-image: url(../images/select-arrow.png); background-repeat: no-repeat; background-position: center center; background-size: 14px; width: 100%; height: 100%; top: 0; left: 0; }
.form-fields .field .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border: 0px !important; transform: rotate(180deg); }
.form-fields .field .select2-container--default .select2-selection--single .select2-selection__rendered{ font-family: "HankenGroteskLight"; line-height: normal; color: var(--red-color); padding-left: 5px; padding-right: 30px; }
.select2-container--open .select2-dropdown--below { font-family: "HankenGroteskLight"; }
.select2-container .select2-dropdown{ border: solid 2px #b9b9b9 !important; padding: 15px; border-radius: 10px !important; top: 8px; }
.select2-container .select2-search{ display: none !important; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: transparent !important; color: #000000 !important; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover { color: var(--red-color) !important; }
.select2-container--default .select2-results__option--selected{ display: none; }
.select2-container--default .select2-selection--single .select2-selection__placeholder { color: var(--red-color) !important;font-style: italic;  }
/*--- Select2 End ---*/


@media (max-width: 1400px) {
	.contact-us:before{ bottom:50px; left:calc(calc(50% - var(--containcer-size)/2) - 50px); height:60px; width:300px; }   
}
@media (max-width: 991px) {
    .contact-us { padding: 70px 0px 100px; }
    .contact-us .contact-us-container .left{ width: 40%; min-width: unset; }
	.contact-us .contact-us-container .left .contact-us-info h4 { font-size: 38px; }
	.contact-us .contact-us-container .left .contact-us-info p{ font-size:18px; }
    .contact-us .contact-us-container .right { width: 60%; }
    .contact-us .contact-us-container .right h4 { font-size: 38px; }
}
@media (max-width: 767px) {
	.contact-us:before{ bottom:20px; }   
    .contact-us .contact-us-container{ flex-wrap: wrap; }
    .contact-us .contact-us-container .left { width: 100%; }
    .contact-us .contact-us-container .right { width: 100%; padding: 40px 0px 0px 0px; }
}
@media (max-width: 575px) {
    .contact-us { padding: 50px 0px 100px; }    
    .form-fields .field{ padding-bottom: 15px; }
}



/* * Terms Pages * */
.terms-page{ border-bottom: 2px solid var(--bridge-color); }
.terms-page .terms-page-title{ padding: 40px 20px;  background:var(--bridge-color); font-size:32px; font-family:"HankenGroteskLight"; text-align:center; }
.terms-page .terms-page-container{ max-width:var(--containcer-size); margin: 0 auto; padding-inline: var(--container-padding); padding-block: 100px; }
.terms-page table{ margin-bottom: 20px; }
.terms-page ul, .terms-page ol{ margin-bottom: 25px; list-style-position: inside; margin-left: 10px; }
.terms-page ul{ list-style-type: disc; }
.terms-page ol{ list-style-type: disc; /*list-style-type: lower-alpha;*/ }
.terms-page ul li, .terms-page ol li{ padding-block: 5px; }
.terms-page h1{ padding-bottom: 20px; }
.terms-page h2{ padding-top: 20px; padding-bottom: 20px; }
.terms-page p{ font-family:"HankenGroteskLight"; }
@media (max-width: 991px) {
    .terms-page .terms-page-container{ padding-block: 70px; }
}
@media (max-width: 575px) {
    .terms-page h1{ font-size: 30px; }
    .terms-page .terms-page-container{ padding-block: 50px; }
    .terms-page .terms-page-title{ font-size: 28px; }
}