:root{
	--white_clr: #fff;
	--black_clr: #000;
	--text_clr: #040707;
	--primary_clr: #f2a81d;
	--secondary_clr: #040707;
	--primary_font_family: 'Mulish', sans-serif;
}
/*color: var(--white_clr);*/

@-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(--primary_clr); color: var(--primary_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;}
.slick-arrow:before{display: block; content: "\f2fa";  font-family: 'Material-Design-Iconic-Font'; font-weight: 400; font-size: 26px;color: currentColor;padding-right: 2px;}
.slick-arrow.slick-next:before{content: "\f2fb";padding-left: 2px;padding-right: 0;}
.slick-arrow.slick-prev{left:5px;}
.slick-arrow.slick-next{right:5px;}
.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 6px; 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:#adadad; border:1px solid #adadad; -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{background: var(--secondary_clr);border-color: var(--secondary_clr); transform: scale(1.4);}
/*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% - 172px); overflow:auto; padding:10px 20px; position: relative; z-index: 3;}
.mobi-logo {padding: 12px 20px; border-bottom: 1px solid #ddd;}
.mobi-logo a, .mobi-logo img{display: block; width: 256px;}
.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{flex-wrap: wrap;}
.mobi-bottom-inner .btn{width: 100%; border-radius: 0;box-shadow: none;}
.mobile-menu-block .social-media {justify-content: center;background:#f7f6f6; }
.mobile-menu-block .social-media .s-icon {border-radius: 0; margin: 0 !important; background: none;color:var(--secondary_clr); }
/*========== Mobile Menu STYLE End==============*/
/*Mobile Menu Css Start*/
.mobi-iconbox{display:none; width:24px; height:24px; position:absolute; right:0; 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%;scroll-behavior: smooth;} *, *: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:linear-gradient(90deg, #fff6f6 0%, #edf1e1 50%, #f5f4e2 100%); font-family:var(--primary_font_family); font-size:17px; color:#111; line-height:1.6; font-weight:400;letter-spacing:0; 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:var(--text_clr); -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.3px; }
.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(--secondary_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;}
.entry-content ul li a, .entry-content p a { font-weight: 500;color: var(--primary_clr); }
.entry-content p b, .entry-content p strong { font-weight: 700; color: var(--black_clr); }
.entry-content ol ul, .entry-content ul ul, .entry-content ul ol { padding-left: 30px;padding-top: 5px; }

/* Heading CSS */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{color: var(--black_clr); line-height:1.2; font-weight:700; font-family:var(--primary_font_family); letter-spacing:0; margin:0 0 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: var(--black_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:44px;}
h2, .h2{font-size:36px;}
h3, .h3{font-size:28px;}
h4, .h4{font-size:24px;}
h5, .h5{font-size:20px;}
h6, .h6{font-size:18px;}
/* Paragraph CSS */
p{font-size:17px; line-height:1.6; 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 #ebebeb; border-top:1px solid #ebebeb;}
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 #ebebeb; border-bottom: 1px solid #ebebeb; text-align:left; font-size:15px; line-height: 1.2; color:var(--text_clr); font-weight:400; padding:12px 20px; vertical-align:middle;}
table th, .entry-content table th{color:#111; font-weight:500; background:#f5f5f5;border-top: 0;}
.table-striped th, .table-striped td{position:relative;}
.table-striped tbody tr:nth-of-type(even) td{background:#f5f5f5;}
/*Form Input Field*/
input, textarea, select{background:var(--white_clr); border:1px solid #111; width:100%; padding:2px 22px; margin:0; font-size:16px; color:#111; font-weight:400; line-height:normal; letter-spacing:0; font-family:var(--primary_font_family); height: 46px; outline:none; -webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}
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 22px; min-height:100px;max-height: 100px; resize: none;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}
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:var(--white_clr);}
.selectbox select{background: none;border: 0;font-size: 15px;line-height: 20px;font-weight: 400;color: #111; padding:0 40px 0 20px; width: 100%; height: 46px; -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; z-index: 1; text-overflow: ellipsis;border:1px solid #ddd;}
.selectbox:after{position:absolute; top:0; right:0; content:"\f107"; font-family:'FontAwesome'; font-size: 24px; z-index:0; width: 46px; height: 46px; line-height: 46px; 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: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 12px 25px; background: none; border: 1px solid var(--secondary_clr); color: var(--secondary_clr); font-size: 16px; font-weight: 600; cursor: pointer; letter-spacing: 0; text-align: center; position: relative; min-width: 120px; line-height: 20px; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; overflow: hidden; }
.button:hover, .btn:hover,
.button:focus, .btn:focus{background:var(--primary_clr); border-color:var(--primary_clr); color:var(--white_clr);}
.primary{background: var(--primary_clr); border-color: var(--primary_clr); color: var(--text_clr);font-weight: 700;}
.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(--white_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(--text_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);}
.hover-white-bdr:hover, .hover-white-bdr:focus {background: var(--white_clr); color: var(--primary_clr); border-color: var(--primary_clr); }
.button.small, .btn.small {padding: 10px 16px; font-size: 14px;line-height:normal; }
.button.small i, .btn.small i {font-size: 18px; }
.btn i.la-arrow-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: var(--secondary_clr);}
.bg3{background: #f7f7f7;}
.bg4{background: #f4f4f4;}
.bg5 {background: rgb(255 255 255 / 30%); backdrop-filter: blur(5px);border-top:1px solid #ddd;border-bottom:1px solid #ddd; }
.bdr-top {border-top:1px solid #ddd; }
.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 3px 15px rgba(0,0,0,0.08); }
.top-header { height: 40px; display: flex; align-items: center; background:var(--secondary_clr); }
.top-head-left .phone-flex + .phone-flex { margin-left:20px }
.top-head-left i { font-size:20px;color:var(--white_clr); }
.top-head-left .items a {margin-left: 10px;color:var(--white_clr); }
.top-head-right span {margin-right: 20px; font-size: 15px;color:var(--white_clr); }
.top-head-right .social-media .s-icon {width: 24px; height: 24px; background: none; color: var(--white_clr); font-size: 22px; display: flex; }
.top-head-right .social-media .s-icon:hover { background:none;color:var(--primary_clr); }
.header-inner{height: 90px; position: relative;}
.header-inner:after {display: block; content: ""; height: 1px; background: var(--white_clr); position: absolute; left: 0; right: 0; bottom: 0; opacity: 0.3; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.site-logo {max-width: 250px; position: relative; z-index: 4; margin: 0; width: 100%; }
.site-logo a {display: block; margin: 0; width: 100%; height: 100%; }
.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;width: 100%; height: 100%; }
.head-btnbox{margin-left: 30px;}
.head-btnbox .btn { padding:12px 18px; }

/*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 { color:var(--black_clr); }
.nav-main nav ul > li{margin:0; padding:0; list-style:none; position:relative;}
.nav-main nav ul > li + li{margin-left:26px;}
.nav-main nav ul > li a{display:block; font-size:16px; font-weight:500; 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:hover > a,
.nav-main nav ul > li a:hover,
.nav-main nav ul > li a:focus{color:var(--primary_clr);}
.nav-main nav ul > li:before{display:block; content:""; background:var(--primary_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:10px 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:before{display: none;}
.nav-main .sub-menu li a{display:block; text-transform:none; color:var(--black_clr); font-size:15px; line-height:normal; font-weight:500; padding:10px 0;}
/*.nav-main .sub-menu li.current-menu-item a,*/
.nav-main .sub-menu li a:hover,
.nav-main .sub-menu li a:focus {color:var(--primary_clr);}
.nav-main .sub-menu .sub-menu {left:100%; top:0;}
.nav-main .sub-menu li:hover .sub-menu {display:block;}
/*Sticy header*/
.header-blank{width: 100%; height: 130px; -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: 80px;}
.navbar_fixed .header-inner:after{ display:none; }
.navbar_fixed .header-inner {height: 90px; }
.navbar_fixed .nav-main nav ul > li a { color:var(--text_clr); }
.navbar_fixed .nav-main nav ul > li a:hover { color:var(--primary_clr); }
.navbar_fixed .head-btnbox .btn:hover { background:var(--secondary_clr);color:var(--white_clr);border-color:var(--secondary_clr); }
.navbar_fixed .top-header { margin-top:-40px; }

/* Common Shpe Css */
.footer-shape {
    position: absolute; bottom: 20px; right: 0; width: 500px; height: 300px; background-size: contain !important;
}
.study-icon {
    position: absolute; top: -27px; left: -18px; width: 40px; height: 40px; background: url('../images/higher-education.png') no-repeat center; background-size: contain; transform: rotate(-18deg);
}
.airplane-line {
    position: absolute; top: 25%; left: 28%; width: 350px; height: 100px; background: url('../images/airplane-line.png') no-repeat center; background-size: contain; transform: rotate(24deg);
}
.bg4 .dots-img {
	opacity: 0.3;
}
.dots-img {
	position: absolute;left: -40px;bottom: -40px;width: 300px;height: 300px;background: url('../images/dots-img.png') no-repeat center;background-size: contain;opacity: 0.2;
}
.dots-img.top-right {
	top: 0;right: 0;left: auto;bottom: auto;
}
.dots-img.bottom-right {
    top: auto; bottom: 0; left: auto; right: 0;
}
.dots-img-red {
	background-image: url('../images/dots-img-red.png');opacity: 0.4;
}

/*Home page Banner Css*/
.internal-banner {
	background: linear-gradient(315deg, rgb(242 170 29 / 10%), rgb(36 241 232 / 5%), rgb(247 180 22 / 25%));
}
/*.home-banner > .bg-img {
	opacity: 0.07;
}*/
.home-banner .bg-img:before {
	background: linear-gradient(125deg, rgb(4 7 7 / 60%), rgb(4 7 7 / 40%), transparent);opacity: 1;
}
.home-banner {
	overflow: hidden;
}
.hero-slider .slick-arrow.slick-next {
    right: 15px;
}
.hero-slider .slick-arrow.slick-prev {
    left: 15px;
}
.hero-slider .slick-dots {
	bottom: 20px;
}
.hero-slider .slick-dots li button {
	border-color: #ddd;
}
.hero-slider .slick-dots li.slick-active button {
	background: #ddd;
}
.home-banner .items {
    min-height: 510px; max-height: 510px; display: flex; align-items: center;
}
.imgs-block {
    max-width: 550px;
}
.desk-hide {
	display: none;
}
.imgs-block .imgbox1 {
    max-width: 440px; min-width: 440px; height: 440px; display: flex; align-items: center; justify-content: center; position: relative;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;border: 3px solid var(--white_clr);overflow: hidden;
}
.imgs-block .imgbox2 {
    min-width: 200px; max-width: 200px; height: 200px; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 3px solid var(--white_clr); overflow: hidden; position: absolute; bottom: 10%; left: 0; z-index: 3;
}
.imgs-block .imgbox1 img, .imgs-block .imgbox2 img {
	width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;
}
.imgs-block .iconbox {
    min-width: 120px; max-width: 120px; height: 120px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid rgb(56 50 133 / 35%); overflow: hidden; position: absolute; left: 10%; top: 8%; padding: 10px; background: var(--white_clr);z-index: 3;
}
.detail-post-imgbox{
    background: var(--white_clr); -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1); box-shadow: 0 0 20px rgba(0,0,0,0.1); margin: 0 0 20px;
}
.detail-post-imgbox img{
    display: block; width: 100%; height: auto; max-height: 390px; -o-object-fit: cover; object-fit: cover;
}
.pagination-single{
    border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin-top: 40px;
}
.pagination-single .post-nav .arrow strong {
    margin: 0 5px; font-size: 18px; font-weight: 500;
}
.detail-banner-title-block .h2 {
    margin: 15px 0;
}
.pagination-single .post-nav .arrow {
    color: var(--secondary_clr);
}
.pagination-single .post-nav .arrow:hover {
    color: var(--primary_clr);
}
.hero-caption-inn p{
	color: var(--white_clr);
}


/*Footer Start*/
.footer{
	padding:0; margin:0; position:relative; overflow: hidden; min-height: 400px;border-bottom: 0;background: var(--secondary_clr);
}
.footer.container,
.footer.max-container{
	z-index: 2;
}
.footer .bg-img{
	background-size: 100% auto !important;
}
.top-footer {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.top-footer-flex .items:nth-child(2) .f-contact {
    justify-content: center;
}
.top-footer-flex .items:last-child .f-contact {
    justify-content: flex-end;
}
.f-contact > i {
    font-size: 32px;color: var(--primary_clr);margin-right: 15px;
}
.f-contact .f-contact-text span {
    position: relative; display: block; font-size: 14px; line-height: 20px; text-transform: uppercase; letter-spacing: 1px;color: var(--white_clr);
}
.f-contact .f-contact-text > a {
    color: var(--white_clr); font-size: 20px;
}
.f-contact .f-contact-text > a:hover {
	color: var(--primary_clr);
}
.f-contact .f-contact-text > a + a {
    margin-left: 12px;
}
.footer-inner .f-coll + .f-coll {
    margin-top: 30px;
}
.footer h4{
    font-size: 18px; margin: 0 0 30px;letter-spacing: 0;color: var(--white_clr);font-weight: 400;
}
.footer-inner p{
    font-size: 16px; color: var(--white_clr);
}
.f-logo a{
	display: inline-block;
}
.f-logo img{
	display: block; max-width: 240px;
}
.f-about {
    max-width: 320px;
}
.f-about p {
    margin: 0;
}
.footer-inner .f-links ul {
	margin-bottom: 0;
}
.footer-inner ul li{
    display: block; font-size: 16px; line-height: 20px; color: var(--primary_clr);
}
.footer-inner ul li + li{
    margin-top: 14px;
}
.footer-inner a {
    font-weight: 400;color: var(--white_clr);
}
.footer-inner a:hover{
    color: var(--primary_clr);
}
.social-media .s-icon {
    display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: rgb(255 255 255 / 15%); border-radius: 50%; font-size: 20px; color: var(--white_clr);
}
.social-media .s-icon + .s-icon {
    margin-left: 10px;
}
.social-media .s-icon:hover{
    background: var(--primary_clr); color: var(--white_clr);
}
.footer .social-media .s-icon {
	color: var(--white_clr);border: 1px solid var(--text_clr);background: rgb(255 255 255 / 15%);
}
.footer .social-media .s-icon:hover {
	background: var(--white_clr);color: var(--text_clr);border-color: var(--white_clr);
}
.f-contact .contact-text a {
	display: flex; align-items: center;
}
.f-contact .contact-text i{
	display: inline-flex; align-items: center; justify-content: center; font-size: 16px; color: var(--text_clr); position: relative; background: var(--white_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 {
    position: relative; z-index: 2; border-top: 1px solid #323232;
}
.footer-bottom p {
	color: #9b9b9b; font-size: 16px;
}
.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;
}
.f-coll .contact-add .iconbox {
    width: auto; height: auto; min-width: inherit; display: block; background: none; border-radius: 0; font-size: 24px;color: var(--primary_clr);margin-right: 16px;
}
.f-coll .contact-add p {
	margin-bottom: 0;
}

.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;margin-top: 3px;
}
.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(--black_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;}
.block-title{position:relative; margin: 0 0 20px;}
.block-title h2{position: relative; text-transform: capitalize;}
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong {color: var(--primary_clr); }
.bdr-tl{border-bottom: 1px dashed #ccc;}
.small-title {display: inline-block; font-size: 16px; line-height: 22px; color: var(--primary_clr); font-weight: 700; letter-spacing: 0; margin: 0 0 15px; position: relative; text-transform: uppercase; }
.small-title i {font-size: 20px; }
.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;}

@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;
}
.left-patt-img {
    max-width: 346px; position: absolute; left: -5%; top: 0; opacity: 0.8;
}
.gradiend-bg {
    position: absolute; left: 30%; right: 0; top: 20%; bottom: 0; margin: 0 auto; opacity: 0.5; --size: 340px; --speed: 40s; --easing: cubic-bezier(0.8, 0.2, 0.2, 0.8); width: 440px; height: 440px; -webkit-filter: blur(calc(var(--size) / 3)); filter: blur(calc(var(--size) / 3)); background: -o-linear-gradient(315deg, rgba(36,54,102,1) 0%,rgba(140,215,187,1) 51%,rgba(197,234,154,1) 100%); background: linear-gradient(135deg, rgb(5 54 120) 0%, rgb(255 156 156) 51%, rgb(255 201 126) 100%); -webkit-animation: rotate var(--speed) var(--easing) alternate infinite; animation: rotate var(--speed) var(--easing) alternate infinite; border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
@keyframes rotate {
	0% {-webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


/*contact-section*/
.form-inner{
	flex-wrap: wrap; margin: 0 -9px;
}
.input-field{
	padding: 0 9px; margin: 0 0 18px; flex-basis:50%;min-width:50%;max-width:50%; position: relative;
}
.input-field.full-width{
	flex-basis:100%;min-width:100%;max-width:100%;
}
.input-field input,
.input-field textarea{
	border-color: #ddd;transition: all 0.5s ease;
}
.input-field input:focus,
.input-field textarea:focus{
	border-color: var(--primary_clr);
}
.input-field input::placeholder,
.input-field textarea::placeholder {
	opacity: 0.8;
}

/* Education */
.education-slider .slick-dots {
	bottom: -20px;
}
.education-slider .items {
    padding: 25px 15px 15px;
}
.education {
	overflow: hidden;
}
.edu-card {
    text-align: center; display: flex; flex-direction: column; height: 100%; padding: 0 0 30px; transition: all 0.3s ease; background: var(--white_clr); border-radius: 30px 30px 0 0;overflow: hidden;
}
.edu-card .iconbox {
    width: 100%; height: 200px; border-radius: 0 0 50% 50%; display: flex; align-items: center; justify-content: center; background: var(--primary_clr); margin: -40px auto 30px;padding-top: 28px;
}
.edu-card .iconbox img {
    width: 100px;
}
.edu-card .textbox {
    padding: 0 30px;
}
.edu-card .textbox h5 {
    font-size: 24px; font-weight: 400;
}
.edu-card .textbox p {
	font-size: 16px;overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical;
}
.edu-card .btnbox {
    padding: 20px 30px 0;
}

/* About Us */
.about-flex .imgbox {
    margin-right: 40px; overflow: hidden;border-radius: 10px;
}
.about-flex .imgbox img {
	display: block;transition: all 0.7s ease;
}
.about-flex .imgbox:hover img {
	transform: scale(1.05);
}
.about-flex .textbox h5 {
	color: var(--primary_clr);
}

/* Study Abroad */
.study-abroad-slider {
	flex-wrap: inherit;
}
.study-abroad-slider .slick-dots {
	bottom: -30px;
}
.country-card {
    height: 260px; border-radius: 10px; overflow: hidden; padding: 25px 20px; display: flex; align-items: center; justify-content: center; text-align: center;
}
.country-card .imgbox {
    position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 100%; height: 100%;z-index: 1;
}
.country-card .imgbox:after {
    content: ""; position: absolute; right: 0; left: 0; bottom: 0; width: 100%; height: 60%; background: linear-gradient(0deg, var(--black_clr), transparent); opacity: 0.9;
}
.country-card .imgbox img {
	width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;transition: all 0.6s ease;
}
.country-card .iconbox {
    min-width: 60px; max-width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; position: absolute; top: 20px; left: 0; right: 0; margin: auto;background: var(--white_clr);border: 2px solid var(--white_clr);z-index: 1;
}
.country-card .iconbox img {
	width: 100%;height: 100%;object-fit: contain;object-position: center;display: block;
}
.country-card .textbox {
	z-index: 1;
}
.country-card .textbox h5 {
	color: var(--white_clr);transition: all 0.4s ease;
}
.country-card:hover .imgbox img {
	transform: scale(1.05);
}
.country-card:hover .textbox h5 {
	color: var(--primary_clr);
}

/* Counter */
.counter-section .bg-img:before {
    background: #040038; opacity: 0.8;
}
.counter-block {
	margin: 0 -7px; justify-content: center;
}
.counter-block .items {
    padding: 0 7px;min-width: 16.67%;max-width: 16.67%;
}
.count-box {
    padding: 15px 12px; background: rgb(255 255 255 / 50%); backdrop-filter: blur(5px); border-radius: 10px; height: 100%;border: 1px solid #ddd;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
}
.count-box:hover, .count-box:hover .iconbox {
	border-color: var(--primary_clr);
}
.count-box .iconbox {
    min-width: 65px; max-width: 65px; height: 65px; border-radius: 50%; background: rgb(255 255 255 / 70%); backdrop-filter: blur(20px); border: 1px solid rgb(242 168 29 / 60%); padding: 14px; margin: -45px auto 10px;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
}
.count-box .textbox .count-number {
    font-size: 26px; font-weight: 600; line-height: 1.2; margin: 0 0 4px;
}
.count-box .textbox .count-number span + span {
	margin-left: 3px;
}
.count-box .textbox p {
    font-size: 14px; line-height: 1.4;
}

/*Blog Section*/
.post-slider .slick-arrow {
    background: var(--secondary_clr);color: var(--white_clr);
}
.post-slider .slick-arrow:hover {
    background: var(--primary_clr);
}
.post-slider .slick-arrow.slick-prev {
    left: -5px;
}
.post-slider .slick-arrow.slick-next {
    right: -5px;
}
.post-list {
	margin: 0 -20px;
}
.post-list .items {
    padding: 15px 20px;
}
.card-post {
    flex-direction: column;
}
.post-imgbox {
    display: block; background: var(--white_clr); width: 100%; overflow: hidden;position: relative;padding: 0 0 60%;border-radius: 10px;
}
.post-imgbox img {
    display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;position: absolute;
}
.post-imgbox .date {
    position: absolute; bottom: 0; right: 0; padding: 8px 10px; background: rgb(0 0 0 / 50%); backdrop-filter: blur(2px); border-radius: 10px 0; z-index: 1; color: var(--white_clr); font-size: 14px;
}
.post-textbox {
    padding: 20px 0 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 i {
    margin-right: 4px; font-size: 20px;
}
.post-view{
    font-size: 20px; 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(--primary_clr); color: var(--white_clr);
}
.post-slider .slick-dots {
    bottom: -20px;
}

/*Pagination*/
.pagination-block ul.page-numbers{
    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 4px; padding: 0; list-style: none;
}
ul.page-numbers .page-numbers {
    display: block; min-width: 36px; max-width: 36px; height: 36px; line-height: 36px; color: var(--black_clr); text-align: center; background: var(--white_clr); border-radius: 50%;position: relative;box-shadow: 0 0 15px rgb(0 0 0 / 6%);
}
ul.page-numbers .page-numbers.prev,
ul.page-numbers .page-numbers.next{
    font-size: 20px;line-height: 40px;
}
ul.page-numbers .page-numbers:hover{
    background: var(--primary_clr); color: var(--white_clr);
}
ul.page-numbers .page-numbers.current {
    background: var(--primary_clr); color: var(--white_clr);
}
ul.page-numbers li .next:after, .page-numbers li .prev:after {
    content: "\f061"; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; font-size: 20px; font-family: 'Line Awesome Free'; font-weight: 900; display: flex; align-items: center; justify-content: center;
}
ul.page-numbers li .prev:after {
    content: "\f060";
}

/* Contact Page */
.contact-page {
	border-top: 0;
}
.contact-page .contact-form {
    padding: 35px; background: rgb(255 255 255 / 50%);backdrop-filter: blur(5px);-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;border: 1px solid #ddd;
}
.contact-page .contact-info {
    position: relative; z-index: 1;
}
.contact-page .contact-info .textbox {
	padding-left: 20px;
}
.contact-items + .contact-items {
    margin-top: 15px;
}
.contact-add p span {
    display: inline-block; border-bottom: 1px solid rgb(0 0 0 / 30%); margin-bottom: 4px;
}
.contact-add p a,.contact-add a{
    display: block;
}
.contact-add .iconbox {
    width: 40px; height: 40px; min-width: 40px; background: var(--primary_clr); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--white_clr); margin-right: 20px;
}

/* Map */
.map-card {
    padding: 30px; background: rgb(255 255 255 / 50%); backdrop-filter: blur(5px); height: 100%;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;border: 1px solid #ddd;
}
.iframebox {
    width: 100%; position: relative;padding: 0 0 56.66%;margin: 0 0 20px;
}
.iframebox iframe {
    display: block; width: 100%; height: 100%; object-fit: cover;position: absolute;
}
.map-card .textbox .line_hover {
    font-weight: 500; display: flex;align-items: center;
}
.map-card .textbox .line_hover i {
    font-size: 20px;color: var(--primary_clr);
}
.map-card .textbox .line_hover + .line_hover {
	margin-top: 15px;
}

/* Team Section */
.team-section + hr {
	background: #bbbbbb;margin: 0;
}
.team-box .imgbox {
    min-width: 200px; max-width: 200px; height: 200px; display: flex; align-items: center; justify-content: center; margin-right: 25px;
}
.team-box .imgbox img {
	width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;
}
.team-box .textbox {
    padding-top: 30px; width: 100%;
}
.team-box .textbox:after {
    content: ""; position: absolute; top: 0; right: 0; width: 35vw; height: 50px; background: #eee; z-index: -1;
}
.team-box .textbox > a {
	color: var(--primary_clr);display: block;line-height: 1.4;
}

/* CTA Section */
.cta-inner .bg-img {
    opacity: 0.12; z-index: -1; background-size: 30% auto !important;
}
.cta-inner .dots-img {
    background-image: url('../images/dots-img.png'); left: 0; bottom: 0; top: 0; margin: auto;opacity: 0.1;
}
.cta-inner .dots-img.bottom-right {
	right: 0;left: auto;
}
.cta-inner {
    padding: 50px 40px; z-index: 2; background: var(--white_clr);
}

.bg3 + .cta-section, .about-contact + .cta-section {
	background: #f7f7f7;
}
.bg4 + .cta-section {
    background: linear-gradient(315deg, rgb(248 246 249), rgb(253 239 239));
}

/* About Page */
.about-page .about-flex .team-img {
    min-width: 320px; max-width: 320px; height: 320px; margin-right: 0; display: flex; align-items: center; justify-content: center; outline: 6px solid var(--white_clr); transition: all 0.6s ease;border-radius: 10px;
}
.about-page .about-flex .team-img .imgbox {
	width: 100%;height: 100%;margin-right: 0;
}
.about-page .about-flex .team-img .imgbox img {
    display: block; transition: all 0.7s ease; width: 100%; object-fit: cover; object-position: center;
}
.about-page .about-flex .team-img:hover .imgbox img {
	transform: scale(1.05);
}
.about-page .about-flex .textbox h5 {
	color: var(--black_clr);
}
.about-page .about-flex .textbox h6, .about-page .about-flex .textbox h6 a {
	color: var(--primary_clr);
}
.team-social {
	position: absolute;left: 0;right: 0;bottom: -23px;margin: auto; width: max-content;
}
.team-social .social-media {
    padding: 12px 25px; box-shadow: 0 0 15px rgb(0 0 0 / 20%); border-radius: 50px; margin-top: -20px; background: var(--white_clr);
}
.team-social .social-media .s-icon {
    background: none; color: var(--primary_clr); width: auto; height: auto;
}
.team-social .social-media .s-icon:hover {
	color: var(--secondary_clr);
}

/* Vision Mission */
.vision-mission-list {
	padding: 0 80px; margin: 0 auto;
}
.vision-mission-list .items + .items {
	margin-top: 30px;
}
.vision-mission-card {
    padding: 35px 35px 35px 90px; border: 1px solid #ddd; margin: 0 auto; background: rgb(255 255 255 / 30%);backdrop-filter: blur(5px); -webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;
}
.vision-mission-card .iconbox {
    position: absolute; top: 0; bottom: 0; margin: auto; left: -55px; z-index: 1; min-width: 110px; max-width: 110px; height: 110px; padding: 25px; background: var(--white_clr); -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;border: 1px solid var(--primary_clr);
}
.vision-mission-list .items:nth-child(even) .vision-mission-card {
	padding: 35px 90px 35px 35px;
}
.vision-mission-list .items:nth-child(even) .vision-mission-card .iconbox {
	left: auto;right: -55px;
}
.vision-mission-list .items:nth-child(even) .vision-mission-card .iconbox:after {
	transform: skew(6deg) !important; -webkit-transform: skew(6deg) !important; -moz-transform: skew(6deg) !important;right: 0;left: auto;
}
.vision-mission-list .items:nth-child(even) .vision-mission-card .iconbox:before {
	right: -10px;left: auto;
}

/* Study Abroad Page */
.product-category-page .study-abroad-list {
	justify-content: center;
}
.product-category-page .study-abroad-list .items {
	padding: 15px;
}

/* Info Section */
.info-flex .imgbox {
    margin-right: 30px;
}
.info-flex .imgbox img {
    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;display: block;
}

/* About Country */
.about-country-flex {
	margin: 0 -20px;
}
.about-country-flex .items {
    padding: 20px;
}
.abt-country-card {
    padding: 45px 25px 25px 36px; height: 100%; display: flex; flex-direction: column; border-radius: 10px; background: var(--white_clr); box-shadow: 2px 2px 15px rgb(0 0 0 / 5%);
}
.abt-country-card .iconbox {
    position: absolute; top: -20px; left: -25px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-weight: 600; color: var(--white_clr); background: linear-gradient(45deg, var(--secondary_clr), var(--primary_clr)); border-radius: 50%; z-index: 1; border: 1px solid var(--white_clr);
}
.abt-country-card .abt-card-title {
    padding: 10px 36px; background: linear-gradient(45deg, var(--secondary_clr), var(--primary_clr)); position: absolute; top: -15px; left: 0; width: 75%; color: var(--white_clr); border-radius: 50px; height: 40px;
}

/* Education System */
.study-areas {
    background: #f5f5f5; padding: 30px 40px; border-radius: 15px; margin: 25px 0;
}
.study-areas ul {
	columns: 4; -webkit-columns: 4; -moz-columns: 4; gap: 10px
}
.study-areas ul li {
	font-weight: 500;
}

/* Reasons Section */
.reasons-list {
	margin: 0 -20px;
}
.reasons-list .items {
    padding: 15px 20px;
}
.reasons-card {
    border: 1px solid #c3c3c3; padding: 20px 25px 15px 45px; border-radius: 40px 0; border-bottom: 0; border-left: 0;background: var(--white_clr);
}
.reasons-card:after {
    content: ""; position: absolute; right: 28px; bottom: -2px; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(45deg, var(--secondary_clr), var(--primary_clr));
}
.reasons-card .iconbox {
    position: absolute; top: 25px; left: -25px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-weight: 600; color: var(--white_clr); background: linear-gradient(45deg, var(--secondary_clr), var(--primary_clr)); border-radius: 50%; z-index: 1;
}

/* English Requirements */
.eng-req-card {
    border: 1px solid var(--primary_clr); border-radius: 20px; padding: 30px; background: var(--white_clr);height: 100%;
}
.english-requir-flex .items:nth-child(2) .eng-req-card {
	border-color: var(--secondary_clr);
}
.eng-req-card .iconbox {
	min-width: 64px; max-width: 64px; height: 64px; margin: 0 0 20px;
}
.living-card ul li {
	font-size: 15px;
}

/* Service Page */
.service-page .serv-card {
	box-shadow: none;background: linear-gradient(315deg, rgb(248 246 249), rgb(253 239 239));backdrop-filter: blur(100px);
}

/* Faq */
.faq-list {
    border-top: 1px solid #e1e1e1;
}
.faq-card {
    border-bottom: 1px solid #e1e1e1;
}
.acc_title {
    padding: 20px 20px 20px 0; 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(--primary_clr);
}
.acc_title[aria-expanded="true"]:after{
    transform: rotate(180deg);
}
.faq-card .content-box {
    padding: 0 0 20px;
}

/*support-section*/
.process-list {
    position: relative;
}
.process-list:after {
    content: ""; position: absolute; top: 55px; left: 0; right: 0; width: 80%; height: 2px; border-bottom: 1px dashed var(--primary_clr); z-index: -1; margin: 0 auto;
}
.process-card {
    text-align: center;position: relative;
}
.process-list .items + .items .process-card:after {
    content: ""; position: absolute; top: 30px; width: 10px; height: 14px; background: var(--primary_clr); left: -20px; clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.process-card .iconbox{
    display: inline-block; min-width: 70px;max-width: 70px; height: 70px; background: var(--primary_clr); position: relative; font-size: 28px; line-height: normal; color: var(--white_clr);
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;margin: 0 auto 20px;
}
.process-card .iconbox:before{
    display: block; content: ""; border: 3px solid var(--white_clr); position: absolute; left: 3px; right: 3px; top: 3px; bottom: 3px;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.process-card p{
    line-height: 1.6;font-size: 15px;
}

.education-page .service-acc-list .items {
    padding: 40px 15px 20px;
}
.education-page .edu-card {
	padding: 35px 20px 30px;
}

.blog-page .post-list .items {
	padding: 15px;
}
.blog-detail .detail-feature-img.alignright {
    max-width: 46%; width: 100%;
}
.middle-section .textbox p, .info-section .textbox p {
	text-align: justify;
}
.blog-detail .textbox .post-date {
    color: var(--primary_clr);
}

/* Education Accordian */
.service-card + .service-card {
	margin-top: 15px;
}
.service_acc_title {
    padding: 18px 45px 18px 35px; color: var(--black_clr); font-weight: 500; margin: 0; cursor: pointer; position: relative; -webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px; background: rgb(255 255 255 / 50%); backdrop-filter: blur(5px);border: 1px solid #e1e1e1;
}
.service_acc_title:after {
    display: block; content: "\f107"; font-family: 'Line Awesome Free'; font-weight: 900; width: 20px; height: 20px; text-align: center; position: absolute; right: 25px; top: 0; bottom: 0; margin: auto; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center;
}
.service_acc_title[aria-expanded="true"]:after{
    transform: rotate(180deg);
}
.service-card .content-box {
    padding: 25px 35px 25px; background: rgb(255 255 255 / 50%); backdrop-filter: blur(5px); border-radius: 20px; border: 1px solid #e1e1e1; border-top: 0;
}

/* Infrastructure */
.info-section .bg-img {
    opacity: 0.06;
}
.internal-banner {
    border-bottom: 1px solid #ddd; min-height: 240px; display: flex; flex-direction: column; justify-content: center;
}
.internal-banner .bg-img:before {
	opacity: 0.7;
}
.internal-banner.info-section .imgbox img {
    border: 3px solid var(--white_clr);border-radius: 15px;
}

/* Gallery Section */
.gallery-section {
	margin-bottom: -20px;
}
.gallery-section:after {
	content: ""; position: absolute; bottom: 0; right: 0; left: 0; height: 40%; width: 100%; margin: auto;z-index: 1;background: var(--white_clr);
}
.gallery-slider .slick-arrow {
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%); width: 55px; height: 55px;background: var(--white_clr); margin-top: -28px;
}
.gallery-slider .slick-arrow:before {
	color: var(--text_clr); content: "\f060"; font-family: 'Line Awesome Free'; font-weight: 900; font-size: 24px;
}
.gallery-slider .slick-arrow.slick-next:before {
	content: "\f061";
}
.gallery-slider .slick-arrow.slick-prev {
	left: 7%;
}
.gallery-slider .slick-arrow.slick-next {
	right: 7%;
}
.gallery-slider:after, .gallery-slider:before {
    content: ""; position: absolute; top: 0; bottom: 0; right: 82%; height: 250%; width: 32vw; background: linear-gradient(90deg, #fff, rgb(255 255 255 / 80%), rgb(255 255 255 / 45%), transparent); margin: auto;z-index: 1;
}
.gallery-slider:after {
	left: 82%;right: auto;background: linear-gradient(-90deg, #fff, rgb(255 255 255 / 80%), rgb(255 255 255 / 45%), transparent);
}
.gallery-slider .slick-list {
	overflow: visible;
}
.gallery-slider .slick-slide {
	transition: all 0.4s ease-in-out;padding: 0 40px;transform: scale(1);opacity: 0.7;
}
.gallery-slider .slick-slide[aria-hidden="true"][tabindex="-1"] + .slick-center {
  transform: scale(1.15);z-index: 1;opacity: 1;
}
.gallery-list .items .imgbox {
    width: 100%; position: relative; padding: 0 0 66%; overflow: hidden;border-radius: 20px;cursor: pointer;
}
.gallery-list .items .imgbox img {
    width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; position: absolute;
}

/* Team Detail */
.team-detail-flex {
    background: var(--white_clr); box-shadow: 0 0 25px rgb(0 0 0 / 12%); border-radius: 10px;
}
.team-detail-flex .imgbox {
    margin-left: 100px; margin-top: -40px; margin-bottom: -40px;
}
.team-detail-flex .imgbox img {
    width: 100%; border-radius: 10px;display: block;
}
.team-detail-flex .textbox {
    padding: 40px 60px;
}
.team-detail-flex .social-media {
    position: absolute; left: 30px; z-index: 1; top: 0; bottom: 0; margin: auto; height: max-content;
}
.team-detail-flex .social-media .s-icon {
	margin: 0;background: var(--secondary_clr);color: var(--white_clr);
}
.team-detail-flex .social-media .s-icon:hover {
	background: var(--primary_clr);
}
.team-detail-flex .social-media .s-icon + .s-icon {
    margin-top: 10px;
}
.team-detail-flex .textbox h6 a {
    color: var(--primary_clr);
}
.team-detail-flex .textbox h6 a:hover {
	color: var(--secondary_clr);
}
.team-detail-flex .textbox p, .team-detail-flex .textbox p a {
	color: var(--black_clr);display: flex;align-items: center;
}
.team-detail-flex .textbox p:hover, .team-detail-flex .textbox p a:hover {
	color: var(--primary_clr);
}
.team-detail-flex .textbox p i {
    font-size: 22px;
}

/* Visa Section */
.visa-section.front-visa {
	padding-bottom: 40px !important;
}
.visa-list .block-title {
	z-index: 1;
}
.visa-slider {
	flex-wrap: inherit;
}
.visa-slider .slick-list {
	overflow: visible;
}
.visa-slider .slick-dots {
    bottom: -20px;
}
.visa-list .items .imgbox {
    width: 100%; position: relative; overflow: hidden; padding: 0 0 70%; cursor: pointer; border-radius: 20px; border: 10px solid #f8f5f7;background: #f8f5f7; box-shadow: 0 10px 10px rgba(0,0,0,0.15);
}
.visa-list .items .imgbox img {
	width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; position: absolute;border-radius: 16px;
}

/* Id Scroll Tabs */
.scroll-tabs {
    background: #f9f9f9;
}
.scroll-tabs-flex {
    display: flex; flex-wrap: wrap;justify-content: center; margin: 0 -4px;
}
.scroll-tabs-flex a {
    display: inline-block; padding: 12px 16px; border: 1px solid #d3d3d3; border-radius: 50px; margin: 4px;
}
.scroll-tabs-flex a:hover {
	border-color: var(--primary_clr);
}

/* Gallery Block */
.gallery-info {
    margin: 0 -10px; flex-wrap: wrap;
}
.gallery-info .gallery-items{
    padding: 10px; width: 33.33%;
}
.gallery-info .gallery-items:nth-child(1){
    width: 25%;
}
.gallery-info .gallery-items:nth-child(3){
    width: 25%;
}
.gallery-info .gallery-items:nth-child(2){
    width: 50%;
}
.gallery-info .gallery-items:nth-child(7){
    width: 25%;
}
.gallery-info .gallery-items:nth-child(8){
    width: 25%;
}
.gallery-info .gallery-items:nth-child(9){
    width: 50%;
}
.gallery-info .imgbox {
    background: var(--black_clr); width: 100%; height: 300px; overflow: hidden; cursor: pointer;-moz-transition:all 0.4s ease 0s;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;border-radius: 10px;
}
.gallery-info .imgbox img{
    display: block;width: 100%; height: 100%; object-fit: cover; object-position: center;transition: all 0.5s ease;
}
.gallery-info .imgbox:hover img {
	opacity: 0.6;transform: scale(1.05);
}
.gallery-info .imgbox:after {
    display: block; content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; border: 1px solid var(--white_clr); width: calc(100% - 40px); height: calc(100% - 40px); margin: auto; transition: all 0.5s ease;transform: scale(0.9); border-radius: 10px;
}
.gallery-info .imgbox:hover:after {
	opacity: 0.8;transform: scale(1);
}
.imgboxplus {
    position: absolute; top: 0; left: 0; font-size: 40px; color: var(--white_clr); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; opacity: 0;transition: all 0.5s ease;transform: scale(0.9);
}
.gallery-info .imgbox:hover .imgboxplus{
    opacity: 1;transform: scale(1);
}

/* Team Section */
@-webkit-keyframes infinite-rotate {
	0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); }
	100% { -webkit-transform:rotate(180deg); transform:rotate(180deg); }
	0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); }
}
@keyframes infinite-rotate {
	0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); }
	100% { -webkit-transform:rotate(180deg); transform:rotate(180deg); }
	0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); }
}
@-webkit-keyframes infinite-rotate-reverse {
	0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); }
	100% { -webkit-transform:rotate(-180deg); transform:rotate(-180deg); }
	0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); }
}
@keyframes infinite-rotate-reverse {
	0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); }
	100% { -webkit-transform:rotate(-180deg); transform:rotate(-180deg); }
	0% { -webkit-transform:rotate(0deg); transform:rotate(0deg); }
}
.team-section {
    overflow: hidden;
}
.team-section .block-title strong {
	-webkit-text-stroke-width: 0;
}
.team-flex {
	margin: 0 -20px;
}
.team-flex .items {
    padding: 100px 20px 20px;
}
.team-box {
    position:relative; padding: 30px; background: #f7f7f7; border-radius: 15px; height: 100%;
}
.team-box:after {
	content: "";position: absolute;bottom: 1px;left: 0;right: 0;width: 100%;height: 100px;border-radius: 15px;background: none; transition: all 0.5s ease;z-index: -1;
}
.team-box:hover:after {
	transform: translateY(3px);background: var(--primary_clr);
}
.team-box .imgbox {
    position: relative; z-index: 1; height: auto; border-radius: 50%; margin: -100px auto 15px; min-width: 180px; max-width: 180px; height: 180px; -webkit-transition: all 0.8s ease; -o-transition: all 0.8s ease; transition: all 0.8s ease;
}
.team-box .imgbox .img {
	overflow: hidden; border-radius: 50%; width: 100%;height: 100%;
}
.team-box:hover .imgbox .img img {
    -webkit-transform: scale(1.06); -ms-transform: scale(1.06); transform: scale(1.06);
}
.team-box .imgbox .box_border {
	position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%; border-radius: 50%;z-index: 0;-webkit-transform: scale(1.15);-ms-transform: scale(1.15);transform: scale(1.15);
}
.team-box .imgbox .box_border:after {
	content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%; border-radius: 50%;border: 1px dashed var(--primary_clr);z-index: 0;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
}
.team-box:hover .imgbox .box_border:after {
	-webkit-animation: infinite-rotate 5s linear infinite;
	        animation: infinite-rotate 5s linear infinite;border-color: var(--primary_clr);
}
.team-box:hover .imgbox {
	outline-color: var(--secondary_clr);
}
.team-box .imgbox img {
    display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: top; object-position: top;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; border-radius: 50%;
}
.team-box-tilte {
    padding-top: 20px;
}
.team-box-tilte h5 {
    -webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
}
.team-box:hover .team-box-tilte h5 {
    color: var(--primary_clr);
}
.team-box-tilte h6 {
    color: var(--text_clr); font-size: 15px;
}
.team-box-tilte p {
    font-size: 15px;
}

