:root{
	--white_clr: #fff;
	--black_clr: #000;
	--text_clr: #0d0d0d;
	--primary_clr: #0d0d0d;
	--secondary_clr: #f0c029;
	--primary_font_family: 'Poppins', sans-serif;
	--secondary_font_family: 'Helvetica', sans-serif, Arial;
}
/*color: var(--white_clr);*/
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helveticaneue.eot');
    src: url('../fonts/helveticaneue.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue.woff') format('woff'),
         url('../fonts/helveticaneue.ttf') format('truetype'),
         url('../fonts/helveticaneue.svg#HelveticaNeueRegular') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helveticaneuebold.eot');
    src: url('../fonts/helveticaneuebold.eot') format('embedded-opentype'),
         url('../fonts/helveticaneuebold.woff') format('woff'),
         url('../fonts/helveticaneuebold.ttf') format('truetype'),
         url('../fonts/helveticaneuebold.svg#HelveticaNeueBold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@-webkit-keyframes shine{100% {left:125%;}}
@keyframes shine{100% {left:125%;}}
.shine{position: relative; overflow: hidden;}
.shine:before{display:block;content:"";position:absolute;top:0;left:-80%; width:50%;height:100%; background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg); opacity:0.3; z-index: 1;}
.shine:hover:before{-webkit-animation:shine 1s;animation:shine 1s;}
::-moz-selection{background:var(--text_clr); color:var(--white_clr); text-shadow:none;}
::selection{background:var(--text_clr); color:var(--white_clr); text-shadow:none;}
/*==================================:: WOW CSS Start ::==================================*/
.animated{animation-duration:0.5s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-10%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-10%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(10%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,10%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,10%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-10%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-10%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(10%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(10%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-10%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(10%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(10%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,10%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,10%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-10%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(10%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-10%,0)}}.slideOutUp{animation-name:slideOutUp}
/*==================================:: WOW CSS End ::==================================*/
/*Slick Slider Css Start*/
.slick-slider{position:relative;display:block; -webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y; touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0; min-width: 100%;}
.slick-list.dragging{cursor: pointer;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.slick-track{position:relative; top:0; left: 0; min-width: 100%; display:flex;display:-webkit-flex;}
.slick-track:before, .slick-track:after{display:table; content:"";}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none; min-height:1px; flex-grow: 1; flex: inherit;}
.slick-initialized .slick-slide{display: block; list-style:none;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border:1px solid transparent;}
.slick-arrow{display:flex; align-items: center; justify-content: center; position:absolute; top:50%; margin-top:-20px; z-index:2; padding:0; width:40px; height:40px; text-align:center; font-size:0; background:none; border:1px solid var(--secondary_clr); color: var(--secondary_clr); cursor:pointer; opacity:1; -webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; box-shadow: 0 0 10px rgba(0,0,0,0);}
.slick-arrow:before{display: block; content: "\f2fa";  font-family: 'Material-Design-Iconic-Font'; font-weight: 400; font-size: 24px;}
.slick-arrow.slick-next:before{content: "\f2fb";}
.slick-arrow.slick-prev{left:5px;}
.slick-arrow.slick-next{right:5px;}
.slick-arrow:hover{background: var(--secondary_clr); color: var(--white_clr);}
.slick-dots{display:flex;display:-webkit-flex; align-items: center; justify-content: center; position:absolute; left:0; right:0; margin:0 auto; padding:0; bottom:10px; text-align:center;}
.slick-dots li{margin:0 4px; padding:0; list-style:none; display:inline-block; vertical-align:top;}
.slick-dots li button{display:block; width:8px; height:8px; font-size:0; padding: 0; background:none; border:1px solid var(--primary_clr); -webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px; cursor:pointer; position: relative; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.slick-dots li.slick-active button{width: 30px; background: var(--primary_clr);}
/*Slick Slider Css End*/
/*Easy Responsive Tab Css*/
h4.resp-accordion{display:none; cursor:pointer; text-align:left; position:relative; background: #e9e9e9; padding:10px 40px 10px 10px; margin: 0 0 5px;}
h4.resp-accordion .resp-arrow{display:none;}
h4.resp-accordion:after{display:block; content:"\f107"; font-family:'FontAwesome'; text-align: center; position:absolute; right:0; top:50%; width:40px; line-height:normal; transform: translate(0, -50%);-moz-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);}
h4.resp-accordion.resp-tab-active:after{content:"\f106";}
.resp-tab-content{display:none;}
.resp-tab-content:after{clear:both; content:""; display:block;}
.resp-content-active, .resp-accordion-active{display:block}
@media only screen and (max-width:767px){
ul.resp-tabs-list{display:none;}
h4.resp-accordion{display:block;}
}
/*=========== Mobile Menu STYLE Start ========*/
/*body.mobile-menu-open{overflow:hidden;}*/
.menu-open-overlay{position:fixed; top:0; left:0; width:100%; bottom:0; background:var(--text_clr); display:none; z-index:12; opacity:0.5;}
.mobile-menu-open .menu-open-overlay{display:block;}
.mobile-menu-block{background:var(--white_clr); bottom:0; color:#16181C; position:fixed; top:0; left:-400px; width:380px; z-index:-4; font-size:16px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.mobile-menu-open .mobile-menu-block{left:0; z-index:20;}
.mobile-menu-inner{height:calc(100% - 200px); overflow:auto; padding:10px 20px; position: relative; z-index: 3;}
.mobi-logo {height: 80px; padding: 10px 20px; border-bottom: 1px solid #ddd;}
.mobi-logo a, .mobi-logo img{display: block; width: 140px;}
.mobile-nav ul{margin:0; padding: 0; list-style: none;}
.mobile-nav li{margin: 0; padding: 10px 0; color:var(--text_clr); font-weight:400; font-size:16px; line-height:22px; text-transform:none; position:relative;}
.mobile-nav ul li a{display:block; color:var(--text_clr); font-weight:400; font-family:var(--primary_font_family); font-size:16px; line-height:18px; text-transform:none; letter-spacing:0; padding:0 40px 0 0;}
.mobile-nav > ul > li.current-menu-item > a,
.mobile-nav > ul > li.current-menu-ancestor > a,
.mobile-nav > ul > li.current-page-ancestor > a{color:var(--primary_clr);}
.mobile-nav li li{border:none; padding:5px 0;}
.mobile-nav li li a{font-size:15px; text-transform:none; font-weight:400; padding:0 40px 0 0;}
.mobile-nav li li.current-menu-item a{color:var(--primary_clr);}
.mobile-nav li li li a{padding-left:0;}
.mobile-nav ul.sub-menu{margin:0; padding:10px 10px 0;}
.hitarea{display:block; width:40px; height:40px; text-align:center; position:absolute; right:0; top:0;}
.hitarea:before{display:block; content:"\f107"; font-family:'FontAwesome'; font-size: 18px; font-weight: 400; width:15px; height:15px; position:absolute; left:0; right:0; top:10px; z-index:3; margin:0 auto; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.collapsable-hitarea.hitarea:before{transform:rotate(-180deg);}
.mobile-nav .collapsable-hitarea + a{color:var(--primary_clr);}
.mobi-bottom-inner{padding: 10px 10px; flex-wrap: wrap;}
.mobi-bottom-inner .btn{width: 100%; margin: 5px;}
/*========== Mobile Menu STYLE End==============*/
/*Mobile Menu Css Start*/
.mobi-iconbox{display:none; width:24px; height:24px; position:absolute; right:20px; top:0; bottom: 0; margin: auto; z-index:40; transition:all 0.4s ease; -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.menuicon{display: block; width: 100%; height: 100%; flex-direction: column; align-items: center; justify-content: center;}
.icon-bar{display:flex;display:-webkit-flex; align-items: center; min-width: 100%; height: 18px; position: relative; cursor: pointer;}
.icon-bar:before,
.icon-bar:after{display: block; content: ""; width: 100%; height: 1px; background: var(--secondary_clr); position: absolute; left: 0; top: 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-bar:after{top: auto; bottom: 0;}
.icon-bar .line{display: block; width: 100%; height: 1px; background: var(--secondary_clr); position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-bar.active .line{width: 1px; opacity: 0;}
.icon-bar.active:before{transform: rotate(45deg); top: 8px; background: var(--secondary_clr);}
.icon-bar.active:after{transform: rotate(-45deg); bottom: 8px; background: var(--secondary_clr);}
.mobile-menu-open .mobilemenuicon .menuicon{margin-left: auto;}
/*Mobile Menu Css End*/
/* ===== RESET ================================================== */
abbr, acronym, address, applet, article, aside, audio,b, blockquote,big, body, button, center, canvas, caption, cite, code, command,datalist, dd, del, details, dfn, dl, div, dt, embed,fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html,i, iframe, img, ins,kbd, keygen,label, legend, li, meter,nav,object, ol, output,p, pre, progress,q, s, samp, section, small, source, strike, sub, sup,table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var{background:transparent; border:0 none; margin:0; padding:0; line-height:16px; vertical-align:baseline; outline:none; font-size:100%; font-family:inherit; font-weight:400; font-style:normal;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;} blockquote,q{quotes:none;} blockquote:before,q:before{content:'';content:none;} blockquote:after,q:after{content:'';content:none;} ins {text-decoration:none;} abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;} table {border-collapse:collapse; border-spacing:0;} hr {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}input, select {vertical-align:middle; margin:0;} ol, ul, li {list-style:none;}
html{-webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;} *, *:before, *:after{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-tap-highlight-color:rgba(255,255,255,0);}
/* ===== GLOBAL ================================================== */
body{margin:0; padding:0; background:var(--white_clr); font-family:var(--primary_font_family); font-size:16px; color:#111; line-height:24px; font-weight:400; overflow-x:hidden; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
:focus, button:focus{outline:none;}
a{text-decoration:none; color:#111; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
a:hover{text-decoration:none; color:var(--primary_clr);}

::-webkit-input-placeholder{color:var(--text_clr); opacity:0.3;}
:-moz-placeholder{color:var(--text_clr); opacity:0.3;} /* Firefox 18- */
::-moz-placeholder{color:var(--text_clr); opacity:0.3;} /* Firefox 19+ */
:-ms-input-placeholder{color:var(--text_clr); opacity:0.3;}

img{max-width:100%; height:auto; border:none; outline:none;}
b, strong{font-weight:600;}

/* Ul Li & Ol Li CSS */
ul, ol{margin:0 0 20px; padding:0;}
ul ul, ol ol, ul ol, ol ul{margin-top:15px;}
ul li, ol li{margin:0; padding:0; font-size:16px; line-height:28px; color:var(--text_clr); font-weight:400; letter-spacing:0;}
.entry-content ul{padding:0; margin:0 0 15px;}
.entry-content ol{padding:0; margin:0 0 15px; list-style: none; counter-reset: my-awesome-counter;}
.entry-content ul li{position:relative; padding:0 0 0 20px; margin:0 0 8px;}
.entry-content ul li:before{content:""; position:absolute; left:0; top:9px; width: 0; height: 0; border-style: solid; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid var(--primary_clr); border-right: 0;}
.entry-content ul li li{list-style:disc;}
.entry-content ol li{counter-increment: my-awesome-counter; margin:0 0 8px;}
.entry-content ol li::before{content: counter(my-awesome-counter) ". "; font-weight:400;}

/* Heading CSS */
h1, .h1, h2, .h2, h3, h4, h5, h6{color: var(--text_clr); line-height:1.3; font-weight:700; font-family:var(--secondary_font_family); letter-spacing:0; margin:0 0 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: var(--text_clr);}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{color:var(--primary_clr);}
h1, .h1{font-size:40px;}
h2, .h2{font-size:28px;}
h3{font-size:24px;}
h4{font-size:22px;}
h5{font-size:18px;}
h6{font-size:16px;}
h1 font, .h1 font,
h2 font, .h2 font,
h3 font,
h4 font,
h5 font,
h5 font{
    font-weight: 700;
}
/* Paragraph CSS */
p{font-size:16px; line-height:28px; color:var(--text_clr); font-weight:400; letter-spacing:0; margin:0 0 15px;}
hr{border:none; margin:20px 0; background:var(--text_clr); height:1px; width:100%; clear:both; opacity: 0.5;}
blockquote{border-left:5px solid #eee;font-size:16px; margin:0 0 20px; padding:10px 20px;}
/*table structure*/
table, .entry-content table{border-right:1px solid #eee; border-top:1px solid #eee;}
table th, table td, .entry-content th, .entry-content table th, .entry-content td, .entry-content table td {background:var(--white_clr); border-left:1px solid #eee; border-bottom: 1px solid #eee; text-align:left; font-size:16px; color:#333; font-weight:400; padding:12px 20px; vertical-align:middle;}
table th{color:#111; font-weight:400; background:#d4d5d6;}
.table-striped th, .table-striped td{position:relative;}
.table-striped tbody tr:nth-of-type(even) td{background:#d4d5d6;}
/*Form Input Field*/
input, textarea, select{background:var(--white_clr); border:1px solid #d5d5d5; width:100%; padding:2px 15px; margin:0; font-size:16px; color:#111; font-weight:400; line-height:normal; letter-spacing:0; font-family:var(--primary_font_family); height:52px; outline:none; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
input[type="button"], input[type="submit"] {cursor:pointer; width:auto; height:auto;}
input[type="checkbox"], input[type="radio"] {border:none; width:auto; height:auto;}
textarea {height:auto; padding:15px 20px; min-height:220px; resize: none;}
input[type="button"], input[type="submit"], input[type="image"], input[type="file"], input[type="search"] {-webkit-appearance:none;}
input#addressSubmit {-webkit-appearance:none !important ; }
input[type="radio"], input[type="checkbox"]{-webkit-appearance:normal;}
.checkbox, .radiobox{display: inline-block; position: relative; padding-left: 24px; font-size: 14px; line-height: 14px; color: #676767;}
.checkbox input, .radiobox input{position: absolute; left: 0; top: 0; opacity: 0;}
.checkbox .checkmark{display: block; width: 13px; height: 13px; border: 1px solid #111; position: absolute; left: 0; top: 0;}
.checkmark:before{display:block; content:"\f00c"; font-family:'FontAwesome'; position:absolute; left:0; right:0; top:0; text-align:center; font-size:10px; color:var(--white_clr); line-height:10px; padding-left:1px; opacity:0;}
.checkbox input:checked ~ .checkmark{background:#111; border-color:#111;}
.checkbox input:checked ~ .checkmark:before{opacity:1;}
.radiobox .checkmark{display: block; width: 16px; height: 16px; background: var(--white_clr); border: 1px solid #111; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 0; top: 1px;}
.radiobox .checkmark:before{display: none;}
.radiobox .checkmark:after{display: block; content: ""; background: #111; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; left: 2px; right: 2px; top: 2px; bottom: 2px; opacity: 0;}
.radiobox input:checked ~ .checkmark:after{opacity: 1;}
.selectbox{position: relative;background:#f5f5f5;border:1px solid #ebebeb;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.selectbox select{background: none;border: 0;font-size: 15px;line-height: 20px;font-weight: 400;color: #111; padding:0 40px 0 15px; width: 100%; height: 52px; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; z-index: 1; text-overflow: ellipsis;}
.selectbox:after{position:absolute; top:0; right:0; content:"\f107"; font-family:'FontAwesome'; font-size: 24px; z-index:0; width: 52px; height: 52px; line-height: 52px; text-align: center; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s; opacity: 0.8;}
.selectbox.reversed:after{content:"\f0ec"; transform: rotate(90deg); font-size: 14px;}
/* Button styling */
.button, .btn{display:inline-flex; align-items:center; justify-content:center; padding:14px 24px; background:none; border:1px solid var(--primary_clr); color:var(--primary_clr); font-size:16px; font-weight:400; cursor:pointer; letter-spacing:0.05em; text-align:center; position:relative; min-width:120px; line-height:22px; -moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s; -webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px; overflow:hidden;}
.button:hover, .btn:hover,
.button:focus, .btn:focus{background:var(--primary_clr); border-color:var(--primary_clr); color:var(--white_clr); box-shadow:0 2px 15px rgba(0,0,0,0.16);}
.primary{background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);}
.primary:hover, .primary:focus{background: var(--secondary_clr); border-color: var(--secondary_clr); color: var(--white_clr);}
.secondary{background: var(--secondary_clr); border-color: var(--secondary_clr); color: var(--black_clr);}
.secondary:hover, .secondary:focus{background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);}
.white-btn,
.white-hover:hover, .white-hover:focus{background: var(--white_clr); border-color: var(--white_clr); color: var(--primary_clr);}
.white-btn:hover, .white-btn:focus{background: var(--primary_clr); border-color: var(--primary_clr); color: var(--white_clr);}
.white-bdr{border-color: var(--white_clr); color: var(--white_clr);}
.white-bdr:hover{background: var(--white_clr); border-color: var(--white_clr); color: var(--primary_clr);}
.btn.small{padding: 9px 20px; font-size: 14px;}
.button i, .btn i{margin: 0 2px;}
.btn i.zmdi-caret-right{font-size: 20px;}
.btn .reversed{-webkit-transform: scaleX(-1); transform: scaleX(-1);}
.gray-btn{background: #F6F6F5; border-color: var(--secondary_clr);}

.main-wrapper{overflow:hidden;}
.container{margin:0 auto; width:100%; max-width:1240px; padding:0 20px;}
.container.relative{z-index: 2;}
.max-container{margin:0 auto; width:100%; max-width:1480px; padding:0 20px;}
section{position: relative;}
section *:last-child{margin-bottom:0;}
.hide{display:none;}
.v-center{align-items: center;}
.j-center{flex-direction: column; justify-content: center;}
.ptb-100{padding:100px 0;}
.ptb-80{padding:80px 0;}
.ptb-60{padding:60px 0;}
.ptb-40{padding:40px 0;}
.ptb-30{padding:30px 0;}
.ptb-20{padding:20px 0;}
.bg1{background: var(--primary_clr);}
.bg2{background: #e7f4ec;}
.bg3{background: #F6F6F5;}
.bg4{background: var(--secondary_clr);}
.relative{position: relative;}
.trans{-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
/*============= GLOBAL CSS END ================*/
/*Header & Banner Section*/
.header{position:fixed; left:0; right:0; top:0; z-index:10; padding:0; /*background: var(--white_clr); box-shadow: 0 0 10px rgba(0,0,0,0.1);*/}
.header-inner{height: 120px;}
.site-logo{max-width:140px; position:relative; z-index:4; margin:0;}
.site-logo a{display: block; margin: 0;}
.site-logo img{display: block; margin: 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;}
.head-btnbox{margin-left: 40px;}
.head-btnbox .btn i{font-size: 18px;}
.head-btnbox .btn + .btn{margin-left: 10px;}

/*Nav Css*/
.nav-main{text-align:left; position:relative; z-index:4;}
.nav-main ul{margin:0; padding:0; display:flex;display:-webkit-flex;}
.nav-main nav ul > li{margin:0; padding:0; list-style:none; position:relative;}
.nav-main nav ul > li + li{margin-left:32px;}
.nav-main nav ul > li a{display:block; color:var(--white_clr); font-size:18px; font-weight:400; font-family:var(--primary_font_family); line-height:24px; text-transform:none; letter-spacing:0; padding:8px 0; position:relative; z-index:2;}
.nav-main nav ul > li.current-menu-item > a, 
.nav-main nav ul > li.current-menu-parent > a, 
.nav-main nav ul > li:hover > a,
.nav-main nav ul > li a:hover,
.nav-main nav ul > li a:focus{color:var(--secondary_clr);}
.nav-main nav ul > li:before{display:block; content:""; background:var(--secondary_clr); height:1px; width:1px; opacity:0; position: absolute; left: 0; right: 0; bottom: -1px; margin: 0 auto; -moz-transition:all 0.4s ease 0s; -webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s;}
.nav-main nav ul > li:hover:before,
.nav-main nav ul > li.active > a:before{width:100%; opacity:1;}
.nav-main nav ul > li.menu-item-has-children > a{padding-right: 18px;}
.nav-main nav ul > li.menu-item-has-children > a:after{display: block; content: "\f107"; font-family: 'FontAwesome'; width: 16px; height: 16px; line-height: 16px; text-align: center; position: absolute; right: 0; top: 12px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;}
.nav-main nav ul > li.menu-item-has-children:hover > a:after {transform: rotate(-180deg);}
.nav-main .sub-menu{display:block; position:absolute; left:0; top:100%; z-index:1; background:var(--white_clr); min-width:240px; padding:0; margin:0; overflow: hidden; opacity: 0;-moz-transition: all 0.4s ease 0s;-webkit-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);box-shadow: 0 0 10px rgba(0,0,0,0.1);transform: scaleY(0);transform-origin: top; box-shadow: 0 5px 40px rgb(0 0 0 / 15%);}
.nav-main nav ul > li:hover > .sub-menu {display: block;opacity: 1;transform: scaleY(1);}
.nav-main nav ul > li:last-child .sub-menu{left: auto; right: 0;}
.nav-main .sub-menu li{display:block; text-align:left; position:relative; margin: 0 20px; padding: 0;}
.nav-main .sub-menu li + li {border-top:1px solid #dce0e0;}
.nav-main .sub-menu li:before{display: none;}
.nav-main .sub-menu li a{display:block; text-transform:none; color:var(--text_clr); font-size:15px; line-height:normal; font-weight:400; padding:10px 0;}
.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li a:focus,
.nav-main .sub-menu li.current-menu-item a{color:var(--secondary_clr);}
.nav-main .sub-menu .sub-menu {left:100%; top:0;}
.nav-main .sub-menu li:hover .sub-menu {display:block;}
/*Sticy header*/
.navbar_fixed.header{background:var(--primary_clr); box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.navbar_fixed .header-inner {height: 70px;}
.header-blank{width: 100%; height: 120px; -moz-transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;}
.navbar_fixed + .header-blank{height: 70px;}

/*Home page Banner Css*/
.home-banner{position:relative; z-index:1; overflow: hidden; background:var(--black_clr);}
.home-banner .items{padding: 90px 0 120px; height: 100vh; min-height: 640px; max-height: 840px; position: relative;}
.home-banner .bg-img:before{opacity: 0.7; background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 100%);}
.banner-inner {position: relative; z-index: 2; height: 100%; flex-direction: column; align-items: center; justify-content: center;}
.caption{min-width: 620px; max-width: 620px; margin: 0 auto; text-align: center;}
.caption .h1{font-size: 42px; line-height: 1.2; color: var(--white_clr); font-weight: 700; position: relative; margin: 0;}
.caption .btnbox { margin-bottom:20px; }
.v_slides{margin-top: 10px;}
.v_slides .slick-track{display: block;}
.v_slides > .slide_item{display: none;}
.v_slides > .slide_item:nth-child(1){display: block;}
.caption .btnbox .btn {min-width: 180px;}
.caption .btnbox .btn + .btn{margin-left: 15px;}
.homeslick .slick-dots{bottom: 20px;}
.banner-icons{
	position: absolute; left: 0; right: 0; bottom: 60px; z-index: 2;
}
.banner-icons-inner{
	justify-content: center; align-items: center; margin: 0 -10px;
}
.banner-icons-inner .iconbox {
    padding: 15px 15px; background: rgba(0,0,0,0.1); border: 1px solid rgba(255,255,255,0.2); min-width: 140px; flex-direction: column; border-radius: 10px; margin: 0 5px; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.banner-icons-inner .iconbox i {
    display: inline-flex; align-items: center; justify-content: center; text-align: center; min-width: 50px; height: 50px; text-align: center; font-size: 2.875rem; line-height: normal; color: var(--white_clr); margin-bottom: 8px;
}
.banner-icons-inner .iconbox p{
	font-size: 14px; line-height: 20px; font-weight: 400; color: var(--white_clr);
}
.banner-icons-inner .iconbox:hover{
	border-color: var(--black_clr); background: var(--black_clr);
}
.banner-icons-inner .iconbox:hover i,
.banner-icons-inner .iconbox:hover p{
	color: var(--secondary_clr);
}

/*Footer Start*/
.footer{
	padding:0; margin:0; position:relative; background: var(--white_clr); overflow: hidden; min-height: 400px; border-top: 1px solid #ddd;
}
.footer.container,
.footer.max-container{
	z-index: 2;
}
.footer .bg-img{
	background-size: 100% auto !important;
}
.footer h4{
    font-size: 18px; color: var(--primary_clr); font-weight: 700; font-family: var(--primary_font_family); text-transform: uppercase; margin: 0 0 20px;
}
.footer h4:after {
    display: block; content: ""; width: 40px; height: 1px; background: var(--secondary_clr); margin: 10px 0 0; opacity: 0.5;
}
.footer-inner p{
    font-size: 16px; line-height: 24px; color: var(--primary_clr);
}
.f-logo a{
	display: inline-block;
}
.f-logo img{
	display: block; max-width: 140px;
}
.f-about {
    max-width: 320px;
}
.f-about p {
    margin: 0;
}
.footer-inner ul li{
    display: block; font-size: 16px; line-height: 20px; color: var(--primary_clr); font-weight: 500;
}
.footer-inner ul li + li{
    margin-top: 14px;
}
.footer-inner a{
    color: var(--primary_clr);
}
.footer-inner a:hover{
    color: var(--secondary_clr);
}
.social-media .s-icon {
    display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: var(--primary_clr); border-radius: 50%; font-size: 18px; color: var(--white_clr);
}
.social-media .s-icon + .s-icon {
    margin-left: 10px;
}
.social-media .s-icon:hover{
    background: var(--secondary_clr); color: var(--white_clr);
}
.social-media .s-icon .zmdi-twitter:before {
    background-image: url('../images/twitter-x.svg'); background-size: contain; background-position: center; background-repeat: no-repeat; content: ""; width: 16px; height: 16px; display: block;
}
.f-contact .contact-text{
	font-size: 18px; line-height: 28px;
}
.f-contact .contact-text i{
	display: inline-flex; align-items: center; justify-content: center; font-size: 16px; color: var(--white_clr); position: relative; background: var(--secondary_clr); min-width: 32px; max-width: 32px; height: 32px; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.f-contact .contact-text.address i{
	font-size: 24px; top: 3px;
}
.footer-bottom{
    padding: 20px 0; background: rgba(0,0,0,0.2); position: relative; z-index: 2; margin-top: 60px;
}
.f-bottom-link ul{
    margin: 0; padding: 0; display:flex;display:-webkit-flex; align-items: center;
}
.f-bottom-link ul li{
    margin: 0; padding: 0; font-size: 14px; line-height: 24px; color: #555;
}
.f-bottom-link ul li + li{
    margin-top: 0; margin-left: 30px;
}
.footer-bottom p{
	font-size: 14px; line-height: 24px; color: var(--white_clr);
}
.newsletter-block .field{
	position: relative; margin: 0 0 10px;
}
.newsletter-block .field input{
	font-size: 14px; color: var(--white_clr); height: 40px; padding-right: 50px; background: none; border: 1px solid #2f2f2f; -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
}
.newsletter-block .field-icon{
	display: block; width: 50px; height: 40px; font-size: 18px; line-height: 40px; color: var(--white_clr); text-align: center; position: absolute; right: 0; top: 0; z-index: 2;
}
.newsletter-block ::-webkit-input-placeholder{color:var(--white_clr); opacity:0.5;}
.newsletter-block :-moz-placeholder{color:var(--white_clr); opacity:0.5;} /* Firefox 18- */
.newsletter-block ::-moz-placeholder{color:var(--white_clr); opacity:0.5;} /* Firefox 19+ */
.newsletter-block :-ms-input-placeholder{color:var(--white_clr); opacity:0.5;}
.scrollup{
    display: inline-flex; align-items: center; justify-content: center; position: fixed; right: -20px; bottom: 10px; z-index: 4; background: var(--white_clr); border: 1px solid #ccc; width: 34px; height: 34px; border-radius: 50%; font-size: 15px; color: var(--primary_clr); line-height: normal; text-align: center; cursor: pointer; opacity: 0; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.scrollup.active{
	right: 10px; opacity: 1;
}
body .wpcf7-not-valid-tip {
    font-size: 14px;
}
.footer .wpcf7 form .wpcf7-response-output {
    color: var(--white_clr); font-size: 12px;
}
/*Footer End*/

/*Midlle Section css*/
.middle-section{position:relative; overflow:hidden;}
img.alignleft{float:left; margin:0 20px 20px 0; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
img.alignright{float:right; margin:0 0 20px 20px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
img.alignnone{margin:0 0 20px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
iframe.alignleft{float:left; margin:0 20px 20px 0;}
iframe.alignright{float:right;margin:0 0 20px 20px;}
iframe.iframe-embed.alignright{max-width:500px;height:315px !important;}
.bg-img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; background-size: cover !important;}
.bg-img:before{display: block; content: ""; background: var(--text_clr); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; opacity: 0.5;}
.bg-img img {display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.bg-img.before-none:before{display: none;}
.bg-img.fixed{background-attachment: fixed !important;}
.no-img.d-flex{align-items: center;justify-content: center;font-size: 24px;line-height: normal; color: #999; background: #ddd;}
.bg-img video{display: block; width:100%; height:100%; object-fit: cover; object-position: center;}
.btnbox{padding:20px 0 0;}
.btnbox .btn:hover{transform: translateY(-5px);}
.block-title{position:relative; margin: 0 0 20px;}
.block-title h2{position: relative; text-transform: uppercase;}
.block-title p{color: #333;}
.bdr-tl{border-bottom: 1px dashed #ccc;}
.small-title{display: inline-block;font-size: 16px;line-height: 22px;color: var(--primary_clr);font-weight: 400; text-transform: none; letter-spacing: 0.05em; margin: 0 0 10px;}
.more-link{font-size: 15px; color: var(--text_clr); font-weight: 500; text-transform: uppercase;}
.more-link i{margin-left: 3px;}
.more-link:hover{opacity: 1;}
.card-link {display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2;}
.clip-block{
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.clip-path-box{
	position: absolute; left: 0; right: 0; bottom: -2px; height: 60px; clip-path: polygon(50% 90%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.clip-path-box + .clip-path-box{
	-webkit-transform:rotate(1deg);-moz-transform:rotate(1deg);transform:rotate(1deg); opacity: 0.1;
}

/*Courses Section*/
.courses-section{
	overflow: hidden;
}
.courses-list .items{
	margin: 0 0 30px;
}
.courses_tab{
	border: 0; padding: 0; margin: 0 0 30px;
}
.courses_tab .nav-item{
	margin: 0 5px; padding: 0;
}
.courses_tab .nav-link{
	padding: 12px 20px; position: relative; display: block; border: 1px solid #ddd; background: #eee; font-size: 16px; line-height: 18px; color: var(--text_clr); font-weight: 400; letter-spacing: 0.02em; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.courses_tab .nav-link:after{
	border: solid transparent; content: ""; height: 0; width: 0; position: absolute; top: 100%; left: 0; right: 0; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: var(--secondary_clr); border-width: 8px; margin: auto; opacity: 0;
}
.courses_tab .nav-link.active:after{
	opacity: 1;
}
.courses_tab .nav-link:hover{
	border-color: var(--secondary_clr);
}
.courses_tab .nav-link.active{
	color: var(--secondary_clr); border-color: var(--secondary_clr); background: #e7f4ec;
}
.courses_tab_big.courses_tab{
	justify-content: center;
}
.courses_tab_big.courses_tab .nav-link{
	padding: 14px 20px; background: var(--white_clr); min-width: 220px; box-shadow: 0 3px 7px rgba(0,0,0,0.05); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; line-height: 28px; font-weight: 700; color: var(--secondary_clr);
}
.courses_tab_big.courses_tab .nav-link i {
    font-size: 30px; margin-right: 20px; margin-left: -30px;
}
.courses_tab_big.courses_tab .nav-link.active{
	background: var(--secondary_clr); border-color: var(--secondary_clr); color: var(--white_clr); text-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.courses_tab_big.courses_tab .nav-link span{
	padding: 0 0 2px;
}
.card-course{
	position: relative; background: var(--white_clr); border: 1px solid #ddd; overflow: hidden; height: 100%;
}
.card-course:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.card-course .imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.card-course h4{
	font-weight: 600; font-family: var(--secondary_font_family); margin: 0 0 10px;
}
.card-course p {
    font-size: 15px; line-height: 22px; -webkit-line-clamp: 5; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;
}
.course-textbox {
    flex-direction: column;
}

/*About Section*/
.about-section {
    overflow: hidden;
}
.about-section .img-inner {
    display: block; position: relative; margin-left: 60px;
}
.about-section .img-inner .image-box {
    position: relative; display: block; overflow: hidden; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.about-section .img-inner .image-box img {
	display: block;
}
.card-icon .iconbox {
    min-width: 50px; max-width: 50px; margin-right: 20px;
}
.card-icon h4 {
    font-size: 16px; font-weight: 400;
}
.icon-list .items{
	padding: 12px 15px;
}

/*testimonial-section*/
.testimonial-section{
	overflow: hidden;
}
.testimonial-section .block-title .small-title{
	font-size: 30px; line-height: normal; color: var(--secondary_clr); margin: 0;
}
.testimonial-section .block-title h2{
	text-transform: none;
}
.quote-icon{
	display: inline-block; font-size: 140px; line-height: 110px; color: var(--secondary_clr); opacity: 0.5; position: relative; margin-right: 10px;
}
.testimonial-block > .items{
	display: none;
}
.testimonial-block > .items:nth-child(1){
	display: block;
}
.card-testimonial{
    position: relative; height: 100%;
}
.card-testimonial .textbox{
	padding: 20px 15px 20px 40px; flex-direction: column;
}
.card-testimonial .btnbox{
	border-top: 1px solid #ddd;
}
.star-box{
    font-size: 18px; color: var(--secondary_clr); letter-spacing: 0.05em;
}
.client-name{
	display: inline-block; font-size: 16px; line-height: 24px; font-weight: 400;
}
.client-name strong{
	font-weight: 700; font-size: 18px;
}
.videobox .play-btn {
    display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); color: var(--white_clr) !important; cursor: pointer;
}
/*video-pulse*/
.video-pulse{
    display: inline-block; width: 60px; height: 60px; position: relative; background: var(--white_clr); color: var(--secondary_clr); font-size: 18px; border-radius: 50%;
}
.video-pulse i{
	position: relative; left: 3px;
}
.video-pulse::after,
.video-pulse::before {
	position: absolute; content: ""; width: 100%; height: 100%; border: 1px solid var(--white); left: 0; top: 0; border-radius: 50%; animation-duration: 2.5s; animation-timing-function: linear; animation-name: video-animation; animation-iteration-count: infinite;
}
.video-pulse::before {
	animation-delay: 1s;
}
@keyframes video-animation {
	0% {opacity: 0.5; transform: scale(1);}
	50% {opacity: 0.2;transform: scale(1.5);}
	100% {opacity: 0;transform: scale(2);}
}
.video-box{
    width: 100%; position: relative; overflow: hidden; padding: 0 0 56%;
}
.video-box iframe,
.video-box video{
    display: block; width: 100%; height: 100%; position: absolute; object-fit: cover;
}
/*Modal Style*/
body.modal-open{
    overflow: visible; padding-right: 0 !important;
}
.close-btn{
    display: block; width: 34px; height: 34px; background: var(--primary_clr); border-radius: 50%; font-size: 16px; line-height: normal; color: var(--white_clr); font-weight: 400; text-shadow: none; position: absolute; right: -15px; top: -15px; z-index: 2; opacity: 1 !important; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.close-btn:hover{
    background: var(--secondary_clr); color: var(--white_clr);
}
.video_popup .modal-content{
    border-radius: 0; position: relative;
}
.video_popup .modal-body{
    padding: 0;
}
.testimonial-slider .slick-arrow{
	left: auto; right: 5px; top: -80px; margin: 0;
}
.testimonial-slider .slick-arrow.slick-prev{
	right: 60px;
}
.testimonial-slider .slick-dots{
	bottom: -10px;
}

/*Association Section*/
.partner-section {
    padding: 30px 0; background: var(--white_clr); position: relative; z-index: 2;
}
.partner-list .items{
    padding: 0 10px;
}
.card-logo {
    height: 100%; max-height: 120px;
}
.card-logo img{
    display: block; width: 100%; height: auto; margin: auto; max-width: 220px; max-height: 100px; filter: grayscale(1);
}
.card-logo:hover img{
	filter: grayscale(0);
}
.partner-slider {
    padding: 0 40px;
}
.partner-slider .slick-track,
.testimonial-slider .slick-track{
	justify-content: center;
}
.partner-slider .slick-arrow.slick-prev{
    left: -10px;
}
.partner-slider .slick-arrow.slick-next{
    right: -10px;
}

/*CTA Section*/
.cta-section{
	overflow: hidden;
}
.cta-section .bg-img{
	background-attachment: fixed !important; opacity: 0.5;
}
.cta-content{
	max-width: 640px;
}
.cta-content h2{
	color: var(--white_clr);
}
.cta-content p{
	color: rgba(255,255,255,0.9);
}
.cta-content .btnbox .btn{
	min-width: 220px; margin: 0 7px;
}

/*Blog Section*/
.post-list .items {
    margin: 0 0 10px; padding-top: 10px; padding-bottom: 10px;
}
.card-post {
    padding: 15px; height: 100%; background: var(--white_clr); flex-direction: column; border-radius: 10px; box-shadow: 0px 2px 12px 0px #e7e7e7;
}
.post-imgbox {
    display: block; background: var(--white_clr); width: 100%; height: 220px; overflow: hidden; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.post-imgbox img {
    display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.post-textbox {
    padding: 20px 0; position: relative; z-index: 2; display: flex; flex-direction: column; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-post .date {
    display: flex; align-items: center; font-size: 14px; line-height: 18px; color: #777; margin: 0 0 10px;
}
.card-post .date i {
    margin-right: 4px; font-size: 18px;
}
.card-post h4 {
    font-size: 18px; line-height: 24px; font-weight: 700;
}
.card-post p {
    font-size: 16px; color: #333; margin: 0;
}
.date_info_box{
	padding: 20px 0 0; border-top: 1px solid #ddd; position: relative;
}
.post-view{
	font-size: 16px; line-height: normal; color: var(--primary_clr); width: 40px; height: 40px; background: #e8e8e8; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;
}
.card-post:hover .post-view{
	background: var(--secondary_clr); color: var(--white_clr);
}
.post-slider .slick-dots{
	bottom: -10px;
}

/*Modal Style*/
.close_btn {
    display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 2px solid var(--white_clr); background: var(--primary_clr); font-size: 18px; line-height: normal; color: var(--white_clr); font-weight: 400; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; position: absolute; right: -15px; top: -15px; z-index: 99; cursor: pointer;
}
.apply_popup .modal-content{
	background: var(--white_clr); border: 0; -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
}
.apply_popup .modal-body{
	padding: 40px;
}
.newsletter-form-block input{
	padding-right: 60px; height: 50px; -webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;
}
.newsletter-form-block .newsletter_btn {
    position: absolute; right: 5px; top: 5px; z-index: 2; min-width: inherit; padding: 0; width: 60px; height: 40px;
}

/*Internal Page banner*/
.internal-banner{
	padding: 120px 0 40px;
}
.internal-caption{
	padding: 80px 0;
}
.internal-banner .bg-img:before{
	opacity: 0.9; background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 30%,rgba(0,0,0,0.5) 100%);
}
.internal-inn{
	max-width: 640px;
}
.internal-banner p{
	color: rgba(255,255,255,0.9);
}
.breadcrumb-main {
    padding-left: 20px; padding-right: 20px; border-bottom: 1px solid #f7f7f7;
}
.breadcrumb-main .page-breadcrumb {
    display: flex; justify-content: center; font-size: 15px; line-height: 18px; color: var(--text_clr); margin: 0;
}
.page-breadcrumb a {
    color: var(--text_clr);
}

/*Guide Section*/
.guide-list .items{
	margin: 0 0 20px;
}
.card-guide .imgbox{
	display: block; position: relative; overflow: hidden; padding-bottom: 56.66%; margin: 0 0 15px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.card-guide .imgbox img{
	display: block; width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;
}
.card-guide h5{
	margin: 0 0 7px;
}
.card-guide p{
	font-size: 15px; line-height: 24px;
}



/*counter-section*/
.counter-section{
	background: var(--primary_clr); overflow: hidden;
}
.counter-block{
	justify-content: space-between;
}
.counter-block .items{
	padding: 40px 20px; text-align: center;
}
.counter-block .items:nth-child(2){
	background: rgba(255,255,255, 0.1);
}
.counter-block .items:nth-child(3){
	background: rgba(255,255,255, 0.15);
}
.count-number{
    display: block; font-size: 34px; line-height: 40px; color: var(--white_clr); font-weight: 700; margin: 0 0 5px;
}
.count-box p {
    font-size: 16px; line-height: 24px; color: var(--white_clr); font-weight: 600;
}

/*two-coll-section*/
.two-coll-section{
	overflow: hidden;
}
.two-coll-block + .two-coll-block{
	padding-top: 0;
}
.two-coll-block{
	margin-left: -20px; margin-right: -20px;
}
.two-coll-block > div{
	padding: 0 20px;
}
.img-block img {
    display: block; width: 100%; height: auto; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.content-block.d-flex{
	flex-direction: column; justify-content: center;
}
/* CTA Section */
.phone_block .iconbox {
    min-width: 60px; max-width: 60px; height: 60px; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 2px solid var(--white_clr);color: var(--white_clr); font-size: 36px;margin-right: 15px;
}
.phone_block .textbox span {
    color: var(--white_clr); display: block; margin: 0 0 10px; text-transform: uppercase; font-size: 12px;font-weight: 500;
}
.phone_block .textbox a {
    color: var(--white_clr); font-size: 22px; font-weight: 600; letter-spacing: 1px; display: inline-block;
}
.cta-inner .cta-textbox p {
    color: var(--white_clr);font-size: 14px;line-height: 1.4;font-weight: 500;
}

/* Blog Detail */
.pagination-single{
	border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-top: 40px;
}
.pagination-single .post-nav .arrow:hover {
	color: var(--secondary_clr);
}
.pagination-single .post-nav .arrow strong{
	margin: 0 5px; font-size: 16px;
}

/* Contact Page */
.contact-form {
    padding: 40px; background: var(--white_clr); box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}
.contact-page .form-inner {
    display: flex; flex-flow: wrap; margin: 0 -10px;
}
.input-field {
    max-width: 50%; min-width: 50%; padding: 0 10px; margin-bottom: 16px; position: relative;
}
.input-field.full-width {
    max-width: 100%; min-width: 100%;
}
.input-field input{
    border-radius: 5px; padding-left: 62px; background: #f5f5f5; border: 1px solid #ebebeb;
}
.input-field textarea {
    min-height: 150px; height: 150px; border-radius: 5px; padding-left: 50px; background: #f5f5f5; border: 1px solid #ebebeb;
}
.input-field.textarea:before {
    content: "\f044"; top: 3px; background: none;
}
.input-field.name:before {
    content: "\f007";
}
.input-field.phone:before {
    content: "\f095"; font-size: 24px; top: 0; padding-top: 1px;
}
.input-field.email:before {
    content: "\f0e0"; font-size: 22px;
}
.input-field:before {
    content: ""; position: absolute; left: 10px; top: 0; font-size: 24px; color: var(--text_clr); font-family: "Line Awesome Free"; font-weight: 900; z-index: 1; min-width: 50px; max-width: 50px; height: 52px; background: #ebebeb; display: flex; align-items: center; justify-content: center; border-radius: 5px 0 0 5px;
}
.form-btn.input-field:before {
    display: none;
}
.contact-content img {
    margin: 0 20px -20px 0px;
}
.contact-content .c_link, .contact-content p {
    display: flex;
}
.contact-content .c_link i {
    margin: 0 10px 0 0;
}
.contact-page .contact-right {
    padding-left: 30px;
}
.contact-page .contact-right h3 {
    font-weight: 600;
}
.contact-page .contact-right .iconbox {
    min-width: 70px; max-width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; background: var(--secondary_clr); color: var(--text_clr); margin-right: 20px;
}
.contact-page .contact-right p i {
    min-width: 24px; max-width: 24px; font-size: 24px; position: relative; top: 3px;
}
.contact-page .contact-right .contact-items {
    margin-top: 30px;
}
.contact-page .contact-right .contact-items p strong {
    font-weight: 600; color: var(--text_clr); font-size: 18px;
}
.contact-page .contact-block {
    padding: 60px 0;
}

/*Pagination*/
.pagination-block ul.page-numbers,
.paging-nav{
	display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
ul.page-numbers li{
	margin: 0; padding: 0; list-style: none;
}
ul.page-numbers .page-numbers,
.paging-nav .page-numbers{
    display: block; min-width: 36px; max-width: 36px; height: 36px; line-height: 36px; color: var(--text_clr); text-align: center; background: #eee; border-radius: 50%; margin: 0 4px;
}
ul.page-numbers .page-numbers.prev,
ul.page-numbers .page-numbers.next,
.paging-nav .page-numbers.prev,
.paging-nav .page-numbers.next{
	font-size: 20px;
}
ul.page-numbers .page-numbers:hover,
ul.page-numbers .page-numbers.current,
.paging-nav a.page-numbers:hover,
.paging-nav .current.page-numbers{
	background: var(--primary_clr); color: var(--white_clr);
}

/* Courses Tab */
.courses_tabbing {
    display: inline-flex; justify-content: center; flex-wrap: nowrap; overflow: auto; width: 100%;
}
.courses_tabbing .nav-item{
	margin: 0;
}
.courses_tabbing .nav-item + .nav-item{
	margin-left: 20px;
}
.courses_tabbing .nav-link {
    padding: 12px 15px; font-size: 18px; line-height: 24px; font-weight: 500; border: 0; background: none; position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; display: block;text-align: center;min-width: 120px;
}
.courses_tabbing .nav-link.active i {
	background: var(--secondary_clr);color: var(--black_clr);
}
.courses_tabbing .nav-link:before{
	display: block; content: ""; height: 2px; width: 100%; background: var(--secondary_clr); position: absolute; left: 0; bottom: 0; opacity: 0;transition: all 0.3s ease;
}
.courses_tabbing .nav-link.active:before{
	opacity: 1;
}
.courses_tabbing .nav-link i {
    min-width: 55px; max-width: 55px; height: 55px; background: #eee; margin: 0 auto; font-size: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center;transition: all 0.3s ease;
}
.courses_tabbing .nav-link span {
    display: block; margin: 8px 0 0;
}
.courses_tabbing .nav-link.active {
	color: var(--secondary_clr);
}

/* Events Tabs */
.events-tabs{
	border: 0; padding: 0; margin: 0 0 30px;justify-content: center;
}
.events-tabs .nav-item{
	margin: 0 5px; padding: 0;
}
.events-tabs .nav-link:after{
	border: solid transparent; content: ""; height: 0; width: 0; position: absolute; top: 100%; left: 0; right: 0; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-top-color: var(--secondary_clr); border-width: 8px; margin: auto; opacity: 0;
}
.events-tabs .nav-link.active:after{
	opacity: 1;
}
.events-tabs .nav-link:hover{
	border-color: var(--secondary_clr);
}
.events-tabs .nav-link{
	padding: 14px 20px; background: var(--white_clr); min-width: 220px; box-shadow: 0 3px 7px rgba(0,0,0,0.05); display: inline-flex; align-items: center; justify-content: center; font-size: 20px; line-height: 28px; font-weight: 700; color: var(--secondary_clr);position: relative; border: 1px solid #ddd;letter-spacing: 0.02em; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
}
.events-tabs .nav-link i {
    font-size: 30px; margin-right: 20px; margin-left: -30px;
}
.events-tabs .nav-link.active{
	background: var(--secondary_clr); border-color: var(--secondary_clr); color: var(--white_clr); text-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.events-tabs .nav-link span{
	padding: 0 0 2px;
}
/* Events List */
.events-list .items {
    padding: 20px 15px;
}
.events-post {
    height: 100%; display: flex; flex-direction: column;
}
.events-imgbox {
    display: block; background: var(--black_clr); width: 100%; overflow: hidden; position: relative; padding: 0 0 56.66%;border-radius: 10px;
}
.events-imgbox img {
    display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;position: absolute;transition: all 0.3s ease;
}
.events-post:hover .events-imgbox img {
	opacity: 0.9;
}
.events-textbox {
    padding: 30px; margin: -20px 15px 0; background: var(--white_clr); position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; -moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;border-radius: 0 30px;
}
.events-post h5, .events-post h5 a {
    display: block;
}
.events-post:hover .events-textbox{
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.events-post .events-textbox h5 {
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.events-post .events-textbox p {
    display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;font-size: 15px;line-height: 1.6; color: #777;
}
.events-post .events-textbox .more-link:hover {
	color: var(--secondary_clr);
}

.internal-banner .date-flex {
    padding-top: 10px; margin: 0 -15px; flex-flow: wrap;
}
.date-flex .info_text, .date-flex .info_text a {
    display: flex;flex-wrap: wrap; align-items: center;color: var(--white_clr);margin: 5px 15px;
}
.date-flex .info_text a:hover {
	color: var(--secondary_clr);
}
.date-flex .info_text i {
    font-size: 20px;margin-right: 5px;
}
.date-block {
    padding: 20px 0; background: #eee;
}

/* Product Section */
.border-top {
	border-top: 1px solid #ebebeb;
}
.product-slider .slick-dots {
    top: auto; bottom: -20px;
}
.product-slider .slick-arrow {
	background: var(--secondary_clr);color: var(--white_clr);
}
.product-slider .slick-arrow:hover {
	background: var(--black_clr);border-color: var(--black_clr);
}
.product-slider .slick-arrow.slick-prev {
    left: -5px;
}
.product-slider .slick-arrow.slick-next {
    right: -5px;
}
.product-slider .slick-list {
    padding: 0 0 20px;
}
.product-card {
    display: flex; flex-direction: column; height: 100%; position: relative; padding: 16px; background: #eee; border-radius: 10px;
}
.product-card .imgbox {
    width: 100%; display: block; overflow: hidden; border-radius: 10px; padding: 0 0 56.66%; position: relative;
}
.product-card .imgbox img {
	width: 100%;height: 100% !important;object-fit: cover;object-position: center;display: block;position: absolute;
}
.product-card .textbox {
    padding: 20px 10px 0;
}
.product-card .textbox p {
    font-size: 15px; line-height: 1.6;
}
.product-card .prices {
    display: flex; align-items: center; padding: 5px 0;
}
.product-card .prices .price {
    font-weight: 600; font-size: 18px;
}
.product-card .prices .price-old {
	margin-left: 10px;color: #999;
}
.product-card .btnbox {
    padding: 20px 10px 10px;margin-top: auto;
}
.product-card .textbox h5:hover a, .product-card .textbox a:hover {
    color: var(--secondary_clr);
}
.product-card .btnbox i {
    font-size: 20px; margin-right: 5px;
}

/* Courses Detail */
.related-courses .courses-list .items {
	margin-bottom: 0;padding: 15px;
}
/* Gallery Section */
.gallery-slider .slick-arrow {
	background: var(--secondary_clr);color: var(--white_clr);
}
.gallery-slider .slick-arrow:hover {
	background: var(--black_clr);border-color: var(--black_clr);
}
.gallery-slider .slick-arrow.slick-prev {
    left: auto; right: 140px; bottom: auto; top: -40px;
}
.gallery-slider .slick-arrow.slick-next {
    right: 92px; top: -40px;
}
.gallery-flex {
    margin: 0 -3px;
}
.gallery-flex .items {
    padding: 3px;
}
.gallery-flex .items .imgbox {
    position: relative; width: 100%; overflow: hidden; padding: 0 0 56.66%;cursor: pointer;
}
.gallery-flex .items .imgbox img {
	width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-o-object-position: center;object-position: center;display: block;position: absolute;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}
.gallery-flex .items:hover .imgbox img {
	-webkit-transform: scale(1.04); -ms-transform: scale(1.04); transform: scale(1.04);
}
.gallery-flex .items .overlay {
    position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: rgb(0 0 0 / 60%); -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; opacity: 0;
}
.gallery-flex .items:hover .overlay {
	opacity: 1;
}
.gallery-flex .items:hover .overlay i {
    -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);
}
.gallery-flex .items .overlay i {
    font-size: 24px;width: 40px;height: 40px;border-radius: 50%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background: rgb(255 255 255 / 30%); color: var(--white_clr);-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;
}

/* Faq */
.faq-list {
    border-top: 1px dashed #ddd;
}
.faq-card {
    border-bottom: 1px dashed #ddd;
}
.acc_title {
    padding: 20px 20px 20px 0; font-size: 22px; color: var(--black_clr); font-weight: 600; margin: 0; cursor: pointer; position: relative;
}
.acc_title:after {
    display: block; content: "\f107"; font-family: 'Line Awesome Free'; font-weight: 900; width: 20px; height: 26px; text-align: center; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; transition: all 0.3s ease;
}
.acc_title[aria-expanded="true"]{
	color: var(--secondary_clr);
}
.acc_title[aria-expanded="true"]:after{
	transform: rotate(180deg);
}
.faq-card .content-box {
    padding: 0 0 20px;
}
.faq-card .content-box p {
	font-size: 16px; line-height: 1.6;
}

/* Two coll video */
.two-coll-block.flex-row-reverse {
	padding-top: 40px;
}
.two-coll-block .imgbox {
	width: 100%;position: relative;border-radius: 10px;overflow: hidden;padding: 0 0 56.66%;
}
.two-coll-block .imgbox img, .two-coll-block .imgbox iframe {
	width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;position: absolute;
}

/* BPO Services */
.giftcard-section .giftcard-flex {
    position: relative; max-width: 1000px; margin: 0 auto;
}
.giftcard-section .giftcard-flex .items {
    padding: 15px;
}
.giftcard-section .giftcard-flex .giftcard-box {
    border: none; border-radius: 0; padding: 40px 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; -webkit-perspective: 1000px; perspective: 1000px; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; position: relative; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; height: 260px;border-radius: 10px;background: #f0f3f4;
}
.giftcard-box .default_text, .giftcard-box .hover_text {
	position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden;left: 0;right: 0;bottom: 0;top: 0;padding: 40px 30px;
}
.giftcard-box .default_text {
    display: flex; align-items: center; justify-content: center; background: var(--secondary_clr); border-radius: 10px; z-index: 1;
}
.giftcard-box .default_text:after {
	content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;margin: auto;background: url(../images/gift-card-shape.png) no-repeat center;background-size: cover;display: block;z-index: -1;opacity: 0.4;
}
.giftcard-box .hover_text {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); background: var(--text_clr); border-radius: 10px;
}
.gift-card:hover .giftcard-box {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.giftcard-section .giftcard-flex .items:nth-last-child(1) .giftcard-box, .giftcard-section .giftcard-flex .items:nth-last-child(2) .giftcard-box, .giftcard-section .giftcard-flex .items:nth-last-child(3) .giftcard-box {
	border-bottom: 0;
}
.giftcard-section .giftcard-flex .giftcard-box:hover {
    background: #f7f7f7;
}
.giftcard-box .hover_text p {
    color: var(--white_clr); font-size: 15px; line-height: 1.6;margin: 0;
}
.giftcard-section .giftcard-box .textbox h4, .giftcard-section .giftcard-box .textbox h4 a {
	color: var(--text_clr);
}
.giftcard-section .giftcard-box .textbox h4:hover, .giftcard-section .giftcard-box .textbox h4 a:hover {
	color: var(--text_clr);
}
.giftcard-section .giftcard-box .iconbox {
    position: relative; z-index: 1; min-width: 64px; max-width: 64px; height: 64px;margin-right: 20px;display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.giftcard-box .default_text .price {
    position: absolute; top: 15px; right: 15px; font-weight: 600; font-size: 18px; padding: 12px 20px; background: var(--white_clr); border-radius: 50px; box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.giftcard-body {
	padding: 20px;
}
.close.modal_close {
    display: block; opacity: 1; position: absolute; right: -15px; top: -15px; z-index: 2; width: 35px; height: 35px; background: var(--secondary_clr); text-shadow: none; border-radius: 50%; font-size: 20px; color: var(--white_clr); -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s;
}
.giftcard_modal .close:not(:disabled):not(.disabled):focus, .giftcard_modal .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.icon-flex {
	padding: 0 0 10px;
}
.icon-flex .iconbox {
    margin-right: 20px; display: flex; align-items: center;
}
.icon-flex .textbox h4 {
    margin: 0 0 10px; font-size: 20px;
}
.icon-flex .textbox .price {
	font-weight: 600;color: var(--secondary_clr);
}
.date-flex .info_text span + span {
    padding-left: 10px; position: relative; margin: 4px 0; display: block;
}
.date-flex .info_text span + span:after {
	content: ",";position: absolute;bottom: 0;left: 0;font-size: 16px;color: #fff;
}


/* Calendar */
table caption {
	caption-side: inherit;
}
.course-detail .wp-calendar-table th {
	background: var(--primary_clr);color: var(--white_clr);
}
.course-detail .wp-calendar-table td, .course-detail .wp-calendar-table th {
    padding: 8px; text-align: center; border-color: #ddd;
}
.course-detail .wp-calendar-table #today {
	background: var(--secondary_clr);
}
.wp-block-calendar caption {
    color: var(--primary_clr); padding: 10px 0; text-align: center; background: #f2f2f2;border: 1px solid #ddd;
}
/* Woocommerce */
/* Breadcrumb Start */
.woocommerce .breadcrumb-block {
	padding: 16px 0; position: relative;margin: 0 0 40px;background: #F6F6F5;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 auto; width: 100%; max-width: 1240px; padding: 0 20px;
}
.woocommerce .woocommerce-breadcrumb a:hover {
	color: var(--secondary_clr);
}
/* Breadcrumb End */

/* Product Gallery */
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    position: relative; width: 100%;min-height: 300px;max-height: 400px;overflow: hidden;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a {
	width: 100%; height: 100%; display: block;position: relative;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
	width: 100% !important;height: 100% !important;object-fit: cover;object-position: center;display: block;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none;
}
.woocommerce-product-gallery .flex-control-nav {
	margin: 15px -7px 0 !important;
}
.woocommerce-product-gallery .flex-control-nav li {
	padding: 7px;
}
.woocommerce-product-gallery .flex-control-nav li img {
    display: block; width: 100%; height: 70px !important; border: 2px solid #ddd; object-fit: cover; object-position: center;
}
.woocommerce-product-gallery .flex-control-nav li img.flex-active {
	border-color: var(--secondary_clr);
}
.woocommerce div.product .price {
    font-weight: 600; color: var(--primary_clr) !important;
}
.woocommerce div.product .stock {
    color: #999999; font-weight: 500;
}
.woocommerce div.product .single_add_to_cart_button {
    display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; background: var(--secondary_clr); color: var(--primary_clr); font-size: 16px; font-weight: 400; cursor: pointer; letter-spacing: 0.05em; text-align: center; position: relative; min-width: 200px; line-height: 22px; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow: hidden;margin-left: 10px;
}
.woocommerce div.product .single_add_to_cart_button:hover {
	background: var(--primary_clr);color: var(--white_clr);
}
.woocommerce div.product .product_meta > span {
    display: flex; align-items: center; padding: 15px 0; border-top: 1px solid #ddd; font-size: 15px;
}
.woocommerce div.product .product_meta > span:last-child {
	border-bottom: 1px solid #ddd;
}
.woocommerce div.product .product_meta > span a:hover {
	color: var(--secondary_clr);
}
.woocommerce div.product .product_meta > span.posted_in a, .woocommerce div.product .product_meta > span.sku_wrapper .sku {
	margin-left: 5px;
}

.qty-box{
	border:1px solid #888282; justify-content: center; -webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;margin:0;
}
.qty-box .input-qty{
	padding:0; min-width:48px; max-width: 48px; height: 50px; background:none; border:0; text-align: center; font-size: 16px; line-height: 15px; color: #888A8B; font-weight: 400; appearance: none; -webkit-appearance: none; -moz-appearance: none; -moz-appearance: textfield;
}
.qty-box .input-qty::-webkit-inner-spin-button,
.qty-box .input-qty::-webkit-outer-spin-button{
	-webkit-appearance: none; appearance: none;
}
.qty-box button{
	min-width:42px; height: 50px; text-align: center; background:none; border: 0; padding: 0;
}
.qty-box .minus_btn{
	background:url('../images/minus.svg') no-repeat center;
}
.qty-box .plus_btn{
	background:url('../images/plus.svg') no-repeat center;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0; display: flex; justify-content: center; position: relative; top: -20px; overflow: inherit; margin-bottom: 0;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: var(--primary_clr); color: var(--white_clr);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0; border: 0; padding: 0;transition: all 0.3s ease;margin: 0;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    content: "\f2f6"; position: absolute; bottom: -12px; left: 0; right: 0; font-family: 'Material-Design-Iconic-Font'; font-size: 30px; width: 10px; height: 18px; transform: rotate(90deg); margin: 0 auto; display: flex; align-items: center; justify-content: center; color: #000;opacity: 0;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
	opacity: 1;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 30px;color: #000; font-weight: 600; font-size: 14px;text-shadow: none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--white_clr);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after, body.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #000;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    color: var(--white_clr);
}
body.woocommerce table.shop_attributes td p {
    padding: 8px;
}
body.woocommerce #review_form .comment-reply-title {
    font-size: 20px; line-height: 1.4; font-weight: 500; margin: 0 0 20px; display: block;
}
.comment-form label {
    display: inline-block; font-size: 15px; line-height: 18px; color: #333; margin: 0 0 7px;
}
.woocommerce #review_form #respond textarea, .woocommerce #review_form #respond input {
	border-color: #dbdbdb;
}
.woocommerce p.stars:hover a, .woocommerce p.stars:hover a::before {
    color: var(--secondary_clr);
}
body.woocommerce .comment-form .form-submit {
    margin: 0;
}
body.woocommerce .comment-form .form-submit .submit {
    display: flex !important; align-items: center; justify-content: center; padding: 12px 20px !important; background: var(--primary_clr) !important; color: var(--white_clr) !important; font-size: 16px !important; line-height: 22px !important; font-weight: 400 !important; font-family: 'Poppins', sans-serif, Arial; text-transform: uppercase; letter-spacing: 0.01em; text-align: center; min-width: 120px; -moz-transition: all ease-in-out .4s; -webkit-transition: all ease-in-out .4s; transition: all ease-in-out .4s; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px !important;
}
body.woocommerce .comment-form .form-submit .submit:hover {
    background: #feda00 !important;color: #000 !important;
}
body.woocommerce .comment-form .form-submit .submit:after {
    content: ""; position: absolute; background-color: var(--primary_clr); left: auto; right: 0; top: 0; height: 100%; width: 0; border-radius: inherit; transition: all ease .4s;
}
body.woocommerce .comment-form .form-submit .submit:hover:after {
    width: 100%; right: auto; left: 0;
}
body.woocommerce .woocommerce-tabs {
    padding-bottom: 20px;
}
body.woocommerce .woocommerce-tabs {
    padding: 0 40px 40px; background: #f7f7f7; margin: 0 0 40px;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 0;
}
.woocommerce ul.products, .woocommerce-page ul.products {
	margin: 0 -10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0;width: 33.33% !important;padding: 10px;
}
.woocommerce ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button {
    display: inline-flex; align-items: center; justify-content: center; padding: 9px 25px; background: var(--secondary_clr); color: var(--primary_clr); font-size: 14px; font-weight: 400; cursor: pointer; letter-spacing: 0.05em; text-align: center; position: relative; min-width: 120px; width: max-content; line-height: 22px; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow: hidden; margin-left: 10px; margin-bottom: 10px;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title, .woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
    padding: 0 10px; margin: 20px 0 10px;font-size: 18px;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    padding: 0 10px;font-size: 15px;
}
.woocommerce span.onsale {
    background: var(--primary_clr); border-radius: 0 0 0 10px; line-height: 1.2; height: auto; min-height: inherit; padding: 7px 10px; margin: 0 !important; text-transform: uppercase; font-weight: 500;
}
p.comment-form-cookies-consent {
    display: flex; margin-bottom: 20px !important;
}
p.comment-form-cookies-consent label {
	margin-left: 10px;margin-bottom: 0;
}
.related.products ul.products li.product a.added_to_cart {
    text-decoration: underline; font-size: 15px; padding: 5px 10px;
}

body.woocommerce .woocommerce-notices-wrapper {
	padding: 0 20px;
}
body.woocommerce .wc-block-components-notice-banner {
    max-width: 1130px; margin: 0 auto 40px !important;
}
body.woocommerce .wc-block-components-notice-banner.is-success {
    background-color: #fff9e4; border-color: var(--secondary_clr);
}
body.woocommerce .wc-block-components-notice-banner.is-success>svg {
	background: var(--secondary_clr);
}
.woocommerce .wc-block-components-notice-banner.is-error {
	margin-bottom: 20px;
}

/* Gift Card Detail Page */
body.woocommerce .product_cat-gift-card .left-block {
	min-width: 100%;max-width: 100%;
}
body.woocommerce .product_cat-gift-card .right-block {
	display: none;
}
body.woocommerce .ywgc-main-form-preview-container hr {
    background: #ddd; opacity: 1;
}
body.woocommerce .product-type-gift-card .woocommerce-product-gallery .woocommerce-product-gallery__image {
    min-height: inherit; max-height: inherit;
}
body.woocommerce .product-type-gift-card .woocommerce-product-gallery__wrapper {
    box-shadow: none; border: 1px solid #ddd; border-radius: 5px;
}
body.woocommerce .product-type-gift-card .ywgc-main-form-preview-container {
	box-shadow: none;min-height: inherit;padding: 30px;
}
body.woocommerce .ywgc-main-form-preview-container .ywgc-form-preview-message-container p {
    margin: 15px 0 0;
}
body.woocommerce .ywgc-main-form-preview-container .ywgc-form-preview-separator {
	height: 2px;
}
body.woocommerce .gift-card-content-editor.step-content textarea {
    min-height: 120px; height: 120px; border-radius: 5px; background: #f5f5f5; border: 1px solid #ebebeb;width: 100%;
}
body.woocommerce .gift-cards_form .gift-cards-list > h3 {
    font-size: 16px; font-weight: 400; font-family: 'Poppins';
}
body.woocommerce .gift-cards_form .gift-cards-list button {
	padding: 7px 10px; font-size: 14px;border-color: #c5c5c5;
}
body.woocommerce .gift-cards_form>h3 {
	margin-top: 20px; margin-bottom: 5px;
}
body.woocommerce .gift-cards_form .gift_card_template_button {
    margin-top: 2em;
}
body.woocommerce .ywgc-main-form-preview-container .ywgc-form-preview-from-to-container .ywgc-form-preview-to {
    margin: 10px 0 0; display: inline-block;
}
body.woocommerce .virtual div.summary .product_title {
	margin-bottom: 0;
}
body.woocommerce .virtual div.summary .gift-card-content-editor {
	margin-top: 15px;
}
body.woocommerce .gift-card-content-editor.step-content input {
    border-radius: 5px; background: #f5f5f5; border: 1px solid #ebebeb; min-width: 100%; max-width: 100%; float: none; display: block;height: 50px;
}
body.woocommerce .gift-card-content-editor.step-content label {
	line-height: 32px;
}
body.woocommerce .gift-card-content-editor.step-content h5 {
    margin-top: 25px;
}
body.woocommerce .ywgc-design-list .ywgc-preset-image img {
    height: 130px; width: 150px; object-fit: cover; object-position: center; display: block;
}
.giftcard-pro-flex .items {
	padding: 15px;
}
.giftcard-pro-flex .product a {
    display: block; width: 100%; height: 100%; margin: 0 0 10px;
}
.giftcard-pro-sec + .partner-section {
	border-top: 1px solid #ddd;
}
.gift-cards_form input[name="ywgc-is-digital"] + h3,
.gift-cards_form .gift-cards-list + h3,
.gift-cards_form .gift-card-content-editor.step-appearance{
	display: none;
}
.wp-block-calendar .wp-calendar-nav{
    display: none;
}
.product_cat-gift-card .product-flex {
    display:flex;display:-webkit-flex;
}
.product_cat-gift-card .product-flex div.images.woocommerce-product-gallery{
	margin-left: auto; order: 2;
}
.product_cat-gift-card .product-flex .summary {
    order: 1;
}
.product_cat-gift-card .woocommerce-tabs{
	display: none !important;
}

/* Cart Page */
.woocommerce .wc-block-components-notice-banner.is-info {
	border-color: var(--secondary_clr); margin: 0 0 20px;
}
.woocommerce .wc-block-components-notice-banner.is-info>svg {
	background: var(--secondary_clr);
}
.woocommerce .ywgc_enter_code {
    padding: 30px; margin: 20px 0; background: #f7f7f7 !important;border-radius: 8px;
}
.woocommerce .ywgc_enter_code>div {
	margin: 0;
}
.woocommerce .ywgc_enter_code .form-row {
	padding: 0;margin: 0;
}
.ywgc_enter_code .form-row .input-text {
	border-radius: 50px;height: 50px;padding: 2px 60px 2px 20px;
}
.woocommerce .form-row-last .button, table.shop_table td.actions .button {
    display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; background: var(--primary_clr) !important; color: var(--white_clr); font-size: 16px; font-weight: 400; cursor: pointer; letter-spacing: 0.05em; text-align: center; position: relative; min-width: 185px; line-height: 22px; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow: hidden;margin-left: -45px;height: 50px;
}
.woocommerce .form-row-last .button:hover {
	background: var(--secondary_clr) !important;
}
.woocommerce .ywgc_enter_code p {
    padding: 0; margin: 0 0 6px; display: block;
}
/*Cart Page*/
table.shop_table {
	border: 1px solid #ebebeb;width: 100%;
}
table.shop_table td.actions {
	padding: 20px;
}
table.shop_table thead > tr {
	 background-color: #f9f9f9;
	 border: 1px solid #ebebeb;
}
.woocommerce-cart-form table.shop_table thead > tr th {
	border-bottom: 0;
}
.woocommerce table.shop_table {
	border-radius: 0;border-left: 0;
}
.woocommerce .cart_totals table.shop_table {
	border: none;
}
.woocommerce table.shop_table thead > tr th {
	 padding: 16px; color: #333; font-size: 14px; font-weight: 500; text-transform: uppercase; vertical-align: middle; white-space: nowrap; background: #f9f9f9;
}
table.shop_table tr {
	 border-bottom: 1px solid #ebebeb;
}
table.shop_table tr td.product-thumbnail {
	 width: 150px; background: #f7f8fa;
}
table.shop_table tr td.product-thumbnail img{
	width: 82px; height: 82px; -o-object-fit: contain; object-fit: contain;display: block;
}
table.shop_table tr td.product-name {
	 width: 400px;
}
table.shop_table tr td.product-name a {
	 color: #333; font-size: 15px; font-weight: 600;
}
table.shop_table tr td.product-name a:hover {
	 color: #401f11;
}
table.shop_table tr td.product-price-cart span {
	 font-weight: 500;
	 color: #333;
}
.product-quantity{
	text-align: center;
}
.product-quantity .qty-box {
    max-width: 135px;
}
.product-subtotal {
	 text-align: center;
}
.product-remove {
    min-width: 38px; max-width: 38px;
}
.product-remove a {
	 color: #666; font-size: 18px;
}
.product-remove a:hover {
	 color: #401f11;
}
.woocommerce table.shop_table tr td {
	 color: #333; font-size: 15px; padding: 10px 16px; border-bottom: 0;
}
table.shop_table tr .product-remove {
    text-align: center;
}
.shop_table .quantity-wrap{
	display: inline-block; min-width: 100px; max-width: 100px;;
}
.shop_table .quantity-wrap input[type="number"]{
	padding: 0 20px; border: 1px solid #e1e1e1; height: 40px; border-radius: 10px;
}
.shop_table .quantity-wrap > button{
	width: 30px; height: 40px;
}
.coupon button.button {
    margin-left: -4px;
    border-radius: 0 6px 6px 0;
    background: #36b7ea;
}
.coupon button.button:hover {
    background: #36b7ea;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.coupon input{
	width: auto !important; height: 40px;
}
.coupon .btn{
	min-width: 140px;
}
.cart-collaterals {
    display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.cart_totals {
    margin: 30px 0 0; background: #f7f7f7; padding: 40px; width: 100%; max-width: 600px; border-radius: 5px;
}
.cart_totals > h2 {
    border-bottom: 1px solid #cacaca; font-size: 20px; text-transform: uppercase; padding: 0 0 20px; margin: 0 0 20px;
}
.cart-collaterals .shop_table {
    margin-bottom: 20px; width: 100%; border: 0;
}
.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td{
    border: 0 !important; padding: 8px 0 !important; font-size: 15px; font-weight: 500 !important; text-align: left; background: none;
}
.cart-collaterals .shop_table .order-total th,
.cart-collaterals .shop_table .order-total td {
    padding-top: 44px !important; position: relative; font-weight: 700 !important;
}
.cart-collaterals .shop_table .order-total th:before,
.cart-collaterals .shop_table .order-total td:before {
    content: ""; width: 100%; height: 1px; position: absolute; top: 20px; left: 0; display: block; background-color: #cacaca;
}
.cart-collaterals .shop_table td:last-child {
    text-align: right;
}
.cart-collaterals .btn {
    width: 100%;
    display: block;
}
.cart-collaterals .btn + a {
    margin-top: 10px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 2px 10px 3px; min-width: 280px; height: 50px; margin: 0; border-radius: 5px 0 0 5px;
}
.woocommerce-cart table.cart .coupon button.button {
    margin-left: -10px; border-radius: 0 6px 6px 0; background: var(--secondary_clr); height: 50px; font-weight: 500;color: var(--white_clr); padding: 5px 15px 6px;
}
.cart-collaterals .wc-proceed-to-checkout {
	padding: 1em 0 0;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
	margin-bottom: 0; display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; background: var(--secondary_clr); color: var(--white_clr); font-size: 16px; font-weight: 400; cursor: pointer; letter-spacing: 0.05em; text-align: center; position: relative; min-width: 120px; width: 100%; line-height: 22px; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow: hidden;text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
	background: var(--primary_clr);
}
.woocommerce .ywgc_have_code a.ywgc-show-giftcard, .woocommerce-form-coupon-toggle a.showcoupon  {
    text-decoration: underline;
}

/* Checkout Page */
.woocommerce .form-flex .woocommerce-billing-fields__field-wrapper {
	display: flex;flex-wrap: wrap;
}
.woocommerce .form-flex .form-row {
    float: none; min-width: 100%; max-width: 100%; padding: 0; margin: 0 0 15px;display: block;
}
.woocommerce .form-flex .form-row .select2-selection--single {
    background: var(--white_clr); border: 1px solid #d5d5d5; width: 100%; padding: 2px 15px; margin: 0; font-size: 16px; color: #111; font-weight: 400; line-height: normal; letter-spacing: 0; height: 52px; outline: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;display: flex;align-items: center;
}
.woocommerce .form-flex .form-row .select2-selection--single .select2-selection__rendered {
    width: 100%; height: 100%; padding: 0; display: flex; align-items: center;
}
.woocommerce .form-flex .form-row .select2-selection--single .select2-selection__arrow {
    height: 52px; right: 10px;
}
.woocommerce form .form-row.notes textarea {
	min-height: 150px;height: 150px;
}
.woocommerce .checkout_coupon .form-row {
	width: 50%;
}
.woocommerce .checkout_coupon .form-row .input-text {
    border-radius: 50px; padding: 2px 60px 2px 20px; height: 50px;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table th {
	padding: 10px 16px;border-bottom: 0;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tr td {
	border-top: 1px solid rgba(0,0,0,.1);
}
.woocommerce-checkout #payment {
	background: #f5f5f5;
}
.woocommerce-checkout #payment div.payment_box {
    background: #e9e6ed;
}
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #e9e6ed;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-color: #e9e6ed;padding: 20px 25px;
}
.woocommerce .woocommerce-checkout #payment .wc_payment_method {
	padding-left: 30px;
}
.woocommerce .woocommerce-checkout #payment .wc_payment_method:before {
	display: none !important;
}
.woocommerce .woocommerce-checkout #payment .wc_payment_method label:after {
	content: ""; -moz-appearance: none; appearance: none; background: #fff; border: 1px solid rgba(25,23,17,.48); border-radius: 50%; cursor: pointer; display: inline-block; min-width: 20px; width: 20px; height: 20px; left: 0; margin: inherit; position: absolute; top: 25px; transform: translateY(-45%);
}
.woocommerce .woocommerce-checkout #payment .wc_payment_method label:before {
    background: #000; border-radius: 50%; content: ""; display: block; min-width: 10px; width: 10px; height: 10px; left: 10px; margin: 0; position: absolute; top: 26px; transform: translate(-50%,-50%); z-index: 1;transition: all 0.3s ease;opacity: 0;
}
.woocommerce .woocommerce-checkout #payment .wc_payment_method input:checked ~ label:before {
    opacity: 1;
}
.woocommerce .woocommerce-checkout #payment .wc_payment_method input {
    position: absolute; display: block !important; font-size: 0; width: 0; height: 0; opacity: 0;
}
.woocommerce-checkout #payment div.form-row {
	padding: 25px;
}
.woocommerce-checkout #payment .place-order .button {
    display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; background: var(--secondary_clr) !important; color: var(--white_clr); font-size: 16px; font-weight: 400; cursor: pointer; letter-spacing: 0.05em; text-align: center; position: relative; min-width: 185px; width: 100%; line-height: 22px; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow: hidden;margin: 15px 0 0;
}
.woocommerce-checkout #payment .form-row:last-child {
	margin-bottom: 0;
}

/* Thank you page */
.woocommerce ul.order_details {
	display: flex;flex-wrap: wrap;justify-content: center;margin: 0 -5px 20px;
}
.woocommerce ul.order_details li {
    float: none; font-size: 14px; padding: 20px; text-align: center; border: none; background: #f2f2f2; margin: 5px;height: 100%;min-width: 204px;max-width: 300px; color: #585858;
}
.woocommerce ul.order_details li:before {
	display: none;
}
.woocommerce-order .woocommerce-notice {
    text-align: center; padding: 20px; background: #edffed; color: #008000; font-weight: 500; font-size: 18px;
}
.woocommerce ul.order_details li strong {
    font-size: 16px; line-height: 1.4; font-weight: 600; margin: 8px 0 0;color: var(--black_clr);
}
.woocommerce-order-details table.shop_table tr td.product-name {
    width: auto;
}
.woocommerce-order-details table.shop_table th {
	padding: 10px 16px;border-bottom: 0;
}
.woocommerce-order-details table.shop_table tr td {
	border-top: 1px solid rgba(0,0,0,.1);border-left: 1px solid #eee;
}
.woocommerce-order-details table.shop_table .product-total {
	border-left: 1px solid #eee;
}
.woocommerce .woocommerce-customer-details {
	margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
    border-radius: 0; padding: 25px; border-width: 1px; line-height: 1.6;
}

.woocommerce .return-to-shop .button {
	display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; background: var(--primary_clr); color: var(--white_clr); font-size: 16px; font-weight: 400; cursor: pointer; letter-spacing: 0.05em; text-align: center; position: relative; min-width: 120px; line-height: 22px; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;
}

nav.woocommerce-MyAccount-navigation {
    background: #f2f2f2; padding: 30px;
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
	padding: 0 0 0 30px;
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:before {
    content: "\f061"; position: absolute; left: 0; top: 0; font-family: 'Line Awesome Free'; font-weight: 900; font-size: 21px; line-height: 1.4; color: var(--secondary_clr); border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active, .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: var(--secondary_clr);
}
.woocommerce table.my_account_orders {
    border-left: 0;
    border-bottom: 0;
}
.woocommerce-MyAccount-content .button {
    padding: 14px 24px !important; background: var(--primary_clr) !important; color: var(--white_clr) !important; font-weight: 400 !important; font-size: 16px !important; border-radius: 30px !important;
}
.woocommerce-MyAccount-content form .form-row label {
    min-width: 100%;
}
.woocommerce-MyAccount-content form .form-row input.input-text,
.woocommerce-MyAccount-content form .form-row textarea{
    border: 1px solid #ccc;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}
.woocommerce-address-fields .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-address-fields .woocommerce-input-wrapper .select2-selection--single {
	background: var(--white_clr); border: 1px solid #d5d5d5; width: 100%; padding: 2px 15px; margin: 0; font-size: 16px; color: #111; font-weight: 400; line-height: normal; letter-spacing: 0; height: 52px; outline: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: flex; align-items: center;
}
.woocommerce-address-fields .woocommerce-input-wrapper .select2-selection--single .select2-selection__rendered {
    width: 100%; height: 100%; padding: 0; display: flex; align-items: center;
}
.woocommerce-address-fields .woocommerce-input-wrapper .select2-selection--single .select2-selection__arrow {
    height: 52px; right: 10px;
}
.woocommerce .woocommerce-Addresses.col2-set {
    display: flex;
}
.woocommerce-Address {
    margin: 0 10px; padding: 30px !important; height: calc(100% - 34px); background: #f0c029; border: 0; border-radius: 10px; color: var(--white_clr); max-width: 50%; flex: 100%;
}
.woocommerce-Address address {
	line-height: 1.6;font-size: 16px;
}
.woocommerce-Address .woocommerce-Address-title {
    padding: 0 0 10px; margin: -10px 0 15px; border-bottom: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center;
}
.woocommerce-Address .woocommerce-Address-title h3 {
    font-size: 20px; text-transform: uppercase; margin: 0; color: var(--white_clr);
}
.woocommerce-account .addresses .title .edit {
    background: rgba(255, 255, 255, 0.2); padding: 8px 20px; font-size: 16px; color: var(--white_clr); border-radius: 20px; margin-left: auto;
}
.woocommerce-account table.woocommerce-MyAccount-orders {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce-MyAccount-orders.shop_table .button {
	padding: 10px !important; font-size: 15px !important; min-width: 80px;
}
.woocommerce-account .woocommerce-MyAccount-content .wc-block-components-notice-banner__content .button {
    text-decoration: none !important; padding: 14px 24px !important; font-size: 15px !important; background: var(--primary_clr) !important; color: var(--white_clr) !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button.button, .woocommerce-account .woocommerce-address-fields .button {
    height: 52px;margin-top: 10px;
}

.pagination-single .nav-links {
    display: flex;
    align-items: center;
}
.pagination-single .nav-links .nav-next {
    margin-left: auto;
}
.woocommerce .woocommerce-pagination .woocommerce-button {
    height: inherit !important;
}

.payment_box .woocommerce-error {
	padding-left: 25px;
}
.payment_box .woocommerce-error::before {
	top: 8px;left: 5px;
}
.payment_box .woocommerce-error li:before {
	display: none !important;
}

.blog-filter{
	position: relative; z-index: 2;
}
.filter-search {
	margin: 0 -5px;
}
.filter-search .label {
	display: inline-block;font-size: 16px;line-height: 20px;color: #1B262C; padding: 0 10px; margin: 0;
}
.filter-selects .dropdown {
	position: relative;z-index: 1;margin-right: 10px;
}
.filter-selects .dropdown:after {
    content: "\f107"; position: absolute; top: 0; bottom: 0; right: 15px; width: 20px; height: 20px; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 18px; color: #555; font-family: 'Line Awesome Free'; font-weight: 900;z-index: -1;
}
.filter-selects .dropdown select {
    border-radius: 50px; background: #fff;-webkit-appearance: none;-moz-appearance: none;appearance: none;padding: 2px 20px;cursor: pointer;height: 42px;font-size: 14px;
}
.filter-search-input .input-search {
	margin-right: 10px;border-radius: 50px;background: #fff;padding: 2px 20px;height: 42px; font-size: 14px;
}
.filter-search .btnbox .btn:hover {
    transform: translateY(0px);
}
.entry-content p a,
.entry-content p a strong,
.entry-content p li a{
    color: #000000; text-decoration: underline;
}
.single-product .product-card .woocommerce-loop-product__title {
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.entry-content ul li a,
.entry-content ol li a {
    text-decoration: underline;
}

/* Career Page Css */
.career-page {
    padding-top: 40px !important;
}
.career-page .form-inner .input-field:before{
	display: none;
}
.career-page .contact-form{
	padding: 60px;
}
.career-page .form-inner .input-field input,
.career-page .form-inner .input-field select,
.career-page .form-inner .input-field textarea {
    padding-left: 15px;
}
.career-page .form-inner .input-field .filebox {
    padding: 14px 0;
}
.career-page .form-inner .input-field .filebox .upload-text {
    display: block;
    margin-bottom: 10px;
}
.career-page .form-inner .input-field .filebox input[type="file"] {
    padding: 10px 15px;
}
.formbtn .btnbox .btn {
    position: relative; margin-right: 10px;
}
.formbtn .wpcf7-spinner {
    position: absolute;
}

/*==========================================
===============:: MEDIA CSS ::==============
============================================*/
@media screen and (max-width:1499px){
.container, .woocommerce .woocommerce-breadcrumb {max-width: 1170px;}

}

@media screen and (max-width:1280px){
.gallery-slider .slick-arrow.slick-next {
    right: 60px;
}
.gallery-slider .slick-arrow.slick-prev {
    right: 110px;
}

}

/* iPad 1024px View */
@media screen and (max-width:1199px){
.container{width:100%; max-width:100%; padding:0 20px;}
.btnbox{padding:10px 0 0;}
.ptb-100{padding: 60px 0;}
.ptb-80, .ptb-90{padding: 60px 0;}
.ptb-60{padding: 40px 0;}
h2, .h2{font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;line-height: 24px;}
p{font-size: 16px;line-height: 24px; margin-bottom: 15px;}
ul li, ol li{font-size: 16px;line-height: 24px;}
.block-title p br{display: none;}
/*Header and banner*/
.nav-main{display:none !important;}
.mobi-iconbox{display:block;}
.header-inner,
.navbar_fixed .header-inner,
.header-blank,
.navbar_fixed + .header-blank{
    height: 80px;
}
.site-logo {
    max-width: 100px;
}
.head-btnbox {
    margin: 0 40px 0 0;
}
.home-banner .items {
    padding: 80px 0; min-height: 540px; max-height: 640px;
}
.caption .h1 {
    font-size: 34px; line-height: 40px;
}
.banner-inner {
    padding: 0 0 40px;
}
.banner-icons{
	bottom: 60px;
}
.banner-icons-inner{
	margin: 0 -5px;
}
.banner-icons-inner .iconbox{
	margin: 0 5px; padding: 10px 15px;
}
.banner-icons-inner .iconbox p{
	font-size: 14px;
}
.other-text-item{
	min-width: 100px;
}
.about-section .img-inner{
    margin-left: 0;
}
.testimonial-section .block-title .small-title{
    font-size: 20px;
}
.testimonial-section .block-title h2,
.cta-content h2{
	font-size: 28px;
}
.quote-icon {
    font-size: 100px; line-height: 80px;
}
.card-testimonial .textbox{
    padding: 15px;
}
.f-contact .contact-text,
.footer-inner ul li{
    font-size: 15px; line-height: 24px;
}
.footer-inner ul li + li{
    margin-top: 10px;
}
.f-about p{
	font-size: 15px;
}
/* Internal Banner */
.internal-banner {
    padding: 80px 0 40px;
}
.internal-caption {
    padding: 60px 0;
}
.contact-page .contact-right {
    padding-left: 10px;
}
.pagination-block {
	padding-bottom: 0;
}
.events-textbox {
	padding: 25px;
}
.events-tabs .nav-link {
	padding: 10px 20px;min-width: 180px;font-size: 18px;
}
.product-slider .slick-dots {
    bottom: -10px;
}
.product-slider .slick-arrow.slick-prev {
    left: 0;
}
.product-slider .slick-arrow.slick-next {
    right: 0;
}
.gallery-slider .slick-arrow.slick-next {
    right: 0;
}
.gallery-slider .slick-arrow.slick-prev {
    right: 50px;
}
.giftcard-section .giftcard-flex {
	margin: 0 -15px;
}
.courses_tabbing {
    padding: 0 20px;
}
.product-flex .woocommerce-product-gallery, .product-flex div.summary {
    min-width: 100%; max-width: 100%; float: none;
}
.course-detail .left-block {
    min-width: 68%; max-width: 68%;
}
.woocommerce-product-gallery .flex-control-nav li img {
	height: 90px !important;
}
.course-detail .wp-calendar-table td, .course-detail .wp-calendar-table th {
	padding: 10px;
}

body.woocommerce .product_cat-gift-card .left-block .product-flex {
    display: flex;flex-wrap: wrap;margin: 0 -15px;
}
body.woocommerce .product_cat-gift-card .product-flex .woocommerce-product-gallery, body.woocommerce .product_cat-gift-card .product-flex div.summary {
    min-width: 50%; max-width: 50%;padding: 0 15px;
}


}
/* iPad 768px view*/
@media screen and (max-width:991px){
h1, .h1{font-size: 32px;line-height: 34px;}
.ptb-100{padding:80px 0;}
.ptb-80{padding:60px 0;}
/*Header and banner*/
.card-course .imgbox img{
	-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
}
.card-course .textbox {
    flex-wrap: wrap;
}
.left-textbox{
	width: 100%; padding: 0;
}
.right-textbox {
    min-width: 100%; max-width: 100%; text-align: left; margin-top: 20px;
}
.abt-inner .right-block{
	order: 1;
}
.abt-inner .content-column{
	order: 2;
}
.course-right-bottom{
	padding-top: 10px;
}
.about-section .img-inner {
    margin: 0 0 20px;
}
.about-section .img-inner .image-box {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
.footer-inner .f-logo{
	text-align: center;
}
.footer-inner .f-about{
	margin: 0 auto; text-align: center;
}
.footer-inner .social-media{
	justify-content: center;
}
.footer-inner.ptb-100 {
    padding-top: 40px;
}
.footer-inner .f-col-1 {
    margin-bottom: 30px; padding-bottom: 40px; border-bottom: 1px solid rgba(0,0,0,0.1);
}
.footer-bottom{
	margin-top: 0;
}
.courses_tab_big.courses_tab .nav-link{
    padding: 14px 20px; min-width: 180px; font-size: 16px; line-height: 24px;
}
.courses_tab_big.courses_tab .nav-link i{
    font-size: 24px; margin-right: 10px; margin-left: -20px;
}
.courses_tab_big.courses_tab .nav-link span{
    padding: 0;
}
.testimonial-block.ptb-20 {
    padding: 0;
}

.counter-block {
    margin: 0 -20px;
}
.two-coll-block .img-block {
	margin: 0 0 20px;
}
.cta-section {
    padding: 40px 0;
}
.cta-section .right-block .btnbox {
	text-align: center !important;padding-top: 15px !important;
}
.cta-inner .phone_block {
	justify-content: center;padding-bottom: 15px;
}
.cta-inner .cta-textbox {
	text-align: center;
}
.contact-form {
	padding: 30px;
}
.contact-page .contact-right .iconbox {
	margin-right: 15px;
}
.input-field {
    max-width: 100%; min-width: 100%;
}
.contact-page .contact-right {
    padding-left: 0;
}
.contact-page {
	overflow: hidden;
}
.contact-page .contact-right p i {
	top: 0;
}
.course-top-tab .courses_tab_big.courses_tab .nav-link {
	padding: 12px 15px;min-width: 165px;font-size: 16px;
}
.course-top-tab .courses_tab_big.courses_tab .nav-link i {
    margin-right: 10px;
}
.product-list .items {
	padding: 15px;
}
.product-slider .slick-dots {
    bottom: 0;
}
.product-section .block-title {
	margin-bottom: 10px;
}
.two-coll-block .col-lg-12 .entry-content {
	padding-top: 15px;
}

.course-detail .left-block {
    min-width: 58%; max-width: 58%;
}
.acc_title {
	font-size: 20px;
}
body.woocommerce .woocommerce-tabs {
    padding: 0 30px 30px;
}
.woocommerce-product-gallery .flex-control-nav li img {
    height: 70px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 !important; width: 50% !important;
}
body.woocommerce .product-type-gift-card .ywgc-main-form-preview-container {
	padding: 20px;
}
body.woocommerce .ywgc-main-form-preview-container .ywgc-form-preview-message-container p {
	font-size: 15px;
}
.woocommerce .ywgc_enter_code p {
    margin: 0 0 10px;font-size: 15px;
}
.woocommerce .ywgc_enter_code {
	padding: 25px;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	width: 100%;
}
table.shop_table tr td.product-name {
    width: inherit;
}
.woocommerce table.shop_table tr {
	position: relative;
}
.woocommerce table.shop_table td.product-remove {
	padding: 0;border-bottom: 0;
}
.woocommerce table.shop_table td.product-remove a {
    position: absolute; top: 0; right: 0; background: red !important;color: var(--white_clr) !important;margin: -10px;
}
.product-quantity .qty-box {
    margin-left: auto; height: 46px;
}
.woocommerce-cart table.cart .coupon button.button {
    float: none !important; max-width: 155px; min-width: 155px;
}
.woocommerce-cart table.shop_table td.actions {
	display: flex !important;
}
.woocommerce-page table.cart td.actions .coupon {
	padding-bottom: 0;
}
.woocommerce-page table.cart td.actions .button {
	width: auto;display: inherit;margin-left: auto;
}
.woocommerce-cart .shop_table .order-total td {
	background: none !important;
}
.woocommerce-cart table.shop_table tr {
	border: none;
}
.woocommerce-page table.cart .product-thumbnail {
	display: block !important;padding: 16px;
}
.woocommerce-page table.cart .product-thumbnail:before {
	display: none;
}
table.shop_table tr td.product-thumbnail img {
	height: auto;width: 100px;
}
.woocommerce-MyAccount-content {
    margin-top: 20px;
}
.giftcard-section .giftcard-flex .giftcard-box {
	height: 190px;
}
.giftcard-box .default_text .price {
	font-size: 16px; padding: 10px 15px;
}
.woocommerce-checkout-payment .wc-stripe-card-icons-container {
	width: 100%; margin: 10px 0 0;
}
.woocommerce-checkout-payment .wc-stripe-card-icons-container img:first-child {
	margin-left: 0 !important;
}
.woocommerce-account table.woocommerce-MyAccount-orders tr + tr {
	margin-top: 20px;
}
.career-page .contact-form {
    padding: 50px;
}


}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px){
body{-webkit-text-size-adjust:none;}
h2, .h2{font-size:22px; line-height:28px;}
h3 {font-size: 20px; line-height: 24px;}
p{margin:0 0 15px;}
.ptb-100, .ptb-80, .ptb-90{padding:40px 0;}
.ptb-60, .ptb-50{padding:40px 0;}
.entry-content figure.alignright, img.alignleft, img.alignright, img.alignnone,
iframe, iframe.alignleft, iframe.alignright, iframe.iframe-embed.alignright{
    float: none; max-width: 100%; margin: 0 0 20px;
}
.clip-path-box{
	height: 30px;
}
/*Header and banner*/
.mobile-menu-block{
	width: 85%; left: -105%;
}
.header-right{
	display: none;
}
.home-banner{
	background: var(--white_clr);
}
.home-banner .items {
    padding: 80px 0; min-height: 540px; max-height: inherit; height: 100vh;
}
.banner-inner{
	padding-bottom: 40px;
}
.caption {
    min-width: 100%; max-width: 400px;
}
.caption .h1 {
    font-size: 26px; line-height: 30px;
}
.caption .btnbox .btn {
    min-width: 210px; font-size: 14px; padding: 10px 20px; margin: 5px !important;
}
.banner-icons{
	bottom: 40px;
}
.banner-icons-inner{
	flex-wrap: wrap;
}
.banner-icons-inner .iconbox{
	min-width: calc(50% - 10px); max-width: calc(50% - 10px); margin: 5px; flex-direction: row;
}
.banner-icons-inner .iconbox i {
    font-size: 24px; min-width: 24px; height: 24px; margin: 0 10px 0 0;
}
.courses_tab {
    margin: 0 0 20px;
}
.courses_tab .nav-link {
    padding: 10px 15px; font-size: 14px;
}
.price-text{
	font-size: 18px;
}
.course-right-bottom .btn{
	width: 100%;
}
.cta-inner-block {
    padding: 40px 20px;
}
.cta-content .btnbox .btn{
	margin: 5px;
}
.testimonial-slider .slick-arrow.slick-prev{
    left: -10px;
}
.testimonial-slider .slick-arrow.slick-next{
	right: -10px;
}
.card-testimonial p{
	font-size: 16px; line-height: 24px;
}
.courses_tab_big.courses_tab .nav-link{
	padding: 10px; min-width: 120px;
}
.courses_tab_big.courses_tab .nav-link i {
    font-size: 24px; margin-right: 5px; margin-left: -10px;
}
.courses-list .items {
    margin: 0 0 20px;
}
.testimonial-section .block-title {
    flex-wrap: wrap; text-align: center;
}
.quote-icon {
    font-size: 60px; line-height: 60px; margin: 0 auto;
}
.icon-list .items {
    padding: 8px 15px;
}
.card-icon .iconbox {
    margin-right: 10px;
}
.apply_popup .modal-body {
    padding: 30px;
}
.close_btn{
	right: -6px; top: -6px;
}
.internal-caption {
    padding: 40px 0;
}
.pagination-single {
	padding: 20px 0;
}

.contact-page .contact-right {
	padding-top: 30px;
}
.events-list .items {
    padding: 15px;
}
.events-tabs .nav-link {
    padding: 8px 12px; min-width: 120px; font-size: 16px;
}
.events-tabs {
	margin: 0 0 20px;
}
.date-block {
    padding: 15px 0;
}
.courses_tabbing .nav-link {
	min-width: 100px;padding: 12px 10px;
}
.acc_title {
	font-size: 18px;padding: 15px 20px 15px 0;
}
.gallery-slider .slick-arrow.slick-prev, .gallery-slider .slick-arrow.slick-next {
	top: -35px;
}
.giftcard-box .hover_text .btn {
	padding: 9px 15px;
}
.giftcard-box .hover_text .btnbox {
	padding: 20px 0 0;
}
.giftcard-section .giftcard-flex .items {
    padding: 10px 15px;
}
.modal-dialog {
	margin: 15px;
}
.giftcard-body {
    padding: 10px;
}
.courses_tabbing {
    justify-content: flex-start;
}
.courses_tabbing .nav-link {
	font-size: 16px;
}
.courses_tabbing .nav-item + .nav-item {
    margin-left: 10px;
}
.course-detail .left-block {
    min-width: 100%; max-width: 100%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    min-height: 220px; max-height: 220px;
}
.woocommerce div.product .single_add_to_cart_button {
	min-width: 185px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 20px;
}
body.woocommerce .woocommerce-tabs {
    padding: 0 20px 20px;
}
body.woocommerce .woocommerce-tabs ul li, body.woocommerce .woocommerce-tabs ol li, body.woocommerce .woocommerce-tabs p {
    font-size: 15px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
}
body.woocommerce .wc-block-components-notice-banner {
	margin: 0 auto 20px !important;
}
body.woocommerce .product_cat-gift-card .product-flex .woocommerce-product-gallery, body.woocommerce .product_cat-gift-card .product-flex div.summary {
    min-width: 100%; max-width: 100%;margin-bottom: 20px;
}
.woocommerce .breadcrumb-block {
	margin: 0 0 30px;
}
body.woocommerce .product_cat-gift-card .product-flex .gift-cards_form {
	margin-bottom: 0;
}
body.woocommerce .gift-card-content-editor.step-content h5 {
    margin-top: 25px; margin-bottom: 10px;
}
body.woocommerce .gift-card-content-editor.step-content .ywgc-sender-name {
	margin-bottom: 10px;
}
body.woocommerce .gift-card-content-editor.step-content input{
    height: 32px; padding: 0 10px;
}
.course-detail {
    border-bottom: 1px solid #ddd; margin: 0 -20px;
}
.woocommerce .ywgc_enter_code .form-row {
    width: 100%;
}
.woocommerce .ywgc_enter_code .form-row + .form-row {
	margin-top: 10px;
}
.woocommerce .form-row-last .button, table.shop_table td.actions .button {
	margin-left: 0;
}
.woocommerce-page table.cart td.actions .coupon {
	position: relative;
}
.woocommerce-cart table.shop_table td.actions {
    display: block !important;
}
.woocommerce-cart table.cart .coupon button.button {
    max-width: 140px; min-width: 100px; position: absolute; right: 0; font-size: 14px;
}
.woocommerce-page table.cart td.actions > .button {
	width: 100%;margin-top: 10px;
}
.cart-collaterals .cart_totals {
    margin: 10px 0 0; padding: 30px;
}
.woocommerce .checkout_coupon .form-row {
    width: 100%; float: none;
}
.woocommerce ul.order_details li {
	max-width: 100%;width: 100%;
}
table.shop_table tr td.product-thumbnail img {
	width: 100%;height: auto;
}
.woocommerce .woocommerce-Addresses.col2-set {
    display: block;
}
.woocommerce-Address{
    margin: 0;max-width: 100%;
}
.woocommerce-Address + .woocommerce-Address{
    margin-top: 20px;
}
.giftcard-section .giftcard-flex .giftcard-box {
    height: 200px;
}
.contact-page .contact-right .iconbox {
	min-width: 60px; max-width: 60px; height: 60px;
}

.filter-search {
	display: block !important;
}
.filter-search .btnbox {
	padding: 0 10px !important;
}
.filter-search .label {
	margin: 0 0 10px;
}
.filter-flex {
    display: block !important; min-width: 100%;max-width: 100%;flex-basis: 100%;
}
.filter-selects .dropdown, .filter-search-input .input-search {
	margin-right: 0;margin-bottom: 10px;
}
.filter-search .btnbox .btn {
	width: 100%;
}
.blog-filter .filter-search .btnbox {
    padding: 0 !important;
}
.career-page {
    padding-top: 30px !important;
}
.career-page .contact-form {
    padding: 30px;
}


}/*767 End*/