/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@keyframes jump-3{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%{-webkit-transform:translate3d(0,50px,0) scale(.7);transform:translate3d(0,50px,0) scale(.7)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes jump-4{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%{-webkit-transform:translate3d(0,20px,0) scale(.8);transform:translate3d(0,20px,0) scale(.8)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes jump-5{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%{transform:translate3d(0,10px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes rubberBand-2{0%{transform:scaleZ(1)}0%{transform:scale3d(1,.95,1)}50%{transform:scale3d(1,0,1)}to{transform:scale3d(1,.95,1)}to{transform:scaleZ(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp2{0%{opacity:0;-webkit-transform:translate3d(0,40%,0);transform:translate3d(0,40%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInLeft2{0%{-webkit-transform:translate3d(-10%,0,0);transform:translate3d(-10%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInRight-2{0%{transform:translate3d(30%,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInUp2{0%{-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0);visibility:hidden}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);visibility:visible}}@keyframes slideInUp3{0%{-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);visibility:hidden}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);visibility:visible}}[data-aos=slideInUp2]{opacity:0;transition-property:transform,opacity}[data-aos=slideInUp2].aos-animate{opacity:1}@media screen and (min-width: 768px){[data-aos=slideInUp2]{transform:translateY(30px)}[data-aos=slideInUp2].aos-animate{transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@keyframes jump-1{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%{-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes jump-2{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}50%{-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes rotateIt{to{transform:rotate(-360deg)}}@keyframes rotateIt2{to{transform:rotate(360deg)}}@keyframes shape-service-1{0%{right:-40%;top:30%}to{right:-23%;top:0}}@keyframes animate-floting{0%{transform:translate(50%)}50%{transform:translate(-40%)}to{transform:translate(40%)}}@keyframes animate-floting-2{0%{transform:translate(-50%)}50%{transform:translate(40%)}to{transform:translate(-40%)}}@keyframes animate-floting-3{0%{transform:translate(-20%)}50%{transform:translate(0)}to{transform:translate(-20%)}}.floting-line{animation:animate-floting 15s linear infinite}.floting-line:hover{animation-play-state:paused}.floting-line-2{animation:animate-floting-2 15s linear infinite}.floting-line-2:hover{animation-play-state:paused}@keyframes waves{0%{-webkit-transform:scale(.2,.2);transform:scale(.2);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}50%{opacity:.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"}to{-webkit-transform:scale(1.4,1.4);transform:scale(1.4);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}}@keyframes vsmorph{0%{border-radius:var(--morp-value)}50%{border-radius:var(--morp-md-value)}to{border-radius:40% 60%}}@keyframes morpspin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.reveal-item{position:relative;display:block;overflow:hidden}.reveal-item .reveal-animation{position:absolute;top:0;width:100%;height:101%;background:var(--color-primary)}.reveal-item .reveal-animation:before{position:absolute;content:"";top:0;left:0;right:0;bottom:0;background-color:var(--bs-gray-400);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:1s;transition-duration:1s}.reveal-animation.reveal-primary:before{background:#0c0c0a}.reveal-animation.reveal-dark:before{background:#000}.reveal-animation.reveal-white:before{background:#000}.reveal-animation.reveal-top.aos-animate:before,.reveal-animation.reveal-bottom.aos-animate:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.reveal-animation.reveal-start.aos-animate:before,.reveal-animation.reveal-end.aos-animate:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.reveal-animation.reveal-top:before{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0% 100%;transform-origin:0% 100%}.reveal-animation.reveal-start:before{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 0%;transform-origin:100% 0%}.reveal-animation.reveal-end:before{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0% 100%;transform-origin:0% 100%}.reveal-animation.reveal-bottom:before{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 0%;transform-origin:100% 0%}[data-aos=reveal-top],[data-aos=reveal-start],[data-aos=reveal-end],[data-aos=reveal-bottom]{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-delay:1s;transition-delay:1s}[data-aos=reveal-top]{-webkit-transform:scaleY(1);transform:scaleY(1)}[data-aos=reveal-top].aos-animate{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 0%;transform-origin:100% 0%}[data-aos=reveal-start]{-webkit-transform:scaleX(1);transform:scaleX(1)}[data-aos=reveal-start].aos-animate{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0% 100%;transform-origin:0% 100%}[data-aos=reveal-end]{-webkit-transform:scaleX(1);transform:scaleX(1)}[data-aos=reveal-end].aos-animate{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 0%;transform-origin:100% 0%}[data-aos=reveal-bottom]{-webkit-transform:scaleY(1);transform:scaleY(1)}[data-aos=reveal-bottom].aos-animate{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0% 100%;transform-origin:0% 100%}[data-aos=reveal-item]{visibility:hidden;-webkit-transition-property:visibility;transition-property:visibility;-webkit-transition-duration:0s;transition-duration:0s}[data-aos=reveal-item].aos-animate{visibility:visible}.slick-dotted.slick-slider{margin-bottom:0}.mb_dec--25{margin-bottom:-25px}.mb_dec--30{margin-bottom:-30px}.m--0{margin:0}.rts-section-gap{padding:120px 0}@media only screen and (min-width: 768px) and (max-width: 991px){.rts-section-gap{padding:80px 0}}@media only screen and (max-width: 767px){.rts-section-gap{padding:60px 0}}.rts-section-gapBottom{padding-bottom:120px}@media only screen and (min-width: 768px) and (max-width: 991px){.rts-section-gapBottom{padding-bottom:80px}}@media only screen and (max-width: 767px){.rts-section-gapBottom{padding-bottom:60px}}.rts-section-gapTop{padding-top:160px}@media only screen and (min-width: 768px) and (max-width: 991px){.rts-section-gapTop{padding-top:70px}}@media only screen and (max-width: 767px){.rts-section-gapTop{padding-top:60px}}.rts-section-gap2{padding:160px 0}@media only screen and (min-width: 768px) and (max-width: 991px){.rts-section-gap2{padding:80px 0}}@media only screen and (max-width: 767px){.rts-section-gap2{padding:60px 0}}.rts-section-gap2Bottom{padding-bottom:160px}@media only screen and (min-width: 768px) and (max-width: 991px){.rts-section-gap2Bottom{padding-bottom:80px}}@media only screen and (max-width: 767px){.rts-section-gap2Bottom{padding-bottom:60px}}.rts-section-gap2Top{padding-top:160px}@media only screen and (min-width: 768px) and (max-width: 991px){.rts-section-gap2Top{padding-top:70px}}@media only screen and (max-width: 767px){.rts-section-gap2Top{padding-top:60px}}.pl--0{padding-left:0!important}.pr--0{padding-right:0!important}.pt--0{padding-top:0!important}.pb--0{padding-bottom:0!important}.mr--0{margin-right:0!important}.ml--0{margin-left:0!important}.mt--0{margin-top:0!important}.mb--0{margin-bottom:0!important}.ptb--5{padding:5px 0}.plr--5{padding:0 5px!important}.pt--5{padding-top:5px!important}.pb--5{padding-bottom:5px!important}.pl--5{padding-left:5px!important}.pr--5{padding-right:5px!important}.mt--5{margin-top:5px!important}.mb--5{margin-bottom:5px!important}.mr--5{margin-right:5px!important}.ml--5{margin-left:5px!important}.ptb--10{padding:10px 0}.plr--10{padding:0 10px!important}.pt--10{padding-top:10px!important}.pb--10{padding-bottom:10px!important}.pl--10{padding-left:10px!important}.pr--10{padding-right:10px!important}.mt--10{margin-top:10px!important}.mb--10{margin-bottom:10px!important}.mr--10{margin-right:10px!important}.ml--10{margin-left:10px!important}.ptb--15{padding:15px 0}.plr--15{padding:0 15px!important}.pt--15{padding-top:15px!important}.pb--15{padding-bottom:15px!important}.pl--15{padding-left:15px!important}.pr--15{padding-right:15px!important}.mt--15{margin-top:15px!important}.mb--15{margin-bottom:15px!important}.mr--15{margin-right:15px!important}.ml--15{margin-left:15px!important}.ptb--20{padding:20px 0}.plr--20{padding:0 20px!important}.pt--20{padding-top:20px!important}.pb--20{padding-bottom:20px!important}.pl--20{padding-left:20px!important}.pr--20{padding-right:20px!important}.mt--20{margin-top:20px!important}.mb--20{margin-bottom:20px!important}.mr--20{margin-right:20px!important}.ml--20{margin-left:20px!important}.ptb--25{padding:25px 0}.plr--25{padding:0 25px!important}.pt--25{padding-top:25px!important}.pb--25{padding-bottom:25px!important}.pl--25{padding-left:25px!important}.pr--25{padding-right:25px!important}.mt--25{margin-top:25px!important}.mb--25{margin-bottom:25px!important}.mr--25{margin-right:25px!important}.ml--25{margin-left:25px!important}.ptb--30{padding:30px 0}.plr--30{padding:0 30px!important}.pt--30{padding-top:30px!important}.pb--30{padding-bottom:30px!important}.pl--30{padding-left:30px!important}.pr--30{padding-right:30px!important}.mt--30{margin-top:30px!important}.mb--30{margin-bottom:30px!important}.mr--30{margin-right:30px!important}.ml--30{margin-left:30px!important}.ptb--35{padding:35px 0}.plr--35{padding:0 35px!important}.pt--35{padding-top:35px!important}.pb--35{padding-bottom:35px!important}.pl--35{padding-left:35px!important}.pr--35{padding-right:35px!important}.mt--35{margin-top:35px!important}.mb--35{margin-bottom:35px!important}.mr--35{margin-right:35px!important}.ml--35{margin-left:35px!important}.ptb--40{padding:40px 0}.plr--40{padding:0 40px!important}.pt--40{padding-top:40px!important}.pb--40{padding-bottom:40px!important}.pl--40{padding-left:40px!important}.pr--40{padding-right:40px!important}.mt--40{margin-top:40px!important}.mb--40{margin-bottom:40px!important}.mr--40{margin-right:40px!important}.ml--40{margin-left:40px!important}.ptb--45{padding:45px 0}.plr--45{padding:0 45px!important}.pt--45{padding-top:45px!important}.pb--45{padding-bottom:45px!important}.pl--45{padding-left:45px!important}.pr--45{padding-right:45px!important}.mt--45{margin-top:45px!important}.mb--45{margin-bottom:45px!important}.mr--45{margin-right:45px!important}.ml--45{margin-left:45px!important}.ptb--50{padding:50px 0}.plr--50{padding:0 50px!important}.pt--50{padding-top:50px!important}.pb--50{padding-bottom:50px!important}.pl--50{padding-left:50px!important}.pr--50{padding-right:50px!important}.mt--50{margin-top:50px!important}.mb--50{margin-bottom:50px!important}.mr--50{margin-right:50px!important}.ml--50{margin-left:50px!important}.ptb--55{padding:55px 0}.plr--55{padding:0 55px!important}.pt--55{padding-top:55px!important}.pb--55{padding-bottom:55px!important}.pl--55{padding-left:55px!important}.pr--55{padding-right:55px!important}.mt--55{margin-top:55px!important}.mb--55{margin-bottom:55px!important}.mr--55{margin-right:55px!important}.ml--55{margin-left:55px!important}.ptb--60{padding:60px 0}.plr--60{padding:0 60px!important}.pt--60{padding-top:60px!important}.pb--60{padding-bottom:60px!important}.pl--60{padding-left:60px!important}.pr--60{padding-right:60px!important}.mt--60{margin-top:60px!important}.mb--60{margin-bottom:60px!important}.mr--60{margin-right:60px!important}.ml--60{margin-left:60px!important}.ptb--65{padding:65px 0}.plr--65{padding:0 65px!important}.pt--65{padding-top:65px!important}.pb--65{padding-bottom:65px!important}.pl--65{padding-left:65px!important}.pr--65{padding-right:65px!important}.mt--65{margin-top:65px!important}.mb--65{margin-bottom:65px!important}.mr--65{margin-right:65px!important}.ml--65{margin-left:65px!important}.ptb--70{padding:70px 0}.plr--70{padding:0 70px!important}.pt--70{padding-top:70px!important}.pb--70{padding-bottom:70px!important}.pl--70{padding-left:70px!important}.pr--70{padding-right:70px!important}.mt--70{margin-top:70px!important}.mb--70{margin-bottom:70px!important}.mr--70{margin-right:70px!important}.ml--70{margin-left:70px!important}.ptb--75{padding:75px 0}.plr--75{padding:0 75px!important}.pt--75{padding-top:75px!important}.pb--75{padding-bottom:75px!important}.pl--75{padding-left:75px!important}.pr--75{padding-right:75px!important}.mt--75{margin-top:75px!important}.mb--75{margin-bottom:75px!important}.mr--75{margin-right:75px!important}.ml--75{margin-left:75px!important}.ptb--80{padding:80px 0}.plr--80{padding:0 80px!important}.pt--80{padding-top:80px!important}.pb--80{padding-bottom:80px!important}.pl--80{padding-left:80px!important}.pr--80{padding-right:80px!important}.mt--80{margin-top:80px!important}.mb--80{margin-bottom:80px!important}.mr--80{margin-right:80px!important}.ml--80{margin-left:80px!important}.ptb--85{padding:85px 0}.plr--85{padding:0 85px!important}.pt--85{padding-top:85px!important}.pb--85{padding-bottom:85px!important}.pl--85{padding-left:85px!important}.pr--85{padding-right:85px!important}.mt--85{margin-top:85px!important}.mb--85{margin-bottom:85px!important}.mr--85{margin-right:85px!important}.ml--85{margin-left:85px!important}.ptb--90{padding:90px 0}.plr--90{padding:0 90px!important}.pt--90{padding-top:90px!important}.pb--90{padding-bottom:90px!important}.pl--90{padding-left:90px!important}.pr--90{padding-right:90px!important}.mt--90{margin-top:90px!important}.mb--90{margin-bottom:90px!important}.mr--90{margin-right:90px!important}.ml--90{margin-left:90px!important}.ptb--95{padding:95px 0}.plr--95{padding:0 95px!important}.pt--95{padding-top:95px!important}.pb--95{padding-bottom:95px!important}.pl--95{padding-left:95px!important}.pr--95{padding-right:95px!important}.mt--95{margin-top:95px!important}.mb--95{margin-bottom:95px!important}.mr--95{margin-right:95px!important}.ml--95{margin-left:95px!important}.ptb--100{padding:100px 0}.plr--100{padding:0 100px!important}.pt--100{padding-top:100px!important}.pb--100{padding-bottom:100px!important}.pl--100{padding-left:100px!important}.pr--100{padding-right:100px!important}.mt--100{margin-top:100px!important}.mb--100{margin-bottom:100px!important}.mr--100{margin-right:100px!important}.ml--100{margin-left:100px!important}.ptb--105{padding:105px 0}.plr--105{padding:0 105px!important}.pt--105{padding-top:105px!important}.pb--105{padding-bottom:105px!important}.pl--105{padding-left:105px!important}.pr--105{padding-right:105px!important}.mt--105{margin-top:105px!important}.mb--105{margin-bottom:105px!important}.mr--105{margin-right:105px!important}.ml--105{margin-left:105px!important}.ptb--110{padding:110px 0}.plr--110{padding:0 110px!important}.pt--110{padding-top:110px!important}.pb--110{padding-bottom:110px!important}.pl--110{padding-left:110px!important}.pr--110{padding-right:110px!important}.mt--110{margin-top:110px!important}.mb--110{margin-bottom:110px!important}.mr--110{margin-right:110px!important}.ml--110{margin-left:110px!important}.ptb--115{padding:115px 0}.plr--115{padding:0 115px!important}.pt--115{padding-top:115px!important}.pb--115{padding-bottom:115px!important}.pl--115{padding-left:115px!important}.pr--115{padding-right:115px!important}.mt--115{margin-top:115px!important}.mb--115{margin-bottom:115px!important}.mr--115{margin-right:115px!important}.ml--115{margin-left:115px!important}.ptb--120{padding:120px 0}.plr--120{padding:0 120px!important}.pt--120{padding-top:120px!important}.pb--120{padding-bottom:120px!important}.pl--120{padding-left:120px!important}.pr--120{padding-right:120px!important}.mt--120{margin-top:120px!important}.mb--120{margin-bottom:120px!important}.mr--120{margin-right:120px!important}.ml--120{margin-left:120px!important}.ptb--125{padding:125px 0}.plr--125{padding:0 125px!important}.pt--125{padding-top:125px!important}.pb--125{padding-bottom:125px!important}.pl--125{padding-left:125px!important}.pr--125{padding-right:125px!important}.mt--125{margin-top:125px!important}.mb--125{margin-bottom:125px!important}.mr--125{margin-right:125px!important}.ml--125{margin-left:125px!important}.ptb--130{padding:130px 0}.plr--130{padding:0 130px!important}.pt--130{padding-top:130px!important}.pb--130{padding-bottom:130px!important}.pl--130{padding-left:130px!important}.pr--130{padding-right:130px!important}.mt--130{margin-top:130px!important}.mb--130{margin-bottom:130px!important}.mr--130{margin-right:130px!important}.ml--130{margin-left:130px!important}.ptb--135{padding:135px 0}.plr--135{padding:0 135px!important}.pt--135{padding-top:135px!important}.pb--135{padding-bottom:135px!important}.pl--135{padding-left:135px!important}.pr--135{padding-right:135px!important}.mt--135{margin-top:135px!important}.mb--135{margin-bottom:135px!important}.mr--135{margin-right:135px!important}.ml--135{margin-left:135px!important}.ptb--140{padding:140px 0}.plr--140{padding:0 140px!important}.pt--140{padding-top:140px!important}.pb--140{padding-bottom:140px!important}.pl--140{padding-left:140px!important}.pr--140{padding-right:140px!important}.mt--140{margin-top:140px!important}.mb--140{margin-bottom:140px!important}.mr--140{margin-right:140px!important}.ml--140{margin-left:140px!important}.ptb--145{padding:145px 0}.plr--145{padding:0 145px!important}.pt--145{padding-top:145px!important}.pb--145{padding-bottom:145px!important}.pl--145{padding-left:145px!important}.pr--145{padding-right:145px!important}.mt--145{margin-top:145px!important}.mb--145{margin-bottom:145px!important}.mr--145{margin-right:145px!important}.ml--145{margin-left:145px!important}.ptb--150{padding:150px 0}.plr--150{padding:0 150px!important}.pt--150{padding-top:150px!important}.pb--150{padding-bottom:150px!important}.pl--150{padding-left:150px!important}.pr--150{padding-right:150px!important}.mt--150{margin-top:150px!important}.mb--150{margin-bottom:150px!important}.mr--150{margin-right:150px!important}.ml--150{margin-left:150px!important}.ptb--155{padding:155px 0}.plr--155{padding:0 155px!important}.pt--155{padding-top:155px!important}.pb--155{padding-bottom:155px!important}.pl--155{padding-left:155px!important}.pr--155{padding-right:155px!important}.mt--155{margin-top:155px!important}.mb--155{margin-bottom:155px!important}.mr--155{margin-right:155px!important}.ml--155{margin-left:155px!important}.ptb--160{padding:160px 0}.plr--160{padding:0 160px!important}.pt--160{padding-top:160px!important}.pb--160{padding-bottom:160px!important}.pl--160{padding-left:160px!important}.pr--160{padding-right:160px!important}.mt--160{margin-top:160px!important}.mb--160{margin-bottom:160px!important}.mr--160{margin-right:160px!important}.ml--160{margin-left:160px!important}.ptb--165{padding:165px 0}.plr--165{padding:0 165px!important}.pt--165{padding-top:165px!important}.pb--165{padding-bottom:165px!important}.pl--165{padding-left:165px!important}.pr--165{padding-right:165px!important}.mt--165{margin-top:165px!important}.mb--165{margin-bottom:165px!important}.mr--165{margin-right:165px!important}.ml--165{margin-left:165px!important}.ptb--170{padding:170px 0}.plr--170{padding:0 170px!important}.pt--170{padding-top:170px!important}.pb--170{padding-bottom:170px!important}.pl--170{padding-left:170px!important}.pr--170{padding-right:170px!important}.mt--170{margin-top:170px!important}.mb--170{margin-bottom:170px!important}.mr--170{margin-right:170px!important}.ml--170{margin-left:170px!important}.ptb--175{padding:175px 0}.plr--175{padding:0 175px!important}.pt--175{padding-top:175px!important}.pb--175{padding-bottom:175px!important}.pl--175{padding-left:175px!important}.pr--175{padding-right:175px!important}.mt--175{margin-top:175px!important}.mb--175{margin-bottom:175px!important}.mr--175{margin-right:175px!important}.ml--175{margin-left:175px!important}.ptb--180{padding:180px 0}.plr--180{padding:0 180px!important}.pt--180{padding-top:180px!important}.pb--180{padding-bottom:180px!important}.pl--180{padding-left:180px!important}.pr--180{padding-right:180px!important}.mt--180{margin-top:180px!important}.mb--180{margin-bottom:180px!important}.mr--180{margin-right:180px!important}.ml--180{margin-left:180px!important}.ptb--185{padding:185px 0}.plr--185{padding:0 185px!important}.pt--185{padding-top:185px!important}.pb--185{padding-bottom:185px!important}.pl--185{padding-left:185px!important}.pr--185{padding-right:185px!important}.mt--185{margin-top:185px!important}.mb--185{margin-bottom:185px!important}.mr--185{margin-right:185px!important}.ml--185{margin-left:185px!important}.ptb--190{padding:190px 0}.plr--190{padding:0 190px!important}.pt--190{padding-top:190px!important}.pb--190{padding-bottom:190px!important}.pl--190{padding-left:190px!important}.pr--190{padding-right:190px!important}.mt--190{margin-top:190px!important}.mb--190{margin-bottom:190px!important}.mr--190{margin-right:190px!important}.ml--190{margin-left:190px!important}.ptb--195{padding:195px 0}.plr--195{padding:0 195px!important}.pt--195{padding-top:195px!important}.pb--195{padding-bottom:195px!important}.pl--195{padding-left:195px!important}.pr--195{padding-right:195px!important}.mt--195{margin-top:195px!important}.mb--195{margin-bottom:195px!important}.mr--195{margin-right:195px!important}.ml--195{margin-left:195px!important}.ptb--200{padding:200px 0}.plr--200{padding:0 200px!important}.pt--200{padding-top:200px!important}.pb--200{padding-bottom:200px!important}.pl--200{padding-left:200px!important}.pr--200{padding-right:200px!important}.mt--200{margin-top:200px!important}.mb--200{margin-bottom:200px!important}.mr--200{margin-right:200px!important}.ml--200{margin-left:200px!important}@media only screen and (min-width: 1200px) and (max-width: 1599px){.ptb_lp--5{padding:5px 0}.plr_lp--5{padding:0 5px!important}.pt_lp--5{padding-top:5px!important}.pb_lp--5{padding-bottom:5px!important}.pl_lp--5{padding-left:5px!important}.pr_lp--5{padding-right:5px!important}.mt_lp--5{margin-top:5px!important}.mb_lp--5{margin-bottom:5px!important}.ptb_lp--10{padding:10px 0}.plr_lp--10{padding:0 10px!important}.pt_lp--10{padding-top:10px!important}.pb_lp--10{padding-bottom:10px!important}.pl_lp--10{padding-left:10px!important}.pr_lp--10{padding-right:10px!important}.mt_lp--10{margin-top:10px!important}.mb_lp--10{margin-bottom:10px!important}.ptb_lp--15{padding:15px 0}.plr_lp--15{padding:0 15px!important}.pt_lp--15{padding-top:15px!important}.pb_lp--15{padding-bottom:15px!important}.pl_lp--15{padding-left:15px!important}.pr_lp--15{padding-right:15px!important}.mt_lp--15{margin-top:15px!important}.mb_lp--15{margin-bottom:15px!important}.ptb_lp--20{padding:20px 0}.plr_lp--20{padding:0 20px!important}.pt_lp--20{padding-top:20px!important}.pb_lp--20{padding-bottom:20px!important}.pl_lp--20{padding-left:20px!important}.pr_lp--20{padding-right:20px!important}.mt_lp--20{margin-top:20px!important}.mb_lp--20{margin-bottom:20px!important}.ptb_lp--25{padding:25px 0}.plr_lp--25{padding:0 25px!important}.pt_lp--25{padding-top:25px!important}.pb_lp--25{padding-bottom:25px!important}.pl_lp--25{padding-left:25px!important}.pr_lp--25{padding-right:25px!important}.mt_lp--25{margin-top:25px!important}.mb_lp--25{margin-bottom:25px!important}.ptb_lp--30{padding:30px 0}.plr_lp--30{padding:0 30px!important}.pt_lp--30{padding-top:30px!important}.pb_lp--30{padding-bottom:30px!important}.pl_lp--30{padding-left:30px!important}.pr_lp--30{padding-right:30px!important}.mt_lp--30{margin-top:30px!important}.mb_lp--30{margin-bottom:30px!important}.ptb_lp--35{padding:35px 0}.plr_lp--35{padding:0 35px!important}.pt_lp--35{padding-top:35px!important}.pb_lp--35{padding-bottom:35px!important}.pl_lp--35{padding-left:35px!important}.pr_lp--35{padding-right:35px!important}.mt_lp--35{margin-top:35px!important}.mb_lp--35{margin-bottom:35px!important}.ptb_lp--40{padding:40px 0}.plr_lp--40{padding:0 40px!important}.pt_lp--40{padding-top:40px!important}.pb_lp--40{padding-bottom:40px!important}.pl_lp--40{padding-left:40px!important}.pr_lp--40{padding-right:40px!important}.mt_lp--40{margin-top:40px!important}.mb_lp--40{margin-bottom:40px!important}.ptb_lp--45{padding:45px 0}.plr_lp--45{padding:0 45px!important}.pt_lp--45{padding-top:45px!important}.pb_lp--45{padding-bottom:45px!important}.pl_lp--45{padding-left:45px!important}.pr_lp--45{padding-right:45px!important}.mt_lp--45{margin-top:45px!important}.mb_lp--45{margin-bottom:45px!important}.ptb_lp--50{padding:50px 0}.plr_lp--50{padding:0 50px!important}.pt_lp--50{padding-top:50px!important}.pb_lp--50{padding-bottom:50px!important}.pl_lp--50{padding-left:50px!important}.pr_lp--50{padding-right:50px!important}.mt_lp--50{margin-top:50px!important}.mb_lp--50{margin-bottom:50px!important}.ptb_lp--55{padding:55px 0}.plr_lp--55{padding:0 55px!important}.pt_lp--55{padding-top:55px!important}.pb_lp--55{padding-bottom:55px!important}.pl_lp--55{padding-left:55px!important}.pr_lp--55{padding-right:55px!important}.mt_lp--55{margin-top:55px!important}.mb_lp--55{margin-bottom:55px!important}.ptb_lp--60{padding:60px 0}.plr_lp--60{padding:0 60px!important}.pt_lp--60{padding-top:60px!important}.pb_lp--60{padding-bottom:60px!important}.pl_lp--60{padding-left:60px!important}.pr_lp--60{padding-right:60px!important}.mt_lp--60{margin-top:60px!important}.mb_lp--60{margin-bottom:60px!important}.ptb_lp--65{padding:65px 0}.plr_lp--65{padding:0 65px!important}.pt_lp--65{padding-top:65px!important}.pb_lp--65{padding-bottom:65px!important}.pl_lp--65{padding-left:65px!important}.pr_lp--65{padding-right:65px!important}.mt_lp--65{margin-top:65px!important}.mb_lp--65{margin-bottom:65px!important}.ptb_lp--70{padding:70px 0}.plr_lp--70{padding:0 70px!important}.pt_lp--70{padding-top:70px!important}.pb_lp--70{padding-bottom:70px!important}.pl_lp--70{padding-left:70px!important}.pr_lp--70{padding-right:70px!important}.mt_lp--70{margin-top:70px!important}.mb_lp--70{margin-bottom:70px!important}.ptb_lp--75{padding:75px 0}.plr_lp--75{padding:0 75px!important}.pt_lp--75{padding-top:75px!important}.pb_lp--75{padding-bottom:75px!important}.pl_lp--75{padding-left:75px!important}.pr_lp--75{padding-right:75px!important}.mt_lp--75{margin-top:75px!important}.mb_lp--75{margin-bottom:75px!important}.ptb_lp--80{padding:80px 0}.plr_lp--80{padding:0 80px!important}.pt_lp--80{padding-top:80px!important}.pb_lp--80{padding-bottom:80px!important}.pl_lp--80{padding-left:80px!important}.pr_lp--80{padding-right:80px!important}.mt_lp--80{margin-top:80px!important}.mb_lp--80{margin-bottom:80px!important}.ptb_lp--85{padding:85px 0}.plr_lp--85{padding:0 85px!important}.pt_lp--85{padding-top:85px!important}.pb_lp--85{padding-bottom:85px!important}.pl_lp--85{padding-left:85px!important}.pr_lp--85{padding-right:85px!important}.mt_lp--85{margin-top:85px!important}.mb_lp--85{margin-bottom:85px!important}.ptb_lp--90{padding:90px 0}.plr_lp--90{padding:0 90px!important}.pt_lp--90{padding-top:90px!important}.pb_lp--90{padding-bottom:90px!important}.pl_lp--90{padding-left:90px!important}.pr_lp--90{padding-right:90px!important}.mt_lp--90{margin-top:90px!important}.mb_lp--90{margin-bottom:90px!important}.ptb_lp--95{padding:95px 0}.plr_lp--95{padding:0 95px!important}.pt_lp--95{padding-top:95px!important}.pb_lp--95{padding-bottom:95px!important}.pl_lp--95{padding-left:95px!important}.pr_lp--95{padding-right:95px!important}.mt_lp--95{margin-top:95px!important}.mb_lp--95{margin-bottom:95px!important}.ptb_lp--100{padding:100px 0}.plr_lp--100{padding:0 100px!important}.pt_lp--100{padding-top:100px!important}.pb_lp--100{padding-bottom:100px!important}.pl_lp--100{padding-left:100px!important}.pr_lp--100{padding-right:100px!important}.mt_lp--100{margin-top:100px!important}.mb_lp--100{margin-bottom:100px!important}.ptb_lp--105{padding:105px 0}.plr_lp--105{padding:0 105px!important}.pt_lp--105{padding-top:105px!important}.pb_lp--105{padding-bottom:105px!important}.pl_lp--105{padding-left:105px!important}.pr_lp--105{padding-right:105px!important}.mt_lp--105{margin-top:105px!important}.mb_lp--105{margin-bottom:105px!important}.ptb_lp--110{padding:110px 0}.plr_lp--110{padding:0 110px!important}.pt_lp--110{padding-top:110px!important}.pb_lp--110{padding-bottom:110px!important}.pl_lp--110{padding-left:110px!important}.pr_lp--110{padding-right:110px!important}.mt_lp--110{margin-top:110px!important}.mb_lp--110{margin-bottom:110px!important}.ptb_lp--115{padding:115px 0}.plr_lp--115{padding:0 115px!important}.pt_lp--115{padding-top:115px!important}.pb_lp--115{padding-bottom:115px!important}.pl_lp--115{padding-left:115px!important}.pr_lp--115{padding-right:115px!important}.mt_lp--115{margin-top:115px!important}.mb_lp--115{margin-bottom:115px!important}.ptb_lp--120{padding:120px 0}.plr_lp--120{padding:0 120px!important}.pt_lp--120{padding-top:120px!important}.pb_lp--120{padding-bottom:120px!important}.pl_lp--120{padding-left:120px!important}.pr_lp--120{padding-right:120px!important}.mt_lp--120{margin-top:120px!important}.mb_lp--120{margin-bottom:120px!important}.ptb_lp--125{padding:125px 0}.plr_lp--125{padding:0 125px!important}.pt_lp--125{padding-top:125px!important}.pb_lp--125{padding-bottom:125px!important}.pl_lp--125{padding-left:125px!important}.pr_lp--125{padding-right:125px!important}.mt_lp--125{margin-top:125px!important}.mb_lp--125{margin-bottom:125px!important}.ptb_lp--130{padding:130px 0}.plr_lp--130{padding:0 130px!important}.pt_lp--130{padding-top:130px!important}.pb_lp--130{padding-bottom:130px!important}.pl_lp--130{padding-left:130px!important}.pr_lp--130{padding-right:130px!important}.mt_lp--130{margin-top:130px!important}.mb_lp--130{margin-bottom:130px!important}.ptb_lp--135{padding:135px 0}.plr_lp--135{padding:0 135px!important}.pt_lp--135{padding-top:135px!important}.pb_lp--135{padding-bottom:135px!important}.pl_lp--135{padding-left:135px!important}.pr_lp--135{padding-right:135px!important}.mt_lp--135{margin-top:135px!important}.mb_lp--135{margin-bottom:135px!important}.ptb_lp--140{padding:140px 0}.plr_lp--140{padding:0 140px!important}.pt_lp--140{padding-top:140px!important}.pb_lp--140{padding-bottom:140px!important}.pl_lp--140{padding-left:140px!important}.pr_lp--140{padding-right:140px!important}.mt_lp--140{margin-top:140px!important}.mb_lp--140{margin-bottom:140px!important}.ptb_lp--145{padding:145px 0}.plr_lp--145{padding:0 145px!important}.pt_lp--145{padding-top:145px!important}.pb_lp--145{padding-bottom:145px!important}.pl_lp--145{padding-left:145px!important}.pr_lp--145{padding-right:145px!important}.mt_lp--145{margin-top:145px!important}.mb_lp--145{margin-bottom:145px!important}.ptb_lp--150{padding:150px 0}.plr_lp--150{padding:0 150px!important}.pt_lp--150{padding-top:150px!important}.pb_lp--150{padding-bottom:150px!important}.pl_lp--150{padding-left:150px!important}.pr_lp--150{padding-right:150px!important}.mt_lp--150{margin-top:150px!important}.mb_lp--150{margin-bottom:150px!important}.ptb_lp--155{padding:155px 0}.plr_lp--155{padding:0 155px!important}.pt_lp--155{padding-top:155px!important}.pb_lp--155{padding-bottom:155px!important}.pl_lp--155{padding-left:155px!important}.pr_lp--155{padding-right:155px!important}.mt_lp--155{margin-top:155px!important}.mb_lp--155{margin-bottom:155px!important}.ptb_lp--160{padding:160px 0}.plr_lp--160{padding:0 160px!important}.pt_lp--160{padding-top:160px!important}.pb_lp--160{padding-bottom:160px!important}.pl_lp--160{padding-left:160px!important}.pr_lp--160{padding-right:160px!important}.mt_lp--160{margin-top:160px!important}.mb_lp--160{margin-bottom:160px!important}.ptb_lp--165{padding:165px 0}.plr_lp--165{padding:0 165px!important}.pt_lp--165{padding-top:165px!important}.pb_lp--165{padding-bottom:165px!important}.pl_lp--165{padding-left:165px!important}.pr_lp--165{padding-right:165px!important}.mt_lp--165{margin-top:165px!important}.mb_lp--165{margin-bottom:165px!important}.ptb_lp--170{padding:170px 0}.plr_lp--170{padding:0 170px!important}.pt_lp--170{padding-top:170px!important}.pb_lp--170{padding-bottom:170px!important}.pl_lp--170{padding-left:170px!important}.pr_lp--170{padding-right:170px!important}.mt_lp--170{margin-top:170px!important}.mb_lp--170{margin-bottom:170px!important}.ptb_lp--175{padding:175px 0}.plr_lp--175{padding:0 175px!important}.pt_lp--175{padding-top:175px!important}.pb_lp--175{padding-bottom:175px!important}.pl_lp--175{padding-left:175px!important}.pr_lp--175{padding-right:175px!important}.mt_lp--175{margin-top:175px!important}.mb_lp--175{margin-bottom:175px!important}.ptb_lp--180{padding:180px 0}.plr_lp--180{padding:0 180px!important}.pt_lp--180{padding-top:180px!important}.pb_lp--180{padding-bottom:180px!important}.pl_lp--180{padding-left:180px!important}.pr_lp--180{padding-right:180px!important}.mt_lp--180{margin-top:180px!important}.mb_lp--180{margin-bottom:180px!important}.ptb_lp--185{padding:185px 0}.plr_lp--185{padding:0 185px!important}.pt_lp--185{padding-top:185px!important}.pb_lp--185{padding-bottom:185px!important}.pl_lp--185{padding-left:185px!important}.pr_lp--185{padding-right:185px!important}.mt_lp--185{margin-top:185px!important}.mb_lp--185{margin-bottom:185px!important}.ptb_lp--190{padding:190px 0}.plr_lp--190{padding:0 190px!important}.pt_lp--190{padding-top:190px!important}.pb_lp--190{padding-bottom:190px!important}.pl_lp--190{padding-left:190px!important}.pr_lp--190{padding-right:190px!important}.mt_lp--190{margin-top:190px!important}.mb_lp--190{margin-bottom:190px!important}.ptb_lp--195{padding:195px 0}.plr_lp--195{padding:0 195px!important}.pt_lp--195{padding-top:195px!important}.pb_lp--195{padding-bottom:195px!important}.pl_lp--195{padding-left:195px!important}.pr_lp--195{padding-right:195px!important}.mt_lp--195{margin-top:195px!important}.mb_lp--195{margin-bottom:195px!important}.ptb_lp--200{padding:200px 0}.plr_lp--200{padding:0 200px!important}.pt_lp--200{padding-top:200px!important}.pb_lp--200{padding-bottom:200px!important}.pl_lp--200{padding-left:200px!important}.pr_lp--200{padding-right:200px!important}.mt_lp--200{margin-top:200px!important}.mb_lp--200{margin-bottom:200px!important}}@media only screen and (min-width: 992px) and (max-width: 1199px){.ptb_lg--5{padding:5px 0}.plr_lg--5{padding:0 5px!important}.pt_lg--5{padding-top:5px!important}.pb_lg--5{padding-bottom:5px!important}.pl_lg--5{padding-left:5px!important}.pr_lg--5{padding-right:5px!important}.mt_lg--5{margin-top:5px!important}.mb_lg--5{margin-bottom:5px!important}.ml_lg--5{margin-left:5px!important}.ptb_lg--10{padding:10px 0}.plr_lg--10{padding:0 10px!important}.pt_lg--10{padding-top:10px!important}.pb_lg--10{padding-bottom:10px!important}.pl_lg--10{padding-left:10px!important}.pr_lg--10{padding-right:10px!important}.mt_lg--10{margin-top:10px!important}.mb_lg--10{margin-bottom:10px!important}.ml_lg--10{margin-left:10px!important}.ptb_lg--15{padding:15px 0}.plr_lg--15{padding:0 15px!important}.pt_lg--15{padding-top:15px!important}.pb_lg--15{padding-bottom:15px!important}.pl_lg--15{padding-left:15px!important}.pr_lg--15{padding-right:15px!important}.mt_lg--15{margin-top:15px!important}.mb_lg--15{margin-bottom:15px!important}.ml_lg--15{margin-left:15px!important}.ptb_lg--20{padding:20px 0}.plr_lg--20{padding:0 20px!important}.pt_lg--20{padding-top:20px!important}.pb_lg--20{padding-bottom:20px!important}.pl_lg--20{padding-left:20px!important}.pr_lg--20{padding-right:20px!important}.mt_lg--20{margin-top:20px!important}.mb_lg--20{margin-bottom:20px!important}.ml_lg--20{margin-left:20px!important}.ptb_lg--25{padding:25px 0}.plr_lg--25{padding:0 25px!important}.pt_lg--25{padding-top:25px!important}.pb_lg--25{padding-bottom:25px!important}.pl_lg--25{padding-left:25px!important}.pr_lg--25{padding-right:25px!important}.mt_lg--25{margin-top:25px!important}.mb_lg--25{margin-bottom:25px!important}.ml_lg--25{margin-left:25px!important}.ptb_lg--30{padding:30px 0}.plr_lg--30{padding:0 30px!important}.pt_lg--30{padding-top:30px!important}.pb_lg--30{padding-bottom:30px!important}.pl_lg--30{padding-left:30px!important}.pr_lg--30{padding-right:30px!important}.mt_lg--30{margin-top:30px!important}.mb_lg--30{margin-bottom:30px!important}.ml_lg--30{margin-left:30px!important}.ptb_lg--35{padding:35px 0}.plr_lg--35{padding:0 35px!important}.pt_lg--35{padding-top:35px!important}.pb_lg--35{padding-bottom:35px!important}.pl_lg--35{padding-left:35px!important}.pr_lg--35{padding-right:35px!important}.mt_lg--35{margin-top:35px!important}.mb_lg--35{margin-bottom:35px!important}.ml_lg--35{margin-left:35px!important}.ptb_lg--40{padding:40px 0}.plr_lg--40{padding:0 40px!important}.pt_lg--40{padding-top:40px!important}.pb_lg--40{padding-bottom:40px!important}.pl_lg--40{padding-left:40px!important}.pr_lg--40{padding-right:40px!important}.mt_lg--40{margin-top:40px!important}.mb_lg--40{margin-bottom:40px!important}.ml_lg--40{margin-left:40px!important}.ptb_lg--45{padding:45px 0}.plr_lg--45{padding:0 45px!important}.pt_lg--45{padding-top:45px!important}.pb_lg--45{padding-bottom:45px!important}.pl_lg--45{padding-left:45px!important}.pr_lg--45{padding-right:45px!important}.mt_lg--45{margin-top:45px!important}.mb_lg--45{margin-bottom:45px!important}.ml_lg--45{margin-left:45px!important}.ptb_lg--50{padding:50px 0}.plr_lg--50{padding:0 50px!important}.pt_lg--50{padding-top:50px!important}.pb_lg--50{padding-bottom:50px!important}.pl_lg--50{padding-left:50px!important}.pr_lg--50{padding-right:50px!important}.mt_lg--50{margin-top:50px!important}.mb_lg--50{margin-bottom:50px!important}.ml_lg--50{margin-left:50px!important}.ptb_lg--55{padding:55px 0}.plr_lg--55{padding:0 55px!important}.pt_lg--55{padding-top:55px!important}.pb_lg--55{padding-bottom:55px!important}.pl_lg--55{padding-left:55px!important}.pr_lg--55{padding-right:55px!important}.mt_lg--55{margin-top:55px!important}.mb_lg--55{margin-bottom:55px!important}.ml_lg--55{margin-left:55px!important}.ptb_lg--60{padding:60px 0}.plr_lg--60{padding:0 60px!important}.pt_lg--60{padding-top:60px!important}.pb_lg--60{padding-bottom:60px!important}.pl_lg--60{padding-left:60px!important}.pr_lg--60{padding-right:60px!important}.mt_lg--60{margin-top:60px!important}.mb_lg--60{margin-bottom:60px!important}.ml_lg--60{margin-left:60px!important}.ptb_lg--65{padding:65px 0}.plr_lg--65{padding:0 65px!important}.pt_lg--65{padding-top:65px!important}.pb_lg--65{padding-bottom:65px!important}.pl_lg--65{padding-left:65px!important}.pr_lg--65{padding-right:65px!important}.mt_lg--65{margin-top:65px!important}.mb_lg--65{margin-bottom:65px!important}.ml_lg--65{margin-left:65px!important}.ptb_lg--70{padding:70px 0}.plr_lg--70{padding:0 70px!important}.pt_lg--70{padding-top:70px!important}.pb_lg--70{padding-bottom:70px!important}.pl_lg--70{padding-left:70px!important}.pr_lg--70{padding-right:70px!important}.mt_lg--70{margin-top:70px!important}.mb_lg--70{margin-bottom:70px!important}.ml_lg--70{margin-left:70px!important}.ptb_lg--75{padding:75px 0}.plr_lg--75{padding:0 75px!important}.pt_lg--75{padding-top:75px!important}.pb_lg--75{padding-bottom:75px!important}.pl_lg--75{padding-left:75px!important}.pr_lg--75{padding-right:75px!important}.mt_lg--75{margin-top:75px!important}.mb_lg--75{margin-bottom:75px!important}.ml_lg--75{margin-left:75px!important}.ptb_lg--80{padding:80px 0}.plr_lg--80{padding:0 80px!important}.pt_lg--80{padding-top:80px!important}.pb_lg--80{padding-bottom:80px!important}.pl_lg--80{padding-left:80px!important}.pr_lg--80{padding-right:80px!important}.mt_lg--80{margin-top:80px!important}.mb_lg--80{margin-bottom:80px!important}.ml_lg--80{margin-left:80px!important}.ptb_lg--85{padding:85px 0}.plr_lg--85{padding:0 85px!important}.pt_lg--85{padding-top:85px!important}.pb_lg--85{padding-bottom:85px!important}.pl_lg--85{padding-left:85px!important}.pr_lg--85{padding-right:85px!important}.mt_lg--85{margin-top:85px!important}.mb_lg--85{margin-bottom:85px!important}.ml_lg--85{margin-left:85px!important}.ptb_lg--90{padding:90px 0}.plr_lg--90{padding:0 90px!important}.pt_lg--90{padding-top:90px!important}.pb_lg--90{padding-bottom:90px!important}.pl_lg--90{padding-left:90px!important}.pr_lg--90{padding-right:90px!important}.mt_lg--90{margin-top:90px!important}.mb_lg--90{margin-bottom:90px!important}.ml_lg--90{margin-left:90px!important}.ptb_lg--95{padding:95px 0}.plr_lg--95{padding:0 95px!important}.pt_lg--95{padding-top:95px!important}.pb_lg--95{padding-bottom:95px!important}.pl_lg--95{padding-left:95px!important}.pr_lg--95{padding-right:95px!important}.mt_lg--95{margin-top:95px!important}.mb_lg--95{margin-bottom:95px!important}.ml_lg--95{margin-left:95px!important}.ptb_lg--100{padding:100px 0}.plr_lg--100{padding:0 100px!important}.pt_lg--100{padding-top:100px!important}.pb_lg--100{padding-bottom:100px!important}.pl_lg--100{padding-left:100px!important}.pr_lg--100{padding-right:100px!important}.mt_lg--100{margin-top:100px!important}.mb_lg--100{margin-bottom:100px!important}.ml_lg--100{margin-left:100px!important}.ptb_lg--105{padding:105px 0}.plr_lg--105{padding:0 105px!important}.pt_lg--105{padding-top:105px!important}.pb_lg--105{padding-bottom:105px!important}.pl_lg--105{padding-left:105px!important}.pr_lg--105{padding-right:105px!important}.mt_lg--105{margin-top:105px!important}.mb_lg--105{margin-bottom:105px!important}.ml_lg--105{margin-left:105px!important}.ptb_lg--110{padding:110px 0}.plr_lg--110{padding:0 110px!important}.pt_lg--110{padding-top:110px!important}.pb_lg--110{padding-bottom:110px!important}.pl_lg--110{padding-left:110px!important}.pr_lg--110{padding-right:110px!important}.mt_lg--110{margin-top:110px!important}.mb_lg--110{margin-bottom:110px!important}.ml_lg--110{margin-left:110px!important}.ptb_lg--115{padding:115px 0}.plr_lg--115{padding:0 115px!important}.pt_lg--115{padding-top:115px!important}.pb_lg--115{padding-bottom:115px!important}.pl_lg--115{padding-left:115px!important}.pr_lg--115{padding-right:115px!important}.mt_lg--115{margin-top:115px!important}.mb_lg--115{margin-bottom:115px!important}.ml_lg--115{margin-left:115px!important}.ptb_lg--120{padding:120px 0}.plr_lg--120{padding:0 120px!important}.pt_lg--120{padding-top:120px!important}.pb_lg--120{padding-bottom:120px!important}.pl_lg--120{padding-left:120px!important}.pr_lg--120{padding-right:120px!important}.mt_lg--120{margin-top:120px!important}.mb_lg--120{margin-bottom:120px!important}.ml_lg--120{margin-left:120px!important}.ptb_lg--125{padding:125px 0}.plr_lg--125{padding:0 125px!important}.pt_lg--125{padding-top:125px!important}.pb_lg--125{padding-bottom:125px!important}.pl_lg--125{padding-left:125px!important}.pr_lg--125{padding-right:125px!important}.mt_lg--125{margin-top:125px!important}.mb_lg--125{margin-bottom:125px!important}.ml_lg--125{margin-left:125px!important}.ptb_lg--130{padding:130px 0}.plr_lg--130{padding:0 130px!important}.pt_lg--130{padding-top:130px!important}.pb_lg--130{padding-bottom:130px!important}.pl_lg--130{padding-left:130px!important}.pr_lg--130{padding-right:130px!important}.mt_lg--130{margin-top:130px!important}.mb_lg--130{margin-bottom:130px!important}.ml_lg--130{margin-left:130px!important}.ptb_lg--135{padding:135px 0}.plr_lg--135{padding:0 135px!important}.pt_lg--135{padding-top:135px!important}.pb_lg--135{padding-bottom:135px!important}.pl_lg--135{padding-left:135px!important}.pr_lg--135{padding-right:135px!important}.mt_lg--135{margin-top:135px!important}.mb_lg--135{margin-bottom:135px!important}.ml_lg--135{margin-left:135px!important}.ptb_lg--140{padding:140px 0}.plr_lg--140{padding:0 140px!important}.pt_lg--140{padding-top:140px!important}.pb_lg--140{padding-bottom:140px!important}.pl_lg--140{padding-left:140px!important}.pr_lg--140{padding-right:140px!important}.mt_lg--140{margin-top:140px!important}.mb_lg--140{margin-bottom:140px!important}.ml_lg--140{margin-left:140px!important}.ptb_lg--145{padding:145px 0}.plr_lg--145{padding:0 145px!important}.pt_lg--145{padding-top:145px!important}.pb_lg--145{padding-bottom:145px!important}.pl_lg--145{padding-left:145px!important}.pr_lg--145{padding-right:145px!important}.mt_lg--145{margin-top:145px!important}.mb_lg--145{margin-bottom:145px!important}.ml_lg--145{margin-left:145px!important}.ptb_lg--150{padding:150px 0}.plr_lg--150{padding:0 150px!important}.pt_lg--150{padding-top:150px!important}.pb_lg--150{padding-bottom:150px!important}.pl_lg--150{padding-left:150px!important}.pr_lg--150{padding-right:150px!important}.mt_lg--150{margin-top:150px!important}.mb_lg--150{margin-bottom:150px!important}.ml_lg--150{margin-left:150px!important}.ptb_lg--155{padding:155px 0}.plr_lg--155{padding:0 155px!important}.pt_lg--155{padding-top:155px!important}.pb_lg--155{padding-bottom:155px!important}.pl_lg--155{padding-left:155px!important}.pr_lg--155{padding-right:155px!important}.mt_lg--155{margin-top:155px!important}.mb_lg--155{margin-bottom:155px!important}.ml_lg--155{margin-left:155px!important}.ptb_lg--160{padding:160px 0}.plr_lg--160{padding:0 160px!important}.pt_lg--160{padding-top:160px!important}.pb_lg--160{padding-bottom:160px!important}.pl_lg--160{padding-left:160px!important}.pr_lg--160{padding-right:160px!important}.mt_lg--160{margin-top:160px!important}.mb_lg--160{margin-bottom:160px!important}.ml_lg--160{margin-left:160px!important}.ptb_lg--165{padding:165px 0}.plr_lg--165{padding:0 165px!important}.pt_lg--165{padding-top:165px!important}.pb_lg--165{padding-bottom:165px!important}.pl_lg--165{padding-left:165px!important}.pr_lg--165{padding-right:165px!important}.mt_lg--165{margin-top:165px!important}.mb_lg--165{margin-bottom:165px!important}.ml_lg--165{margin-left:165px!important}.ptb_lg--170{padding:170px 0}.plr_lg--170{padding:0 170px!important}.pt_lg--170{padding-top:170px!important}.pb_lg--170{padding-bottom:170px!important}.pl_lg--170{padding-left:170px!important}.pr_lg--170{padding-right:170px!important}.mt_lg--170{margin-top:170px!important}.mb_lg--170{margin-bottom:170px!important}.ml_lg--170{margin-left:170px!important}.ptb_lg--175{padding:175px 0}.plr_lg--175{padding:0 175px!important}.pt_lg--175{padding-top:175px!important}.pb_lg--175{padding-bottom:175px!important}.pl_lg--175{padding-left:175px!important}.pr_lg--175{padding-right:175px!important}.mt_lg--175{margin-top:175px!important}.mb_lg--175{margin-bottom:175px!important}.ml_lg--175{margin-left:175px!important}.ptb_lg--180{padding:180px 0}.plr_lg--180{padding:0 180px!important}.pt_lg--180{padding-top:180px!important}.pb_lg--180{padding-bottom:180px!important}.pl_lg--180{padding-left:180px!important}.pr_lg--180{padding-right:180px!important}.mt_lg--180{margin-top:180px!important}.mb_lg--180{margin-bottom:180px!important}.ml_lg--180{margin-left:180px!important}.ptb_lg--185{padding:185px 0}.plr_lg--185{padding:0 185px!important}.pt_lg--185{padding-top:185px!important}.pb_lg--185{padding-bottom:185px!important}.pl_lg--185{padding-left:185px!important}.pr_lg--185{padding-right:185px!important}.mt_lg--185{margin-top:185px!important}.mb_lg--185{margin-bottom:185px!important}.ml_lg--185{margin-left:185px!important}.ptb_lg--190{padding:190px 0}.plr_lg--190{padding:0 190px!important}.pt_lg--190{padding-top:190px!important}.pb_lg--190{padding-bottom:190px!important}.pl_lg--190{padding-left:190px!important}.pr_lg--190{padding-right:190px!important}.mt_lg--190{margin-top:190px!important}.mb_lg--190{margin-bottom:190px!important}.ml_lg--190{margin-left:190px!important}.ptb_lg--195{padding:195px 0}.plr_lg--195{padding:0 195px!important}.pt_lg--195{padding-top:195px!important}.pb_lg--195{padding-bottom:195px!important}.pl_lg--195{padding-left:195px!important}.pr_lg--195{padding-right:195px!important}.mt_lg--195{margin-top:195px!important}.mb_lg--195{margin-bottom:195px!important}.ml_lg--195{margin-left:195px!important}.ptb_lg--200{padding:200px 0}.plr_lg--200{padding:0 200px!important}.pt_lg--200{padding-top:200px!important}.pb_lg--200{padding-bottom:200px!important}.pl_lg--200{padding-left:200px!important}.pr_lg--200{padding-right:200px!important}.mt_lg--200{margin-top:200px!important}.mb_lg--200{margin-bottom:200px!important}.ml_lg--200{margin-left:200px!important}}@media only screen and (min-width: 768px) and (max-width: 991px){.ptb_md--0{padding:0!important}.pl_md--0{padding-left:0!important}.pr_md--0{padding-right:0!important}.pt_md--0{padding-top:0!important}.pb_md--0{padding-bottom:0!important}.mr_md--0{margin-right:0!important}.ml_md--0{margin-left:0!important}.mt_md--0{margin-top:0!important}.mb_md--0{margin-bottom:0!important}.ptb_md--250{padding:250px 0!important}.ptb_md--5{padding:5px 0}.plr_md--5{padding:0 5px!important}.pt_md--5{padding-top:5px!important}.pb_md--5{padding-bottom:5px!important}.pl_md--5{padding-left:5px!important}.pr_md--5{padding-right:5px!important}.mt_md--5{margin-top:5px!important}.mb_md--5{margin-bottom:5px!important}.ptb_md--10{padding:10px 0}.plr_md--10{padding:0 10px!important}.pt_md--10{padding-top:10px!important}.pb_md--10{padding-bottom:10px!important}.pl_md--10{padding-left:10px!important}.pr_md--10{padding-right:10px!important}.mt_md--10{margin-top:10px!important}.mb_md--10{margin-bottom:10px!important}.ptb_md--15{padding:15px 0}.plr_md--15{padding:0 15px!important}.pt_md--15{padding-top:15px!important}.pb_md--15{padding-bottom:15px!important}.pl_md--15{padding-left:15px!important}.pr_md--15{padding-right:15px!important}.mt_md--15{margin-top:15px!important}.mb_md--15{margin-bottom:15px!important}.ptb_md--20{padding:20px 0}.plr_md--20{padding:0 20px!important}.pt_md--20{padding-top:20px!important}.pb_md--20{padding-bottom:20px!important}.pl_md--20{padding-left:20px!important}.pr_md--20{padding-right:20px!important}.mt_md--20{margin-top:20px!important}.mb_md--20{margin-bottom:20px!important}.ptb_md--25{padding:25px 0}.plr_md--25{padding:0 25px!important}.pt_md--25{padding-top:25px!important}.pb_md--25{padding-bottom:25px!important}.pl_md--25{padding-left:25px!important}.pr_md--25{padding-right:25px!important}.mt_md--25{margin-top:25px!important}.mb_md--25{margin-bottom:25px!important}.ptb_md--30{padding:30px 0}.plr_md--30{padding:0 30px!important}.pt_md--30{padding-top:30px!important}.pb_md--30{padding-bottom:30px!important}.pl_md--30{padding-left:30px!important}.pr_md--30{padding-right:30px!important}.mt_md--30{margin-top:30px!important}.mb_md--30{margin-bottom:30px!important}.ptb_md--35{padding:35px 0}.plr_md--35{padding:0 35px!important}.pt_md--35{padding-top:35px!important}.pb_md--35{padding-bottom:35px!important}.pl_md--35{padding-left:35px!important}.pr_md--35{padding-right:35px!important}.mt_md--35{margin-top:35px!important}.mb_md--35{margin-bottom:35px!important}.ptb_md--40{padding:40px 0}.plr_md--40{padding:0 40px!important}.pt_md--40{padding-top:40px!important}.pb_md--40{padding-bottom:40px!important}.pl_md--40{padding-left:40px!important}.pr_md--40{padding-right:40px!important}.mt_md--40{margin-top:40px!important}.mb_md--40{margin-bottom:40px!important}.ptb_md--45{padding:45px 0}.plr_md--45{padding:0 45px!important}.pt_md--45{padding-top:45px!important}.pb_md--45{padding-bottom:45px!important}.pl_md--45{padding-left:45px!important}.pr_md--45{padding-right:45px!important}.mt_md--45{margin-top:45px!important}.mb_md--45{margin-bottom:45px!important}.ptb_md--50{padding:50px 0}.plr_md--50{padding:0 50px!important}.pt_md--50{padding-top:50px!important}.pb_md--50{padding-bottom:50px!important}.pl_md--50{padding-left:50px!important}.pr_md--50{padding-right:50px!important}.mt_md--50{margin-top:50px!important}.mb_md--50{margin-bottom:50px!important}.ptb_md--55{padding:55px 0}.plr_md--55{padding:0 55px!important}.pt_md--55{padding-top:55px!important}.pb_md--55{padding-bottom:55px!important}.pl_md--55{padding-left:55px!important}.pr_md--55{padding-right:55px!important}.mt_md--55{margin-top:55px!important}.mb_md--55{margin-bottom:55px!important}.ptb_md--60{padding:60px 0}.plr_md--60{padding:0 60px!important}.pt_md--60{padding-top:60px!important}.pb_md--60{padding-bottom:60px!important}.pl_md--60{padding-left:60px!important}.pr_md--60{padding-right:60px!important}.mt_md--60{margin-top:60px!important}.mb_md--60{margin-bottom:60px!important}.ptb_md--65{padding:65px 0}.plr_md--65{padding:0 65px!important}.pt_md--65{padding-top:65px!important}.pb_md--65{padding-bottom:65px!important}.pl_md--65{padding-left:65px!important}.pr_md--65{padding-right:65px!important}.mt_md--65{margin-top:65px!important}.mb_md--65{margin-bottom:65px!important}.ptb_md--70{padding:70px 0}.plr_md--70{padding:0 70px!important}.pt_md--70{padding-top:70px!important}.pb_md--70{padding-bottom:70px!important}.pl_md--70{padding-left:70px!important}.pr_md--70{padding-right:70px!important}.mt_md--70{margin-top:70px!important}.mb_md--70{margin-bottom:70px!important}.ptb_md--75{padding:75px 0}.plr_md--75{padding:0 75px!important}.pt_md--75{padding-top:75px!important}.pb_md--75{padding-bottom:75px!important}.pl_md--75{padding-left:75px!important}.pr_md--75{padding-right:75px!important}.mt_md--75{margin-top:75px!important}.mb_md--75{margin-bottom:75px!important}.ptb_md--80{padding:80px 0}.plr_md--80{padding:0 80px!important}.pt_md--80{padding-top:80px!important}.pb_md--80{padding-bottom:80px!important}.pl_md--80{padding-left:80px!important}.pr_md--80{padding-right:80px!important}.mt_md--80{margin-top:80px!important}.mb_md--80{margin-bottom:80px!important}.ptb_md--85{padding:85px 0}.plr_md--85{padding:0 85px!important}.pt_md--85{padding-top:85px!important}.pb_md--85{padding-bottom:85px!important}.pl_md--85{padding-left:85px!important}.pr_md--85{padding-right:85px!important}.mt_md--85{margin-top:85px!important}.mb_md--85{margin-bottom:85px!important}.ptb_md--90{padding:90px 0}.plr_md--90{padding:0 90px!important}.pt_md--90{padding-top:90px!important}.pb_md--90{padding-bottom:90px!important}.pl_md--90{padding-left:90px!important}.pr_md--90{padding-right:90px!important}.mt_md--90{margin-top:90px!important}.mb_md--90{margin-bottom:90px!important}.ptb_md--95{padding:95px 0}.plr_md--95{padding:0 95px!important}.pt_md--95{padding-top:95px!important}.pb_md--95{padding-bottom:95px!important}.pl_md--95{padding-left:95px!important}.pr_md--95{padding-right:95px!important}.mt_md--95{margin-top:95px!important}.mb_md--95{margin-bottom:95px!important}.ptb_md--100{padding:100px 0}.plr_md--100{padding:0 100px!important}.pt_md--100{padding-top:100px!important}.pb_md--100{padding-bottom:100px!important}.pl_md--100{padding-left:100px!important}.pr_md--100{padding-right:100px!important}.mt_md--100{margin-top:100px!important}.mb_md--100{margin-bottom:100px!important}.ptb_md--105{padding:105px 0}.plr_md--105{padding:0 105px!important}.pt_md--105{padding-top:105px!important}.pb_md--105{padding-bottom:105px!important}.pl_md--105{padding-left:105px!important}.pr_md--105{padding-right:105px!important}.mt_md--105{margin-top:105px!important}.mb_md--105{margin-bottom:105px!important}.ptb_md--110{padding:110px 0}.plr_md--110{padding:0 110px!important}.pt_md--110{padding-top:110px!important}.pb_md--110{padding-bottom:110px!important}.pl_md--110{padding-left:110px!important}.pr_md--110{padding-right:110px!important}.mt_md--110{margin-top:110px!important}.mb_md--110{margin-bottom:110px!important}.ptb_md--115{padding:115px 0}.plr_md--115{padding:0 115px!important}.pt_md--115{padding-top:115px!important}.pb_md--115{padding-bottom:115px!important}.pl_md--115{padding-left:115px!important}.pr_md--115{padding-right:115px!important}.mt_md--115{margin-top:115px!important}.mb_md--115{margin-bottom:115px!important}.ptb_md--120{padding:120px 0}.plr_md--120{padding:0 120px!important}.pt_md--120{padding-top:120px!important}.pb_md--120{padding-bottom:120px!important}.pl_md--120{padding-left:120px!important}.pr_md--120{padding-right:120px!important}.mt_md--120{margin-top:120px!important}.mb_md--120{margin-bottom:120px!important}.ptb_md--125{padding:125px 0}.plr_md--125{padding:0 125px!important}.pt_md--125{padding-top:125px!important}.pb_md--125{padding-bottom:125px!important}.pl_md--125{padding-left:125px!important}.pr_md--125{padding-right:125px!important}.mt_md--125{margin-top:125px!important}.mb_md--125{margin-bottom:125px!important}.ptb_md--130{padding:130px 0}.plr_md--130{padding:0 130px!important}.pt_md--130{padding-top:130px!important}.pb_md--130{padding-bottom:130px!important}.pl_md--130{padding-left:130px!important}.pr_md--130{padding-right:130px!important}.mt_md--130{margin-top:130px!important}.mb_md--130{margin-bottom:130px!important}.ptb_md--135{padding:135px 0}.plr_md--135{padding:0 135px!important}.pt_md--135{padding-top:135px!important}.pb_md--135{padding-bottom:135px!important}.pl_md--135{padding-left:135px!important}.pr_md--135{padding-right:135px!important}.mt_md--135{margin-top:135px!important}.mb_md--135{margin-bottom:135px!important}.ptb_md--140{padding:140px 0}.plr_md--140{padding:0 140px!important}.pt_md--140{padding-top:140px!important}.pb_md--140{padding-bottom:140px!important}.pl_md--140{padding-left:140px!important}.pr_md--140{padding-right:140px!important}.mt_md--140{margin-top:140px!important}.mb_md--140{margin-bottom:140px!important}.ptb_md--145{padding:145px 0}.plr_md--145{padding:0 145px!important}.pt_md--145{padding-top:145px!important}.pb_md--145{padding-bottom:145px!important}.pl_md--145{padding-left:145px!important}.pr_md--145{padding-right:145px!important}.mt_md--145{margin-top:145px!important}.mb_md--145{margin-bottom:145px!important}.ptb_md--150{padding:150px 0}.plr_md--150{padding:0 150px!important}.pt_md--150{padding-top:150px!important}.pb_md--150{padding-bottom:150px!important}.pl_md--150{padding-left:150px!important}.pr_md--150{padding-right:150px!important}.mt_md--150{margin-top:150px!important}.mb_md--150{margin-bottom:150px!important}.ptb_md--155{padding:155px 0}.plr_md--155{padding:0 155px!important}.pt_md--155{padding-top:155px!important}.pb_md--155{padding-bottom:155px!important}.pl_md--155{padding-left:155px!important}.pr_md--155{padding-right:155px!important}.mt_md--155{margin-top:155px!important}.mb_md--155{margin-bottom:155px!important}.ptb_md--160{padding:160px 0}.plr_md--160{padding:0 160px!important}.pt_md--160{padding-top:160px!important}.pb_md--160{padding-bottom:160px!important}.pl_md--160{padding-left:160px!important}.pr_md--160{padding-right:160px!important}.mt_md--160{margin-top:160px!important}.mb_md--160{margin-bottom:160px!important}.ptb_md--165{padding:165px 0}.plr_md--165{padding:0 165px!important}.pt_md--165{padding-top:165px!important}.pb_md--165{padding-bottom:165px!important}.pl_md--165{padding-left:165px!important}.pr_md--165{padding-right:165px!important}.mt_md--165{margin-top:165px!important}.mb_md--165{margin-bottom:165px!important}.ptb_md--170{padding:170px 0}.plr_md--170{padding:0 170px!important}.pt_md--170{padding-top:170px!important}.pb_md--170{padding-bottom:170px!important}.pl_md--170{padding-left:170px!important}.pr_md--170{padding-right:170px!important}.mt_md--170{margin-top:170px!important}.mb_md--170{margin-bottom:170px!important}.ptb_md--175{padding:175px 0}.plr_md--175{padding:0 175px!important}.pt_md--175{padding-top:175px!important}.pb_md--175{padding-bottom:175px!important}.pl_md--175{padding-left:175px!important}.pr_md--175{padding-right:175px!important}.mt_md--175{margin-top:175px!important}.mb_md--175{margin-bottom:175px!important}.ptb_md--180{padding:180px 0}.plr_md--180{padding:0 180px!important}.pt_md--180{padding-top:180px!important}.pb_md--180{padding-bottom:180px!important}.pl_md--180{padding-left:180px!important}.pr_md--180{padding-right:180px!important}.mt_md--180{margin-top:180px!important}.mb_md--180{margin-bottom:180px!important}.ptb_md--185{padding:185px 0}.plr_md--185{padding:0 185px!important}.pt_md--185{padding-top:185px!important}.pb_md--185{padding-bottom:185px!important}.pl_md--185{padding-left:185px!important}.pr_md--185{padding-right:185px!important}.mt_md--185{margin-top:185px!important}.mb_md--185{margin-bottom:185px!important}.ptb_md--190{padding:190px 0}.plr_md--190{padding:0 190px!important}.pt_md--190{padding-top:190px!important}.pb_md--190{padding-bottom:190px!important}.pl_md--190{padding-left:190px!important}.pr_md--190{padding-right:190px!important}.mt_md--190{margin-top:190px!important}.mb_md--190{margin-bottom:190px!important}.ptb_md--195{padding:195px 0}.plr_md--195{padding:0 195px!important}.pt_md--195{padding-top:195px!important}.pb_md--195{padding-bottom:195px!important}.pl_md--195{padding-left:195px!important}.pr_md--195{padding-right:195px!important}.mt_md--195{margin-top:195px!important}.mb_md--195{margin-bottom:195px!important}.ptb_md--200{padding:200px 0}.plr_md--200{padding:0 200px!important}.pt_md--200{padding-top:200px!important}.pb_md--200{padding-bottom:200px!important}.pl_md--200{padding-left:200px!important}.pr_md--200{padding-right:200px!important}.mt_md--200{margin-top:200px!important}.mb_md--200{margin-bottom:200px!important}}@media only screen and (max-width: 767px){.ptb_sm--250{padding:250px 0}.ptb_sm--0{padding:0}.pr_sm--0{padding-right:0}.pt_sm--0{padding-top:0}.pb_sm--0{padding-bottom:0}.mr_sm--0{margin-right:0}.ml_sm--0{margin-left:0}.mt_sm--0{margin-top:0}.mb_sm--0{margin-bottom:0}.pt_sm--150{padding-top:150px}.pb_sm--110{padding-bottom:110px}.ptb_sm--5{padding:5px 0!important}.plr_sm--5{padding:0 5px!important}.pt_sm--5{padding-top:5px!important}.pb_sm--5{padding-bottom:5px!important}.pl_sm--5{padding-left:5px!important}.pr_sm--5{padding-right:5px!important}.mt_sm--5{margin-top:5px!important}.ml_sm--5{margin-left:5px!important}.mr_sm--5{margin-right:5px!important}.mb_sm--5{margin-bottom:5px!important}.ptb_sm--10{padding:10px 0!important}.plr_sm--10{padding:0 10px!important}.pt_sm--10{padding-top:10px!important}.pb_sm--10{padding-bottom:10px!important}.pl_sm--10{padding-left:10px!important}.pr_sm--10{padding-right:10px!important}.mt_sm--10{margin-top:10px!important}.ml_sm--10{margin-left:10px!important}.mr_sm--10{margin-right:10px!important}.mb_sm--10{margin-bottom:10px!important}.ptb_sm--15{padding:15px 0!important}.plr_sm--15{padding:0 15px!important}.pt_sm--15{padding-top:15px!important}.pb_sm--15{padding-bottom:15px!important}.pl_sm--15{padding-left:15px!important}.pr_sm--15{padding-right:15px!important}.mt_sm--15{margin-top:15px!important}.ml_sm--15{margin-left:15px!important}.mr_sm--15{margin-right:15px!important}.mb_sm--15{margin-bottom:15px!important}.ptb_sm--20{padding:20px 0!important}.plr_sm--20{padding:0 20px!important}.pt_sm--20{padding-top:20px!important}.pb_sm--20{padding-bottom:20px!important}.pl_sm--20{padding-left:20px!important}.pr_sm--20{padding-right:20px!important}.mt_sm--20{margin-top:20px!important}.ml_sm--20{margin-left:20px!important}.mr_sm--20{margin-right:20px!important}.mb_sm--20{margin-bottom:20px!important}.ptb_sm--25{padding:25px 0!important}.plr_sm--25{padding:0 25px!important}.pt_sm--25{padding-top:25px!important}.pb_sm--25{padding-bottom:25px!important}.pl_sm--25{padding-left:25px!important}.pr_sm--25{padding-right:25px!important}.mt_sm--25{margin-top:25px!important}.ml_sm--25{margin-left:25px!important}.mr_sm--25{margin-right:25px!important}.mb_sm--25{margin-bottom:25px!important}.ptb_sm--30{padding:30px 0!important}.plr_sm--30{padding:0 30px!important}.pt_sm--30{padding-top:30px!important}.pb_sm--30{padding-bottom:30px!important}.pl_sm--30{padding-left:30px!important}.pr_sm--30{padding-right:30px!important}.mt_sm--30{margin-top:30px!important}.ml_sm--30{margin-left:30px!important}.mr_sm--30{margin-right:30px!important}.mb_sm--30{margin-bottom:30px!important}.ptb_sm--35{padding:35px 0!important}.plr_sm--35{padding:0 35px!important}.pt_sm--35{padding-top:35px!important}.pb_sm--35{padding-bottom:35px!important}.pl_sm--35{padding-left:35px!important}.pr_sm--35{padding-right:35px!important}.mt_sm--35{margin-top:35px!important}.ml_sm--35{margin-left:35px!important}.mr_sm--35{margin-right:35px!important}.mb_sm--35{margin-bottom:35px!important}.ptb_sm--40{padding:40px 0!important}.plr_sm--40{padding:0 40px!important}.pt_sm--40{padding-top:40px!important}.pb_sm--40{padding-bottom:40px!important}.pl_sm--40{padding-left:40px!important}.pr_sm--40{padding-right:40px!important}.mt_sm--40{margin-top:40px!important}.ml_sm--40{margin-left:40px!important}.mr_sm--40{margin-right:40px!important}.mb_sm--40{margin-bottom:40px!important}.ptb_sm--45{padding:45px 0!important}.plr_sm--45{padding:0 45px!important}.pt_sm--45{padding-top:45px!important}.pb_sm--45{padding-bottom:45px!important}.pl_sm--45{padding-left:45px!important}.pr_sm--45{padding-right:45px!important}.mt_sm--45{margin-top:45px!important}.ml_sm--45{margin-left:45px!important}.mr_sm--45{margin-right:45px!important}.mb_sm--45{margin-bottom:45px!important}.ptb_sm--50{padding:50px 0!important}.plr_sm--50{padding:0 50px!important}.pt_sm--50{padding-top:50px!important}.pb_sm--50{padding-bottom:50px!important}.pl_sm--50{padding-left:50px!important}.pr_sm--50{padding-right:50px!important}.mt_sm--50{margin-top:50px!important}.ml_sm--50{margin-left:50px!important}.mr_sm--50{margin-right:50px!important}.mb_sm--50{margin-bottom:50px!important}.ptb_sm--55{padding:55px 0!important}.plr_sm--55{padding:0 55px!important}.pt_sm--55{padding-top:55px!important}.pb_sm--55{padding-bottom:55px!important}.pl_sm--55{padding-left:55px!important}.pr_sm--55{padding-right:55px!important}.mt_sm--55{margin-top:55px!important}.ml_sm--55{margin-left:55px!important}.mr_sm--55{margin-right:55px!important}.mb_sm--55{margin-bottom:55px!important}.ptb_sm--60{padding:60px 0!important}.plr_sm--60{padding:0 60px!important}.pt_sm--60{padding-top:60px!important}.pb_sm--60{padding-bottom:60px!important}.pl_sm--60{padding-left:60px!important}.pr_sm--60{padding-right:60px!important}.mt_sm--60{margin-top:60px!important}.ml_sm--60{margin-left:60px!important}.mr_sm--60{margin-right:60px!important}.mb_sm--60{margin-bottom:60px!important}.ptb_sm--65{padding:65px 0!important}.plr_sm--65{padding:0 65px!important}.pt_sm--65{padding-top:65px!important}.pb_sm--65{padding-bottom:65px!important}.pl_sm--65{padding-left:65px!important}.pr_sm--65{padding-right:65px!important}.mt_sm--65{margin-top:65px!important}.ml_sm--65{margin-left:65px!important}.mr_sm--65{margin-right:65px!important}.mb_sm--65{margin-bottom:65px!important}.ptb_sm--70{padding:70px 0!important}.plr_sm--70{padding:0 70px!important}.pt_sm--70{padding-top:70px!important}.pb_sm--70{padding-bottom:70px!important}.pl_sm--70{padding-left:70px!important}.pr_sm--70{padding-right:70px!important}.mt_sm--70{margin-top:70px!important}.ml_sm--70{margin-left:70px!important}.mr_sm--70{margin-right:70px!important}.mb_sm--70{margin-bottom:70px!important}.ptb_sm--75{padding:75px 0!important}.plr_sm--75{padding:0 75px!important}.pt_sm--75{padding-top:75px!important}.pb_sm--75{padding-bottom:75px!important}.pl_sm--75{padding-left:75px!important}.pr_sm--75{padding-right:75px!important}.mt_sm--75{margin-top:75px!important}.ml_sm--75{margin-left:75px!important}.mr_sm--75{margin-right:75px!important}.mb_sm--75{margin-bottom:75px!important}.ptb_sm--80{padding:80px 0!important}.plr_sm--80{padding:0 80px!important}.pt_sm--80{padding-top:80px!important}.pb_sm--80{padding-bottom:80px!important}.pl_sm--80{padding-left:80px!important}.pr_sm--80{padding-right:80px!important}.mt_sm--80{margin-top:80px!important}.ml_sm--80{margin-left:80px!important}.mr_sm--80{margin-right:80px!important}.mb_sm--80{margin-bottom:80px!important}.ptb_sm--85{padding:85px 0!important}.plr_sm--85{padding:0 85px!important}.pt_sm--85{padding-top:85px!important}.pb_sm--85{padding-bottom:85px!important}.pl_sm--85{padding-left:85px!important}.pr_sm--85{padding-right:85px!important}.mt_sm--85{margin-top:85px!important}.ml_sm--85{margin-left:85px!important}.mr_sm--85{margin-right:85px!important}.mb_sm--85{margin-bottom:85px!important}.ptb_sm--90{padding:90px 0!important}.plr_sm--90{padding:0 90px!important}.pt_sm--90{padding-top:90px!important}.pb_sm--90{padding-bottom:90px!important}.pl_sm--90{padding-left:90px!important}.pr_sm--90{padding-right:90px!important}.mt_sm--90{margin-top:90px!important}.ml_sm--90{margin-left:90px!important}.mr_sm--90{margin-right:90px!important}.mb_sm--90{margin-bottom:90px!important}.ptb_sm--95{padding:95px 0!important}.plr_sm--95{padding:0 95px!important}.pt_sm--95{padding-top:95px!important}.pb_sm--95{padding-bottom:95px!important}.pl_sm--95{padding-left:95px!important}.pr_sm--95{padding-right:95px!important}.mt_sm--95{margin-top:95px!important}.ml_sm--95{margin-left:95px!important}.mr_sm--95{margin-right:95px!important}.mb_sm--95{margin-bottom:95px!important}.ptb_sm--100{padding:100px 0!important}.plr_sm--100{padding:0 100px!important}.pt_sm--100{padding-top:100px!important}.pb_sm--100{padding-bottom:100px!important}.pl_sm--100{padding-left:100px!important}.pr_sm--100{padding-right:100px!important}.mt_sm--100{margin-top:100px!important}.ml_sm--100{margin-left:100px!important}.mr_sm--100{margin-right:100px!important}.mb_sm--100{margin-bottom:100px!important}.ptb_sm--105{padding:105px 0!important}.plr_sm--105{padding:0 105px!important}.pt_sm--105{padding-top:105px!important}.pb_sm--105{padding-bottom:105px!important}.pl_sm--105{padding-left:105px!important}.pr_sm--105{padding-right:105px!important}.mt_sm--105{margin-top:105px!important}.ml_sm--105{margin-left:105px!important}.mr_sm--105{margin-right:105px!important}.mb_sm--105{margin-bottom:105px!important}.ptb_sm--110{padding:110px 0!important}.plr_sm--110{padding:0 110px!important}.pt_sm--110{padding-top:110px!important}.pb_sm--110{padding-bottom:110px!important}.pl_sm--110{padding-left:110px!important}.pr_sm--110{padding-right:110px!important}.mt_sm--110{margin-top:110px!important}.ml_sm--110{margin-left:110px!important}.mr_sm--110{margin-right:110px!important}.mb_sm--110{margin-bottom:110px!important}.ptb_sm--115{padding:115px 0!important}.plr_sm--115{padding:0 115px!important}.pt_sm--115{padding-top:115px!important}.pb_sm--115{padding-bottom:115px!important}.pl_sm--115{padding-left:115px!important}.pr_sm--115{padding-right:115px!important}.mt_sm--115{margin-top:115px!important}.ml_sm--115{margin-left:115px!important}.mr_sm--115{margin-right:115px!important}.mb_sm--115{margin-bottom:115px!important}.ptb_sm--120{padding:120px 0!important}.plr_sm--120{padding:0 120px!important}.pt_sm--120{padding-top:120px!important}.pb_sm--120{padding-bottom:120px!important}.pl_sm--120{padding-left:120px!important}.pr_sm--120{padding-right:120px!important}.mt_sm--120{margin-top:120px!important}.ml_sm--120{margin-left:120px!important}.mr_sm--120{margin-right:120px!important}.mb_sm--120{margin-bottom:120px!important}.ptb_sm--125{padding:125px 0!important}.plr_sm--125{padding:0 125px!important}.pt_sm--125{padding-top:125px!important}.pb_sm--125{padding-bottom:125px!important}.pl_sm--125{padding-left:125px!important}.pr_sm--125{padding-right:125px!important}.mt_sm--125{margin-top:125px!important}.ml_sm--125{margin-left:125px!important}.mr_sm--125{margin-right:125px!important}.mb_sm--125{margin-bottom:125px!important}.ptb_sm--130{padding:130px 0!important}.plr_sm--130{padding:0 130px!important}.pt_sm--130{padding-top:130px!important}.pb_sm--130{padding-bottom:130px!important}.pl_sm--130{padding-left:130px!important}.pr_sm--130{padding-right:130px!important}.mt_sm--130{margin-top:130px!important}.ml_sm--130{margin-left:130px!important}.mr_sm--130{margin-right:130px!important}.mb_sm--130{margin-bottom:130px!important}.ptb_sm--135{padding:135px 0!important}.plr_sm--135{padding:0 135px!important}.pt_sm--135{padding-top:135px!important}.pb_sm--135{padding-bottom:135px!important}.pl_sm--135{padding-left:135px!important}.pr_sm--135{padding-right:135px!important}.mt_sm--135{margin-top:135px!important}.ml_sm--135{margin-left:135px!important}.mr_sm--135{margin-right:135px!important}.mb_sm--135{margin-bottom:135px!important}.ptb_sm--140{padding:140px 0!important}.plr_sm--140{padding:0 140px!important}.pt_sm--140{padding-top:140px!important}.pb_sm--140{padding-bottom:140px!important}.pl_sm--140{padding-left:140px!important}.pr_sm--140{padding-right:140px!important}.mt_sm--140{margin-top:140px!important}.ml_sm--140{margin-left:140px!important}.mr_sm--140{margin-right:140px!important}.mb_sm--140{margin-bottom:140px!important}.ptb_sm--145{padding:145px 0!important}.plr_sm--145{padding:0 145px!important}.pt_sm--145{padding-top:145px!important}.pb_sm--145{padding-bottom:145px!important}.pl_sm--145{padding-left:145px!important}.pr_sm--145{padding-right:145px!important}.mt_sm--145{margin-top:145px!important}.ml_sm--145{margin-left:145px!important}.mr_sm--145{margin-right:145px!important}.mb_sm--145{margin-bottom:145px!important}.ptb_sm--150{padding:150px 0!important}.plr_sm--150{padding:0 150px!important}.pt_sm--150{padding-top:150px!important}.pb_sm--150{padding-bottom:150px!important}.pl_sm--150{padding-left:150px!important}.pr_sm--150{padding-right:150px!important}.mt_sm--150{margin-top:150px!important}.ml_sm--150{margin-left:150px!important}.mr_sm--150{margin-right:150px!important}.mb_sm--150{margin-bottom:150px!important}.ptb_sm--155{padding:155px 0!important}.plr_sm--155{padding:0 155px!important}.pt_sm--155{padding-top:155px!important}.pb_sm--155{padding-bottom:155px!important}.pl_sm--155{padding-left:155px!important}.pr_sm--155{padding-right:155px!important}.mt_sm--155{margin-top:155px!important}.ml_sm--155{margin-left:155px!important}.mr_sm--155{margin-right:155px!important}.mb_sm--155{margin-bottom:155px!important}.ptb_sm--160{padding:160px 0!important}.plr_sm--160{padding:0 160px!important}.pt_sm--160{padding-top:160px!important}.pb_sm--160{padding-bottom:160px!important}.pl_sm--160{padding-left:160px!important}.pr_sm--160{padding-right:160px!important}.mt_sm--160{margin-top:160px!important}.ml_sm--160{margin-left:160px!important}.mr_sm--160{margin-right:160px!important}.mb_sm--160{margin-bottom:160px!important}.ptb_sm--165{padding:165px 0!important}.plr_sm--165{padding:0 165px!important}.pt_sm--165{padding-top:165px!important}.pb_sm--165{padding-bottom:165px!important}.pl_sm--165{padding-left:165px!important}.pr_sm--165{padding-right:165px!important}.mt_sm--165{margin-top:165px!important}.ml_sm--165{margin-left:165px!important}.mr_sm--165{margin-right:165px!important}.mb_sm--165{margin-bottom:165px!important}.ptb_sm--170{padding:170px 0!important}.plr_sm--170{padding:0 170px!important}.pt_sm--170{padding-top:170px!important}.pb_sm--170{padding-bottom:170px!important}.pl_sm--170{padding-left:170px!important}.pr_sm--170{padding-right:170px!important}.mt_sm--170{margin-top:170px!important}.ml_sm--170{margin-left:170px!important}.mr_sm--170{margin-right:170px!important}.mb_sm--170{margin-bottom:170px!important}.ptb_sm--175{padding:175px 0!important}.plr_sm--175{padding:0 175px!important}.pt_sm--175{padding-top:175px!important}.pb_sm--175{padding-bottom:175px!important}.pl_sm--175{padding-left:175px!important}.pr_sm--175{padding-right:175px!important}.mt_sm--175{margin-top:175px!important}.ml_sm--175{margin-left:175px!important}.mr_sm--175{margin-right:175px!important}.mb_sm--175{margin-bottom:175px!important}.ptb_sm--180{padding:180px 0!important}.plr_sm--180{padding:0 180px!important}.pt_sm--180{padding-top:180px!important}.pb_sm--180{padding-bottom:180px!important}.pl_sm--180{padding-left:180px!important}.pr_sm--180{padding-right:180px!important}.mt_sm--180{margin-top:180px!important}.ml_sm--180{margin-left:180px!important}.mr_sm--180{margin-right:180px!important}.mb_sm--180{margin-bottom:180px!important}.ptb_sm--185{padding:185px 0!important}.plr_sm--185{padding:0 185px!important}.pt_sm--185{padding-top:185px!important}.pb_sm--185{padding-bottom:185px!important}.pl_sm--185{padding-left:185px!important}.pr_sm--185{padding-right:185px!important}.mt_sm--185{margin-top:185px!important}.ml_sm--185{margin-left:185px!important}.mr_sm--185{margin-right:185px!important}.mb_sm--185{margin-bottom:185px!important}.ptb_sm--190{padding:190px 0!important}.plr_sm--190{padding:0 190px!important}.pt_sm--190{padding-top:190px!important}.pb_sm--190{padding-bottom:190px!important}.pl_sm--190{padding-left:190px!important}.pr_sm--190{padding-right:190px!important}.mt_sm--190{margin-top:190px!important}.ml_sm--190{margin-left:190px!important}.mr_sm--190{margin-right:190px!important}.mb_sm--190{margin-bottom:190px!important}.ptb_sm--195{padding:195px 0!important}.plr_sm--195{padding:0 195px!important}.pt_sm--195{padding-top:195px!important}.pb_sm--195{padding-bottom:195px!important}.pl_sm--195{padding-left:195px!important}.pr_sm--195{padding-right:195px!important}.mt_sm--195{margin-top:195px!important}.ml_sm--195{margin-left:195px!important}.mr_sm--195{margin-right:195px!important}.mb_sm--195{margin-bottom:195px!important}.ptb_sm--200{padding:200px 0!important}.plr_sm--200{padding:0 200px!important}.pt_sm--200{padding-top:200px!important}.pb_sm--200{padding-bottom:200px!important}.pl_sm--200{padding-left:200px!important}.pr_sm--200{padding-right:200px!important}.mt_sm--200{margin-top:200px!important}.ml_sm--200{margin-left:200px!important}.mr_sm--200{margin-right:200px!important}.mb_sm--200{margin-bottom:200px!important}.pl_sm--0{padding-left:0!important}.pr_sm--0{padding-right:0!important}.pt_sm--0{padding-top:0!important}.pb_sm--0{padding-bottom:0!important}.mr_sm--0{margin-right:0!important}.ml_sm--0{margin-left:0!important}.mt_sm--0{margin-top:0!important}.mb_sm--0{margin-bottom:0!important}}@media only screen and (max-width: 575px){.ptb_mobile--5{padding:5px 0}.plr_mobile--5{padding:0 5px!important}.pt_mobile--5{padding-top:5px!important}.pb_mobile--5{padding-bottom:5px!important}.pl_mobile--5{padding-left:5px!important}.pr_mobile--5{padding-right:5px!important}.mt_mobile--5{margin-top:5px!important}.mb_mobile--5{margin-bottom:5px!important}.ptb_mobile--10{padding:10px 0}.plr_mobile--10{padding:0 10px!important}.pt_mobile--10{padding-top:10px!important}.pb_mobile--10{padding-bottom:10px!important}.pl_mobile--10{padding-left:10px!important}.pr_mobile--10{padding-right:10px!important}.mt_mobile--10{margin-top:10px!important}.mb_mobile--10{margin-bottom:10px!important}.ptb_mobile--15{padding:15px 0}.plr_mobile--15{padding:0 15px!important}.pt_mobile--15{padding-top:15px!important}.pb_mobile--15{padding-bottom:15px!important}.pl_mobile--15{padding-left:15px!important}.pr_mobile--15{padding-right:15px!important}.mt_mobile--15{margin-top:15px!important}.mb_mobile--15{margin-bottom:15px!important}.ptb_mobile--20{padding:20px 0}.plr_mobile--20{padding:0 20px!important}.pt_mobile--20{padding-top:20px!important}.pb_mobile--20{padding-bottom:20px!important}.pl_mobile--20{padding-left:20px!important}.pr_mobile--20{padding-right:20px!important}.mt_mobile--20{margin-top:20px!important}.mb_mobile--20{margin-bottom:20px!important}.ptb_mobile--25{padding:25px 0}.plr_mobile--25{padding:0 25px!important}.pt_mobile--25{padding-top:25px!important}.pb_mobile--25{padding-bottom:25px!important}.pl_mobile--25{padding-left:25px!important}.pr_mobile--25{padding-right:25px!important}.mt_mobile--25{margin-top:25px!important}.mb_mobile--25{margin-bottom:25px!important}.ptb_mobile--30{padding:30px 0}.plr_mobile--30{padding:0 30px!important}.pt_mobile--30{padding-top:30px!important}.pb_mobile--30{padding-bottom:30px!important}.pl_mobile--30{padding-left:30px!important}.pr_mobile--30{padding-right:30px!important}.mt_mobile--30{margin-top:30px!important}.mb_mobile--30{margin-bottom:30px!important}.ptb_mobile--35{padding:35px 0}.plr_mobile--35{padding:0 35px!important}.pt_mobile--35{padding-top:35px!important}.pb_mobile--35{padding-bottom:35px!important}.pl_mobile--35{padding-left:35px!important}.pr_mobile--35{padding-right:35px!important}.mt_mobile--35{margin-top:35px!important}.mb_mobile--35{margin-bottom:35px!important}.ptb_mobile--40{padding:40px 0}.plr_mobile--40{padding:0 40px!important}.pt_mobile--40{padding-top:40px!important}.pb_mobile--40{padding-bottom:40px!important}.pl_mobile--40{padding-left:40px!important}.pr_mobile--40{padding-right:40px!important}.mt_mobile--40{margin-top:40px!important}.mb_mobile--40{margin-bottom:40px!important}.ptb_mobile--45{padding:45px 0}.plr_mobile--45{padding:0 45px!important}.pt_mobile--45{padding-top:45px!important}.pb_mobile--45{padding-bottom:45px!important}.pl_mobile--45{padding-left:45px!important}.pr_mobile--45{padding-right:45px!important}.mt_mobile--45{margin-top:45px!important}.mb_mobile--45{margin-bottom:45px!important}.ptb_mobile--50{padding:50px 0}.plr_mobile--50{padding:0 50px!important}.pt_mobile--50{padding-top:50px!important}.pb_mobile--50{padding-bottom:50px!important}.pl_mobile--50{padding-left:50px!important}.pr_mobile--50{padding-right:50px!important}.mt_mobile--50{margin-top:50px!important}.mb_mobile--50{margin-bottom:50px!important}.ptb_mobile--55{padding:55px 0}.plr_mobile--55{padding:0 55px!important}.pt_mobile--55{padding-top:55px!important}.pb_mobile--55{padding-bottom:55px!important}.pl_mobile--55{padding-left:55px!important}.pr_mobile--55{padding-right:55px!important}.mt_mobile--55{margin-top:55px!important}.mb_mobile--55{margin-bottom:55px!important}.ptb_mobile--60{padding:60px 0}.plr_mobile--60{padding:0 60px!important}.pt_mobile--60{padding-top:60px!important}.pb_mobile--60{padding-bottom:60px!important}.pl_mobile--60{padding-left:60px!important}.pr_mobile--60{padding-right:60px!important}.mt_mobile--60{margin-top:60px!important}.mb_mobile--60{margin-bottom:60px!important}.ptb_mobile--65{padding:65px 0}.plr_mobile--65{padding:0 65px!important}.pt_mobile--65{padding-top:65px!important}.pb_mobile--65{padding-bottom:65px!important}.pl_mobile--65{padding-left:65px!important}.pr_mobile--65{padding-right:65px!important}.mt_mobile--65{margin-top:65px!important}.mb_mobile--65{margin-bottom:65px!important}.ptb_mobile--70{padding:70px 0}.plr_mobile--70{padding:0 70px!important}.pt_mobile--70{padding-top:70px!important}.pb_mobile--70{padding-bottom:70px!important}.pl_mobile--70{padding-left:70px!important}.pr_mobile--70{padding-right:70px!important}.mt_mobile--70{margin-top:70px!important}.mb_mobile--70{margin-bottom:70px!important}.ptb_mobile--75{padding:75px 0}.plr_mobile--75{padding:0 75px!important}.pt_mobile--75{padding-top:75px!important}.pb_mobile--75{padding-bottom:75px!important}.pl_mobile--75{padding-left:75px!important}.pr_mobile--75{padding-right:75px!important}.mt_mobile--75{margin-top:75px!important}.mb_mobile--75{margin-bottom:75px!important}.ptb_mobile--80{padding:80px 0}.plr_mobile--80{padding:0 80px!important}.pt_mobile--80{padding-top:80px!important}.pb_mobile--80{padding-bottom:80px!important}.pl_mobile--80{padding-left:80px!important}.pr_mobile--80{padding-right:80px!important}.mt_mobile--80{margin-top:80px!important}.mb_mobile--80{margin-bottom:80px!important}.ptb_mobile--85{padding:85px 0}.plr_mobile--85{padding:0 85px!important}.pt_mobile--85{padding-top:85px!important}.pb_mobile--85{padding-bottom:85px!important}.pl_mobile--85{padding-left:85px!important}.pr_mobile--85{padding-right:85px!important}.mt_mobile--85{margin-top:85px!important}.mb_mobile--85{margin-bottom:85px!important}.ptb_mobile--90{padding:90px 0}.plr_mobile--90{padding:0 90px!important}.pt_mobile--90{padding-top:90px!important}.pb_mobile--90{padding-bottom:90px!important}.pl_mobile--90{padding-left:90px!important}.pr_mobile--90{padding-right:90px!important}.mt_mobile--90{margin-top:90px!important}.mb_mobile--90{margin-bottom:90px!important}.ptb_mobile--95{padding:95px 0}.plr_mobile--95{padding:0 95px!important}.pt_mobile--95{padding-top:95px!important}.pb_mobile--95{padding-bottom:95px!important}.pl_mobile--95{padding-left:95px!important}.pr_mobile--95{padding-right:95px!important}.mt_mobile--95{margin-top:95px!important}.mb_mobile--95{margin-bottom:95px!important}.ptb_mobile--100{padding:100px 0}.plr_mobile--100{padding:0 100px!important}.pt_mobile--100{padding-top:100px!important}.pb_mobile--100{padding-bottom:100px!important}.pl_mobile--100{padding-left:100px!important}.pr_mobile--100{padding-right:100px!important}.mt_mobile--100{margin-top:100px!important}.mb_mobile--100{margin-bottom:100px!important}}.slick-gutter-5{margin-left:-5px;margin-right:-5px}.slick-gutter-5 .slick-slide{padding-left:5px;padding-right:5px}.slick-gutter-10{margin-left:-10px;margin-right:-10px}.slick-gutter-10 .slick-slide{padding-left:10px;padding-right:10px}.slick-gutter-15{margin-left:-15px;margin-right:-15px}.slick-gutter-15 .slick-slide{padding-left:15px;padding-right:15px}.slick-gutter-20{margin-left:-20px;margin-right:-20px}.slick-gutter-20 .slick-slide{padding-left:20px;padding-right:20px}.slick-gutter-25{margin-left:-25px;margin-right:-25px}.slick-gutter-25 .slick-slide{padding-left:25px;padding-right:25px}.slick-gutter-30{margin-left:-30px;margin-right:-30px}.slick-gutter-30 .slick-slide{padding-left:30px;padding-right:30px}.slick-gutter-35{margin-left:-35px;margin-right:-35px}.slick-gutter-35 .slick-slide{padding-left:35px;padding-right:35px}.slick-gutter-40{margin-left:-40px;margin-right:-40px}.slick-gutter-40 .slick-slide{padding-left:40px;padding-right:40px}.slick-gutter-45{margin-left:-45px;margin-right:-45px}.slick-gutter-45 .slick-slide{padding-left:45px;padding-right:45px}.slick-gutter-50{margin-left:-50px;margin-right:-50px}.slick-gutter-50 .slick-slide{padding-left:50px;padding-right:50px}.slick-gutter-55{margin-left:-55px;margin-right:-55px}.slick-gutter-55 .slick-slide{padding-left:55px;padding-right:55px}.slick-gutter-60{margin-left:-60px;margin-right:-60px}.slick-gutter-60 .slick-slide{padding-left:60px;padding-right:60px}.slick-gutter-65{margin-left:-65px;margin-right:-65px}.slick-gutter-65 .slick-slide{padding-left:65px;padding-right:65px}.slick-gutter-70{margin-left:-70px;margin-right:-70px}.slick-gutter-70 .slick-slide{padding-left:70px;padding-right:70px}.slick-gutter-75{margin-left:-75px;margin-right:-75px}.slick-gutter-75 .slick-slide{padding-left:75px;padding-right:75px}.slick-gutter-80{margin-left:-80px;margin-right:-80px}.slick-gutter-80 .slick-slide{padding-left:80px;padding-right:80px}.slick-gutter-85{margin-left:-85px;margin-right:-85px}.slick-gutter-85 .slick-slide{padding-left:85px;padding-right:85px}.slick-gutter-90{margin-left:-90px;margin-right:-90px}.slick-gutter-90 .slick-slide{padding-left:90px;padding-right:90px}.slick-gutter-95{margin-left:-95px;margin-right:-95px}.slick-gutter-95 .slick-slide{padding-left:95px;padding-right:95px}.slick-gutter-100{margin-left:-100px;margin-right:-100px}.slick-gutter-100 .slick-slide{padding-left:100px;padding-right:100px}.mt-dec-30,.mt_dec--30{margin-top:-30px}.mt-dec-100{margin-top:-100px}@media only screen and (max-width: 479px){.small-margin-pricing{margin-bottom:25px}}@media only screen and (max-width: 479px){.contact-input{margin-bottom:35px}}@media only screen and (min-width: 768px) and (max-width: 991px){.mb_dec--35{margin-bottom:-50px}}@media only screen and (max-width: 767px){.mb_dec--35{margin-bottom:-75px}}@media only screen and (max-width: 575px){.mb_dec--35{margin-bottom:0}}@media only screen and (max-width: 575px){.mt-contact-sm{margin-top:30px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.testimonial-pb{padding-bottom:35px}}@media only screen and (min-width: 768px) and (max-width: 991px){.contact-input{padding-bottom:30px}}@media only screen and (max-width: 767px){.contact-input{padding-bottom:30px}}.pb_xl--130{padding-bottom:130px}@media only screen and (max-width: 1199px){.pb_xl--130{padding-bottom:110px}}@media only screen and (max-width: 1199px){.mt_experience{margin-top:-10px}}.mt_dec--120{margin-top:-120px}@media only screen and (min-width: 768px) and (max-width: 991px){.plr_md--0{padding-left:0;padding-right:0}}.padding-contorler-am-slide{padding-left:246px}@media only screen and (min-width: 1200px) and (max-width: 1599px){.padding-contorler-am-slide{padding-left:100px}}@media only screen and (max-width: 1199px){.padding-contorler-am-slide{padding-left:100px}}@media only screen and (min-width: 768px) and (max-width: 991px){.padding-contorler-am-slide{padding-left:50px}}@media only screen and (max-width: 767px){.padding-contorler-am-slide{padding-left:15px}}.padding-contorler-am-slide-11{padding-left:246px}@media only screen and (min-width: 1200px) and (max-width: 1599px){.padding-contorler-am-slide-11{padding-left:100px}}@media only screen and (max-width: 1199px){.padding-contorler-am-slide-11{padding-left:0}}.padding-contorler-am-slide-right{padding-right:200px}@media only screen and (min-width: 1200px) and (max-width: 1599px){.padding-contorler-am-slide-right{padding-right:30px}}@media only screen and (max-width: 1199px){.padding-contorler-am-slide-right{padding-right:30px;padding-top:50px}}@media only screen and (max-width: 767px){.padding-contorler-am-slide-right{padding-right:30px;padding-top:50px}}.g-24{--bs-gutter-x: 24px;--bs-gutter-y: 24px}@keyframes customOne{0%{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:1}to{-webkit-transform:translateY(-50%) scale(1.3);transform:translateY(-50%) scale(1.3);opacity:0}}@keyframes liveAuction{0%{background:var(--color-white)}to{background:var(--color-danger)}}.cd-intro{margin:4em auto}@media only screen and (min-width: 768px){.cd-intro{margin:5em auto}}@media only screen and (min-width: 1170px){.cd-intro{margin:6em auto}}.cd-headline{font-size:3rem;line-height:1.2}@media only screen and (min-width: 768px){.cd-headline{font-size:4.4rem;font-weight:300}}@media only screen and (min-width: 1170px){.cd-headline{font-size:48px}}@media only screen and (max-width: 768px){.cd-headline{font-size:40px}}@media only screen and (max-width: 479px){.cd-headline{font-size:26px}}.cd-words-wrapper{display:inline-block;position:relative;text-align:left}.cd-words-wrapper b{display:inline-block;position:absolute;white-space:nowrap;left:0;top:0}.cd-words-wrapper b.is-visible{position:relative}.no-js .cd-words-wrapper b{opacity:0}.no-js .cd-words-wrapper b.is-visible{opacity:1}.cd-headline.clip span{display:inline-block;padding:0}.cd-headline.clip .cd-words-wrapper{overflow:hidden;vertical-align:middle;position:relative;margin-top:-20px}.cd-headline.clip .cd-words-wrapper b{font-weight:700}.cd-headline.clip .cd-words-wrapper:after{content:"";position:absolute;top:50%;right:0;width:4px;height:100%;background-color:var(--color-primary-3);transform:translateY(-50%)}.cd-headline.clip b{opacity:0}.cd-headline.clip b.is-visible{opacity:1}.rts-banner-area-start-one{background:#f6f6f6}.swiper-banner-two-wrapper .banner-bg-2{background-image:url(../images/banner/02.jpg);height:920px}.swiper-banner-two-wrapper .banner-bg-3{background-image:url(../images/banner/19.jpg);height:920px}.swiper-banner-two-wrapper .banner-bg-4{background-image:url(../images/banner/20.jpg);height:920px}@media only screen and (max-width: 767px){.swiper-banner-two-wrapper .swiper-wrapper .swiper-slide>div{height:720px}}@media only screen and (max-width: 767px){.swiper-banner-two-wrapper .swiper-wrapper .swiper-slide>div{height:100vh}}@media only screen and (max-width: 767px){.index-two .swiper-banner-two-wrapper .swiper-wrapper .swiper-slide>div{height:670px}.index-two .banner-twoa-rea-start .banner-inner-content-wrapper{top:50%}}@media only screen and (max-width: 575px){.index-two .swiper-banner-two-wrapper .swiper-wrapper .swiper-slide>div{height:570px}}.banner-twoa-rea-start{position:relative}.banner-twoa-rea-start .banner-inner-content-wrapper{position:absolute;top:53%;transform:translateY(-50%)}@media only screen and (max-width: 1199px){.banner-twoa-rea-start .banner-inner-content-wrapper{left:6%}}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-twoa-rea-start .banner-inner-content-wrapper{top:44%}}@media only screen and (max-width: 767px){.banner-twoa-rea-start .banner-inner-content-wrapper{left:20px;top:45%}}.banner-twoa-rea-start .banner-inner-content-wrapper span.pre-title{color:#e3e3e3;font-size:18px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-.36px;opacity:1}.banner-twoa-rea-start .banner-inner-content-wrapper .title{color:#e3e3e3;font-size:80px;font-style:normal;font-weight:600;line-height:95px;text-transform:capitalize;opacity:0}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-twoa-rea-start .banner-inner-content-wrapper .title{font-size:60px;line-height:75px}}@media only screen and (max-width: 767px){.banner-twoa-rea-start .banner-inner-content-wrapper .title{font-size:50px;line-height:65px}}@media only screen and (max-width: 575px){.banner-twoa-rea-start .banner-inner-content-wrapper .title{font-size:30px;line-height:55px}}.banner-twoa-rea-start .banner-inner-content-wrapper .title span{color:#e3e3e3;font-size:80px;font-style:italic;font-weight:300;line-height:95px;text-transform:capitalize}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-twoa-rea-start .banner-inner-content-wrapper .title span{font-size:60px;line-height:75px}}@media only screen and (max-width: 767px){.banner-twoa-rea-start .banner-inner-content-wrapper .title span{font-size:50px;line-height:65px}}@media only screen and (max-width: 575px){.banner-twoa-rea-start .banner-inner-content-wrapper .title span{font-size:30px;line-height:55px}}.banner-twoa-rea-start .banner-inner-content-wrapper p.disc{width:55%;color:#e3e3e3;font-size:16px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-.32px;opacity:0}@media only screen and (max-width: 575px){.banner-twoa-rea-start .banner-inner-content-wrapper p.disc{width:80%}}@media only screen and (max-width: 479px){.banner-twoa-rea-start .banner-inner-content-wrapper p.disc{width:100%}}.banner-twoa-rea-start .banner-inner-content-wrapper a.rts-btn{color:#fff;padding:12px 32px;opacity:1}.banner-twoa-rea-start .banner-inner-content-wrapper a.rts-btn i{margin-left:8px}.banner-twoa-rea-start .banner-inner-content-wrapper a.rts-btn:hover{background:var(--color-primary);color:#fff;border:1px solid transparent}.swiper-banner-two-wrapper .swiper-slide-active .pre-title{animation:fadeInUp2 1.5s;animation-delay:0s;display:block;opacity:1}.swiper-banner-two-wrapper .swiper-slide-active .title{animation:fadeInUp2 1.5s;animation-delay:0s;opacity:1}.swiper-banner-two-wrapper .swiper-slide-active p.disc{animation:fadeInUp2 2.5s;animation-delay:0s;opacity:1}.swiper-banner-two-wrapper .swiper-slide-active .rts-btn{animation:fadeInUp 3s;animation-delay:0s;opacity:1}.banner-three-bg{background-image:url(../images/banner/03.jpg);height:auto}@media only screen and (max-width: 575px){.banner-three-bg{height:620px}}.index-three{background:#1e1f22}.banner-wrapper-main-three{position:relative}.banner-wrapper-main-three .banner-left-img{position:absolute;top:50%;transform:translateY(-50%)}@media only screen and (max-width: 1199px){.banner-wrapper-main-three .banner-left-img img{height:520px}}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-wrapper-main-three .banner-left-img{display:none}.banner-wrapper-main-three .banner-left-img img{height:470px}}@media only screen and (max-width: 767px){.banner-wrapper-main-three .banner-left-img{display:none}.banner-wrapper-main-three .banner-left-img img{height:470px}}.banner-wrapper-main-three .left-banner-three{position:absolute;padding-left:150px;top:50%;transform:translateY(-50%)}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-wrapper-main-three .left-banner-three{padding-left:20px}}@media only screen and (max-width: 767px){.banner-wrapper-main-three .left-banner-three{padding-left:20px}}.banner-wrapper-main-three .left-banner-three .rts-btn{padding:13px 30px}.banner-wrapper-main-three .mySwiper-banner-three{margin-left:auto}.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper p.disc{max-width:60%}@media only screen and (max-width: 575px){.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper p.disc{max-width:100%}}.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .thumbnail{width:100%;display:flex;justify-content:flex-end}@media only screen and (max-width: 575px){.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .thumbnail{display:none}}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .thumbnail img{min-width:100%}}.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .rts-btn.btn-border.radious{border-radius:30px;color:#d9d9d9;font-size:16px;font-style:normal;font-weight:400;line-height:26px;border:1px solid #1e1f22;display:flex;align-items:center;transition:.3s}.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .rts-btn.btn-border.radious:hover{background:var(--color-primary)}.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .rts-btn.btn-border.radious i{margin-left:5px}.banner-wrapper-main-three .mySwiper-banner-three .swiper-slide-active{display:block!important}.banner-wrapper-main-three .single-banner-wrapper-three span.pre-title{color:#b19777;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:1.6px;text-transform:capitalize;margin-bottom:15px}.banner-wrapper-main-three .single-banner-wrapper-three .title{color:#d9d9d9;font-size:60px;font-style:normal;font-weight:600;line-height:70px;text-transform:capitalize;margin-bottom:40px}.banner-wrapper-main-three .single-banner-wrapper-three .title span{color:#b19777;font-size:60px;font-style:normal;font-weight:600;line-height:70px;text-transform:capitalize}.banner-wrapper-main-three .single-banner-wrapper-three .rts-btn{border-radius:2px!important;border-color:#26272b!important}.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .pre-title{animation:fadeInUp 1.5s;animation-delay:0s;display:block}.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .title{animation:fadeInUp 1.9s;animation-delay:0s}@media only screen and (max-width: 767px){.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .title{font-size:40px;line-height:50px}}@media only screen and (max-width: 575px){.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .title{font-size:30px}.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .title br{display:none}}@media only screen and (max-width: 767px){.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .title span{font-size:40px;line-height:50px}}@media only screen and (max-width: 575px){.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .title span{font-size:30px}.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .title span br{display:none}}.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .disc{animation:fadeInUp 2s;animation-delay:0s}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .disc{color:#fff}}@media only screen and (max-width: 767px){.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .disc{color:#fff}}.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .rts-btn{animation:fadeInUp 3.5s;animation-delay:0s}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .rts-btn{border-color:#fff!important}}@media only screen and (max-width: 767px){.banner-wrapper-main-three .mySwiper-banner-three .swiper-wrapper .swiper-slide.swiper-slide-active .left-banner-three .rts-btn{border-color:#fff!important}}.banner-wrapper-main-three .swiper-pagination{bottom:70px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 575px){.banner-wrapper-main-three .swiper-pagination{bottom:42px}}.banner-wrapper-main-three .swiper-pagination-bullet{background:var(--color-primary);margin:0 10px!important;opacity:.5}.banner-wrapper-main-three .swiper-pagination-bullet-active{opacity:1;background:transparent;position:relative;margin:0}.banner-wrapper-main-three .swiper-pagination-bullet-active:after{position:absolute;content:"";left:-10px;right:0;top:-10px;bottom:0;background-image:url(../images/banner/icon/01.png);height:30px;width:30px;background-size:contain}.banner-top-five{display:flex;align-items:center;justify-content:space-between}.banner-top-five .left-area span{color:#30373e;font-size:16px;font-style:normal;font-weight:500;line-height:24px;padding-left:60px;display:block;position:relative}.banner-top-five .left-area span:after{position:absolute;content:"";left:0;width:40px;top:10px;height:1px;background:#30373e}.banner-top-five .left-area .title{color:#30373e;font-size:100px;font-style:normal;font-weight:600;line-height:120px;text-transform:inherit;margin-top:30px}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-top-five .left-area .title{font-size:65px;line-height:80px}}@media only screen and (max-width: 767px){.banner-top-five .left-area .title{font-size:45px;line-height:50px}}.banner-top-five .right-area{margin-left:auto;max-width:33%}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-top-five .right-area{margin-left:0;max-width:80%}}@media only screen and (max-width: 767px){.banner-top-five .right-area{margin-left:0;max-width:100%}}.banner-top-five .right-area p.disc{margin-bottom:0}.banner-slider-five .duel-swiper-wrapper-five-parent .bg-image-one{background-image:url(../images/banner/08.jpg);height:700px}@media only screen and (max-width: 575px){.banner-slider-five .duel-swiper-wrapper-five-parent .bg-image-one{height:400px}}.banner-slider-five .duel-swiper-wrapper-five-parent .bg-image-one.two{background-image:url(../images/banner/31.jpg)}.banner-slider-five .duel-swiper-wrapper-five-parent .bg-image-one.three{background-image:url(../images/banner/32.jpg)}.duel-swiper-wrapper-five-parent{position:relative}.duel-swiper-wrapper-five-parent .bg-image-one{background-image:url(../images/banner/08.jpg);height:700px}.duel-swiper-wrapper-five-parent .title{position:absolute;left:20%;top:40px;padding:22px 38px;border:1px solid #fff;border-radius:80px;color:#fff;font-size:80px;font-style:italic;font-weight:300;line-height:100px;text-transform:capitalize}@media only screen and (min-width: 768px) and (max-width: 991px){.duel-swiper-wrapper-five-parent .title{font-size:65px;line-height:60px;padding:15px 25px}}@media only screen and (max-width: 767px){.duel-swiper-wrapper-five-parent .title{font-size:45px;line-height:50px;padding:15px 25px}}@media only screen and (max-width: 575px){.duel-swiper-wrapper-five-parent .title{font-size:25px;line-height:29px}}.duel-swiper-wrapper-five-parent .thumbs-swiper-main-wrapper-five{position:relative;position:absolute;z-index:10;left:0;bottom:0;max-width:600px!important}.duel-swiper-wrapper-five-parent .thumbs-swiper-main-wrapper-five .swiper-slide-thumb-active .single-item img{opacity:1}@media only screen and (max-width: 575px){.duel-swiper-wrapper-five-parent .thumbs-swiper-main-wrapper-five{display:none}}.duel-swiper-wrapper-five-parent .thumbs-swiper-main-wrapper-five .single-item{max-width:200px;background:#fff;padding:34px 23px;cursor:pointer;position:relative;z-index:10}.duel-swiper-wrapper-five-parent .thumbs-swiper-main-wrapper-five .single-item span{display:block;margin-bottom:15px;color:#30373e;font-size:16px;font-style:normal;font-weight:500;line-height:26px;text-transform:capitalize}.duel-swiper-wrapper-five-parent .thumbs-swiper-main-wrapper-five .single-item p{color:#30373e;font-size:16px;font-style:normal;font-weight:500;line-height:26px;text-transform:capitalize}.duel-swiper-wrapper-five-parent .thumbs-swiper-main-wrapper-five .single-item img{opacity:0;position:absolute;top:50%;left:50%;z-index:-1;transform:translate(-50%,-50%)}.bg-video-five{background-image:url(../images/banner/10.jpg);height:700px}@media only screen and (max-width: 575px){.bg-video-five{height:400px}}.banner_bg-6{background-image:url(../images/banner/11.jpg);height:980px}@media only screen and (max-width: 767px){.banner_bg-6{height:750px}}.banner_bg-7{background-image:url(../images/banner/29.jpg);height:980px}@media only screen and (max-width: 767px){.banner_bg-7{height:750px}}.banner_bg-8{background-image:url(../images/banner/30.jpg);height:980px}@media only screen and (max-width: 767px){.banner_bg-8{height:750px}}.banner-content-inner-six span.pre-title{color:#fff;border-radius:60.5px;border:1px solid #fff;padding:6px 16px;font-size:24px;font-style:italic;font-weight:600}.banner-content-inner-six .title{margin-top:30px;color:#fff;font-size:100px;font-style:normal;font-weight:800;line-height:110px;text-transform:uppercase;margin-bottom:30px}@media only screen and (max-width: 767px){.banner-content-inner-six .title{font-size:48px;font-style:normal;font-weight:800;line-height:77px}}.banner-content-inner-six p.disc{max-width:43%;color:#a1a1a1;font-size:16px;font-style:normal;font-weight:600;line-height:26px;letter-spacing:-.32px;text-transform:uppercase}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-content-inner-six p.disc{max-width:80%}}@media only screen and (max-width: 767px){.banner-content-inner-six p.disc{max-width:100%}}.banner-seven-main-wrapper .pre-title{color:#30373e;font-size:18px;font-style:normal;font-weight:600;line-height:40px;letter-spacing:-.36px;text-transform:uppercase}.banner-seven-main-wrapper .title{color:#30373e;font-size:100px;font-style:normal;font-weight:800;line-height:120px;text-transform:uppercase;position:relative;max-width:max-content}@media only screen and (max-width: 1199px){.banner-seven-main-wrapper .title{font-size:65px;font-style:normal;font-weight:800;line-height:120px}}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-seven-main-wrapper .title{line-height:85px}}@media only screen and (max-width: 767px){.banner-seven-main-wrapper .title{font-size:55px;line-height:75px}}@media only screen and (max-width: 575px){.banner-seven-main-wrapper .title{font-size:32px;line-height:42px}}.banner-seven-main-wrapper .title .right-top-img{position:absolute;top:30px;right:0}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-seven-main-wrapper .title .right-top-img{display:none}}@media only screen and (max-width: 767px){.banner-seven-main-wrapper .title .right-top-img{display:none}}.banner-seven-main-wrapper .title .left-bottom-img{position:absolute;left:0;bottom:18px}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-seven-main-wrapper .title .left-bottom-img{display:none}}@media only screen and (max-width: 767px){.banner-seven-main-wrapper .title .left-bottom-img{display:none}}.banner-seven-main-wrapper .title .bottom-right{margin-left:370px}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-seven-main-wrapper .title .bottom-right{margin-left:0}}@media only screen and (max-width: 767px){.banner-seven-main-wrapper .title .bottom-right{margin-left:0}}.banner-seven-main-wrapper p.disc{margin-top:50px;max-width:31%;position:relative;z-index:10}@media only screen and (max-width: 767px){.banner-seven-main-wrapper p.disc{max-width:100%}}.banner-seven-main-wrapper .rts-read-more-circle-btn{margin-top:50px;z-index:10;position:relative;max-width:max-content}@media only screen and (max-width: 767px){.rts-banner-seven-area{height:833px}}@media only screen and (max-width: 575px){.rts-banner-seven-area{height:700px}}.rts-banner-seven-area .banner-right-large-image-seven{position:absolute;right:0;bottom:0}.bg-light-1{background:#f6f6f6}.bg-light-1 .rts-blog-area-start-six:after{background:#fff}.bg_banner-4{background-image:url(../images/banner/15.jpg);height:980px;position:relative;z-index:0}@media only screen and (max-width: 1199px){.bg_banner-4{height:1260px}}@media only screen and (max-width: 767px){.bg_banner-4{height:1060px}}@media only screen and (max-width: 575px){.bg_banner-4{height:906px}}@media only screen and (max-width: 479px){.bg_banner-4{height:951px}}.bg_banner-4 .right-image-bottom{position:absolute;right:0;bottom:0;z-index:-1}@media only screen and (max-width: 1199px){.bg_banner-4 .right-image-bottom{left:0;right:auto;min-width:100%}.bg_banner-4 .right-image-bottom img{min-width:100%}}.bg_banner-4 .left-image-center{position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:-1;max-width:max-content}.bg_banner-4 .left-image-center:after{position:absolute;left:0;top:0;bottom:0;content:"";z-index:2;height:100%;width:100%}@media only screen and (min-width: 1600px) and (max-width: 1919px){.bg_banner-4 .left-image-center:after{background:#000000ba}}@media only screen and (min-width: 1200px) and (max-width: 1599px){.bg_banner-4 .left-image-center:after{background:#000000ba}}@media only screen and (max-width: 1199px){.bg_banner-4 .left-image-center:after{background:#000000ba}}@media only screen and (max-width: 1199px){.bg_banner-4 .left-image-center{display:none}}.bg_banner-4 .video-button-area{position:absolute;top:33%;right:19%;cursor:pointer}@media only screen and (min-width: 1200px) and (max-width: 1599px){.bg_banner-4 .video-button-area{right:13%}}@media only screen and (max-width: 1199px){.bg_banner-4 .video-button-area{right:5%}}@media only screen and (min-width: 768px) and (max-width: 991px){.bg_banner-4 .video-button-area{top:15%}}@media only screen and (max-width: 767px){.bg_banner-4 .video-button-area{top:12%}}@media only screen and (max-width: 479px){.bg_banner-4 .video-button-area{right:33%}}.bg_banner-4 .video-button-area a:after{background-image:url(../images/banner/24.png);background-repeat:no-repeat;background-size:contain;border:none;height:150px;width:150px}.bg_banner-4 .video-button-area a span{display:none}.bg_banner-4 .video-button-area a img{position:absolute;z-index:5;top:50%;left:50%;transform:translate(-50%,-50%)}.index-four .nav-area-center nav ul{list-style:none;padding:0;display:flex;align-items:center;gap:45px;margin:0}@media only screen and (min-width: 1200px) and (max-width: 1599px){.index-four .nav-area-center nav ul{gap:30px}}@media only screen and (max-width: 1199px){.index-four .nav-area-center nav ul{gap:20px}}.banner-content-wrapper-4{margin-top:130px}@media only screen and (max-width: 479px){.banner-content-wrapper-4{margin-top:205px}}.banner-content-wrapper-4 span.pre{color:#b19777;font-size:24px;font-style:normal;font-weight:600;line-height:26px;letter-spacing:1.2px;text-transform:uppercase}.banner-content-wrapper-4 .title{color:#d9d9d9;font-size:200px;font-style:normal;font-weight:800;line-height:210px;text-transform:uppercase;font-family:var(--font-secondary)}@media only screen and (max-width: 1199px){.banner-content-wrapper-4 .title{font-size:150px;line-height:180px}}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-content-wrapper-4 .title{font-size:110px;line-height:167px}}@media only screen and (max-width: 767px){.banner-content-wrapper-4 .title{font-size:100px;line-height:120px}}@media only screen and (max-width: 575px){.banner-content-wrapper-4 .title{font-size:70px;line-height:86px}}@media only screen and (max-width: 479px){.banner-content-wrapper-4 .title{font-size:58px;line-height:82px}}.banner-content-wrapper-4 .title .left-gap{position:absolute;left:40%}@media only screen and (max-width: 767px){.banner-content-wrapper-4 .title .left-gap{left:15px}}.banner-content-wrapper-4 .title .left-gap span{-webkit-text-stroke-color:#30373e;-webkit-text-stroke-width:1.5px;color:transparent}.banner-content-wrapper-4 p.disc{max-width:34%;margin-left:10px;margin-top:28px}@media only screen and (max-width: 767px){.banner-content-wrapper-4 p.disc{margin-top:143px;max-width:100%}}@media only screen and (max-width: 575px){.banner-content-wrapper-4 p.disc{margin-top:109px}}.banner-content-wrapper-4 a.rts-btn{margin-left:15px;border-color:#1e1f22;padding:13px 28px;transition:.3s;color:#fff}.banner-content-wrapper-4 a.rts-btn i{margin-left:8px}.banner-content-wrapper-4 a.rts-btn:hover{background:var(--color-primary);color:#fff;border:1px solid var(--color-primary)}.banner-content-wrapper-4 a.rts-btn:hover i{color:#fff}.mySwiper-banner-one{overflow:hidden;position:relative;padding-bottom:55px}@media only screen and (max-width: 575px){.mySwiper-banner-one{padding-bottom:180px}}.mySwiper-banner-oneleft{overflow:hidden;position:relative}.rts-banner-area-start-one{position:relative;max-width:1920px;margin:auto}.left-swiper-area-start{position:absolute;top:45%;transform:translateY(-50%);z-index:1;left:80px;width:354px}@media only screen and (min-width: 768px) and (max-width: 991px){.left-swiper-area-start{top:38%;left:42px}}@media only screen and (max-width: 767px){.left-swiper-area-start{top:50%;left:40px;width:271px}}@media only screen and (max-width: 479px){.left-swiper-area-start{left:27px}}.left-swiper-area-start .right-shape{position:absolute;right:20px;top:20px;z-index:5}@media only screen and (max-width: 767px){.left-swiper-area-start .right-shape{right:20px;top:20px}}.left-swiper-area-start .single-left-banner-swiper-start{background:#30373e;width:354px;padding:40px 30px 40px 40px}@media only screen and (max-width: 767px){.left-swiper-area-start .single-left-banner-swiper-start{width:271px;padding:30px 25px}}.left-swiper-area-start .single-left-banner-swiper-start .pre{color:var(--color-primary);padding-left:80px;position:relative}.left-swiper-area-start .single-left-banner-swiper-start .pre:after{position:absolute;left:0;content:"";height:1px;width:60px;background:var(--color-primary);top:50%}.left-swiper-area-start .single-left-banner-swiper-start .pre:before{position:absolute;content:"";height:7px;width:7px;background:var(--color-primary);border-radius:50%;left:0;top:50%;transform:translateY(-50%)}.left-swiper-area-start .single-left-banner-swiper-start .title{color:#fff;line-height:1.3;font-size:32px;margin-top:50px}@media only screen and (max-width: 767px){.left-swiper-area-start .single-left-banner-swiper-start .title{font-size:22px;margin-top:25px}}.left-swiper-area-start .single-left-banner-swiper-start p.disc{color:#fff}@media only screen and (max-width: 767px){.left-swiper-area-start .single-left-banner-swiper-start p.disc{font-size:14px;line-height:21px}}.left-swiper-area-start .single-left-banner-swiper-start .rts-btn{border-radius:0;border-color:#fff;color:#fff;transition:.3s}.left-swiper-area-start .single-left-banner-swiper-start .rts-btn:hover{background:var(--color-primary);border:1px solid transparent}.left-swiper-area-start .swiper-wrapper .swiper-slide.swiper-slide-active .pre{animation:fadeInUp2 1.5s;animation-delay:0s;display:block}.left-swiper-area-start .swiper-wrapper .swiper-slide.swiper-slide-active .title{animation:fadeInUp2 1.5s;animation-delay:0s}.left-swiper-area-start .swiper-wrapper .swiper-slide.swiper-slide-active .disc,.left-swiper-area-start .swiper-wrapper .swiper-slide.swiper-slide-active .animation-55{animation:fadeInUp2 2.5s;animation-delay:0s}.mySwiper-banner-one-in-two{position:relative}.mySwiper-banner-one-in-two .swiper-slide.swiper-slide-active .pre{animation:fadeInUp 1s;animation-delay:0s;display:block}.mySwiper-banner-one-in-two .swiper-slide.swiper-slide-active .title{animation:fadeInUp 1.5s;animation-delay:0s}.mySwiper-banner-one-in-two .swiper-slide.swiper-slide-active .disc,.mySwiper-banner-one-in-two .swiper-slide.swiper-slide-active .rts-btn{animation:fadeInUp 2.5s;animation-delay:0s}.mySwiper-banner-one-in-two .swiper-pagination{display:flex;align-items:center;justify-content:center;bottom:55px}@media only screen and (max-width: 575px){.mySwiper-banner-one-in-two .swiper-pagination{bottom:20px}}.mySwiper-banner-one-in-two .swiper-pagination-bullet{opacity:1;background:var(--color-primary)}.mySwiper-banner-one-in-two .swiper-pagination-bullet.swiper-pagination-bullet-active{background-image:url(../images/banner/icon/02.png);height:16px;width:16px;background-color:transparent;background-size:contain}.pagination-left-banner-one{position:absolute;bottom:105px;left:90px;display:flex;align-items:center;justify-content:space-between;width:138px;gap:10px;z-index:10}@media only screen and (min-width: 1600px) and (max-width: 1919px){.pagination-left-banner-one{bottom:70px}}@media only screen and (min-width: 1200px) and (max-width: 1599px){.pagination-left-banner-one{bottom:70px}}@media only screen and (max-width: 767px){.pagination-left-banner-one{right:50px;left:auto}}@media only screen and (max-width: 1199px){.pagination-left-banner-one{bottom:70px}}.pagination-left-banner-one .swiper-pagination-progressbar{width:70px;background:#e3e3e3;height:2px;left:23px}.pagination-left-banner-one .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{height:2px;background:var(--color-primary)}.showcase-tab-varticle .mySwiper-banner-two-showcase{position:relative;height:100vh}@media only screen and (max-width: 1199px){.showcase-tab-varticle .banner-twoa-rea-start .banner-inner-content-wrapper{top:33%}}@media only screen and (max-width: 767px){.showcase-tab-varticle .banner-twoa-rea-start .banner-inner-content-wrapper{top:60%}}@media only screen and (max-width: 575px){.showcase-tab-varticle .banner-twoa-rea-start .banner-inner-content-wrapper{top:45%}}@media only screen and (min-width: 768px) and (max-width: 991px){.showcase-tab-varticle .banner-twoa-rea-start .banner-inner-content-wrapper .title{font-size:36px;line-height:48px}}@media only screen and (min-width: 768px) and (max-width: 991px){.showcase-tab-varticle .banner-twoa-rea-start .banner-inner-content-wrapper .title span{font-size:36px;line-height:48px}}@media only screen and (max-width: 767px){.showcase-tab-varticle .swiper-button-next,.showcase-tab-varticle .swiper-button-prev{display:none}}.swiper-banner-two-wrapper{position:relative}.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two{width:900px;bottom:0;position:absolute;right:0;left:auto}@media only screen and (max-width: 1199px){.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two{width:650px}}@media only screen and (min-width: 768px) and (max-width: 991px){.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two{width:650px}}@media only screen and (max-width: 767px){.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two{display:none}}.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2{width:100%}.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper{display:flex;align-items:center;justify-content:space-between}.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item{width:300px;padding:30px;background:#fff;position:relative;height:180px;cursor:pointer}@media only screen and (min-width: 1200px) and (max-width: 1599px){.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item{height:131px}}@media only screen and (max-width: 1199px){.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item{width:217px;height:131px}}@media only screen and (min-width: 768px) and (max-width: 991px){.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item{width:217px;height:131px}}.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item .number{position:absolute;right:30px;top:40px;font-size:60px;-webkit-text-stroke:1px;-webkit-text-stroke-color:#30373e;color:transparent;font-weight:700}@media only screen and (max-width: 1199px){.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item .number{display:none}}@media only screen and (min-width: 768px) and (max-width: 991px){.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item .number{display:none}}.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item .inner{position:absolute;bottom:30px;left:30px}@media only screen and (min-width: 768px) and (max-width: 991px){.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item .inner{left:15px}}.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item .pre{color:#b19777;font-size:16px;font-style:normal;font-weight:500;line-height:26px;text-transform:capitalize;display:block}.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .single-item .title{color:#30373e;font-size:26px;font-style:normal;font-weight:600;line-height:36px;text-transform:capitalize;margin-bottom:0}.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .swiper-slide-thumb-active .single-item{background-image:url(../images/banner/18.png);background-position:center;background-repeat:no-repeat;background-size:cover}.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .swiper-slide-thumb-active .single-item .number{-webkit-text-stroke-color:#ffffff}.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .swiper-slide-thumb-active .single-item .pre,.swiper-banner-two-wrapper .thumbs-swiper-main-wrapper-two .swiper-banner-thumb-2 .swiper-wrapper .swiper-slide-thumb-active .single-item .title{color:#fff}.swiper-banner-two-wrapper .swiper-button-next,.swiper-banner-two-wrapper .swiper-button-prev{background-image:none;position:absolute;z-index:1;bottom:80px;left:80px}@media only screen and (max-width: 1199px){.swiper-banner-two-wrapper .swiper-button-next,.swiper-banner-two-wrapper .swiper-button-prev{display:none}}@media only screen and (min-width: 768px) and (max-width: 991px){.swiper-banner-two-wrapper .swiper-button-next,.swiper-banner-two-wrapper .swiper-button-prev{left:52px;display:block}}@media only screen and (max-width: 767px){.swiper-banner-two-wrapper .swiper-button-next,.swiper-banner-two-wrapper .swiper-button-prev{left:25px}}.swiper-banner-two-wrapper .swiper-button-next:after,.swiper-banner-two-wrapper .swiper-button-prev:after{position:absolute;height:45px;width:45px;content:"";border-radius:50%;border:1px solid #d9d9d9;z-index:2;display:flex;align-items:center;justify-content:center;transition:.3s}.swiper-banner-two-wrapper .swiper-button-next:hover:after,.swiper-banner-two-wrapper .swiper-button-prev:hover:after{background:var(--color-primary)!important;color:#fff;border:1px solid transparent;transform:scale(1.2)}.swiper-banner-two-wrapper .swiper-button-prev{top:84%}@media only screen and (max-width: 767px){.swiper-banner-two-wrapper .swiper-button-prev{top:82%}}.swiper-banner-two-wrapper .swiper-button-prev:after{content:"";font-family:var(--font-3)}.swiper-banner-two-wrapper .swiper-button-next{top:90%}.swiper-banner-two-wrapper .swiper-button-next:after{content:"";font-family:var(--font-3)}.swiper-banner-two-wrapper .swiper-container-fade .swiper-slide{pointer-events:painted}.bg-white-para{background:#fff;position:relative;z-index:10}.swiper-banner-seven-main-wrapper{position:relative;z-index:0}.swiper-banner-seven-main-wrapper .pagination-left-banner-one{z-index:10;position:relative;right:0;left:auto;width:140px}@media only screen and (min-width: 1600px) and (max-width: 1919px){.swiper-banner-seven-main-wrapper .pagination-left-banner-one{top:-104px}}@media only screen and (min-width: 1200px) and (max-width: 1599px){.swiper-banner-seven-main-wrapper .pagination-left-banner-one{top:-104px}}@media only screen and (max-width: 1199px){.swiper-banner-seven-main-wrapper .pagination-left-banner-one{top:-104px}}@media only screen and (min-width: 768px) and (max-width: 991px){.swiper-banner-seven-main-wrapper .pagination-left-banner-one{top:-104px}}.swiper-banner-seven-main-wrapper .pagination-left-banner-one .swiper-pagination-progressbar{left:32px;background:#ffffff29}.swiper-banner-seven-main-wrapper .pagination-left-banner-one .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#fff}.swiper-banner-seven-main-wrapper .pagination-left-banner-one .activeslide{color:#fff}.swiper-banner-seven-main-wrapper .pagination-left-banner-one .totalslide{color:#a1a1a1}.pafination-area-main-home-6{position:relative}.pafination-area-main-home-6 .social-text-follow{position:absolute;bottom:90px;left:220px;z-index:10}@media only screen and (max-width: 767px){.pafination-area-main-home-6 .social-text-follow{left:0;bottom:170px}}@media only screen and (max-width: 575px){.pafination-area-main-home-6 .social-text-follow{bottom:50px}}@media only screen and (max-width: 767px){.left-swiper-area-start .swiper-slide.swiper-slide-active{opacity:1!important}.left-swiper-area-start .swiper-slide{opacity:0!important}.pagination-left-banner-one{display:none}.mySwiper-banner-one .swiper-pagination{margin-left:176px;margin-bottom:0}}@media only screen and (max-width: 575px){.mySwiper-banner-one .swiper-pagination{margin-left:106px;margin-bottom:0}}@media only screen and (max-width: 479px){.mySwiper-banner-one .swiper-pagination{display:none}}.banner-top-five{display:flex;align-items:center}@media only screen and (min-width: 768px) and (max-width: 991px){.banner-top-five{flex-direction:column-reverse;align-items:flex-start;gap:50px}}@media only screen and (max-width: 767px){.banner-top-five{flex-direction:column-reverse;align-items:flex-start;gap:50px}}.banner-top-five .right-area p.disc{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e3e3e3}.rts-banner-seven-area{position:relative}.rts-banner-seven-area .banner-shape-area .shape-1{position:absolute;bottom:0%;left:0%;z-index:-1}@media only screen and (max-width: 1199px){.rts-banner-seven-area .banner-shape-area .shape-1{display:none}}.rts-banner-seven-area .banner-shape-area .shape-2{position:absolute;top:10%;left:5%;z-index:-1}@media only screen and (max-width: 1199px){.rts-banner-seven-area .banner-shape-area .shape-2{display:none}}@media only screen and (min-width: 1200px) and (max-width: 1599px){.showcase-tab-varticle .banner-twoa-rea-start .banner-inner-content-wrapper{top:42%}}@media only screen and (min-width: 768px) and (max-width: 991px){.showcase-tab-varticle .thumbs-swiper-main-wrapper-two{display:none}}@media only screen and (min-width: 768px) and (max-width: 991px){.showcase-tab-varticle .swiper-banner-two-wrapper .swiper-button-next{top:84%;right:115px;left:auto}}@media only screen and (max-width: 767px){.showcase-tab-varticle .swiper-banner-two-wrapper .swiper-button-next{top:84%;right:115px;left:auto;display:block}}@media only screen and (min-width: 768px) and (max-width: 991px){.showcase-tab-varticle .swiper-banner-two-wrapper .swiper-button-prev{top:84%;right:185px;left:auto}}@media only screen and (max-width: 767px){.showcase-tab-varticle .swiper-banner-two-wrapper .swiper-button-prev{top:84%;right:185px;left:auto;display:block}}@media only screen and (max-width: 575px){.showcase-fade-page .showcase-images-area-main-wrapper .hover-btn-area{top:42vh!important}}@media only screen and (max-width: 575px){.showcase-fade-page .showcase-images-area-main-wrapper .img-hover-area{overflow:hidden;display:block;max-width:100%;height:100vh}}@media only screen and (min-width: 1200px) and (max-width: 1599px){.banner-right-large-image-seven.rts-reveal-one{max-width:63%;margin-left:auto;right:0}}@media only screen and (max-width: 1199px){.banner-right-large-image-seven.rts-reveal-one{max-width:63%;margin-left:auto;right:0}}@media only screen and (max-width: 479px){.banner-right-large-image-seven.rts-reveal-one{max-width:100%;margin-left:auto;right:0}}.banner-area-eight{position:fixed;left:0;top:50px;right:0;width:100%;z-index:-1}.thumbnail-banner-08{position:fixed;margin-left:-50px;bottom:0}@media only screen and (min-width: 768px) and (max-width: 991px){.thumbnail-banner-08{position:relative;margin-left:auto}}@media only screen and (max-width: 767px){.thumbnail-banner-08{position:relative;margin:auto}}@media only screen and (max-width: 1199px){.thumbnail-banner-08 img{max-width:90%}}.rts-right-content-area{position:relative}.rts-right-content-area .banner-laft-compleate-project{position:fixed;left:66px;top:120px;z-index:10}@media only screen and (min-width: 1600px) and (max-width: 1919px){.rts-right-content-area .banner-laft-compleate-project{max-width:11%}}@media only screen and (min-width: 1200px) and (max-width: 1599px){.rts-right-content-area .banner-laft-compleate-project{max-width:11%;left:30px}}@media only screen and (max-width: 1199px){.rts-right-content-area .banner-laft-compleate-project{display:none}}.banckground-image-eight{background-image:url(../images/banner/34.png);height:917px;background-size:cover;background-repeat:no-repeat;background-position:center,center}@media only screen and (min-width: 768px) and (max-width: 991px){.banckground-image-eight{background-image:none}}@media only screen and (max-width: 767px){.banckground-image-eight{background-image:none}}.rts-section-separator-right{position:relative;padding:80px 0;display:block;width:100%}.rts-section-separator-right:after{position:absolute;content:"";left:0;bottom:0;width:100%;height:1px;background:#d9d9d9}.index-eight{background:#f6f6f6}.index-eight .title-main{font-family:var(--font-title-8);font-weight:400;line-height:1.2;font-size:64px;margin-top:25px}@media only screen and (max-width: 1199px){.index-eight .title-main{font-size:54px}}@media only screen and (max-width: 575px){.index-eight .title-main{font-size:40px}}@media only screen and (max-width: 479px){.index-eight .title-main{font-size:26px}}@media only screen and (max-width: 575px){.index-eight .title-main span{font-size:40px!important}}@media only screen and (max-width: 479px){.index-eight .title-main span{font-size:26px!important}}.index-eight .title{font-family:var(--font-title-8);font-weight:400;line-height:1.2}.swiper-banner-two-wrapper .swiper-container-fade .swiper-slide-active{z-index:10000;position:relative}.rts-btn{padding:9px 36px;min-width:max-content;font-size:16px;border-radius:4px;display:inline-block;max-width:max-content;transition:.3s}.rts-btn:hover{transform:translateY(-3px) scale(1.02)}.rts-btn.btn-border{border:1px solid #88919B}.rts-btn.btn-primary{background:var(--color-primary)!important}.rts-about-area-three{background:#151618}.rts-btn.btn-border.radious-3{border-radius:30px;border:1px solid #1E1F22;color:#fff;display:flex;align-items:center}.rts-btn.btn-border.radious-3 i{margin-left:7px}.rts-btn.btn-border.radious-3:hover{background:var(--color-primary)}.rts-read-more-circle-btn{display:flex;align-items:center;gap:20px;color:#30373e;font-size:16px;font-style:normal;font-weight:400;line-height:26px;transition:.3s}.rts-read-more-circle-btn i{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;border:1px solid #30373E;transition:.3s}.rts-read-more-circle-btn.under-line p{text-decoration:underline}.rts-read-more-circle-btn:hover i{transform:scale(1.2);background:var(--color-primary);color:#fff;border:transparent}.rts-btn.btn-border-with-radious.bg-white{border:1px solid #E3E3E3;border-radius:30px}.split-parent{overflow:hidden}a{transition:.3s}.float-right-content{width:121.3%}.title-style-left .pre-title-area{display:flex;align-items:center;gap:13px}.title-style-left .pre-title-area span.pre-title{color:var(--color-primary)}.title-style-left .title{margin-top:20px}.title-style-center{text-align:center}.title-style-center .pre-title-area{display:flex;align-items:center;gap:13px;justify-content:center}.title-style-center .pre-title-area span.pre-title{color:var(--color-primary)}.title-style-center .title{margin-top:20px}.bg-light{background:#f6f6f6}.container-full{max-width:1920px;margin:auto}.title-left-style-two{text-align:left}.title-left-style-two .pre-title{position:relative;z-index:1;padding-left:10px}.title-left-style-two .pre-title span{color:#b19777;font-size:16px;font-style:normal;font-weight:500;line-height:26px;letter-spacing:-.32px}.title-left-style-two .pre-title img{position:absolute;left:0;top:0;z-index:-1}.title-left-style-two .title{margin-top:20px}.title-area-multiple-elements{display:flex;align-items:center;justify-content:space-between;gap:0px}@media only screen and (max-width: 1199px){.title-area-multiple-elements{flex-direction:column;align-items:flex-start;gap:23px}}.title-area-multiple-elements p.disc{max-width:34%;margin-bottom:0}@media only screen and (max-width: 1199px){.title-area-multiple-elements p.disc{max-width:100%}}.view-servce-btn{position:relative;color:var(--color-primary);display:flex;align-items:center;gap:25px}.view-servce-btn:after{position:absolute;left:0;bottom:5px;width:70%;content:"";height:1px;background:var(--color-primary)}.view-servce-btn i{height:40px;width:40px;border-radius:50%;border:1px solid #B19777;display:flex;align-items:center;justify-content:center}.section-separator{position:relative}.section-separator:after{position:absolute;content:"";left:0;bottom:0;width:100%;height:1px;background:#e3e3e3}.cta-wrapper-two .title{color:#30373e;font-style:normal;font-weight:700;margin-bottom:40px}.cta-wrapper-two .title span{color:transparent;-webkit-text-stroke:1px;-webkit-text-stroke-color:#30373E;font-family:var(--font-primary)}.social-style-two-wrapper{display:flex;align-items:center;padding:0;list-style:none;margin-top:30px}.social-style-two-wrapper li a{margin:-2px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #E3E3E3;transform:.3s}.social-style-two-wrapper li a:hover{border:1px solid var(--color-primary)}.title-style-three-left span{color:var(--color-primary)}.title-style-three-left .title{color:#d9d9d9;font-size:48px;font-style:normal;font-weight:600;line-height:58px;text-transform:capitalize;margin-top:20px}@media only screen and (max-width: 575px){.title-style-three-left .title{font-size:32px;line-height:48px}}.title-style-three-left .title span{color:var(--color-primary)}.title-style-three-left .title-sm{color:#d9d9d9;font-size:34px;font-style:normal;font-weight:600;line-height:46px;text-transform:capitalize;margin-top:20px}@media only screen and (max-width: 575px){.title-style-three-left .title-sm{font-size:24px;line-height:33px}.title-style-three-left .title-sm br{display:none}}.title-style-three-left .title-sm span{color:var(--color-primary)}.title-style-three-center{text-align:center}.title-style-three-center span{color:var(--color-primary)}.title-style-three-center .title{color:#d9d9d9;font-size:48px;font-style:normal;font-weight:600;line-height:58px;text-transform:capitalize;margin-top:20px}@media only screen and (max-width: 575px){.title-style-three-center .title{font-size:26px;line-height:34px}.title-style-three-center .title br{display:none}}.title-style-three-center .title span{color:var(--color-primary)}.title-style-three-center .title-sm{color:#d9d9d9;font-size:34px;font-style:normal;font-weight:600;line-height:58px;text-transform:capitalize;margin-top:20px}.title-style-three-center .title-sm span{color:var(--color-primary)}.border-bottom-blog{border-bottom:1px solid #1E1F22;padding-bottom:30px}.title-area-style-five-left .pre{margin-bottom:8px;padding-left:50px;position:relative;color:#30373e;font-size:16px;font-style:normal;font-weight:500;line-height:58px;text-transform:capitalize}.title-area-style-five-left .pre:after{position:absolute;top:10px;content:"";left:0;width:40px;height:1px;background:#30373e}.title-area-style-five-left .title{color:#30373e;font-size:48px;font-style:normal;font-weight:600;line-height:58px;text-transform:capitalize}@media only screen and (max-width: 575px){.title-area-style-five-left .title{font-size:26px;line-height:36px}}.title-area-style-six-left .pre{margin-bottom:8px;padding-left:50px;position:relative;color:var(--color-primary);font-size:16px;font-style:normal;font-weight:500;line-height:58px;text-transform:capitalize}.title-area-style-six-left .pre:after{position:absolute;top:10px;content:"";left:0;width:40px;height:1px;background:var(--color-primary)}.title-area-style-six-left .title{color:#30373e;font-size:48px;font-style:normal;font-weight:600;line-height:58px;text-transform:capitalize}@media only screen and (max-width: 575px){.title-area-style-six-left .title{font-size:26px;line-height:34px}}.title-area-style-five-center{text-align:center}.title-area-style-five-center .pre{margin-bottom:8px;padding-left:50px;position:relative;color:#30373e;font-size:16px;font-style:normal;font-weight:500;line-height:58px;text-transform:capitalize}.title-area-style-five-center .pre:after{position:absolute;top:10px;content:"";left:0;width:40px;height:1px;background:#30373e}.title-area-style-five-center .title{color:#30373e;font-size:48px;font-style:normal;font-weight:600;line-height:58px;text-transform:capitalize}@media only screen and (max-width: 575px){.title-area-style-five-center .title{font-size:26px;line-height:34px}}.title-area-style-six-center{text-align:center}.title-area-style-six-center .pre{margin-bottom:8px;padding-left:50px;position:relative;color:#30373e;font-size:16px;font-style:normal;font-weight:500;line-height:58px;text-transform:capitalize}.title-area-style-six-center .pre:after{position:absolute;top:10px;content:"";left:0;width:40px;height:1px;background:var(--color-primary)}.title-area-style-six-center .title{color:#30373e;font-size:48px;font-style:normal;font-weight:600;line-height:58px;text-transform:capitalize}.border-top-in-container{position:relative}.border-top-in-container:after{position:absolute;content:"";left:0;width:100%;height:1px;top:0;background:#e3e3e3}.title-left-style-seven-wrapper .pre{color:#30373e;font-size:16px;font-style:normal;font-weight:700;line-height:26px;text-transform:uppercase}.title-left-style-seven-wrapper .title{color:#30373e;font-size:48px;font-style:normal;font-weight:600;line-height:58px;text-transform:capitalize}@media only screen and (max-width: 767px){.title-left-style-seven-wrapper .title{font-size:26px;line-height:34px}}.container-185{max-width:1550px;margin:auto}.with-grid .grid-line{width:71%;position:absolute;margin:auto;z-index:-1;height:100%;left:50%;transform:translate(-50%);top:0;pointer-events:none}.with-grid .grid-line .grid-lines{display:flex;align-items:center;justify-content:space-between;height:100%}.with-grid .grid-line .grid-lines .line{height:100%;width:1px;background:#59595966}.index-four.with-grid.in-dark .grid-line{width:70.5%}.index-four.with-grid.in-dark .line{background:#38383848}.signle-blog-style-one{position:relative}.signle-blog-style-one .thumbnail{overflow:hidden;display:block;position:relative;margin-bottom:30px}.signle-blog-style-one .thumbnail img{width:100%;transition:1s}.signle-blog-style-one .thumbnail .tag{position:absolute;bottom:0;left:0;padding:10px 12px;width:150px;background:#fff;text-align:center;height:40px;display:flex;align-items:center;justify-content:center}.signle-blog-style-one .inner-content .title{color:#30373e;font-size:24px;font-style:normal;font-weight:600;line-height:34px;transition:.3s;border-bottom:1px solid #E3E3E3;padding-bottom:40px;margin-bottom:24px}@media only screen and (max-width: 575px){.signle-blog-style-one .inner-content .title{font-size:20px;line-height:28px}}.signle-blog-style-one .inner-content .title:hover{color:var(--color-primary)}.signle-blog-style-one .inner-content .btn-blog-readmore{margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:flex-end}.signle-blog-style-one:hover .thumbnail img{transform:scale(1.2)}@media only screen and (max-width: 767px){.blog-list-inner .blog-style-three.when-bg-white:after{display:none!important}}.blog-style-three{display:flex;align-items:flex-end;position:relative;z-index:1}@media only screen and (max-width: 767px){.blog-style-three{flex-direction:column;align-items:flex-start}}.blog-style-three:after{content:"";position:absolute;width:519px;height:319px;border:1px solid #1E1F22;z-index:-1;left:130px}.blog-style-three a.thumbnail{display:block;min-width:max-content}@media only screen and (max-width: 575px){.blog-style-three a.thumbnail{min-width:100%}}.blog-style-three a.thumbnail img{min-width:max-content}@media only screen and (max-width: 575px){.blog-style-three a.thumbnail img{min-width:100%}}.blog-style-three .body-information{padding:30px}@media only screen and (max-width: 767px){.blog-style-three .body-information{padding-left:0}}.blog-style-three .body-information .blog-top{margin-bottom:12px;gap:38px;display:flex;align-items:center}.blog-style-three .body-information .blog-top .tag{color:#d9d9d9;font-size:16px;font-style:normal;font-weight:500;line-height:26px;letter-spacing:-.32px;position:relative}.blog-style-three .body-information .blog-top .tag:after{position:absolute;content:"";right:0;width:6px;height:6px;background:#88919b;border-radius:50%;left:120%;top:10px}.blog-style-three .body-information .blog-top span{color:#88919b;font-size:16px;font-style:normal;font-weight:500;line-height:26px;letter-spacing:-.32px}.blog-style-three .body-information a .title{color:#d9d9d9;font-size:24px;font-style:normal;font-weight:600;line-height:34px;margin-bottom:0;text-transform:capitalize;position:relative;display:inline;background-image:-webkit-gradient(linear,left top,right top,from(var(--color-white)),to(var(--color-white)));background-image:-webkit-linear-gradient(left,var(--color-white) 0%,var(--color-white) 100%);background-image:-o-linear-gradient(left,var(--color-white) 0%,var(--color-white) 100%);background-image:linear-gradient(to right,var(--color-white) 0%,var(--color-white) 100%);background-size:0px 1px;background-position:0px 95%;-webkit-transition:background-size .25s cubic-bezier(.785,.135,.15,.86) 0s;-o-transition:background-size .25s cubic-bezier(.785,.135,.15,.86) 0s;transition:background-size .25s cubic-bezier(.785,.135,.15,.86) 0s;padding:.1% 0;background-repeat:no-repeat}.blog-style-three .body-information a:hover .title{background-size:100% 1px!important}.blog-style-three .body-information p.disc{margin-bottom:20px;margin-top:15px}.blog-style-three .body-information a.btn-read-more-blog{color:var(--color-primary);display:flex;align-items:center;gap:5px}.border-topbottom-h3{border-top:1px solid #1E1F22}.rts-blog-area-start-six{position:relative;z-index:1;display:block;width:100%}.rts-blog-area-start-six .thumbnail img{min-width:100%}.rts-blog-area-start-six:after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background:#f6f6f6;z-index:1;pointer-events:none;transition:.3s}.rts-blog-area-start-six .inner-content{position:absolute;top:50%;transform:translateY(-50%);left:30px;z-index:2}.rts-blog-area-start-six .inner-content .top{display:flex;align-items:center;gap:38px}.rts-blog-area-start-six .inner-content .top span{color:#30373e;font-size:16px;font-style:normal;font-weight:500;line-height:26px;letter-spacing:-.32px;transition:.3s}.rts-blog-area-start-six .inner-content .title{color:#30373e;font-size:24px;font-style:normal;font-weight:600;line-height:34px;margin-top:20px;margin-bottom:20px}@media only screen and (max-width: 575px){.rts-blog-area-start-six .inner-content .title{font-size:16px;line-height:30px}}.rts-blog-area-start-six .inner-content .rts-read-more{color:#30373e;font-size:16px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-.32px;transition:.3s;display:flex;align-items:center;gap:12px}.rts-blog-area-start-six:hover:after{height:0}.rts-blog-area-start-six:hover .inner-content .top span,.rts-blog-area-start-six:hover .inner-content .title,.rts-blog-area-start-six:hover .inner-content .rts-read-more{color:#fff}.blog-style-three.when-bg-white:after{border:1px solid #E3E3E3}.blog-style-three.when-bg-white .body-information .blog-top .tag{color:#b19777}.blog-style-three.when-bg-white .body-information .title{color:#30373e;transition:.3s}.blog-style-three.when-bg-white .body-information .title:hover{color:var(--color-primary)}.service-left-sidebar-wized .search-area{position:relative}.service-left-sidebar-wized .search-area input{width:100%;background:#fff;height:50px;padding-right:50px}.service-left-sidebar-wized .search-area i{position:absolute;cursor:pointer;right:20px;top:50%;transform:translateY(-50%)}.service-left-sidebar-wized .recent-post-single{display:flex;align-items:center;margin-bottom:20px}.service-left-sidebar-wized .recent-post-single:last-child{margin-bottom:0}.service-left-sidebar-wized .recent-post-single .thumbnail{margin-right:20px;overflow:hidden;max-width:max-content;width:100%;border-radius:0;display:block}.service-left-sidebar-wized .recent-post-single .thumbnail img{height:auto;transition:.3s;min-width:max-content}.service-left-sidebar-wized .recent-post-single .thumbnail:hover img{transform:scale(1.2)}.service-left-sidebar-wized .recent-post-single .user{display:flex;align-items:center}.service-left-sidebar-wized .recent-post-single .user span{margin-left:9px}.service-left-sidebar-wized .recent-post-single .post-title .title{margin-bottom:0;font-size:16px;font-weight:600;color:#1c2539;line-height:26px;margin-top:5px;transition:.3s}@media only screen and (max-width: 479px){.service-left-sidebar-wized .recent-post-single .post-title .title{font-size:14px;line-height:26px;margin-top:0}}.service-left-sidebar-wized .recent-post-single .post-title:hover .title{color:var(--color-primary)}.service-left-sidebar-wized .gallery-inner{display:flex;flex-direction:column}.service-left-sidebar-wized .gallery-inner .single-row{display:flex;align-items:center;justify-content:space-between}.service-left-sidebar-wized .gallery-inner .single-row a{overflow:hidden;border-radius:0}@media only screen and (max-width: 479px){.service-left-sidebar-wized .gallery-inner .single-row a{display:block;width:100%}}.service-left-sidebar-wized .gallery-inner .single-row a img{max-width:86px;height:auto;transition:.3s}@media only screen and (min-width: 1200px) and (max-width: 1599px){.service-left-sidebar-wized .gallery-inner .single-row a img{max-width:80px}}@media only screen and (max-width: 1199px){.service-left-sidebar-wized .gallery-inner .single-row a img{min-width:auto}}@media only screen and (min-width: 768px) and (max-width: 991px){.service-left-sidebar-wized .gallery-inner .single-row a img{min-width:193px}}@media only screen and (max-width: 767px){.service-left-sidebar-wized .gallery-inner .single-row a img{min-width:135px}}@media only screen and (max-width: 575px){.service-left-sidebar-wized .gallery-inner .single-row a img{min-width:140px}}@media only screen and (max-width: 479px){.service-left-sidebar-wized .gallery-inner .single-row a img{min-width:80px}}.service-left-sidebar-wized .gallery-inner .single-row a:hover img{transform:scale(1.2)}.service-left-sidebar-wized .gallery-inner .single-row.row-1{margin-bottom:20px}.service-left-sidebar-wized .tags-wrapper{display:flex;flex-wrap:wrap;margin-bottom:-10px}.service-left-sidebar-wized .tags-wrapper a{padding:5px 13px;background:#fff;border-radius:0;margin-right:10px;margin-bottom:10px;color:#1c2539;font-size:14px;font-weight:500;transition:.3s}.service-left-sidebar-wized .tags-wrapper a:hover{background:var(--color-primary);color:#fff;transform:translateY(-3px) scale(1.09)}.single-blog-list-style-one .thumbnail{display:block;overflow:hidden}.single-blog-list-style-one .thumbnail img{min-width:100%}.single-blog-list-style-one .blog-body{padding:40px;background:#f6f6f6}@media only screen and (max-width: 767px){.single-blog-list-style-one .blog-body{padding:20px}}.single-blog-list-style-one .blog-body .top{display:flex;align-items:center;gap:30px}@media only screen and (max-width: 575px){.single-blog-list-style-one .blog-body .top{flex-direction:column;align-items:flex-start;gap:20px}}.single-blog-list-style-one .blog-body .top .single{display:flex;align-items:center;gap:12px}.single-blog-list-style-one .blog-body .top .single i{color:var(--color-primary)}.single-blog-list-style-one .blog-body .top .single span{color:#74787c}.single-blog-list-style-one .blog-body .inner{margin-top:25px}.single-blog-list-style-one .blog-body .inner .title{color:#30373e;font-size:34px;font-style:normal;font-weight:700;line-height:44px;text-transform:capitalize;margin-bottom:30px;transition:.3s}@media only screen and (min-width: 768px) and (max-width: 991px){.single-blog-list-style-one .blog-body .inner .title{font-size:26px;line-height:36px}}@media only screen and (max-width: 767px){.single-blog-list-style-one .blog-body .inner .title{font-size:26px;line-height:36px}}@media only screen and (max-width: 575px){.single-blog-list-style-one .blog-body .inner .title{font-size:20px;line-height:34px}.single-blog-list-style-one .blog-body .inner .title br{display:none}}.single-blog-list-style-one .blog-body .inner .title:hover{color:var(--color-primary)}.single-blog-list-style-one .blog-body .inner .rts-btn{border-radius:0;padding:15px 50px}.brand-style-three a img{transition:.3s}.brand-style-three a img:hover{filter:invert(1)}.after-before-main-wrapper-one body{position:relative;background-color:#ddd;font-family:helvetica,sans-serif;font-weight:lighter;font-size:14px;color:#555;margin:0;padding:0;min-width:320px}.after-before-main-wrapper-one h1{text-transform:uppercase;color:#333}.after-before-main-wrapper-one h3{font-weight:lighter;color:#555}.after-before-main-wrapper-one a{position:relative;color:#a8244f;text-decoration:none}.after-before-main-wrapper-one a:before{content:"";height:2px;position:absolute;bottom:-5px;left:0;right:0;background-color:#7e1b3b;transform:rotateY(90deg);transition:transform .2s ease-in-out}.after-before-main-wrapper-one a:hover{color:#7e1b3b;text-decoration:none}.after-before-main-wrapper-one a:hover:before{transform:rotateY(0)}.after-before-main-wrapper-one .split{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:strech}.after-before-main-wrapper-one .split p{flex-basis:100%}@media screen and (min-width: 767px){.after-before-main-wrapper-one .split p{flex-basis:48%}}.after-before-main-wrapper-one nav.social{display:inline-block;padding:0;margin-bottom:18px}.after-before-main-wrapper-one nav.social li{list-style:none;float:left}.after-before-main-wrapper-one nav.social li a{padding:5px}.after-before-main-wrapper-one nav.social li:first-child a{padding-left:0}.after-before-main-wrapper-one .container{position:relative;width:100%;margin:50px 0}.after-before-main-wrapper-one .container .inner{position:relative;width:100%;max-width:960px;margin:0 auto;overflow:hidden;box-sizing:border-box;padding:20px 30px;background-color:#eee}.after-before-main-wrapper-one .comparison-slider-wrapper{position:relative;width:100%;background-color:#fff}.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider{position:relative;width:100%;margin:0;box-sizing:border-box}.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider>img{width:100%;height:auto;display:block}.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .overlay{display:none;position:absolute;width:max-content;bottom:20px;right:20px;background-color:var(--color-primary);padding:10px;box-sizing:border-box;color:#ddd;text-align:right}@media screen and (min-width: 767px){.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .overlay{display:block}}.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .resize{position:absolute;top:0;left:0;height:100%;width:50%;overflow:hidden}.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .resize>img{display:block;min-width:100%;max-width:none}.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .resize .overlay{right:auto;left:20px;text-align:left}.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider{position:absolute;width:2px;height:100%;background-color:#fff3;left:50%;top:0;bottom:0;margin-left:-1px;cursor:ew-resize}.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider:before{content:"";position:absolute;width:20px;height:20px;left:-9px;top:50%;margin-top:-10px;background-color:#fff;transform:rotate(45deg);transition:all .1s ease-in-out}.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider:after{content:"";position:absolute;width:12px;height:12px;left:-5px;top:50%;margin-top:-6px;background-color:#fff;transform:rotate(45deg);transition:all .1s ease-in-out}.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider.draggable:before{width:30px;height:30px;left:-14px;margin-top:-15px}.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider.draggable:after{width:20px;height:20px;left:-9px;margin-top:-10px;background-color:#555}.after-before-main-wrapper-one .comparison-slider-wrapper .caption{position:relative;width:100%;padding:10px;box-sizing:border-box;font-size:12px;font-style:italic}.after-before-main-wrapper-one .suppoprt-me{display:inline-block;position:fixed;bottom:10px;left:10px;width:20vw;max-width:250px;min-width:200px;z-index:9}.after-before-main-wrapper-one .suppoprt-me img{width:100%;height:auto}.after-before-main-wrapper-conetnt p.disc{margin-bottom:25px}.after-before-main-wrapper-conetnt .step-by-step{display:flex;align-items:center;gap:30px}.after-before-main-wrapper-conetnt .step-by-step svg{min-width:max-content}.after-before-main-wrapper-conetnt .step-by-step .title{margin-bottom:8px}.after-before-main-wrapper-conetnt .step-by-step p.disc{max-width:90%;margin-bottom:0}.counter{min-width:max-content}.counter-inner-rts{flex-basis:288px}@media only screen and (min-width: 768px) and (max-width: 991px){.counter-inner-rts{flex-basis:auto}}@media only screen and (max-width: 767px){.counter-inner-rts{flex-basis:auto}}.counter-wrapper-one{display:flex;align-items:center;gap:45px;position:relative}.counter-wrapper-one:after{position:absolute;content:"";height:1px;background:#f1f1f1;width:100%;top:50%;left:0}.counter-wrapper-one:before{position:absolute;content:"";height:100%;background:#f1f1f1;width:1px;top:0;left:43%}.single-counter{flex-basis:39%}.single-counter .counter-main{display:flex;align-items:center}.single-counter .counter-main span{font-size:26px;color:#30373e}.counter-area-main-wrapper-rts{gap:41px;justify-content:space-between}@media only screen and (min-width: 768px) and (max-width: 991px){.counter-area-main-wrapper-rts{flex-direction:column;align-items:flex-start}}@media only screen and (max-width: 767px){.counter-area-main-wrapper-rts{flex-direction:column;align-items:flex-start}}@media only screen and (max-width: 1199px){.counter-area-main-wrapper-rts .title-style-left{max-width:31%}}@media only screen and (min-width: 768px) and (max-width: 991px){.counter-area-main-wrapper-rts .title-style-left{max-width:80%}}@media only screen and (max-width: 767px){.counter-area-main-wrapper-rts .title-style-left{max-width:80%}}.counter-area-main-wrapper-rts .title{color:#30373e;font-size:34px;font-style:normal;font-weight:600;line-height:44px}@media only screen and (max-width: 575px){.counter-area-main-wrapper-rts .title{color:#30373e;font-size:22px;font-style:normal;font-weight:600;line-height:36px}}@media only screen and (max-width: 1199px){.counter-area-main-wrapper-rts .title br{display:none}}.counter-area-main-wrapper-rts p{min-width:max-content}.counter-area-main-wrapper-rts .counter-inner-rts .counter-wrapper-one{flex-wrap:wrap;flex-basis:340px}.counter-area-main-wrapper-rts .last-counter-section{margin-right:236px}@media only screen and (max-width: 575px){.counter-area-main-wrapper-rts .last-counter-section{display:none}}.counter-main-wrapper-two{display:flex;align-items:center;justify-content:space-between;padding:100px 0;border-bottom:1px solid #E3E3E3}@media only screen and (max-width: 767px){.counter-main-wrapper-two{flex-wrap:wrap;justify-content:center}}@media only screen and (max-width: 575px){.counter-main-wrapper-two{flex-direction:column;align-items:center}}.counter-main-wrapper-two .inner .title{margin-bottom:0;font-family:var(--font-primary);font-size:80px;font-style:normal;font-weight:600;line-height:44px;-webkit-text-stroke:1px;-webkit-text-stroke-color:#30373E;color:transparent;display:block}@media only screen and (max-width: 575px){.counter-main-wrapper-two .inner .title{font-size:70px;line-height:18px}}.counter-main-wrapper-two .inner .title span.counter{color:transparent}.counter-main-wrapper-two .inner p{color:#7d7d7d;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-.36px;margin-top:35px;display:block}.bg_video-three.bg_image{position:relative}.bg_video-three.bg_image .vedio-icone{left:45%;top:40%}@media only screen and (min-width: 768px) and (max-width: 991px){.bg_video-three.bg_image .vedio-icone{top:11%}}@media only screen and (max-width: 767px){.bg_video-three.bg_image .vedio-icone{top:11%}}@media only screen and (max-width: 479px){.bg_video-three.bg_image .vedio-icone{top:8%;left:30%}}.title-area-product-one{display:flex;align-items:center;gap:96px}@media only screen and (min-width: 768px) and (max-width: 991px){.title-area-product-one{flex-direction:column;align-items:flex-start;gap:30px}}@media only screen and (max-width: 767px){.title-area-product-one{flex-direction:column;align-items:flex-start;gap:10px}}.title-area-product-one .title-style-left{min-width:max-content}.title-area-product-one p.disc{max-width:42%;margin-bottom:0;margin-top:27px}@media only screen and (min-width: 768px) and (max-width: 991px){.title-area-product-one p.disc{max-width:100%;margin-top:0}}@media only screen and (max-width: 767px){.title-area-product-one p.disc{max-width:100%;margin-bottom:0;margin-top:0}}.single-product-one{position:relative;z-index:1;display:block;overflow:hidden}.single-product-one a{display:block;width:100%;height:100%}.single-product-one a img{width:100%;height:100%}.single-product-one:after{position:absolute;content:"";left:0;right:0;bottom:0;height:0%;transition:.4s;z-index:0;width:100%;background:linear-gradient(180deg,#12141500 30.87%,#010101cc 73.06%);pointer-events:none}.single-product-one span.number{position:absolute;right:-160px;transition:.5s;top:30px;z-index:2;font-size:120px;line-height:100px;font-weight:700;-webkit-text-stroke-width:.5px;-webkit-text-stroke-color:#e3e3e3;color:transparent}.single-product-one .inenr-content-absolute{position:absolute;left:40px;bottom:-122px;transition:.3s;z-index:2}.single-product-one .inenr-content-absolute a .title{color:#fff;font-style:normal;font-weight:700;text-transform:capitalize;margin-bottom:10px}.single-product-one .inenr-content-absolute .category{color:#e3e3e3;font-style:normal;font-weight:400;letter-spacing:4.8px;text-transform:uppercase}.single-product-one:hover:after{height:100%}.single-product-one:hover span.number{right:30px}.single-product-one:hover .inenr-content-absolute{bottom:50px}@media only screen and (max-width: 767px){.portfolio-boxes .swiper-slide-active .single-product-one:after{height:100%}.portfolio-boxes .swiper-slide-active .single-product-one span.number{right:30px}.portfolio-boxes .swiper-slide-active .single-product-one .inenr-content-absolute{bottom:50px}}@media only screen and (max-width: 767px) and (max-width: 767px){.portfolio-boxes .swiper-slide-active .single-product-one .inenr-content-absolute{bottom:130px}}.counter-area-main-wrapper-rts{display:flex;align-items:center}.counter-area-main-wrapper-rts .float-right-content .title{color:#30373e;font-size:34px;font-style:normal;font-weight:600;line-height:44px}.project-style-two-title-main-wrapper{display:flex;align-items:center;gap:92px;position:relative}@media only screen and (max-width: 767px){.project-style-two-title-main-wrapper{flex-direction:column;align-items:flex-start;gap:10px}}.project-style-two-title-main-wrapper .title-left-style-two{min-width:max-content}.project-style-two-title-main-wrapper p.disc{color:#7d7d7d;font-size:16px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-.32px}@media only screen and (max-width: 1199px){.project-style-two-title-main-wrapper p.disc br{display:none}}.project-style-two-title-main-wrapper .pagination-left-banner-one{position:absolute;right:10px;display:flex;align-items:center;justify-content:space-between;width:150px;gap:10px;left:auto;bottom:-35px;z-index:2}.project-style-two-title-main-wrapper .pagination-left-banner-one .swiper-pagination-progressbar{width:90px;background:#e3e3e3;height:2px;left:26px}.project-style-two-title-main-wrapper .pagination-left-banner-one .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{height:2px;background:var(--color-primary)}.portfolio-outer-text-swiper-wrapper{position:absolute;top:40%;left:22%;overflow:hidden;height:157px;display:flex;align-items:center}@media only screen and (max-width: 575px){.portfolio-outer-text-swiper-wrapper{top:13%}}.modern-slider{height:100vh;overflow:hidden}@media only screen and (min-width: 1200px) and (max-width: 1599px){.modern-slider .modern-slider-area-start .single-product-wrapper-two{max-height:80%;max-width:80%;margin:auto}}@media only screen and (max-width: 1199px){.modern-slider .modern-slider-area-start .single-product-wrapper-two{max-height:auto;max-width:60%;margin:auto}}.main-product-wrapper-two{position:relative;z-index:1}.main-product-wrapper-two .outer-product-text h2.title-change-one{display:flex;align-items:center;color:#30373e;font-size:140px;font-style:normal;font-weight:800;line-height:140px;text-transform:capitalize;font-family:var(--font-primary);min-width:max-content}@media only screen and (max-width: 1199px){.main-product-wrapper-two .outer-product-text h2.title-change-one{font-size:80px}}@media only screen and (max-width: 767px){.main-product-wrapper-two .outer-product-text h2.title-change-one{font-size:50px}}@media only screen and (max-width: 575px){.main-product-wrapper-two .outer-product-text h2.title-change-one{font-size:36px}}.main-product-wrapper-two .outer-product-text h2.title-change-one span{font-size:140px;font-style:normal;font-weight:800;line-height:44px;text-transform:capitalize;-webkit-text-stroke:1px;color:transparent;-webkit-text-stroke-color:#30373e}@media only screen and (max-width: 1199px){.main-product-wrapper-two .outer-product-text h2.title-change-one span{font-size:80px}}@media only screen and (max-width: 767px){.main-product-wrapper-two .outer-product-text h2.title-change-one span{font-size:50px}}@media only screen and (max-width: 575px){.main-product-wrapper-two .outer-product-text h2.title-change-one span{font-size:36px}}.mySwiper-product-two{overflow:hidden}.title-large-3{color:#d9d9d9;font-size:140px;font-style:normal;font-weight:700;line-height:58px;font-family:var(--font-primary)}@media only screen and (min-width: 768px) and (max-width: 991px){.title-large-3{font-size:90px}}@media only screen and (max-width: 767px){.title-large-3{font-size:65px}}@media only screen and (max-width: 575px){.title-large-3{font-size:42px;line-height:62px}}.title-large-3 span{-webkit-text-stroke:1px;color:transparent;-webkit-text-stroke-color:#88919b}.container-200{max-width:1520px;margin:auto}.showcase-images-area-main-wrapper{width:100%;position:relative;min-height:800px}@media only screen and (min-width: 1200px) and (max-width: 1599px){.showcase-images-area-main-wrapper{min-height:max-content}}@media only screen and (max-width: 575px){.showcase-images-area-main-wrapper{min-height:500px}}.showcase-images-area-main-wrapper .hover-btn-area{position:absolute;top:50%;transform:translate(-50%,-50%);left:50%;z-index:2}@media only screen and (min-width: 1200px) and (max-width: 1599px){.showcase-images-area-main-wrapper .hover-btn-area{top:41%}}@media only screen and (max-width: 1199px){.showcase-images-area-main-wrapper .hover-btn-area{top:41%}}@media only screen and (min-width: 768px) and (max-width: 991px){.showcase-images-area-main-wrapper .hover-btn-area{top:50%}}@media only screen and (max-width: 767px){.showcase-images-area-main-wrapper .hover-btn-area{top:50%}}@media only screen and (max-width: 479px){.showcase-images-area-main-wrapper .hover-btn-area{width:100%}}.showcase-images-area-main-wrapper .hover-btn-area ul{list-style:none;padding:0}.showcase-images-area-main-wrapper .hover-btn-area ul li.single-btn-bg{padding:10px 0;text-align:center;font-size:80px;font-style:normal;font-weight:700;line-height:90px;text-transform:capitalize;color:transparent}@media only screen and (max-width: 1199px){.showcase-images-area-main-wrapper .hover-btn-area ul li.single-btn-bg{font-size:40px;font-weight:700;line-height:46px}}@media only screen and (min-width: 768px) and (max-width: 991px){.showcase-images-area-main-wrapper .hover-btn-area ul li.single-btn-bg{font-size:36px;font-weight:700;line-height:36px}}@media only screen and (max-width: 767px){.showcase-images-area-main-wrapper .hover-btn-area ul li.single-btn-bg{font-size:26px;font-weight:700;line-height:46px}}.showcase-images-area-main-wrapper .hover-btn-area ul li.single-btn-bg a{-webkit-text-stroke:1px;-webkit-text-stroke-color:#d8d9da}.showcase-images-area-main-wrapper .hover-btn-area ul li.single-btn-bg.active a{color:#fff;-webkit-text-stroke:1px;-webkit-text-stroke-color:#d8d9da}.showcase-images-area-main-wrapper .img-hover-area{overflow:hidden;display:block;max-width:100%}.showcase-images-area-main-wrapper .img-hover-area .rts-img-hover{opacity:0;transition:.3s;position:absolute;top:0;z-index:0;height:100%}.showcase-images-area-main-wrapper .img-hover-area .rts-img-hover img{transition:.8s;height:100%;transform:scale(.7)}.showcase-images-area-main-wrapper .img-hover-area .rts-img-hover.active{opacity:1;z-index:2;position:relative;z-index:1;display:block}.showcase-images-area-main-wrapper .img-hover-area .rts-img-hover.active:after{position:absolute;left:0;top:0;width:100%;height:100%;background:#00000056;content:"";z-index:2}.showcase-images-area-main-wrapper .img-hover-area .rts-img-hover.active img{transform:scale(1)}@media only screen and (max-width: 575px){.title-style-three-center p.dsic{max-width:100%!important}}.mySwiper-project-5{position:relative}.signle-project-area-five{position:relative;transition:.5s;overflow:hidden}.signle-project-area-five img{width:100%}.signle-project-area-five .inner-content{position:absolute;left:30px;bottom:-30px;opacity:0;transition:.5s}.signle-project-area-five .inner-content .tag{background:var(--color-primary);display:block;max-width:max-content;padding:5px 10px;color:#fff}.signle-project-area-five .inner-content a{display:block;max-width:max-content;background:#fff;padding:16px 22px;margin:0}.signle-project-area-five .inner-content a .title{margin-bottom:0;color:#30373e;font-size:18px;font-style:normal;font-weight:600;line-height:28px;text-transform:capitalize}.signle-project-area-five:hover{z-index:10}.signle-project-area-five:hover .inner-content{left:30px;bottom:30px;opacity:1}.mySwiper-project-5 .swiper-wrapper{align-items:center}.project-full-top-wrapper{display:flex;align-items:center;justify-content:space-between}@media only screen and (min-width: 768px) and (max-width: 991px){.project-full-top-wrapper{flex-direction:column;align-items:flex-start;gap:30px}}@media only screen and (max-width: 767px){.project-full-top-wrapper{flex-direction:column;align-items:flex-start;gap:30px}}.project-full-top-wrapper p.disc{max-width:35%;margin-bottom:0}@media only screen and (min-width: 768px) and (max-width: 991px){.project-full-top-wrapper p.disc{max-width:100%}}@media only screen and (max-width: 767px){.project-full-top-wrapper p.disc{max-width:100%}}.project--style-six .thumbnail{display:block;max-width:max-content;overflow:hidden}@media only screen and (min-width: 768px) and (max-width: 991px){.project--style-six .thumbnail{min-width:100%}}@media only screen and (max-width: 767px){.project--style-six .thumbnail{min-width:100%}}.project--style-six .thumbnail img{transition:.8s}@media only screen and (min-width: 768px) and (max-width: 991px){.project--style-six .thumbnail img{min-width:100%}}@media only screen and (max-width: 767px){.project--style-six .thumbnail img{min-width:100%}}.project--style-six .thumbnail:hover img{transform:scale(1.09)}.project--style-six .inner-content{margin-top:30px}.project--style-six .inner-content a .title{transition:.3s;margin-bottom:13px}.project--style-six .inner-content a .title:hover{color:var(--color-primary)}.project--style-six .inner-content p.disc{max-width:75%}@media only screen and (max-width: 575px){.project--style-six .inner-content p.disc{max-width:100%}}.project-area-main-wrapper-four{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.project-area-main-wrapper-four>div{flex-basis:33%}@media only screen and (max-width: 767px){.project-area-main-wrapper-four>div{flex-basis:50%}}@media only screen and (max-width: 575px){.project-area-main-wrapper-four>div{flex-basis:100%}.project-area-main-wrapper-four>div:nth-child(5){margin-bottom:100px}}@media only screen and (max-width: 479px){.project-area-main-wrapper-four>div{flex-basis:100%}.project-area-main-wrapper-four>div:nth-child(5){margin-bottom:100px}}.project-area-main-wrapper-four .project-single-four{padding-left:80px;position:relative;z-index:1}.project-area-main-wrapper-four .project-single-four:after{position:absolute;content:"";left:0;width:60px;height:1px;top:40%;transform:translateY(-50%);background:#30373e}.project-area-main-wrapper-four .project-single-four a{max-width:max-content;display:inline-block;position:relative}.project-area-main-wrapper-four .project-single-four a img{position:absolute;top:0;z-index:-1;pointer-events:none;opacity:0;transition:.5s;min-width:max-content}.project-area-main-wrapper-four .project-single-four a .title{transition:.3s;color:#fff;max-width:max-content}@media only screen and (min-width: 768px) and (max-width: 991px){.project-area-main-wrapper-four .project-single-four a .title{font-size:22px}}@media only screen and (max-width: 767px){.project-area-main-wrapper-four .project-single-four a .title{font-size:22px}}.project-area-main-wrapper-four .project-single-four a .number{position:absolute;top:-30px;right:0;color:#d9d9d9;font-size:24px;font-style:italic;font-weight:600;line-height:34px;text-transform:capitalize}.project-area-main-wrapper-four .project-single-four:hover a img{opacity:1;top:-150px}.project-area-main-wrapper-four .project-single-four:hover a .title{color:#30373e}.title-area-product-one{position:relative}.title-area-product-one .swiper-next-prev-wrapper .swiper-button-next,.title-area-product-one .swiper-next-prev-wrapper .swiper-button-prev{background-image:none}@media only screen and (min-width: 1200px) and (max-width: 1599px){.title-area-product-one .swiper-next-prev-wrapper .swiper-button-next,.title-area-product-one .swiper-next-prev-wrapper .swiper-button-prev{position:relative}}@media only screen and (max-width: 1199px){.title-area-product-one .swiper-next-prev-wrapper .swiper-button-next,.title-area-product-one .swiper-next-prev-wrapper .swiper-button-prev{display:none}}.title-area-product-one .swiper-next-prev-wrapper .swiper-button-next:after,.title-area-product-one .swiper-next-prev-wrapper .swiper-button-prev:after{position:absolute;background-image:none;height:45px;width:45px;border:1px solid #d8d9da;content:"";font-family:var(--font-3);display:flex;align-items:center;justify-content:center;transition:.3s}.title-area-product-one .swiper-next-prev-wrapper .swiper-button-next:hover:after,.title-area-product-one .swiper-next-prev-wrapper .swiper-button-prev:hover:after{background:var(--color-primary);color:#fff}.title-area-product-one .swiper-next-prev-wrapper .swiper-button-next{right:0;bottom:35px;top:auto}@media only screen and (min-width: 1200px) and (max-width: 1599px){.title-area-product-one .swiper-next-prev-wrapper .swiper-button-next{bottom:-5px}}.title-area-product-one .swiper-next-prev-wrapper .swiper-button-prev{left:auto!important;right:0!important;top:65px}@media only screen and (min-width: 1200px) and (max-width: 1599px){.title-area-product-one .swiper-next-prev-wrapper .swiper-button-prev{top:36px}}.title-area-product-one .swiper-next-prev-wrapper .swiper-button-prev:after{content:""}.g-80{--bs-gutter-y: 80px;--bs-gutter-x: 80px}.container-30{max-width:1850px;margin:auto}.portfolio-grid-col-2-single .thumbnail{display:block;max-width:max-content;overflow:hidden}.portfolio-grid-col-2-single .thumbnail:hover img{transform:scale(1.1)}.portfolio-grid-col-2-single .thumbnail img{width:max-content;transition:.5s}.portfolio-grid-col-2-single .inner-text{margin-top:40px}.portfolio-grid-col-2-single .inner-text .title{color:#30373e;font-size:24px;font-style:normal;font-weight:600;line-height:28px;text-transform:capitalize;transition:.3s}.portfolio-grid-col-2-single .inner-text .title:hover{color:var(--color-primary)}.portfolio-grid-col-2-single .inner-text p.disc{color:#7d7d7d;font-size:16px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:-.32px;text-transform:capitalize;max-width:60%}@media only screen and (min-width: 768px) and (max-width: 991px){.portfolio-grid-col-2-single .inner-text p.disc{max-width:100%}}@media only screen and (max-width: 767px){.portfolio-grid-col-2-single .inner-text p.disc{max-width:100%}}.portfolio-style-custom-4{position:relative;z-index:1;overflow:hidden}.portfolio-style-custom-4:after{content:"";left:0;width:100%;height:100%;bottom:0;transition:.5s;position:absolute;z-index:0;background:linear-gradient(180deg,#12141500 30.87%,#010101cc 73.06%);height:0;pointer-events:none}.portfolio-style-custom-4 a.thumbnail{overflow:hidden;display:block}.portfolio-style-custom-4 a.thumbnail img{transition:.3s;width:100%}.portfolio-style-custom-4 a.thumbnail:hover img{transform:scale(1.1)}.portfolio-style-custom-4 .inner-content{position:absolute;left:30px;bottom:-80px;z-index:2;transition:.3s}.portfolio-style-custom-4:hover:after{height:100%}.portfolio-style-custom-4:hover .inner-content{bottom:30px}.portfolio-style-custom-4:hover .inner-content .title{color:#fff;margin-bottom:10px}.portfolio-style-custom-4:hover .inner-content span{color:#e3e3e3;font-size:16px;font-style:normal;font-weight:400;line-height:26px;letter-spacing:4.8px;text-transform:uppercase}.mySwiper-varticle-portfolio{width:100%}.single-projects-title-1.active .single-projects-title a .title{color:var(--color-primary)}.product-area-full-width{position:relative;max-width:max-content;overflow:hidden;height:580px;min-width:100%}.product-area-full-width .title-area{display:flex;align-items:center;padding-left:50px;position:absolute;bottom:30px;width:100%;z-index:10;justify-content:space-around}@media only screen and (max-width: 1199px){.product-area-full-width .title-area{flex-wrap:wrap;gap:80px 0}}@media only screen and (max-width: 767px){.product-area-full-width .title-area{flex-direction:column;gap:30px;align-items:flex-start;padding-left:20px}}.product-area-full-width .title-area .title{color:#fff;margin-bottom:5px;transition:.3s}@media only screen and (min-width: 1200px) and (max-width: 1599px){.product-area-full-width .title-area .title{font-size:18px;line-height:24px}}@media only screen and (max-width: 1199px){.product-area-full-width .title-area .title{font-size:18px;line-height:24px}}.product-area-full-width .title-area .title:hover{color:var(--color-primary)}.product-area-full-width .title-area span{color:#e3e3e3;font-size:16px;font-style:normal;font-weight:400;line-height:44px;text-transform:uppercase}.product-area-full-width .title-area .details-area{position:absolute;bottom:85%;left:0;max-width:80%;opacity:0;transition:.4s;padding:20px;background:#302f2e71}.product-area-full-width .title-area .details-area p.disc{color:#cecece}.product-area-full-width .title-area .details-area p.disc i{font-size:28px}.product-area-full-width .bg-images .bg-image{transition:.5s;position:absolute;width:100%;height:100%;left:0;top:0;right:0;bottom:0;z-index:5;opacity:0}.product-area-full-width .bg-images .bg-image.active{display:block;opacity:1;z-index:9}.product-area-full-width .bg-images .bg-image.active img{transform:scale(1)}.product-area-full-width .bg-images img{transform:scale(1.15);transition:1s;width:100%;height:100%;object-fit:cover}.single-projects-title:hover .details-area{opacity:1!important;bottom:125%!important}.rts-portfolio-area-bg-change .grid-line{width:49%}.single-product-team-details .title{margin-top:30px;margin-bottom:10px}.single-product-team-details .designation{color:var(--color-primary)}.swiper-project-product-area-team{position:relative;overflow:hidden}.swiper-project-product-area-team .mySwiper-product-team{padding-bottom:50px}.swiper-project-product-area-team .mySwiper-product-team .swiper-pagination-bullet-active{background:var(--color-primary)}@media only screen and (min-width: 1600px) and (max-width: 1919px){body.portfolio-boxes .swiper-product-one-wrapper{padding-bottom:20px}}@media only screen and (min-width: 1200px) and (max-width: 1599px){body.portfolio-boxes .swiper-product-one-wrapper{padding-bottom:50px}}@media only screen and (max-width: 1199px){body.portfolio-boxes .swiper-product-one-wrapper{padding-bottom:40px}}@media only screen and (max-width: 767px){body.portfolio-boxes .swiper-product-one-wrapper{padding-bottom:0}}body.portfolio-boxes .rts-project-area{height:800px}@media only screen and (min-width: 1600px) and (max-width: 1919px){body.portfolio-boxes .rts-project-area{height:auto}}@media only screen and (min-width: 1200px) and (max-width: 1599px){body.portfolio-boxes .rts-project-area{height:auto}}@media only screen and (max-width: 1199px){body.portfolio-boxes .rts-project-area{height:auto}}body.portfolio-boxes .swiper-product-one-box-page{height:720px}@media only screen and (min-width: 1200px) and (max-width: 1599px){body.portfolio-boxes .swiper-product-one-box-page{height:auto}}@media only screen and (max-width: 1199px){body.portfolio-boxes .swiper-product-one-box-page{height:auto}}@media only screen and (max-width: 767px){body.portfolio-boxes .swiper-product-one-box-page{height:100vh}}body.portfolio-boxes .swiper-product-one-box-page .thumbnail{height:720px}@media only screen and (min-width: 1600px) and (max-width: 1919px){body.portfolio-boxes .swiper-product-one-box-page .thumbnail{height:80vh}}@media only screen and (min-width: 1200px) and (max-width: 1599px){body.portfolio-boxes .swiper-product-one-box-page .thumbnail{height:75vh}}@media only screen and (max-width: 1199px){body.portfolio-boxes .swiper-product-one-box-page .thumbnail{height:75vh}}@media only screen and (max-width: 767px){body.portfolio-boxes .swiper-product-one-box-page .thumbnail{height:100vh}}.pagination-portfolio-boxes{position:absolute;bottom:17px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;width:157px}@media only screen and (min-width: 1200px) and (max-width: 1599px){.pagination-portfolio-boxes{bottom:0}}@media only screen and (max-width: 1199px){.pagination-portfolio-boxes{bottom:0}}@media only screen and (min-width: 768px) and (max-width: 991px){.pagination-portfolio-boxes{bottom:0}}.pagination-portfolio-boxes .swiper-pagination-progressbar{width:90px;background:#e3e3e3;height:2px;left:32px}.pagination-portfolio-boxes .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{height:2px;background:var(--color-primary)}.portfolio-boxes{position:relative}.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper{display:flex;align-items:center}.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-next,.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-prev{background-image:none;display:flex;align-items:center;position:absolute;transition:.3s}.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-next:after,.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-prev:after{position:absolute;content:"";font-family:var(--font-3);right:-40px;transition:.3s;top:50%;transform:translateY(-60%)}.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-next:hover,.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-prev:hover{color:var(--color-primary)}.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-next:hover:after,.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-prev:hover:after{color:var(--color-primary)}.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-next{right:80px;bottom:15px;top:auto;left:auto}@media only screen and (min-width: 1200px) and (max-width: 1599px){.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-next{bottom:0}}@media only screen and (max-width: 1199px){.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-next{bottom:0}}@media only screen and (max-width: 767px){.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-next{display:block;z-index:10;bottom:50%;color:#fff}.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-next:after{top:13px;color:#fff}}.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-prev{left:80px;bottom:15px;top:auto;right:auto}@media only screen and (min-width: 1200px) and (max-width: 1599px){.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-prev{bottom:0}}@media only screen and (max-width: 1199px){.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-prev{bottom:0}}@media only screen and (max-width: 767px){.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-prev{display:block;bottom:50%;z-index:10;color:#fff}.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-prev:after{top:13px;color:#fff}}.portfolio-boxes .swiper-product-one-wrapper .swiper-next-prev-wrapper .swiper-button-prev:after{position:absolute;content:"";font-family:var(--font-3);left:-35px}.varticle-portfolio .product-area-full-width{height:100vh}.portfolio-main-wrapper-h-six{display:flex;align-items:center;flex-wrap:wrap}.portfolio-main-wrapper-h-six .project--style-six{flex-basis:50%}@media only screen and (min-width: 768px) and (max-width: 991px){.portfolio-main-wrapper-h-six .project--style-six{flex-basis:100%}}@media only screen and (max-width: 767px){.portfolio-main-wrapper-h-six .project--style-six{flex-basis:100%}}.portfolio-main-wrapper-h-six .project--style-six:nth-of-type(2n){padding-left:150px}@media only screen and (min-width: 768px) and (max-width: 991px){.portfolio-main-wrapper-h-six .project--style-six:nth-of-type(2n){padding-left:0}}@media only screen and (max-width: 767px){.portfolio-main-wrapper-h-six .project--style-six:nth-of-type(2n){padding-left:0}}.varticle-slider-body{max-height:100vh!important}.varticle-slider-body .mySwiper-banner-one-1{padding-bottom:53px}.varticle-slider-body .mySwiper-banner-one-1 .swiper-pagination-bullet{background:var(--color-primary)}.showcase-tab-varticle{background:#000!important;max-height:100vh;overflow:hidden}@media only screen and (max-width: 1199px){.varticle-slider-body .signle-swiper-start,.varticle-slider-body .signle-swiper-start .thumbnail-banner-one{height:100vh}.varticle-slider-body .signle-swiper-start .thumbnail-banner-one img{height:100%;object-fit:cover}}.varticle-portfolio .mySwiper-varticle-portfolio{position:relative}.varticle-portfolio .mySwiper-varticle-portfolio .swiper-button-next,.varticle-portfolio .mySwiper-varticle-portfolio .swiper-button-prev{background-image:none}.varticle-portfolio .mySwiper-varticle-portfolio .swiper-button-next:after,.varticle-portfolio .mySwiper-varticle-portfolio .swiper-button-prev:after{background-image:none;content:"";font-family:var(--font-3);height:45px;width:45px;background:#fff;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.3s}.varticle-portfolio .mySwiper-varticle-portfolio .swiper-button-next:hover:after,.varticle-portfolio .mySwiper-varticle-portfolio .swiper-button-prev:hover:after{background:var(--color-primary);color:#fff}.varticle-portfolio .mySwiper-varticle-portfolio .swiper-button-prev{right:50px;bottom:130px;top:auto;left:auto}.varticle-portfolio .mySwiper-varticle-portfolio .swiper-button-prev:after{content:""}.varticle-portfolio .mySwiper-varticle-portfolio .swiper-button-next{right:50px;bottom:200px;top:auto}.single-project-style-8 .thumbnail{position:relative;overflow:hidden;border-radius:10px;max-width:max-content;margin-bottom:25px;display:block}@media only screen and (min-width: 768px) and (max-width: 991px){.single-project-style-8 .thumbnail{max-width:100%}}@media only screen and (max-width: 767px){.single-project-style-8 .thumbnail{max-width:100%}}.single-project-style-8 .thumbnail img{transition:.3s;width:100%}.single-project-style-8 .thumbnail:hover img{transform:scale(1.1)}.single-project-style-8 .thumbnail .tags{position:absolute;bottom:26px;left:26px;display:flex;align-items:center;gap:15px}.single-project-style-8 .thumbnail .tags span{display:block;padding:8px 15px;background:#fff;border-radius:100px;line-height:12px;font-size:18px;color:#30373e;font-size:16px;font-weight:500;line-height:26px;letter-spacing:-.28px;margin-bottom:0;cursor:pointer;transition:.3s}.single-project-style-8 .thumbnail .tags span:hover{background:#30373e;color:#fff}.single-project-style-8 .title-area a .title{display:flex;align-items:center;color:#30373e;font-size:26px;font-style:normal;font-weight:400;line-height:110%;transition:.3s}.single-project-style-8 .title-area a .title:hover{color:var(--color-primary)}.single-project-style-8 .title-area a .title:hover i{background:var(--color-primary);border-color:var(--color-primary);color:#fff;margin-left:30px}.single-project-style-8 .title-area a .title i{margin-left:20px;padding:10px;border:1px solid #30373E;width:40px;height:40px;border-radius:100%;display:flex;align-items:center;justify-content:center;font-size:14px;transition:.3s;min-width:40px}@font-face{font-family:Outfit;src:url(/build/assets/Outfit-Regular-BlL8FXaZ.ttf);font-weight:400;font-style:normal}@font-face{font-family:Outfit;src:url(/build/assets/Outfit-Medium-B8Iwa1n1.ttf);font-weight:500;font-style:normal}@font-face{font-family:Outfit;src:url(/public/assets/web/assets/fonts/Outfit/Outfit-Semibold.ttf);font-weight:600;font-style:normal}@font-face{font-family:Outfit;src:url(/build/assets/Outfit-Bold-BHHPQSxs.ttf);font-weight:700;font-style:normal}@font-face{font-family:Outfit;src:url(/build/assets/Outfit-Light-BCN5VFdt.ttf);font-weight:300;font-style:normal}@font-face{font-family:Outfit;src:url(/build/assets/Outfit-ExtraLight-Bop7lq32.ttf);font-weight:200;font-style:normal}html body{font-family:Outfit}#id-body .h1{font-size:85px;line-height:110px}@media (max-width: 1199.98px){#id-body .h1{font-size:75px;line-height:95px}}@media (max-width: 991.98px){#id-body .h1{font-size:62px;line-height:85px}}@media (max-width: 575.98px){#id-body .h1{font-size:50px;line-height:70px}}#id-body .h2{font-size:51px;font-weight:500;line-height:77px}@media (max-width: 1399.98px){#id-body .h2{font-size:48px}}@media (max-width: 1199.98px){#id-body .h2{font-size:40px}}@media (max-width: 991.98px){#id-body .h2{font-size:38px;line-height:34px}}@media (max-width: 767.98px){#id-body .h2{font-size:34px}}@media (max-width: 575.98px){#id-body .h2{font-size:31px}}#id-body .h3{font-size:40px;font-weight:500;line-height:40px}@media (max-width: 1399.98px){#id-body .h3{font-size:36px}}@media (max-width: 991.98px){#id-body .h3{font-size:34px}}@media (max-width: 767.98px){#id-body .h3{font-size:30px}}#id-body .h4{font-size:32px;font-weight:500;line-height:28px}@media (max-width: 1399.98px){#id-body .h4{font-size:30px}}@media (max-width: 1199.98px){#id-body .h4{font-size:27px}}@media (max-width: 991.98px){#id-body .h4{font-size:25px}}#id-body .h5{font-size:26px;font-weight:600;line-height:30px}@media (max-width: 1399.98px){#id-body .h5{font-size:23px}}@media (max-width: 1199.98px){#id-body .h5{font-size:20px}}@media (max-width: 991.98px){#id-body .h5{font-size:16px;line-height:22px}}#id-body .h6{font-size:17px;line-height:30px}@media (max-width: 1399.98px){#id-body .h6{font-size:16px;line-height:25px}}@media (max-width: 991.98px){#id-body .h6{font-size:14px;line-height:22px}}#id-body .p1{font-size:22px;line-height:24px}@media screen and (max-width: 992px){#id-body .p1{font-size:22px;line-height:24px}}#id-body .p2{font-size:16px;line-height:24px}@media screen and (max-width: 992px){#id-body .p2{font-size:14px;line-height:18px}}#id-body .p3{font-size:14px;line-height:22px}@media screen and (max-width: 992px){#id-body .p3{font-size:12px;line-height:16px}}#id-body .p4{font-size:12px;line-height:18px}@media screen and (max-width: 992px){#id-body .p4{font-size:10px;line-height:16px}}#header{position:sticky;width:100%;top:0;left:0;background:#252525;z-index:100}#header.home-page{position:absolute;background:transparent;transition:background .3s ease}#header .navbar{width:100%;z-index:101;padding-top:10px;padding-bottom:12px}@media (max-width: 1199px){#header .navbar{padding-top:0;padding-bottom:0}}#header .navbar .navbar-brand img{width:260px}@media (max-width: 1199px){#header .navbar .navbar-brand img{width:180px}}#header .navbar .navbar-toggler{border:none;float:right;padding:0;font-size:24px;color:#fff}@media (max-width: 767px){#header .navbar .navbar-toggler{font-size:16px}}#header .navbar .navbar-toggler:focus{border:none;box-shadow:none}#header .navbar .navbar-nav .nav-item{margin:0 20px}@media (max-width: 1200px){#header .navbar .navbar-nav .nav-item{margin:0 10px}}#header .navbar .navbar-nav .nav-item .nav-link{position:relative;text-decoration:none;padding:0;margin-bottom:0;color:#fff}#header .navbar .navbar-nav .nav-item .nav-link.active{color:#b6a99e}#header .navbar .navbar-nav .nav-item .nav-link:hover{color:#9a9a9a}#header .mobile-nav{position:absolute;z-index:100;width:100%;background-color:#252525e6;color:#fff}#header .mobile-nav .mobile-nav-content{margin-top:10px}#header .mobile-nav .mobile-nav-content .nav-item .nav-link{padding:16px 0;font-size:16px}#header .mobile-nav .mobile-nav-content .nav-item .nav-link .arrow-down{width:13px;transition:transform .3s ease}#header .mobile-nav .mobile-nav-content .nav-item .nav-link .arrow-down.down{transform:rotate(0)}#header .mobile-nav .mobile-nav-content .nav-item .nav-link .arrow-down.up{transform:rotate(180deg)}#header .mobile-nav .mobile-nav-content .nav-item .nav-link:hover{color:#9a9a9a}#footer{background-color:#333}#footer .footer-wrapper{padding-top:80px;padding-bottom:100px}@media (max-width: 991.98px){#footer .footer-wrapper{padding-top:60px;padding-bottom:30px}}#footer .footer-wrapper .logo-wrapper .logo{width:215px;margin-top:8px}@media (max-width: 1399.98px){#footer .footer-wrapper .logo-wrapper .logo{width:180px}}@media (max-width: 1199.98px){#footer .footer-wrapper .logo-wrapper .logo{width:160px}}#footer .footer-wrapper .logo-wrapper .social-wrapper{margin-top:32px}@media (max-width: 991.98px){#footer .footer-wrapper .logo-wrapper .social-wrapper{margin-top:20px}}@media (max-width: 767.98px){#footer .footer-wrapper .logo-wrapper .social-wrapper{margin-top:13px}}#footer .footer-wrapper .logo-wrapper .social-wrapper a{color:transparent}#footer .footer-wrapper .logo-wrapper .social-wrapper a img{width:50px;margin-right:16px}@media (max-width: 1399.98px){#footer .footer-wrapper .logo-wrapper .social-wrapper a img{width:48px;margin-right:12px}}@media (max-width: 1199.98px){#footer .footer-wrapper .logo-wrapper .social-wrapper a img{width:40px;margin-right:8px}}@media (max-width: 575.98px){#footer .footer-wrapper .logo-wrapper .social-wrapper a img{width:32px;margin-right:3px}}#footer .btn-up{position:absolute;width:40px;transition:transform .3s ease;cursor:pointer;right:-70px;bottom:10%}@media (max-width: 1600px){#footer .btn-up{right:-50px}}@media (max-width: 1399.98px){#footer .btn-up{right:0}}@media (max-width: 991.98px){#footer .btn-up{bottom:auto;top:60px}}@media (max-width: 575.98px){#footer .btn-up{right:20px}}#footer .btn-up:hover{transform:translateY(-12px)}#footer .footer-title,#footer .title-content .footer-title{font-weight:300;color:#fff;text-decoration:none;margin-bottom:10px}@media (max-width: 767.98px){#footer .footer-title,#footer .title-content .footer-title{margin-bottom:3px}}#footer .title-content p{font-weight:300;text-decoration:none;color:#9a9a9a}#footer a.footer-title:hover{color:#9a9a9a}#footer .footer-bottom-wrapper{padding-top:20px;padding-bottom:20px}@media (max-width: 991.98px){#footer .footer-bottom-wrapper{padding-top:10px;padding-bottom:10px}}@media (max-width: 575.98px){#footer .footer-bottom-wrapper{padding-top:0}}#footer .footer-bottom-wrapper .footer-title{margin-bottom:0}#footer .footer-bottom-wrapper .title-content a{font-weight:300;text-decoration:none;color:#9a9a9a}#footer hr{border-top:1px solid #9a9a9a}#landing .landing-header{position:fixed;width:100%;top:0;left:0;z-index:100;padding:28px 0;background-color:#0000001c;backdrop-filter:blur(14px) brightness(76%);-webkit-backdrop-filter:blur(14px) brightness(76%);border-bottom:1px solid rgba(47,203,251,.7)}@media (max-width: 991.98px){#landing .landing-header{padding:20px 0}}@media (max-width: 575.98px){#landing .landing-header{padding:18px 0}}#landing .landing-header .navbar-brand img{width:220px}@media (max-width: 1199.98px){#landing .landing-header .navbar-brand img{width:160px}}@media (max-width: 991.98px){#landing .landing-header .navbar-brand img{width:140px}}@media (max-width: 575.98px){#landing .landing-header .navbar-brand img{width:110px}}#landing .landing-header .nav-links{display:flex;gap:10px}#landing .landing-header .nav-links .nav-link{color:#fff;position:relative;margin-bottom:0}#landing .landing-header .nav-links .nav-link.interior-link{padding-right:10px}#landing .landing-header .nav-links .nav-link.interior-link:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:2px;height:20px;background:#fff}@media (max-width: 767.98px){#landing .landing-header .nav-links .nav-link.interior-link:after{height:14px}}#landing .main-section .img-wrapper{height:100vh;position:relative;overflow:hidden}@media (max-width: 767.98px){#landing .main-section .img-wrapper{height:50vh}}#landing .main-section .img-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;transition:opacity .4s ease;z-index:1}#landing .main-section .img-wrapper:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:0;background:linear-gradient(to top,rgb(0,0,0),transparent);transition:height .4s ease;z-index:2}#landing .main-section .img-wrapper:hover .img-background{transform:scale(1.1)}#landing .main-section .img-wrapper:hover:before{opacity:0}#landing .main-section .img-wrapper:hover:after{height:30%}#landing .main-section .img-wrapper .img-background{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}#landing .main-section .img-wrapper .content-wrapper{position:absolute;width:100%;bottom:6%;left:50%;z-index:4;color:#fff;transform:translate(-50%);display:flex;align-items:center;flex-direction:column}#landing .main-section .img-wrapper .content-wrapper .title{font-weight:400;font-size:48px;margin-bottom:16px}@media (max-width: 1399.98px){#landing .main-section .img-wrapper .content-wrapper .title{font-size:40px;margin-bottom:12px}}@media (max-width: 1199.98px){#landing .main-section .img-wrapper .content-wrapper .title{font-size:32px;margin-bottom:10px}}@media (max-width: 991.98px){#landing .main-section .img-wrapper .content-wrapper .title{font-size:28px}}@media (max-width: 767.98px){#landing .main-section .img-wrapper .content-wrapper .title{font-size:24px;margin-bottom:8px}}#landing .main-section .img-wrapper .content-wrapper .btn-more{text-decoration:none;position:relative;font-size:20px;font-weight:300}@media (max-width: 1399.98px){#landing .main-section .img-wrapper .content-wrapper .btn-more{font-size:17px}}@media (max-width: 1199.98px){#landing .main-section .img-wrapper .content-wrapper .btn-more{font-size:15px}}@media (max-width: 991.98px){#landing .main-section .img-wrapper .content-wrapper .btn-more{font-size:14px}}#landing .main-section .img-wrapper .content-wrapper .btn-more:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:1px;background-color:#fff}#home{position:relative}#home .btn-theme{color:#fff;text-decoration:none;width:fit-content}@media (max-width: 991.98px){#home .btn-theme{gap:12px}}#home .btn-theme:hover .fa-solid{background-color:#fff;color:#252525;transform:scale(1.1)}#home .btn-theme .fa-solid{font-weight:400;border-color:#fff}@media (max-width: 991.98px){#home .btn-theme .fa-solid{width:50px;height:50px}}@media (max-width: 575.98px){#home .btn-theme .fa-solid{width:45px;height:45px}}#home .btn-theme .btn-font{font-weight:300;margin-bottom:0}#home #main-banner .banner-area-six{position:relative;width:100%;height:100vh;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:center}#home #main-banner .banner-area-six:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}#home #main-banner .pafination-area-main-home-6{position:absolute;bottom:0;z-index:1;width:100%}@media (max-width: 767.98px){#home #main-banner .pafination-area-main-home-6{bottom:85px}}#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six{display:flex;align-items:flex-end;position:relative}#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper{margin-bottom:70px}@media screen and (min-width: 1200px){#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper{margin-bottom:120px}}#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper .banner-title{color:#fff;font-weight:400;margin-bottom:20px;font-size:68px;line-height:85px}@media (max-width: 1199.98px){#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper .banner-title{font-size:55px;line-height:75px}}@media (max-width: 991.98px){#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper .banner-title{font-size:43px;line-height:55px}}@media (max-width: 575.98px){#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper .banner-title{font-size:43px;line-height:55px}}#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper .banner-title span{display:inline-block}#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper .btn-theme{color:#fff;text-decoration:none;width:fit-content}#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper .btn-theme:hover .fa-solid{background-color:#fff;color:#252525;transform:scale(1.1)}#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper .btn-theme .fa-solid{font-weight:400;border-color:#fff}@media (max-width: 991.98px){#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper .btn-theme .fa-solid{width:55px;height:55px}}@media (max-width: 575.98px){#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper .btn-theme .fa-solid{width:45px;height:45px}}#home #main-banner .pafination-area-main-home-6 .banner-content-inner-six .banner-wrapper .btn-theme .btn-font{font-weight:300;margin-bottom:0}#home #main-banner .pafination-area-main-home-6 .pagination-left-banner-one{top:40px}#home #our-project{padding-top:100px}@media (max-width: 575.98px){#home #our-project{padding-top:80px;padding-bottom:30px}}#home #our-project .main-title{color:#fff}#home #our-project .main-title .description{font-weight:300;line-height:28px;margin-left:60px}@media (max-width: 991.98px){#home #our-project .main-title .description{margin-left:30px;line-height:22px}}@media (max-width: 767.98px){#home #our-project .main-title .description{margin-left:0}}#home #our-project .main-title .btn-theme{float:right}@media (max-width: 575.98px){#home #our-project .main-title .btn-theme{float:left;margin-top:20px}}#home #our-project .projects-wrapper{margin-top:90px}@media (max-width: 1199.98px){#home #our-project .projects-wrapper{margin-top:60px}}@media (max-width: 767.98px){#home #our-project .projects-wrapper{margin-top:40px}}#home #our-project .projects-wrapper .signle-blog-style-one{background-color:#333;height:100%}#home #our-project .projects-wrapper .signle-blog-style-one .project-item{text-decoration:none;color:#fff}#home #our-project .projects-wrapper .signle-blog-style-one .project-item:hover{color:#b6a99e}#home #our-project .projects-wrapper .signle-blog-style-one .project-item:hover .thumbnail:after{background:#00000061}#home #our-project .projects-wrapper .signle-blog-style-one .project-item .thumbnail{height:60vh}#home #our-project .projects-wrapper .signle-blog-style-one .project-item .thumbnail img{height:100%;object-fit:cover}#home #our-project .projects-wrapper .signle-blog-style-one .project-item .thumbnail:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000;transition:background .3s ease-in-out}#home #our-project .projects-wrapper .signle-blog-style-one .project-item .item-content{padding-bottom:20px}#home #our-project .projects-wrapper .signle-blog-style-one .project-item .item-content .item-type{font-weight:300;text-transform:uppercase;font-size:18px;line-height:16px}@media (max-width: 1399.98px){#home #our-project .projects-wrapper .signle-blog-style-one .project-item .item-content .item-type{font-size:16px}}@media (max-width: 1199.98px){#home #our-project .projects-wrapper .signle-blog-style-one .project-item .item-content .item-type{font-size:13px;line-height:10px}}#home #our-project .projects-wrapper .signle-blog-style-one .project-item .item-content .item-details{font-weight:400;font-size:23px}@media (max-width: 1399.98px){#home #our-project .projects-wrapper .signle-blog-style-one .project-item .item-content .item-details{font-size:21px}}@media (max-width: 1199.98px){#home #our-project .projects-wrapper .signle-blog-style-one .project-item .item-content .item-details{font-size:18px}}#home #before-after .main-title{color:#fff}#home #before-after .after-before-main-wrapper-one{margin-top:30px}@media (max-width: 1199.98px){#home #before-after .after-before-main-wrapper-one{margin-top:20px}}#home #before-after .after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .overlay{color:#2b2929;background-color:#fff;border-radius:23px;padding:7px 27px}@media (max-width: 991.98px){#home #before-after .after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .overlay{padding:4px 20px}}#home #before-after .after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider .divider-ctrl{user-drag:none;-webkit-user-drag:none;left:50%;top:50%;position:absolute;transform:translate(-50%,-50%);width:99px}@media (max-width: 1399.98px){#home #before-after .after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider .divider-ctrl{width:80px}}@media (max-width: 1199.98px){#home #before-after .after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider .divider-ctrl{width:60px}}@media (max-width: 575.98px){#home #before-after .after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider .divider-ctrl{width:40px}}#home #before-after .after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider:before{content:none}#home #before-after .after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider:after{content:none}#home #story-about-us{padding-top:160px;background-image:url(/build/assets/background-CymIRPim.png);background-position:center;background-repeat:no-repeat;background-size:cover}@media (max-width: 991.98px){#home #story-about-us{padding-top:100px}}#home #story-about-us .content-wrapper{color:#fff;width:95%}@media (max-width: 991.98px){#home #story-about-us .content-wrapper{width:100%}}#home #story-about-us .content-wrapper .main-title{font-weight:400}@media (max-width: 1199.98px){#home #story-about-us .content-wrapper .main-title{font-size:40px;line-height:normal}}#home #story-about-us .content-wrapper .description{margin-top:30px;font-weight:300}#home #story-about-us .content-wrapper .btn-theme{margin-top:40px}@media (max-width: 1199.98px){#home #story-about-us .content-wrapper .btn-theme{margin-top:30px}}#home #story-about-us .counter-main-wrapper-two{position:relative;border-bottom:none}@media only screen and (max-width: 575px){#home #story-about-us .counter-main-wrapper-two{flex-wrap:wrap;flex-direction:row}}#home #story-about-us .counter-main-wrapper-two:after{content:"";position:absolute;top:53%;transform:translateY(-50%);width:100%;background-color:#606060;height:1px;display:block}@media (max-width: 767.98px){#home #story-about-us .counter-main-wrapper-two:after{content:none}}@media (max-width: 767.98px){#home #story-about-us .counter-main-wrapper-two .counter-single{width:50%}}@media (max-width: 767.98px){#home #story-about-us .counter-main-wrapper-two .counter-single .inner{text-align:center}}#home #story-about-us .counter-main-wrapper-two .counter-single .inner .title,#home #story-about-us .counter-main-wrapper-two .counter-single .inner .title span.counter{font-family:Outfit;font-size:70px;font-weight:200;color:#fff;border:none;-webkit-text-stroke:0;-webkit-text-stroke-color:transparent;letter-spacing:3px}@media (max-width: 1199.98px){#home #story-about-us .counter-main-wrapper-two .counter-single .inner .title,#home #story-about-us .counter-main-wrapper-two .counter-single .inner .title span.counter{font-size:62px}}#home #story-about-us .counter-main-wrapper-two .counter-single .inner .counter-description{color:#fff}@media (max-width: 767.98px){#home #story-about-us .counter-main-wrapper-two .counter-single .inner .counter-description{margin-top:20px}}#home #our-service{padding-top:100px;padding-bottom:0;background-color:#333}@media (max-width: 575.98px){#home #our-service{padding-top:80px}}#home #our-service .main-title{color:#fff}#home #our-service .main-title .description{font-weight:300;line-height:28px;margin-left:60px}@media (max-width: 991.98px){#home #our-service .main-title .description{margin-left:30px;line-height:22px}}@media (max-width: 767.98px){#home #our-service .main-title .description{margin-left:0}}#home #our-service .main-title .btn-theme{float:right}@media (max-width: 991.98px){#home #our-service .main-title .btn-theme{float:left;margin-top:20px}}#home #our-service .single-product-one:after{background:linear-gradient(#0000,#000)}@media (max-width: 767.98px){#home #our-service .single-product-one:after{height:100%}}#home #our-service .single-product-one a{text-decoration:none}#home #our-service .single-product-one a img{width:100%;height:100%;object-fit:cover}#home #our-service .single-product-one .inenr-content-absolute{right:40px}@media (max-width: 767.98px){#home #our-service .single-product-one .inenr-content-absolute{left:20px;bottom:30px;right:20px}}#home #our-service .single-product-one .inenr-content-absolute .title{font-weight:400;margin-bottom:16px}@media (max-width: 1199.98px){#home #our-service .single-product-one .inenr-content-absolute .category{font-size:14px}}#home #lets-talk{padding:180px 0}#home #lets-talk .cta-wrapepr-two{position:relative;padding-bottom:10px}#home #lets-talk .quote{color:#fff;font-weight:400;line-height:54px}@media (max-width: 1199.98px){#home #lets-talk .quote{line-height:47px}}@media (max-width: 991.98px){#home #lets-talk .quote{margin-bottom:30px}}@media (max-width: 575.98px){#home #lets-talk .quote{font-size:26px;line-height:40px}}#home #lets-talk .btn-border{border:1px solid white;border-radius:0;color:#fff;text-decoration:none;font-weight:400;padding:10px 50px;transition:.4s}#home #lets-talk .btn-border:hover{transform:translateY(-10px);background:#fff;color:#252525}#id-body #about .section-header{padding:140px 0;background:url(/build/assets/head-background-De2s9sos.png);background-repeat:no-repeat;background-position:center;background-size:cover;color:#fff}@media (max-width: 1399.98px){#id-body #about .section-header{padding:120px 0}}@media (max-width: 991.98px){#id-body #about .section-header{padding:100px 0}}@media (max-width: 767.98px){#id-body #about .section-header{padding:80px 0}}@media (max-width: 575.98px){#id-body #about .section-header{padding:60px 0}}#id-body #about .section-header .breadcrumb{margin-bottom:10px}#id-body #about .section-header .breadcrumb .breadcrumb-item,#id-body #about .section-header .breadcrumb a{text-decoration:none;color:#fff}#id-body #about .section-header .breadcrumb .breadcrumb-item:before,#id-body #about .section-header .breadcrumb a:before{color:#fff;padding-right:3px;font-weight:200}#id-body #about .section-header .breadcrumb .breadcrumb-item a{font-weight:200}#id-body #about .section-header .breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:5px}#id-body #about #story-about-us{padding-top:160px;background-image:url(/build/assets/background-CymIRPim.png);background-position:center;background-repeat:no-repeat;background-size:cover}@media (max-width: 991.98px){#id-body #about #story-about-us{padding-top:100px}}@media (max-width: 767.98px){#id-body #about #story-about-us{padding-top:60px}}@media (max-width: 575.98px){#id-body #about #story-about-us{padding-top:40px}}#id-body #about #story-about-us .content-wrapper{color:#fff;width:95%}@media (max-width: 991.98px){#id-body #about #story-about-us .content-wrapper{width:100%}}#id-body #about #story-about-us .content-wrapper .main-title{font-weight:400}@media (max-width: 1199.98px){#id-body #about #story-about-us .content-wrapper .main-title{font-size:40px;line-height:normal}}@media (max-width: 767.98px){#id-body #about #story-about-us .content-wrapper .main-title{font-size:38px}}@media (max-width: 575.98px){#id-body #about #story-about-us .content-wrapper .main-title{font-size:34px}}#id-body #about #story-about-us .content-wrapper .description{margin-top:30px;font-weight:300}@media (max-width: 1199.98px){#id-body #about #story-about-us .content-wrapper .content-bottom{margin-top:20px}}#id-body #about #story-about-us .content-wrapper .content-bottom .sub-title{color:#b6a99e;margin-bottom:15px}@media (max-width: 1199.98px){#id-body #about #story-about-us .content-wrapper .content-bottom .sub-title{margin-bottom:12px}}@media (max-width: 991.98px){#id-body #about #story-about-us .content-wrapper .content-bottom .sub-title{margin-bottom:8px}}#id-body #about #story-about-us .content-wrapper .content-bottom .sub-description{font-weight:300}#id-body #about #story-about-us .counter-main-wrapper-two{position:relative;border-bottom:none}@media only screen and (max-width: 575px){#id-body #about #story-about-us .counter-main-wrapper-two{flex-wrap:wrap;flex-direction:row}}#id-body #about #story-about-us .counter-main-wrapper-two:after{content:"";position:absolute;top:53%;transform:translateY(-50%);width:100%;background-color:#606060;height:1px;display:block}@media (max-width: 767.98px){#id-body #about #story-about-us .counter-main-wrapper-two:after{content:none}}@media (max-width: 767.98px){#id-body #about #story-about-us .counter-main-wrapper-two .counter-single{width:50%}}@media (max-width: 767.98px){#id-body #about #story-about-us .counter-main-wrapper-two .counter-single .inner{text-align:center}}#id-body #about #story-about-us .counter-main-wrapper-two .counter-single .inner .title,#id-body #about #story-about-us .counter-main-wrapper-two .counter-single .inner .title span.counter{font-family:Outfit;font-size:70px;font-weight:200;color:#fff;border:none;-webkit-text-stroke:0;-webkit-text-stroke-color:transparent;letter-spacing:3px}@media (max-width: 1199.98px){#id-body #about #story-about-us .counter-main-wrapper-two .counter-single .inner .title,#id-body #about #story-about-us .counter-main-wrapper-two .counter-single .inner .title span.counter{font-size:62px}}#id-body #about #story-about-us .counter-main-wrapper-two .counter-single .inner .counter-description{color:#fff}@media (max-width: 767.98px){#id-body #about #story-about-us .counter-main-wrapper-two .counter-single .inner .counter-description{margin-top:20px}}#id-body #about #our-core-values .our-core-value-section{padding-top:100px;padding-bottom:100px}#id-body #about #our-core-values .our-core-value-section .main-title{color:#fff;padding-bottom:60px}#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper{padding-left:10px;padding-right:10px}#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value{position:relative;overflow:hidden;background-color:#333;display:flex;align-items:center;flex-direction:column;text-align:center;padding:40px 26px 30px;border-radius:38px;height:100%;transition:transform .3s ease}#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value:hover{transform:translateY(-20px);box-shadow:0 0 10px #00000029}#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value:hover .img-hover{opacity:1}#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value .img-hover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;opacity:0;transition:opacity .3s ease}#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value .core-value-details{display:flex;align-items:center;flex-direction:column;text-align:center}#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value .img-wrapper{width:100px;height:auto}@media (max-width: 991.98px){#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value .img-wrapper{width:80px}}#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value .title-wrapper{height:60px;display:flex;align-items:center;justify-content:center;margin-top:28px}@media (max-width: 1199.98px){#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value .title-wrapper{height:30px}}@media (max-width: 575.98px){#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value .title-wrapper{height:auto;margin-top:20px}}#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value .title-wrapper .core-value-title{color:#fff;font-weight:500}@media (max-width: 991.98px){#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value .title-wrapper .core-value-title{font-size:20px}}#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value .core-value-description{color:#9a9a9a;margin-top:14px;line-height:26px;font-weight:400}@media (max-width: 1399.98px){#id-body #about #our-core-values .our-core-value-section .our-core-value-wrapper .core-value .core-value-description{font-size:18px}}#id-body #about #lets-talk{padding:160px 0;background:url(/build/assets/foot-background-Dy_2Mbs4.png);background-repeat:"no-repeat";background-position:center;background-size:cover}#id-body #about #lets-talk .cta-wrapepr-two{position:relative;padding-bottom:10px}#id-body #about #lets-talk .quote{color:#fff;font-weight:400;line-height:54px}@media (max-width: 1199.98px){#id-body #about #lets-talk .quote{line-height:47px}}@media (max-width: 991.98px){#id-body #about #lets-talk .quote{margin-bottom:30px}}@media (max-width: 575.98px){#id-body #about #lets-talk .quote{font-size:26px;line-height:40px}}#id-body #about #lets-talk .btn-border{border:1px solid white;border-radius:0;color:#fff;text-decoration:none;font-weight:400;padding:10px 50px;transition:.4s}#id-body #about #lets-talk .btn-border:hover{transform:translateY(-10px);background:#fff;color:#252525}#portfolio{position:relative;padding-bottom:120px}#portfolio .section-header{padding:140px 0 80px;color:#fff}@media (max-width: 1399.98px){#portfolio .section-header{padding:120px 0 60px}}@media (max-width: 991.98px){#portfolio .section-header{padding:100px 0 40px}}@media (max-width: 767.98px){#portfolio .section-header{padding:80px 0 40px}}@media (max-width: 575.98px){#portfolio .section-header{padding:60px 0 40px}}#portfolio .section-header .breadcrumb{margin-bottom:10px}#portfolio .section-header .breadcrumb .breadcrumb-item,#portfolio .section-header .breadcrumb a{text-decoration:none;color:#fff}#portfolio .section-header .breadcrumb .breadcrumb-item:before,#portfolio .section-header .breadcrumb a:before{color:#fff;padding-right:3px;font-weight:200}#portfolio .section-header .breadcrumb .breadcrumb-item a{font-weight:200}#portfolio .section-header .breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:5px}#portfolio .project-wrapper .project-row .project-col:nth-of-type(n+4){margin-top:45px}@media (max-width: 991.98px){#portfolio .project-wrapper .project-row .project-col:nth-of-type(n+3){margin-top:45px}}@media (max-width: 767.98px){#portfolio .project-wrapper .project-row .project-col:nth-of-type(n+2){margin-top:45px}}#portfolio .project-wrapper .project-item{text-decoration:none}#portfolio .project-wrapper .project-item:hover .project-description{color:#b6a99e}#portfolio .project-wrapper .project-item:hover .img-wrapper:after{opacity:1}#portfolio .project-wrapper .project-item:hover .img-wrapper img{transform:scale(1.09)}#portfolio .project-wrapper .project-item .img-wrapper{height:60vh;overflow:hidden;position:relative}@media (max-width: 1199.98px){#portfolio .project-wrapper .project-item .img-wrapper{height:50vh}}#portfolio .project-wrapper .project-item .img-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00000061;opacity:0;transition:opacity .3s ease-in-out}#portfolio .project-wrapper .project-item .img-wrapper img{object-fit:cover;height:100%;width:100%;transition:transform .5s ease-in-out}#portfolio .project-wrapper .project-item .project-description{background-color:#333;padding:18px 30px 14px;color:#fff;text-align:center}@media (max-width: 1199.98px){#portfolio .project-wrapper .project-item .project-description{padding-left:20px;padding-right:20px}}#portfolio .project-wrapper .project-item .project-description .project-type{font-weight:300;margin-bottom:0}@media (max-width: 1399.98px){#portfolio .project-wrapper .project-item .project-description .project-type{font-size:15px;line-height:20px}}@media (max-width: 1199.98px){#portfolio .project-wrapper .project-item .project-description .project-type{font-size:14px}}#portfolio .project-wrapper .project-item .project-description .project-title{font-weight:500;font-size:22px}@media (max-width: 1399.98px){#portfolio .project-wrapper .project-item .project-description .project-title{font-size:19px}}@media (max-width: 1199.98px){#portfolio .project-wrapper .project-item .project-description .project-title{font-size:17px}}#portfolio .project-wrapper .pagination-row{margin-top:80px}#portfolio-details{position:relative}#portfolio-details .section-header{position:relative;height:calc(100vh - 110px);overflow:hidden}@media (max-width: 991.98px){#portfolio-details .section-header{height:85vh}}#portfolio-details .section-header .img-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}#portfolio-details .section-header .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000061}#portfolio-details .section-header .portfolio-content .portfolio-title{position:absolute;top:42%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center}@media (max-width: 767.98px){#portfolio-details .section-header .portfolio-content .portfolio-title{top:37%}}#portfolio-details .section-header .portfolio-content .portfolio-title .main-title{font-size:46px;font-weight:400}@media (max-width: 1399.98px){#portfolio-details .section-header .portfolio-content .portfolio-title .main-title{font-size:42px;margin-bottom:4px}}@media (max-width: 991.98px){#portfolio-details .section-header .portfolio-content .portfolio-title .main-title{font-size:36px}}@media (max-width: 767.98px){#portfolio-details .section-header .portfolio-content .portfolio-title .main-title{font-size:32px}}#portfolio-details .section-header .portfolio-content .portfolio-title .portfolio-location{font-weight:300;font-size:22px}@media (max-width: 1399.98px){#portfolio-details .section-header .portfolio-content .portfolio-title .portfolio-location{font-size:20px}}@media (max-width: 991.98px){#portfolio-details .section-header .portfolio-content .portfolio-title .portfolio-location{font-size:18px}}@media (max-width: 767.98px){#portfolio-details .section-header .portfolio-content .portfolio-title .portfolio-location{font-size:16px}}#portfolio-details .section-header .portfolio-content .details-wrapper{z-index:1;margin-bottom:75px}@media (max-width: 991.98px){#portfolio-details .section-header .portfolio-content .details-wrapper .details-col:nth-of-type(n+3){margin-top:20px}}@media (max-width: 767.98px){#portfolio-details .section-header .portfolio-content .details-wrapper{margin-bottom:36px}#portfolio-details .section-header .portfolio-content .details-wrapper .details-col:nth-of-type(n+2){margin-top:12px}}#portfolio-details .section-header .portfolio-content .details-wrapper .img-wrapper{width:60px;margin-right:14px}@media (max-width: 1199.98px){#portfolio-details .section-header .portfolio-content .details-wrapper .img-wrapper{width:52px;margin-right:10px}}@media (max-width: 767.98px){#portfolio-details .section-header .portfolio-content .details-wrapper .img-wrapper{width:48px}}@media (max-width: 575.98px){#portfolio-details .section-header .portfolio-content .details-wrapper .img-wrapper{width:42px}}#portfolio-details .section-header .portfolio-content .details-wrapper .description .h6{line-height:23px}@media (max-width: 1199.98px){#portfolio-details .section-header .portfolio-content .details-wrapper .description .h6{font-size:14px;line-height:20px}}@media (max-width: 575.98px){#portfolio-details .section-header .portfolio-content .details-wrapper .description .h6{font-size:13px}}#portfolio-details .section-header .portfolio-content .details-wrapper .description .description-title{color:#e6ddd6;margin-bottom:0}#portfolio-details .section-header .portfolio-content .details-wrapper .description .description-value{color:#fff;margin-bottom:0}@media (min-width: 1400px){#portfolio-details .section-header .portfolio-content .details-wrapper .description .type-desc{width:125px!important}}@media (min-width: 1200px){#portfolio-details .section-header .portfolio-content .details-wrapper .description .type-desc{width:118px!important}}@media (min-width: 992px){#portfolio-details .section-header .portfolio-content .details-wrapper .description .type-desc{width:103px!important}}#portfolio-details .details-img-wrapper{padding-top:80px;padding-bottom:50px}#portfolio-details .details-img-wrapper img{margin-bottom:30px}#portfolio-details .btn-border{border:1px solid white;border-radius:0;color:#fff;text-decoration:none;font-weight:400;padding:10px 50px;transition:.4s;margin-bottom:100px}#portfolio-details .btn-border:hover{transform:translateY(-10px);background:#fff;color:#252525}#services{position:relative;padding-bottom:120px}#services .section-header{padding:140px 0 80px;color:#fff}@media (max-width: 1399.98px){#services .section-header{padding:120px 0 60px}}@media (max-width: 991.98px){#services .section-header{padding:100px 0 40px}}@media (max-width: 767.98px){#services .section-header{padding:80px 0 40px}}@media (max-width: 575.98px){#services .section-header{padding:60px 0 40px}}#services .section-header .breadcrumb{margin-bottom:10px}#services .section-header .breadcrumb .breadcrumb-item,#services .section-header .breadcrumb a{text-decoration:none;color:#fff}#services .section-header .breadcrumb .breadcrumb-item:before,#services .section-header .breadcrumb a:before{color:#fff;padding-right:3px;font-weight:200}#services .section-header .breadcrumb .breadcrumb-item a{font-weight:200}#services .section-header .breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:5px}#services .service-content .service-wrapper:nth-child(n+5){padding-top:50px}@media (max-width: 1199.98px){#services .service-content .service-wrapper:nth-child(n+4){padding-top:50px}}@media (max-width: 991.98px){#services .service-content .service-wrapper:nth-child(n+3){padding-top:50px}}@media (max-width: 767.98px){#services .service-content .service-wrapper:nth-child(n+2){padding-top:50px}}#services .service-content .service-item{position:relative;overflow:hidden;background-color:#333;display:flex;align-items:center;flex-direction:column;text-align:center;padding:40px 26px 30px;border-radius:28px;height:100%;transition:transform .3s ease}#services .service-content .service-item:hover{transform:translateY(-20px);box-shadow:0 0 10px #00000029}#services .service-content .service-item:hover .img-hover{opacity:1}#services .service-content .service-item .img-hover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;opacity:0;transition:opacity .3s ease}#services .service-content .service-item .service-details{display:flex;align-items:center;flex-direction:column;text-align:center}#services .service-content .service-item .img-wrapper{width:100px;height:auto}@media (max-width: 991.98px){#services .service-content .service-item .img-wrapper{width:80px}}#services .service-content .service-item .title-wrapper{height:60px;display:flex;align-items:center;justify-content:center;margin-top:28px}@media (max-width: 1199.98px){#services .service-content .service-item .title-wrapper{height:30px}}@media (max-width: 575.98px){#services .service-content .service-item .title-wrapper{height:auto;margin-top:20px}}#services .service-content .service-item .title-wrapper .service-title{color:#fff;font-weight:500}@media (max-width: 991.98px){#services .service-content .service-item .title-wrapper .service-title{font-size:20px}}#services .service-content .service-item .service-description{color:#9a9a9a;margin-top:14px;line-height:26px;font-weight:400}@media (max-width: 1399.98px){#services .service-content .service-item .service-description{font-size:18px}}#contact .section-header{padding:140px 0;background:url(/build/assets/head-background-D-coJNcA.png);background-repeat:no-repeat;background-position:center;background-size:cover;color:#fff}@media (max-width: 1399.98px){#contact .section-header{padding:120px 0}}@media (max-width: 991.98px){#contact .section-header{padding:100px 0}}@media (max-width: 767.98px){#contact .section-header{padding:80px 0}}@media (max-width: 575.98px){#contact .section-header{padding:60px 0}}#contact .section-header .breadcrumb{margin-bottom:10px}#contact .section-header .breadcrumb .breadcrumb-item,#contact .section-header .breadcrumb a{text-decoration:none;color:#fff}#contact .section-header .breadcrumb .breadcrumb-item:before,#contact .section-header .breadcrumb a:before{color:#fff;padding-right:3px;font-weight:200}#contact .section-header .breadcrumb .breadcrumb-item a{font-weight:200}#contact .section-header .breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:5px}#contact .content-section{padding:150px 0}@media (max-width: 1199.98px){#contact .content-section{padding:130px 0}}@media (max-width: 991.98px){#contact .content-section{padding:80px 0}}@media (max-width: 767.98px){#contact .content-section{padding:60px 0}}#contact .content-section .main-title{color:#fff;font-weight:500;margin-bottom:60px}@media (max-width: 991.98px){#contact .content-section .main-title{margin-bottom:40px}}@media (max-width: 575.98px){#contact .content-section .main-title{margin-bottom:30px}}#contact .content-section .sub-title{color:#fff;font-weight:400}#contact .content-section .description{color:#9a9a9a;margin-top:20px;width:60%;font-weight:300;margin-bottom:50px}@media (max-width: 1199.98px){#contact .content-section .description{width:80%}}@media (max-width: 991.98px){#contact .content-section .description{margin-top:10px;margin-bottom:0}}#contact .content-section #contact-form{margin-top:35px}@media (max-width: 991.98px){#contact .content-section #contact-form{margin-top:20px}}#contact .content-section #contact-form input,#contact .content-section #contact-form textarea{background-color:transparent;box-shadow:none;border:none;border-bottom:1px solid #f1f1f1;border-radius:0;padding:0 0 22px;margin-bottom:42px;color:#fff}@media (max-width: 767.98px){#contact .content-section #contact-form input,#contact .content-section #contact-form textarea{padding:0 0 18px}}#contact .content-section #contact-form input::placeholder,#contact .content-section #contact-form textarea::placeholder{color:#fff;font-size:20px}@media (max-width: 1399.98px){#contact .content-section #contact-form input::placeholder,#contact .content-section #contact-form textarea::placeholder{font-size:16px;line-height:25px}}@media (max-width: 991.98px){#contact .content-section #contact-form input::placeholder,#contact .content-section #contact-form textarea::placeholder{font-size:14px;line-height:22px}}#contact .content-section #contact-form .btn-send{background-color:#fff;border-radius:0;padding:6px 50px;transition:transform .3s ease;float:right;margin-top:25px}@media (max-width: 767.98px){#contact .content-section #contact-form .btn-send{margin-top:0}}#contact .content-section #contact-form .btn-send:hover{transform:translateY(-10px)}#contact .info-wrapper{background-color:#333;border-radius:40px;padding:45px 36px}@media (max-width: 991.98px){#contact .info-wrapper{margin-bottom:60px}}@media (max-width: 575.98px){#contact .info-wrapper{margin-bottom:45px;padding:36px 28px}}#contact .info-wrapper .info-row{margin-bottom:40px}#contact .info-wrapper .img-wrapper{width:60px;margin-right:18px}@media (max-width: 1399.98px){#contact .info-wrapper .img-wrapper{width:54px}}@media (max-width: 767.98px){#contact .info-wrapper .img-wrapper{width:48px}}#contact .info-wrapper .info-details .info-title{color:#fff;margin-bottom:0;font-weight:400}#contact .info-wrapper .info-details .info-description{color:#9a9a9a;font-weight:300;text-decoration:none}#contact .info-wrapper .info-details .info-link{color:#fff;text-decoration:none}#contact .info-wrapper .info-details .whatsapp-wrapper{line-height:26px}html{scroll-behavior:smooth}html #id-body{background-color:#252525}html #id-body .preloader{position:fixed;background-color:#000;background-position:center center;background-repeat:no-repeat;top:0;left:0;right:0;bottom:0;z-index:99999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}html #id-body .preloader .preloader__image{display:flex;align-items:center;justify-content:center;width:100%;height:100%}html #id-body .preloader .preloader__image video{width:30%}@media (max-width: 768px){html #id-body .preloader .preloader__image video{width:45%}}html #id-body #fixed-chatbox{position:fixed;right:50px;bottom:12%;display:block;width:80px;overflow:hidden;z-index:999}@media (max-width: 1199.98px){html #id-body #fixed-chatbox{right:30px;width:65px}}@media (max-width: 767.98px){html #id-body #fixed-chatbox{right:20px}}html #id-body .theme-swal .theme-popup{background-color:#fff;border-radius:0}html #id-body .theme-swal .theme-popup .theme-btn{background:#333;border-radius:0;padding:6px 20px;color:#b6a99e}html #id-body .pagination-custom{display:flex;align-items:center;gap:20px}@media (max-width: 1399.98px){html #id-body .pagination-custom{gap:16px}}html #id-body .pagination-custom .page-item .page-link{background:transparent;border:none;color:#fff;font-weight:300;font-size:22px;box-shadow:none}@media (max-width: 1399.98px){html #id-body .pagination-custom .page-item .page-link{font-size:18px}}@media (max-width: 991.98px){html #id-body .pagination-custom .page-item .page-link{font-size:16px}}@media (max-width: 767.98px){html #id-body .pagination-custom .page-item .page-link{font-size:14px}}html #id-body .pagination-custom .page-item .page-link img{width:8px}@media (max-width: 1399.98px){html #id-body .pagination-custom .page-item .page-link img{width:7px}}html #id-body .pagination-custom .page-item.active .page-link{background:#fff;border-radius:9px;color:#252525;font-weight:400;padding:6px 16px}@media (max-width: 767.98px){html #id-body .pagination-custom .page-item.active .page-link{padding:6px 14px}}