/* Certificate Section */
.certificate-section .block-title {
	z-index: 2;
}
.certificate-slider {
	flex-flow: nowrap;
}
.certificate-slider .slick-list {
    overflow: visible;
}
.certificate-slider:after {
	content: ""; position: absolute;top: 0;bottom: 0;right: 100%;width: 100vw;height: 120%;background: var(--white_clr);margin: auto;
}
.certificate-slider .slick-dots {
    bottom: -10px;
}
.certi-card {
    text-align: center;
}
.certi-card .imgbox {
    width: 100%; position: relative; overflow: hidden; padding: 0 0 70%; transition: all 0.3s ease;
}
.certi-card:hover .imgbox {
	border-color: var(--primary_clr);
}
.certi-card .imgbox img {
	width: 100%;height: 100%; object-fit: cover; object-position: center; display: block; position: absolute;
}
.certi-card h6 {
    display: block; margin: 15px 0 0; transition: all 0.3s ease;
}
.certi-card:hover h6 {
	color: var(--primary_clr);
}

/* Success Stories Visa */
.success-stories .visa-list .items .imgbox {
	border-color: var(--white_clr);background: var(--white_clr);
}

/* Achievements */
.gallery-section .block-title-flex, .gallery-section .block-title {
	z-index: 2;
}
.achievements .gallery-list .items .imgbox.small-img {
    position: absolute; width: 220px; min-height: 150px; bottom: 0; left: 0; right: 0; margin: auto; z-index: 1; padding: 0; border-radius: 10px; border: 6px solid var(--white_clr); background: var(--white_clr); box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}
