@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');:root{--global--color-primary:#61bd15;--global--color-primary-90:#61bd15;--global--color-primary-70:#61bd15;--global--color-heading:#000;--global--color-secondary:#000;--global--color-body:#000;--global--color-white:#fff;--global--color-white-90:rgba(255,255,255,.9);--global--color-gray:#f9f9f9;--global--font-body:'Roboto',sans-serif;--global--font-heading:'IBM Plex Sans',sans-serif}*,h1,h2,h3,h4,h5,h6,p,ul,a,ol,ul,li{list-style:none;margin:0;padding:0}*,:active,:focus{outline:none !important}ul,ol{list-style:none;margin:0;padding:0}::-moz-selection{text-shadow:none}::selection{text-shadow:none}::-moz-selection{text-shadow:none}::-webkit-selection{text-shadow:none}.form-control{-webkit-box-shadow:none;box-shadow:none}button{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;border:none;outline:none;padding:0}body,html{overflow-x:hidden}body{background-color:var(--global--color-white);font-family:var(--global--font-body);font-size:14px;font-weight:400;color:var(--global--color-body);margin:0}::-moz-selection{background-color:var(--global--color-primary);color:var(--global--color-white);text-shadow:none}::selection{background-color:var(--global--color-primary);color:var(--global--color-white);text-shadow:none}a{font-family:var(--global--font-body);font-weight:400;color:var(--global--color-primary);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;text-decoration:none}a:hover{text-decoration:none}.custom-logo{max-width:140px}p{font-family:var(--global--font-body);font-weight:400}section{background-color:var(--global--color-white);padding:120px 0;overflow:hidden}.menu-main-menu-container{margin-left:auto}@media only screen and (max-width:767px){section{padding:70px 0}.services{padding-top:50px;padding-bottom:50px}}h1,h2,h3,h4,h5,h6{color:var(--global--color-heading);font-family:var(--global--font-heading);font-weight:700;margin:0 0 28px;line-height:1}h1{font-size:52px}h2{font-size:42px}h3{font-size:38px}h4{font-size:28px}h5{font-size:24px}h6{font-size:18px}p{font-family:var(--global--font-body);color:var(--global--color-body);font-size:16px;font-weight:400;line-height:28px}.text-white{color:var(--global--color-white) !important}form,ol,p,ul{margin-bottom:0}.bg-grey{background-color:#f6f7f8 !important}.bg-section{position:relative;overflow:hidden;z-index:1;background-size:cover;background-repeat:no-repeat;background-position:center center;width:100%;height:100%}.bg-overlay:before{content:"";display:inline-block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.bg-overlay-dark-2:before{background-image:-webkit-gradient(linear,left top,left bottom,from(#1B1A1A80),to(#00000000));background-image:-o-linear-gradient(top,#1B1A1A80 0%,#00000000 100%);background-image:linear-gradient(180deg,#1B1A1A80 0%,#00000000 100%);opacity:.55}.bg-overlay-dark-slider:before{background-image:-webkit-gradient(linear,left top,left bottom,from(#14191c),color-stop(82%,rgba(20,25,28,0)));background-image:-o-linear-gradient(top,#14191c 0%,rgba(20,25,28,0) 82%);background-image:linear-gradient(180deg,#14191c 0%,rgba(20,25,28,0) 82%)}.bg-overlay-theme:before{background:#f8f7f7}.bg-overlay-white2:before{background-image:-webkit-gradient(linear,left bottom,left top,color-stop(34%,#fff),color-stop(44%,#ffffff00));background-image:-o-linear-gradient(bottom,#fff 34%,#ffffff00 44%);background-image:linear-gradient(0deg,#fff 34%,#ffffff00 44%)}.breadcrumb{background-color:transparent;margin-bottom:0;padding:0;border-radius:0;color:#e5e4e4;font-size:14px;font-weight:400;line-height:1;text-transform:capitalize;display:block}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{font-family:"Font Awesome 5 Free";font-weight:700;padding:0 10px;color:var(--global--color-gray);content:"\f054"}.breadcrumb>li a{color:var(--global--color-gray)}.breadcrumb>li a:hover{color:var(--global--color-primary)}.breadcrumb>.active{color:var(--global--color-secondary)}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:var(--global--font-body);position:relative;z-index:2;font-size:15px;font-weight:700;text-transform:capitalize;padding:0 30px;border:0;width:170px;height:65px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transition-property:background,color;-o-transition-property:background,color;transition-property:background,color;border-radius:4px;overflow:hidden}@media screen and (max-width:767.98px){.btn{height:50px}}.btn:focus,.btn:active{-webkit-box-shadow:none;box-shadow:none;outline:none}.btn i{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn:before{content:'';position:absolute;width:calc(100%);height:calc(100%);top:0;left:0;z-index:-1;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;-webkit-transition:-webkit-transform .24s ease-in-out;transition:-webkit-transform .24s ease-in-out;-o-transition:transform .24s ease-in-out;transition:transform .24s ease-in-out;transition:transform .24s ease-in-out,-webkit-transform .24s ease-in-out}.btn:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.btn--primary{background-color:var(--global--color-primary);color:var(--global--color-white)}.btn--primary:before{background-color:var(--global--color-secondary)}.btn--primary:active,.btn--primary:focus,.btn--primary:hover{color:var(--global--color-white)}.btn--secondary{background-color:var(--global--color-heading);color:var(--global--color-white)}.btn--secondary:before{background-color:var(--global--color-primary)}.btn--secondary:active,.btn--secondary:focus,.btn--secondary:hover{color:var(--global--color-white)}.index-z-cus{z-index:9}.overlay{background:#000000b8;z-index:0;opacity:1}.btn--white{background-color:var(--global--color-white);color:var(--global--color-secondary)}.btn--white:before{background-color:var(--global--color-secondary)}.btn--white:active,.btn--white:focus,.btn--white:hover{color:var(--global--color-white)}form{position:relative}form .col-12{position:relative}.form-control{font-family:var(--global--font-body);color:var(--global--color-body);font-size:14px;font-weight:400;height:50px;line-height:1px;border-radius:4px;border:1px solid #eaeaea;background-color:var(--global--color-white);padding-left:20px;margin-bottom:25px;position:relative;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.form-control:focus{border-color:var(--global--color-heading);-webkit-box-shadow:none;box-shadow:none}.form-control::-webkit-input-placeholder{font-family:var(--global--font-body);color:var(--global--color-body);font-size:14px;text-transform:capitalize}.form-control::-moz-placeholder{font-family:var(--global--font-body);color:var(--global--color-body);font-size:14px;text-transform:capitalize}.form-control:-ms-input-placeholder{font-family:var(--global--font-body);color:var(--global--color-body);font-size:14px;text-transform:capitalize}.form-label{font-family:var(--global--font-body);font-weight:700;font-size:14px;color:var(--global--color-secondary);margin-bottom:9px}.custom-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}@media screen and (max-width:767.98px){.custom-radio-group{-ms-flex-wrap:wrap;flex-wrap:wrap}}.custom-radio-group .custom-control{position:relative;min-height:0;margin-right:30px;margin-bottom:14px}.custom-radio-group .custom-control .custom-control-input{opacity:0}.custom-radio-group .custom-control .custom-control-input:checked~label:after{background-color:var(--global--color-primary);opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.custom-radio-group .custom-control label{font-size:14px;font-family:var(--global--font-body);font-weight:400;color:var(--global--color-body);margin-bottom:0;line-height:1.9;text-transform:capitalize;cursor:pointer;padding-left:10px}.custom-radio-group .custom-control label:before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;border-radius:4px;border:3px solid #eaeaea;width:17px;height:17px}.custom-radio-group .custom-control label:after{content:'';display:inline-block;position:absolute;width:7px;height:7px;border-radius:50%;left:5px;top:9px;background-color:transparent;-webkit-transition:.3s cubic-bezier(.4,0,.2,1);-o-transition:.3s cubic-bezier(.4,0,.2,1);transition:.3s cubic-bezier(.4,0,.2,1);opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.advantages-list{text-align:left;margin:0;padding:0;list-style:none}.advantages-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:var(--global--font-body);font-weight:700;font-size:18px;line-height:22px;color:var(--global--color-body);text-transform:capitalize;margin-bottom:15px}@media (min-width:992px) and (max-width:1200px){.advantages-list li{font-size:14px}}@media screen and (max-width:991.98px){.advantages-list li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:20px}}@media screen and (max-width:767.98px){.advantages-list li{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:0}}.advantages-list li:before{content:'\f00c';font-family:"Font Awesome 5 Free";font-weight:700;width:20px;height:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--global--color-primary);color:var(--global--color-white);margin-right:15px;border-radius:50%;font-size:10px}@media (min-width:992px) and (max-width:1200px){.advantages-list li:before{margin-right:8px}}.accordion{border-top:4px solid var(--global--color-primary)}.accordion .card,.accordion .card:first-of-type{padding:23px 20px 22px 0;-webkit-box-shadow:none;box-shadow:none;border:0;border-bottom:2px solid #eaeaea;margin-bottom:0;border-radius:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;text-align:left}.accordion .card.active-acc .card-heading .card-link:before,.accordion .card:first-of-type.active-acc .card-heading .card-link:before,.accordion .card:not(:first-of-type):not(:last-of-type).active-acc .card-heading .card-link:before{color:var(--global--color-white)}.accordion .card .card-heading,.accordion .card:first-of-type .card-heading{padding:0}.accordion .card .card-heading .card-link,.accordion .card:first-of-type .card-heading .card-link,.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link{font-family:var(--global--font-heading);font-size:19px;font-weight:700;color:var(--global--color-heading);text-transform:capitalize;position:relative;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;display:block;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accordion .card .card-heading .card-link:hover,.accordion .card:first-of-type .card-heading .card-link:hover,.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:hover{color:var(--global--color-primary)}.accordion .card .card-heading .card-link:before,.accordion .card:first-of-type .card-heading .card-link:before,.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:before{content:"\f054";-ms-flex-negative:0;flex-shrink:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:22px;height:22px;border-radius:50%;background-color:var(--global--color-heading);color:var(--global--color-white);font-family:"Font Awesome 5 Free";font-weight:700;font-size:11px;margin-right:20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.accordion .card .card-heading .card-link.collapsed:before,.accordion .card:first-of-type .card-heading .card-link.collapsed:before,.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed:before{background-color:var(--global--color-white);color:var(--global--color-heading);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.accordion .card .card-body,.accordion .card:first-of-type .card-body{font-family:var(--global--font-body);color:var(--global--color-body);padding:16px 0 0 31px;font-size:15px;font-weight:400;line-height:25px}.accordion .card:last-of-type{margin-bottom:0}.accordion.accordion-light{border-color:var(--global--color-white)}.accordion.accordion-light .card,.accordion.accordion-light .card:first-of-type{border-color:#99dfb6;background-color:transparent}.accordion.accordion-light .card .card-heading .card-link,.accordion.accordion-light .card:first-of-type .card-heading .card-link,.accordion.accordion-light .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link{color:var(--global--color-white)}.accordion.accordion-light .card .card-heading .card-link:hover,.accordion.accordion-light .card:first-of-type .card-heading .card-link:hover,.accordion.accordion-light .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:hover{color:var(--global--color-heading)}.accordion.accordion-light .card .card-body,.accordion.accordion-light .card:first-of-type .card-body{color:var(--global--color-gray)}.accordion.accordion-2{border-top:0}.accordion.accordion-2 .card,.accordion.accordion-2 .card:first-of-type{padding-left:30px;padding-right:25px;border:2px solid #eaeaea;border-radius:4px}@media screen and (max-width:767.98px){.accordion.accordion-2 .card,.accordion.accordion-2 .card:first-of-type{padding-left:15px;padding-right:15px}}.accordion.accordion-2 .card.active-acc,.accordion.accordion-2 .card:first-of-type.active-acc{border-color:var(--global--color-primary)}.accordion.accordion-2 .card.active-acc .card-heading .card-link,.accordion.accordion-2 .card:first-of-type.active-acc .card-heading .card-link,.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type).active-acc .card-heading .card-link{color:var(--global--color-primary)}.accordion.accordion-2 .card .card-heading .card-link,.accordion.accordion-2 .card:first-of-type .card-heading .card-link,.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link{font-size:17px}.accordion.accordion-2 .card .card-heading .card-link:before,.accordion.accordion-2 .card:first-of-type .card-heading .card-link:before,.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:before{position:absolute;right:0;margin-right:0;content:'\f077';-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background-color:var(--global--color-primary)}.accordion.accordion-2 .card .card-heading .card-link.collapsed:before,.accordion.accordion-2 .card:first-of-type .card-heading .card-link.collapsed:before,.accordion.accordion-2 .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed:before{background-color:var(--global--color-heading);color:var(--global--color-white);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.accordion.accordion-2 .card .card-body,.accordion.accordion-2 .card:first-of-type .card-body{padding-top:12px;padding-left:0}.accordion.accordion-2 .card:last-of-type{margin-bottom:30px}#back-to-top{position:fixed;right:0;bottom:0;opacity:0;width:90px;height:200px;border-radius:4px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;background-color:var(--global--color-primary)}#back-to-top:before{content:'';position:absolute;width:calc(100%);height:calc(100%);top:0;left:0;z-index:-1;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;background-color:var(--global--color-heading);-webkit-transition:-webkit-transform .24s ease-in-out;transition:-webkit-transform .24s ease-in-out;-o-transition:transform .24s ease-in-out;transition:transform .24s ease-in-out;transition:transform .24s ease-in-out,-webkit-transform .24s ease-in-out}#back-to-top:hover:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}#back-to-top i{color:var(--global--color-white);font-weight:700;font-size:15px}@media screen and (max-width:991.98px){#back-to-top{width:50px;height:50px;border-radius:50%;bottom:30px;right:20px}}@media (min-width:992px) and (max-width:1200px){#back-to-top{width:70px;height:150px}}.header{height:80px;-webkit-box-shadow:0px 5px 41.5px rgba(40,40,40,.11);box-shadow:0px 5px 41.5px rgba(40,40,40,.11)}@media screen and (min-width:992px){.header{height:100px}}.header .navbar-brand{padding:0;margin:0;margin-right:40px}@media (min-width:992px) and (max-width:1100px){.header .navbar-brand{margin-right:20px}}@media screen and (min-width:992px){.header .navbar-brand{height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (min-width:1200px) and (max-width:1350px){.header .navbar-brand{margin-right:20px}}.header .navbar-brand .logo{max-width:145px;width:100%}.header.header-light{background-color:var(--global--color-white)}.header.header-light .navbar{background-color:var(--global--color-white)}.header.header-light .navbar .logo-dark{display:inline-block}@media screen and (max-width:991.98px){.header.header-light .navbar .logo-dark{display:none}}.header.header-light .navbar .logo-mobile{display:inline-block}@media screen and (min-width:992px){.header.header-light .navbar .logo-mobile{display:none}}.header.header-light .navbar .navbar-nav>li>a{color:var(--global--color-heading)}.header.header-light .navbar .navbar-nav>li>a:before{background-color:var(--global--color-heading)}.header.header-topbar{height:150px}@media screen and (max-width:991.98px){.header.header-topbar{height:80px}}@media screen and (max-width:991.98px){.header.header-topbar .top-bar{display:none}}@media screen and (min-width:992px){.header.header-topbar .navbar{padding:0 0 0 40px;min-height:100px;position:relative;top:auto;bottom:auto;right:auto;left:auto}}@media (min-width:992px) and (max-width:1200px){.header.header-topbar .navbar{padding:0 0 0 20px}}@media screen and (min-width:992px){.header.header-topbar .navbar .navbar-nav>li>a{line-height:100px}}.header.header-topbar.header-shadow .navbar{-webkit-box-shadow:0px 5px 41.5px rgba(9,29,62,.11);box-shadow:0px 5px 41.5px rgba(9,29,62,.11)}.header.header-topbar.header-topbar3 .navbar{padding:0}@media (min-width:992px) and (max-width:1200px){.header.header-topbar.header-topbar3 .navbar .navbar-nav>li{margin-right:20px}.header.header-topbar.header-topbar3 .navbar .navbar-nav>li:last-child{margin-right:0}}.header.header-topbar.header-topbar3 .navbar-brand{position:relative}@media screen and (max-width:991.98px){.header.header-topbar.header-topbar3 .module-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (min-width:992px){.header.header-topbar.header-topbar3 .module-holder{margin-left:30px}}@media screen and (min-width:992px){.header.header-topbar.header-topbar3 .module-holder .module-contact{margin-left:0;margin-right:30px}}@media (min-width:992px) and (max-width:1200px){.header.header-topbar.header-topbar3 .module-holder .module-contact{margin-left:0;margin-right:15px}}@media screen and (min-width:992px){.header.header-topbar.header-topbar3 .module-holder .module-contact.module-contact-2 .btn{width:174px}}@media screen and (max-width:991.98px){.header.header-topbar.header-topbar3 .module-holder-phone{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:80px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.header.header-topbar.header-shadow .navbar{-webkit-box-shadow:0px 5px 41.5px rgba(9,29,62,.11);box-shadow:0px 5px 41.5px rgba(9,29,62,.11)}.header .navbar{margin-bottom:0;border-radius:0;border:none;z-index:7777;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header .navbar .navbar-nav>li{margin-right:30px;position:relative}.header .navbar .navbar-nav>li:last-child{margin-right:0}.header .navbar .navbar-nav>li>a{font-family:var(--global--font-body);font-size:15px;text-transform:capitalize;font-weight:700;line-height:100px;color:var(--global--color-white);padding:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header .navbar .navbar-nav>li>a:before{position:absolute;bottom:0;left:0;margin:auto;width:100%;height:3px;background:var(--global--color-white);content:"";-webkit-transition:-webkit-transform 1s cubic-bezier(.2,1,.3,1);transition:-webkit-transform 1s cubic-bezier(.2,1,.3,1);-o-transition:transform 1s cubic-bezier(.2,1,.3,1);transition:transform 1s cubic-bezier(.2,1,.3,1);transition:transform 1s cubic-bezier(.2,1,.3,1),-webkit-transform 1s cubic-bezier(.2,1,.3,1);-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}@media only screen and (max-width:991.98px){.header .navbar{padding:0 40px}}@media only screen and (max-width:991.98px) and (max-width:767.98px){.header .navbar{padding:0 15px}}@media only screen and (max-width:991.98px){.header .navbar .navbar-brand{margin-right:0;height:80px;line-height:80px}.header .navbar .navbar-collapse{border-top:1px solid #eaeaea;position:absolute;left:0;top:100%;width:100%;background-color:var(--global--color-white);padding:15px 30px;opacity:0;visibility:hidden;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.header .navbar .navbar-collapse.show{visibility:visible;opacity:1;-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}.header .navbar .navbar-nav>li{margin-right:0}.header .navbar .navbar-nav>li>a{line-height:36px;color:var(--global--color-heading);display:block;z-index:5}.header .navbar .navbar-nav>li>a:before,.header .navbar .navbar-nav>li>a:after{display:none}}@media only screen and (min-width:992px) and (max-width:1200px){.navbar-nav>li{margin-right:16px}}@media only screen and (min-width:992px){.navbar-collapse{padding-right:0;padding-left:0}}.module-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100px}.module-holder.module-holder-phone{display:none}@media screen and (max-width:991.98px){.module-holder.module-holder-phone{display:-webkit-box;display:-ms-flexbox;display:flex;height:80px;margin-top:0}}.module-holder.module-holder-phone .navbar-toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30px;height:30px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border:0;padding:0;outline:0;cursor:pointer;border-radius:0}.module-holder.module-holder-phone .navbar-toggler:focus{-webkit-box-shadow:none;box-shadow:none}@media screen and (min-width:1200px){.module-holder.module-holder-phone .navbar-toggler{display:none}}.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon{background-color:transparent}.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after{top:0}.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.module-holder.module-holder-phone .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon{background-color:var(--global--color-heading);width:100%;height:2px;position:relative;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon:before,.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon:after{content:'';position:absolute;left:0;height:2px;width:100%;background-color:var(--global--color-heading);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon:before{top:-10px}.module-holder.module-holder-phone .navbar-toggler .navbar-toggler-icon:after{top:10px}.module-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:992px){.module-contact{margin-left:40px}}@media (min-width:992px) and (max-width:1200px){.module-contact{margin-left:20px}}@media screen and (max-width:991.98px){.module-contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}.module-contact .btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--global--color-white);background-color:var(--global--color-primary);padding:0 38px;width:auto;text-transform:capitalize;font-family:var(--global--font-body);font-size:15px;font-weight:700;cursor:pointer;-webkit-transition:background .3s cubic-bezier(.37,.31,.31,.9),color .3s cubic-bezier(.37,.31,.31,.9);-o-transition:background .3s cubic-bezier(.37,.31,.31,.9),color .3s cubic-bezier(.37,.31,.31,.9);transition:background .3s cubic-bezier(.37,.31,.31,.9),color .3s cubic-bezier(.37,.31,.31,.9);overflow:hidden;height:100px;border-radius:0}@media screen and (min-width:992px){.module-contact .btn{font-size:14px}}@media (min-width:992px) and (max-width:1200px){.module-contact .btn{padding:0 20px}}@media screen and (max-width:991.98px){.module-contact .btn{height:50px;width:100%;border-radius:8px}}.module-contact .btn i{color:var(--global--color-white);margin-left:10px;margin-right:0;-webkit-transition:.3s cubic-bezier(.37,.31,.31,.9);-o-transition:.3s cubic-bezier(.37,.31,.31,.9);transition:.3s cubic-bezier(.37,.31,.31,.9)}.module-contact.module-contact-2 .btn{width:174px;height:55px;padding:0 20px;border-radius:4px}@media (min-width:992px) and (max-width:1200px){.module-contact.module-contact-2 .btn{width:150px}}@media screen and (max-width:991.98px){.module-contact.module-contact-2 .btn{width:100%}}.top-bar{padding:0 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px;position:relative;z-index:8888;background-color:var(--global--color-secondary)}@media (min-width:992px) and (max-width:1100px){.top-bar{padding:0 20px}}.top-bar .block-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.top-bar .top-contact{display:-webkit-box;display:-ms-flexbox;display:flex}.top-bar .top-contact .contact-infos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:30px}@media (min-width:992px) and (max-width:1100px){.top-bar .top-contact .contact-infos{margin-right:15px}}.top-bar .top-contact .contact-infos:last-child{margin-right:0}.top-bar .top-contact .contact-infos i{color:var(--global--color-primary);font-size:15px;margin-right:10px}.top-bar .top-contact .contact-infos a,.top-bar .top-contact .contact-infos p{font-family:var(--global--font-body);line-height:22px;font-size:13px;font-weight:400;margin-bottom:0;color:#929ba2;text-transform:capitalize}.top-bar .top-contact .contact-infos a:hover{color:var(--global--color-primary)}.top-bar.top-bar-3{padding:0}.top-bar.top-bar-3 .blocks-holder{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.page-title{padding-top:0;padding-bottom:0}.page-title .page-title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:560px}@media screen and (max-width:991.98px){.page-title .page-title-wrap{height:500px}}@media screen and (max-width:991.98px){.page-title .title{text-align:center}}.page-title .title .title-heading{margin-bottom:24px;font-family:var(--global--font-heading);color:var(--global--color-white);font-size:75px;font-weight:700;line-height:75px;text-transform:capitalize}@media screen and (max-width:767.98px){.page-title .title .title-heading{font-size:32px;line-height:1.4}}.page-title .breadcrumb-wrap{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #eaeaea}.page-title .breadcrumb{font-family:var(--global--font-body);font-size:14px;font-weight:400;line-height:1;background:0 0;color:var(--global--color-gray);display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:992px){.page-title .breadcrumb{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}@media screen and (max-width:991.98px){.page-title .breadcrumb{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.page-title .breadcrumb a{font-family:var(--global--font-body);font-size:14px;font-weight:400;line-height:1px;background:0 0;color:var(--global--color-heading)}.page-title .breadcrumb a:hover{color:var(--global--color-primary)}.page-title .breadcrumb .active{color:#908c8c}.page-title .breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:0}.page-title .breadcrumb .breadcrumb-item+.breadcrumb-item:before{font-family:"Font Awesome 5 Free";font-weight:700;font-size:11px;padding:0 10px;color:#908c8c;content:"\f054"}.page-title.page-title-1 .page-title-wrap{background-position-y:bottom}.owl-nav.disabled{display:none}.carousel-dots{position:relative}.carousel-dots button.owl-dot,.carousel-dots button.owl-dot:focus{padding:0;background-color:transparent;border:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.carousel-dots .owl-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:5}.carousel-dots .owl-dots .owl-dot{margin-right:10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.carousel-dots .owl-dots .owl-dot:last-child{margin-right:0}.carousel-dots .owl-dots .owl-dot.active span{background-color:var(--global--color-primary);height:6px}.carousel-dots .owl-dots .owl-dot span{display:inline-block;width:35px;height:3px;border-top:3px solid transparent;background-color:#6b7475;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;margin-right:0;position:relative}@media screen and (max-width:767.98px){.carousel-dots .owl-dots .owl-dot span{width:25px}}@media screen and (min-width:992px){.carousel-dots.dots-side .owl-dots{position:absolute;bottom:-17px;right:0}}@media screen and (max-width:991.98px){.carousel-dots.dots-side .owl-dots{margin-bottom:35px}}.owl-carousel .owl-stage-outer{overflow:visible}.owl-carousel .owl-stage-outer .owl-item{opacity:0}.owl-carousel .owl-stage-outer .owl-item.active{opacity:1}.heading{margin-bottom:48px}@media screen and (max-width:991.98px){.heading{text-align:center}}.heading .heading-title{font-family:var(--global--font-heading);text-transform:capitalize;font-size:40px;line-height:54px;margin-bottom:25px;font-weight:700;color:var(--global--color-heading)}@media (min-width:992px) and (max-width:1200px){.heading .heading-title{font-size:35px;line-height:1.4}}@media screen and (max-width:767.98px){.heading .heading-title{font-size:32px;line-height:1.4}}.heading .heading-desc{font-family:var(--global--font-body);color:var(--global--color-body);font-size:16px;font-weight:400;line-height:27px;margin-bottom:25px}@media (min-width:992px) and (max-width:1200px){.heading .heading-desc{font-size:15px;line-height:26px}}.heading.heading-light .heading-title{color:var(--global--color-white)}.heading.heading-light .heading-desc{color:var(--global--color-gray)}.heading.heading-light2 .heading-title{color:var(--global--color-white)}.heading.heading-light2 .heading-desc{color:var(--global--color-gray)}.heading.heading-1{margin-bottom:40px}.heading.heading-1 .heading-title{margin-bottom:0}.heading.heading-2{margin-bottom:70px}.heading.heading-2 .heading-title{font-size:45px;line-height:54px}@media screen and (max-width:767.98px){.heading.heading-2 .heading-title{font-size:32px;line-height:1.4}}@media (min-width:992px) and (max-width:1200px){.heading.heading-2 .heading-title{font-size:30px;line-height:1.4}}.heading.heading-2 .heading-desc:nth-child(2){margin-bottom:32px}.heading.heading-3{margin-bottom:63px}.heading.heading-3 .heading-title{font-size:37px;line-height:54px}@media (min-width:992px) and (max-width:1200px){.heading.heading-3 .heading-title{font-size:32px;line-height:1.4}}@media screen and (max-width:767.98px){.heading.heading-3 .heading-title{font-size:32px;line-height:1.4}}.heading.heading-15{margin-bottom:70px}.heading.heading-15 .heading-title{font-size:37px;line-height:54px}@media screen and (max-width:767.98px){.heading.heading-15 .heading-title{font-size:32px;line-height:1.4}}@media (min-width:992px) and (max-width:1200px){.heading.heading-15 .heading-title{font-size:30px;line-height:1.4}}.heading.heading-15 .heading-desc{margin-top:8px;margin-bottom:35px}.slider{padding-top:0;padding-bottom:0}.slider .slide{padding-top:0;height:750px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.slider .slide .slide-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:991.98px){.slider .slide .slide-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.slider .slide .slide-content .slide-headline{font-family:var(--global--font-heading);font-weight:700;font-size:75px;line-height:75px;color:var(--global--color-white);margin-bottom:24px;text-transform:capitalize}@media (min-width:992px) and (max-width:1200px){.slider .slide .slide-content .slide-headline{font-size:60px;line-height:1.3}}@media screen and (max-width:767.98px){.slider .slide .slide-content .slide-headline{font-size:32px;line-height:1.4}}@media screen and (max-width:991.98px){.slider .slide .slide-content .slide-headline{text-align:center}}.slider .slide .slide-content .slide-desc{font-family:var(--global--font-body);font-weight:700;font-size:18px;line-height:29px;color:var(--global--color-gray);margin-bottom:41px}@media screen and (max-width:991.98px){.slider .slide .slide-content .slide-desc{text-align:center}}@media screen and (max-width:991.98px){.slider.slider-1 .slide{height:auto;padding-top:70px;padding-bottom:50px}}@media screen and (max-width:991.98px){.slider.slider-1 .slide .slide-content{margin-bottom:50px}}.features{padding-top:130px;padding-bottom:100px;overflow:visible}@media screen and (max-width:767.98px){.features{padding-top:70px;padding-bottom:70px}}.features .feature-panel-holder{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.features .feature-panel-holder:hover .feature-panel{background-color:var(--global--color-white)}.features .feature-panel-holder:hover .feature-panel .feature-icon{-webkit-animation:bounce .5s ease-in-out;animation:bounce .5s ease-in-out}.features .feature-panel-holder:hover .feature-panel a{background-color:var(--global--color-primary);padding-left:15px;padding-right:15px}.features .feature-panel-holder:hover .feature-panel a i{color:var(--global--color-white)}.features .feature-panel-holder:hover .feature-panel a span{font-size:14px;opacity:1;margin-left:10px}.features .feature-panel-holder .feature-panel{position:relative;padding:39px 35px 40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;overflow:hidden;background-color:var(--global--color-white);border-radius:8px;-webkit-box-shadow:0px 5px 83px 0px rgba(40,40,40,.21);box-shadow:0px 5px 83px 0px rgba(40,40,40,.21);cursor:pointer;margin-bottom:30px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media (min-width:992px) and (max-width:1200px){.features .feature-panel-holder .feature-panel{padding:39px 19px 40px}}@media screen and (max-width:991.98px){.features .feature-panel-holder .feature-panel{max-width:370px;margin:0 auto 30px}}.features .feature-panel-holder .feature-panel .feature-icon{margin-bottom:17px}.features .feature-panel-holder .feature-panel .feature-icon i:before{color:var(--global--color-primary);margin-left:0;font-size:65px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.features .feature-panel-holder .feature-panel .feature-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.features .feature-panel-holder .feature-panel .feature-content h4{font-family:var(--global--font-heading);font-weight:600;font-size:19px;line-height:27px;text-transform:capitalize;margin-bottom:16px;color:var(--global--color-secondary);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.features .feature-panel-holder .feature-panel .feature-content p{font-family:var(--global--font-body);font-size:15px;line-height:25px;margin-bottom:20px;color:var(--global--color-body);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.features .feature-panel-holder .feature-panel a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;height:32px;border-radius:16px;background-color:var(--global--color-heading);font-size:12px;color:var(--global--color-white);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;-webkit-box-shadow:0px 3px 63px 0px rgba(40,40,40,.11);box-shadow:0px 3px 63px 0px rgba(40,40,40,.11)}.features .feature-panel-holder .feature-panel a i{-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.features .feature-panel-holder .feature-panel a span{font-size:0;opacity:0;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-transform:capitalize;font-family:var(--global--font-body);font-weight:700;font-size:0px;color:var(--global--color-white)}.features .carousel-dots .owl-dots{margin-top:10px;margin-bottom:70px}.features.features-2{position:relative;z-index:2}.features.features-2 .feature-panel-holder .feature-panel{margin-bottom:32px}.contact.contact-1{padding-top:108px;padding-bottom:108px}@media screen and (max-width:991.98px){.contact.contact-1{padding-top:70px;padding-bottom:70px}}.contact-panel{padding:50px 55px}@media screen and (max-width:767.98px){.contact-panel{padding:40px 25px}}.contact-panel.contact-panel-2{padding:60px 70px 60px;background-color:var(--global--color-white);-webkit-box-shadow:0px 5px 83px 0px rgba(9,29,62,.15);box-shadow:0px 5px 83px 0px rgba(9,29,62,.15);border-radius:12px;-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);margin-top:0;z-index:5}@media (min-width:992px) and (max-width:1200px){.contact-panel.contact-panel-2{padding-left:40px;padding-right:40px}}@media screen and (max-width:767.98px){.contact-panel.contact-panel-2{padding-left:25px;padding-right:25px}}.contact-panel.contact-panel-2 .contact-card{padding-top:0;padding-bottom:0;padding-right:0;-webkit-box-shadow:none;box-shadow:none}@media screen and (max-width:991.98px){.contact-panel.contact-panel-2 .contact-card{padding-left:0}}.contact-panel.contact-panel-2 .contact-card .contact-result{margin-top:0}.contact-card{background-color:var(--global--color-white);border-radius:8px 8px 0;padding:47px 50px 40px;border-radius:12px;-webkit-box-shadow:0px 1px 73px 0px rgba(40,40,40,.15);box-shadow:0px 1px 73px 0px rgba(40,40,40,.15);height:-webkit-max-content;height:-moz-max-content;height:max-content;position:relative}@media screen and (max-width:767.98px){.contact-card{padding:37px 25px 30px}}.contact-card .contact-body .card-heading{color:var(--global--color-heading);font-family:var(--global--font-heading);font-size:24px;line-height:1;font-weight:700;text-transform:capitalize;margin-bottom:20px}@media screen and (max-width:991.98px){.contact-card .contact-body .card-heading{text-align:center}}.contact-card .contact-body .card-desc{font-family:var(--global--font-body);font-weight:400;font-size:15px;line-height:25px;color:var(--global--color-body);margin-bottom:28px}@media screen and (max-width:991.98px){.contact-card .contact-body .card-desc{text-align:center}}.contact-card .contact-body form{margin-bottom:0}.contact-card .contact-body .btn{padding-left:30px;padding-right:20px}.contact-card .contact-body .btn i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--global--color-white);border-radius:50%;width:28px;height:28px;color:var(--global--color-heading);font-size:12px}.contact-card .contact-body .contact-result{margin-top:10px;text-align:center}.img-card{-ms-flex-negative:0;flex-shrink:0;height:auto;padding:33px 40px 50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:center}@media screen and (min-width:992px){.img-card{text-align:left;-ms-flex-preferred-size:46%;flex-basis:46%}}@media screen and (max-width:767.98px){.img-card{padding-left:20px;padding-right:20px}}.img-card .card-content{max-width:100%}@media screen and (max-width:991.98px){.img-card .card-content .content-top{margin-bottom:30px}}.img-card .card-content .content-top p{font-size:17px;line-height:28px;margin-bottom:22px;font-weight:700;color:var(--global--color-white)}.img-card .card-content .content-bottom .contact-infos{margin-bottom:26px}.img-card .card-content .content-bottom .contact-infos .contact-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:14px}.img-card .card-content .content-bottom .contact-infos .contact-info:last-child{margin-bottom:0}.img-card .card-content .content-bottom .contact-infos .contact-info i{color:#f4f4f4;font-size:16px;margin-right:10px}.img-card .card-content .content-bottom .contact-infos .contact-info a,.img-card .card-content .content-bottom .contact-infos .contact-info p{font-family:var(--global--font-body);line-height:22px;font-size:14px;font-weight:700;margin-bottom:0;color:#f4f4f4;text-transform:capitalize}.img-card .card-content .content-bottom .contact-infos .contact-info a:hover{color:var(--global--color-heading)}.img-card.img-card-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:12px;background-position-x:81%}@media screen and (max-width:991.98px){.img-card.img-card-2{margin-bottom:50px}}.img-card.img-card-2 .card-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify}.img-card-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.clients{padding-top:0;padding-bottom:0;border-top:1px solid #eaeaea;overflow:visible}.clients .client{padding-top:60px;padding-bottom:60px;cursor:pointer;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;width:100%;margin-right:auto;margin-left:auto;position:relative}@media (min-width:992px) and (max-width:1200px){.clients .client{width:130px}}.clients .client:hover:before{width:100%}.clients .client:before{content:'';position:absolute;top:-1px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0;height:1px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;background-color:var(--global--color-primary)}.clients .client a{position:absolute;width:100%;height:100%;top:0;left:0;right:0;z-index:2}.clients .client img{max-width:100%;width:auto;display:block;margin-right:auto;margin-left:auto}.testimonial{padding-top:90px;padding-bottom:85px}@media screen and (max-width:767.98px){.testimonial{padding-top:70px;padding-bottom:70px}}@media screen and (max-width:767.98px){.testimonial .testimonial-panel{max-width:370px;margin-right:auto;margin-left:auto}}.testimonial .testimonial-panel .testimonial-body{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:991.98px){.testimonial .testimonial-panel .testimonial-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:991.98px){.testimonial .testimonial-panel .testimonial-body .testimonial-content{text-align:center}}.testimonial .testimonial-panel .testimonial-body .testimonial-content p{font-family:var(--global--font-heading);color:var(--global--color-white);font-size:24px;font-weight:500;line-height:39px;margin-bottom:21px;font-style:italic}@media (min-width:992px) and (max-width:1200px){.testimonial .testimonial-panel .testimonial-body .testimonial-content p{font-size:22px;line-height:1.5}}.testimonial .testimonial-panel.testimonial-panel-2 .testimonial-body .testimonial-content p{font-weight:600;font-size:25px;line-height:41px;margin-bottom:39px;font-style:normal;color:var(--global--color-secondary)}@media (min-width:992px) and (max-width:1200px){.testimonial .testimonial-panel.testimonial-panel-2 .testimonial-body .testimonial-content p{font-size:20px;line-height:35px}}@media screen and (max-width:767.98px){.testimonial .testimonial-panel.testimonial-panel-2 .testimonial-body .testimonial-content p{font-size:20px;line-height:35px}}.testimonial .testimonial-thumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:991.98px){.testimonial .testimonial-thumbs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:767.98px){.testimonial .testimonial-thumbs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.testimonial .testimonial-thumbs .testimonial-thumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.5;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;margin-right:40px;cursor:pointer}.testimonial .testimonial-thumbs .testimonial-thumb:last-child{margin-right:0}@media screen and (max-width:991.98px){.testimonial .testimonial-thumbs .testimonial-thumb{margin-right:20px}}@media screen and (max-width:767.98px){.testimonial .testimonial-thumbs .testimonial-thumb{margin-right:0;margin-bottom:20px}}.testimonial .testimonial-thumbs .testimonial-thumb.active{opacity:1}.testimonial .testimonial-thumbs .testimonial-thumb.active .thumb-img{border-color:var(--global--color-primary)}.testimonial .testimonial-thumbs .testimonial-thumb .thumb-img{margin-right:15px;width:63px;height:63px;-ms-flex-negative:0;flex-shrink:0;padding:5px;border:2px solid transparent;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border-radius:50%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.testimonial .testimonial-thumbs .testimonial-thumb .thumb-img img{max-width:100%;border-radius:50%;object-fit:cover}.testimonial .testimonial-thumbs .testimonial-thumb .thumb-body h6{font-family:var(--global--font-body);font-weight:700;font-size:14px;line-height:20px;color:var(--global--color-secondary);text-transform:capitalize;margin-bottom:0}@media screen and (max-width:991.98px){.testimonial.testimonial-3{padding-bottom:70px}}@media screen and (max-width:991.98px){.testimonial.testimonial-3 .counters-holder{margin-bottom:30px;text-align:center}}@media screen and (min-width:992px){.testimonial.testimonial-3 .counters-holder .counter{padding-top:30px}}.testimonial.testimonial-3 .counters-holder .counter .counter-desc p{color:var(--global--color-secondary)}.testimonial.testimonial-3 .counters-holder .counter .counter-desc p:after{background-color:var(--global--color-secondary)}.testimonial.testimonial-3 .owl-stage-outer{overflow:hidden}.testimonial.testimonial-3 .owl-stage-outer .owl-item{opacity:1}.services{background-color:#fff}@media screen and (max-width:991.98px){.services{padding-top:150px;padding-bottom:70px}}.services .service-panel{position:relative;padding:66px 40px 40px;cursor:pointer;margin-bottom:30px;-webkit-box-shadow:0px 5px 83px 0px rgba(40,40,40,.11);box-shadow:0px 5px 83px 0px rgba(40,40,40,.11);border-radius:8px;background-color:var(--global--color-white)}@media screen and (min-width:992px){.services .service-panel{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (min-width:992px) and (max-width:1200px){.services .service-panel{padding-left:20px;padding-right:20px}}@media screen and (max-width:991.98px){.services .service-panel{margin:0 auto 30px;max-width:370px}}@media screen and (max-width:767.98px){.services .service-panel{padding-left:25px;padding-right:25px}}.services .service-panel:after{content:'';position:absolute;bottom:0;right:0;height:4px;width:calc(100% - 40px);background-color:var(--global--color-primary);border-radius:0 0 8px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media (min-width:992px) and (max-width:1200px){.services .service-panel:after{width:calc(100% - 20px)}}@media screen and (max-width:767.98px){.services .service-panel:after{width:calc(100% - 20px)}}.services .service-panel:hover:after{height:10px}.services .service-panel:hover .service-icon i{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}.services .service-panel .service-icon{position:absolute;top:-40px;left:40px;z-index:2;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:1300px;perspective:1300px}@media (min-width:992px) and (max-width:1200px){.services .service-panel .service-icon{left:25px}}@media screen and (max-width:767.98px){.services .service-panel .service-icon{left:25px}}.services .service-panel .service-icon i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;animation:move-lr 3s linear infinite}.services .service-panel .service-icon i:before{margin-left:0;font-size:75px;color:var(--global--color-primary);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.service-icon.icon_new i,.services .service-panel .service-icon img{animation:3s linear infinite move-tb !important}.services .service-panel .service-icon img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;animation:move-lr 3s linear infinite;max-width:100px;width:100%}.services .service-panel .service-icon img:before{margin-left:0;font-size:75px;color:var(--global--color-primary);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.services .service-panel .service-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:768px){.services .service-panel .service-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.services .service-panel .service-content h4{width:100%;margin-bottom:0}.services .service-panel .service-content h4 a{display:block;font-family:var(--global--font-heading);font-weight:700;font-size:23px;line-height:29px;text-transform:capitalize;color:var(--global--color-heading);width:100%;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.services .service-panel .service-content h4 a:hover{color:var(--global--color-primary)}.services .service-panel .service-content p{font-family:var(--global--font-body);font-size:15px;line-height:25px;margin-bottom:24px;color:var(--global--color-body)}.counter{background-color:var(--global--color-primary);color:var(--global--color-white);border-radius:8px;padding:24px 10px 30px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.counter .counter-num{margin-bottom:12px;display:-webkit-box;display:-ms-flexbox;display:flex}.counter .counter-num span,.counter .counter-num p{font-size:37px;font-family:var(--global--font-heading);font-weight:700;line-height:29px;display:inline-block;color:var(--global--color-white)}.counter .counter-num p{margin-bottom:0}.counter .counter-name h6{margin-bottom:0;font-family:var(--global--font-body);font-weight:700;font-size:16px;line-height:29px;color:var(--global--color-white);text-transform:capitalize}.counter.counter-3{background-color:transparent;border-radius:0;padding:0}.counter.counter-3 .counter-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:35px}.counter.counter-3 .counter-holder .counter-num{margin-right:32px;-webkit-transform:translateY(-14px);-ms-transform:translateY(-14px);transform:translateY(-14px);margin-top:-14px}.counter.counter-3 .counter-holder .counter-num span{font-family:var(--global--font-body);font-weight:300;color:var(--global--color-primary);font-size:120px;margin-bottom:0}@media screen and (max-width:767.98px){.counter.counter-3 .counter-holder .counter-num span{font-size:60px}}.counter.counter-3 .counter-holder .counter-img{width:170px;height:170px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}@media screen and (max-width:767.98px){.counter.counter-3 .counter-holder .counter-img{width:150px;height:150px}}.counter.counter-3 .counter-desc{position:relative;padding-bottom:24px}.counter.counter-3 .counter-desc:after{content:'';position:absolute;bottom:0;left:0;width:28px;height:2px;background-color:#4c5b66}@media screen and (max-width:767.98px){.counter.counter-3 .counter-desc:after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}}@media screen and (min-width:992px){.counter.counter-3 .counter-desc{margin-left:40px;width:50%}}.counter.counter-3 .counter-desc p{margin-bottom:0;font-family:var(--global--font-body);color:var(--global--color-white);font-weight:700;font-size:16px;line-height:26px}.projects.projects-gallery .btn:focus .projects.projects-gallery .btn::active{color:var(--global--color-heading)}.faqs{padding-top:130px;padding-bottom:110px}@media screen and (max-width:991.98px){.faqs{padding-top:70px;padding-bottom:70px}}.faqs .faqs-action{margin-bottom:0}@media screen and (max-width:767.98px){.faqs .faqs-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.faqs .faqs-action .btn{font-family:var(--global--font-body);font-size:15px;font-weight:700;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:170px;height:65px;margin-right:30px}@media (min-width:992px) and (max-width:1200px){.faqs .faqs-action .btn{margin-right:10px}}@media screen and (max-width:991.98px){.faqs .faqs-action .btn{margin:0 30px 0 0}}@media screen and (max-width:767.98px){.faqs .faqs-action .btn{margin-right:0;margin-bottom:15px;height:50px}}.faqs .faqs-action .btn:first-child i{color:var(--global--color-heading)}.faqs .faqs-action .btn:first-child:hover i{color:var(--global--color-white)}.faqs .faqs-action .btn:last-child{padding:0 28px}.faqs .faqs-action .btn.btn--white{-webkit-box-shadow:0px 3px 63px 0px rgba(40,40,40,.11);box-shadow:0px 3px 63px 0px rgba(40,40,40,.11)}.about{overflow:visible}@media screen and (min-width:992px){.about .about-img{max-width:calc(100% - 40px)}}@media screen and (max-width:991.98px){.about .about-img{margin:0 auto 40px}}@media screen and (max-width:991.98px){.about .about-block{text-align:center}}@media screen and (max-width:991.98px){.about .about-block .block-left{margin-bottom:40px}}.about .about-block .block-left .paragraph{font-size:17px;line-height:27px;color:var(--global--color-secondary);font-weight:500;margin-bottom:25px}.about .about-block .block-left p{font-size:16px;line-height:27px;margin-bottom:32px}.about .about-block .block-left .btn{-webkit-box-shadow:0px 3px 63px 0px rgba(40,40,40,.11);box-shadow:0px 3px 63px 0px rgba(40,40,40,.11)}.footer{background-color:#1a2a36;padding-top:0;padding-bottom:0;position:relative}.footer .footer-top{padding-top:100px;padding-bottom:68px}@media screen and (max-width:991.98px){.footer .footer-top{padding-top:70px;padding-bottom:20px}}.footer .footer-widget{text-align:center}@media screen and (min-width:768px){.footer .footer-widget{text-align:left}}@media screen and (max-width:991.98px){.footer .footer-widget{margin-bottom:30px}}.footer .footer-widget .footer-widget-title h5{font-family:var(--global--font-heading);color:var(--global--color-gray);font-size:16px;font-weight:700;line-height:30px;text-transform:capitalize;margin-bottom:30px}.footer .footer-widget .widget-content p{font-family:var(--global--font-body);color:#929ba2;font-size:14px;font-weight:400;line-height:24px;margin-bottom:25px}.footer .widget-links ul{padding-left:0;list-style:none;margin-bottom:0;overflow:hidden;-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.footer .widget-links ul li{display:block}.footer .widget-links ul li a{color:#929ba2;font-size:14px;font-weight:400;line-height:33px;text-transform:capitalize;font-family:var(--global--font-body)}.footer .widget-links ul li a:hover{color:var(--global--color-primary)}.footer .widget-contact{-webkit-transform:translateY(12px);-ms-transform:translateY(12px);transform:translateY(12px)}.footer .widget-contact .widget-content p{color:var(--global--color-white);margin-bottom:15px}.footer .widget-contact .widget-content .phone{margin-bottom:18px;font-family:var(--global--font-body);font-weight:300;font-size:34px;line-height:22px;color:#929ba2;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767.98px){.footer .widget-contact .widget-content .phone{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.footer .widget-contact .widget-content .phone a{font-family:var(--global--font-body);font-weight:300;font-size:34px;line-height:22px;margin-left:8px;color:var(--global--color-white);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.footer .widget-contact .widget-content .phone a:hover{color:var(--global--color-primary)}.footer .widget-contact .widget-content .email{font-family:var(--global--font-body);font-weight:700;font-size:15px;line-height:21px;color:var(--global--color-primary);margin-bottom:40px}.footer .widget-contact .widget-content .email a{font-family:var(--global--font-body);font-weight:700;font-size:15px;line-height:21px;color:var(--global--color-primary)}.footer .widget-contact .widget-content .email a:hover{color:var(--global--color-primary-70)}.footer .widget-contact .widget-content .address{margin-bottom:12px}.footer .widget-contact .widget-content .address p{font-family:var(--global--font-body);color:#929ba2;font-size:14px;font-weight:400;line-height:24px;margin-bottom:25px;margin-bottom:0}.footer .widget-contact .widget-content .directions a{font-family:var(--global--font-body);font-weight:700;font-size:15px;line-height:1;color:var(--global--color-white);text-transform:capitalize;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@media screen and (max-width:767.98px){.footer .widget-contact .widget-content .directions a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.footer .widget-contact .widget-content .directions a i{color:var(--global--color-white);margin-right:10px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.footer .widget-contact .widget-content .directions a:hover{color:var(--global--color-primary)}.footer .widget-contact .widget-content .directions a:hover i{color:var(--global--color-primary)}.footer-copyright{padding:50px 0 40px}.footer-copyright .copyright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}@media screen and (max-width:991.98px){.footer-copyright .copyright{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer-copyright .copyright span{font-family:var(--global--font-body);font-weight:400;font-size:14px;color:var(--global--color-white);text-transform:capitalize}@media screen and (max-width:991.98px){.footer-copyright .copyright span{margin-bottom:40px;text-align:center}}.footer-copyright .copyright span a{color:var(--global--color-primary)}.footer-copyright .copyright span a:hover{color:var(--global--color-primary-70)}.footer-copyright .copyright .social-icons{margin-bottom:0}.footer-copyright .copyright .social-icons li{display:inline-block;margin-right:30px}@media screen and (max-width:767.98px){.footer-copyright .copyright .social-icons li{margin-right:15px}}.footer-copyright .copyright .social-icons li:last-child{margin-right:0}.footer-copyright .copyright .social-icons li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;text-transform:capitalize;font-family:var(--global--font-body);font-weight:700;color:#929ba2;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}.footer-copyright .copyright .social-icons li a:hover{color:var(--global--color-primary)}.footer-copyright .copyright .social-icons li a:hover i{color:var(--global--color-primary)}.footer-copyright .copyright .social-icons li a i{font-size:20px;margin-right:10px;color:var(--global--color-white);-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}@keyframes move-tb{0%{transform:translateY(0px)}50%{transform:translateY(30px)}100%{transform:translateY(0px)}}@keyframes move-lr{0%{transform:translateX(0px)}50%{transform:translateX(30px)}100%{transform:translateX(0px)}}.slideup{animation:move-tb 3s linear infinite}#clients-1 .owl-stage{display:flex;align-items:center}.service{margin:8px}.flip-box{background-color:transparent;width:100%;height:400px;border-radius:10px;perspective:1000px}.flip-box-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .8s;transform-style:preserve-3d;display:flex;justify-content:center;align-items:center}.flip-box-back,.flip-box:hover .flip-box-inner{transform:rotateX(180deg)}.flip-box-back,.flip-box-front{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column}.heading_new{font-size:35px}.flip-box-front{background-color:#5dc700;color:#fff;border-radius:10px}.flip-box-front img{max-width:250px}.flip-box-back{background-color:#5dc700;color:#000;border-radius:10px;padding:16px;border:1px solid #fff}.wpcf7-form-control{width:100%;padding:10px;border-radius:10px}.wpcf7-textarea{height:90px}.wpcf7-form-control.wpcf7-submit{color:#fff;background:#61bd15;font-weight:700;text-transform:uppercase;border:none}.logo-white{width:100%;max-width:200px}.footer .footer-widget .footer-widget-title h5{font-size:23px}.footer .widget-links ul li a{color:#aab5be;font-size:16px}.footer .widget-links ul li i{color:#aab5be;padding-right:10px}.info-contact{font-size:16px;line-height:21px;color:#aab5be;margin-bottom:4px}.info-contact i{padding-right:6px}.info-contact a{color:#aab5be}.info-contact:hover{color:#60be13}.footer-copyright-col{border-top:1px solid #ffffff36}.wpcf7-form-control.wpcf7-checkbox{padding:0}@media(max-width:768px){.footer .footer-widget{text-align:left;padding:0 12px}.footer-copyright .copyright span{margin-bottom:16px;text-align:center}.services{padding-top:50px;padding-bottom:50px}.contact.contact-1{padding-top:50px;padding-bottom:50px}.faqs{padding-top:50px;padding-bottom:50px}}align-items:flex-start;}