/*
Theme Name: Wayyak
Author: Ali Alaa El Dine
Version: 1.0.36
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*{
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

:root {
  /*--main-pad-horiz: 120px;
  --blks-pad-horiz: 30px;
  --blks-margin-fix: -30px;*/
}

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,400;0,500;0,600;1,200&display=swap');*/

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/Gotham-Light.eot');
	src: url('assets/fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Gotham-Light.woff2') format('woff2'),
		url('assets/fonts/Gotham-Light.woff') format('woff'),
		url('assets/fonts/Gotham-Light.ttf') format('truetype'),
		url('assets/fonts/Gotham-Light.svg#Gotham-Light') format('svg');
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/Gotham-Medium.eot');
	src: url('assets/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Gotham-Medium.woff2') format('woff2'),
		url('assets/fonts/Gotham-Medium.woff') format('woff'),
		url('assets/fonts/Gotham-Medium.ttf') format('truetype'),
		url('assets/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('assets/fonts/GothamBold.eot');
	src: url('assets/fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/GothamBold.woff2') format('woff2'),
		url('assets/fonts/GothamBold.woff') format('woff'),
		url('assets/fonts/GothamBold.ttf') format('truetype'),
		url('assets/fonts/GothamBold.svg#GothamBold') format('svg');
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
}

/*html{
  scroll-behavior: smooth;
}*/

