﻿/* Scroll Animation Css Start */.animatable{opacity: 0; visibility:hidden;-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-ms-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused;}.animated{opacity: 1; visibility:visible;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1.2s;-moz-animation-duration:1.2s;-ms-animation-duration:1.2s;-o-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-play-state:running;-moz-animation-play-state:running;-ms-animation-play-state:running;-o-animation-play-state:running;animation-play-state:running;}.animated.zoomIn{-webkit-animation-name:zoomIn;-moz-animation-name:zoomIn;-o-animation-name:zoomIn;animation-name:zoomIn}.animated.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;}.animated.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp;}.animated.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown;}.animated.smoothFade{-webkit-animation-name:smoothFade;-moz-animation-name:smoothFade;-o-animation-name:smoothFade;animation-name:smoothFade;transform:scale(1.05);}.animated.SlideCenter{-webkit-clip-path:polygon(71% 0, 70% 0%, 71% 0, 55% 35%, 29% 100%, 30% 100%, 29% 100%, 55% 35%);clip-path:polygon(71% 0, 70% 0%, 71% 0, 55% 35%, 29% 100%, 30% 100%, 29% 100%, 55% 35%);opacity:1;-webkit-animation-name:SlideCenter;-moz-animation-name:SlideCenter;-o-animation-name:SlideCenter;animation-name:SlideCenter;}.animated.LeftToRight{-webkit-clip-path:polygon(0 0,0 0,0 100%,0% 100%);clip-path:polygon(0 0,0 0,0 100%,0% 100%);opacity:1;-webkit-animation-name:LeftToRight;-moz-animation-name:LeftToRight;-o-animation-name:LeftToRight;animation-name:LeftToRight;-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}.animated.TopToBottom{-webkit-clip-path:polygon(0 0, 100% 0, 100% 0, 0 0);clip-path:polygon(0 0, 100% 0, 100% 0, 0 0);opacity:1;-webkit-animation-name:TopToBottom;-moz-animation-name:TopToBottom;-o-animation-name:TopToBottom;animation-name:TopToBottom;}.animated.RightToLeft{-webkit-clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%);opacity:1;-webkit-animation-name:RightToLeft;-moz-animation-name:RightToLeft;-o-animation-name:RightToLeft;animation-name:RightToLeft;}.animated.CenterToFull{-webkit-clip-path:polygon(0 50%,100% 50%,100% 50%,0 50%);clip-path:polygon(0 50%,100% 50%,100% 50%,0 50%);opacity:1;-webkit-animation-name:CenterToFull;-moz-animation-name:CenterToFull;-o-animation-name:CenterToFull;animation-name:CenterToFull;}.animatable.p-animation p,.animatable.p-animation ul {opacity:0;visibility:hidden;-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-ms-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused;animation-delay:0.7s;}.animatable.p-animation.animated p,.animatable.p-animation.animated ul {-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0);-webkit-animation-name:TopToBottom;-moz-animation-name:TopToBottom;-o-animation-name:TopToBottom;animation-name:TopToBottom;opacity:1;visibility:visible;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1.2s;-moz-animation-duration:1.2s;-ms-animation-duration:1.2s;-o-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-play-state:running;-moz-animation-play-state:running;-ms-animation-play-state:running;-o-animation-play-state:running;animation-play-state:running;}/*** zoomIn ***/@-webkit-keyframes zoomIn{0%{opacity:0;transform: scale(0.95);}50%{opacity:0.3;}100%{opacity:1;transform: scale(1);}}@-moz-keyframes zoomIn{0%{opacity:0;transform: scale(0.95);}50%{opacity:0.3;}100%{opacity:1;transform: scale(1);}}@-o-keyframes zoomIn{0%{opacity:0;transform: scale(0.95);}50%{opacity:0.3;}100%{opacity:1;transform: scale(1);}}@keyframes zoomIn{0%{opacity:0;transform: scale(0.95);}50%{opacity:0.3;}100%{opacity:1;transform: scale(1);}}/*** zoomIn ***//*** fadeIn ***/@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-moz-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-o-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}/*** fadeIn ***//*** fadeInUp ***/@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(50px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(50px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(50px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(50px);}100%{opacity:1;transform:translateY(0);}}/*** fadeInUp ***//*** fadeInDown ***/@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-50px);}100%{opacity:1;-webkit-transform:translateY(0);}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-50px);}100%{opacity:1;-moz-transform:translateY(0);}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-50px);}100%{opacity:1;-o-transform:translateY(0);}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-50px);}100%{opacity:1;transform:translateY(0);}}/*** fadeInDown ***//*** smoothFade ***/@-webkit-keyframes smoothFade{0%{opacity:0;transform: scale(1.05);}50%{opacity:0.3;}100%{opacity:1;transform: scale(1);}}@-moz-keyframes smoothFade{0%{opacity:0;transform: scale(1.05);}50%{opacity:0.3;}100%{opacity:1;transform: scale(1);}}@-o-keyframes smoothFade{0%{opacity:0;transform: scale(1.05);}50%{opacity:0.3;}100%{opacity:1;transform: scale(1);}}@keyframes smoothFade{0%{opacity:0;transform: scale(1.05);}50%{opacity:0.3;}100%{opacity:1;transform: scale(1);}}/*** smoothFade ***//*** LeftToRight ***/@-webkit-keyframes LeftToRight{0%{ -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}100%{-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}}@-moz-keyframes LeftToRight{0%{ -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}100%{-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}}@-o-keyframes LeftToRight{0%{ -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}100%{-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}}@keyframes LeftToRight{0%{ -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}100%{-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}}/*** LeftToRight ***//*** SlideCenter ***/@-webkit-keyframes SlideCenter{ 0%{ -webkit-clip-path:polygon(71% 0, 70% 0%, 71% 0, 55% 35%, 29% 100%, 30% 100%, 29% 100%, 55% 35%);clip-path: polygon(71% 0, 70% 0%, 71% 0, 55% 35%, 29% 100%, 30% 100%, 29% 100%, 55% 35%);}100%{-webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);}}@-moz-keyframes SlideCenter{0%{ -webkit-clip-path: polygon(71% 0, 70% 0%, 71% 0, 55% 35%, 29% 100%, 30% 100%, 29% 100%, 55% 35%);clip-path: polygon(71% 0, 70% 0%, 71% 0, 55% 35%, 29% 100%, 30% 100%, 29% 100%, 55% 35%);}100%{-webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);}}@-o-keyframes SlideCenter{0%{ -webkit-clip-path: polygon(71% 0, 70% 0%, 71% 0, 55% 35%, 29% 100%, 30% 100%, 29% 100%, 55% 35%);clip-path: polygon(71% 0, 70% 0%, 71% 0, 55% 35%, 29% 100%, 30% 100%, 29% 100%, 55% 35%);}100%{-webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);}}@keyframes SlideCenter{0%{ -webkit-clip-path: polygon(71% 0, 70% 0%, 71% 0, 55% 35%, 29% 100%, 30% 100%, 29% 100%, 55% 35%);clip-path: polygon(71% 0, 70% 0%, 71% 0, 55% 35%, 29% 100%, 30% 100%, 29% 100%, 55% 35%);}100%{-webkit-clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 0 100%, 0% 70%, 0% 30%);}}/*** SlideCenter ***//*** TopToBottom ***/@-webkit-keyframes TopToBottom{0%{ -webkit-clip-path:polygon(0 0, 100% 0, 100% 0, 0 0);clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}100%{-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}}@-moz-keyframes TopToBottom{0%{ -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}100%{-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}}@-o-keyframes TopToBottom{0%{ -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}100%{-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}}@keyframes TopToBottom{0%{ -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);}100%{-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}}/*** TopToBottom ***//*** RightToLeft ***/@-webkit-keyframes RightToLeft{0%{ -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}100%{-webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);}}@-moz-keyframes RightToLeft{0%{-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}100%{-webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);}}@-o-keyframes RightToLeft{0%{ -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}100%{-webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);}}@keyframes RightToLeft{0%{-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}100%{-webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);}}/*** RightToLeft ***//*center animation css*/@keyframes CenterToFull{0%{-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);}100%{-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);}}/*center animation end*//* Scroll Animation Css End */@font-face {font-family: 'Rubik';src: url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Rubik-Light.eot");src: url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Rubik-Light.eot?#iefix") format('embedded-opentype'),url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Rubik-Light.woff2") format('woff2'),url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Rubik-Light.woff") format('woff'),url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Rubik-Light.ttf") format('truetype'),url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Rubik-Light.svg#Rubik-Light") format('svg');font-weight: 300;font-style: normal;font-display: swap;}@font-face {font-family: 'Rubik';src: url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Rubik-Regular.eot");src: url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Rubik-Regular.eot?#iefix") format('embedded-opentype'),url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Rubik-Regular.woff2") format('woff2'),url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Rubik-Regular.woff") format('woff'),url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Rubik-Regular.ttf") format('truetype'),url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Rubik-Regular.svg#Rubik-Regular") format('svg');font-weight: normal;font-style: normal;font-display: swap;}@font-face {font-family: 'Viga';src: url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Viga-Regular.eot");src: url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Viga-Regular.eot?#iefix") format('embedded-opentype'),url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Viga-Regular.woff2") format('woff2'),url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Viga-Regular.woff") format('woff'),url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Viga-Regular.ttf") format('truetype'),url("https://www.megawix.com/wp-content/themes/megawix/assets/fonts/Viga-Regular.svg#Viga-Regular") format('svg');font-weight: normal;font-style: normal;font-display: swap;}*{box-sizing:border-box;margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0) !important}address,blockquote,div,dl,form,pre,table,dd,dt,ol,ul,li,tbody,td,tfoot,th,thead,tr,del,ins,map,object,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset,iframe,article,aside,details,figcaption,figure,hgroup,menu,nav{margin:0;padding:0;list-style:none}input[type=submit]{cursor:pointer}img{max-width:100%}input{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input:focus{outline:none;color:#000}.form-control:focus{outline:0;box-shadow:none}select{outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none}select:focus{outline:none;text-decoration:none;color:#000}select::-ms-expand{display:none}textarea{resize:none}textarea:focus{outline:none;text-decoration:none;color:#000}::selection{color:#eaf9ff;background-color:rgba(75,182,82,.7)}html{overflow-x:hidden;-webkit-font-smoothing:antialiased;margin:0;padding:0;border:none;list-style:none}html::before{content:"";position:fixed;inset:0;opacity:0;background-color:rgba(47,47,47,.5);pointer-events:none;z-index:-1;transition:.3s}body{outline:0;font-style:normal;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;background-color:#080808;font-family:"Rubik";font-size:20px;font-weight:300;line-height:1.5;color:#6f7380}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-track{background-color:#d6d6d6}body::-webkit-scrollbar-thumb{background-color:#4bb652;border-radius:12px}@media(max-width: 991px){body{font-size:17px}}@media(max-width: 575px){body{font-size:16px}}*:focus{outline:none !important}.overflow-hidden{overflow:hidden}.overflow-hidden::before{opacity:1;pointer-events:all;z-index:3}.overflow-hidden section,.overflow-hidden footer{filter:blur(4px)}.h1,.h2,.h3,.h4,.service-details-section .service-details-contain blockquote,.h5,.h6,h1,h2,h3,h4,h5,h6{line-height:1.2;font-display:swap}h1,.h1{font-family:"Viga";font-size:100px;line-height:1.1;margin-bottom:20px;color:#eaf9ff}@media(max-width: 1520px){h1,.h1{font-size:86px}}@media(max-width: 1460px){h1,.h1{font-size:70px}}@media(max-width: 1199px){h1,.h1{font-size:58px}}@media(max-width: 991px){h1,.h1{font-size:42px}}@media(max-width: 575px){h1,.h1{font-size:30px}}h2,.h2{font-family:"Viga";font-size:80px;font-weight:600;margin-bottom:20px;color:#080618}@media(max-width: 1520px){h2,.h2{font-size:70px}}@media(max-width: 1460px){h2,.h2{font-size:54px}}@media(max-width: 1199px){h2,.h2{font-size:42px}}@media(max-width: 991px){h2,.h2{font-size:36px}}@media(max-width: 767px){h2,.h2{margin-bottom:10px}}@media(max-width: 575px){h2,.h2{font-size:32px}}h3,.h3{font-family:"Viga";font-size:70px;font-weight:700;margin-bottom:16px;color:#080618}@media(max-width: 1520px){h3,.h3{font-size:60px}}@media(max-width: 1460px){h3,.h3{font-size:50px}}@media(max-width: 1199px){h3,.h3{font-size:40px}}@media(max-width: 991px){h3,.h3{font-size:28px}}@media(max-width: 767px){h3,.h3{font-size:26px;margin-bottom:10px}}@media(max-width: 575px){h3,.h3{font-size:24px}}h4,.h4,.service-details-section .service-details-contain blockquote{font-family:"Viga";font-size:50px;font-weight:700;margin-bottom:20px;color:#080618}@media(max-width: 1520px){h4,.h4,.service-details-section .service-details-contain blockquote{font-size:44px}}@media(max-width: 1460px){h4,.h4,.service-details-section .service-details-contain blockquote{font-size:40px}}@media(max-width: 1199px){h4,.h4,.service-details-section .service-details-contain blockquote{font-size:32px}}@media(max-width: 991px){h4,.h4,.service-details-section .service-details-contain blockquote{font-size:26px}}@media(max-width: 767px){h4,.h4,.service-details-section .service-details-contain blockquote{font-size:22px;margin-bottom:10px}}h5,.h5{font-family:"Viga";font-size:40px;font-weight:600;margin-bottom:5px;text-transform:uppercase;color:#080618}@media(max-width: 1520px){h5,.h5{font-size:34px}}@media(max-width: 1460px){h5,.h5{font-size:30px}}@media(max-width: 1199px){h5,.h5{font-size:24px}}@media(max-width: 767px){h5,.h5{font-size:20px}}@media(max-width: 575px){h5,.h5{font-size:18px}}h6,.h6{font-family:"Viga";font-size:25px;margin-bottom:20px;color:#eaf9ff;font-weight:700}@media(max-width: 1460px){h6,.h6{font-size:22px}}@media(max-width: 991px){h6,.h6{font-size:19px}}@media(max-width: 767px){h6,.h6{font-size:16px;margin-bottom:10px}}p{margin-bottom:15px}p:last-child{margin-bottom:0}hr{border-color:#080618}a{text-decoration:none;color:inherit;transition:all ease .4s}a:hover{text-decoration:none;color:#4bb652}a:focus{outline:none;text-decoration:none}button{margin:0;padding:0;border:none}button:focus{box-shadow:none;outline:none;text-decoration:none;color:#eaf9ff}.btn{font-family:"Rubik";font-weight:500;font-size:16px;line-height:1.5;color:#eaf9ff;padding:12px 40px;text-align:center;background-color:#0055c8;border:2px solid rgba(44,54,117,.7);border-radius:5px;box-shadow:inset 0 0 50px rgba(0,0,0,.7);position:relative;overflow:hidden;z-index:1;min-width:150px;display:inline-block;cursor:pointer}@media(max-width: 575px){.btn{font-size:14px;padding:10px 20px;min-width:130px}}.btn:hover{color:rgba(234,249,255,.8)}.btn:hover::before,.btn:hover::after{top:-60px}.btn::before,.btn::after{position:absolute;content:"";width:300px;height:300px;top:-45px;left:5%;z-index:-1;transition:1s;pointer-events:none}.btn::after{border-radius:45%;background:#141414;box-shadow:0 0 10px 5px rgba(0,85,200,.5),inset 0 0 5px rgba(0,85,200,.5);animation:animate 5s linear infinite;opacity:.8}.btn::before{border-radius:40%;box-shadow:0 0 10px rgba(0,85,200,.5),inset 0 0 5px rgba(0,85,200,.5);background:rgba(8,6,24,.5);animation:animate 7s linear infinite}@keyframes animate{0%{transform:translate(-25%, -75%) rotate(0)}100%{transform:translate(-25%, -75%) rotate(360deg)}}.stretched-link::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;background-color:rgba(0,0,0,0)}.hyperlink{color:#4bb652;font-weight:500;position:relative}.hyperlink:after{content:"";position:absolute;bottom:-3px;height:1px;width:0;right:0;left:auto;background-color:#4bb652;transition:.5s}.hyperlink:hover{color:#4bb652}.hyperlink:hover:after{width:100%;right:auto;left:0}.light-bg{background-color:#f2f7f2}.dark-bg{background-color:#080618;color:#eaf9ff}.dark-bg h2,.dark-bg .h2,.dark-bg h3,.dark-bg .h3,.dark-bg h4,.dark-bg .h4,.dark-bg .service-details-section .service-details-contain blockquote,.service-details-section .service-details-contain .dark-bg blockquote,.dark-bg p{color:#eaf9ff}.primary{color:#080618}.green{color:#4bb652}.bg-set{background-position:center;background-repeat:no-repeat;background-size:cover}section{padding:100px 0;overflow-x:hidden;position:relative;z-index:1}@media(max-width: 767px){section{padding:70px 0}}.title{margin-bottom:60px}@media(max-width: 767px){.title{margin-bottom:30px}}@media(max-width: 767px){.title h2 br{display:none}}@media(max-width: 991px){.title p br{display:none}}.subTitle{color:#eaf9ff;text-transform:uppercase;font-weight:500;margin-bottom:20px}@media(max-width: 575px){.subTitle{margin-bottom:10px}}svg{display:block}svg path{transition:.5s}.image-hover{overflow:hidden;position:relative}.image-hover::after{content:"";position:absolute;top:0;left:-75%;z-index:2;display:block;width:50%;height:100%;background:linear-gradient(to right, rgba(214, 214, 214, 0) 0%, rgba(214, 214, 214, 0.5) 100%);transform:skewX(-25deg);pointer-events:none}.image-hover:hover::after{animation:shine 1.5s}@keyframes shine{100%{left:125%}}.slider-arrow .swiper-btn{font-size:30px;cursor:pointer;position:relative;width:51px;height:25px;display:flex;align-items:center;justify-content:center;margin:0 10px}@media(max-width: 1199px){.slider-arrow .swiper-btn{width:35px;height:17px}}.slider-arrow .swiper-btn:first-child{transform:scale(-1)}.slider-arrow .swiper-btn:hover img{object-position:left}.slider-arrow .swiper-btn img{object-fit:cover;object-position:right;width:100%;height:100%;transition:.5s}.swiper-dots .swiper-pagination-bullet{background:rgba(75,182,82,.23);border-radius:10px;opacity:1;transition:.5s;width:40px;height:6px;margin:0 5px}@media(max-width: 767px){.swiper-dots .swiper-pagination-bullet{width:25px;height:6px}}.swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#4bb652;width:70px}@media(max-width: 767px){.swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active{width:50px}}.fixed-btn{position:fixed;bottom:50px;right:20px;z-index:11}@media(max-width: 767px){.fixed-btn{bottom:20px}}.fixed-btn li a{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:rgba(8,6,24,.5);color:#eaf9ff;cursor:pointer;border-radius:100%;transition:none;box-shadow:0px 0 20px rgba(255,255,255,.25)}@media(max-width: 767px){.fixed-btn li a{width:40px;height:40px;padding:13px}}@keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}.common-section{padding-top:180px}@media(max-width: 767px){.common-section{padding-top:150px}}.common-section h1{font-size:200px;color:#080618;-webkit-text-stroke:6px #eaf9ff}@media(max-width: 991px){.common-section h1{font-size:100px;-webkit-text-stroke:3px #eaf9ff}}@media(max-width: 767px){.common-section h1{font-size:70px}}.common-section h4{font-size:40px}@media(max-width: 767px){.common-section h4{font-size:24px}}.ul-listed ul li{position:relative;padding-left:30px;margin-bottom:5px}@media(max-width: 575px){.ul-listed ul li{padding-left:22px}}.ul-listed ul li::before{content:"";position:absolute;left:0;top:8px;background-color:#4bb652;width:8px;height:8px;z-index:1}@media(max-width: 991px){.ul-listed ul li::before{top:5px}}@media(max-width: 575px){.ul-listed ul li::before{top:6px;width:7px;height:7px}}.ul-listed ul li::after{content:"";position:absolute;left:3px;top:11px;background-color:#b4dbb7;width:11px;height:11px}@media(max-width: 991px){.ul-listed ul li::after{top:8px}}@media(max-width: 575px){.ul-listed ul li::after{left:2px;width:9px;height:9px}}.custom-cursor:not(.move){opacity:0}.custom-cursor_border{width:25px;height:25px;border-radius:100%;border:1px solid #4bb652;transition:all .2s ease-out;position:fixed;pointer-events:none;left:0;top:0;transform:translate(calc(-50% + 5px), -50%);z-index:999991}.custom-cursor_dot{width:10px;height:10px;border-radius:100%;background-color:#4bb652;position:fixed;transform:translate(-50%, -50%);pointer-events:none;transition:width .3s,height .3s,opacity .3s;z-index:999991}.custom-cursor_dot.dot_hover{width:25px;height:25px;opacity:.4}.container{max-width:1680px;width:100%;margin:0 auto;padding:0 30px}.container-small{max-width:1200px}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-30px;margin-right:-30px}.row.small-gutters{margin-left:-15px;margin-right:-15px}.row.small-gutters>[class*=col-]{padding-right:15px;padding-left:15px}.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col{position:relative;width:100%;padding-right:30px;padding-left:30px}.col-12{max-width:100%}.col-11{max-width:91.66666667%}.col-10{max-width:83.33333333%}.col-9{max-width:75%}.col-8{max-width:66.66666667%}.col-7{max-width:58.33333333%}.col-6{max-width:50%}.col-5{max-width:41.66666667%}.col-4{max-width:33.33333333%}.col-3{max-width:25%}.col-2{max-width:16.66666667%}.col-1{max-width:8.33333333%}@media(max-width: 767px){[class*=col-]{max-width:100%}}@media(max-width: 991px){.col-md-full{max-width:100%}}.radius-10{border-radius:10px}@media(max-width: 767px){.radius-10{border-radius:5px}}.unlisted{list-style:none}.d-flex{display:-ms-flexbox;display:flex}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column{-ms-flex-direction:column;flex-direction:column}.flex-column-reverse{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-row{-ms-flex-direction:row;flex-direction:row}.align-items-start{-ms-flex-align:start;align-items:flex-start}.align-items-end{-ms-flex-align:end;align-items:flex-end}.align-items-center{-ms-flex-align:center;align-items:center}.justify-content-start{-ms-flex-pack:start;justify-content:flex-start}.justify-content-end{-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-ms-flex-pack:center;justify-content:center}.justify-content-between{-ms-flex-pack:justify;justify-content:space-between}.text-center{text-align:center !important}@media(min-width: 768px){.text-sm-left{text-align:left !important}}.text-right{text-align:right !important}@media(min-width: 768px){.text-sm-right{text-align:right !important}}.d-none{display:none !important}@media(min-width: 768px){.d-sm-none{display:none !important}}@media(min-width: 768px){.d-sm-block{display:block !important}}@media(min-width: 992px){.d-md-block{display:block !important}}@media(min-width: 1200px){.d-lg-block{display:block !important}}.m-auto{margin:auto !important}.ml-auto{margin-left:auto !important}.mb-0{margin-bottom:0 !important}.p-0{padding-block:0 !important}.pt-0{padding-top:0 !important}.pb-0{padding-bottom:0 !important}.header-main{position:fixed;top:0;left:0;right:0;z-index:111;padding:15px 0;transition:.5s}@media(max-width: 767px){.header-main{padding:10px 0}}.header-main .header-inner{padding:15px;background:radial-gradient(100% 100% at 50% 50%, #080813 0, #080618 31%, transparent 100%),#080618;border:2px solid rgba(44,54,117,.7);backdrop-filter:blur(20px)}.header-main .header-inner .brand-navbar{display:flex;max-width:160px;margin-top:-8px}@media(max-width: 991px){.header-main .header-inner .brand-navbar{max-width:160px}}.header-main .header-inner .brand-navbar a img{display:block}.header-main .header-inner .nav-menu.menu-open .navbar-toggle .line.line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.header-main .header-inner .nav-menu.menu-open .navbar-toggle .line.line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}.header-main .header-inner .nav-menu.menu-open .navbar-toggle .line.line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}@media(max-width: 767px){.header-main .header-inner .nav-menu.menu-open .navbar{transform:translateY(0) translateX(2px);box-shadow:inset 0 0 10px rgba(0,0,0,.1);opacity:1;pointer-events:all}}.header-main .header-inner .nav-menu.menu-open .navbar .navbar-nav>li{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);opacity:1}.header-main .header-inner .nav-menu .navbar-toggle{background-color:rgba(0,0,0,0);cursor:pointer;width:40px;border:0;padding:0;border-radius:0;position:relative;display:block}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar-toggle{display:none}}.header-main .header-inner .nav-menu .navbar-toggle svg{position:relative;z-index:2}.header-main .header-inner .nav-menu .navbar-toggle .line{fill:none;stroke:#eaf9ff;stroke-width:6;transition:stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1)}.header-main .header-inner .nav-menu .navbar-toggle .line.line1{stroke-dasharray:60 207;stroke-width:6}.header-main .header-inner .nav-menu .navbar-toggle .line.line2{stroke-dasharray:60 60;stroke-width:6}.header-main .header-inner .nav-menu .navbar-toggle .line.line3{stroke-dasharray:60 207;stroke-width:6}.header-main .header-inner .nav-menu .navbar{width:100%;position:static}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar{display:flex;justify-content:flex-end}}@media(max-width: 767px){.header-main .header-inner .nav-menu .navbar{display:block;position:fixed;top:82px;right:0;z-index:99;width:calc(100% + 4px);background:radial-gradient(100% 100% at 50% 50%, #080813 0, #080618 31%, transparent 100%),#080618;background-image:url("https://www.megawix.com/wp-content/themes/megawix/assets/images/bg-image.webp");background-position:center;background-repeat:no-repeat;background-size:cover;border:2px solid rgba(44,54,117,.7);backdrop-filter:blur(20px);border-radius:10px;transform:translateY(25px);transition:.5s;opacity:0;pointer-events:none;overflow:hidden}}@media(max-width: 767px){.header-main .header-inner .nav-menu .navbar .navbar-nav{display:block;padding:30px 20px;overflow-y:auto;max-height:calc(100vh - 108px)}.header-main .header-inner .nav-menu .navbar .navbar-nav::-webkit-scrollbar{width:3px;height:0}.header-main .header-inner .nav-menu .navbar .navbar-nav::-webkit-scrollbar-track{background-color:#eaf9ff;border-radius:12px}.header-main .header-inner .nav-menu .navbar .navbar-nav::-webkit-scrollbar-thumb{background-color:#4bb652;border-radius:12px}}.header-main .header-inner .nav-menu .navbar .navbar-nav>li{margin:0 20px}@media(min-width: 992px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li.get-btn{display:none}}@media(max-width: 1199px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li{margin:0 14px}}@media(max-width: 991px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li{margin:0 10px}}@media(max-width: 767px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li{margin:0;position:relative;-webkit-transform:translate3d(200px, 0, 0);transform:translate3d(200px, 0, 0);-webkit-transition:all .5s ease-out;transition:all .5s ease-out;opacity:0}.header-main .header-inner .nav-menu .navbar .navbar-nav>li:nth-child(1){-webkit-transition-delay:.1s;transition-delay:.1s}.header-main .header-inner .nav-menu .navbar .navbar-nav>li:nth-child(2){-webkit-transition-delay:.2s;transition-delay:.2s}.header-main .header-inner .nav-menu .navbar .navbar-nav>li:nth-child(3){-webkit-transition-delay:.3s;transition-delay:.3s}.header-main .header-inner .nav-menu .navbar .navbar-nav>li:nth-child(4){-webkit-transition-delay:.4s;transition-delay:.4s}.header-main .header-inner .nav-menu .navbar .navbar-nav>li:nth-child(5){-webkit-transition-delay:.5s;transition-delay:.5s}.header-main .header-inner .nav-menu .navbar .navbar-nav>li:nth-child(6){-webkit-transition-delay:.6s;transition-delay:.6s}.header-main .header-inner .nav-menu .navbar .navbar-nav>li:nth-child(7){-webkit-transition-delay:.7s;transition-delay:.7s}.header-main .header-inner .nav-menu .navbar .navbar-nav>li:nth-child(8){-webkit-transition-delay:.8s;transition-delay:.8s}.header-main .header-inner .nav-menu .navbar .navbar-nav>li:nth-child(9){-webkit-transition-delay:.9s;transition-delay:.9s}}.header-main .header-inner .nav-menu .navbar .navbar-nav>li:last-child{margin-right:0}.header-main .header-inner .nav-menu .navbar .navbar-nav>li>a:not(.btn){font-size:16px;font-weight:500;color:#6f7380;position:relative}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li>a:not(.btn){display:flex;flex-direction:column;overflow:hidden}}@media(max-width: 767px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li>a:not(.btn){padding:10px 0;display:block;color:#eaf9ff}}@media(max-width: 767px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li>a:not(.btn):hover{color:#4bb652}}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li>a:not(.btn):hover:before{transform:translateY(-24px)}}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li>a:not(.btn):hover::after{transform:none}}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li>a:not(.btn):before{content:attr(data-title);color:#eaf9ff;position:absolute;transition:all ease .4s;pointer-events:none}}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li>a:not(.btn)::after{content:attr(data-title);color:#4bb652;position:absolute;transform:translateY(24px);transition:all ease .4s;pointer-events:none}}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li>a:not(.btn) span{opacity:0}}.header-main .header-inner .nav-menu .navbar .navbar-nav>li.current_page_item>a:not(.btn),.header-main .header-inner .nav-menu .navbar .navbar-nav>li.current_page_parent>a:not(.btn){font-weight:bold}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li.current_page_item>a:not(.btn),.header-main .header-inner .nav-menu .navbar .navbar-nav>li.current_page_parent>a:not(.btn){background-image:url("https://www.megawix.com/wp-content/themes/megawix/assets/images/down-arrow.svg")}}@media(max-width: 767px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li.current_page_item>a:not(.btn),.header-main .header-inner .nav-menu .navbar .navbar-nav>li.current_page_parent>a:not(.btn){color:#4bb652}}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li.current_page_item>a:not(.btn):before,.header-main .header-inner .nav-menu .navbar .navbar-nav>li.current_page_parent>a:not(.btn):before{transform:translateY(-24px)}}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li.current_page_item>a:not(.btn)::after,.header-main .header-inner .nav-menu .navbar .navbar-nav>li.current_page_parent>a:not(.btn)::after{transform:none}}@media(max-width: 767px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li.menu-item-has-children .menu-arrow{position:absolute;top:7px;right:-7px;width:30px;height:30px;z-index:11}.header-main .header-inner .nav-menu .navbar .navbar-nav>li.menu-item-has-children .menu-arrow::before,.header-main .header-inner .nav-menu .navbar .navbar-nav>li.menu-item-has-children .menu-arrow::after{content:"";position:absolute;right:7px;top:13px;width:13px;height:2px;background-color:#4bb652;transition:.5s}.header-main .header-inner .nav-menu .navbar .navbar-nav>li.menu-item-has-children .menu-arrow::before{transform:rotate(90deg)}.header-main .header-inner .nav-menu .navbar .navbar-nav>li.menu-item-has-children .menu-arrow.sub-menu-open::after{transform:rotate(45deg)}.header-main .header-inner .nav-menu .navbar .navbar-nav>li.menu-item-has-children .menu-arrow.sub-menu-open::before{transform:rotate(135deg)}}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li.menu-item-has-children>a{padding-right:17px;background-image:url("https://www.megawix.com/wp-content/themes/megawix/assets/images/white-down-arrow.svg");background-position:center right;background-repeat:no-repeat;background-size:12px}}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li.menu-item-has-children>a:hover{background-image:url("https://www.megawix.com/wp-content/themes/megawix/assets/images/down-arrow.svg")}}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav>li:hover .sub-menu-parent{visibility:visible;opacity:1;transform:translateX(-50%);transition-delay:0s,0s,0s;pointer-events:all}}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent{position:absolute;top:calc(100% - 10px);left:50%;transform:translateX(-50%) translateY(5%);transition:transform .45s ease,visibility 0s linear .45s,opacity .45s ease;padding:30px 40px;border-radius:10px;box-shadow:0 32px 64px -12px rgba(8,6,24,.24);background:#fff;z-index:1;max-width:750px;width:100%;display:flex;column-gap:24px;pointer-events:none;opacity:0}}@media(max-width: 991px){.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent{max-width:550px}}@media(max-width: 767px){.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent{max-width:100%;padding:5px 12px 20px;display:none}}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent::before{content:"";position:absolute;left:0;top:-20px;height:20px;width:100%}}.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu{display:flex;flex-direction:column;row-gap:8px;width:calc(50% - 24px)}@media(max-width: 991px){.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu{width:calc(55% - 24px)}}@media(max-width: 767px){.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu{width:100%;row-gap:12px}}.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu li{line-height:normal;overflow:hidden}.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu li.current_page_item a{font-weight:bold;color:#4bb652;padding-left:15px}.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu li.current_page_item a::before{left:0}.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu li a{position:relative;display:inline-block;font-size:16px;font-weight:400;color:#eaf9ff}@media(min-width: 768px){.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu li a{color:#080618}}.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu li a:hover{color:#4bb652;padding-left:15px}.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu li a:hover::before{left:0}.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu li a::before{content:"";position:absolute;left:-15px;top:8px;height:2px;width:10px;background-color:#4bb652;transition:all ease .4s;pointer-events:none}@media(max-width: 767px){.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu li a{font-size:14px}}.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu-img{width:50%;display:flex;flex-direction:column;row-gap:15px}@media(max-width: 991px){.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu-img{width:45%}}@media(max-width: 767px){.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu-img{display:none}}.header-main .header-inner .nav-menu .navbar .navbar-nav .sub-menu-parent .sub-menu-img .sub-menu-img-title{font-family:"Viga";font-size:18px}@media(max-width: 991px){.header-main .header-inner .nav-btn{display:none}}.header-main .header-inner .nav-btn .btn{display:block}@keyframes menu-slide-down{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@-webkit-keyframes menu-slide-down{0%{-webkit-transform:translateY(-100%)}100%{-webkit-transform:translateY(0)}}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}to{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}footer{padding-top:80px}@media(max-width: 1199px){footer{font-size:16px}}@media(min-width: 992px){footer{position:sticky;bottom:0;z-index:0}}@media(max-width: 991px){footer{padding-top:70px}}@media(max-width: 767px){footer{padding-top:50px}}@media(max-width: 575px){footer{font-size:14px}}footer *{color:#eaf9ff}@media(max-width: 991px){footer .col-logo{max-width:100%;margin-bottom:30px}}footer .col-logo .footer-logo{margin-bottom:30px;display:inline-block;max-width:240px}@media(max-width: 767px){footer .col-logo .footer-logo{margin-bottom:15px}}@media(min-width: 768px){footer .col-logo .footer-logo img{width:100%;height:auto}}@media(max-width: 991px){footer .col-nav{max-width:100%}}@media(max-width: 767px){footer .col-nav [class*=col-]:first-child{max-width:60%;margin-bottom:30px;padding-right:0}footer .col-nav [class*=col-]:nth-child(2){max-width:40%;margin-bottom:30px}}footer .col-nav h5{position:relative;padding-bottom:12px;margin-bottom:25px}footer .col-nav h5::before,footer .col-nav h5::after{content:"";position:absolute;left:0;top:100%;width:60px;height:4px;border-radius:5px;background-color:#4bb652}@media(max-width: 991px){footer .col-nav h5::before,footer .col-nav h5::after{width:50px;height:4px}}footer .col-nav h5::after{left:70px;width:20px}@media(max-width: 991px){footer .col-nav h5::after{left:60px;width:15px}}footer .col-nav .naviAdd li{margin-bottom:10px;overflow:hidden}footer .col-nav .naviAdd li a{position:relative}footer .col-nav .naviAdd li a:hover{padding-left:15px}footer .col-nav .naviAdd li a:hover::before{left:0}footer .col-nav .naviAdd li a::before{content:"";position:absolute;left:-15px;top:11px;height:2px;width:10px;background-color:#4bb652;transition:all ease .4s;pointer-events:none}@media(max-width: 1199px){footer .col-nav .naviAdd li a::before{top:9px}}@media(max-width: 575px){footer .col-nav .naviAdd li a::before{height:1px;top:8px}}@media(min-width: 576px){footer .col-nav .ul_contact{margin-bottom:25px}}footer .col-nav .ul_contact li{margin-bottom:10px;display:flex}footer .col-nav .ul_contact li .icon{width:30px;min-width:30px;margin-top:3px}@media(max-width: 575px){footer .col-nav .ul_contact li .icon{margin-top:1px}}footer .col-nav .ul_contact li .icon img{width:20px}@media(max-width: 575px){footer .col-nav .ul_contact li .icon img{width:18px}}footer .col-nav .ul_contact li address{font-style:normal}footer .col-nav .social-media li{margin-right:10px}footer .col-nav .social-media li a{display:flex;align-items:center;justify-content:center;font-size:20px;line-height:0;width:40px;height:40px;border-radius:5px;background-color:#0055c8;border:2px solid rgba(44,54,117,.7);box-shadow:inset 0 0 50px rgba(0,0,0,.7)}@media(max-width: 575px){footer .col-nav .social-media li a{width:30px;height:30px}}footer .col-nav .social-media li a:hover{background-color:#002c67}@media(max-width: 575px){footer .col-nav .social-media li a svg{height:15px;width:18px}}footer .copy-right{border-top:2px solid rgba(44,54,117,.7);margin-top:80px;padding:20px 0}@media(max-width: 991px){footer .copy-right{margin-top:40px}}@media(max-width: 575px){footer .copy-right{margin-top:20px}}@media(max-width: 767px){footer .copy-right>.row{flex-direction:column-reverse}}@media(max-width: 767px){footer .copy-right p{text-align:center}}footer .copy-right .footer-link{display:flex;align-items:center;justify-content:flex-end}@media(max-width: 767px){footer .copy-right .footer-link{justify-content:center;margin-bottom:5px}}footer .copy-right .footer-link li{padding:0 10px;position:relative}footer .copy-right .footer-link li a{font-weight:500}footer .copy-right .footer-link li:not(:first-child)::before{content:"|";position:absolute;top:0;left:-2px}.hero-banner{position:relative;overflow:hidden;padding:170px 0 100px;min-height:100vh}@media(max-width: 1440px){.hero-banner{padding:100px 0}}@media(max-width: 767px){.hero-banner{padding:150px 0;min-height:auto}}.hero-banner::before{content:"";background-image:radial-gradient(circle farthest-side at 50% 50%, transparent 55%, #080618);position:absolute;inset:0;z-index:1;pointer-events:none}.hero-banner .bannerVideo{position:absolute;inset:0;object-fit:cover;pointer-events:none;width:100%;height:100%;transform:scale(1.15)}@media(max-width: 991px){.hero-banner .banner-row [class*=col-]{max-width:100%}}@media(max-width: 991px){.hero-banner .banner-row{flex-wrap:wrap-reverse}}.hero-banner .banner-row .banner-info{max-width:320px;margin-left:auto;margin-bottom:50px;display:flex;flex-direction:row-reverse;align-items:flex-end}@media(max-width: 1199px)and (min-width: 991px){.hero-banner .banner-row .banner-info{display:block}}.hero-banner .banner-row .banner-info a.banner-awards{width:75px;min-width:75px;display:block;margin-left:30px;position:relative;top:-5px;z-index:1}@media(max-width: 1199px)and (min-width: 991px){.hero-banner .banner-row .banner-info a.banner-awards{margin-left:auto;margin-bottom:20px}}@media(max-width: 1199px){.hero-banner .banner-row .banner-info a.banner-awards{width:55px;min-width:55px}}.hero-banner .banner-row .banner-info a.banner-awards img{display:block}.hero-banner .banner-row .banner-info .swiper-slide:not(.swiper-slide-active) .count{opacity:0 !important}.hero-banner .banner-row .banner-info .swiper-slide:not(.swiper-slide-active) .count .h5{transform:translateY(15px)}.hero-banner .banner-row .banner-info .swiper-slide:not(.swiper-slide-active) .count p{transform:translateY(15px)}@media(max-width: 767px){.hero-banner .banner-row .banner-info .swiper-slide .count .h5{font-size:22px}}.hero-banner .banner-row .banner-info .swiper-slide .count .h5,.hero-banner .banner-row .banner-info .swiper-slide .count p{transition:.5s;margin-bottom:0}.hero-banner .banner-row .banner-info .swiper-slide .count p{font-size:14px}.hero-banner .banner-row .banner-info .swiper-slide .count .icon{margin-left:10px;line-height:0}@media(max-width: 991px){.hero-banner .banner-row .banner-info .swiper-slide .count .icon svg{width:18px}}@media(max-width: 767px){.hero-banner .banner-row .banner-info .swiper-slide .count .icon svg{width:15px}}.hero-banner .banner-row .hero-contant{position:relative;z-index:1;color:#eaf9ff}.hero-banner .banner-row .hero-contant::before{content:"";position:absolute;left:-30px;top:-50px;width:170px;height:170px;border-radius:100%;background:#2c3675;opacity:.2;z-index:-1}@media(max-width: 767px){.hero-banner .banner-row .hero-contant::before{left:-20px;top:-30px;width:120px;height:120px}}.hero-banner .banner-row .hero-contant p{max-width:550px;margin-bottom:30px}@media(max-width: 767px){.hero-banner .banner-row .hero-contant p{max-width:450px}}.hero-banner .banner-row .hero-contant .banner-btn{font-size:16px;font-weight:500;padding:15px;color:#eaf9ff;text-align:center;position:absolute;right:0;bottom:-90px;min-width:auto;width:180px;height:180px;border-radius:100%;backdrop-filter:blur(20px)}@media(max-width: 1199px){.hero-banner .banner-row .hero-contant .banner-btn{width:150px;height:150px}}@media(max-width: 767px){.hero-banner .banner-row .hero-contant .banner-btn{width:120px;height:120px;font-size:14px}}@media(max-width: 575px){.hero-banner .banner-row .hero-contant .banner-btn{bottom:-105px;transform:scale(0.8)}}.hero-banner .banner-row .hero-contant .banner-btn:hover{transform:scale(0.8)}.hero-banner .banner-row .hero-contant .banner-btn:hover::after,.hero-banner .banner-row .hero-contant .banner-btn:hover::before{top:0}.hero-banner .banner-row .hero-contant .banner-btn::after,.hero-banner .banner-row .hero-contant .banner-btn::before{top:30%}@media(max-width: 767px){.hero-banner .banner-row .hero-contant .banner-btn::after,.hero-banner .banner-row .hero-contant .banner-btn::before{top:12%}}.hero-banner .banner-row .hero-contant .banner-btn .icon{display:block;text-align:center;margin-bottom:5px}@media(max-width: 767px){.hero-banner .banner-row .hero-contant .banner-btn .icon svg{width:18px}}.marquee-section{padding:25px 0;overflow:hidden;position:relative;z-index:1}.marquee-section .marquee-list{animation:ticker 30s linear infinite}@keyframes ticker{0%{transform:translate3D(0, 0, 0)}100%{transform:translate3D(calc(-50% - 0.125em), 0, 0)}}.marquee-section .marquee-list span{font-family:"Viga";font-weight:bold;color:#080618;white-space:nowrap;padding-right:30px;margin-right:45px;position:relative}.marquee-section .marquee-list span::before{content:"✺";font-size:80%;position:absolute;right:-15px;top:50%;transform:translateY(-50%)}@media(max-width: 991px){.about-section .about-wrap [class*=col-]{max-width:100%}.about-section .about-wrap [class*=col-]:first-child{margin-bottom:20px}}.about-section .about-wrap .about-images{height:100%;width:93%;position:relative;min-height:500px}@media(max-width: 1199px){.about-section .about-wrap .about-images{width:100%}}@media(max-width: 767px){.about-section .about-wrap .about-images{min-height:auto}}.about-section .about-wrap .about-images .image-first{width:85%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;background-blend-mode:multiply;background-color:#e6eafd}@media(max-width: 767px){.about-section .about-wrap .about-images .image-first{height:58vw}}@media(max-width: 575px){.about-section .about-wrap .about-images .image-first{padding:35px 20px 25px}}.about-section .about-wrap .about-images .image-second{width:32%;height:35%;border-radius:7px;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%);right:0;background:linear-gradient(52deg, #eaf9ff, #080618);padding:5px}@media(max-width: 1199px){.about-section .about-wrap .about-images .image-second{height:32%}}@media(max-width: 991px){.about-section .about-wrap .about-images .image-second{height:60%}}@media(max-width: 767px){.about-section .about-wrap .about-images .image-second{padding:3px;border-radius:3px}}.about-section .about-wrap .about-images .image-second img{transition:.5s;height:100%;width:100%;object-fit:cover;border-radius:4px}.about-section .about-wrap ul{position:relative;margin-bottom:40px}.about-section .about-wrap ul li{font-weight:300}.our-process-section{overflow:visible}.our-process-section .our-process-main .our-process-list{position:sticky;top:160px}@media(max-width: 767px){.our-process-section .our-process-main .our-process-list{margin-bottom:20px;display:none}}.our-process-section .our-process-main .our-process-list ul li{font-size:18px;margin-bottom:10px}@media(max-width: 767px){.our-process-section .our-process-main .our-process-list ul li{padding:0 15px}}.our-process-section .our-process-main .our-process-list ul li a{position:relative;opacity:.6}.our-process-section .our-process-main .our-process-list ul li a::before{content:"";position:absolute;left:0;top:10px;background-color:#4bb652;height:2px;width:0;transition:.5s}.our-process-section .our-process-main .our-process-list ul li a:hover{opacity:1}.our-process-section .our-process-main .our-process-list ul li a.active{color:#4bb652;padding-left:20px;opacity:1}.our-process-section .our-process-main .our-process-list ul li a.active::before{width:15px}@media(min-width: 768px){.our-process-section .our-process-main .row [class*=col-]:last-child{border-left:2px solid rgba(44,54,117,.7)}}@media(min-width: 768px){.our-process-section .our-process-main .our-process-row{padding-block:15px}}@media(min-width: 768px){.our-process-section .our-process-main .our-process-row .our-process-single:not(.active){display:none}}@media(max-width: 767px){.our-process-section .our-process-main .our-process-row .our-process-single:not(:last-child){border-bottom:2px solid rgba(44,54,117,.7)}}@media(max-width: 767px){.our-process-section .our-process-main .our-process-row .our-process-single:not(:last-child) .our-process-inner{padding-bottom:50px}}.our-process-section .our-process-main .our-process-row .our-process-single.active .process-title::before{transform:scale(-1)}.our-process-section .our-process-main .our-process-row .our-process-single .process-title{padding:25px 35px 25px 10px;cursor:pointer;margin-bottom:0;font-size:16px;position:relative}@media(min-width: 768px){.our-process-section .our-process-main .our-process-row .our-process-single .process-title{display:none}}.our-process-section .our-process-main .our-process-row .our-process-single .process-title::before{content:"";position:absolute;right:10px;top:27px;background-image:url("https://www.megawix.com/wp-content/themes/megawix/assets/images/down-arrow.svg");background-position:right;background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.our-process-section .our-process-main .our-process-row .our-process-single .h4,.our-process-section .our-process-main .our-process-row .our-process-single .service-details-section .service-details-contain blockquote,.service-details-section .service-details-contain .our-process-section .our-process-main .our-process-row .our-process-single blockquote{font-weight:600}.our-process-section .our-process-main .our-process-row .our-process-single .h4 .count,.our-process-section .our-process-main .our-process-row .our-process-single .service-details-section .service-details-contain blockquote .count,.service-details-section .service-details-contain .our-process-section .our-process-main .our-process-row .our-process-single blockquote .count{font-size:20px;font-weight:700;color:#4bb652;line-height:1;display:inline-block;vertical-align:top}@media(min-width: 768px){.our-process-section .our-process-main .our-process-row .our-process-single .h4 .count,.our-process-section .our-process-main .our-process-row .our-process-single .service-details-section .service-details-contain blockquote .count,.service-details-section .service-details-contain .our-process-section .our-process-main .our-process-row .our-process-single blockquote .count{margin-top:10px}}@media(max-width: 767px){.our-process-section .our-process-main .our-process-row .our-process-single .h4 .count,.our-process-section .our-process-main .our-process-row .our-process-single .service-details-section .service-details-contain blockquote .count,.service-details-section .service-details-contain .our-process-section .our-process-main .our-process-row .our-process-single blockquote .count{font-size:14px}}@media(max-width: 767px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner{display:none}}@media(max-width: 575px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner{flex-direction:column}}.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .icon{min-width:200px}@media(max-width: 1199px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .icon{min-width:150px}}@media(max-width: 991px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .icon{min-width:100px}}@media(max-width: 767px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .icon{margin-bottom:15px;padding:0 16px}}.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .icon img{display:block;width:80px;height:auto}@media(max-width: 1199px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .icon img{width:65px}}@media(max-width: 767px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .icon img{width:50px}}.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .content{width:calc(100% - 200px)}@media(max-width: 1199px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .content{width:calc(100% - 150px)}}@media(max-width: 991px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .content{width:calc(100% - 100px)}}@media(max-width: 767px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .content{width:100%}}@media(max-width: 767px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .content .h4,.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .content .service-details-section .service-details-contain blockquote,.service-details-section .service-details-contain .our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .content blockquote{display:none}}@media(min-width: 768px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .content ul{max-width:80%}}@media(max-width: 767px){.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .content ul{opacity:1;visibility:visible;animation-name:none;clip-path:none}}.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .content ul li{color:#eaf9ff}.our-process-section .our-process-main .our-process-row .our-process-single .our-process-inner .content ul li:not(:last-child){margin-bottom:8px}.whatWeDo-section .whatWeDo-images{height:100%;padding-bottom:25%;position:relative}@media(max-width: 991px){.whatWeDo-section .whatWeDo-images{padding-bottom:10%}}.whatWeDo-section .whatWeDo-images .image-first{width:79%;height:100%;min-height:500px;position:relative;z-index:1}@media(max-width: 1199px){.whatWeDo-section .whatWeDo-images .image-first{width:87%}}@media(max-width: 767px){.whatWeDo-section .whatWeDo-images .image-first{min-height:auto;height:80vw}}@media(max-width: 575px){.whatWeDo-section .whatWeDo-images .image-first{height:70vw}}.whatWeDo-section .whatWeDo-images .image-first::before{content:"";position:absolute;width:150px;height:150px;bottom:0;left:0;background-color:#4bb652;z-index:-1;transition:.5s}@media(max-width: 767px){.whatWeDo-section .whatWeDo-images .image-first::before{width:90px;height:90px}}.whatWeDo-section .whatWeDo-images .image-first.animated::before{bottom:-42px;left:-42px}@media(max-width: 767px){.whatWeDo-section .whatWeDo-images .image-first.animated::before{bottom:-15px;left:-15px}}.whatWeDo-section .whatWeDo-images .image-first::after{content:"";position:absolute;right:-30px;bottom:0;width:100%;height:90%;background-image:url("https://www.megawix.com/wp-content/themes/megawix/assets/images/lines.png");z-index:-1}.whatWeDo-section .whatWeDo-images .image-first .divImg{background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#e6eafd;background-blend-mode:multiply;width:100%;height:100%}.whatWeDo-section .whatWeDo-images .image-second{position:absolute;bottom:0;right:8%;padding:5px;background-color:#eaf9ff;width:50%;height:50%;z-index:1}@media(max-width: 1199px){.whatWeDo-section .whatWeDo-images .image-second{right:3%;height:45%}}@media(max-width: 991px){.whatWeDo-section .whatWeDo-images .image-second{width:37%}}@media(max-width: 767px){.whatWeDo-section .whatWeDo-images .image-second{padding:3px;height:60%}}.whatWeDo-section .whatWeDo-images .image-second img{height:100%;width:100%;object-fit:cover}.whatWeDo-section .whatWeDo-box{padding:50px 0}@media(max-width: 991px){.whatWeDo-section .whatWeDo-box{padding:0}}.whatWeDo-section .whatWeDo-box .ourBox-list .our-box{margin-bottom:25px}.whatWeDo-section .whatWeDo-box .ourBox-list .our-box h6{font-weight:600}.services-section{overflow:visible}.services-section .title{position:sticky;top:150px}@media(min-width: 992px){.services-section .title{margin-bottom:25px}}.services-section .services-main .services-list:not(:last-child){border-bottom:2px solid #080618}.services-section .services-main .services-list.active .service-icon-title::after{transform:rotate(45deg)}.services-section .services-main .services-list.active .service-icon-title::before{transform:rotate(135deg)}.services-section .services-main .services-list .service-icon-title{padding:25px 40px 25px 20px;position:relative;align-items:center;cursor:pointer}@media(max-width: 575px){.services-section .services-main .services-list .service-icon-title{padding:15px 30px 15px 10px}}.services-section .services-main .services-list .service-icon-title::before,.services-section .services-main .services-list .service-icon-title::after{content:"";position:absolute;right:20px;top:44px;width:20px;height:2px;background-color:#080618;transition:.5s}@media(max-width: 575px){.services-section .services-main .services-list .service-icon-title::before,.services-section .services-main .services-list .service-icon-title::after{right:10px;top:30px;width:15px}}.services-section .services-main .services-list .service-icon-title::before{transform:rotate(90deg)}.services-section .services-main .services-list .service-icon-title .icon{display:flex;align-items:center;justify-content:center;width:45px;height:45px;min-width:45px;margin-right:25px}@media(max-width: 575px){.services-section .services-main .services-list .service-icon-title .icon{width:35px;height:35px;min-width:35px;margin-right:15px}}.services-section .services-main .services-list .service-icon-title .icon img{width:100%;height:100%;object-fit:fill}.services-section .services-main .services-list .service-icon-title .services-title h6{color:#080618;margin-bottom:0}.services-section .services-main .services-list .services-box{position:relative;display:none;padding:0 50px 25px 92px}@media(max-width: 991px){.services-section .services-main .services-list .services-box{padding:0 0 15px 20px;text-align:justify}}@media(max-width: 575px){.services-section .services-main .services-list .services-box{padding:0 0px 15px 10px}}.services-section .services-main .services-list .services-box .service-description{max-width:750px;margin-bottom:15px}@media(max-width: 767px){.services-section .services-main .services-list .services-box .service-description{font-size:90%}}.services-section .services-main .services-list .services-box .service-link{font-family:"Viga";color:#080618;display:flex;align-items:center}.services-section .services-main .services-list .services-box .service-link:hover svg{margin-right:10px;transform:rotate(45deg)}.services-section .services-main .services-list .services-box .service-link svg{margin-right:5px;transition:.5s}.service-details-section{padding-top:170px}.service-details-section .service-details-title{margin-bottom:40px}.service-details-section .service-details-title h1{color:#080618}.service-details-section .service-details-title p{font-size:30px;font-weight:400;color:#080618}@media(max-width: 1440px){.service-details-section .service-details-title p{font-size:26px}}@media(max-width: 1199px){.service-details-section .service-details-title p{font-size:22px}}@media(max-width: 767px){.service-details-section .service-details-title p{font-size:19px}}@media(max-width: 575px){.service-details-section .service-details-title p{font-size:16px}}.service-details-section .include-service{margin-bottom:40px}.service-details-section .include-service h2{text-transform:none}.service-details-section .include-service h2:not(:last-child){margin-bottom:15px}@media(max-width: 767px){.service-details-section .include-service ul.tag{column-gap:4px;flex-wrap:nowrap;overflow:auto;padding-bottom:5px}.service-details-section .include-service ul.tag::-webkit-scrollbar{height:3px}.service-details-section .include-service ul.tag::-webkit-scrollbar-track{background-color:#080618;border-radius:2px}.service-details-section .include-service ul.tag::-webkit-scrollbar-thumb{background-color:#4bb652;border-radius:2px}}.service-details-section .include-service ul.tag li{margin-right:10px;margin-bottom:5px}@media(max-width: 767px){.service-details-section .include-service ul.tag li{margin-right:0}}.service-details-section .include-service ul.tag li a{font-family:"Viga";font-size:16px;font-weight:700;color:#080618;border:2px solid #080618;border-radius:50px;padding:8px 30px;display:inline-block}@media(max-width: 767px){.service-details-section .include-service ul.tag li a{font-size:14px;padding:6px 15px;white-space:nowrap}}.service-details-section .include-service ul.tag li a.active{background-color:#080618;color:#4bb652}.service-details-section .service-details-contain:not(:last-child){margin-bottom:50px}.service-details-section .service-details-contain .image-full{margin-bottom:15px}.service-details-section .service-details-contain .image-full,.service-details-section .service-details-contain img,.service-details-section .service-details-contain video{width:100%;height:600px;border-radius:10px;object-fit:cover}@media(max-width: 1199px){.service-details-section .service-details-contain .image-full,.service-details-section .service-details-contain img,.service-details-section .service-details-contain video{height:320px}}@media(max-width: 991px){.service-details-section .service-details-contain .image-full,.service-details-section .service-details-contain img,.service-details-section .service-details-contain video{height:370px}}@media(max-width: 767px){.service-details-section .service-details-contain .image-full,.service-details-section .service-details-contain img,.service-details-section .service-details-contain video{height:270px}}@media(max-width: 575px){.service-details-section .service-details-contain .image-full,.service-details-section .service-details-contain img,.service-details-section .service-details-contain video{height:50vw}}.service-details-section .service-details-contain blockquote{background-color:#e5f5e7;padding:25px 30px;margin-bottom:20px;border-left:4px solid #4bb652}.service-details-section .service-details-contain h4{margin-bottom:5px}.service-details-section .include-service-list h2{text-transform:none;margin-bottom:20px}.service-details-section .include-service-list .list-row{row-gap:30px}@media(max-width: 767px){.service-details-section .include-service-list .list-row{row-gap:15px}}@media(max-width: 991px)and (min-width: 768px){.service-details-section .include-service-list .list-row>[class*=col-]{max-width:50%}}.service-details-section .include-service-list .list-row>[class*=col-].active .col-list{background-color:#080618;color:#eaf9ff}.service-details-section .include-service-list .list-row>[class*=col-].active .col-list h4{color:#4bb652}.service-details-section .include-service-list .list-row .col-list{padding:30px 20px;border:2px solid #080618;height:100%;min-height:225px}@media(max-width: 767px){.service-details-section .include-service-list .list-row .col-list{padding:20px 15px;min-height:auto}}.service-details-section .include-service-list .list-row .col-list h4{color:#080618;margin-bottom:10px}.service-details-section .include-service-list .list-row .col-list p{font-size:80%}.expertise-section{background-color:#000;padding:0}@media(max-width: 767px){.expertise-section{padding:20px 0}}.expertise-section .expertise-list{padding:100px 0;background-size:auto 80%}@media(max-width: 1199px){.expertise-section .expertise-list{padding:70px 0}}@media(max-width: 767px){.expertise-section .expertise-list{padding:50px 0}}.expertise-section .expertise-list:not(:last-child){border-bottom:2px solid rgba(44,54,117,.7)}.expertise-section .expertise-list .expertise-col .expertise-description{margin-bottom:32px}@media(max-width: 767px){.expertise-section .expertise-list .expertise-col .expertise-link{display:none}}@media(min-width: 768px){.expertise-section .expertise-list .include-col .expertise-link{display:none}}.expertise-section .expertise-list .include-col .include-service ul.tag{gap:15px}@media(max-width: 767px){.expertise-section .expertise-list .include-col .include-service ul.tag{gap:10px;flex-wrap:nowrap;overflow:auto;padding:0;padding-bottom:30px;-webkit-overflow-scrolling:touch}.expertise-section .expertise-list .include-col .include-service ul.tag::-webkit-scrollbar{-webkit-appearance:none}}.expertise-section .expertise-list .include-col .include-service ul.tag li{width:100%}@media(min-width: 1200px){.expertise-section .expertise-list .include-col .include-service ul.tag li{width:calc(50% - 7.5px)}}.expertise-section .expertise-list .include-col .include-service ul.tag li a{display:flex;justify-content:space-between;align-items:flex-end;padding:30px 60px 30px 30px;border:2px solid rgba(44,54,117,.7);transition:.5s;position:relative}@media(min-width: 1200px){.expertise-section .expertise-list .include-col .include-service ul.tag li a{min-height:140px;height:100%}}@media(max-width: 767px){.expertise-section .expertise-list .include-col .include-service ul.tag li a{white-space:nowrap;padding:20px 60px 20px 30px}}.expertise-section .expertise-list .include-col .include-service ul.tag li a:hover{border-color:rgba(75,182,82,.7)}.expertise-section .expertise-list .include-col .include-service ul.tag li a:hover svg{fill:#4bb652}.expertise-section .expertise-list .include-col .include-service ul.tag li a svg{position:absolute;bottom:30px;right:25px}@media(max-width: 767px){.expertise-section .expertise-list .include-col .include-service ul.tag li a svg{bottom:20px}}.choose-us-section{position:relative;overflow:visible}@media(min-width: 992px){.choose-us-section .title{position:sticky;top:150px;margin-bottom:0}}@media(max-width: 991px){.choose-us-section .choose-us-main{margin-bottom:40px}}@media(max-width: 575px){.choose-us-section .choose-us-main{margin-left:-10px;margin-right:-10px}}@media(max-width: 991px){.choose-us-section .choose-us-main [class*=col-]{max-width:50%}}@media(max-width: 575px){.choose-us-section .choose-us-main [class*=col-]{padding-right:10px;padding-left:10px}}.choose-us-section .choose-us-main [class*=col-]:last-child .choose-us-list{border-bottom:2px solid #080618}@media(max-width: 991px){.choose-us-section .choose-us-main [class*=col-]:nth-last-child(2) .choose-us-list{border-bottom:2px solid #2c3675}}.choose-us-section .choose-us-main .choose-us-list{padding:30px;border-top:2px solid #080618;transition:all .5s ease-out;height:100%;position:relative}@media(max-width: 767px){.choose-us-section .choose-us-main .choose-us-list{padding:20px 15px}}.choose-us-section .choose-us-main .choose-us-list::before{content:"";position:absolute;width:100%;height:0%;left:0;z-index:0;background:radial-gradient(circle at top left, #0c0d10, #000030);transition:height .4s ease,top .4s ease,bottom .4s ease}.choose-us-section .choose-us-main .choose-us-list h3{margin-bottom:60px}@media(max-width: 767px){.choose-us-section .choose-us-main .choose-us-list h3{margin-bottom:10px}}.choose-us-section .choose-us-main .choose-us-list h3 span{font-family:"Rubik"}.choose-us-section .choose-us-img{height:100%;min-height:460px;position:relative}@media(max-width: 575px){.choose-us-section .choose-us-img{min-height:auto;height:100vw}}.choose-us-section .choose-us-img .divImg{background-color:#e6eafd;background-blend-mode:multiply;width:85%;height:100%;margin-left:auto;background-position:center left 15%}@media(max-width: 575px){.choose-us-section .choose-us-img .divImg{width:93%}}.choose-us-section .choose-us-img .choose-us-box{position:absolute;bottom:34px;left:0;max-width:250px;width:100%;background-color:#eaf9ff;color:#080618;-webkit-box-shadow:0 15px 60px rgba(40,40,40,.2);box-shadow:0 15px 60px rgba(40,40,40,.2);padding:25px 20px 20px 25px;-webkit-animation:ani-y 10s infinite linear;animation:ani-y 10s infinite linear}@media(max-width: 767px){.choose-us-section .choose-us-img .choose-us-box{max-width:210px}}.choose-us-section .choose-us-img .choose-us-box .icon{margin-bottom:15px;height:70px}@media(max-width: 767px){.choose-us-section .choose-us-img .choose-us-box .icon{height:50px}}.choose-us-section .choose-us-img .choose-us-box .icon img{max-height:100%;height:100%;width:auto}@-webkit-keyframes ani-y{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ani-y{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.testimonials-section{position:relative}.testimonials-section .testimonials-content{padding:70px 0 70px 70px;position:relative;z-index:11;border-radius:15px 0 0 15px}@media(max-width: 1199px){.testimonials-section .testimonials-content{padding:50px 0 50px 50px}}@media(max-width: 991px){.testimonials-section .testimonials-content{padding:50px;border-radius:10px}}@media(max-width: 575px){.testimonials-section .testimonials-content{padding:30px 20px}}.testimonials-section .testimonials-content::before{content:"";position:absolute;right:-49vw;top:0;bottom:0;width:50vw;background-color:#080618;background:radial-gradient(100% 100% at 50% 50%, #080813 0, #080618 31%, transparent 100%),#080618}@media(max-width: 991px){.testimonials-section .testimonials-content::before{display:none}}.testimonials-section .testimonials-content .testimonialsContentSlider .swiper-slide{height:auto;row-gap:10px}.testimonials-section .testimonials-content .testimonialsContentSlider .testimonials-main{border-top:2px solid rgba(44,54,117,.7);padding-top:20px;margin-top:auto}.testimonials-section .testimonials-content .testimonialsContentSlider .testimonials-main .testimonials-inner h6{margin-bottom:0}.testimonials-section .testimonials-content .testimonialsContentSlider .testimonials-main .review-star img{display:block}.testimonials-section .testimonials-content .slider-arrow{margin-top:50px}.testimonials-section .testimonials-content .slider-arrow .testimonials-dots{margin-top:-4px}.blog-section .blogSlider{margin-bottom:50px}.blog-section .blogSlider .swiper-container{overflow:visible}.blog-section .blogSlider .swiper-container .swiper-wrapper{transition-timing-function:linear !important}.blog-section .blogSlider .blog-list{height:auto}.blog-section .slider-arrow{display:none}.blog-section .slider-arrow .swiper-btn{background-color:#080618;display:flex;align-items:center;justify-content:center;border-radius:100%;width:53px;height:53px;padding:10px}.blog-section .slider-arrow .swiper-btn:last-child{margin-right:0}.blog-section .slider-arrow .swiper-btn img{max-height:17px}.blog-section .blog-row .blog-list{margin-bottom:50px}.blog-section .blog-list .blogImg{overflow:hidden}.blog-section .blog-list .blogImg a{position:relative;display:block}.blog-section .blog-list .blogImg a img{width:100%;display:block}.blog-section .blog-list .blog-contant{padding:20px}.blog-section .blog-list .blog-contant h6 .post-categories a{font-weight:500;letter-spacing:2px;position:relative}.blog-section .blog-list .blog-contant h6 .post-categories a::before{content:"-";display:inline-block;margin-right:3px}.blog-section .blog-list .blog-contant .h5{margin-bottom:10px}.blog-section .blog-list .blog-contant p{font-size:26px;color:#eaf9ff;line-height:1.3}@media(max-width: 1199px){.blog-section .blog-list .blog-contant p{font-size:26px}}@media(max-width: 991px){.blog-section .blog-list .blog-contant p{font-size:22px}}@media(max-width: 767px){.blog-section .blog-list .blog-contant p{font-size:20px}}.blog-section .blog-list .blog-contant .blog-time-details{font-size:14px}.blog-section .blog-list .blog-contant .more-link{position:relative;color:#4bb652;font-weight:600;opacity:0;transition:.5s}@media(max-width: 767px){.blog-section .blog-list .blog-contant .more-link{opacity:1}}.blog-section .blog-list .blog-contant .more-link i{position:relative;top:2px}.blog-details-section{padding-top:180px}@media(max-width: 767px){.blog-details-section{padding-top:110px}}.blog-details-section .post-title h1{font-size:clamp(30px,5.5vw + 10px,120px)}.blog-details-section .image-full{padding:clamp(20px,4vw,65px);background:rgba(44,54,117,.55);border-radius:.5rem}@media(min-width: 768px){.blog-details-section .image-full{border-radius:1rem;margin-bottom:3rem}}.blog-details-section .image-full img{display:block;width:100%}.blog-details-section .blog-time-details{padding:20px 0}.blog-details-section .blog-time-details span{font-size:16px}@media(max-width: 575px){.blog-details-section .blog-time-details span{font-size:14px}}.blog-details-section .blog-details-contain h6{color:#080618}.blog-details-section .blog-details-contain p a{font-weight:bold;color:#4bb652}.blog-details-section .blog-details-contain p a:hover{text-decoration-line:underline;text-underline-offset:3px}.blog-details-section .blog-details-contain ol li{list-style:inside auto;margin-bottom:5px}.blog-details-section .blog-details-contain ul li{position:relative;margin-bottom:5px;padding-left:18px}.blog-details-section .blog-details-contain ul li::before{content:"";position:absolute;left:2px;top:12px;width:5px;height:5px;background-color:#080618}@media(max-width: 991px){.blog-details-section .blog-details-contain ul li::before{top:10px}}@media(max-width: 575px){.blog-details-section .blog-details-contain ul li::before{top:9px}}.tools-section{overflow:visible}.tools-section .tools-inner{padding:0 60px}@media(max-width: 991px){.tools-section .tools-inner{padding:0 30px}}@media(max-width: 767px){.tools-section .tools-inner [class*=col-]:first-child{border-radius:10px 10px 0 0;background:radial-gradient(100% 100% at 50% 50%, #080813 0, #080618 31%, transparent 100%),#080618}}.tools-section .tools-inner .title{position:sticky;top:100px;padding-top:60px;margin-bottom:60px}@media(max-width: 991px){.tools-section .tools-inner .title{padding-top:30px;margin-bottom:30px}}@media(max-width: 575px){.tools-section .tools-inner .title h2{font-size:28px}}.tools-section .tools-inner .tools-col{height:42rem;overflow:hidden;position:relative}@media(max-width: 1199px){.tools-section .tools-inner .tools-col{height:32rem}}@media(max-width: 575px){.tools-section .tools-inner .tools-col{height:24rem}}.tools-section .tools-inner .tools-col::before{content:"";background-image:linear-gradient(180deg, #080618 2%, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0) 61%, #080618 95%);border-radius:10px;pointer-events:none;position:absolute;inset:0%;z-index:1;pointer-events:none}.tools-section .tools-inner .tools-col .tools-row{animation-name:vertical_marquee;animation-duration:35s;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:running}@keyframes vertical_marquee{0%{transform:translateY(0)}100%{transform:translateY(-100%)}}.tools-section .tools-inner .tools-col .tools-row .tools-list{display:flex;align-items:center;border-radius:10px;margin-bottom:30px}@media(max-width: 575px){.tools-section .tools-inner .tools-col .tools-row .tools-list{margin-bottom:15px}}.tools-section .tools-inner .tools-col .tools-row .tools-list .icon{min-width:80px;max-width:80px;height:80px;line-height:0;display:flex;align-items:center;justify-content:center;background-color:#cbd4ff;border-radius:10px}@media(max-width: 991px){.tools-section .tools-inner .tools-col .tools-row .tools-list .icon{min-width:65px;max-width:65px;height:65px}}@media(max-width: 575px){.tools-section .tools-inner .tools-col .tools-row .tools-list .icon{min-width:50px;max-width:50px;height:50px}}.tools-section .tools-inner .tools-col .tools-row .tools-list .icon img{max-height:50px;max-width:50px}@media(max-width: 991px){.tools-section .tools-inner .tools-col .tools-row .tools-list .icon img{max-height:40px;max-width:40px}}@media(max-width: 575px){.tools-section .tools-inner .tools-col .tools-row .tools-list .icon img{max-height:32px;max-width:32px}}.tools-section .tools-inner .tools-col .tools-row .tools-list .content{padding:10px 20px;width:100%}@media(max-width: 767px){.tools-section .tools-inner .tools-col .tools-row .tools-list .content{padding:10px}}.tools-section .tools-inner .tools-col .tools-row .tools-list .content .h5{font-size:30px;color:#eaf9ff;margin-bottom:0}@media(max-width: 991px){.tools-section .tools-inner .tools-col .tools-row .tools-list .content .h5{font-size:22px}}@media(max-width: 575px){.tools-section .tools-inner .tools-col .tools-row .tools-list .content .h5{font-size:18px}}.howwework-section .howwework-box{padding:20px;position:relative}@media(max-width: 575px){.howwework-section .howwework-box{padding:0;zoom:.65}}.howwework-section .howwework-box .middle-circle{width:450px;height:450px;border:2px solid #080618;border-radius:100%;margin:auto;display:flex;align-items:center;justify-content:center;position:relative}@media(max-width: 767px){.howwework-section .howwework-box .middle-circle{width:290px;height:290px}}@media(max-width: 575px){.howwework-section .howwework-box .middle-circle{margin-bottom:30px}}.howwework-section .howwework-box .middle-circle .round-dot{width:11px;height:11px;background-color:#4bb652;border-radius:100%;position:absolute;z-index:1}.howwework-section .howwework-box .middle-circle .round-dot::before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;border-radius:100%;border-width:1px;border-color:rgba(75,182,82,.4);border-style:solid;animation-name:scale;animation-duration:2s;animation-iteration-count:infinite;box-sizing:border-box}.howwework-section .howwework-box .middle-circle .round-dot.dot1{top:18.4%;right:39px}@media(max-width: 767px){.howwework-section .howwework-box .middle-circle .round-dot.dot1{top:11.5%}}.howwework-section .howwework-box .middle-circle .round-dot.dot2{right:-6px;top:50%}.howwework-section .howwework-box .middle-circle .round-dot.dot3{bottom:18.4%;right:39px}@media(max-width: 767px){.howwework-section .howwework-box .middle-circle .round-dot.dot3{bottom:11.5%}}.howwework-section .howwework-box .middle-circle .round-dot.dot4{bottom:-6px;left:0;right:0;margin:0 auto}.howwework-section .howwework-box .middle-circle .round-dot.dot5{bottom:18.4%;left:39px}@media(max-width: 767px){.howwework-section .howwework-box .middle-circle .round-dot.dot5{bottom:11.5%}}.howwework-section .howwework-box .middle-circle .round-dot.dot6{left:-6px;top:50%}.howwework-section .howwework-box .middle-circle .round-dot.dot7{top:18.4%;left:39px}@media(max-width: 767px){.howwework-section .howwework-box .middle-circle .round-dot.dot7{top:11.5%}}.howwework-section .howwework-box .middle-circle .small-circle{position:relative;z-index:1;border:2px solid #080618;border-radius:50%;width:calc(100% - 90px);height:calc(100% - 90px)}@media(max-width: 767px){.howwework-section .howwework-box .middle-circle .small-circle{width:calc(100% - 60px);height:calc(100% - 60px)}}.howwework-section .howwework-box .middle-circle .small-circle img{width:100%;height:100%;object-fit:cover;max-height:100%;border-radius:100%;position:relative;z-index:1}@keyframes scale{0%{transform:scale(1)}100%{transform:scale(2)}}.howwework-section .howwework-box .work-list{width:450px;height:450px;margin:auto;position:absolute;inset:0;z-index:1;pointer-events:none}@media(max-width: 767px){.howwework-section .howwework-box .work-list{width:290px;height:290px}}.howwework-section .howwework-box .work-list li{position:absolute;z-index:1;margin-bottom:0;pointer-events:all;font-size:30px}.howwework-section .howwework-box .work-list li.list1{top:15%;left:94%}@media(max-width: 767px){.howwework-section .howwework-box .work-list li.list1{top:9%}}.howwework-section .howwework-box .work-list li.list2{top:46.5%;left:104%}@media(max-width: 767px){.howwework-section .howwework-box .work-list li.list2{top:47.5%}}.howwework-section .howwework-box .work-list li.list3{bottom:16%;left:94%}@media(max-width: 767px){.howwework-section .howwework-box .work-list li.list3{bottom:10%}}.howwework-section .howwework-box .work-list li.list4{bottom:-45px;left:0;right:0;text-align:center}.howwework-section .howwework-box .work-list li.list5{bottom:16%;right:94%;text-align:right}@media(max-width: 767px){.howwework-section .howwework-box .work-list li.list5{bottom:10%}}.howwework-section .howwework-box .work-list li.list6{top:46.5%;right:104%;text-align:right}@media(max-width: 767px){.howwework-section .howwework-box .work-list li.list6{top:47.5%}}.howwework-section .howwework-box .work-list li.list7{top:15%;right:94%;text-align:right}@media(max-width: 767px){.howwework-section .howwework-box .work-list li.list7{top:9%}}@media(max-width: 575px){.howwework-section .howwework-box .work-list li{font-size:14px}}@media(max-width: 575px){.get-quote-section{padding:30px 0}}.get-quote-section .get-quote-inner{padding:50px 100px}@media(max-width: 991px){.get-quote-section .get-quote-inner{padding:70px 30px}}@media(max-width: 767px){.get-quote-section .get-quote-inner{padding:50px 15px}}@media(max-width: 575px){.get-quote-section .get-quote-inner{padding:30px 15px}}@media(max-width: 575px){.get-quote-section .get-quote-inner h2{font-size:30px}}@media(min-width: 576px){.get-quote-section .get-quote-inner h2 br{display:none}}.get-quote-section .get-quote-inner h5{text-transform:none}.get-quote-section .get-quote-inner *{color:#eaf9ff}.get-quote-section .get-quote-inner .btn:not(:hover){color:#eaf9ff}@media(max-width: 767px){.get-quote-section .get-quote-inner [class*=col-]:first-child{margin-bottom:20px}}.contact-section{overflow:visible;z-index:2}.contact-section .no-gutters{box-shadow:0 0 50px 1px rgba(111,115,128,.3);border-radius:10px}.contact-section .contact-form{background-color:#eaf9ff;padding:40px;border-radius:10px 0 0 10px}@media(max-width: 991px){.contact-section .contact-form{max-width:100%;border-radius:10px 10px 0 0}}@media(max-width: 575px){.contact-section .contact-form{padding:30px 15px}}.contact-section .contact-form h4{margin-bottom:50px}@media(max-width: 420px){.contact-section .contact-form h4 br{display:none}}.contact-section .contact-info{padding:40px;border-radius:0 10px 10px 0;display:flex;flex-direction:column;position:relative;overflow:hidden}@media(max-width: 991px){.contact-section .contact-info{max-width:100%;border-radius:0 0 10px 10px}}@media(max-width: 575px){.contact-section .contact-info{padding:30px 15px}}.contact-section .contact-info *{color:#eaf9ff}.contact-section .contact-info a:hover{color:#4bb652}.contact-section .contact-info .ul_links{margin-bottom:50px}.contact-section .contact-info .ul_links li{padding:15px 0}.contact-section .contact-info .ul_links li:not(:last-child){border-bottom:2px solid rgba(44,54,117,.7)}.contact-section .contact-info .ul_links li .icon{width:35px;min-width:35px;margin-top:3px;padding-right:10px;text-align:center}@media(max-width: 575px){.contact-section .contact-info .ul_links li .icon{width:30px;min-width:30px}}.contact-section .contact-info .ul_links li .icon img{display:block}.contact-section .contact-info .ul_links li .text strong{display:block;margin-bottom:5px;color:#4bb652}.contact-section .contact-info .ul_links li .text p{line-height:1.2}.contact-section .contact-info .map{width:100%;height:300px}.no-gutters{margin:0}.form-row{display:flex;flex-wrap:wrap;column-gap:20px}.form-row>[class*=col-]{padding-right:0;padding-left:0}@media(min-width: 768px){.form-row>[class*=col-]{max-width:calc(50% - 10px)}}.form-group{margin-bottom:2rem;position:relative}.form-group label{font-weight:400;position:absolute;top:6px;left:0;transition:.5s ease;pointer-events:none}.form-group.has-value label{top:-15px;font-weight:bold;font-size:14px;color:#4bb652}.form-group .form-control{font-family:"Rubik";font-size:100%;font-weight:400;line-height:1.5;color:#080618;display:block;width:100%;height:auto;padding:8px 0;background-color:rgba(0,0,0,0);background-clip:padding-box;border:0;border-bottom:2px solid #d6d6d6;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-group .form-control.wpcf7-not-valid{border-color:#dc3232}.form-group .form-control:focus{border-color:#080618}.form-group .form-control::-webkit-input-placeholder{color:#080618;opacity:0}.form-group .form-control::-moz-placeholder{color:#080618;opacity:0}.form-group .form-control:-ms-input-placeholder{color:#080618;opacity:0}.form-group .form-control::-ms-input-placeholder{color:#080618;opacity:0}.form-group .form-control::placeholder{color:#080618;opacity:0}.form-group .form-control[type=number]::-webkit-outer-spin-button,.form-group .form-control[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.form-group.select-country:not(.has-value) label{opacity:0}.form-group.select-country:not(.has-value) select{color:#6f7380}.form-group select option{background-color:#080618;color:#eaf9ff}.form-group select option:first-child{display:none}.form-group select option:checked{background-color:#eaf9ff;color:#080618}.form-group select option[value="----"]{pointer-events:none}.form-group .custom-control>span{position:relative;display:block;min-height:1.5rem;padding-left:1.8rem}.custom-control>span span{margin: 0;}.form-group .custom-control label{transform:none;position:static;pointer-events:all;cursor:pointer}.form-group .custom-control .custom-checkbox-input input[type=checkbox]:checked+.wpcf7-list-item-label::before{border-width:6.5px;border-color:#080618}.form-group .custom-control .custom-checkbox-input .wpcf7-list-item-label{font-size:16px}.form-group .custom-control .custom-checkbox-input .wpcf7-list-item-label::before{content:"";border-radius:.25rem;border:1px solid #080618;width:20px;height:20px;position:absolute;left:0;top:6px;box-sizing:border-box}.wpcf7-spinner{display:none}.wpcf7-not-valid-tip{display:none}.screen-reader-response,.wpcf7-response-output{display:none}.inner-banner{padding-top:150px}@media(max-width: 767px){.inner-banner{padding-bottom:40px}}.inner-banner .container{position:relative}.inner-banner .sticky-btn{position:absolute;right:100px;bottom:-50px;width:150px;z-index:2}@media(max-width: 767px){.inner-banner .sticky-btn{bottom:-30px;right:50px;width:80px}}.inner-banner .inner-banner-content:not(:last-child){margin-bottom:35px}.inner-banner .inner-banner-content h1:last-child{margin-bottom:0}.inner-banner .inner-banner-image{position:relative}.inner-banner .inner-banner-image::before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background:#080618;opacity:.2;pointer-events:none}.inner-banner .inner-banner-image img{width:100%;object-fit:cover;object-position:center;display:block;height:auto}@media(min-width: 1399px){.inner-banner .inner-banner-image img{height:550px}}@media(max-width: 767px){.inner-banner .inner-banner-image img{height:47vw}}.inner-banner .breadcrumb{background-color:rgba(0,0,0,0);justify-content:center;padding:0;margin:0}.inner-banner .breadcrumb *{color:#eaf9ff}.inner-banner .breadcrumb li a:hover{color:#4bb652}.inner-banner .breadcrumb li:not(:first-child):before{content:"/";color:#eaf9ff;margin:0 5px}.our-vision-section::before{content:"";position:absolute;top:0;left:0;right:0;max-width:1620px;width:calc(100% - 60px);margin:0 auto;border-top:2px solid #080618}@media(max-width: 991px){.our-vision-section .our-vision-row{row-gap:50px}}@media(max-width: 991px){.our-vision-section .our-vision-row>[class*=col-]{max-width:100%}}.our-vision-section .our-vision-row .icon{width:60px;height:60px}@media(max-width: 575px){.our-vision-section .our-vision-row .icon{margin-bottom:15px}}.our-vision-section .our-vision-row .icon img{width:100%;height:100%;object-fit:contain}.our-vision-section .our-vision-row .vision-content{width:calc(100% - 60px);padding-left:30px}@media(max-width: 1199px){.our-vision-section .our-vision-row .vision-content{padding-left:20px}}@media(max-width: 575px){.our-vision-section .our-vision-row .vision-content{width:100%;padding-left:0}}@media(max-width: 991px){.our-vision-section .our-vision-row .vision-content h3{margin-bottom:10px}}@media(max-width: 575px){.our-vision-section .our-vision-row .vision-content p{text-align:justify}}@media(max-width: 767px){.weare-us-section [class*=col-]:not(:last-child){margin-bottom:30px}}.weare-us-section img{height:auto;width:100%}.case-studies-section .case-studies-info{margin-bottom:30px}@media(min-width: 768px){.case-studies-section .case-studies-info{margin-bottom:-178px}}.case-studies-section .case-studies-info .info-block{background-color:#000;border:2px solid rgba(44,54,117,.7);backdrop-filter:blur(20px);padding:30px}.case-studies-section .case-studies-info .info-block h3{color:#4bb652;margin-bottom:0}.case-studies-section .case-studies-main:not(:last-child){margin-bottom:50px}.case-studies-section .case-studies-main .case-studies-row{position:relative}@media(min-width: 768px){.case-studies-section .case-studies-main .case-studies-row{padding-top:210px}}@media(min-width: 768px)and (max-width: 1199px){.case-studies-section .case-studies-main .case-studies-row{padding-top:175px}}@media(min-width: 768px){.case-studies-section .case-studies-main .case-studies-row::before{content:"";width:2px;height:100%;background-color:rgba(44,54,117,.7);position:absolute;top:0;left:50%}}.case-studies-section .case-studies-main .case-studies-row .case-studies-col{position:relative}.case-studies-section .case-studies-main .case-studies-row .case-studies-col:not(:last-child){padding-bottom:30px;margin-bottom:35px}.case-studies-section .case-studies-main .case-studies-row .case-studies-col:not(:last-child)::before{content:"";width:calc(100% - 30px);height:2px;background-color:rgba(44,54,117,.7);position:absolute;bottom:0}@media(max-width: 767px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col:not(:last-child)::before{left:0;right:0;margin:0 auto;width:calc(100% - 60px)}}@media(min-width: 768px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col:nth-child(odd){margin-top:-210px}}@media(min-width: 768px)and (max-width: 1199px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col:nth-child(odd){margin-top:-180px}}@media(min-width: 768px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col:nth-child(odd)::before{right:0}}@media(min-width: 768px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col:first-child{margin-top:-210px}}@media(min-width: 768px)and (max-width: 1199px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col:first-child{margin-top:-175px}}@media(min-width: 768px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col:nth-child(even)::before{left:0}}.case-studies-section .case-studies-main .case-studies-row .case-studies-col .divImg{position:relative;margin-bottom:25px;border-radius:10px}.case-studies-section .case-studies-main .case-studies-row .case-studies-col .divImg::before{content:"";position:absolute;left:0;right:0;bottom:0;height:20%;background-color:rgba(0,0,0,.25);background:linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);border-radius:0 0 10px 10px;pointer-events:none}@media(max-width: 767px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col .divImg::before{height:30%}}.case-studies-section .case-studies-main .case-studies-row .case-studies-col .divImg img{width:100%;height:auto;display:block}.case-studies-section .case-studies-main .case-studies-row .case-studies-col .divImg ul.tag{padding:20px;position:absolute;left:0;right:0;bottom:0;gap:5px 10px}@media(max-width: 991px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col .divImg ul.tag{padding:10px;gap:5px}}.case-studies-section .case-studies-main .case-studies-row .case-studies-col .divImg ul.tag li{font-size:12px;text-transform:uppercase;background-color:#000;background-color:rgba(75,182,82,.85);border-radius:50px;padding:5px 15px}@media(max-width: 991px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col .divImg ul.tag li{font-size:10px}}.case-studies-section .case-studies-main .case-studies-row .case-studies-col .content{position:relative}.case-studies-section .case-studies-main .case-studies-row .case-studies-col .content h4{margin-bottom:10px;padding-right:40px}.case-studies-section .case-studies-main .case-studies-row .case-studies-col .content p{color:#eaf9ff}.case-studies-section .case-studies-main .case-studies-row .case-studies-col .content .link{position:absolute;right:0;top:10px}@media(max-width: 575px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col .content .link{top:3px}}.case-studies-section .case-studies-main .case-studies-row .case-studies-col .content .link:hover svg path{fill:#4bb652}@media(max-width: 1460px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col .content .link svg{width:25px}}@media(max-width: 575px){.case-studies-section .case-studies-main .case-studies-row .case-studies-col .content .link svg{width:18px}}@media(max-width: 767px){.related-case-studies-section .case-studies-row{margin-bottom:50px}}.related-case-studies-section .case-studies-row .case-studies-col{position:relative}@media(min-width: 768px){.related-case-studies-section .case-studies-row .case-studies-col:not(:last-child){border-right:2px solid rgba(44,54,117,.7)}}@media(max-width: 767px){.related-case-studies-section .case-studies-row .case-studies-col:not(:last-child){padding-bottom:30px;margin-bottom:35px}.related-case-studies-section .case-studies-row .case-studies-col:not(:last-child)::before{content:"";width:calc(100% - 60px);height:2px;background-color:rgba(44,54,117,.7);position:absolute;bottom:0;left:0;right:0;margin:0 auto}}.related-case-studies-section .case-studies-row .case-studies-col .divImg{position:relative;margin-bottom:25px}.related-case-studies-section .case-studies-row .case-studies-col .divImg img{width:100%;height:auto;display:block}.related-case-studies-section .case-studies-row .case-studies-col .divImg ul.tag{padding:0 20px 15px;position:absolute;left:0;right:0;bottom:0}@media(max-width: 991px){.related-case-studies-section .case-studies-row .case-studies-col .divImg ul.tag{padding:0 10px 5px}}.related-case-studies-section .case-studies-row .case-studies-col .divImg ul.tag li{font-size:12px;text-transform:uppercase;background-color:#000;border-radius:50px;padding:5px 15px;margin-right:10px;margin-bottom:5px}@media(max-width: 991px){.related-case-studies-section .case-studies-row .case-studies-col .divImg ul.tag li{font-size:10px;margin-right:5px}}.related-case-studies-section .case-studies-row .case-studies-col .content{position:relative}.related-case-studies-section .case-studies-row .case-studies-col .content h5{text-transform:capitalize;color:#eaf9ff;margin-bottom:10px;padding-right:40px}.related-case-studies-section .case-studies-row .case-studies-col .content p{color:#eaf9ff}.related-case-studies-section .case-studies-row .case-studies-col .content .link{position:absolute;right:0;top:10px}@media(max-width: 575px){.related-case-studies-section .case-studies-row .case-studies-col .content .link{top:3px}}.related-case-studies-section .case-studies-row .case-studies-col .content .link:hover svg path{fill:#4bb652}@media(max-width: 1460px){.related-case-studies-section .case-studies-row .case-studies-col .content .link svg{width:25px}}@media(max-width: 575px){.related-case-studies-section .case-studies-row .case-studies-col .content .link svg{width:18px}}.industries-section .industries-row{row-gap:30px}@media(max-width: 767px){.industries-section .industries-row{row-gap:15px}}.industries-section .industries-row>[class*=col-]{margin-top:50px}@media(max-width: 1199px){.industries-section .industries-row>[class*=col-]{margin-top:40px}}@media(max-width: 991px)and (min-width: 576px){.industries-section .industries-row>[class*=col-]{max-width:50%}}@media(max-width: 575px){.industries-section .industries-row>[class*=col-]{margin-top:30px}}.industries-section .industries-row .col-list{padding:0 20px 20px;border:2px solid #080618;height:100%;min-height:225px;position:relative}@media(max-width: 575px){.industries-section .industries-row .col-list{height:auto;min-height:auto}}.industries-section .industries-row .col-list .h6{color:#080618;margin-bottom:8px}.industries-section .industries-row .col-list .divImg{height:100px;width:100px;margin-top:-50px;margin-bottom:10px;padding:10px}@media(max-width: 1199px){.industries-section .industries-row .col-list .divImg{height:80px;width:80px;margin-top:-40px}}@media(max-width: 575px){.industries-section .industries-row .col-list .divImg{height:60px;width:60px;margin-top:-30px}}.industries-section .industries-row .col-list .divImg img{max-height:100%}.industries-section .industries-row .col-list p{font-size:90%}.faq-section{overflow:visible}@media(max-width: 991px){.faq-section .row>[class*=col-]{max-width:100%}}.faq-section .title{margin-bottom:40px}@media(min-width: 992px){.faq-section .title{position:sticky;top:160px}}.faq-section .title p br{display:block}.faq-section .accordion-main .accordion-list:not(:last-child){border-bottom:2px solid rgba(44,54,117,.7)}.faq-section .accordion-main .accordion-list .accordion-title{cursor:pointer;padding:40px 30px 40px 0;position:relative;transition:.5s}@media(max-width: 991px){.faq-section .accordion-main .accordion-list .accordion-title{padding:25px 30px 25px 0}}@media(max-width: 575px){.faq-section .accordion-main .accordion-list .accordion-title{padding:20px 20px 20px 0}}.faq-section .accordion-main .accordion-list .accordion-title.active{padding-bottom:15px}.faq-section .accordion-main .accordion-list .accordion-title.active .h6{color:#4bb652}.faq-section .accordion-main .accordion-list .accordion-title.active::before{transform:scale(-1)}@media(max-width: 575px){.faq-section .accordion-main .accordion-list .accordion-title.active::before{transform:translateY(-45%) scale(-1)}}.faq-section .accordion-main .accordion-list .accordion-title::before{content:"";position:absolute;right:7px;top:46px;background-image:url("https://www.megawix.com/wp-content/themes/megawix/assets/images/down-arrow.svg");background-position:right;background-repeat:no-repeat;background-size:contain;width:16px;height:16px}@media(max-width: 991px){.faq-section .accordion-main .accordion-list .accordion-title::before{top:30px}}@media(max-width: 575px){.faq-section .accordion-main .accordion-list .accordion-title::before{top:50%;right:0;transform:translateY(-50%)}}.faq-section .accordion-main .accordion-list .accordion-title .h6{font-size:22px;margin-bottom:0}@media(max-width: 575px){.faq-section .accordion-main .accordion-list .accordion-title .h6{font-size:19px}}.faq-section .accordion-main .accordion-list .accordion-body{display:none;padding-bottom:40px}@media(max-width: 575px){.faq-section .accordion-main .accordion-list .accordion-body{padding-bottom:20px}}.faq-section.light-bg .accordion-main .accordion-list:not(:last-child){border-color:#080618}.faq-section.light-bg .accordion-main .accordion-list .accordion-title:not(.active) .h6{color:#080618}@media(min-width: 992px){.old-awward-section .title{margin-bottom:0}}.old-awward-section .awward-row{row-gap:20px;margin-left:-7.5px;margin-right:-7.5px}@media(max-width: 767px){.old-awward-section .awward-row>[class*=col-]{max-width:50%;padding-right:7.5px;padding-left:7.5px}}.old-awward-section .awward-row .col-list{padding:20px;height:100%;position:relative;cursor:pointer;border:2px solid rgba(44,54,117,.7);box-shadow:0 5px 20px rgba(44,54,117,.35);background:radial-gradient(circle at top left, #0c0d10, #000030)}@media(max-width: 767px){.old-awward-section .awward-row .col-list{padding:20px 15px}}.old-awward-section .awward-row .col-list:hover .divImg{transform:rotateY(-180deg);opacity:0}.old-awward-section .awward-row .col-list:hover .awward-certificate{transform:none;opacity:1}.old-awward-section .awward-row .col-list:hover:not(:has(.awward-certificate)) .divImg{transform:scale(1.1);opacity:1}.old-awward-section .awward-row .col-list .divImg{height:120px;width:150px;transition:all .5s ease-out}@media(max-width: 1199px){.old-awward-section .awward-row .col-list .divImg{height:80px;width:80px}}@media(max-width: 575px){.old-awward-section .awward-row .col-list .divImg{height:70px;width:140px}}.old-awward-section .awward-row .col-list .divImg img{max-height:100%;border-radius:3px}.old-awward-section .awward-row .col-list .awward-certificate{position:absolute;inset:0;pointer-events:none;height:100%;padding:15px 20px;text-align:center;transform:rotateY(180deg);transition:all .5s ease-out;opacity:0}.old-awward-section .awward-row .col-list .awward-certificate img{max-height:100%}.awward-section{overflow:hidden}.awward-section .awward-marquee{padding:0 7.5px}.awward-section .awward-marquee:hover .awward-row{animation-play-state:paused}.awward-section .awward-marquee .awward-row{flex-wrap:nowrap;row-gap:20px;margin-left:0;margin-right:0;animation-name:horizontal_marquee;animation-duration:40s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal}@media(min-width: 768px){@keyframes horizontal_marquee{0%{transform:translate3D(0, 0, 0)}100%{transform:translate3D(calc(-100% + 15px), 0, 0)}}}@media(max-width: 767px){@keyframes horizontal_marquee{0%{transform:translate3D(0, 0, 0)}100%{transform:translate3D(calc(-100% + 7.5px), 0, 0)}}}.awward-section .awward-marquee .awward-row>[class*=col-]{min-width:23vw}@media(max-width: 1460px){.awward-section .awward-marquee .awward-row>[class*=col-]{min-width:33.33vw}}@media(max-width: 1199px){.awward-section .awward-marquee .awward-row>[class*=col-]{min-width:40vw}}@media(max-width: 991px){.awward-section .awward-marquee .awward-row>[class*=col-]{min-width:49vw}}@media(max-width: 767px){.awward-section .awward-marquee .awward-row>[class*=col-]{min-width:60vw;padding-right:7.5px;padding-left:7.5px}}@media(max-width: 575px){.awward-section .awward-marquee .awward-row>[class*=col-]{min-width:75vw}}.awward-section .awward-marquee .awward-row .col-list{height:100%;position:relative;cursor:pointer;border:2px solid rgba(44,54,117,.7);box-shadow:0 0 25px rgba(44,54,117,.35);background:radial-gradient(circle at top left, #0c0d10, #000030)}.awward-section .awward-marquee .awward-row .col-list:hover .divImg{transform:rotateY(-180deg);opacity:0}.awward-section .awward-marquee .awward-row .col-list:hover .awward-certificate{opacity:1;z-index:1}.awward-section .awward-marquee .awward-row .col-list:hover .awward-certificate *{transform:scale(1)}.awward-section .awward-marquee .awward-row .col-list:hover:not(:has(.awward-certificate)) .divImg{transform:scale(1.1);opacity:1}.awward-section .awward-marquee .awward-row .col-list .stretched-link{position:absolute;inset:0}.awward-section .awward-marquee .awward-row .col-list .awward-certificate{padding:30px 20px;pointer-events:none;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;justify-self:center;text-align:center;transition:all .5s ease-out;opacity:0;row-gap:10px}@media(max-width: 767px){.awward-section .awward-marquee .awward-row .col-list .awward-certificate{row-gap:5px;padding:20px}}.awward-section .awward-marquee .awward-row .col-list .awward-certificate .award-trophy img{display:block}.awward-section .awward-marquee .awward-row .col-list .awward-certificate .award-date{font-size:14px;font-weight:bold}.awward-section .awward-marquee .awward-row .col-list .awward-certificate *{transform:scale(0.9);transition:all .4s ease-out}.awward-section .awward-marquee .awward-row .col-list .awward-certificate+.divImg{position:absolute;inset:0;margin:auto}@media(max-width: 767px){.awward-section .awward-marquee .awward-row .col-list .awward-certificate .award-content{font-size:small}}.awward-section .awward-marquee .awward-row .col-list .divImg{height:180px;width:220px;padding:20px;transition:all .5s ease-out}@media(max-width: 575px){.awward-section .awward-marquee .awward-row .col-list .divImg{height:160px;width:180px;padding:15px}}.awward-section .awward-marquee .awward-row .col-list .divImg img{max-height:100%;border-radius:3px}