.achievements .gallery-list .items .imgbox.small-img img {
	border-radius: 10px;
}

.info-section.reversed .info-flex {
	flex-direction: row-reverse;
}
.info-section.reversed .info-flex .imgbox {
    margin-right: 0; margin-left: 30px;
}

.band-page .certificate-list .items {
    padding: 20px 15px;
}
.visa-page .visa-list .items {
    padding: 15px;
}
.achievements-page .gallery-list .items {
	padding: 15px;
}

/* Gallery Section */
.event-list .slick-arrow {
	background: var(--white_clr);border-color: var(--white_clr);width: 50px; height: 50px;margin-top: -25px;
}
.event-list .slick-arrow:before {
	font-size: 30px;
}
.event-list .slick-arrow.slick-prev {
    left: 0;
}
.event-list .slick-arrow.slick-next {
    right: 0;
}
.event-list .slick-list, .event-slider .slick-list {
    overflow: visible;
}
.event-list .items .imgbox {
    width: 100%; position: relative; padding: 0 0 122%; overflow: hidden;border-radius: 20px;cursor: pointer;display: block;text-align: center;
}
.event-list .items .imgbox img {
    width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; position: absolute;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;
}
.event-list .items .imgbox:hover img {
	transform: scale(1.06);
}
.event-list .items .imgbox h3 {
    position: absolute; bottom: 40px; left: 0;right: 0; font-weight: 700; font-size: 24px; margin: 0; color: var(--white_clr);z-index: 2;padding: 0 10px;
}
.event-list .items .imgbox:before {
    content: "";position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 30%;background: linear-gradient(0deg, rgb(0 0 0 / 45%), rgb(0 0 0 / 45%), rgb(0 0 0 / 45%), rgb(0 0 0 / 45%), transparent); backdrop-filter: blur(0.5px);z-index: 1;
}
.event-list.event-slider {
    padding: 0 100px;
}