body{
    padding: 0;
    margin: 0;
    /*font-family: 'Gotham',  Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    font-family: 'Gotham', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000;
}

p{
    margin: 0;
}

a, input, button, textarea{
    outline: none !important;
}

h1, h2, h3, h4{
  font-weight: 400;
	margin: 0;
}

h1.light, h2.light, h3.light, h4.light{
  font-weight: 100;
}

h1.book, h2.book, h3.book, h4.book{
  font-weight: 400;
}

h1.medium, h2.medium, h3.medium, h4.medium{
  font-weight: 500;
}

h1.bold, h2.bold, h3.bold, h4.bold{
  font-weight: 700;
}

.mobile-only{
    display: none;
}

.light{
  font-weight: 200;
}
.book{
  font-weight: 400;
}
.medium{
  font-weight: 500;
}
.bold{
  font-weight: 700;
}

a, input, textarea, button{
	outline: none !important;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	font-weight: 500 !important;
	padding: 0;
	font-size: 16px;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

header.wyk-header .menu-logo-wrap {
  display: flex;
  align-items: center;
}

header.wyk-header .menu-logo-container{
	position: relative;
}

header.wyk-header{
  background-color: #fff;
  position: fixed;
  z-index: 20;
  width: 100%;
  left: 0;
  top: 0;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scrolling header.wyk-header{
	box-shadow: 0 0 5px rgba(20, 38, 66, 0.3);
}

header.wyk-header .header-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 40px;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scrolling header.wyk-header .header-container{
	padding: 6px 40px;
}

header.wyk-header .menu-logo-wrap {
  display: flex;
  align-items: center;
}

header.wyk-header .menu-logo-wrap .wyk-logo {
  max-width: 130px;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scrolling header.wyk-header .menu-logo-wrap .wyk-logo {
  max-width: 100px;
}

header.wyk-header .menu-logo-wrap .wyk-logo a{
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
}

header.wyk-header .menu-logo-wrap .wyk-logo a img,
header.wyk-header .menu-logo-wrap .wyk-logo a svg{
	width: 100%;
	height: auto;
	display: block;
}

header.wyk-header .menu-logo-wrap .wyk-menu {
  padding: 0 100px 0 80px;
	flex: 1;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item{
	padding: 0 60px 0 0;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item:last-child{
	padding: 0;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.get-quote > a.mega-menu-link,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.contact > a.mega-menu-link {
  background-color: #142642;
  padding: 0 12px;
  border-radius: 25px;
  color: #fff;
  height: 38px;
  line-height: 34px;
  border: 2px solid #142642;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.get-quote > a.mega-menu-link:hover,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.contact > a.mega-menu-link:hover {
  background-color: transparent;
  color: #142642;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
	line-height: normal;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
	color: #456eb5;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu{
	border-radius: 10px !important;
	overflow: hidden !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.3) !important;
	background-color: transparent !important;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item > ul.mega-sub-menu > .mega-menu-item{
	padding: 0 0 1px;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-item > ul.mega-sub-menu > .mega-menu-item:last-child{
	padding: 0;
}

footer.wyk-footer {
  background-color: #142642;
}

footer.wyk-footer .footer-container{
	max-width: 1140px;
  margin: 0 auto;
  padding: 60px 40px 25px;
}

footer.wyk-footer .footer-elems {
  display: flex;
}

footer.wyk-footer .footer-elems .sitemap-nl {
  flex: 1;
  padding: 0 0 0 60px;
	display: flex;
}

footer.wyk-footer .footer-elems .flogo-wrap{
	max-width: 160px;
}

footer.wyk-footer .footer-elems .flogo-wrap img{
	width: 100%;
	height: auto;
	display: block;
}

footer.wyk-footer .footer-elems .fmenu-title {
  color: #CED3F8;
  font-size: 16px;
  font-weight: 700;
	padding: 0 0 3px;
}

footer.wyk-footer .footer-elems .sitemap-nl .fmenu ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

footer.wyk-footer .footer-elems .sitemap-nl .fmenu ul.menu li{
	padding: 0;
}

footer.wyk-footer .footer-elems .sitemap-nl .fmenu ul.menu li a{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
}

footer.wyk-footer .footer-elems .sitemap-nl .fmenu ul.menu li a:hover{
	text-decoration: underline;
}

footer.wyk-footer .footer-elems .sitemap-nl .fmenu {
  padding: 0 0 16px;
}

footer.wyk-footer .footer-elems .sitemap-nl .fmenu:last-child {
  padding: 0;
}

footer.wyk-footer .footer-elems .sitemap-nl .sitemap {
  flex: 0.6;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-wrapper {
  flex: 0.4;
}

footer.wyk-footer .footer-elems .sitemap-nl .sitemap .sitemap-cols {
  display: flex;
}

footer.wyk-footer .footer-elems .sitemap-nl .sitemap .sitemap-cols .sitemap-col{
	flex: 1;
	padding: 0 40px;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-wrapper .nl-text {
  color: #fff;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form {
  padding: 15px 0 0;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .nl-input {
  border: 2px solid #fff;
  border-radius: 26px;
	padding: 0 80px 0 0;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .nl-input p{
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	width: 100%;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .nl-input p .wpcf7-form-control-wrap{
	display: block;
	position: relative;
	width: 100%;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .nl-input .wpcf7-form-control {
  width: 100%;
  height: 48px;
  background: transparent;
  border: none;
  color: #fff;
  font-family: 'Gotham', sans-serif;
  font-size: 16px;
  padding: 0 15px;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .nl-submit {
  position: absolute;
  right: 2px;
  top: 2px;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .wpcf7-form {
  display: block;
  position: relative;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .nl-submit p{
	width: 100%;
	display: block;
	position: relative;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .nl-submit .wpcf7-submit {
  height: 48px;
  width: 80px;
  border-radius: 0 24px 24px 0;
  border: none;
  background: #456eb5;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Gotham', sans-serif;
  text-align: center;
  color: #fff;
  cursor: pointer;
	padding: 0;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .nl-submit .wpcf7-submit:hover{
	opacity: 0.8;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .nl-submit .wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  border-radius: 0 24px 24px 0;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .nl-submit .wpcf7-spinner::before{
	top: 50%;
  left: 50%;
	margin: -8px 0 0 -8px;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .nl-input p .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
  position: absolute;
  left: 15px;
  bottom: -5px;
  font-size: 12px;
	letter-spacing: 0.5px;

  -webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

footer.wyk-footer .footer-elems .sitemap-nl .nl-form .wpcf7 form.sent .wpcf7-response-output{
  color: #46b450;
  border: none;
  padding: 10px 0 0;
  margin: 0;
  font-size: 14px;
}

.footer-legal-sm .sm-channels ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.footer-legal-sm .sm-channels ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 0 0;
}

.footer-legal-sm .sm-channels ul li:last-child{
	padding: 0;
}

.footer-legal-sm .sm-channels ul li a{
	display: block;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-legal-sm .sm-channels ul li a:hover{
	opacity: 0.7;
}

.footer-legal-sm .sm-channels ul li a img{
	width: 20px;
	height: auto;
	display: block;
}

.footer-legal-sm .cr{
	font-size: 13px;
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

.footer-legal-sm .legal-fmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.footer-legal-sm .legal-fmenu ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

.footer-legal-sm .legal-fmenu ul li:last-child{
	border: none;
	padding-right: 0;
}

.footer-legal-sm .legal-fmenu ul li a{
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #fff;
}

.footer-legal-sm .legal-fmenu ul li a:hover{
	text-decoration: underline;
}

footer.wyk-footer .footer-legal-sm {
  font-size: 0;
  text-align: right;
  padding: 30px 0 0;
}

footer.wyk-footer .footer-legal-sm .sm-channels,
footer.wyk-footer .footer-legal-sm .cr,
footer.wyk-footer .footer-legal-sm .legal-fmenu{
	display: inline-block;
	vertical-align: middle;
}

footer.wyk-footer .footer-legal-sm .sm-channels{
	padding: 0 20px 0 0;
}

.wyk-sec.hhero {
  padding: 80px 0 0;
}

.wyk-sec .sec-cont {
  max-width: 1140px;
  margin: 0 auto;
	padding: 70px 15px;
}

.wyk-sec.hhero.category-hero {
  background: #F2F5F7;
}

.wyk-sec.hhero .hhero-txts {
  width: 50%;
  min-height: 40vh;
  display: flex;
  align-items: center;
}

.wyk-sec.hhero.category-hero .hhero-txts{
	width: 100%;
}

.wyk-sec.hhero.article-hero .hhero-txts,
.wyk-sec.hhero.service-hero .hhero-txts{
	min-height: 50vh;
}

.wyk-sec.hhero.home-hero .hhero-txts{
	min-height: 60vh;
}

.wyk-sec.hhero.category-hero .hhero-txts .hhero-txts-wrap {
  display: flex;
  align-items: center;
	gap: 40px;
	width: 100%;
}

.wyk-sec.hhero.category-hero .hhero-txts .hhero-txts-wrap .hhero-title,
.wyk-sec.hhero.category-hero .hhero-txts .hhero-txts-wrap .hhero-img{
	flex: 1;
}

.wyk-sec.hhero.category-hero .hhero-txts .hhero-txts-wrap .hhero-img img{
	width: 100%;
	height: auto;
	display: block;
}

.wyk-sec.hhero .sec-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	position: relative;
}

.wyk-sec.hhero .sec-cont {
	position: relative;
	z-index: 2;
}

.wyk-sec.hhero .hhero-txts .hhero-title {
  padding: 0 0 10px;
}

.wyk-sec.hhero .hhero-txts .hhero-title h1{
	max-width: 360px;
}

.wyk-sec.hhero.home-hero .hhero-txts .hhero-title h1{
	max-width: unset;
}

.wyk-sec.hhero .hhero-txts .hhero-title h1 {
  font-size: 54px;
	color: #fff;
}

.wyk-sec.hhero.category-hero .hhero-txts .hhero-title h1{
	color: #142642;
}

.wyk-sec.hhero .hhero-txts .hhero-txt {
  color: #fff;
  text-shadow: 0 0 20px rgb(20, 38, 66);
}

.wyk-sec.hhero .hhero-txts .hhero-txt p{
	padding: 0 0 10px;
}

.wyk-sec.hhero .hhero-txts .hhero-txt p:last-child{
	padding: 0;
}

.wayyak-btn {
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  background-color: #142642;
  display: inline-block;
  border-radius: 25px;
  padding: 0 13px 0 18px;
  line-height: 46px;
	font-size: 0;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.5px;
	border: 2px solid #142642;
	cursor: pointer;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.wayyak-btn:hover {
  background-color: rgba(255,255,255,0.5);
  color: #142642;
}

.wayyak-btn span{
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
	line-height: normal;
}

.wayyak-btn span.btn-txt{
	font-size: 14px;
}

.wayyak-btn span.btn-icn{
	width: 27px;
}

.wayyak-btn span.btn-icn svg{
	width: 100%;
	height: auto;
	display: block;
}

.wayyak-btn span.btn-icn svg path{
	fill: #fff;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.wayyak-btn:hover span.btn-icn svg path{
	fill: #142642;
}

.wayyak-btn-wrap{
	padding: 24px 0 0;
}

.wayyak-btn-wrap.al-left{
	text-align: left;
}

.wayyak-btn-wrap.al-center{
	text-align: center;
}

.wyk-sec .sec-title {
  text-align: center;
  padding: 0 0 30px;
}

.wyk-sec .sec-title h2 {
  font-size: 38px;
  color: #101010;
}

.wyk-sec .sec-title.white h2{
	color: #fff;
}

.wyk-sec.abt .abt-summary {
  text-align: center;
}

.wayyak-btn-wrap.abt-cta-wrap {
  padding: 40px 0 0;
}

.wyk-sec.insurance-lines,
.wyk-sec.whywayyak {
  background: #F8F8F8;
}

.wyk-sec.insurance-lines .insurance-lines-cont {
  display: flex;
  gap: 60px;
}

.wyk-sec.insurance-lines .scat-blk .scat-icon {
  max-width: 320px;
  margin: 0 auto;
	padding: 0 0 35px;
}

.wyk-sec.insurance-lines .scat-blk .scat-icon img{
	width: 100%;
	height: auto;
	display: block;
}

.wyk-sec.insurance-lines .scat-blk .scat-blk-cont{
	text-align: center;
}

.wyk-sec.insurance-lines .scat-blk .scat-name {
  font-size: 24px;
  font-weight: 700;
	padding: 0 0 15px;
}

.wyk-sec.insurance-lines .insurance-lines {
  padding: 30px 0 0;
}

.wyk-sec.services .services-list .services-list-cont {
  font-size: 0;
	margin: 0 -40px;
}

.wyk-sec.services .services-list .service-blk {
  display: inline-block;
  vertical-align: top;
  width: 33.333333333%;
  padding: 20px 40px;
}

.wyk-sec.services .services-list .service-blk .service-thumb {
  padding: 0 0 15px;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.wyk-sec.services .services-list .service-blk .service-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}

.wyk-sec.services .services-list .service-blk .service-name {
  font-size: 18px;
  font-weight: 500;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.wyk-sec.services .services-list .service-blk .service-blk-cont {
  position: relative;
}

.wyk-sec.services .services-list .service-blk .service-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  text-decoration: none;
}

.wyk-sec.services .services-list .service-blk .service-blk-cont:hover .service-name {
  color: #456eb5;
}

.wyk-sec.services .services-list .service-blk .service-blk-cont:hover .service-thumb{
	opacity: 0.8;
}

.wyk-sec.whywayyak .wcw-list .wcw-list-cont {
  font-size: 0;
  margin: 0 -40px;
}

.wyk-sec.whywayyak .wcw-list .wcw-blk {
  display: inline-block;
  vertical-align: top;
  width: 33.333333333%;
  padding: 25px 40px;
}

.wyk-sec.whywayyak .wcw-list .wcw-blk .wcw-icon {
  padding: 0 0 10px;
}

.wyk-sec.whywayyak .wcw-list .wcw-blk .wcw-icon img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wyk-sec.whywayyak .wcw-list .wcw-blk .wcw-title {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 10px;
}

.wyk-sec.whywayyak .wcw-list .wcw-blk .wcw-text {
  font-size: 16px;
}

.wyk-sec.partners{
	background-color: #142642;
}

.wyk-sec.partners .fcl-list .client-blk-cont {
  position: relative;
}

.wyk-sec.partners .fcl-list .client-blk-cont img {
  width: 100%;
  height: auto;
  display: block;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.wyk-sec.partners .fcl-list .client-blk {
  padding: 0 40px;
}

.wyk-sec.partners .fcl-list .client-blk-cont .fcl-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.wyk-sec.partners .fcl-list .client-blk-cont.clinked:hover img{
	opacity: 0.8;
}

.wyk-sec.partners .fcl-list {
  padding: 20px 0 0;
}

.articles-list .articles-list-cont {
  font-size: 0;
  margin: 0 -40px;
}

.articles-list .article-blk {
  width: 33.333333333%;
  display: inline-block;
  vertical-align: top;
  padding: 20px 40px;
}

.articles-list .article-blk .article-img img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 25PX 25PX 0 0;
}

.articles-list .article-blk .article-date {
  font-size: 14px;
  color: #6B6767;
}

.articles-list .article-blk .article-txts {
  background-color: #F0F1FA;
  border-radius: 0 0 25px 25px;
  padding: 12px 22px 25px;
}

.articles-list .article-blk .article-title {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0 3px;
}

.articles-list .article-blk .article-summary {
  font-size: 15px;
}

.wayyak-link-wrap {
  padding: 15px 0 0;
}

.wayyak-link{
	font-size: 14px;
  font-weight: 500;
  display: inline-block;
	font-size: 0;
	text-decoration: none;
	letter-spacing: 0.5px;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.wayyak-link.black{
	color: #151515;
}

.wayyak-link span{
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px 0 0;
	line-height: normal;
}

.wayyak-link span:last-child{
	padding: 0;
}

.wayyak-link span.btn-txt{
	font-size: 14px;
}

.wayyak-link span.btn-icn{
	width: 20px;
}

.wayyak-link span.btn-icn svg{
	width: 100%;
	height: auto;
	display: block;
}

.wayyak-link span.btn-icn svg path{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.wayyak-link.black span.btn-icn svg path{
	fill: #151515;
}

.wayyak-link.black:hover span.btn-icn svg path{
	fill: #456eb5;
}

.wayyak-link.black:hover{
	color: #456eb5;
}

.wyk-sec.cat-desc .category-summary {
  text-align: center;
}

.wyk-sec.cat-desc .sec-cont {
  padding-bottom: 0;
}

.vis-mis-content .vm-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.vis-mis-content .vm-title {
  color: #101010;
  font-size: 28px;
  font-weight: 700;
  padding: 0 0 15px;
}

.vis-mis-content .vm-text p{
	padding: 0 0 10px;
}

.vis-mis-content .vm-text p:last-child{
	padding: 0;
}

.wyk-page.vision-mission .wyk-sec.notoppad .sec-cont {
  padding: 0 15px 70px;
}

.inner-sec-title {
  padding: 0 0 35px;
}

.inner-sec-title.left{
	text-align: left;
}

.inner-sec-title h2{
	font-size: 28px;
}

.faq-list .faq-row {
  border-top: 1px solid #CFCFCF;
}

.faq-list .faq-row:last-child {
  border-bottom: 1px solid #CFCFCF;
}

.faq-list .faq-row .faq-quest {
  position: relative;
  padding: 18px 0 20px;
	cursor: pointer;
}

.faq-list .faq-row .faq-quest .quest-txt {
  display: block;
  color: #101010;
  font-size: 20px;
  font-weight: 500;
	padding: 0 30px 0 0;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.faq-list .faq-row .faq-quest:hover .quest-txt{
	color: #456eb5;
}

.faq-list .faq-row .faq-quest .quest-icn {
  position: absolute;
  display: flex;
  right: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  align-items: center;
  margin: -8px 0 0;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.faq-list .faq-row.open .faq-quest .quest-icn{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-list .faq-row .faq-quest .quest-icn svg{
	width: 100%;
	height: auto;
	display: block;
}

.faq-list .faq-row .faq-quest .quest-icn svg path{
	fill: #101010;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.faq-list .faq-row .faq-quest:hover .quest-icn svg path{
	fill: #456eb5;
}

.faq-list .faq-row .faq-ans {
  padding: 5px 0 20px;
	display: none;
}

.faq-list .faq-row .faq-ans p{
	padding: 0 0 10px;
}

.faq-list .faq-row .faq-ans p:last-child{
	padding: 0;
}

.wyk-sec.ca-content .ca-cols {
  display: flex;
  gap: 30px;
}

.wyk-sec.ca-content .ca-cols .cs-sec-col.ca-img {
  flex: 0.4;
}

.wyk-sec.ca-content .ca-cols .cs-sec-col.ca-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.wyk-sec.ca-content .ca-cols .cs-sec-col.ca-txt {
  flex: 0.6;
}

.article-content-wrap p,
.wyk-sec.service-desc .category-summary p,
.wyk-sec.ca-content .ca-cols .cs-sec-col.ca-txt p,
.terms-txts p{
	padding: 0 0 15px;
}

.article-content-wrap p:last-child,
.wyk-sec.service-desc .category-summary p:last-child,
.wyk-sec.ca-content .ca-cols .cs-sec-col.ca-txt p:last-child,
.terms-txts p:last-child{
	padding: 0;
}

.article-content-wrap ul,
.wyk-sec.service-desc .category-summary ul,
.wyk-sec.ca-content .ca-cols .cs-sec-col.ca-txt ul,
.terms-txts ul,
.article-content-wrap ol,
.wyk-sec.service-desc .category-summary ol,
.wyk-sec.ca-content .ca-cols .cs-sec-col.ca-txt ol,
.terms-txts ol{
	padding: 0 0 15px 25px;
	margin: 0;
}

.article-content-wrap ul:last-child,
.wyk-sec.service-desc .category-summary ul:last-child,
.wyk-sec.ca-content .ca-cols .cs-sec-col.ca-txt ul:last-child,
.terms-txts ul:last-child,
.article-content-wrap ol:last-child,
.wyk-sec.service-desc .category-summary ol:last-child,
.wyk-sec.ca-content .ca-cols .cs-sec-col.ca-txt ol:last-child,
.terms-txts ol:last-child{
	padding: 0 0 0 20px;
}

.article-content-wrap h2,
.terms-txts h2 {
  font-weight: 700;
  padding: 0 0 15px;
  font-size: 22px;
}

.article-content-wrap h3,
.terms-txts h3{
  font-weight: 500;
  padding: 0 0 15px;
  font-size: 19px;
}

.article-content-wrap > .wp-block-image,
.article-content-wrap .wp-block-gallery,
.article-content-wrap .wp-block-embed {
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
}

.article-content-wrap .wp-block-image img{
	width: 100%;
	height: auto;
	display: block;
}

.article-content-wrap .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
}

.article-content-wrap .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.article-content-wrap h2:last-child,
.article-content-wrap h3:last-child,
.article-content-wrap .wp-block-image:last-child,
.article-content-wrap .wp-block-gallery:last-child,
.article-content-wrap .wp-block-embed:last-child{
	padding: 0;
}

.wyk-sec.complaints-form .complaints-txt p{
	padding: 0 0 10px;
}

.wyk-sec.complaints-form .complaints-txt p:last-child{
	padding: 0;
}

.wayyak-form-block {
  padding: 35px 0 25px;
}

.wayyak-form-block .wayyak-form-block-wrap {
  background: rgb(242, 245, 247);
  padding: 45px;
}

.wayyak-form-block .wyk-form-blk-head-cols {
  display: flex;
	align-items: center;
}

.wayyak-form-block .wyk-form-blk-head-cols .wyk-form-blk-head-col{
	flex: 1;
}

.wayyak-form-block .wyk-form-blk-head-cols .wyk-form-blk-head-col.title{
	color: #142642;
	font-size: 42px;
	font-weight: 700;
	text-align: left;
}

.wayyak-form-block .wyk-form-blk-head-cols .wyk-form-blk-head-col.logo{
	text-align: right;
}

.wayyak-form-block .wyk-form-blk-head-cols .wyk-form-blk-head-col.logo svg{
	display: inline-block;
	max-width: 200px;
	height: auto;
}

.wayyak-form .input-wrap {
  width: 100%;
  position: relative;
  padding: 0 0 22px;
}

.wayyak-form .input-wrap p {
  display: block;
  width: 100%;
  position: relative;
}

.wayyak-form .input-wrap .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.wayyak-form .input-wrap input,
.wayyak-form .input-wrap select,
.wayyak-form .input-wrap textarea {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #142642;
  border-radius: 23px;
  padding: 0 23px;
	font-family: 'Gotham', sans-serif;
	font-size: 15px;
	color: #142642;
  font-weight: 400;
}

.wayyak-form .input-wrap select {
  appearance: none;
  background-image: url(/wp-content/themes/wayyak/assets/images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center right 16px;
	padding-right: 44px;
}

.wayyak-form .input-wrap textarea{
	resize: none;
	padding: 23px;
	height: 160px;
}

.wayyak-form .input-wrap input::-webkit-input-placeholder,
.wayyak-form .input-wrap textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #142642;
	opacity: 1;
}
.wayyak-form .input-wrap input::-moz-placeholder,
.wayyak-form .input-wrap textarea::-moz-placeholder { /* Firefox 19+ */
  color: #142642;
	opacity: 1;
}
.wayyak-form .input-wrap input:-ms-input-placeholder,
.wayyak-form .input-wrap textarea:-ms-input-placeholder { /* IE 10+ */
  color: #142642;
	opacity: 1;
}
.wayyak-form .input-wrap input:-moz-placeholder,
.wayyak-form .input-wrap textarea:-moz-placeholder { /* Firefox 18- */
  color: #142642;
	opacity: 1;
}

