.header{width:100%;position:absolute;left:0;top:0;z-index:50}.header .header_top{background-color:#fff;width:100%;padding:15px 0;border-bottom:1px solid #EAEAEA}@media (max-width: 991px){.header .header_top{padding:10px 0}}.header .header_top .custom_container{display:flex;align-items:center;justify-content:space-between;gap:10px 20px}.header .header_top .custom_container .divlft{display:flex;align-items:center;gap:0 20px}@media (max-width: 767px){.header .header_top .custom_container .divlft .social_icon{display:none}}.header .header_top .custom_container .divlft .dline{background-color:#2D2556;width:1px;height:15px;display:inline-block}@media (max-width: 767px){.header .header_top .custom_container .divlft .dline{display:none}}.header .header_top .custom_container .divlft .loginbtn{font-size:12px;line-height:15px;color:#2D2556;font-family:"Quicksand",sans-serif !important;font-weight:700;display:flex;align-items:center;gap:10px;transition:all ease-in-out 0.4s}@media (max-width: 767px){.header .header_top .custom_container .divlft .loginbtn{gap:7px}}.header .header_top .custom_container .divlft .loginbtn svg path{transition:all ease-in-out 0.4s}.header .header_top .custom_container .divlft .loginbtn:hover{color:#00A0E3}.header .header_top .custom_container .divlft .loginbtn:hover svg path{fill:#00A0E3}.header .header_top .custom_container .divrgt .gbtn{background:transparent linear-gradient(180deg, #2D2556 0%, #00A0E3 100%) 0% 0% no-repeat padding-box;min-height:35px;padding:5px 15px;font-size:12px;line-height:15px;color:#fff;font-family:"Quicksand",sans-serif !important;font-weight:700;border-radius:35px;display:flex;align-items:center;justify-content:center;gap:10px}@media (max-width: 767px){.header .header_top .custom_container .divrgt .gbtn{font-size:10px;padding:5px 10px;gap:7px}}.header .header_top .custom_container .divrgt .gbtn svg path{fill:#fff}.header .header_top .custom_container .divrgt .gbtn:hover{background:transparent linear-gradient(180deg, #00A0E3 0%, #2D2556 100%) 0% 0% no-repeat padding-box}.header .header_bottom{background-color:#fff;width:100%;min-height:80px;padding:10px 0;position:relative;display:flex;align-items:center;border-bottom:1px solid #EAEAEA}.header .header_bottom .custom_container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.header .header_bottom .l_logo{width:100%;max-width:130px}@media (max-width: 767px){.header .header_bottom .l_logo{max-width:110px}}.header .header_bottom .l_logo a{display:inline-block}.header .header_bottom .l_logo a img{width:100%}.header .header_bottom .header_mid{display:flex;align-items:center;gap:10px 45px}@media (max-width: 1299px){.header .header_bottom .header_mid{gap:10px 25px}}.header .header_bottom .header_mid .main_navigation{position:relative}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation{width:100%;float:left}}.header .header_bottom .header_mid .main_navigation ul{list-style:none;margin:0;padding:0}.header .header_bottom .header_mid .main_navigation>ul{display:flex;flex-wrap:wrap;align-items:center;gap:10px 30px}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation>ul{flex-direction:column;align-items:flex-start;gap:15px}}.header .header_bottom .header_mid .main_navigation>ul>li{display:flex}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation>ul>li{width:100%}}.header .header_bottom .header_mid .main_navigation>ul>li>a{font-size:14px;line-height:20px;color:#2D2556;font-family:"Raleway",sans-serif !important;font-weight:600;letter-spacing:-0.07px;transition:all ease-in-out 0.4s;cursor:pointer;position:relative}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation>ul>li>a{width:100%;font-size:16px;line-height:20px;font-weight:600;color:#2D2556}}.header .header_bottom .header_mid .main_navigation>ul>li>a:before{content:'';width:100%;height:49px;position:absolute;left:0;bottom:-45px;display:none}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation>ul>li>a:before{display:none}}.header .header_bottom .header_mid .main_navigation>ul>li.dsk_arrow{display:flex;align-items:center;gap:4px}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation>ul>li.dsk_arrow{gap:2px;flex-direction:column;position:relative}}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation>ul>li.dsk_arrow:before{content:'';width:10px;height:10px;border-top:2px solid #2D2556;border-right:2px solid #2D2556;position:absolute;right:10px;top:5px;transform:rotate(45deg)}}.header .header_bottom .header_mid .main_navigation>ul>li.dsk_arrow .arrow{background:url("../images/common-images/arrrow_navigation.svg") no-repeat center center;width:15px;height:10px;display:inline-block;cursor:pointer;margin-top:3px}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation>ul>li.dsk_arrow .arrow{background:none;border-radius:3px;position:absolute;right:0;top:0;display:none}}.header .header_bottom .header_mid .main_navigation>ul>li.dsk_arrow .arrow.active{transform:rotate(180deg);background-position:center top 8px}.header .header_bottom .header_mid .main_navigation>ul>li:hover a{color:#00A0E3}.header .header_bottom .header_mid .main_navigation>ul>li:hover a:before{display:block}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation>ul>li:hover a:before{display:none}}.header .header_bottom .header_mid .main_navigation>ul>li:hover a:after{opacity:1}@media (min-width: 1200px){.header .header_bottom .header_mid .main_navigation>ul>li:hover .custom_dropdown{opacity:1;visibility:visible;top:50px !important;transition:all ease-in-out 0.4s}}.header .header_bottom .header_mid .main_navigation>ul>li:hover .arrow{background:url("../images/common-images/arrrow_navigation.svg") no-repeat center center}.header .header_bottom .header_mid .main_navigation>ul>li.active a{color:#00A0E3}.header .header_bottom .header_mid .main_navigation>ul>li.active a:after{opacity:1}.header .header_bottom .header_mid .main_navigation>ul>li.active .arrow{background:url("../images/common-images/arrrow_navigation.svg") no-repeat center center}.header .header_bottom .header_mid .main_navigation .custom_dropdown{background:#fff;width:100%;min-width:800px;max-height:500px;padding:0px;position:absolute;left:0;top:70px;opacity:0;visibility:hidden;overflow:hidden;overflow-y:auto;border-radius:0 0 15px 15px;border:1px solid #EAEAEA}@media (max-width: 1525px){.header .header_bottom .header_mid .main_navigation .custom_dropdown{max-height:400px}}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation .custom_dropdown{visibility:visible;opacity:1;display:none}}@media (max-width: 991px){.header .header_bottom .header_mid .main_navigation .custom_dropdown{min-width:100%}}.header .header_bottom .header_mid .main_navigation .custom_dropdown:before{content:'';width:100%;height:40px;position:absolute;left:0;top:-35px;cursor:pointer;display:none}@media (max-width: 991px){.header .header_bottom .header_mid .main_navigation .custom_dropdown:before{display:none}}.header .header_bottom .header_mid .main_navigation .custom_dropdown.show{display:block}.header .header_bottom .header_mid .main_navigation .custom_dropdown .customscroll{overflow-y:auto}.header .header_bottom .header_mid .main_navigation .custom_dropdown .custom_container{padding:0}.header .header_bottom .header_mid .main_navigation .custom_dropdown .mbl_div{display:none}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox{background:#fff;width:100%;display:flex;flex-wrap:wrap;padding:25px 40px;border:0 0 20px 20px}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox{padding:10px 25px 20px}}@media (max-width: 991px){.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox{padding-bottom:0}}@media (max-width: 767px){.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox{flex-wrap:wrap;gap:15px 0;padding:10px 15px}}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .hbox{width:100%;display:flex;flex-direction:column;gap:8px;margin-bottom:5px}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .hbox h3{font-size:17px;line-height:20px;letter-spacing:-0.09px;font-family:"Raleway",sans-serif !important;font-weight:700;color:#2D2556}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .hbox h3 a{display:inline-block;color:#2D2556;transition:all ease-in-out 0.4s}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .hbox h3 a svg,.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .hbox h3 a img{margin-left:10px}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .hbox h3 a svg path,.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .hbox h3 a img path{fill:#2D2556;transition:all ease-in-out 0.4s}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .hbox h3 a:hover{color:#00A0E3}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .hbox h3 a:hover svg path{fill:#00A0E3}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .hbox .animate_border{border:0}@media (max-width: 767px){.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .hbox .animate_border{margin-bottom:0}}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .commondiv{width:50%;padding-right:15px}@media (max-width: 767px){.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .commondiv{width:100%;padding:0}}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .commondiv ul{width:100%;display:flex;flex-direction:column;gap:15px}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .commondiv ul li a{font-size:14px;line-height:20px;letter-spacing:-0.07px;font-family:"Raleway",sans-serif !important;font-weight:600;color:#2D2556;transition:all ease-in-out 0.4s;position:relative;padding-left:20px;display:inline-block}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .commondiv ul li a:before{content:'';background-color:#00A0E3;width:7px;height:7px;border-radius:20px;display:block !important;position:absolute;left:0;top:6px}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .commondiv ul li a span{font-weight:400}.header .header_bottom .header_mid .main_navigation .custom_dropdown .whitebox .commondiv ul li a:hover{color:#00A0E3}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation .custom_dropdown{background:#fff;max-height:inherit;position:fixed !important;width:100%;left:101% !important;top:146px !important;bottom:0 !important;border-radius:0;padding:15px 0px;display:block;transform:none !important;transition:all ease-in-out 0.4s;border:0;z-index:2;border-top:1px solid #2D2556}}@media (max-width: 991px){.header .header_bottom .header_mid .main_navigation .custom_dropdown{top:136px !important}}.header .header_bottom .header_mid .main_navigation .custom_dropdown.slide{left:0 !important}@media (max-width: 1199px){.header .header_bottom .header_mid .main_navigation .custom_dropdown.slide .mbl_div{display:flex;align-items:center;gap:10px;margin:0 0 5px 25px}}@media (max-width: 767px){.header .header_bottom .header_mid .main_navigation .custom_dropdown.slide .mbl_div{margin-left:15px}}.header .header_bottom .header_mid .main_navigation .custom_dropdown.slide .mbl_div .backmenu{background:none;border:0;cursor:pointer;font-size:16px;color:#00A0E3;font-weight:600;display:flex;align-items:center;gap:5px}.header .header_bottom .header_mid .main_navigation .custom_dropdown.slide .mbl_div .backmenu svg path{fill:#00A0E3}.header .header_bottom .header_mid .main_navigation .custom_dropdown.slide .mbl_div .backmenu:hover{color:#2D2556}@media (max-width: 1199px){.header .header_bottom .header_mid{background-color:#fff;padding:15px;max-height:inherit;position:fixed !important;width:100%;left:101% !important;top:146px !important;bottom:0 !important;border-radius:0;display:flex;flex-direction:column;align-items:flex-start;gap:20px;transform:none !important;transition:all ease-in-out 0.4s;border:0;overflow:hidden;overflow-y:auto;border-top:1px solid #2D2556}}@media (max-width: 991px){.header .header_bottom .header_mid{top:136px !important}}@media (max-width: 1199px){.header .header_bottom .header_mid.show{left:0 !important}}.header .header_bottom .header_mid .number{display:none}@media (max-width: 767px){.header .header_bottom .header_mid .number{display:flex !important;font-size:16px;color:#2D2556}}@media (max-width: 767px){.header .header_bottom .header_mid .number svg path{fill:#2D2556}}.header .header_bottom .header_right{display:flex;align-items:center;gap:10px 35px;margin-left:30px}@media (max-width: 1199px){.header .header_bottom .header_right{margin-left:0;gap:25px}}@media (max-width: 767px){.header .header_bottom .header_right{gap:15px}}@media (max-width: 767px){.header .header_bottom .header_right .number{display:none}}.header .header_bottom .header_right .rgtbtn{background-color:#00A0E3;min-width:165px;height:35px;padding:5px 10px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;line-height:18px;color:#fff;font-family:"Raleway",sans-serif !important;font-weight:600;border:2px solid #00A0E3;border-radius:50px;transition:all ease-in-out 0.4s}@media (max-width: 767px){.header .header_bottom .header_right .rgtbtn{min-width:130px;font-size:12px}}.header .header_bottom .header_right .rgtbtn svg path{fill:#fff;transition:all ease-in-out 0.4s}.header .header_bottom .header_right .rgtbtn:hover{background-color:#2D2556;border-color:#2D2556;color:#fff}.header .header_bottom .header_right .rgtbtn:hover svg path{fill:#fff}.header .header_bottom .number{font-size:13px;line-height:20px;font-weight:500;color:#707070;display:flex;align-items:center;gap:10px;transition:all ease-in-out 0.4s}.header .header_bottom .number svg path{fill:#707070;transition:all ease-in-out 0.4s}.header .header_bottom .number:hover{color:#00A0E3}.header .header_bottom .number:hover svg path{fill:#00A0E3}.header .header_bottom .menu_icon{width:24px;height:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:relative;cursor:pointer;display:none}@media (max-width: 1199px){.header .header_bottom .menu_icon{display:flex;order:3}}.header .header_bottom .menu_icon span{background:#2D2556;width:100%;height:3px;border-radius:10px;cursor:pointer;transition:all ease-in-out 0.4s}.header .header_bottom .menu_icon.active span{background:#2D2556}.header .header_bottom .menu_icon.active span.one{transform:rotate(-45deg);position:absolute;left:1px;top:7px}.header .header_bottom .menu_icon.active span.two{opacity:0}.header .header_bottom .menu_icon.active span.three{transform:rotate(45deg);position:absolute;left:1px;bottom:8px}.header .header_bottom .social_icon{width:100%;display:flex;justify-content:flex-end;gap:10px;position:relative;top:-70px;margin-bottom:-50px}@media (max-width: 1199px){.header .header_bottom .social_icon{top:inherit;margin:0}}@media (max-width: 767px){.header .header_bottom .social_icon{flex-wrap:wrap;justify-content:flex-start}}.header .header_bottom .social_icon .s_label{margin-right:20px}@media (max-width: 767px){.header .header_bottom .social_icon .s_label{width:100%;margin:0px}}.header.fixed_header .header_bottom{position:fixed;left:0;top:0;box-shadow:rgba(0,0,0,0.2) 0px 0px 5px}@media (max-width: 1199px){.header.fixed_header .header_bottom .header_mid{top:80px !important}}@media (max-width: 1199px){.header.fixed_header .header_bottom .header_mid .main_navigation .custom_dropdown{top:80px !important}}.footer .footer_blue{background-color:#F4FCFF}.footer .footer_blue .footer_top{width:100%;padding:50px 0 20px;display:flex;flex-wrap:wrap;border-bottom:1px solid rgba(112,112,112,0.12)}@media (max-width: 1199px){.footer .footer_blue .footer_top{padding:30px 0 20px;gap:30px 0}}@media (max-width: 767px){.footer .footer_blue .footer_top{padding:20px 0}}.footer .footer_blue .footer_top .footinfo{width:20%;padding-right:25px}@media (max-width: 1199px){.footer .footer_blue .footer_top .footinfo{width:100%;padding:0}}.footer .footer_blue .footer_top .footinfo .footlogo{width:100%;max-width:130px;margin-bottom:15px}@media (max-width: 767px){.footer .footer_blue .footer_top .footinfo .footlogo{max-width:110px}}.footer .footer_blue .footer_top .footinfo .footlogo a{display:block}.footer .footer_blue .footer_top .footinfo p{font-size:13px;line-height:15px;font-weight:700;color:#2D2556;font-family:"Raleway",sans-serif !important;margin:0 0 15px}@media (max-width: 1199px){.footer .footer_blue .footer_top .footinfo p{margin-bottom:5px}}.footer .footer_blue .footer_top .footinfo small{font-size:11px;line-height:16px;font-weight:400;color:#2D2556;display:inline-block;margin:0 0 15px}.footer .footer_blue .footer_top .footer_links{width:16%;padding-right:10px}@media (max-width: 1199px){.footer .footer_blue .footer_top .footer_links{width:20%}}@media (max-width: 991px){.footer .footer_blue .footer_top .footer_links{width:33.3%}}@media (max-width: 767px){.footer .footer_blue .footer_top .footer_links{width:100%}}.footer .footer_blue .footer_top .footer_links h5{font-size:13px;line-height:17px;font-weight:700;font-family:"Raleway",sans-serif !important;color:#2D2556;min-height:25px}.footer .footer_blue .footer_top .footer_links .animate_border{margin:0 0 15px}.footer .footer_blue .footer_top .footer_links .animate_border:before{height:2px}.footer .footer_blue .footer_top .footer_links ul{width:100%;display:flex;flex-direction:column;gap:10px}@media (max-width: 767px){.footer .footer_blue .footer_top .footer_links ul{gap:5px}}.footer .footer_blue .footer_top .footer_links ul li a{font-size:12px;line-height:18px;color:#404040;font-family:"Raleway",sans-serif !important;font-weight:500;display:inline-block;padding-left:15px;position:relative;transition:all ease-in-out 0.4s}.footer .footer_blue .footer_top .footer_links ul li a:before{content:'';background-color:#00A0E3;width:7px;height:7px;border:10px;border-radius:10px;transition:all ease-in-out 0.4s;position:absolute;left:0;top:5px}.footer .footer_blue .footer_top .footer_links ul li a:hover{color:#00A0E3}.footer .footer_blue .footer_top .footer_links ul li a:hover:before{background-color:#2D2556}.footer .footer_blue .footer_mid{width:100%;padding:30px 0;border-bottom:1px solid rgba(112,112,112,0.12);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 25px}@media (max-width: 991px){.footer .footer_blue .footer_mid{padding:20px 0}}@media (max-width: 767px){.footer .footer_blue .footer_mid{gap:7px 20px}}.footer .footer_blue .footer_mid .legaltext{font-size:13px;line-height:15px;display:inline-block;font-family:"Raleway",sans-serif !important;font-weight:700;margin:0}.footer .footer_blue .footer_mid ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 10px}.footer .footer_blue .footer_mid ul li{position:relative}.footer .footer_blue .footer_mid ul li ~ li{padding-left:10px}.footer .footer_blue .footer_mid ul li ~ li:before{content:'';background-color:#404040;width:1px;height:13px;position:absolute;left:0;top:5px}.footer .footer_blue .footer_mid ul li a{font-size:13px;line-height:15px;font-family:"Raleway",sans-serif !important;font-weight:500;color:#404040;transition:all ease-in-out 0.4s}.footer .footer_blue .footer_mid ul li a:hover{color:#00A0E3}.footer .footer_blue .footer_btm{width:100%;padding:30px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px 35px}@media (max-width: 991px){.footer .footer_blue .footer_btm{padding:20px 0}}@media (max-width: 767px){.footer .footer_blue .footer_btm{gap:15px}}@media (max-width: 767px){.footer .footer_blue .footer_btm img{max-width:45px}}.footer .footer_white{width:100%;padding:30px 0}@media (max-width: 991px){.footer .footer_white{padding:20px 0}}@media (max-width: 767px){.footer .footer_white{padding:10px 0}}.footer .footer_white p{font-size:13px;line-height:20px;text-align:center;font-family:"Raleway",sans-serif !important;font-weight:700;margin:0}.footer .footer_white p a{color:#00A0E3}.bottom_top{background:url("../images/common-images/arrow_bottom_top.svg") no-repeat center center;background-size:15px auto;height:45px;width:45px;cursor:pointer;display:block;border-radius:50px;box-shadow:inset 0 0 0 2px #2D2556;z-index:100;opacity:0;visibility:hidden;transform:translateY(15px);-webkit-transition:all 200ms linear;transition:all 200ms linear;position:fixed;right:20px;bottom:20px}@media (max-width: 767px){.bottom_top{width:30px;height:30px;bottom:50px;right:10px}}.bottom_top svg path{fill:none}.bottom_top svg.progress-circle path{stroke:#00A0E3;stroke-width:4;box-sizing:border-box;-webkit-transition:all 200ms linear;transition:all 200ms linear}.bottom_top.active-progress{opacity:1;visibility:visible;transform:translateY(0)}body{background:#ffffff;overflow-x:hidden;font-family:"Raleway",sans-serif !important;padding-top:146px}@media (max-width: 991px){body{padding-top:136px}}body.no_scroll{overflow:hidden}*{margin:0;padding:0;box-sizing:border-box;font-family:"Raleway",sans-serif !important}img{max-width:100%;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}.customscroll::-webkit-scrollbar{width:4px;height:4px}.customscroll::-webkit-scrollbar-thumb{background-color:#00A0E3}.transition{transition:all ease-in-out 0.4s}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}button,button:focus{outline:none}.input{width:100%;height:45px;padding:10px;line-height:24px;font-size:14px;line-height:33px;color:#000;font-family:"Raleway",sans-serif !important;border:1px solid rgba(112,112,112,0.2);border-radius:5px}.textarea{width:100%;height:45px;padding:10px;line-height:24px;font-size:14px;line-height:33px;color:#000;font-family:"Raleway",sans-serif !important;border:1px solid rgba(112,112,112,0.2);border-radius:5px}ul{list-style:none;padding:0;margin:0}p,p:last-child{font-size:14px;line-height:25px;color:#2D2556;margin-bottom:16px}a,a:hover{font-size:inherit;text-decoration:none}span,strong,i{font-size:inherit;font-weight:inherit;color:inherit}.mlr-auto{margin-left:auto;margin-right:auto}input:focus,textarea:focus{outline:none}button{border:0;font-family:"Raleway",sans-serif !important}@-webkit-keyframes gradient{0%{background-position:-5000px 0}100%{background-position:5000px 0}}@keyframes gradient{0%{background-position:-5000px 0}100%{background-position:5000px 0}}.brand_btn{-webkit-animation:gradient 53s linear infinite;animation:gradient 53s linear infinite;background:linear-gradient(121.19deg, rgba(133,239,49,0) 25.73%, rgba(255,255,255,0.3) 45.27%, rgba(133,239,49,0) 62.27%)}.brand_btn_ylw{-webkit-animation:gradient 53s linear infinite;animation:gradient 53s linear infinite;background:linear-gradient(121.19deg, rgba(133,239,49,0) 25.73%, rgba(110,21,136,0.3) 45.27%, rgba(133,239,49,0) 62.27%)}@-webkit-keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(0.9)}100%{transform:scale(1)}}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(0.9)}100%{transform:scale(1)}}.zoomInOut{animation:zoomInOut 3s ease-in-out infinite;-webkit-animation:zoomInOut 3s ease-in-out infinite;transition:all ease-in-out 0.4s}@-webkit-keyframes moveRightLeft{0%{right:25px}50%{right:15px}100%{right:25px}}@keyframes moveRightLeft{0%{right:25px}50%{right:15px}100%{right:25px}}.moveRightLeft{animation:moveRightLeft 3s ease-in-out infinite;-webkit-animation:moveRightLeft 3s ease-in-out infinite}@-webkit-keyframes autoflip{0%{transform:rotateY(0deg)}20%{transform:rotateY(0deg)}100%{transform:rotateY(360deg)}}@keyframes autoflip{0%{transform:rotateY(0deg)}20%{transform:rotateY(0deg)}100%{transform:rotateY(360deg)}}.autoflip{-webkit-animation:autoflip 5s linear infinite;animation:autoflip 5s linear infinite;transform-style:preserve-3d}@-webkit-keyframes textYlwWhite{0%{width:35px}100%{width:100%}}@keyframes borderanimate{0%{width:35px}100%{width:100%}}.animate_border{width:80px;height:3px;position:relative;margin:5px 0 20px}.animate_border:before{content:'';position:absolute;background:linear-gradient(90deg, #00A0E3 50%, #00A0E3 50%) top/100% 3px no-repeat;width:30px;height:3px;animation:3s linear infinite alternate forwards borderanimate;-webkit-animation:3s linear infinite alternate forwards borderanimate;bottom:0;border-radius:10px}.animate_border.center{display:flex;justify-content:center;margin:5px auto 20px}@-webkit-keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.rotate_animation{animation:rotate 15s linear infinite;-webkit-animation:rotate 15s linear infinite}.relative{position:relative}.blacktext{color:#000 !important}.whitetext{color:#fff !important}.bluetext{color:#2D2556 !important}.bluelighttext{color:#00A0E3 !important}.redtext{color:#E1003E !important}.text_center{text-align:center}.text_right{text-align:right !important}.fw_300{font-weight:300 !important}.fw_400{font-weight:400 !important}.fw_500{font-weight:500 !important}.fw_600{font-weight:600 !important}.fw_700{font-weight:700 !important}.fw_900{font-weight:900 !important}.d-none{display:none}h1,h2,h3,h4,h5,h6{font-family:"Raleway",sans-serif !important !important;margin:initial}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:15px}ul{list-style:none}a{text-decoration:none;font-family:"Raleway",sans-serif !important}button{font-family:"Raleway",sans-serif !important !important}@-webkit-keyframes gradient{0%{background-position:-5000px 0}100%{background-position:5000px 0}}@keyframes gradient{0%{background-position:-5000px 0}100%{background-position:5000px 0}}.animation_white_line{-webkit-animation:gradient 80s linear infinite;animation:gradient 80s linear infinite;background:linear-gradient(121.19deg, rgba(255,255,255,0) 25.73%, rgba(255,255,255,0.3) 45.27%, rgba(255,255,255,0) 62.27%)}.cta_btn{background-color:#00A0E3;min-width:105px;min-height:56px;padding:5px 20px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:16px;font-weight:600;font-family:"Raleway",sans-serif !important;color:#fff;text-decoration:none;transition:all 0.4s ease-in-out;border-radius:50px;border:1px solid transparent;position:relative;cursor:pointer}.cta_btn .rgt_arrow{width:20px;position:absolute;right:25px;top:50%;margin-top:-12px;transition:all 0.3s ease-in-out;line-height:20px}.cta_btn .rgt_arrow svg path{transition:all 0.3s ease-in-out;fill:#fff}@media (max-width: 767px){.cta_btn{min-height:46px;min-width:auto;font-size:14px}}.cta_btn:hover{background-color:#2D2556;color:#fff;font-size:16px}@media (max-width: 767px){.cta_btn:hover{font-size:14px}}.cta_btn:hover .rgt_arrow{right:20px}.cta_btn:hover svg path{fill:#fff}.cta_btn.darkblue{background-color:#2D2556}.cta_btn.darkblue:hover{background-color:#00A0E3}.cta_btn.no_bg{background-color:transparent;color:#2D2556;border:0;padding-left:0 !important}.cta_btn.no_bg svg path{fill:#2D2556}.cta_btn.no_bg:hover{background:transparent;color:#00A0E3}.cta_btn.no_bg:hover svg path{fill:#00A0E3}.cta_btn.no_bg.blue{color:#00A0E3}.cta_btn.no_bg.blue svg path{fill:#00A0E3}.cta_btn.no_bg.blue:hover{color:#2D2556}.cta_btn.no_bg.blue:hover svg path{fill:#2D2556}.cta_btn.no_bg.white{color:#fff}.cta_btn.no_bg.white svg path{fill:#fff}.cta_btn.no_bg.white:hover{color:#00A0E3}.cta_btn.no_bg.white:hover svg path{fill:#00A0E3}.cta_btn.only_border{background-color:transparent;border:1px solid #2D2556;color:#2D2556}.cta_btn.only_border svg path{fill:#2D2556}.cta_btn.only_border:hover{background-color:#2D2556;color:#fff}.cta_btn.only_border:hover svg path{fill:#fff}.cta_btn.only_border.blue{border:1px solid #00A0E3;color:#00A0E3}.cta_btn.only_border.blue svg path{fill:#00A0E3}.cta_btn.only_border.blue:hover{background-color:#00A0E3;color:#fff}.cta_btn.only_border.blue:hover svg path{fill:#fff}.cta_btn.animate_arrow{position:relative;padding-right:65px}.cta_btn.animate_arrow .rgt_arrow{position:absolute;right:25px;top:50%;margin-top:-12px;-webkit-animation:moveRightLeft 3s linear infinite;animation:moveRightLeft 3s linear infinite}svg{width:auto;height:auto}.social_icon{display:flex;align-items:center;gap:5px 10px}.social_icon .s_label{font-size:12px;line-height:18px;color:#2D2556;font-family:"Raleway",sans-serif !important;font-weight:500;white-space:nowrap;margin-right:5px}.social_icon a{background-color:rgba(0,160,227,0.15);width:25px;min-width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:50px}.social_icon a svg{transform:rotate(0deg);transition:all ease-in-out 0.4s}.social_icon a svg path{fill:#2D2556}.social_icon a:hover{background-color:#00A0E3}.social_icon a:hover svg{transform:rotate(360deg)}.social_icon a:hover svg path{fill:#fff}.custom_container{width:100%;max-width:1300px;padding:0 20px;margin:0 auto}.c_heading{width:100%;font-size:35px;line-height:44px;letter-spacing:-0.17px;font-family:"Raleway",sans-serif !important;font-weight:700;color:#2D2556;display:block;text-align:left;margin-bottom:8px}@media (max-width: 991px){.c_heading{font-size:30px;line-height:36px}}@media (max-width: 767px){.c_heading{font-size:22px;line-height:28px}}@media (max-width: 991px){.c_heading br{display:none}}.c_heading.center{text-align:center}.sub_heading{display:block;font-size:18px;line-height:24px;letter-spacing:-0.09px;text-align:left;font-family:"Raleway",sans-serif !important;font-weight:600;color:#2D2556;margin-bottom:15px}@media (max-width: 991px){.sub_heading{font-size:16px;line-height:22px}}.sub_heading.center{width:100%;text-align:center}.btn_row{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px 25px;padding-top:20px}.btn_row.center{justify-content:center}.capitalize{text-transform:capitalize !important}.common_patch{position:absolute}.common_patch img,.common_patch svg{width:100%;height:auto}.common_patch.dotlines{background:url("../images/common-images/patch_dot_blue.svg") no-repeat center center;background-size:100% 100% !important;width:95px;height:29px}@media (max-width: 991px){.common_patch.dotlines{width:50px;height:25px}}