/* Trending Products */
.trending-products-slider .slick-arrow {
    background: var(--white_clr);
}
.trending-products-slider .slick-arrow:hover {
    background: var(--primary_clr);color: var(--white_clr);
}
.trending-products-slider .slick-arrow.slick-prev {
    left: -5px;
}
.trending-products-slider .slick-arrow.slick-next {
    right: -5px;
}
.trending-products-list {
	margin: 0 -10px;
}
.trending-products-list .items {
	padding: 10px;
}
.product-card {
    padding: 25px; height: 100%;background: var(--white_clr); -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px; text-align: center;display: flex;flex-direction: column;
}
.product-card .imgbox {
    width: 100%; height: 170px; position: relative; overflow: hidden; z-index: 1;margin: 0 0 15px;display: block;
}
.product-card .imgbox img {
    width: 100%;height: 100%;object-fit: contain;object-position: center;display: block;transition: all 0.5s ease;
}
.product-card:hover .imgbox img {
    transform: scale(1.05);
}
.product-card .default_text h5, .product-card .default_text h5 a {
    color: var(--text_clr); line-height: 1.2; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;margin: 0 0 5px;
}
.product-card .default_text .price {
    font-weight: 600; color: var(--primary_clr); font-size: 17px;line-height: 1.2;
}
.prod_quick_link {
    display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; border: 1px solid var(--primary_clr); font-size: 16px; line-height: normal; color: var(--primary_clr); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin: 0 3px;
}
.prod_quick_link:hover{
    background: var(--primary_clr); color: var(--white_clr);
}
.product-card .btn i{
    font-size: 20px;margin-left: 10px;
}
.product-card .btnbox {
    margin-top: auto;
}