.wayyak-form-block .wayyak-form-block-header {
  padding: 0 0 35px;
}

.wayyak-form .input-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  left: 23px;
  font-size: 11px;
  letter-spacing: 0.5px;
  transform: translateY(100%);
  line-height: 14px;
}

.wayyak-form .submit-wrap{
	display: none;
}

.wayyak-form .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.wayyak-form .wpcf7 form.sent .wpcf7-response-output{
  color: #46b450;
  border: none;
  padding: 10px 0 0;
  margin: 0;
  font-size: 14px;
}

.wayyak-form .wayyak-btn-wrap {
  padding: 10px 0 0;
	position: relative;
}

.wayyak-form .wayyak-btn-wrap .wpcf7-submit {
  display: none;
}

.wayyak-form .wayyak-btn-wrap .wpcf7-spinner{
	position: absolute;
	top: 0;
	margin: -;
}

.wayyak-form .wayyak-btn-wrap .wayyak-btn{
  width: 124px;
  text-align: center;
}

.wayyak-form .wayyak-btn-wrap .wpcf7-spinner {
  position: absolute;
  border-radius: 25px;
  margin: 0;
  top: 10px;
  left: 0;
  width: 124px;
  height: 50px;
  background-color: rgba(0,0,0,0.3);
}

.wayyak-form .wayyak-btn-wrap .wpcf7-spinner::before {
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
}

