.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)}90%{transform:translateY(-4px)}}.bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}.headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.swing{transform-origin:top;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{transform:scale(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.jello{transform-origin:50%;animation-name:jello}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)rotateY(-360deg)}40%{animation-timing-function:ease-out;transform:perspective(400px)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)}to{animation-timing-function:ease-in;transform:perspective(400px)}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.flipOutX{animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.flipOutY{animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedIn{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{opacity:1;transform:skew(-5deg)}to{opacity:1;transform:none}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:50%;opacity:0;transform:rotate(-200deg)}to{transform-origin:50%;opacity:1;transform:none}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:0 100%;opacity:0;transform:rotate(-45deg)}to{transform-origin:0 100%;opacity:1;transform:none}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:100% 100%;opacity:0;transform:rotate(45deg)}to{transform-origin:100% 100%;opacity:1;transform:none}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:0 100%;opacity:0;transform:rotate(45deg)}to{transform-origin:0 100%;opacity:1;transform:none}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:100% 100%;opacity:0;transform:rotate(-90deg)}to{transform-origin:100% 100%;opacity:1;transform:none}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:50%;opacity:1}to{transform-origin:50%;opacity:0;transform:rotate(200deg)}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:0 100%;opacity:1}to{transform-origin:0 100%;opacity:0;transform:rotate(45deg)}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:100% 100%;opacity:1}to{transform-origin:100% 100%;opacity:0;transform:rotate(-45deg)}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:0 100%;opacity:1}to{transform-origin:0 100%;opacity:0;transform:rotate(-45deg)}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:100% 100%;opacity:1}to{transform-origin:100% 100%;opacity:0;transform:rotate(90deg)}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:0 0;animation-timing-function:ease-in-out}20%,60%{transform-origin:0 0;animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{transform-origin:0 0;opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;transform-origin:bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform-origin:0;transform:scale(.1)translate(-2000px)}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform-origin:100%;transform:scale(.1)translate(2000px)}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;transform-origin:bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.3,1.3,1.3)}to{transform:scale(1)}}.pulse{animation-name:pulse}@keyframes fadeInLeftSlow{0%{opacity:0;transform:translate(-5%)}to{opacity:1;transform:translate(0,0)}}.fadeInLeftSlow{animation-name:fadeInLeftSlow}@keyframes fadeInRightSlow{0%{opacity:0;transform:translate(5%)}to{opacity:1;transform:translate(0,0)}}.fadeInRightSlow{animation-name:fadeInRightSlow}.slideOutLeft{animation:2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards slideOutLeft}.slideOutRight{animation:2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards slideOutRight}@keyframes fadeInSlow{0%{opacity:0}to{opacity:1}}.fadeInSlow{animation:3s fadeInSlow}@-webkit-keyframes rotate3d{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@-webkit-keyframes rotate3dd{0%{transform:rotateY(0)}to{transform:rotateY(-360deg)}}@keyframes bounce{0%{transform:translateY(0)translate(0)}50%{transform:translateY(15px)translate(7px)}to{transform:translateY(0)translate(0)}}@keyframes bounceTop{0%{transform:translateY(0)translate(0)}50%{transform:translateY(-15px)translate(-7px)}to{transform:translateY(0)translate(0)}}@-webkit-keyframes bounceRight{0%,20%,50%,80%,to{transform:translate(0)}40%{transform:translate(-30px)}60%{transform:translate(-15px)}}
@font-face{font-family:Flaticon;src:url(../media/flaticon.36dfa007.eot);src:url(../media/flaticon.36dfa007.eot)format("embedded-opentype"),url(../media/flaticon.405c2cfa.woff)format("woff"),url(../media/flaticon.a4c0f2d7.ttf)format("truetype"),url(../media/flaticon.d0fc08a0.svg)format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:Flaticon;src:url(../media/flaticon.d0fc08a0.svg)format("svg")}}[class^=flaticon-]:before,[class*=\ flaticon-]:before,[class^=flaticon-]:after,[class*=\ flaticon-]:after{font-family:Flaticon;font-style:normal}.flaticon-network:before{content:""}.flaticon-scale:before{content:""}.flaticon-lawyer:before{content:""}.flaticon-parents:before{content:""}.flaticon-wounded:before{content:""}.flaticon-employee:before{content:""}.flaticon-thief:before{content:""}.flaticon-university-graduate-hat:before{content:""}.flaticon-house:before{content:""}
@font-face{font-family:FontAwesome;src:url(../media/fontawesome-webfont.4b623251.eot);src:url(../media/fontawesome-webfont.4b623251.eot)format("embedded-opentype"),url(../media/fontawesome-webfont.24f8be90.woff2)format("woff2"),url(../media/fontawesome-webfont.e575582e.woff)format("woff"),url(../media/fontawesome-webfont.82790aa9.ttf)format("truetype"),url(../media/fontawesome-webfont.20e700e1.svg)format("svg");font-weight:400;font-style:normal}.fa{font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.fa-lg{vertical-align:-15%;font-size:1.33333em;line-height:.75em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.28571em}.fa-ul{margin-left:2.14286em;padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{text-align:center;width:2.14286em;position:absolute;top:.142857em;left:-2.14286em}.fa-li.fa-lg{left:-1.85714em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:2s linear infinite fa-spin}.fa-pulse{animation:1s steps(8,end) infinite fa-spin}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{vertical-align:middle;width:2em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{text-align:center;width:100%;position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;width:auto;height:auto;margin:0;position:static;overflow:visible}
@font-face{font-family:themify;src:url(../media/themify.3bc9de09.eot);src:url(../media/themify.3bc9de09.eot)format("embedded-opentype"),url(../media/themify.b33502ae.woff)format("woff"),url(../media/themify.4a98db95.ttf)format("truetype"),url(../media/themify.bf0172eb.svg)format("svg");font-weight:400;font-style:normal}[class^=ti-],[class*=\ ti-]{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:themify;font-style:normal;font-weight:400;line-height:1}.ti-wand:before{content:""}.ti-volume:before{content:""}.ti-user:before{content:""}.ti-unlock:before{content:""}.ti-unlink:before{content:""}.ti-trash:before{content:""}.ti-thought:before{content:""}.ti-target:before{content:""}.ti-tag:before{content:""}.ti-tablet:before{content:""}.ti-star:before{content:""}.ti-spray:before{content:""}.ti-signal:before{content:""}.ti-shopping-cart:before{content:""}.ti-shopping-cart-full:before{content:""}.ti-settings:before{content:""}.ti-search:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-out:before{content:""}.ti-cut:before{content:""}.ti-ruler:before{content:""}.ti-ruler-pencil:before{content:""}.ti-ruler-alt:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-alt:before{content:""}.ti-reload:before{content:""}.ti-plus:before{content:""}.ti-pin:before{content:""}.ti-pencil:before{content:""}.ti-pencil-alt:before{content:""}.ti-paint-roller:before{content:""}.ti-paint-bucket:before{content:""}.ti-na:before{content:""}.ti-mobile:before{content:""}.ti-minus:before{content:""}.ti-medall:before{content:""}.ti-medall-alt:before{content:""}.ti-marker:before{content:""}.ti-marker-alt:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-down:before{content:""}.ti-lock:before{content:""}.ti-location-arrow:before{content:""}.ti-link:before{content:""}.ti-layout:before{content:""}.ti-layers:before{content:""}.ti-layers-alt:before{content:""}.ti-key:before{content:""}.ti-import:before{content:""}.ti-image:before{content:""}.ti-heart:before{content:""}.ti-heart-broken:before{content:""}.ti-hand-stop:before{content:""}.ti-hand-open:before{content:""}.ti-hand-drag:before{content:""}.ti-folder:before{content:""}.ti-flag:before{content:""}.ti-flag-alt:before{content:""}.ti-flag-alt-2:before{content:""}.ti-eye:before{content:""}.ti-export:before{content:""}.ti-exchange-vertical:before{content:""}.ti-desktop:before{content:""}.ti-cup:before{content:""}.ti-crown:before{content:""}.ti-comments:before{content:""}.ti-comment:before{content:""}.ti-comment-alt:before{content:""}.ti-close:before{content:""}.ti-clip:before{content:""}.ti-angle-up:before{content:""}.ti-angle-right:before{content:""}.ti-angle-left:before{content:""}.ti-angle-down:before{content:""}.ti-check:before{content:""}.ti-check-box:before{content:""}.ti-camera:before{content:""}.ti-announcement:before{content:""}.ti-brush:before{content:""}.ti-briefcase:before{content:""}.ti-bolt:before{content:""}.ti-bolt-alt:before{content:""}.ti-blackboard:before{content:""}.ti-bag:before{content:""}.ti-move:before{content:""}.ti-arrows-vertical:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-fullscreen:before{content:""}.ti-arrow-top-right:before{content:""}.ti-arrow-top-left:before{content:""}.ti-arrow-circle-up:before{content:""}.ti-arrow-circle-right:before{content:""}.ti-arrow-circle-left:before{content:""}.ti-arrow-circle-down:before{content:""}.ti-angle-double-up:before{content:""}.ti-angle-double-right:before{content:""}.ti-angle-double-left:before{content:""}.ti-angle-double-down:before{content:""}.ti-zip:before{content:""}.ti-world:before{content:""}.ti-wheelchair:before{content:""}.ti-view-list:before{content:""}.ti-view-list-alt:before{content:""}.ti-view-grid:before{content:""}.ti-uppercase:before{content:""}.ti-upload:before{content:""}.ti-underline:before{content:""}.ti-truck:before{content:""}.ti-timer:before{content:""}.ti-ticket:before{content:""}.ti-thumb-up:before{content:""}.ti-thumb-down:before{content:""}.ti-text:before{content:""}.ti-stats-up:before{content:""}.ti-stats-down:before{content:""}.ti-split-v:before{content:""}.ti-split-h:before{content:""}.ti-smallcap:before{content:""}.ti-shine:before{content:""}.ti-shift-right:before{content:""}.ti-shift-left:before{content:""}.ti-shield:before{content:""}.ti-notepad:before{content:""}.ti-server:before{content:""}.ti-quote-right:before{content:""}.ti-quote-left:before{content:""}.ti-pulse:before{content:""}.ti-printer:before{content:""}.ti-power-off:before{content:""}.ti-plug:before{content:""}.ti-pie-chart:before{content:""}.ti-paragraph:before{content:""}.ti-panel:before{content:""}.ti-package:before{content:""}.ti-music:before{content:""}.ti-music-alt:before{content:""}.ti-mouse:before{content:""}.ti-mouse-alt:before{content:""}.ti-money:before{content:""}.ti-microphone:before{content:""}.ti-menu:before{content:""}.ti-menu-alt:before{content:""}.ti-map:before{content:""}.ti-map-alt:before{content:""}.ti-loop:before{content:""}.ti-location-pin:before{content:""}.ti-list:before{content:""}.ti-light-bulb:before{content:""}.ti-Italic:before{content:""}.ti-info:before{content:""}.ti-infinite:before{content:""}.ti-id-badge:before{content:""}.ti-hummer:before{content:""}.ti-home:before{content:""}.ti-help:before{content:""}.ti-headphone:before{content:""}.ti-harddrives:before{content:""}.ti-harddrive:before{content:""}.ti-gift:before{content:""}.ti-game:before{content:""}.ti-filter:before{content:""}.ti-files:before{content:""}.ti-file:before{content:""}.ti-eraser:before{content:""}.ti-envelope:before{content:""}.ti-download:before{content:""}.ti-direction:before{content:""}.ti-direction-alt:before{content:""}.ti-dashboard:before{content:""}.ti-control-stop:before{content:""}.ti-control-shuffle:before{content:""}.ti-control-play:before{content:""}.ti-control-pause:before{content:""}.ti-control-forward:before{content:""}.ti-control-backward:before{content:""}.ti-cloud:before{content:""}.ti-cloud-up:before{content:""}.ti-cloud-down:before{content:""}.ti-clipboard:before{content:""}.ti-car:before{content:""}.ti-calendar:before{content:""}.ti-book:before{content:""}.ti-bell:before{content:""}.ti-basketball:before{content:""}.ti-bar-chart:before{content:""}.ti-bar-chart-alt:before{content:""}.ti-back-right:before{content:""}.ti-back-left:before{content:""}.ti-arrows-corner:before{content:""}.ti-archive:before{content:""}.ti-anchor:before{content:""}.ti-align-right:before{content:""}.ti-align-left:before{content:""}.ti-align-justify:before{content:""}.ti-align-center:before{content:""}.ti-alert:before{content:""}.ti-alarm-clock:before{content:""}.ti-agenda:before{content:""}.ti-write:before{content:""}.ti-window:before{content:""}.ti-widgetized:before{content:""}.ti-widget:before{content:""}.ti-widget-alt:before{content:""}.ti-wallet:before{content:""}.ti-video-clapper:before{content:""}.ti-video-camera:before{content:""}.ti-vector:before{content:""}.ti-themify-logo:before{content:""}.ti-themify-favicon:before{content:""}.ti-themify-favicon-alt:before{content:""}.ti-support:before{content:""}.ti-stamp:before{content:""}.ti-split-v-alt:before{content:""}.ti-slice:before{content:""}.ti-shortcode:before{content:""}.ti-shift-right-alt:before{content:""}.ti-shift-left-alt:before{content:""}.ti-ruler-alt-2:before{content:""}.ti-receipt:before{content:""}.ti-pin2:before{content:""}.ti-pin-alt:before{content:""}.ti-pencil-alt2:before{content:""}.ti-palette:before{content:""}.ti-more:before{content:""}.ti-more-alt:before{content:""}.ti-microphone-alt:before{content:""}.ti-magnet:before{content:""}.ti-line-double:before{content:""}.ti-line-dotted:before{content:""}.ti-line-dashed:before{content:""}.ti-layout-width-full:before{content:""}.ti-layout-width-default:before{content:""}.ti-layout-width-default-alt:before{content:""}.ti-layout-tab:before{content:""}.ti-layout-tab-window:before{content:""}.ti-layout-tab-v:before{content:""}.ti-layout-tab-min:before{content:""}.ti-layout-slider:before{content:""}.ti-layout-slider-alt:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-layout-sidebar-none:before{content:""}.ti-layout-sidebar-left:before{content:""}.ti-layout-placeholder:before{content:""}.ti-layout-menu:before{content:""}.ti-layout-menu-v:before{content:""}.ti-layout-menu-separated:before{content:""}.ti-layout-menu-full:before{content:""}.ti-layout-media-right-alt:before{content:""}.ti-layout-media-right:before{content:""}.ti-layout-media-overlay:before{content:""}.ti-layout-media-overlay-alt:before{content:""}.ti-layout-media-overlay-alt-2:before{content:""}.ti-layout-media-left-alt:before{content:""}.ti-layout-media-left:before{content:""}.ti-layout-media-center-alt:before{content:""}.ti-layout-media-center:before{content:""}.ti-layout-list-thumb:before{content:""}.ti-layout-list-thumb-alt:before{content:""}.ti-layout-list-post:before{content:""}.ti-layout-list-large-image:before{content:""}.ti-layout-line-solid:before{content:""}.ti-layout-grid4:before{content:""}.ti-layout-grid3:before{content:""}.ti-layout-grid2:before{content:""}.ti-layout-grid2-thumb:before{content:""}.ti-layout-cta-right:before{content:""}.ti-layout-cta-left:before{content:""}.ti-layout-cta-center:before{content:""}.ti-layout-cta-btn-right:before{content:""}.ti-layout-cta-btn-left:before{content:""}.ti-layout-column4:before{content:""}.ti-layout-column3:before{content:""}.ti-layout-column2:before{content:""}.ti-layout-accordion-separated:before{content:""}.ti-layout-accordion-merged:before{content:""}.ti-layout-accordion-list:before{content:""}.ti-ink-pen:before{content:""}.ti-info-alt:before{content:""}.ti-help-alt:before{content:""}.ti-headphone-alt:before{content:""}.ti-hand-point-up:before{content:""}.ti-hand-point-right:before{content:""}.ti-hand-point-left:before{content:""}.ti-hand-point-down:before{content:""}.ti-gallery:before{content:""}.ti-face-smile:before{content:""}.ti-face-sad:before{content:""}.ti-credit-card:before{content:""}.ti-control-skip-forward:before{content:""}.ti-control-skip-backward:before{content:""}.ti-control-record:before{content:""}.ti-control-eject:before{content:""}.ti-comments-smiley:before{content:""}.ti-brush-alt:before{content:""}.ti-youtube:before{content:""}.ti-vimeo:before{content:""}.ti-twitter:before{content:""}.ti-time:before{content:""}.ti-tumblr:before{content:""}.ti-skype:before{content:""}.ti-share:before{content:""}.ti-share-alt:before{content:""}.ti-rocket:before{content:""}.ti-pinterest:before{content:""}.ti-new-window:before{content:""}.ti-microsoft:before{content:""}.ti-list-ol:before{content:""}.ti-linkedin:before{content:""}.ti-layout-sidebar-2:before{content:""}.ti-layout-grid4-alt:before{content:""}.ti-layout-grid3-alt:before{content:""}.ti-layout-grid2-alt:before{content:""}.ti-layout-column4-alt:before{content:""}.ti-layout-column3-alt:before{content:""}.ti-layout-column2-alt:before{content:""}.ti-instagram:before{content:""}.ti-google:before{content:""}.ti-github:before{content:""}.ti-flickr:before{content:""}.ti-facebook:before{content:""}.ti-dropbox:before{content:""}.ti-dribbble:before{content:""}.ti-apple:before{content:""}.ti-android:before{content:""}.ti-save:before{content:""}.ti-save-alt:before{content:""}.ti-yahoo:before{content:""}.ti-wordpress:before{content:""}.ti-vimeo-alt:before{content:""}.ti-twitter-alt:before{content:""}.ti-tumblr-alt:before{content:""}.ti-trello:before{content:""}.ti-stack-overflow:before{content:""}.ti-soundcloud:before{content:""}.ti-sharethis:before{content:""}.ti-sharethis-alt:before{content:""}.ti-reddit:before{content:""}.ti-pinterest-alt:before{content:""}.ti-microsoft-alt:before{content:""}.ti-linux:before{content:""}.ti-jsfiddle:before{content:""}.ti-joomla:before{content:""}.ti-html5:before{content:""}.ti-flickr-alt:before{content:""}.ti-email:before{content:""}.ti-drupal:before{content:""}.ti-dropbox-alt:before{content:""}.ti-css3:before{content:""}.ti-rss:before{content:""}.ti-rss-alt:before{content:""}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{transform-origin:100%;left:auto;right:0}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.slick-slider{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;display:block;position:relative}.slick-list{margin:0;padding:0;display:block;position:relative;overflow:hidden}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate(0,0)}.slick-track{margin-left:auto;margin-right:auto;display:block;position:relative;top:0;left:0}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;height:auto;display:block}.slick-arrow.slick-hidden{display:none}
.slick-loading .slick-list{background:#fff url(../media/ajax-loader.d5c1e833.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(../media/slick.3392c85e.eot);src:url(../media/slick.3392c85e.eot)format("embedded-opentype"),url(../media/slick.265d68e3.woff)format("woff"),url(../media/slick.31421072.ttf)format("truetype"),url(../media/slick.5f2cd927.svg)format("svg")}.slick-prev,.slick-next{cursor:pointer;color:#0000;background:0 0;border:none;outline:none;width:20px;height:20px;padding:0;font-size:0;line-height:0;display:block;position:absolute;top:50%;transform:translateY(-50%)}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:#0000;background:0 0;outline:none}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:slick;font-size:20px;line-height:1}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{text-align:center;width:100%;margin:0;padding:0;list-style:none;display:block;position:absolute;bottom:-25px}.slick-dots li{cursor:pointer;width:20px;height:20px;margin:0 5px;padding:0;display:inline-block;position:relative}.slick-dots li button{cursor:pointer;color:#0000;background:0 0;border:0;outline:none;width:20px;height:20px;padding:5px;font-size:0;line-height:0;display:block}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;color:#333;font-family:Open Sans,sans-serif;font-size:16px;overflow-x:hidden}@media (max-width:1200px){body{font-size:14px}}body .text-right{text-align:right}body p{color:#666;line-height:28px}@media (max-width:1200px){body p{line-height:26px}}body .container{width:100%;margin:auto}@media (min-width:1400px){body .container{max-width:1340px}}body h1,body h2,body h3,body h4,body h5,body h6{color:#282e3f;font-family:Playfair Display,serif}body ul{margin:0;padding-left:0;font-size:20px;line-height:18px}body ul li{margin-bottom:10px}body a{-o-transition:all .2s;text-decoration:none;transition:all .2s}body a:hover{text-decoration:none}body img{max-width:100%}body #__next{overflow:hidden}body button,body a:focus{outline:none}body .btnStyle{color:#fff;text-transform:capitalize;background:#c0b596;border:2px solid #c0b596;min-width:120px;min-height:35px;padding:10px 25px;font-size:14px;font-weight:400;transition:all .4s ease-in-out;display:inline-block}body .btnStyle.btnRadius{border-radius:30px}body .btnStyle.btnOutlined,body .btnStyle:hover{color:#c0b596;background:0 0}body .btnStyle.btnOutlined:hover{color:#fff;background:#c0b596}body .bgFFF{background:#fff!important}body .pt100{padding-top:100px!important}body .ptb100{padding:100px 0}body .ptb50{padding:50px 0}body .ptb10{padding:10px 0}.aboutArea{padding:100px 0 80px}.aboutArea .aboutImageWrap{z-index:1;margin:0 20px;position:relative}@media (max-width:768px){.aboutArea .aboutImageWrap{margin-bottom:40px;margin-right:0}.aboutArea .aboutImageWrap img{width:100%}}.aboutArea .aboutImageWrap:before{content:"";z-index:-1;background-color:#c0b596;width:100%;height:100%;position:absolute;top:-20px;left:-20px}.aboutArea .aboutImageWrap .playBtn{color:#fff;cursor:pointer;border:2px solid #fff;border-radius:100%;justify-content:center;align-items:center;min-width:55px;min-height:55px;transition:all .4s ease-in-out;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.aboutArea .aboutImageWrap .playBtn span svg{font-size:40px}.aboutArea .aboutImageWrap .playBtn:hover{background:#d4c291}.aboutArea .aboutContent .subtitle{color:#ada282;font-size:16px;display:block}.aboutArea .aboutContent h2{margin-bottom:20px}.aboutArea .aboutContent p{margin-bottom:30px;font-size:15px}@media (max-width:1200px){.aboutArea .aboutContent p{margin-bottom:20px;font-size:14px}}.aboutArea .aboutContent .signature{margin-top:35px}.aboutArea.aboutAreaStyleTwo .aboutImageWrap{margin:0 10px 10px 0}.aboutArea.aboutAreaStyleTwo .aboutImageWrap:before{inset:auto -10px -10px auto}.aboutArea.aboutAreaStyleTwo .changeOrder{order:2}@media (max-width:800px){.aboutArea.aboutAreaStyleTwo .aboutContent{margin-bottom:40px}}.aboutArea.aboutAreaStyleTwo .aboutContent h2{position:relative}.aboutArea.aboutAreaStyleTwo .aboutContent h2:before{content:"";background:#c0b596;width:60px;height:1px;position:absolute;top:19px;left:-68px}.bannerWrapper{text-align:center;z-index:1;flex-direction:column;justify-content:center;height:320px;margin-bottom:60px;padding:0 40px;display:flex;position:relative}.bannerWrapper:before{content:"";z-index:-1;background:#000000a6;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0}.bannerWrapper h3{color:#fff;margin-bottom:0;padding-bottom:25px;font-size:36px;line-height:50px}@media (max-width:1024px){.bannerWrapper h3{font-size:24px;line-height:40px}}@media (max-width:576px){.bannerWrapper h3{font-size:24px;line-height:40px}}.bannerWrapper h3 span{font-size:60px}.makaleIcerik{line-height:auto;font-family:Open Sans;color:#313131!important}.makaleIcerik *{font-family:Playfair Display,serif;color:#313131!important}.blogArea{background:#f5f5f5;padding:100px 0 70px}.blogArea .blogWrap{background:#fff;margin-bottom:30px}.blogArea .blogWrap .blogImage img{object-fit:scale-down;filter:grayscale(.8);-moz-filter:grayscale(0);-o-filter:grayscale(0);-ms-filter:grayscale(0);width:100%;height:200px;transition:all .2s}.blogArea .blogWrap:hover .blogImage img{filter:grayscale(0%);-moz-filter:grayscale(50%);-o-filter:grayscale(50%);-ms-filter:grayscale(50%)}.blogArea .blogWrap .blogContent{background:#fff;padding:20px 30px 30px}@media (max-width:576px){.blogArea .blogWrap .blogContent{padding:20px 15px 30px}}.blogArea .blogWrap .blogContent h3{margin-bottom:20px;font-size:24px;line-height:36px}@media (max-width:576px){.blogArea .blogWrap .blogContent h3{font-size:20px;line-height:32px}}.blogArea .blogWrap .blogContent h3 a{color:#000;transition:all .3s}.blogArea .blogWrap .blogContent h3 a:hover{color:#c0b596}.blogArea .blogWrap .blogContent .blogMeta{align-items:center;display:flex}.blogArea .blogWrap .blogContent .blogMeta li{color:#c0b596;padding:0 10px;line-height:0}@media (max-width:576px){.blogArea .blogWrap .blogContent .blogMeta li{padding:0 5px}}.blogArea .blogWrap .blogContent .blogMeta li img{width:30px;height:30px}.blogArea .blogWrap .blogContent .blogMeta li:first-child{padding-left:0}.blogArea .blogWrap .blogContent .blogMeta li:last-child{padding:0}.blogArea .blogWrap .blogContent .blogMeta li:last-child:before{content:"|";color:#ccc;margin-right:10px}@media (max-width:576px){.blogArea .blogWrap .blogContent .blogMeta li:last-child:before{margin-right:5px}}.blogPostWrapper{margin-bottom:60px}.blogPostWrapper.mb0{margin-bottom:0}.blogPostWrapper .blogPostImg img{width:100%}.blogPostWrapper .blogPostContent ul.blogPostMeta{align-items:center;margin-top:20px;margin-bottom:25px;display:flex}.blogPostWrapper .blogPostContent ul.blogPostMeta li{color:#666}@media (max-width:375px){.blogPostWrapper .blogPostContent ul.blogPostMeta li{font-size:12px}}.blogPostWrapper .blogPostContent ul.blogPostMeta li:before{content:"|";color:#ccc;padding:0 15px}@media (max-width:375px){.blogPostWrapper .blogPostContent ul.blogPostMeta li:before{padding:0 5px}}.blogPostWrapper .blogPostContent ul.blogPostMeta li:first-child:before,.blogPostWrapper .blogPostContent ul.blogPostMeta li:nth-child(2):before{display:none}.blogPostWrapper .blogPostContent ul.blogPostMeta li img{border-radius:50%;width:40px;height:40px;margin-right:20px}@media (max-width:375px){.blogPostWrapper .blogPostContent ul.blogPostMeta li img{margin-right:10px}}.blogPostWrapper .blogPostContent h3{margin-bottom:20px;font-size:36px;font-weight:400}@media (max-width:375px){.blogPostWrapper .blogPostContent h3{font-size:30px}}.blogPostWrapper .blogPostContent h3 a{color:#282e3f}.blogPostWrapper .blogPostContent p{line-height:30px}.blogPostWrapper .blogPostContent a.readmore{color:#c0b596;text-transform:capitalize;font-size:16px;font-weight:600;display:inline-block}.breadcumbArea{z-index:1;align-items:center;min-height:400px;display:flex;position:relative}@media (max-width:768px){.breadcumbArea{min-height:350px;padding-top:0}}@media (max-width:300px){.breadcumbArea{min-height:300px;padding-top:0}}.breadcumbArea:before{content:"";z-index:-1;background:linear-gradient(90deg,#151a30c9 8% 46%,#151a3012 95%,#151a3000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.breadcumbArea .breadcumbWrap h2{color:#fff;margin-bottom:10px;font-size:45px;font-weight:700}@media (max-width:767px){.breadcumbArea .breadcumbWrap h2{font-size:30px}}.breadcumbArea .breadcumbWrap ul li{color:#c0b596;font-size:18px;display:inline-block}@media (max-width:450px){.breadcumbArea .breadcumbWrap ul li{font-size:16px}}.breadcumbArea .breadcumbWrap ul li:before{content:"/";color:#fff;padding:0 5px}.breadcumbArea .breadcumbWrap ul li:first-child:before{display:none}.breadcumbArea .breadcumbWrap ul li a{color:#fff}.cetagoryWrap{background:#f5f5f5;margin-bottom:60px}.cetagoryWrap h3{background:#ddd;margin-bottom:0;padding:10px 20px;font-size:24px;position:relative}.cetagoryWrap ul{padding:15px 30px 20px}.cetagoryWrap ul li{border-bottom:1px solid #ddd}.cetagoryWrap ul li:last-child{border-bottom:none}.cetagoryWrap ul li a{color:#333;padding:15px 0 10px;font-size:16px;transition:all .3s;display:block}.cetagoryWrap ul li a:hover{color:#c0b596}.contactArea{z-index:1;background-attachment:fixed;padding:100px 0;position:relative}.contactArea:before{content:"";z-index:-1;background-color:#272c3f;width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.contactArea .contactInfo{margin-bottom:40px}}.contactArea .contactInfo span{color:#ada282;font-size:16px}.contactArea .contactInfo h2{color:#fff;margin-top:10px;margin-bottom:20px;font-size:36px;position:relative}.contactArea .contactInfo h2:before{content:"";background:#c0b596;width:60px;height:1px;position:absolute;top:19px;left:-68px}@media (max-width:1200px){.contactArea .contactInfo h2:before{width:30px;left:-35px}}.contactArea .contactInfo h6{color:#c0b596;font-family:Open Sans,sans-serif;font-size:18px}@media (max-width:1200px){.contactArea .contactInfo h6{font-size:16px}}.contactArea .contactInfo p{color:#ddd;margin-top:30px;line-height:30px}.counterArea{padding:100px 0}.counterArea .counterMainWrapper{flex-wrap:wrap;justify-content:space-between;display:flex}.counterArea .counterMainWrapper .counterWrap{text-align:center;background:#c0b59633;flex-direction:column;flex:0 0 49.5%;justify-content:center;width:49.5%;min-height:170px;margin-bottom:5px;display:flex}.counterArea .counterMainWrapper .counterWrap .count{color:#fff;flex-wrap:wrap;justify-content:center;align-items:center;min-height:60px;margin:0;font-size:50px;font-weight:600;line-height:10px;display:flex}@media (max-width:375px){.counterArea .counterMainWrapper .counterWrap .count{font-size:30px}}.counterArea .counterMainWrapper .counterWrap .count span.level{font-weight:300}.counterArea .counterMainWrapper .counterWrap p{color:#c0b596;margin-bottom:0;font-size:18px;font-weight:400}@media (max-width:375px){.counterArea .counterMainWrapper .counterWrap p{font-size:15px}}.counterArea.counterAreaStyleTwo{z-index:1;background:url(/images/counter/2.jpg) 50%/cover no-repeat fixed;position:relative}.counterArea.counterAreaStyleTwo:before{content:"";z-index:-1;background-color:#151a30e6;width:100%;height:100%;position:absolute;top:0;left:0}.counterArea.counterAreaStyleTwo .counterMainWrapper .counterWrap{flex:0 0 24.5%;width:24.5%}@media (max-width:768px){.counterArea.counterAreaStyleTwo .counterMainWrapper .counterWrap{flex:0 0 49.5%;width:49.5%}}@media (max-width:450px){.counterArea.counterAreaStyleTwo .counterMainWrapper .counterWrap{flex:0 0 100%;width:100%}}.odometer.odometer-auto-theme,.odometer.odometer-theme-default,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{vertical-align:middle;display:inline-block;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{vertical-align:middle;visibility:hidden;display:inline-block}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;inset:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{-webkit-backface-visibility:hidden;display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-o-transition:-o-transform 2s;-ms-transition:-ms-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner{transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-o-transition:-o-transform 2s;-ms-transition:-ms-transform 2s;transition:transform 2s;transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:Helvetica Neue,sans-serif;line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}.footerArea{background:#151a30}.footerArea .footerTopArea{padding:50px 0 20px}.footerArea .footerTopArea .footerLogo{margin-top:-15px;margin-bottom:30px}.footerArea .footerTopArea .footerLogo a{display:inline-block}.footerArea .footerTopArea .footerLogo a img{height:85px}.footerArea .footerTopArea .footerLogo p{color:#ddd;font-size:15px}.footerArea .footerTopArea .footerWrap{margin-bottom:30px}.footerArea .footerTopArea .footerWrap h3{color:#fff;margin-bottom:20px;font-size:24px}.footerArea .footerTopArea .footerWrap ul li{color:#ddd;margin-bottom:10px}.footerArea .footerTopArea .footerWrap ul li:last-child{margin-bottom:0}.footerArea .footerTopArea .footerWrap ul li a{color:#ddd;font-size:15px;display:inline-block}.footerArea .footerTopArea .footerWrap ul li a:hover{color:#c0b596}.footerArea .footerBottomArea{border-top:1px solid #c0b5964d;padding:20px 0}@media (max-width:375px){.footerArea .footerBottomArea{text-align:center}}.footerArea .footerBottomArea span{color:#ddd;font-size:16px;display:block}@media (max-width:576px){.footerArea .footerBottomArea span{font-size:14px}}.footerArea .footerBottomArea .socialListFooter{justify-content:flex-end;display:flex}@media (max-width:375px){.footerArea .footerBottomArea .socialListFooter{justify-content:center;margin-top:15px}}.footerArea .footerBottomArea .socialListFooter li{margin-left:15px}.footerArea .footerBottomArea .socialListFooter li a{color:#ddd}.footerArea .footerBottomArea .socialListFooter li a:hover{color:#c0b596}.contactForm .formInput input,.contactForm .formInput textarea,.contactForm .formInput select{color:#fff;height:50px;-webkit-box-shadow:none;box-shadow:none;box-sizing:border-box;background:#c0b59633;border:1px solid #c0b59680;border-radius:0;width:100%;padding:6px 15px}.contactForm .formInput input:focus,.contactForm .formInput textarea:focus,.contactForm .formInput select:focus{-webkit-box-shadow:none;box-shadow:none;border-color:#c0b596;outline:none}.contactForm .formInput input::-webkit-input-placeholder{color:#bbb5a5;font-size:14px}.contactForm .formInput textarea::-webkit-input-placeholder{color:#bbb5a5;font-size:14px}.contactForm .formInput select::-webkit-input-placeholder{color:#bbb5a5;font-size:14px}.contactForm .formInput select{color:#bbb5a5;appearance:none;-o-appearance:none;background:#48464c url(/images/select-icon.png) calc(100% - 15px) no-repeat;position:relative}.contactForm .formInput textarea{height:150px;padding:15px}.contactForm .formInput p{text-transform:uppercase;color:#c0b596;font-size:12px}.contactForm button{color:#fff;text-transform:capitalize;background:#c0b596;border:1px solid #c0b596;border-radius:0;padding:9px 25px;font-size:14px;font-weight:400;display:inline-block}.contactForm button:hover{background:#cfc098}.headerArea .headerBottomArea{background:#272c3f;align-items:center;display:flex;position:relative}.headerArea .headerBottomArea .logo{padding:10px 0}@media (max-width:800px){.headerArea .headerBottomArea .logo{margin-top:0;padding:15px 0}}@media (max-width:1024px){.headerArea .headerBottomArea .logo img{height:unset}}@media (max-width:768px){.headerArea .headerBottomArea .logo img{height:50px}}@media (max-width:767px){.headerArea .headerBottomArea .logo img{height:40px}}@media (max-width:400px){.headerArea .headerBottomArea .logo img{height:unset}}.headerArea .headerBottomArea .mainMenuWrap{text-align:right}.headerArea .headerBottomArea .mainMenuWrap li{padding:0 18px;display:inline-block;position:relative}.headerArea .headerBottomArea .mainMenuWrap li:first-child{padding-left:0}.headerArea .headerBottomArea .mainMenuWrap li:last-child{padding-right:0}@media (max-width:1200px){.headerArea .headerBottomArea .mainMenuWrap li{padding:0 6px}}.headerArea .headerBottomArea .mainMenuWrap li a{color:#fff;letter-spacing:0;text-transform:uppercase;cursor:pointer;padding:35px 0;font-size:15px;font-weight:400;display:block}.headerArea .headerBottomArea .mainMenuWrap li a i{display:none}@media (max-width:1200px){.headerArea .headerBottomArea .mainMenuWrap li a{font-size:14px}}.headerArea .headerBottomArea .mainMenuWrap li a.active,.headerArea .headerBottomArea .mainMenuWrap li:hover a,.headerArea .headerBottomArea .mainMenuWrap li:hover span{color:#c0b596}.headerArea .headerBottomArea .mainMenuWrap li ul.subMenu{z-index:999;text-align:left;transform-origin:top;-o-transition:all .3s ease 0s;text-transform:capitalize;background:#fff;width:226px;padding:5px 12px;transition:all .3s;position:absolute;top:92px;left:0;transform:scaleY(0);box-shadow:0 2px 5px #0000000d}.headerArea .headerBottomArea .mainMenuWrap li ul.subMenu li{border-bottom:1px solid #f2f2f2;padding:0;display:block}.headerArea .headerBottomArea .mainMenuWrap li ul.subMenu li:last-child{border-bottom:none}.headerArea .headerBottomArea .mainMenuWrap li ul.subMenu li a{color:#06163a;text-transform:capitalize;padding:12px 15px;font-size:1rem;display:block}.headerArea .headerBottomArea .mainMenuWrap li ul.subMenu li a:hover,.headerArea .headerBottomArea .mainMenuWrap li ul.subMenu li a.active{color:#c0b596}.headerArea .headerBottomArea .mainMenuWrap li:hover ul.subMenu{transform:scaleY(1)}@media (max-width:800px){.headerArea .headerBottomArea .responsiveWrapper{z-index:99;background:#151a30;width:100%;padding:20px;transition:all .3s;display:none;position:absolute;top:100%;left:0}.headerArea .headerBottomArea .responsiveWrapper.active{display:block}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap{text-align:left}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li{margin-bottom:15px;padding:0;display:block}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li a,.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li span{text-align:left;justify-content:flex-start;align-items:center;padding:0;display:flex;position:relative}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li a i,.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li span i{margin-left:auto;font-size:12px;display:block}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li ul.subMenu{width:100%;box-shadow:none;background:0 0;margin-top:10px;margin-left:20px;padding:0;display:none;position:static;transform:none}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li ul.subMenu.mobile-open{display:block}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li ul.subMenu li{border-bottom:none;margin-bottom:8px}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li ul.subMenu li a{color:#ddd;padding:8px 0;font-size:14px}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li ul.subMenu li a:hover,.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li ul.subMenu li a.active{color:#c0b596}.headerArea .headerBottomArea .responsiveWrapper .mainMenuWrap li.submenu-open ul.subMenu{display:block}}.headerArea .headerBottomArea .searchMenuWrapper{justify-content:flex-end;align-items:center;height:100%;display:flex}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap{justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap i{color:#fff;cursor:pointer}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap i:hover{color:#c0b596}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform{z-index:999;visibility:hidden;opacity:0;text-align:center;background:#fff;width:263px;padding:15px;transition:all .3s;position:absolute;top:150%;right:0}@media (max-width:380px){.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform{right:-25px}}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform.active{visibility:visible;opacity:1;top:330%}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform form{position:relative}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform form input{background:#fff;width:100%;height:40px;padding:0 40px 0 10px}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform form input:focus{box-shadow:none;outline:none}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform form button{color:#fff;cursor:pointer;background:#272c3f;border:none;width:40px;height:40px;position:absolute;top:0;right:0}.headerArea .headerBottomArea .searchMenuWrapper .searchWrap .searchform form button:hover{background:#1d233c}.headerArea .headerBottomArea .searchMenuWrapper .css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root{padding-right:0}.headerArea .headerBottomArea .searchMenuWrapper .css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root svg{color:#000}.headerArea .headerBottomArea .searchMenuWrapper .responsiveTrigger{cursor:pointer;margin-left:30px;display:none}@media (max-width:800px){.headerArea .headerBottomArea .searchMenuWrapper .responsiveTrigger{display:block}}.headerArea .headerBottomArea .searchMenuWrapper .responsiveTrigger span{background:#fff;width:20px;height:1px;margin-bottom:3px;display:block}.headerArea .headerBottomArea .searchMenuWrapper .responsiveTrigger span:last-child{margin-bottom:0}.headerArea .headerBottomArea.headerBottomAreaStyelTwo{z-index:99;background:#ffffff0d;border-bottom:1px solid #ffffff12;width:100%;position:absolute;left:0}@media (max-width:800px){.headerArea .headerBottomArea.headerBottomAreaStyelTwo{background:#272c3f;position:relative}}.headerArea.headerAreaStyleThree .headerBottomArea{background:0 0}@media (max-width:768px){.headerArea.headerAreaStyleThree .headerBottomArea{background:#272c3f}}.headerArea.headerAreaStyleThree .headerBottomArea .MuiGrid-root.MuiGrid-container.container.css-1vam7s3-MuiGrid-root{background:#272c3f}@media (max-width:768px){.headerArea.headerAreaStyleThree .headerBottomArea .MuiGrid-root.MuiGrid-container.container.css-1vam7s3-MuiGrid-root{padding:0}}.headerArea.headerAreaStyleThree{z-index:99;width:100%;position:absolute;top:0;left:0}@media (max-width:767px){.headerArea.headerAreaStyleThree{position:static}}.headerArea .headerTop{background:#272c3f}.headerArea .headerTop .headerTopMainWrapper{border-bottom:1px solid #ffffff12;padding:10px 0}@media (max-width:1200px){.headerArea .headerTop .headerTopMainWrapper{padding:10px 16px}}.headerArea .headerTop ul{align-content:center;display:flex}@media (max-width:600px){.headerArea .headerTop ul{justify-content:center;margin:0}}.headerArea .headerTop ul li{color:#e0e0e0;text-align:center;font-size:14px;display:flex}@media (max-width:991px){.headerArea .headerTop ul li{padding:10px 0}}.headerArea .headerTop ul li:last-child{padding-right:0}.headerArea .headerTop ul li svg{color:#cbbc99;padding-right:5px;font-size:22px}.headerArea .headerTop .headerContact{justify-content:flex-end;margin-right:20px}@media (max-width:600px){.headerArea .headerTop .headerContact{justify-content:center;margin:0}}.headerArea .headerTop .headerContact li:before{content:"|";color:#ffffff12;margin:0 15px}.headerArea .headerTop .headerContact li:first-child:before{display:none}.headerArea .headerTop .headerContact li svg{margin-right:7px}@media (max-width:576px){.headerArea .headerTop .btnStyle{text-align:center!important}}.headerArea .headerTop .btnStyle a{color:#fff;text-transform:capitalize;background:0 0;border:2px solid #c0b596;border-radius:47px;padding:9px 15px;font-size:14px;font-weight:700}@media (max-width:1024px){.headerArea .headerTop .btnStyle a{padding:9px;font-size:12px}}.headerArea.headerAreaStyleThree .headerTop{background:0 0;padding:0}@media (max-width:767px){.headerArea.headerAreaStyleThree .headerTop{background:#151a30}}.headerArea.headerAreaStyleThree .headerTop .headerTopMainWrapper{background:#151a30;padding:10px 15px}.headerArea.headerAreaStyleThree .headerTop .headerTopMainWrapper .btnStyle a{padding:9px 13px}.backdrop{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.heroSliderArea .slideWrapper{z-index:1;align-items:center;height:800px;display:flex;position:relative}@media (max-width:1200px){.heroSliderArea .slideWrapper{height:600px;padding:0 100px}}@media (max-width:767px){.heroSliderArea .slideWrapper{height:450px;padding:0 16px}}.heroSliderArea .slideWrapper p{color:#fff;margin:0;font-size:20px;font-weight:300;line-height:.8em}@media (max-width:768px){.heroSliderArea .slideWrapper p{font-size:16px}}.heroSliderArea .slideWrapper h2{color:#fff;margin:33px 0;font-size:60px;font-weight:400;line-height:90px}@media (max-width:1200px){.heroSliderArea .slideWrapper h2{margin:25px 0;font-size:50px;line-height:65px}}@media (max-width:768px){.heroSliderArea .slideWrapper h2{font-size:35px;line-height:50px}}@media (max-width:576px){.heroSliderArea .slideWrapper h2{margin:20px 0;font-size:24px;line-height:40px}}@media (max-width:450px){.heroSliderArea .slideWrapper h2{font-size:22px;line-height:32px}}.heroSliderArea .slideWrapper h2 span{display:block}.heroSliderArea .slideWrapper:before{content:"";z-index:-1;opacity:.75;background:linear-gradient(90deg,#151a30d1 14%,#1b2035d1 15%,#8a8c9700 33%,#fff0 52%,#f4f4f400 55%,#a6a7af00 68%,#4b4f60db 83%,#151a30db 92%);width:100%;height:100%;position:absolute;top:0;left:0}.heroSliderArea .slick-arrow{z-index:11;color:#fff;background:0 0;border:1px solid #c0b596;min-width:45px;min-height:45px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.heroSliderArea .slick-arrow:before{display:none}.heroSliderArea .slick-arrow svg{width:15px;height:20px}.heroSliderArea .slick-arrow:hover{color:#c0b596;background:#fff}.heroSliderArea .slick-arrow .MuiButton-label{place-content:center;display:flex}.heroSliderArea .slick-arrow.slick-next{left:auto;right:15px}.heroSliderArea .slick-dots{place-content:center;width:100%;position:absolute;bottom:30px;display:flex!important}.heroSliderArea .slick-dots li{margin:0 5px}.heroSliderArea .slick-dots li button{cursor:pointer;background-color:#c0b596;border:1px solid #fff;border-radius:50%;width:15px;height:15px;font-size:0}.heroSliderArea .slick-dots li button:before{font-size:0}.heroSliderArea .slick-dots li.slick-active button{border-color:#c0b596}.heroSliderArea.heroSliderAreaStyleTwo .slideWrapper .sliderContent{padding-top:92px}@media (max-width:800px){.heroSliderArea.heroSliderAreaStyleTwo .slideWrapper .sliderContent{padding:0}}.heroSliderArea.heroSliderAreaStyleThree .slideWrapper{padding-top:165px}@media (max-width:767px){.heroSliderArea.heroSliderAreaStyleThree .slideWrapper{padding-top:0}}.instagramWrap h3{margin-bottom:30px;font-size:24px}.instagramWrap ul{flex-wrap:wrap;justify-content:space-between;display:flex}.instagramWrap ul li{flex:0 0 32%;width:32%;margin-bottom:7px}.instagramWrap ul li img{width:100%}.newsLetterArea{background:#272c3f;padding:74px 0 80px}.newsLetterArea .newsletterWrap{text-align:center;max-width:443px;margin:auto}.newsLetterArea .newsletterWrap h3{color:#c0b596;margin-bottom:40px;font-size:30px;font-weight:500}.newsLetterArea .newsletterWrap .newsletterForm{position:relative}.newsLetterArea .newsletterWrap .newsletterForm input{color:#fff;height:50px;-webkit-box-shadow:none;box-shadow:none;box-sizing:border-box;background:0 0;border:1px solid #c0b596;width:100%;padding:6px 130px 6px 15px;font-size:14px}.newsLetterArea .newsletterWrap .newsletterForm input:focus{outline:none}.newsLetterArea .newsletterWrap .newsletterForm button{color:#fff;background:#c0b596;border-radius:0;width:125px;height:100%;position:absolute;top:0;right:0}.portfolioArea{padding:100px 0}.portfolioArea .PortfolioMenu{justify-content:center;margin-bottom:50px;display:flex}.portfolioArea .PortfolioMenu li{cursor:pointer;color:#333;margin:0 15px;transition:all .3s}.portfolioArea .PortfolioMenu li:hover{color:#c0b596}.portfolioArea .portfolioWrapper{flex-wrap:wrap;display:flex}.portfolioArea .portfolioItem{flex:0 0 20%;width:20%;line-height:0;position:relative;overflow:hidden}.portfolioArea .portfolioItem img{width:100%}@media (max-width:768px){.portfolioArea .portfolioItem{flex:0 0 33.33%;width:33.33%}}@media (max-width:475px){.portfolioArea .portfolioItem{flex:0 0 100%;width:100%}}.portfolioArea .portfolioItem .portfolioContent{visibility:hidden;opacity:0;text-align:center;box-sizing:border-box;background:#151a30cc;flex-direction:column;justify-content:center;width:100%;height:100%;padding:20px;line-height:24px;transition:all .5s ease-in-out;display:flex;position:absolute;bottom:-30%;left:0}.portfolioArea .portfolioItem .portfolioContent:before{content:"";border:2px solid #c0b596;width:90%;height:90%;position:absolute;top:5%;left:5%}.portfolioArea .portfolioItem .portfolioContent p{color:#c0b596}.portfolioArea .portfolioItem .portfolioContent h3{position:relative}.portfolioArea .portfolioItem .portfolioContent h3 a{color:#fff}.portfolioArea .portfolioItem .portfolioContent h3 a:hover{color:#c0b596}@media (max-width:1200px){.portfolioArea .portfolioItem .portfolioContent h3{margin-bottom:0;font-size:18px}}.portfolioArea .portfolioItem .portfolioContent h3:before{content:"";background:#c0b596;width:60px;height:3px;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}.portfolioArea .portfolioItem:hover .portfolioContent{opacity:1;visibility:visible;bottom:0}.portfolioArea.portfolioAreaStyleTwo .portfolioItem{width:100%}.pricingTableArea{background:#f5f5f5;padding:100px 0 70px}.pricingTableArea .pricingWrapper{text-align:center;background:#fff;margin-bottom:30px;padding:40px 50px 50px}@media (max-width:1024px){.pricingTableArea .pricingWrapper{padding:40px 40px 50px}}.pricingTableArea .pricingWrapper svg{color:#c0b596;font-size:55px}.pricingTableArea .pricingWrapper h3{margin-top:15px;margin-bottom:20px;font-size:18px;font-weight:600}.pricingTableArea .pricingWrapper h2{margin-bottom:10px;font-size:50px;font-weight:600}.pricingTableArea .pricingWrapper p{margin-bottom:25px;font-size:15px;line-height:24px}.recentPostWrapper{background:#f5f5f5;padding:30px}.recentPostWrapper h3{margin-bottom:25px;font-size:24px}.recentPostWrapper ul li{margin-bottom:20px}.recentPostWrapper ul li:last-child{margin-bottom:0}.recentPostWrapper ul li.postItem{overflow:hidden}.recentPostWrapper ul li.postItem .postImg{float:left;margin-right:20px}.recentPostWrapper ul li.postItem .postContent{overflow:hidden}.recentPostWrapper ul li.postItem .postContent a{color:#666;display:inline-block}.recentPostWrapper ul li.postItem .postContent a:hover{color:#c0b596}.searchSidebarWrapper{margin-bottom:40px;position:relative}@media (max-width:768px){.searchSidebarWrapper{margin-top:40px}}.searchSidebarWrapper input{color:#333;width:100%;height:50px;box-shadow:none;box-sizing:border-box;border:1px solid #ddd;border-radius:0;padding:6px 70px 6px 10px;font-size:17px;transition:all .3s}.searchSidebarWrapper input:focus{box-shadow:none;border-color:#666;outline:none}.searchSidebarWrapper button{color:#fff;cursor:pointer;background:#282e3f;border-radius:0;min-width:60px;min-height:50px;font-size:20px;position:absolute;top:0;right:0}.searchSidebarWrapper button:hover{background:#c0b596}@media (max-width:900px){.css-480o17-MuiGrid-root>.MuiGrid-item{padding-left:15px}}@media (max-width:600px){.css-480o17-MuiGrid-root>.MuiGrid-item{padding-left:0}}.serviceArea{padding:22px 0 50px;position:relative}.serviceArea.bgColor{background:#f1f1f1}.serviceArea .serviceItem{box-sizing:border-box;background:#fff;flex-wrap:wrap;align-items:center;display:flex}.serviceArea .serviceItem .serviceIcon{text-align:center;box-sizing:border-box;background:#c0b596;justify-content:center;align-items:center;width:95px;height:100px;display:flex}.serviceArea .serviceItem .serviceIcon i{color:#fff;margin:auto;font-size:60px}.serviceArea .serviceItem .serviceText{box-sizing:border-box;width:calc(100% - 95px);padding:20px 25px}@media (max-width:900px){.serviceArea .serviceItem .serviceText{padding:20px 10px}}.serviceArea .serviceItem .serviceText span{color:#ada282;font-size:16px}.serviceArea .serviceItem .serviceText h3{color:#333;font-size:24px}@media (max-width:1200px){.serviceArea .serviceItem .serviceText h3{font-size:20px}}.serviceArea.serviceAreaStyleTwo{z-index:1;position:relative}.serviceArea.serviceAreaStyleTwo:before{content:"";z-index:-9;background:#151a30a8;width:100%;height:100%;position:absolute;top:0;left:0}.serviceArea.serviceAreaStyleTwo .serviceItem{background:0 0;border:1px solid #c0b59666}.serviceArea.serviceAreaStyleTwo .serviceItem .serviceIcon{background:0 0;border-right:1px solid #c0b59666}.serviceArea.serviceAreaStyleTwo .serviceItem .serviceIcon i{color:#c0b596}.serviceArea.serviceAreaStyleTwo .serviceItem .serviceText h3{color:#fff}.ourServiceArea{padding:80px 0}.ourServiceArea.bgWhite{background:#f5f5f5}.ourServiceArea .serviceWrap{flex-wrap:wrap;display:flex}@media (max-width:375px){.ourServiceArea .serviceWrap{margin-bottom:20px}}.ourServiceArea .serviceWrap .serviceIcon{float:left;box-sizing:border-box;border:1px solid #c0b59680;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.ourServiceArea .serviceWrap .serviceIcon i{color:#c0b596;font-size:35px;transition:all .3s}.ourServiceArea .serviceWrap .serviceIcon i:before{font-size:45px}.ourServiceArea .serviceWrap:hover .serviceIcon svg{color:#999}.ourServiceArea .serviceWrap .serviceContent{box-sizing:border-box;width:calc(100% - 80px);padding-left:20px}.ourServiceArea .serviceWrap .serviceContent h3{margin-bottom:10px;padding-bottom:10px;font-size:24px;position:relative}.ourServiceArea .serviceWrap .serviceContent h3 a{color:#373737;display:inline-block}.ourServiceArea .serviceWrap .serviceContent h3 a:hover{color:#c0b596}@media (max-width:375px){.ourServiceArea .serviceWrap .serviceContent h3{font-size:20px}}.ourServiceArea .serviceWrap .serviceContent h3:before{content:"";background:#c0b596;width:30px;height:2px;position:absolute;bottom:0;left:0}.ourServiceArea .serviceWrap .serviceContent p{color:#777;margin-bottom:0}.ourServiceArea.ourServiceAreaStyleTwo{z-index:1;padding:100px 0;position:relative}.ourServiceArea.ourServiceAreaStyleTwo:before{content:"";z-index:-1;background:#151a30a8;width:100%;height:100%;position:absolute;top:0;left:0}.ourServiceArea.ourServiceAreaStyleTwo .sectionTitle h2{color:#fff}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap{background:#c0b5964d;align-items:center;padding:20px 15px}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceIcon{border:none;width:auto;height:100%;margin:6px 15px 6px 0;padding-right:15px;position:relative}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceIcon:before{content:"";background:#c0b596;width:1px;height:65px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceIcon svg{color:#c0b596;font-size:45px}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceIcon svg:before{font-size:60px}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceContent h3{margin-bottom:10px;padding-bottom:0;font-size:24px}@media (max-width:767px){.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceContent h3{font-size:20px}}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceContent h3 a{color:#fff;transition:all .4s ease-in-out}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceContent h3 a:hover{color:#c0b596}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceContent h3:before{display:none}.ourServiceArea.ourServiceAreaStyleTwo .serviceWrap .serviceContent p{color:#ddd;margin-bottom:0;font-size:15px;line-height:24px}.ourServiceArea.ourServiceAreaStyleThree{padding:100px 0}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap{text-align:center;border:1px solid #ddd;padding:45px 30px;display:block}@media (max-width:1024px){.ourServiceArea.ourServiceAreaStyleThree .serviceWrap{padding:50px}}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceIcon{float:none;height:unset;border:none;margin:auto auto 15px}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceIcon svg{color:#c0b596;font-size:60px}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceIcon svg:before{font-size:60px}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceContent{width:100%;padding:0}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceContent h3{padding-top:20px;padding-bottom:0}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceContent h3:before{width:65px;height:1px;top:0;left:50%;transform:translate(-50%)}.ourServiceArea.ourServiceAreaStyleThree .serviceWrap .serviceContent p{font-size:15px;line-height:24px}.makaleIcerik{text-align:justify}.makaleIcerik h1,.makaleIcerik h2,.makaleIcerik h3,.makaleIcerik h4,.makaleIcerik h5,.makaleIcerik h6{text-align:left!important}.singleContentArea .singleContentImg{margin-bottom:30px}.singleContentArea .singleContentImg img{object-fit:cover;width:100%;height:auto}.singleContentArea .singleContentWrap h3{margin-bottom:20px;font-size:36px}.singleContentArea .singleContentWrap h5{margin-bottom:20px;font-size:20px}@media (max-width:576px){.singleContentArea .singleContentWrap h5{font-size:18px;line-height:30px}}.singleContentArea .singleContentWrap p{margin-bottom:35px;font-size:20px;line-height:21px}@media (max-width:576px){.singleContentArea .singleContentWrap p{font-size:14px}}.singleContentArea .singleContentWrap .avatarWra{margin-top:15px}.singleContentArea .singleContentWrap .avatarWra img{width:100%}@media (max-width:576px){.singleContentArea .singleContentWrap .avatarWra img{margin-bottom:30px}}.singleContentArea .singleContentWrap .avatarWra h4{margin-bottom:15px;font-size:18px}.singleContentArea .singleContentWrap .avatarWra ul li{align-items:center;margin-bottom:10px;font-size:15px;display:flex}.singleContentArea .singleContentWrap .avatarWra ul li svg{color:#c0b596;margin-right:5px;font-size:18px}.singleContentArea .singleContentWrap .avatarWra ul li:last-child{margin-bottom:0}.tagsWrap{margin-top:60px;margin-bottom:52px}.tagsWrap h3{margin-bottom:30px;font-size:24px}.tagsWrap ul li{margin-bottom:7px;margin-right:7px;display:inline-block}.tagsWrap ul li a{color:#333;background:#f5f5f5;padding:9px 25px 10px;font-size:14px;transition:all .3s;display:inline-block}.tagsWrap ul li a:hover{color:#fff;background:#c0b596}.teamArea{padding:100px 0}@media (max-width:1200px){.teamArea{padding:100px 16px}}.teamArea .teamWrapper{position:relative;overflow:hidden;box-shadow:1px 1px 5px #00000514}.teamArea .teamWrapper .teamImage{border:1px solid #fff;border-bottom:none}.teamArea .teamWrapper .teamContent{text-align:center;background:#f5f5f5;border:1px solid #f5f5f5;margin-top:-40px;transition:all .3s;position:relative;transform:translateY(40px)}.teamArea .teamWrapper .teamContent h3{padding:20px 0 5px;font-size:24px}.teamArea .teamWrapper .teamContent h3 a{color:#282e3f;display:inline-block}.teamArea .teamWrapper .teamContent h3 a:hover{color:#c0b596}.teamArea .teamWrapper .teamContent span{color:#ada282}.teamArea .teamWrapper .teamContent ul{justify-content:center;margin:15px 0;display:flex}.teamArea .teamWrapper .teamContent ul li{padding:0 5px}.teamArea .teamWrapper .teamContent ul li a{color:#c0b596;align-content:center;display:flex}.teamArea .teamWrapper .teamContent ul li a svg{font-size:18px}.teamArea .teamWrapper:hover .teamContent{background:#fff;transform:translateY(0)}.teamArea .teamSlideArea div:focus{outline:none}.teamArea .teamSlideArea .slick-arrow{z-index:10;background:#c0b5964d;border-radius:5px;justify-content:center;align-items:center;min-width:50px;min-height:45px;transition:all .4s ease-in-out;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.teamArea .teamSlideArea .slick-arrow:before{display:none}.teamArea .teamSlideArea .slick-arrow .css-i4bv87-MuiSvgIcon-root{width:.6em}.teamArea .teamSlideArea .slick-arrow svg{color:#333}.teamArea .teamSlideArea .slick-arrow .MuiButton-label{line-height:0}.teamArea .teamSlideArea .slick-arrow.slick-prev{left:-70px}@media (max-width:1200px){.teamArea .teamSlideArea .slick-arrow.slick-prev{left:-10px}}.teamArea .teamSlideArea .slick-arrow.slick-next{right:-70px}@media (max-width:1200px){.teamArea .teamSlideArea .slick-arrow.slick-next{right:-10px}.testmonialArea{padding:0 16px}}@media (max-width:576px){.testmonialArea{padding-bottom:100px}}.testmonialArea .testimonialImages{line-height:0}.testmonialArea .testimonialImages img{width:100%}.testmonialArea .testimonialContent{margin-top:50px}@media (max-width:1200px){.testmonialArea .testimonialContent{margin-top:0}}@media (max-width:768px){.testmonialArea .testimonialContent{margin-top:40px}}@media (max-width:576px){.testmonialArea .testimonialContent{text-align:center}}.testmonialArea .testimonialContent span{color:#ada282;font-size:16px;display:block}.testmonialArea .testimonialContent h2{margin-top:10px;margin-bottom:20px;font-size:36px;position:relative}@media (max-width:375px){.testmonialArea .testimonialContent h2{font-size:25px}}.testmonialArea .testimonialContent h2:before{content:"";background:#c0b596;width:60px;height:1px;position:absolute;top:19px;left:-68px}@media (max-width:576px){.testmonialArea .testimonialContent h2:before{top:60px;left:50%;transform:translate(-50%)}}@media (max-width:375px){.testmonialArea .testimonialContent h2:before{top:50px}}.testmonialArea .testimonialContent .testmonialSlider div:focus{outline:none}.testmonialArea .testimonialContent .testmonialSlider .slideItem p{padding:20px 50px 30px 33px;position:relative}@media (max-width:768px){.testmonialArea .testimonialContent .testmonialSlider .slideItem p{padding:20px 0 15px 15px}}.testmonialArea .testimonialContent .testmonialSlider .slideItem p svg{color:#c0b596;font-size:30px;position:absolute;top:10px;left:0}@media (max-width:768px){.testmonialArea .testimonialContent .testmonialSlider .slideItem p svg{font-size:20px}}.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap{align-items:center;display:flex}@media (max-width:576px){.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap{display:block}}.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap .thumbImg{border-radius:50%;width:90px;height:90px;margin-right:20px;overflow:hidden}@media (max-width:576px){.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap .thumbImg{margin:auto auto 15px}}.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap .thumbImg img{border-radius:50%}.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap .imgContent h4{font-family:Open Sans,sans-serif;font-size:18px;font-weight:600}.testmonialArea .testimonialContent .testmonialSlider .slideItem .thumbWrap .imgContent span{color:#666;font-size:16px}.testmonialArea .testimonialContent .testmonialSlider .slick-dots{justify-content:flex-end;width:100%;display:flex!important}@media (max-width:767px){.testmonialArea .testimonialContent .testmonialSlider .slick-dots{justify-content:center;margin-top:15px}}.testmonialArea .testimonialContent .testmonialSlider .slick-dots li{margin-left:0}.testmonialArea .testimonialContent .testmonialSlider .slick-dots li button{background:#bbb;border:none;border-radius:50%;width:10px;height:10px;font-size:0;display:inline-block}.testmonialArea .testimonialContent .testmonialSlider .slick-dots li button:before{display:none}.testmonialArea .testimonialContent .testmonialSlider .slick-dots li.slick-active button{background:#c0b596}.sectionTitle{text-align:center;margin-bottom:60px}@media (max-width:991px){.sectionTitle{margin-bottom:40px}}.sectionTitle span{color:#ada282;margin-bottom:5px;font-size:16px;line-height:15px;display:block;position:relative}.sectionTitle h2{color:#333;padding-bottom:20px;font-size:36px;position:relative}@media (max-width:767px){.sectionTitle h2{font-size:25px}}.sectionTitle h2:before{content:"";background:#c0b596;width:60px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.singleTeamArea{padding:100px 0}.singleTeamArea .singleTeamImgWrap{text-align:center;background:#f5f5f5;margin-bottom:40px;padding:45px 30px 0}.singleTeamArea .singleTeamImgWrap .singleTeamImg{border:15px solid #c0b596;border-radius:50%;width:380px;height:380px;margin:auto auto 45px}@media (max-width:1199px){.singleTeamArea .singleTeamImgWrap .singleTeamImg{width:310px;height:310px;margin-bottom:35px}}@media (max-width:991px){.singleTeamArea .singleTeamImgWrap .singleTeamImg{width:270px;height:270px;margin-bottom:75px}}@media (max-width:576px){.singleTeamArea .singleTeamImgWrap .singleTeamImg{margin-bottom:35px}}@media (max-width:370px){.singleTeamArea .singleTeamImgWrap .singleTeamImg{width:200px;height:200px}}.singleTeamArea .singleTeamImgWrap .singleTeamImg img{object-fit:cover;border-radius:50%;width:100%;height:100%}.singleTeamArea .singleTeamImgWrap h4{background:#dddad3;margin:0 -30px;padding:25px;font-size:30px;font-weight:400}@media (max-width:768px){.singleTeamArea .singleTeamImgWrap h4{font-size:20px}}.singleTeamArea .singleTeamContent{background:#f5f5f5;margin-bottom:40px;padding:30px}.singleTeamArea .singleTeamContent h4{text-align:center;color:#666;background:#ddd;margin:-30px -30px 30px;padding:25px;font-size:30px}@media (max-width:768px){.singleTeamArea .singleTeamContent h4{font-size:20px}}.singleTeamArea .singleTeamContent ul.teamMembarInfo{margin-bottom:20px}.singleTeamArea .singleTeamContent ul.teamMembarInfo li{margin-bottom:15px;font-size:16px}@media (max-width:1024px){.singleTeamArea .singleTeamContent ul.teamMembarInfo li{margin-bottom:10px;font-size:14px}}.singleTeamArea .singleTeamContent ul.teamMembarInfo li:last-child{margin-bottom:0}.singleTeamArea .singleTeamContent ul.teamMembarInfo li span{color:#333;margin-right:3px;font-family:Playfair Display,serif;font-size:20px;font-weight:700;display:inline-block}@media (max-width:1024px){.singleTeamArea .singleTeamContent ul.teamMembarInfo li span{font-size:16px}}.singleTeamArea .singleTeamContent ul.socialShare li{margin-right:5px;display:inline-block}.singleTeamArea .singleTeamContent ul.socialShare li a{text-align:center;color:#333;border:1px solid #ddd;border-radius:0;justify-content:center;align-items:center;min-width:40px;min-height:40px;line-height:40px;transition:all .4s ease-in-out;display:flex}.singleTeamArea .singleTeamContent ul.socialShare li a:hover{color:#fff;background:#c0b596}.singleTeamArea .singleTeamInfo{margin-top:10px}.singleTeamArea .singleTeamInfo h3{margin-bottom:30px;font-size:30px;font-weight:400}.singleTeamArea .singleTeamInfo p{margin-bottom:20px}.singleTeamArea .singleTeamInfo h5{margin-top:50px;margin-bottom:30px;font-size:30px;font-weight:400}.singleTeamArea .singleTeamInfo ul li{align-items:center;padding-bottom:10px;display:flex}.singleTeamArea .singleTeamInfo ul li svg{color:#c0b596;margin-right:10px;font-size:18px}.blogPostArea{padding:100px 0}.blogPostArea.blogPostLeftArea{padding-bottom:40px}@media (max-width:768px){.blogPostArea.blogPostLeftArea .searchSidebarWrapper{margin-top:0}.blogPostArea.blogPostLeftArea .instagramWrap{margin-bottom:60px}}.blogPostArea.blogFullWidth{padding-bottom:40px}.singleArea.singlePortfolioArea{padding-bottom:0}.singleArea.singlePortfolioArea .singleContentArea .singleContentWrap p:last-child{margin-bottom:0}.portfolioArea.portfolioAreaStyleFour{padding-top:0}.portfolioArea.portfolioAreaStyleFour .sectionTitle{text-align:left}.portfolioArea.portfolioAreaStyleFour .sectionTitle span{display:none}.portfolioArea.portfolioAreaStyleFour .sectionTitle h2:before{left:0;transform:translate(0)}.contactusPageArea{padding:100px 0}.contactusPageArea .contactUsInfo h3{margin-bottom:30px;font-size:30px;font-weight:400}.contactusPageArea .contactUsInfo h4{color:#666;margin-top:20px;margin-bottom:10px;font-size:24px}.contactusPageArea .contactUsInfo span{display:block}.contactusPageArea .contactUSForm h3{margin-bottom:40px;font-size:30px}.contactusPageArea .contactUSForm .contactForm .formInput input,.contactusPageArea .contactUSForm .contactForm .formInput select,.contactusPageArea .contactUSForm .contactForm .formInput textarea{color:#495057;background:#ebebeb;border:none}.error-page{text-align:center;padding:100px 0}