.portfolio-page .event-list .items {
	padding: 15px;
}
.portfolio-page .event-list .items:nth-child(odd) {
	margin-top: 0;
}

.two-collom-inn .imgbox {
    -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; width: 100%; overflow: hidden; position: relative;
}
.two-collom-inn .imgbox img {
	width: 100%;display: block;transition: all 0.7s ease;
}
.two-collom-inn .imgbox:hover img {
    transform: scale(1.05);
}

.count-info .iconbox {
    min-width: 64px; max-width: 64px; height: 64px; margin: 0 auto 15px; display: flex; align-items: center; justify-content: center; padding: 14px; backdrop-filter: blur(5px); -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; border: 1px solid var(--primary_clr);
}
.count-info .textbox strong {
    font-size: 24px; line-height: 1.2; margin-bottom: 10px; display: inline-block;
}
.count-info .textbox p {
    line-height: 1.2;
}

.why-chooseus-list .items {
	padding: 15px;
}
.why-choose-box .imgbox {
    width: 100%; position: relative; padding-bottom: 60%; overflow: hidden; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;margin-bottom: 25px;
}
.why-choose-box .imgbox img {
	width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;position: absolute;
}

.product-flex .imgbox {
    width: 100%; border-radius: 20px; background: rgb(255 255 255 / 30%); backdrop-filter: blur(5px); overflow: hidden; position: relative; border: 1px solid #ddd;
}
.product-flex .imgbox img {
	width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;
}
.product-detail .textbox {
	padding-left: 30px;
}
.product-detail .textbox .price {
    font-size: 20px; font-weight: 700; display: inline-block; margin-bottom: 12px;color: var(--primary_clr);
}
.product-detail .textbox p {
	margin-bottom: 12px;
}
.related-projects .event-list.event-slider {
    padding: 0;
}
.related-projects .event-list .items:nth-child(odd) {
    margin-top: 0;
}
.tab-flex li a {
    display: block; padding: 10px 20px;
}
.tab-flex li a.active {
	background: var(--primary_clr);color: var(--white_clr);
}
.tab-flex li + li a {
	border-left: 1px solid #ddd;
}
.project-features-content .textbox + .textbox {
	margin-top: 40px;
}
.inquiry_modal .modal-content {
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: none;
}
.inquiry_modal .modal-body {
    padding: 35px;
}
.inquiry_modal .close {
    position: absolute; top: -10px; right: -10px; min-width: 36px; max-width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center; text-align: center;
    background: var(--primary_clr); opacity: 1; text-shadow: none; font-weight: 400; color: var(--white_clr);
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; padding-bottom: 2px; box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.inquiry_modal .close:not(:disabled):not(.disabled):focus,
.inquiry_modal .close:not(:disabled):not(.disabled):hover{
    opacity: 1;
}

/*Contact Section*/
.contact-section{
	overflow: hidden;
}
.contact-section .dots-img.top-right {
    right: -100px;
    top: -80px;
}
.front-contact .contact-form {
    padding: 40px; background: var(--white_clr);
}
.front-contact input,
.front-contact textarea,
.front-contact select {
	padding: 0;border-radius: 0;background: none;border: 0; border-bottom: 1px solid #999;
}
.front-contact textarea{
	height: 100px;
}
.wpcf7 form .wpcf7-response-output{
	font-size: 14px;
}
.front-about .about-flex .imgbox {
    width: 50vw; position: absolute; top: 0; right: 0; bottom: 0; height: 100%;border-radius: 0;
}
.front-about .about-flex .imgbox img {
    width: 100%; height: 100%; object-fit: cover;
}

.front-event .event-list .items {
    padding: 2px;
}
.front-event .event-list .items .imgbox {
    border-radius: 0;
}
.front-event .event-list .items .imgbox h3 {
	padding: 10px;background: rgb(255 255 255 / 10%);backdrop-filter: blur(10px);margin: 0 20px;
}
.woocommerce .woocommerce-result-count {
    font-size: 14px; margin: 0; height: 40px; width: 75%; float: left; display: flex; align-items: center; padding: 0 10px; border: 1px solid #e5e5e5; border-right: 0;
}
.woocommerce .woocommerce-ordering {
    margin: 0; width: 25%; float: left; border: 1px solid #e5e5e5; position: relative;
}
.woocommerce .woocommerce-ordering select {
    font-size: 14px; appearance: none; cursor: pointer; border: 0; min-height: 38px; max-height: 38px;background: none;border-radius: 0;
}
.woocommerce .woocommerce-ordering:after {
    content: "\f107"; position: absolute; top: 0; right: 10px; bottom: 0; margin: auto; width: 15px; height: 15px; display: flex; align-items: center; justify-content: center; font-family: 'Line Awesome Free'; font-weight: 900; font-size: 14px; z-index: 1;
}
.product-page .trending-products-list {
	margin: 0 -15px;padding-top: 20px;
}
.product-page .trending-products-list .items {
    padding: 15px;
}
.product-category-page .country-card {
	display: block;
}
.product-category-page .country-card .textbox {
    position: absolute; left: 0; right: 0; bottom: 0; margin: 0 15px 15px; padding: 10px; background: rgb(255 255 255 / 10%); backdrop-filter: blur(10px); z-index: 1;
}
.product-category-page .country-card:hover .textbox h5 {
	color: var(--white_clr);
}

.prod-nav-list {
    margin: 0 -8px; display: flex; flex-wrap: wrap;
}
.prod-nav-list .items {
    padding: 8px;
}
.prod-nav-list .items h5 {
    padding: 15px; background: var(--white_clr); text-align: center; height: 100%; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; box-shadow: 0 0 10px rgb(0 0 0 / 5%); font-size: 18px; cursor: pointer; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; display: flex; align-items: center; justify-content: center;
}
.prod-nav-list .items.slick-current h5 {
	background: var(--secondary_clr);color: var(--white_clr);
}

.product-info-flex .textbox h2 {
	margin-bottom: 25px;
}
.product-info-flex .textbox h2 br {
	display: none;
}
.prod_info_slider {
	margin: 0 -15px;
}
.prod_info_slider .items {
    padding: 0 15px;
}
.img_slider .slick-dots {
	bottom: 5px;
}
.img_slider .slick-arrow {
	background: var(--white_clr);
}
.img_slider .slick-arrow.slick-prev {
    left: -7px;
}
.img_slider .slick-arrow.slick-next {
    right: -7px;
}
.product_nav .slick-arrow {
    margin-top: -30px; width: 30px; height: 30px; background: var(--white_clr);
}
.product_nav .slick-arrow:before {
	font-size: 22px;
}
.product_nav .slick-arrow.slick-prev {
    left: -5px;
}
.product_nav .slick-arrow.slick-next {
    right: -5px;
}
.prod-imglist {
	margin: 0 -8px;
}
.img_nav_slider .slick-arrow {
	margin-top: -15px; width: 30px; height: 30px;background: var(--white_clr);
}
.img_nav_slider .slick-arrow.slick-prev {
    left: -5px;
}
.img_nav_slider .slick-arrow.slick-next {
    right: -5px;
}
.prod-imgnav {
	margin: 0 -7px;
}
.img-items, .imgnav-items {
	padding: 8px;
}
.img-items .imgbox {
    background: var(--white_clr); padding: 50px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; display: flex; align-items: center; justify-content: center;height: 100%;max-height: 400px;
}
.img-items .imgbox img {
    display: block; object-fit: contain; height: 100%;
}
.imgnav-items .imgbox {
	background: var(--white_clr); padding: 10px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px; display: flex; align-items: center; justify-content: center; height: 100px;cursor: pointer;border: 1px solid transparent;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
}
.imgnav-items .imgbox img {
    display: block; width: 100%; height: 100%; object-fit: contain; object-position: center;
}
.imgnav-items.slick-current .imgbox {
	border-color: var(--primary_clr);
}

.leasing-products-list {
	margin: 0 -10px;
}
.leasing-products-list .items {
	padding: 10px;
}
.leas_prd_card {
    padding: 20px; background: var(--white_clr); height: 100%; text-align: center; border-radius: 10px;
}
.leas_prd_card .imgbox {
	width: 100%; height: 140px; display: flex;align-items: center;justify-content: center;margin-bottom: 20px;
}
.leas_prd_card .imgbox img {
	width: 100%;height: 100%;object-fit: contain;object-position: center;display: block;
}

.leasing-products .lp-list + .lp-list {
    padding-top: 40px;
}
.leasing-products .lp-list:nth-child(even) {
    flex-direction: row-reverse;
}
.leasing-products .lp-list .imgbox {
    background: var(--white_clr); display: block; padding: 30px; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;box-shadow: 0 3px 15px rgba(0,0,0,0.0);
}
.leasing-products .lp-list .imgbox img {
	display: block;width: 100%; max-height: 320px;object-fit: contain;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;
}
.leasing-products .lp-list .imgbox:hover {
	box-shadow: 0 3px 15px rgba(0,0,0,0.12);
}
.leasing-products .lp-list .imgbox:hover img {
	transform: scale(1.05);
}
.leasing-products .lp-list .textbox {
    padding-left: 40px;
}
.leasing-products .lp-list:nth-child(even) .textbox {
    padding-left: 0; padding-right: 40px;
}

.leasing-slider .slick-dots {
    bottom: -10px;
}
.leas_card .imgbox {
    width: 100%; overflow: hidden; position: relative; padding-bottom: 120%;background: var(--black_clr);
}
.leas_card .imgbox img {
    width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; position: absolute;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;opacity: 0.3;
}
.leas_card:hover .imgbox img {
	opacity: 0.8;transform: scale(1.08);
}
.leas_card .textbox {
    position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 20px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}
.leas_card .textbox h4 {
	color: var(--white_clr);font-size: 26px;line-height: 1.2;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
}
.leas_card .textbox .circle_btn {
    min-width: 36px; max-width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--white_clr); font-size: 20px;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;opacity: 0;margin-bottom: -36px;
}
.leas_card:hover .textbox .circle_btn {
	margin-bottom: 0; opacity: 1;
}