.partners-list .partners-list-cont{
	font-size: 0;
	margin: 0 -40px;
}

.partners-list .partner-blk{
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	padding: 30px 40px;
}

.partners-list .partner-blk .partner-blk-cont{
	width: 100%;
	height: auto;
	position: relative;
}

.partners-list .partner-blk .partner-blk-cont img{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.partners-list .partner-blk .partner-blk-cont a.fcl-link{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.partners-list .partner-blk .partner-blk-cont.clinked:hover img{
	opacity: 0.8;
}

.wyk-sec.partners-intro .sec-cont {
  padding-bottom: 0;
  text-align: center;
}

.wyk-sec.service-form .sec-cont {
  padding-top: 0;
	/*padding-bottom: 0;*/
}

.wyk-sec.service-form .sec-cont .wayyak-form-block {
  padding: 0;
}

.wayyak-form .input-wrap.hidden{
	display: none !important;
}

.cinf-cform-blks {
  display: flex;
  gap: 40px;
}

.cinf-cform-blks .cifblk {
  flex: 1;
}

.cinf-cform-blks .cifblk.cinf .cinf-txt{
	font-size: 16px;
}

.cinf-cform-blks .cifblk.cinf .cinf-txt p{
	padding: 0 0 15px;
}

.cinf-cform-blks .cifblk.cinf .cinf-txt p:last-child{
	padding: 0;
}

.cinf-rows {
  padding: 20px 0;
}

.cinf-rows .cinf-row {
  padding: 0 0 8px;
}

.cinf-rows .cinf-row:last-child{
	padding: 0;
}

.cinf-rows .cinf-row .cinf-row-wrap {
  font-size: 0;
}

.cinf-rows .cinf-row .cinf-icn {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
}

.cinf-rows .cinf-row .cinf-icn span {
  display: inline-block;
  vertical-align: middle;
}

.cinf-rows .cinf-row .cinf-icn span.icn {
  width: 18px;
}

.cinf-rows .cinf-row .cinf-icn span.icn img {
  width: 100%;
  height: auto;
  display: block;
}

.cinf-rows .cinf-row .cinf-icn span.lbl {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 0 7px;
}

.cinf-rows .cinf-row .cinf-content {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}

.cinf-rows .cinf-row .cinf-content a {
  color: #000;
  text-decoration: none;
}

.cinf-rows .cinf-row .cinf-content a:hover{
	text-decoration: underline;
}

.wyk-sec.contact-map .sec-cont {
  padding-top: 0;
}

.wyk-sec.contact-map #wpsl-wrap .wpsl-search{
	display: none;
}

.header-cta-wrap.wayyak-btn-wrap.al-center {
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -18px 0 0;
}

.header-cta-wrap .wayyak-btn {
  height: 36px;
  line-height: 32px;
  padding: 0 10px;
}

.wyk-sec.complaints-form .complaints-txt p strong {
  font-weight: 700;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.contact-us {
  display: none;
}

footer.wyk-footer .footer-elems .sitemap-nl .fmenu ul.menu li.legal-link{
	display: none;
}

.wyk-sec.hhero .sec-overlay {
  background: rgba(20, 38, 66, 0.25);
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.wyk-page.vision-mission .wyk-sec.veven {
  background: #F2F5F7;
}

.vis-mis-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.wyk-page.vision-mission .wyk-sec.veven .vis-mis-content{
	flex-direction: row-reverse;
}

.vis-mis-content .vm-img.vm-flx-bx {
  flex: 0.4;
}

.vis-mis-content .vm-flx-bx.vm-txts {
  flex: 0.6;
}

.wyk-page.terms-page .wyk-sec.hhero .hhero-txts {
  min-height: unset;
}

.wyk-sec.complaints-form .complaints-txt p a{
	color: #000;
	text-decoration: underline;
}

.complaint-process-flow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  color: #142642;
  text-decoration: underline;
}

.wayyak-form .input-wrap input[type="file"]{
  padding: 10px 23px;
}

.flbl {
  font-weight: 500;
  color: #142642;
  padding: 0 0 8px;
  font-size: 18px;
}

.nl-container .recaptcha-wrap {
  padding: 26px 0 0;
  display: none;
}