.internal-banner .dots-img + .container h2 {
	color: var(--text_clr) !important;
}
.middle-section + .leasing-products {
	padding-top: 60px !important;
}

.brand-list {
    display: flex; flex-wrap: wrap; margin: 0 -10px;
}
.brand-list .brand-name {
    padding: 10px; min-width: 16.66%; max-width: 16.66%; text-align: center;
}
.brand-list .brand-name strong {
    padding: 10px; background: var(--white_clr); display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; height: 70px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;border: 1px solid #e4e4e4;user-select: none;
}
.brand-list .brand-name strong:hover {
    border-color: var(--primary_clr);
}

.team-list .slick-arrow {
    bottom: 25%; top: auto;background: var(--white_clr);
}
.team-list .slick-arrow.slick-prev {
    left: -5px;
}
.team-list .slick-arrow.slick-next {
    right: -5px;
}
.team-list .items {
	padding: 15px;
}
.team-card .imgbox {
    min-width: 220px; max-width: 220px; height: 220px; overflow: hidden; border-radius: 50%; border: 2px solid var(--primary_clr); margin: 0 auto -50px;position: relative;box-shadow: 0 5px 15px rgb(0 0 0 / 10%);display: block;
}
.team-card .imgbox img {
    display: block; width: 100%;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;
}
.team-card:hover .imgbox img {
	transform: scale(1.05);
}
.team-card .textbox {
    padding: 70px 20px 30px; background: var(--white_clr); border-radius: 20px; text-align: center;box-shadow: 0 5px 15px rgb(0 0 0 / 0%);
}
.team-card:hover .textbox {
	box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}
.team-card .textbox h5 {
	margin-bottom: 10px;
}
.team-card .textbox > a {
    display: inline-flex; align-items: center; justify-content: center; font-size: 16px; line-height: 1.4;
}
.team-card .textbox > a + a {
	margin-top: 5px;
}
.team-card .textbox > a i {
    margin-right: 5px; font-size: 20px;
}
.team-card .textbox p {
    font-size: 16px;margin-bottom: 10px;color: #444;
}
/* Team Modal */
.team_modal {
	padding: 0 !important;
}
.team_modal p {
	text-align: justify;
}
.team_modal .modal-content {
    height: 100%; border: none; border-radius: 10px;
}
.team_modal .modal-body {
    padding: 0;
}
.team_modal .close.modal_close {
    top: -15px; right: -15px;
}
.close.modal_close {
    display: block; opacity: 1; position: absolute; right: -15px; top: -15px; z-index: 2; width: 35px; height: 35px; background: var(--primary_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;
}
.team_modal .close:not(:disabled):not(.disabled):focus, .team_modal .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}
.team_modal .modal_title .imgbox {
    min-width: 240px; max-width: 240px; margin-right: 25px; position: relative; padding: 20px;background: var(--primary_clr);border-radius: 10px 0 0 10px;
}
.team_modal .modal_title .imgbox img {
    width: 100%; display: block;
}
.team_modal .designation {
    margin: 0 0 20px; display: block; font-size: 18px; line-height: 1.2; font-weight: 500;
}
.team_modal .team-modal-body p:last-child {
	margin-bottom: 0;
}
.team_modal .modal_title .imgbox .social-icon {
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;padding-top: 15px;
}
.team_modal .modal_title .imgbox .social-icon a {
    min-width: 36px; max-width: 36px; height: 36px; background: var(--white_clr); color: var(--primary_clr); font-size: 19px; display: flex; align-items: center; justify-content: center; -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.team_modal .modal_title .imgbox .social-icon a:hover {
	background: var(--secondary_clr);color: var(--white_clr);
}
.team_modal .modal_title .imgbox .social-icon a + a {
	margin-left: 5px;
}
.team_modal .client-info .textbox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5;border-radius: 20px;
}
.team_modal .client-info .textbox::-webkit-scrollbar {
	width: 6px; background-color: #F5F5F5;
}
.team_modal .client-info .textbox::-webkit-scrollbar-thumb {
	background-color: #888;border-radius: 20px;
}
.team_modal .client-info .textbox {
    overflow-y: auto; max-height: 260px;padding-right: 10px;
}
.team_modal .client-info {
    padding: 30px 20px;padding-left: 0;
}
.team_modal .client-info .textbox p {
    font-size: 15px;
}

.point-list {
	overflow: hidden;column-count: 2;-webkit-column-count: 2;margin: 0 -15px;
}
.point-list .items {
	padding: 15px;position: relative;display: inline-block;
}
.point-list .items:before {
	content: "";position: absolute;left: 30px;top: 30px;bottom: 0;width: 1px;height: 100%;border-left: 1px dashed var(--secondary_clr);margin: auto;
}
.point-items .iconbox {
    min-width: 32px; max-width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: var(--primary_clr); border-radius: 50%; margin-right: 20px; font-weight: 700; padding-bottom: 2px;
}
.point-items .point-text h5 {
    margin-bottom: 10px;
}

/* Testimonials */
.testi-flex .left-block {
    z-index: 1;
}
.testi-flex .left-block .imgbox {
    width: 30vw; height: 100%; position: absolute; right: 15px; top: 0; bottom: 0; margin: auto;
}
.testi-flex .left-block .imgbox img {
	width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;
}
.testi-slider .slick-list {
    overflow: visible;
}
.testi-slider .slick-dots {
    bottom: 20px;
}
.testi-slider .slick-arrow {
    bottom: 0; right: 15px; top: auto;
}
.testi-slider .slick-arrow:hover {
    background: var(--white_clr);
}
.testi-slider .slick-arrow.slick-prev {
    left: auto; right: 65px;
}
.testi-list .items {
	padding: 10px 15px;
}
.testi-card {
    padding: 30px; border-radius: 30px; background: var(--white_clr); box-shadow: 1px 2px 5px rgb(0 0 0 / 10%); display: flex; flex-direction: column; height: 100%;
}
.testi-card .imgbox {
    min-width: 65px; max-width: 65px; height: 65px; display: flex; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden; margin-right: 15px;border: 4px solid #e8e8e8;
}
.testi-card .imgbox img {
    width: 100%; height: 100%; object-fit: cover; object-position: center; display: block;
}
.testi-info {
    padding-right: 50px;
}
.quotes_icon {
    position: absolute; top: 30px; right: 20px; width: 70px; height: 70px; background: url('../images/quotes.svg') no-repeat center; background-size: contain;
}
.testi-card .client-info strong {
    display: block; font-size: 18px; line-height: 1.4; font-weight: 700;
}
.client-info span {
    display: block; font-size: 16px; line-height: 1.4; color: #666;
}
.testi-card .textbox p {
    font-style: italic; line-height: 1.5;
}
.testimonials-page .testi-list .items {
	padding: 15px;
}
.middle-section .portfolio {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 0 0 15px;
}
.middle-section .portfolio .card {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.middle-section .portfolio .card p{
	text-align: left;
}
.services-details-cta {
    background: var(--primary_clr);
    padding: 30px;
    text-align: center;
}
.services-details-cta h2, .services-details-cta p{
	color: #fff;
}
.middle-section .highlight {
	border: 1px solid #ddd;
	background: rgb(255 255 255 / 30%);
	backdrop-filter: blur(5px);
    padding: 15px 20px;
    border-left: 5px solid var(--primary_clr);
    border-radius: 20px;
    margin: 0 0 15px;
}
.supply-grid { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; }
.supply-card { flex: 1 1 280px; background: white; border-radius: 16px; padding: 30px 20px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.05); transition: all 0.3s ease; }
.supply-card:hover { transform: translateY(-6px); box-shadow: 0 8px 25px rgba(0,0,0,0.08); }
.icon-circle { width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 15px; display: flex; align-items: center; justify-content: center; font-size: 30px; background:var(--primary_clr); color: white; }
.supply-footer { text-align: center; margin-top: 40px; }
.education-list{
	gap: 25px 0;
}
.map-block iframe {
    width: 100%;
}
.projects-event .event-list .items {
    padding: 15px !important;
}

/*==========================================
===============:: MEDIA CSS ::==============
============================================*/
@media screen and (max-width:1679px){
 .max-container{max-width: 1280px;}
}

@media screen and (max-width:1499px){
.container{max-width: 1200px;}

}


@media screen and (max-width:1280px){
.nav-main nav ul > li + li {
    margin-left: 18px;
}

}

/* 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;}
h1, .h1{font-size: 40px;}
h2, .h2{font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;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: 90px;
}
.head-btnbox {
    margin: 0 45px 0 0;
}
.top-header {
	display: none;
}
/* Banner */
.airplane-line {
    top: 20%; left: 24%; width: 300px;
}
.home-banner .items {
    min-height: 460px; max-height: 460px;
}
.about-flex .imgbox {
    margin-right: 20px;
}
.service-slider .slick-dots {
    bottom: -10px;
}
.service-list {
	margin: 0 -12px;
}
.service-list .items {
    padding: 35px 12px 20px;
}
.serv-card {
	padding: 60px 25px 25px;
}
.serv-card .iconbox {
    top: -30px; left: 25px;
}
.serv-card .btnbox {
	padding-top: 20px;
}
.f-contact .f-contact-text > a {
	font-size: 18px;
}
.contact-page .bg-img {
    background-position-x: -140px !important;
}
.header-right {
    display: flex; align-items: center;
}
.head_c_info.desk-hide {
    display: flex; align-items: center;
}
.head_c_info .dropdown-toggle::after {
	display: none;
}
.phone_icon, .c_icon {
	width: 46px; height: 46px; min-width: 46px; background: var(--secondary_clr); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--white_clr); margin-right: 10px;
}
.head_c_info .dropdown-menu {
    border: none; box-shadow: 0 2px 15px rgb(0 0 0 / 15%); border-radius: 0;
}
.testi-card {
	padding: 30px;
}
.testi-card .textbox p {
    font-size: 16px;
}
.about-page .about-flex .team-img {
    min-width: 290px; max-width: 290px; height: 290px;
}
.vision-mission-list {
    padding: 0 60px;
}

.about-country-flex, .reasons-list {
    padding-left: 10px;
}
.info-flex .imgbox {
    margin-right: 0;
}
.info-section.reversed .info-flex .imgbox {
    margin-left: 0;
}
.education-page .service-acc-list {
	margin: 0 -10px;
}
.education-page .service-acc-list .items {
    padding: 40px 10px 20px;
}

.gallery-slider .slick-slide {
	padding: 0 30px;
}
.visa-section .block-title {
	padding-bottom: 0 !important;
}

.gallery-info .imgbox {
	height: 240px;
}
.imgs-block .imgbox1 {
	max-width: 380px; min-width: 380px; height: 380px;
}
.imgs-block .imgbox2 {
    min-width: 170px; max-width: 170px; height: 170px;
}
.post-list {
    margin: 0 -15px;
}
.post-list .items {
    padding: 10px 15px;
}
.event-list .items .imgbox h3 {
	font-size: 20px;
}
.event-list .slick-arrow {
    width: 40px; height: 40px; margin-top: -20px;
}
.event-list .slick-arrow:before {
    font-size: 24px;
}
.cta-inner {
	padding: 40px;
}
.product-card .btnbox {
    padding: 20px 0 0;
}
.product-card .imgbox {
	height: 135px;
}
.trending-products-slider .slick-arrow.slick-prev {
    left: 0;
}
.trending-products-slider .slick-arrow.slick-next {
    right: 0;
}
.edu-card .btnbox {
    padding: 20px 0 0;
}
.product-detail .textbox {
    padding-left: 20px;
}
.contact-add p strong br, .footer .contact-add p br {
	display: none;
}
.f-col-2 .f-coll {
    padding-left: 20px;
}
.edu-card .iconbox {
    height: 160px; padding-top: 30px;margin: -40px auto 20px;
}
.edu-card .textbox {
    padding: 0 20px;
}
.edu-card .textbox h5 {
    font-size: 22px;
}
.edu-card .iconbox img {
    width: 80px;
}
.leasing-products .lp-list .textbox {
    padding-left: 20px;
}
.leasing-products .lp-list:nth-child(even) .textbox {
    padding-right: 20px;
}
.team-card .imgbox {
	min-width: 200px; max-width: 200px; height: 200px;
}
.team-card .textbox {
	padding: 70px 15px 30px;
}
.quotes_icon {
	right: 20px;
}


}
/* iPad 768px view*/
@media screen and (max-width:991px){
h1, .h1{font-size: 30px;}
h2, .h2 {font-size: 28px; }
.ptb-100{padding:80px 0;}
.ptb-80{padding:60px 0;}
/*Header and banner*/
.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-bottom{
	margin-top: 0;
}
/* Banner */
.airplane-line {
    width: 260px; transform: rotate(45deg);
}
.home-banner .items {
    min-height: inherit; max-height: inherit;
}
.imgs-block .iconbox {
    min-width: 90px; max-width: 90px; height: 90px;top: 13%;
}
.imgs-block .imgbox2 {
    min-width: 150px; max-width: 150px; height: 150px;
}
.about-flex .imgbox {
    margin-right: 0;
}
/* Counter */
.counter-block {
	flex-wrap: wrap;padding-top: 0;
}
.counter-block .items {
    padding: 30px 7px 10px; min-width: 25%; max-width: 25%;
}
.count-box .textbox .count-number {
	font-size: 24px;
}
.contact-section .bg-img {
	background-position-x: -110px !important;
}
.f-contact .f-contact-text > a + a {
    margin-left: 0; margin-top: 8px; display: block;
}
.contact-page .contact-info .textbox {
    padding-left: 0;
}
.map-card {
	padding: 25px;
}
.video-testi-slider {
    padding-right: 0;
}
.video-testi-slider .slick-dots {
    right: 0;
}

.abt-country-card .abt-card-title {
	width: 90%;
}
.study-areas {
    padding: 20px 30px;
}
.living-costs-flex .items:last-child {
    min-width: 100%; max-width: 100%; margin-top: 20px;
}
.acc_title {
	padding: 16px 18px 16px 0;
}
.related-post .post-slider {
	padding-bottom: 20px;
}
.related-post .post-slider .slick-dots {
    bottom: -10px;
}
.pagination-single {
    padding: 20px 0;
}
.service_acc_title {
	font-size: 18px;
}

.gallery-slider .slick-arrow {
    width: 46px; height: 46px; margin-top: -23px;
}
.gallery-slider .slick-arrow:before {
	font-size: 22px;
}
.gallery-slider .slick-slide {
    padding: 0 22px;
}
.team-detail-flex .textbox {
    padding: 30px;
}
.team-detail-flex .imgbox {
    margin-left: 80px;
}
.team-detail-flex .social-media {
	left: 20px;
}
.team-detail {
	padding: 40px 0;
}
.team-detail-flex .textbox h6 a {
    font-size: 16px;
}

.gallery-info .imgbox {
    height: 200px;
}
.team-flex .items {
    padding: 90px 20px 10px;
}
.certificate-list {
	margin: 0 -10px;
}
.certificate-list .items {
	padding: 0 10px;
}
.band-page, .visa-page {
	padding: 25px 0;
}
.imgs-block .imgbox1 {
    max-width: 320px; min-width: 320px; height: 320px;
}
.imgs-block .imgbox2 {
    min-width: 120px; max-width: 120px; height: 120px;
}
.f-col-1 .f-coll {
    text-align: center; padding-bottom: 30px;
}
.f-logo img {
	margin: 0 auto;
}
.vision-mission-card {
	padding: 35px 35px 35px 70px;
}
.vision-mission-card .iconbox {
	min-width: 90px; max-width: 90px; height: 90px; padding: 20px;left: -45px;
}
.vision-mission-list .items:nth-child(even) .vision-mission-card {
    padding: 35px 70px 35px 35px;
}
.vision-mission-list .items:nth-child(even) .vision-mission-card .iconbox {
    right: -45px;
}
.education-slider {
	margin: 0 -10px;
}
.education-slider .items {
    padding: 15px 10px 15px;
}
.contact-page .contact-form {
	padding: 25px;
}
.two-collom-inn .left-block .two-collom-content {
	padding-bottom: 20px;
}
.why-choose-box .imgbox {
	margin-bottom: 20px;
}
.product-detail .textbox {
    padding-left: 0;
}
.f-col-2 .f-coll {
    padding-left: 0;
}
.front-contact .contact-form {
    padding: 30px;
}
.front-about .about-flex .imgbox {
	margin-right: 20px;
}
.prod-nav-list .items h5 {
	padding: 15px 8px; font-size: 16px;
}
.imgnav-items .imgbox {
    height: 70px;padding: 6px;
}
.product_nav .slick-arrow {
    margin-top: -28px; width: 26px; height: 26px;
}
.img_nav_slider .slick-arrow {
    margin-top: -13px; width: 25px; height: 25px;
}
.img_nav_slider .slick-arrow:before {
	font-size: 22px;
}
.prod-imgnav {
    margin: 0 -5px;
}
.img-items, .imgnav-items {
    padding: 5px;
}
.img-items .imgbox {
	padding: 30px;
}
.img_slider .slick-arrow {
	width: 35px; height: 35px;
}
.internal-banner {
	min-height: 180px;
}
.leasing-products .lp-list .textbox {
    padding-left: 0;
}
.leasing-products .lp-list:nth-child(even) .textbox {
    padding-right: 0;
}
.leasing-products .lp-list + .lp-list {
    padding-top: 20px;
}
.brand-list {
	margin: 0 -7px;
}
.brand-list .brand-name {
    padding: 7px; min-width: 25%; max-width: 25%;
}
.brand-list .brand-name strong {
	font-size: 22px;
}
.quotes_icon {
    top: 0; right: 20px; width: 60px; height: 60px;
}
.testi-flex .left-block .imgbox {
	width: 35vw;
}
.testi-info {
    padding-right: 0;
}
.team_modal .modal-dialog {
    max-width: 680px;
}


}
/* iPhone-6 plus 736 (Landscape) view */
@media screen and (max-width:767px){
body{-webkit-text-size-adjust:none;}
h1, .h1 {font-size: 30px; }
h2, .h2{font-size:24px; line-height:32px;}
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;}
img.alignleft, img.alignright, img.alignnone,
iframe, iframe.alignleft, iframe.alignright, iframe.iframe-embed.alignright{
    float: none; max-width: 100%; margin: 0 0 20px;
}
.entry-content ol ul, .entry-content ul ul, .entry-content ul ol {
    padding-left: 20px;
}
/*Header and banner*/
.mobile-menu-block{
	width: 85%; left: -105%;
}
.site-logo {
    max-width: 175px;
}
.header-right .head-btnbox{
	display: none;
}
.header-right {
	margin-right: 30px;
}
.phone_icon, .c_icon {
    width: 40px; height: 40px; min-width: 40px;
}
/* Banner */
.airplane-line {
    top: 15%; width: 300px; transform: rotate(75deg); left: auto; right: -60px;
}
.home-banner .items {
    min-height: inherit; max-height: inherit;display: block;padding: 0;
}
.home-banner .items .bg-img {
    position: static; padding-bottom: 56.66%;
}
.home-banner .items .bg-img:before {
	background: var(--secondary_clr);z-index: -1;
}
.home-banner .items .hero-caption {
	padding: 40px 0;
}
.imgs-block {
    max-width: 420px; margin: 0 auto;padding-right: 0;
}
.imgs-block .imgbox1 {
    max-width: 300px; min-width: 300px; height: 300px; margin: 30px auto 10px;
}
.imgs-block .imgbox2 {
	bottom: 0;left: -10px;
}
.desk-hide {
	display: block;
}
.btnbox.desk-hide {
	padding-top: 20px;
}
.blog-section .btnbox.desk-hide {
    padding-top: 40px;
}
.mobi-hide {
	display: none;
}
.home-banner .imgbox1.desk-hide {
	position: absolute; left: 0; right: 0; bottom: 0; max-width: 380px;height: 380px; margin: 0 auto; z-index: 1;padding-right: 30px;
}
.home-banner .imgbox1.desk-hide img {
	width: 100%; height: 100%; object-fit: contain; object-position: center; display: block;
}
.about-flex .textbox {
    padding-top: 25px;
}
.services .block-title {
	text-align: center;
}
.serv-card {
    text-align: center;
}
.serv-card .iconbox {
    margin: 0 auto;left: 0;right: 0;
}
.serv-card .btnbox .btn-link {
	justify-content: center;
}
.counter-block .items {
    min-width: 50%; max-width: 50%;
}
.testimonials .block-title {
	text-align: center;
}
.testi-flex .left-block .imgbox {
	display: none;
}
.testi-slider {
    padding: 30px 0 50px;
}
.testi-slider .slick-dots {
    bottom: 30px;
}
.testi-slider .slick-arrow {
    top: auto; bottom: 0; right: -50px; left: 0; margin: auto;
}
.testi-slider .slick-arrow.slick-prev {
    left: -50px; right: 0;
}
.client-info span {
	font-size: 15px;
}
.front-blog .block-title {
	text-align: center;
}
.contact-section .bg-img {
    background-position-x: 0 !important; position: relative; height: 300px;
}
.input-field {
    flex-basis: 100%; min-width: 100%; max-width: 100%;margin: 0 0 16px;
}
.input-field .btn {
	width: 100%;
}
.contact-form {
    margin-top: 40px;
}
.top-footer-flex .items:nth-child(2) .f-contact, .top-footer-flex .items:last-child .f-contact {
    justify-content: flex-start;
}
.top-footer-flex .items + .items {
	margin-top: 30px;
}
.top-footer-flex .f-contact {
	text-align: center;display: block !important;
}
.f-contact > i {
	margin-right: 0;margin-bottom: 10px;
}
.top-footer-flex .f-contact .social-media {
	justify-content: center;
}
.f-contact .f-contact-text span {
	margin-bottom: 15px;
}
.contact-add .iconbox {
	margin-right: 20px;
}
.footer-inner .items + .items {
	margin-top: 40px;
}
.contact-page .contact-form {
    margin: 0 0 30px; padding: 25px;
}
.map-list .items + .items {
	margin-top: 20px;
}
.education .block-title {
	margin-bottom: 0;
}
.education-slider .slick-dots {
	bottom: 0;
}
.education-slider .items {
    padding: 25px 15px;
}
.f-bottom-inner {
    display: block !important; text-align: center;
}
.f-bottom-inner .f-contact {
	justify-content: center;
}
.f-bottom-inner .f-contact .f-contact-text {
	display: block !important;text-align: center;margin-top: 20px;
}
.f-bottom-inner .f-contact .social-media {
	margin-left: 0 !important;
}
.video-testi-slider {
    padding-bottom: 20px;
}
.video-testi-slider .slick-dots {
	bottom: 0;
}
.aboutblock.about-page {
	padding-bottom: 20px;
}
.about-page .about-flex .right-block .textbox {
	text-align: center;
}
.about-page .about-flex .team-img {
	margin: 0 auto;
}
.about-flex .textbox p {
    text-align: justify;
}
.about-page .about-flex .team-img {
    min-width: 290px; max-width: 290px; height: 290px;margin: 0 auto;
}
.vision-mission-list {
    padding: 15px 0 0;
}
.vision-mission-card, .vision-mission-list .items:nth-child(even) .vision-mission-card {
	padding: 70px 25px 25px 25px;
}
.vision-mission-card .iconbox, .vision-mission-list .items:nth-child(even) .vision-mission-card .iconbox {
    left: 25px; bottom: auto; margin: 0; top: -30px; min-width: 80px; max-width: 80px; height: 80px; padding: 17px;
}
.vision-mission-list .items:nth-child(even) .vision-mission-card .iconbox:before {
    right: auto; left: -10px;
}
.vision-mission-list .items + .items {
	margin-top: 45px;
}

.study-areas {
    padding: 20px; border-radius: 0; margin: 25px -20px;
}
.study-areas ul {
    columns: 2; -webkit-columns: 2; -moz-columns: 2;
}
.info-flex .imgbox {
    margin-bottom: 20px;
}
.about-country .block-title {
	padding-bottom: 0;
}
.extra-content p {
	text-align: justify;
}
.info-section .full-width .textbox {
	padding-top: 15px;
}
.english-requir-flex .items + .items {
	margin-top: 20px;
}
.eng-req-card {
	padding: 25px;
}
.living-costs-flex .items + .items {
	margin-top: 20px;
}
.acc_title {
    font-size: 18px;
}
.faqs-section .block-title {
	padding-bottom: 0;
}

.process-list .arrow {
    width: 128px; height: 63px; background: url('../images/arrow1.png') no-repeat 0 0; position: absolute; right: 0; bottom: -20px;
}
.process-list:after {
	display: none;
}
.process-list .items + .items .process-card:after {
	display: none;
}
.process-list {
    padding: 0; margin: 0 auto; max-width: 300px;
}
.process-list .items + .items{
    margin-top: 30px !important;
}
.process-list .arrow {
    right: auto; left: -60px; transform: rotate(70deg);
}
.process-list .items:nth-child(2n) .arrow {
    left: auto; right: -50px; top: 100px; transform: rotate(120deg);
}
.process-list .items:nth-child(2n) .arrow {
    background: url('../images/arrow2.png') no-repeat 0 0; top: auto; bottom: -20px; right: -60px;
}
.process-list .items:last-child .arrow {
    display: none;
}
.education-page .service-acc-list .items {
    padding: 30px 10px 20px;
}
.blog-detail .textbox p {
	text-align: justify;
}
.blog-page .post-list {
	margin: 0 -10px;
}
.blog-page .post-list .items {
    padding: 15px 10px;
}
.service_acc_title {
	padding: 14px 35px 14px 20px;font-size: 17px;
}
.service-card .content-box {
	padding: 20px;
}
.service_acc_title:after {
	right: 15px;
}
.info-flex .btnbox.desk-hide {
	padding-top: 10px;
}
.info-section + .counter-section .counter-block {
	padding-top: 0;
}
.gallery-section .block-title {
	padding-bottom: 20px;
}
.gallery-slider:after, .gallery-slider:before {
	top: -100px;
}
.gallery-slider .slick-slide {
    padding: 0 16px;
}
.gallery-slider:before {
	right: 92%;
}
.gallery-slider:after {
	left: 92%;
}
.gallery-slider .slick-arrow {
    width: 40px; height: 40px; margin-top: -20px;
}
.gallery-slider .slick-arrow.slick-next {
    right: 2%;
}
.gallery-slider .slick-arrow.slick-prev {
    left: 2%;
}
.gallery-slider .slick-arrow:before {
    font-size: 20px;
}

.team-detail-flex .imgbox {
    margin: 15px;
}
.team-detail-flex .textbox {
    padding: 25px; text-align: center;
}
.team-detail-flex .textbox p, .team-detail-flex .textbox p a {
    justify-content: center;
}
.team-detail-flex .social-media {
    left: 0; right: 0; top: auto; bottom: -20px; max-width: max-content; height: auto; display: flex; align-items: center; background: var(--white_clr); padding: 12px 25px; border-radius: 50px; box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.team-detail-flex .social-media .s-icon {
    background: none; color: var(--primary_clr); width: auto; height: auto;
}
.team-detail-flex .social-media .s-icon:hover {
	color: var(--secondary_clr);
}
.team-detail-flex .social-media .s-icon + .s-icon {
    margin-top: 0; margin-left: 10px;
}
.service-tabs-flex a {
    padding: 11px 14px; font-size: 15px;
}
.gallery-info .gallery-items {
    width: 100% !important;
}
.gallery-info .imgbox {
    height: auto; padding: 0 0 66%;
}
.gallery-info .imgbox img {
	position: absolute;
}
.certificate-flex .block-title {
    text-align: center; padding-bottom: 10px;
}
.visa-page .visa-list {
	margin: 0 -10px;
}
.visa-page .visa-list .items {
    padding: 10px;
}
.about-counter .counter-block {
    padding-top: 0;
}
.event-list.event-slider {
    padding: 0 40px;
}
.event-section .title-flex {
	padding-bottom: 20px;
}
.event-list {
	margin: 0 -10px;
}
.event-list .items {
	padding: 10px;
}
.event-section .block-title {
	text-align: center;
}
.cta-inner {
    padding: 30px 20px;
}
.f-col-1 .f-coll {
    padding-bottom: 0;
}
.product-card .imgbox {
    height: 200px;
}
.blog-detail .detail-feature-img.alignright {
    max-width: 100%;
}
.counter-title {
    text-align: center;
}
.service-counter .counter-list .items {
    padding: 15px;
}
.faq-section .block-title {
    margin: 0 0 10px;
}
.product-detail .textbox {
    padding-top: 20px;
}
.project-features {
	border-top: 1px solid #ddd;padding-top: 40px !important;
}
.features-tabs {
    display: none;
}
.project-features-content .textbox + .textbox {
    margin-top: 30px;
}
.inquiry_modal .modal-body {
    padding: 35px 25px;
}
.related-projects .block-title {
    margin-bottom: 0;
}
.product-category .title-flex {
    padding-bottom: 30px; text-align: center;
}
.front-blog .card-post .btnbox {
    padding-top: 20px;
}
.front-about .about-flex .imgbox {
    margin-right: 0; padding-bottom: 56.66%; position: relative; width: 100%;
}
.front-about .about-flex .imgbox img {
	width: 100%;height: 100%;display: block;object-fit: cover;position: absolute;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
	float: none; width: 100%;
}
.woocommerce .woocommerce-result-count {
	border: none;padding-left: 0;margin-bottom: 5px;
}
.product-page .trending-products-list {
	margin: 0 -8px;
}
.product-page .trending-products-list .items {
    padding: 8px;
}
.product-page .product-card {
    padding: 15px 10px;
}
.product-page .product-card .imgbox {
    height: 100px;
}
.product-page .product-card .default_text h5 {
	font-size: 18px;
}
.product-info-flex .textbox {
    padding-bottom: 15px;
}
.prod-nav-list {
	padding-bottom: 20px;
}
.product_nav .slick-arrow {
	margin-top: -24px;
}
.prod-nav-list .items h5 {
	font-size: 16px;
}
.leas_prd_card .imgbox {
	height: 160px;
}
.img-items .imgbox {
    padding: 20px; max-height: 260px;
}
.leasing-products .lp-list + .lp-list {
    padding-top: 30px;
}
.leasing-products .lp-list .textbox {
    padding-top: 20px;
}
.leasing-section .left-block .textbox {
	padding-bottom: 20px;
}
.leas_card .imgbox {
    padding-bottom: 100%;
}
.brand-list .brand-name {
    min-width: 33.33%; max-width: 33.33%;
}
.team-section .block-title {
	margin-bottom: 10px;
}
.team-list .slick-arrow {
	bottom: 27%;
}
.point-list {
	column-count: 1;-webkit-column-count: 1;
}
.team-modal-body .modal_title {
	display: block !important;
}
.team_modal .modal_title .imgbox {
    min-width: inherit; max-width: 100%; margin-right: 0;border-radius: 10px 10px 0 0;
}
.team_modal .client-info {
	padding-left: 20px;
}
.team_modal .close.modal_close {
    top: -5px; right: -5px;background: var(--secondary_clr);
}
#spare-parts .contact-form{
	margin-top: 0;
}


}/*767 End*/

@media screen and (max-width:485px){
.brand-list .brand-name {
    min-width: 50%; max-width: 50%;
}


}/*575 End*/
