

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900; 1,100..900&display=swap'); */

/* font */
@font-face { font-family: 'Montserrat'; src: url('../font/Montserrat/Montserrat-Light.woff2') format('woff2'), url('../font/Montserrat/Montserrat-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('../font/Montserrat/Montserrat-Regular.woff2') format('woff2'), url('../font/Montserrat/Montserrat-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('../font/Montserrat/Montserrat-Bold.woff2') format('woff2'), url('../font/Montserrat/Montserrat-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('../font/Montserrat/Montserrat-SemiBold.woff2') format('woff2'), url('../font/Montserrat/Montserrat-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('../font/Montserrat/Montserrat-Medium.woff2') format('woff2'), url('../font/Montserrat/Montserrat-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('../font/Montserrat/Montserrat-Thin.woff2') format('woff2'), url('../font/Montserrat/Montserrat-Thin.woff') format('woff'); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat'; src: url('../font/Montserrat/Montserrat-Black.woff2') format('woff2'), url('../font/Montserrat/Montserrat-Black.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; }

/**/
@font-face { font-family: 'Degular'; src: url('../font/Degular/Degular-SemiBold.woff2') format('woff2'), url('../font/Degular/Degular-SemiBold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Degular'; src: url('../font/Degular/Degular-Light.woff2') format('woff2'), url('../font/Degular/Degular-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Degular'; src: url('../font/Degular/Degular-Medium.woff2') format('woff2'), url('../font/Degular/Degular-Medium.woff') format('woff'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Degular'; src: url('../font/Degular/Degular-Bold.woff2') format('woff2'), url('../font/Degular/Degular-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Degular'; src: url('../font/Degular/Degular-Black.woff2') format('woff2'), url('../font/Degular/Degular-Black.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Degular'; src: url('../font/Degular/Degular-Thin.woff2') format('woff2'), url('../font/Degular/Degular-Thin.woff') format('woff'); font-weight: 100; font-style: normal; font-display: swap; }
@font-face { font-family: 'Degular'; src: url('../font/Degular/Degular-Regular.woff2') format('woff2'), url('../font/Degular/Degular-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
body { margin: 0; padding: 0; font-family: "Montserrat", sans-serif; overflow-x: hidden; }
.small-container { max-width: 1150px; width: 100%; margin: 0 auto; }
img { max-width: 100%; }
ul { margin-bottom: 0; padding-left: 0; }
ul li { list-style-type: none; }
a { text-decoration: none; transition: .5s all ease; }

/*font-size*/
h1 { font-size: 55px; line-height: 70px; font-weight: 800; font-family: "Degular", sans-serif; }
h2 { font-size: 48px; line-height: 55px; font-weight: 700; margin-bottom: 20px; font-family: "Degular", sans-serif; }
h3 { font-size: 36px; line-height: 48px; font-weight: 700; }
h4 { font-size: 28px; line-height: 34px; font-weight: 300; }
h5 { font-size: 24px; line-height: 30px; font-weight: 600; }
p { font-size: 16px; line-height: 22px; font-weight: 400; }
*:focus {
    outline: none;
}
/*buuton */
.orange_btn { display: inline-block; padding: 15px 50px 15px 30px; font-size: 16px; line-height: 19px; font-weight: 500; background: #EF5932; color: #FFF; border-radius: 24px; border: 1px solid transparent; position: relative; transition: .5s all ease;font-family: "Montserrat";}
.orange_btn:hover { background: transparent; color: #EF5932; border: 1px solid #EF5932; }
.orange_btn::after { content: "\f061"; position: absolute; right: 25px; font-family: 'FontAwesome'; font-weight: 400; transition: .2s all ease; }
.orange_btn:hover::after { right: 20px; }
.blue_btn { display: inline-block; padding: 15px 50px 15px 30px; font-size: 16px; line-height: 19px; font-weight: 500; background: #EF5932; color: #FFF; border-radius: 24px; border: 1px solid transparent; position: relative; transition: .5s all ease;font-family: "Montserrat";}
.blue_btn:hover { background: transparent; color: #EF5932; border: 1px solid #EF5932; }
.blue_btn::after { content: "\f061"; position: absolute; right: 25px; font-family: 'FontAwesome'; font-weight: 400; transition: .2s all ease; }
.blue_btn:hover::after { right: 20px; }
.white_btn { display: inline-block; padding: 15px 50px 15px 30px; font-size: 16px; line-height: 19px; font-weight: 500; background: #EF5932; color: #FFF; border-radius: 24px; border: 1px solid #EF5932; position: relative; transition: .5s all ease; font-family: "Montserrat";}
.white_btn:hover { background: transparent; color: #EF5932; }
.white_btn::after { content: "\f061"; position: absolute; right: 25px; font-family: 'FontAwesome'; font-weight: 500; transition: .2s all ease; }
.white_btn:hover::after { right: 20px; }
/* input */



/*accordion */
.accordion { --bs-accordion-color: inherit; --bs-accordion-bg: inherit; --bs-accordion-transition: inherit; --bs-accordion-border-color: inherit; --bs-accordion-border-width: inherit; --bs-accordion-border-radius: inherit; --bs-accordion-inner-border-radius: inherit; --bs-accordion-btn-padding-x: inherit; --bs-accordion-btn-padding-y: inherit; --bs-accordion-btn-color: inherit; --bs-accordion-btn-bg: inherit; --bs-accordion-btn-icon: inherit; --bs-accordion-btn-icon-width: inherit; --bs-accordion-btn-icon-transform: inherit; --bs-accordion-btn-icon-transition: inherit; --bs-accordion-btn-active-icon: inherit; --bs-accordion-btn-focus-border-color: inherit; --bs-accordion-btn-focus-box-shadow: inherit; --bs-accordion-body-padding-x: inherit; --bs-accordion-body-padding-y: inherit; --bs-accordion-active-color: inherit; --bs-accordion-active-bg: inherit; }
/* .accordion-button { font-size: inherit; } */
.accordion-header button {padding-right: 20px;}

/* text align */
.text-center { text-align: center; }

/*space */
.space { padding: 80px 0; }

/*Header */

/*fixed header */
header.fixed-header { background: #041c5c; position: fixed !important; left: 0; right: 0; top: 0; z-index: 10; animation: slideDown .3s linear 0s; -webkit-animation: slideDown .3s linear 0s; -moz-animation: slideDown .3s linear 0s; -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; box-shadow: 0 0 10px rgb(0 0 0 / 33%); }
@keyframes slideDown {
	0% { opacity: 0 }
	100% { opacity: 1 }
}
@-webkit-keyframes slideDown {
	0% { opacity: 0 }
	100% { opacity: 1 }
}
@-moz-keyframes slideDown {
	0% { opacity: 0 }
	100% { opacity: 1 }
}
header.fixed-header .logo-part img { transition: 0.3s all ease-in-out; transform: scale(0.8); }
header.fixed-header .main-menu { margin: 5px 0; }
.logo-part img { transition: 0.3s all ease-in-out; }

/**/
.main { position: relative; }
header { z-index: 3; width: 100% }
header:not(.position-absolute) { background: #041b5b; padding: 15px 0; }
.drawer-menu { right: -400px; width: 300px; height: 100vh; top: 0; background-color: #EF5932; z-index: 9999; padding: 50px 0px; transition: 0.3s all ease-in-out; }
.menu-open .drawer-menu { right: 0px; }
.menu-open { overflow: hidden; }
.menu-overlay { position: fixed; width: 100%; height: 100vh; background: #000000f2; right: -100%; top: 0; z-index: 9999; }
.menu-open .menu-overlay { left: 0; }
.drawer-menu li a { color: #fff; font-size: 16px; padding: 10px 30px; border-bottom: 1px solid #ffffff40; display: block; padding-right: 45px; }
.drawer-menu li>ul>li>a { padding-left: 40px; }
.drawer-menu li>ul>li>ul>li>a { padding-left: 50px; }
.drawer-menu li:hover>a { color: #000; }
.drawer-menu .quick-links { margin-bottom: 30px; color: #fff; }
.drawer-menu .toggle-btn-menu { width: 25px; height: 25px; background-color: #EF5932; color: #fff; border: 1px solid #fff; cursor: pointer; }
.menu-part .toggle-btn-menu { font-size: 24px; color: #EF5932; cursor: pointer; width: auto; height: auto; margin-left: 23px; }
.drawer-menu ul li ul { display: none; }
.drawer-menu .quick-links { display: none; }
.drawer-menu>ul { overflow: auto; height: 100%; }
.child-trigger { position: absolute; width: 45px; top: 0; right: 0; display: flex; justify-content: center; align-items: center; cursor: pointer; border: 1px solid #ef9b6e; }
.child-trigger i { width: 9px; height: 9px; border-bottom: 1.9px solid white; border-right: 1.9px solid white; transform: rotate(45deg); display: block; position: relative; top: -2px; left: 2px; }
.child-trigger.child-open i { border-bottom: 1.9px solid transparent; border-right: 1.9px solid transparent; border-top: 1.9px solid white; border-left: 1.9px solid white; top: 5px; }
.drawer-menu ul li { position: relative; }
.main-menu .menuPart>ul>li::before { content: ""; position: absolute; width: 0; height: 2px; background: #FFF; transition: .5s all ease; bottom: 0; left: 0; right: 0; }
.main-menu .menuPart>ul>li.hover::before { width: 100%; }

/*slider */

/* .banner .carousel-item .imgWrap { height: 780px } */
.carousel-indicators [data-bs-target] { width: 5px; height: 5px; border-radius: 50%; background: transparent; border: 2px solid #eaeaea; transition: .5s all ease; margin-bottom: 10px; width: 10px; height: 10px; border-radius: 50%; background: #787878; border: 1px solid #fff; transition: .5s all ease; margin-bottom: 10px; opacity: 1; }
.banner .carousel-indicators [data-bs-target].active { background: #EF5932; width: 10px; height: 39px; border-radius: 7px; border: 1px solid transparent; }
.vertical.carousel .carousel-item { overflow: hidden }
.vertical.carousel .carousel-item .carousel-caption .banner  .banner_text h2 {font-size: 50px;line-height: 54px;font-weight: 600;letter-spacing: 1px;color: #fff;}
.vertical.carousel .carousel-item .carousel-caption .banner .banner_text h2 span {display: block;color: #ef5932;}
.vertical.carousel .carousel-item-next:not(.carousel-item-start), .vertical.carousel .active.carousel-item-end { transform: translateY(100%) }
.vertical.carousel .carousel-item-prev:not(.carousel-item-end), .vertical.carousel .active.carousel-item-start { transform: translateY(-100%) }
.vertical.carousel .carousel-indicators { top: 0; left: unset; margin-left: unset !important; margin-right: 1rem; flex-direction: column; z-index: 2; }
section.banner .carousel-caption { left: 0; width: 100%; right: unset; top: 50%; transform: translateY(-40%); text-align: left;z-index: 1}
section.banner .carousel-caption .banner_text .banner_btn { margin-top: 40px; }
.eventBanner .banner .banner_text { max-width: 483px; width: 100%; color: #FFFF; background: transparent;padding: 0}
.eventBanner .banner .banner_btn {justify-content: start;}
.eventBanner .banner .banner_btn .white_btn { margin-right: 20px; }
.eventBanner .banner .imgWrap { background-position: center center; background-repeat: no-repeat; background-size: cover; }
.eventBanner .banner .imgWrap img { visibility: hidden; opacity: 0; }
.page-template-faq .banner_btn {display: none;}

/* cloud_sales */
.cloud_sales .cloud_left { margin-top: 40px; }
.cloud_sales .cloud_right .heading_text { text-align: center; }
.cloud_sales .cloud_right .heading_text h5 { color: #EF5932; margin-bottom: 15px; }
.cloud_sales.space p { font-weight: 500; text-align: justify; }
.cloud_sales.space .btn { padding: 0; }
.cloud_sales.space .btn a { padding: 0; border: 0; position: relative;color: #EF5932;background: inherit; }
.cloud_sales.space .btn a:after { right: -20px; }
.cloud_sales.space .btn a:hover { background: transparent; color: #041b5b; }

/* revolutionary */
.revolutionary { background: url('../images/revolutionary_bg.webp'); background-repeat: no-repeat; background-size: cover; background-position: center center; padding: 80px 0 90px; color: #FFF; }
.revolutionary .solution_box { display: flex; align-items: stretch; justify-content: space-between; flex-wrap: wrap; }
.revolutionary .solution_box .box { background: #ffffff1c; backdrop-filter: blur(12px); padding: 50px 20px 30px 40px; border-radius: 1px; max-width: 22%; flex: 0 0 22%; transition: .5s all ease; }
.revolutionary .solution_box .box .solution_box_img { width: 90px; height: 90px; background: #EF5932; padding: 10px; display: flex; align-items: center; justify-content: center; border-radius: 50px; margin-bottom: 22px; transition: .5s all ease; }
.revolutionary .solution_box .box .solution_box_img img { transition: .5s all ease; }
.revolutionary .solution_box .box h3 { color: #FFF; margin-bottom: 22px; }
.revolutionary .solution_box .box span { font-size: 28px; line-height: 34px; font-weight: 300; display: block; padding-bottom: 22px; }
.revolutionary .solution_box .box .orange_btn { background: transparent; padding-left: 0; padding-right: 50px; }
.revolutionary .solution_box .box:hover { background: #FFF; }
/* .revolutionary .solution_box .box:hover .solution_box_img { background: #FFF; } */
/* .revolutionary .solution_box .box:hover .solution_box_img img { filter: invert(41%) sepia(30%) saturate(2995%) hue-rotate(342deg) brightness(98%) contrast(91%); } */
.revolutionary .solution_box .box:hover .orange_btn { border: 1px solid #EF5932; color: #EF5932; padding-left: 25px; }
.revolutionary .solution_box .box:hover .orange_btn:hover{ background: #EF5932;color: #FFF;}
.revolutionary .solution_box .box:hover .solution_box_details h3, .revolutionary .solution_box .box:hover .solution_box_details span{color: #041c5c;}
section.revolutionary h2 { margin-bottom: 34px; }

/* partner cloud */
.partner_cloud { position: relative; padding: 80px 0 }
.partner_cloud::before { content: ""; position: absolute; background: linear-gradient(116deg, #E89F90 0%, #DFE4EF 47%, #9E9FDB 72%, #B4BADE 100%); opacity: 0.3; width: 100%; height: 100%; top: 0; }
.partner_cloud .container { opacity: 1; position: relative; }
.partner_cloud .partner_cloud_box { display: flex; align-items: normal; justify-content: space-between; flex-wrap: wrap; }
.partner_cloud .partner_cloud_box .box { max-width: 49%; flex: 0 0 49%; padding: 26px 30px 21px; background: #FFF; border: 1px solid #FFFF; border-radius: 1px; margin: 15px 0; transition: .5s all ease; }
.partner_cloud .partner_cloud_box .box h5 { color: #EF5932; }
.partner_cloud .partner_cloud_box .box p { margin-bottom: 0; }

/* onboarding */
.onboarding .heading_text h2 { margin-bottom: 15px; }
.onboarding .heading_text h2 span { color: #EF5932; }
.onboarding .onboarding_partner { display: flex; align-items: stretch; justify-content: center; flex-wrap: wrap; padding: 50px 0; }
.onboarding .onboarding_partner .box { flex: 0 0 14.5%; max-width: 14.5%; text-align: center; padding: 30px 15px 22px; background: #FFF; border: 1px solid #FFFF; box-shadow: 0px 5px 30px #00000014; position: relative; margin-right: 35px; z-index: 1; }
.onboarding .onboarding_partner .box::before { content: ""; position: absolute; background: url('../images/line.svg'); background-repeat: no-repeat; background-position: center center; width: 37px; height: 88px; right: -15%; top: 50%; transform: translate(15%, -50%); z-index: -1; transition: .5s all ease; }
.onboarding .onboarding_partner .box:last-child:before { content: inherit; }
.onboarding .onboarding_partner .box::after { content: ""; position: absolute; width: 100%; height: 3px; background: #182F6F; left: 0; bottom: 0; transition: .5s all ease; }
.onboarding .onboarding_partner .box:hover::after { height: 100%; z-index: -1; }
.onboarding .onboarding_partner .box .onboard_box_img { padding-bottom: 18px; }
.onboarding .onboarding_partner .box .onboarding_box_details p { font-weight: 600; transition: .5s all ease; }
.onboarding .onboarding_partner .box:hover .onboard_box_img img { filter: invert(120%) sepia(20%) saturate(50%) hue-rotate(10deg) brightness(240%) contrast(110%); }
.onboarding .onboarding_partner .box:hover .onboarding_box_details p { color: #FFF; }
.onboarding .contactus_btn { padding-top: 8px; }

/*cloud_hosting*/
.cloud_hosting { background: url(../images/cloud_hosting_bg.png); background-repeat: no-repeat; background-position: top center; color: #FFF; background-size: cover; }
section.cloud_hosting.space h2, section.meet_sappartner_sme.space h2, section.aboutus.space h2, section.faq_sec.space h2, section.blog h2 { margin-bottom: 35px; }
.cloud_hosting .cloud_hosting_box { display: flex; align-items: stretch; justify-content: space-between; }
.cloud_hosting .cloud_hosting_box .box { padding: 37px 15px 30px 30px; background: #FFF; flex: 0 0 24.5%; max-width: 24.5%; position: relative; margin-right: 10px; }
.cloud_hosting .cloud_hosting_box .box:last-child { margin-right: 0; }
.cloud_hosting .cloud_hosting_box .box::after { content: ""; position: absolute; width: 100%; height: 7px; left: 0; bottom: 0; background: #EF5932; transition: .5s all ease-out; }
.cloud_hosting .cloud_hosting_box .box .box_title { padding-bottom: 22px; position: relative; }
.cloud_hosting .cloud_hosting_box .box .box_title::after { content: ""; position: absolute; left: 0; width: 50px; height: 5px; background: #2F3D9A; bottom: 0; transition: .5s all ease; }
.cloud_hosting .cloud_hosting_box .box .box_title h3 { font-size: 38px; line-height: 47px; color: #EF5932; margin-bottom: 0px; }
.cloud_hosting .cloud_hosting_box .box ul.box_details { padding-top: 15px; }
.cloud_hosting .cloud_hosting_box .box ul li { color: #323232; font-size: 18px; line-height: 23px; font-weight: 400; padding: 10px 5px 10px 25px; position: relative; }
.cloud_hosting .cloud_hosting_box .box ul li::before { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50px; background: #435789; left: 0; top: 30%; transform: translateY(-30%); }

/* meet_sappartner_sme */
.meet_sappartner_sme .sap_partner_sme { display: flex; box-shadow: 0px 5px 40px #0000001A; height: 100%;}
.meet_sappartner_sme .sap_partner_sme .sap_partner_sme_img {max-width: 35%;flex: 0 0 35%;}
.meet_sappartner_sme .sap_partner_sme .sap_partner_sme_img img { height: 100%; }
.meet_sappartner_sme .sap_partner_sme .sap_partner_sme_details { padding: 32px 41px;max-width: 65%;flex: 0 0 65%; }
.meet_sappartner_sme .sap_partner_sme .sap_partner_sme_details h5 { margin-bottom: 27px; }
.meet_sappartner_sme .sap_partner_sme .sap_partner_sme_details span.s6 { font-size: 16px; line-height: 20px; font-weight: bold; color: #2F3D9A; display: block; }
.meet_sappartner_sme .sap_partner_sme .sap_partner_sme_details span.s2 { font-size: 44px; line-height: 48px; font-weight: 700; color: #EF5932; font-family: "Degular", sans-serif; margin-bottom: 5px; display: block; }
.meet_sappartner_sme .sap_partner_sme .sap_partner_sme_details p { max-width: 245px; width: 100%; font-weight: 500; }
.meet_sappartner_sme .sap_partner_sme .sap_partner_sme_details p i { padding-right: 3px; color: #EF5932; }
.meet_sappartner_sme .sap_partner_sme .sap_partner_sme_details .connect_btn { padding-top: 17px; }

/*aboutus */
.aboutus { position: relative; }
.aboutus::before { content: ""; position: absolute; background: linear-gradient(111deg, #E89F90 0%, #DFE4EF 47%, #9E9FDB 72%, #B4BADE 100%); background-repeat: no-repeat; background-position: center center; background-size: cover; width: 100%; height: 100%; opacity: 0.3; top: 0; }
.aboutus::after { content: ""; position: absolute; background: url(../images/quote.png); width: 134px; height: 109px; top: 0; right: 9%; background-repeat: no-repeat; background-position: center; background-size: contain; }
.aboutus .container { opacity: 1; position: relative; }
.aboutus .carousel .carousel-indicators { bottom: -13%; }
.aboutus .carousel .carousel-inner { padding-bottom: 50px; }
.aboutus .carousel .carousel-inner .carousel-item-next, .aboutus .carousel .carousel-inner .carousel-item-prev, .aboutus .carousel .carousel-inner .carousel-item.active { display: flex; }
.aboutus .carousel .carousel-inner .carousel-item .profile { display: flex; }
.aboutus .carousel .carousel-inner .carousel-item .profile .profile_img { max-width: 30%; flex: 0 0 30%; }
.aboutus .carousel .carousel-inner .carousel-item .profile .profile_details { max-width: 65%; flex: 0 0 65%; }
.aboutus .carousel .carousel-inner .carousel-item .profile .profile_details .profile_des .profile_name h5 { margin-bottom: 0; font-family: "Degular", sans-serif; font-weight: 700; }
.aboutus .carousel .carousel-inner .carousel-item .profile .profile_details .profile_des .profile_name span { font-size: 18px; line-height: 20px; color: #646464; font-family: "Degular", sans-serif; }
.aboutus .carousel .carousel-inner .carousel-item .profile .profile_details .profile_des p.blogDisc { padding-bottom: 19px; }
.aboutus .carousel .carousel-inner .carousel-item .profile .profile_details .profile_quote { padding-bottom: 19px; display: inline-block; }
.aboutus .carousel .carousel-indicators [data-bs-target] { width: 13px; height: 13px; background: #EF5932; opacity: 0.3; transition: .5s all ease; }
.aboutus .carousel .carousel-indicators [data-bs-target].active { width: 39px; height: 13px; border-radius: 10px; opacity: 1; }
.profile_img .imgWrap { position: relative; padding: 20px; border-radius: 50px; }
.profile_img .imgWrap:before { content: ''; background-image: url(../images/testimonial-bg.svg); position: absolute; left: 0; top: 3px; width: 128px; height: 166px; background-repeat: no-repeat; background-size: contain; z-index: -1; }
.aboutus .carousel .carousel-inner .carousel-item .profile .profile_details .profile_des p.blogDisc { padding-bottom: 19px; }

/*faq*/
.faq_sec .accordion { box-shadow: 0px 0px 80px #0000000D; padding: 38px 63px; opacity: 1; background: #fff; position: relative; z-index: 1; }
.faq_sec .accordion.faq_accordion .accordion-item { border-bottom: 1px solid #eaeaea; padding: 24px 0; }
.faq_sec .accordion.faq_accordion .accordion-item:last-child { border-bottom: 0; }
.faq_sec .accordion.faq_accordion .accordion-item .accordion-header .accordion-button { position: relative; font-size: 24px; line-height: 29px; font-weight: 700; }
.faq_sec .accordion.faq_accordion .accordion-item .accordion-header .accordion-button:focus { box-shadow: inherit; }
.faq_sec .accordion.faq_accordion .accordion-item .accordion-header .accordion-button::after { content: "\f068"; position: absolute; font-family: 'FontAwesome'; font-size: 24px; line-height: 24px; color: #EF5932; right: 0; }
.faq_sec .accordion.faq_accordion .accordion-item .accordion-header .accordion-button.collapsed::after { content: "\2b"; position: absolute; right: 0; top: 0px; font-size: 22px; line-height: 24px; color: #EF5932; transition: .5s all ease; }
.faq_sec .accordion.faq_accordion .accordion-item .accordion-button:not(.collapsed) { padding-bottom: 30px; }
.faq_sec .faq_accordion p { margin-bottom: 0; font-weight: 500; }
.faq_sec .faq_accordion p a { color: #EF5932; }

/* blog */
.blog { padding: 80px 0; background: linear-gradient(116deg, rgba(232, 159, 144, 0.2) 0%, rgba(223, 228, 239, 0.2) 47%, rgba(158, 159, 219, 0.2) 72%, rgba(180, 186, 222, 0.2) 100%); width: 100%; height: 100%; }
.blog .box { box-shadow: 0px 0px 80px #0000000D;height:100%;background:#fff }
.blog .box .blog_img { overflow: hidden; }
.blog .box .blog_img img { transition: .5s all ease; }
.blog .box:hover img { transform: scale(1.1); }
.blog .box .blog_details { background: #FFF; padding: 29px 30px; }
.blog .box .blog_details h5 { margin-bottom: 16px; font-weight: 600;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;min-height: 90px;}
.blog .box .blog_details .white_btn { border: 0; padding-left: 0;background: inherit;color: #EF5932; }
.blog .box .blog_details .white_btn:hover { padding-left: 20px; }
.blog .box:hover .blog_details .white_btn { padding-left: 20px; background: #EF5932; color: #FFF; }

/*Blog Single Page */
.blog-single-title h2 { font-size: 42px; line-height: 42px; }
.blog-single-image { padding: 15px 0; }
.blog-single-image img { width: 100%; object-fit: cover; }
.blog-single-meta ul li { display: inline-block; vertical-align: middle; }
.blog-single-meta ul li+li:before { content: ""; width: 1px; height: 12px; background: #8f8f8f; display: inline-block; vertical-align: middle; margin: 0 10px; }
.social-media-share ul li { display: inline-block; vertical-align: middle; margin: 0 2px }
.social-media-share ul li a { color: #fff; font-size: 14px; text-align: center; width: 30px; height: 30px; line-height: 30px; display: block; border-radius: 100%; background: #002b75 }
.social-media-share ul li a:hover { background: #ef5932 }
.blog-single-content p { text-align: justify }
.blog-single-content h1 { margin: 15px 0 }
.blog-single-content h3:before { content: "\f00a"; font-family: 'FontAwesome'; font-weight: 400; margin-right: 10px }
.blog-single-content h4 { margin: 15px 0 }
.blog-single-content h5 { margin: 15px 0 }
.blog-single-content h6 { margin: 15px 0 }
.blog-single-content figure { margin: 30px 0 }
.blog-single-content ul { margin: 15px 0 }
.blog-single-content ul li { padding-left: 15px; position: relative }
.blog-single-content ul li+li { margin-top: 15px }
.blog-single-content ul li:before { content: ""; width: 10px; height: 10px; background: #f06823; position: absolute; left: 0; top: 5px; border-radius: 100% }
.blog-single-content p a { color: #ef5932; font-weight: 500; border-bottom: 1px solid }
.blog-single-content p a:hover { color: #002b75 }
.blog-table { margin: 20px 0 }
.blog-single-content .table-content-list { margin-bottom: 30px;padding-left: 15px;}
.tocMain h6 {font-size: 24px;font-weight: 700;font-family: 'Degular';}
.blog-single-content .table-content-list li { padding-left: 25px; position: relative;list-style-type: none;}
.blog-single-content .table-content-list li+li { margin-top: 15px }
.blog-single-content .table-content-list li:before { content: "\f00c"; font-family: 'FontAwesome'; color: #002b75; width: auto; height: auto; background: 0 0; position: absolute; left: 0; top: 0; border-radius: 100% }
.blog-single-content .table-content-list li a { color: #ef5932; font-weight: 600; border-bottom: 1px solid }
.recent-posts-title { padding-bottom: 10px }
.recent-posts-box { border-top: 1px solid #bdbdbd; padding: 15px 0 }
.recent-posts-box h6 { font-size: 14px; margin-top: 10px }
.next-previous-post { padding-top: 20px }
.next-previous-post-link a { font-size: 16px; color: #fff; text-align: center; padding: 10px 20px; display: inline-block; background: #ef5932; transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out }
.next-previous-post-link a:hover { background: #002b75; color: #fff; border-color: #002b75; transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out }
.blog-single-content h2 { color: #001538;margin: 15px 0 0px;font-size: 36px;font-weight: 700;}
.blog-single-content h3 {margin: 15px 0;font-size: 32px;font-family: 'Degular';font-weight: 700;color: #132b69;}
.blog-single-content h3:before { content: "\f14a"; font-family: 'FontAwesome'; font-weight: 400; margin-right: 10px;font-size: 24px;}
.blog-single-content p a { color: #ef5932; font-weight: 500; border-bottom: 1px solid; }
.recent-posts-box a { color: #041b5b; font-weight: 500; transition: 0.3s all ease-in-out; }
.recent-posts-box a:hover { color: #ef5932; }
.blog-single-content .partnerCTAInner h2 {font-size: 32px;line-height: 34px;text-align: right;margin: 0;}
.blog-single-content .partnerCTAInner a.orange_btn {font-size: 14px;color: #fff;padding: 10px 50px 10px 30px;margin: 0 auto;display: inline-block;}
.blog-single-content .partnerCTAInner a.orange_btn:hover{color:#ef5932}
.blog-single-content .partnerCTAInner p {text-align: right;}
.blog-single-content .faq_sec .accordion {padding: 0;box-shadow: none;}
.blog-single-content .faq_sec .accordion .accordion-item h5{margin-bottom:0;}
.blog-single-content .faq_sec .accordion .accordion-item h5 br {display: none;}
.blog-single-content .faq_sec .accordion .accordion-item h5 button {font-size: 20px!important;line-height: 20px!important;}

/*footer*/
.footer_contact { position: relative; background-color: #2F3D9A; color: #FFF; }
.footer_contact::before { content: ""; position: absolute; background: url('../images/footer_contact_img.png'); background-repeat: no-repeat; background-size: contain; width: 802px; height: 459px; right: 0; top: 0; }
.footer_contact .container { position: relative; z-index: 1; }
.contactFormHome { margin-top: 40px; }
.contactFormHome input, .contactFormHome textarea, .contactFormHome select { border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); background-color: transparent; width: 100%; height: 50px; color: #8cc6ff; font-size: 1.1rem; }
.contactFormHome input::-webkit-input-placeholder, .contactFormHome textarea::-webkit-input-placeholder {/* Edge */color: #8cc6ff; }
.contactFormHome .formGroup { margin: 15px 0; position: relative; }
.contactFormHome .formfooter { margin-top: 30px; margin-bottom: 0; }
.contactFormHome .formGroup p { font-size: 1.1rem; }
.customSelect.form-select { border-radius: 0; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); background-color: transparent; width: 100%; padding:0px; color: #8cc6ff; background-image: url(../images/chevron-down.svg); background-size: 12px 12px; }
.addNumberCode { display: flex; }
.addNumberCode .countryCode { width: 16%; padding-right: 10px; }
.addNumberCode .addNumber { width: 84%; }
.addNumberCode .countryCode select { background-position: right 6px center; }
.contactFormHome input:focus-visible, .contactFormHome textarea:focus-visible, .contactFormHome select:focus-visible { outline: none; }
.customSelect.form-select:focus { box-shadow: none; }
select.customSelect option, select.customSelect optgroup { color: #000; }
.contactFormHome .file-upload-wrapper { position: relative; width: 100%; height: 30px; }
.custom-file-upload-hidden { opacity: 0; position: absolute; left: 0; width: 100px; z-index: 99; }
.file-upload-wrapper { position: relative; margin-bottom: 0; z-index: 1; }
.contactFormHome .file-upload-button { background-color: transparent; height: 30px; }
.file-upload-button, .contactFrom .file-upload-wrapper .file-upload-button { position: absolute; background: rgba(255, 255, 255, 0.1); right: 0; top: 0px; height: 36px; border: 0 none; text-indent: -9999px; width: 100%; z-index: 9; cursor: pointer; }
.file-upload-button:before, .contactFrom .file-upload-wrapper .file-upload-button:before { background: url(../images/upload-cloud.svg); height: 20px; width: 25px; position: absolute; top: 50%; margin-top: -5px; content: ""; right: 0; z-index: 1; background-repeat: no-repeat; }
/* footer .footer_contact form input:-webkit-autofill,
footer .footer_contact form input:-webkit-autofill:hover, 
footer .footer_contact form input:-webkit-autofill:focus, 
footer .footer_contact form input:-webkit-autofill:active  {background-color: transparent !important;color: #8cc6ff;} */
.footer_contact .getInTouchForm input:-webkit-autofill, .footer_contact .getInTouchForm input:-webkit-autofill:hover, .footer_contact .getInTouchForm input:-webkit-autofill:focus, .footer_contact .getInTouchForm input:-webkit-autofill:active { color: #8cc6ff !important; -webkit-text-fill-color: #8cc6ff !important; -webkit-box-shadow: 0 0 0 1000px transparent inset !important; -webkit-background-clip: text !important; background-clip: text !important; } 
.contactFormHome input:autofill {background-color: transparent;color: #8cc6ff;}
.contactFormHome input:-webkit-autofill {background-color: transparent;color: #8cc6ff;}
.footer_country .country_sec { display: flex; align-items: center; flex-wrap: wrap; padding: 65px 0; border-bottom: 2px solid #eaeaea; }
.footer_country .country_sec .country .country_name { display: flex; align-items: center; padding-bottom: 10px; }
.footer_country .country_sec .country img { padding-right: 8px; width: 30px; }
.footer_country .country_sec .country .country_name h5 { margin-bottom: 0; color: #323232; }
.footer_country .country_sec .country .country_num span a { font-size: 20px; line-height: 33px; font-weight: 400; color: #323232; }
.footer_country .country_sec .country .country_num span a:hover { color: #EF5932; }
.footer_country .country_sec .country { flex: 0 0 21%; max-width: 21%; position: relative; padding: 0 15px; }
.footer_country .country_sec .country:last-child { flex: 0 0 auto; max-width: 21%; }
.footer_country .country_sec .country:first-child { padding-left: 0; }
.footer_country .country_sec .country::after { content: ""; position: absolute; width: 2px; height: 100%; background: #eaeaea; right: 10%; top: 50%; transform: translate(-10%, -50%); transition: .5s all ease; }
.footer_country .country_sec .country:last-child::after { content: inherit; }
.footer_country .country_sec .country .country_num ul { text-align: right; }
.footer_country .country_sec .country .country_num ul li { display: inline-block; padding: 5px; line-height: 0; }
.footer_country .country_sec .country .country_num ul li:first-child { padding-left: 0; }
.footer_country .country_sec .country .country_num ul li a i { color: #000B3E; font-size: 22px; line-height: 22px; transform: rotate(0deg); transition: .5s all ease; }
.footer_country .country_sec .country .country_num ul li:hover a i { transform: rotate(360deg); color: #EF5932; }
.footer_country .country_sec .country:last-child { flex: 0 0 auto; max-width: 21%; padding-right: 0;}
.footer_country .country_sec .country:last-child h5 { font-size: 20px; }
.footer_country .country_sec .country:last-child .country_name { justify-content: end; }
.footer_country .country_sec .country:last-child .country_num li:last-child { padding-right: 0; }
div#form-error {border: 1px solid red;color: red;padding: 5px 10px;margin-bottom: 15px;}
.copy_right { padding: 20px 0; }
.copy_right .copy_right_sec { display: flex; align-items: center; justify-content: space-between; }
.copy_right .copy_right_sec .copy_left_sec p { margin-bottom: 0; }
.copy_right .copy_right_sec .copy_left_sec p a { color: #323232; }
.copy_right .copy_right_sec .copy_left_sec p a:hover { color: #EF5932; }
.copy_right .copy_right_sec .terms_and_condition ul li { position: relative; display: inline-block; font-size: 16px; line-height: 22px; font-weight: 500; padding: 0 10px; transition: .5s all ease; }
.copy_right .copy_right_sec .terms_and_condition ul li:last-child { padding-right: 0; }
.copy_right .copy_right_sec .terms_and_condition ul li::after { content: ""; position: absolute; width: 1px; height: 80%; background: #323232; right: -3px; top: 50%; transform: translateY(-50%); transition: .5s all ease; }
.copy_right .copy_right_sec .terms_and_condition ul li:last-child::after { content: inherit; }
.copy_right .copy_right_sec .terms_and_condition ul li a { color: #323232; }
.copy_right .copy_right_sec .terms_and_condition ul li:hover a { color: #EF5932; }
.backtop { display: inline-block; background-color: #000B3E; width: 40px; height: 40px; text-align: center; border-radius: 4px; position: fixed; bottom: 30px; right: 30px; transition: background-color .3s, opacity .5s, visibility .5s; opacity: 0; visibility: hidden; z-index: 1000; }
.backtop::after { content: "\f077"; font-family: FontAwesome; font-weight: normal; font-style: normal; font-size: 20px; line-height: 40px; color: #fff; }
.backtop:hover { cursor: pointer; background-color: #EF5932; }
.backtop:active { background-color: #EF5932; }
.backtop.show { opacity: 0; visibility: hidden; }


/*Event Page*/
div#eventSlider:before { content: ''; background: transparent linear-gradient(180deg, #000000 0%, #000000BC 32%, #00000070 58%, #00000000 100%) 0% 0% no-repeat padding-box; opacity: 0.8; position: absolute; width: 100%; height: 328px; top: 0; left: 0; z-index: 1; }
/*.eventBanner .carousel-indicators [data-bs-target] { display: none; }*/
.eventBanner .banner_text { background: rgb(0 0 0 / 80%); padding: 28px 40px; max-width: 610px; font-family: "Degular", sans-serif; }
.eventBanner .banner_text h3 { font-size: 48px; letter-spacing: 0.48px; margin-bottom: 0; line-height: 48px; }
.eventBanner .banner_text h2 { font-size: 70px; letter-spacing: 0.7px; color: #EF5932; font-weight: 700; margin-bottom: 10px; margin-bottom: 0; line-height: 60px; }
.eventBanner .banner_text h6 { font-size: 24px; font-weight: 600; letter-spacing: 0.24px; line-height: 36px; margin-bottom: 0; }
.eventBanner .banner_text p i { margin-right: 6px; }
.eventBanner .banner_text p { font-family: "Montserrat", sans-serif; }
.eventBanner .banner_text p.date { font-size: 20px;line-height: 30px;font-family: "Degular", sans-serif; }
.fontDegular { font-family: "Degular", sans-serif; }
.fw-medium { font-weight: 500 }
.fw-bold { font-weight: 600 }
.fw-black { font-weight: 800 }
.countDown div { display: inline-block; line-height: 1; font-size: 32px; color: #EF5932; text-align: center; position: relative; padding-right: 15px; }
.countDown span { display: block; font-size: 14px; color: #221149; font-weight: 600 }
.eventBanner .banner_btn { display: flex; justify-content: space-between; align-items: center; }
.countDown div span { color: #fff; font-size: 12px; font-weight: 400; }
.countDown div:before { content: ':'; position: absolute; color: #fff; right: 0; }
.countDown div:last-child:before { display: none; }
.countDown div:last-child { padding-right: 0; }
section.aboutEvent { padding: 80px 0 100px; }
.abouImagePart .imgLarge { text-align: right; }
.abouImagePart { position: relative; padding-bottom: 30px; }
.abouImagePart .imgSmall { position: absolute; left: 60px; bottom: 0; }
.abouImagePart .imgSmall:before { content: ''; background: #2F3D9A; position: absolute; width: 155px; height: 66px; top: -40px; right: 22px; z-index: -1; }
.abouImagePart:before { content: ''; background-image: url(../images/logo-icon.svg); position: absolute; left: 60px; top: 40px; width: 280px; height: 111px; z-index: -1; }
.counterInner { box-shadow: 0px 5px 40px #0000001A; padding: 40px 60px; text-align: center; position: relative; z-index: 1; background: #fff; }
.counterInner h2 { color: #EF5932; margin-bottom: 0; }
.counterInner h6 { font-size: 18px; line-height: 22px; font-weight: 600; }
.counterBox { border-right: 1px solid #D2D2D2; }
section.summitBanner .imgWrap { height: 570px; }
section.summitBanner .imgWrap img { height: 100%; object-fit: cover; }
section.summitBanner { margin-top: -80px; }
.titleBox { z-index: 1; bottom: 110px; left: 50%; transform: translateX(-50%); color: #fff; width: 100%; }
.titleBox h2 { font-size: 60px; line-height: 60px; letter-spacing: 0.6px; position: relative; }
.titleBox h2:before { content: ''; position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); width: 180px; height: 2px; background: #EF5932; }
section.eventList, section.whyB1Section { padding: 80px 0; background: transparent linear-gradient(112deg, rgba(232, 159, 144, 0.2) 0%, rgba(223, 228, 239, 0.2) 47%, rgba(158, 159, 219, 0.2) 72%, rgba(180, 186, 222, 0.2) 100%) 0% 0% no-repeat padding-box; }
section.eventList h2 { text-align: center; line-height: 48px; margin-bottom: 40px; }
section.eventList .eventDetails { margin-top: 70px; box-shadow: 0px 5px 40px #0000001A; padding: 50px 35px 130px; position: relative; background: #fff; overflow: hidden; }
.eventDetails h5 { font-weight: 700; font-family: "Degular", sans-serif; line-height: 48px; margin-bottom: 0; }
.eventDetails h5.eventName { color: #2F3D9A; line-height: 20px; }
section.eventList .eventDetails h2 { color: #EF5932; text-align: left; margin: 5px 0 10px; }
section.eventList .eventDetails p { font-weight: 600; }
section.eventList .eventDetails p i { color: #ef5932; }
.eventDetails a.orange_btn, .whyB1Box a.orange_btn { padding: 10px 50px 10px 20px; position: relative;z-index: 1; }
.eventDetails span { display: block; font-size: 92px; line-height: 106px; font-weight: 700; position: absolute; bottom: -19px; left: 0; opacity: 0.05; }
section.teamSection h2 { text-align: center; margin-bottom: 35px; }
.teamBox { box-shadow: 0px 5px 30px #00000014; display: flex; align-items: center; }
.teamBox .imgWrap { border-bottom: 4px solid #EF5932; height: 214px; width: 30%; }

/* .teamBox .imgWrap img { :; } */
.teamDetails { width: 60%; padding: 0 32px; }
.teamBox .imgWrap img { height: 100%; object-fit: cover; width: 100%; }
.teamDetails h4 { color: #2F3D9A; font-weight: 700; font-size: 24px; margin-bottom: 0; line-height: 28px; }
.teamDetails span { color: #EF5932; }
.teamDetails p { color: #323232; font-weight: 500; line-height: 19px; font-size: 16px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; margin-bottom: 0; }
section.ctaSection { background-image: url(../images/cat-bg.webp); background-repeat: no-repeat; background-size: cover; }
section.whyB1Section { padding: 80px 0 135px; }
.whyB1Inner .imgWrap { position: relative; padding-left: 60px; top: 52px }
.whyB1Inner .imgWrap img { position: relative; z-index: 2; }
.whyB1Inner .imgWrap:after { content: ''; position: absolute; background-color: #2F3D9A; height: 281px; width: 162px; bottom: 30px; left: 0; z-index: 1; }
.whyB1Inner .imgWrap:before { content: ''; position: absolute; background-color: #EF5932; height: 119px; width: 89px; top: 30px; left: 35px; z-index: 2; }
.whyB1Box { max-width: 736px; width: 100%; position: absolute; top: 0; right: 0; background: #fff; z-index: 3; padding: 50px; box-shadow: 0px 5px 30px #00000014; }
.whyB1Box ul { margin-bottom: 30px; }
.whyB1Box ul li { padding: 0px 0px 16px 30px; position: relative; }
.whyB1Box ul li:last-child { padding-bottom: 0; }
.whyB1Box ul li:before { content: ''; background: url(../images/circle-check.svg); width: 18px; height: 18px; position: absolute; left: 0; top: 2px; background-size: 18px; }

/* features */
.content { background: linear-gradient(126deg, #E89F90 0%, #DFE4EF 47%, #9E9FDB 72%, #B4BADE 100%); }



/* Inner Banner*/
section.innerBanner { position: relative; }
section.innerBanner h2 { font-size: 52px; letter-spacing: 0.52px; line-height: 52px; }
section.innerBanner h2 span { color: #EF5932; }
section.innerBanner .contentBox { position: absolute; top: 50%; color: #fff; max-width: 660px; transform: translateY(-50%); }
section.innerBanner .imgWrap img { opacity: 0; }
section.innerBanner .imgWrap { background-size: contain; background-repeat: no-repeat; height: 700px; background-size: cover; }
.contentBox .banner_btn { margin-top: 50px; }
.breadcrumbList { position: absolute; bottom: 50px }
.custom-breadcrumb li, .custom-breadcrumb li a { color: #B1B6C8; }
ul.custom-breadcrumb li a { padding-right: 20px; position: relative; }
ul.custom-breadcrumb li a:before { content: '\f054'; font-family: 'FontAwesome'; font-size: 10px; color: #B1B6C8; position: absolute; right: 7px; top: 3px; }
.whyShould .heading { margin-bottom: 40px }
.colorBox { padding: 40px 30px; text-align: center; height: 100% }
.colorBox .imgWrap { width: 160px; height: 160px; margin: 0 auto; border-radius: 100%; line-height: 160px; margin-bottom: 30px; }
.colorBox h6 { font-weight: 600; color: #222222; font-size: 24px; line-height: 29px; margin-bottom: 14px; }
.colorBox p { color: #222222; margin-bottom: 0; }
.colorBox1 { box-shadow: 0px 0px 30px #00000014; }
.colorBox2 { box-shadow: 0px 5px 30px #0000001F }
.colorBox3 { box-shadow: 0px 0px 30px #0000001F; }
.colorBox4 { box-shadow: 0px 5px 30px #0000001F; }
.colorBox5 { box-shadow: 0px 0px 30px #00000014; }
.colorBox1 .imgWrap { background: #FEF3F0 }
.colorBox2 .imgWrap, .colorBox5 .imgWrap { background: #FEF3F0 }
.colorBox3 .imgWrap { background: #FEF3F0 }
.colorBox4 .imgWrap { background: #FEF3F0 }

/*Feature Page*/
.keyFeatures { background: transparent linear-gradient(128deg, rgb(232 159 144 / 30%) 0%, rgb(223 228 239 / 47%) 47%, rgb(158 159 219 / 72%) 72%, rgb(180 186 222 / 50%) 100%) 0% 0% no-repeat padding-box; }
.keyTabTitle { position: relative; padding: 40px 0 0 0; z-index: 0; }
.keyTabTitle::before { content: ''; position: absolute; background: url(../images/key-feature-bg.jpg)left center no-repeat; background-color: #142d6bff; height: 100%; z-index: -1; top: 0; background-size: cover; left: -10000%; right: -400px; }
.keyFeaturesInner { display: flex; justify-content: space-between; }
ul#myTab { display: block; border: none; margin: 35px 0; }
.nav-item { border-bottom: 1px solid #ffffff50; }
.nav-item:last-child { border-bottom: 0 }
.nav-tabs .nav-link { border-radius: 0; color: #fff; display: block; width: 100%; text-align: left; border: 0; padding: 16px 20px; font-weight: 500; font-size: 20px}
.nav-tabs .nav-link i { margin-right: 15px; }
.nav-tabs .nav-link.active { border: none; background-color: #EF5932; color: #fff; }
.nav-tabs .nav-link:hover { border: none; background-color: #EF5932; }
.keyTabContent { box-shadow: 0px 5px 30px #00000014; max-width: 840px; width: 100%; padding: 40px; margin-left: auto; background-color: #fff; margin-top: 97px; position: relative; }
.keyTabDetail { display: flex; justify-content: space-between; padding: 20px 0 0 0; }
.keytabText { width: calc(100% - 110px); }
.externalLink a { display: inline-block; background-color: #EF5932; height: 90px; width: 90px; display: flex; align-items: center; justify-content: center; transition: all 0.3s; border: 2px solid transparent; }
.externalLink a strong { font-size: 18px; }
.externalLink a img { transition: all 0.3s; }
.externalLink a:hover { background-color: #fff; border: 2px solid #EF5932; }
.externalLink a:hover img { filter: invert(39%) sepia(22%) saturate(4237%) hue-rotate(343deg) brightness(105%) contrast(87%); }
.keytabText p { margin: 0; }
.sectionHeading { font-size: 48px; color: #fff; font-family: "Degular", sans-serif; }
.KeyImg a { position: relative; }
.KeyImg a::before { content: "\f04b"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 70px; height: 70px; border-radius: 50%; background-color: #fff; transition: all 0.3s; opacity: 0; visibility: hidden; display: flex; align-items: center; justify-content: center; font-family: 'fontawesome'; font-size: 30px; color: #EF5932; padding: 0 0 0 5px; }
.KeyImg:hover a::before { opacity: 1; visibility: visible;display: none; }
.fancybox-is-open {display: none;}

.feature_comparison{padding: 60px 0;}
.feature_comparison .feature_table{display: flex;align-items: center;justify-content: center;}
.feature_comparison .feature_table .table_responsive{overflow: auto;}
.feature_comparison .feature_table .table_responsive table thead {background: #132b69;color: #FFFF;}
.feature_comparison .feature_table .table_responsive table thead tr th{border: 1px solid #132b69; border-right: 1px solid #334f99; padding: 10px 20px;white-space: nowrap;border-bottom: 5px solid #486bce;font-size: 20px;line-height: 25px;font-weight: 600;}
.feature_comparison .feature_table .table_responsive table tbody tr th, .feature_comparison .feature_table .table_responsive table tr td{border: 1px solid #afabab;padding: 15px 20px;background: #f6f8ff;font-size: 18px;line-height: 22px;}
.feature_comparison .feature_table .table_responsive table tr td:first-child{background-color: #FFF;}
.feature_comparison .feature_table .table_responsive table tr td strong{display: block;}
.feature_comparison .feature_table .table_responsive table tr td span.circle {display: flex;align-items: center;justify-content: center;position: relative;width: 25px;height: 25px;background: #FFF;border-radius: 20px;border: 1px solid #000;left: 0;right: 0;margin: 0 auto;overflow: hidden;}
.feature_comparison .feature_table .table_responsive table tr td span.circle.full-circle {background: #23b923;}
.feature_comparison .feature_table .table_responsive table tr td span.circle.half-circle::before {content: "";position: absolute;width: 12px;height: 25px;background: #23b923;left: 0;}
.feature_comparison .feature_table .table_responsive table tr td span.circle.circle-90::before{content: "";position: absolute;width: 12px;height: 11px;background: #FFF;left: 0;top: 0;}

/* parter css */
.partner { background-color: #fff; margin: 50px 0 0 0; max-width: 90%; padding: 87px 60px; position: relative; box-shadow: 0px 5px 30px #00000014; }
.partner .sectionHeading { color: #323232; }
.partnerText { width: 50%; }
.primaryBtn { display: inline-block; text-decoration: none; color: #fff; background-color: #EF5932; border: 1px solid #EF5932; transition: all 0.3s; padding: 20px 30px; border-radius: 40px; }
.primaryBtn svg { margin: 0 0 0 10px; }
.primaryBtn:hover { color: red; background-color: #fff; }
.partnerImg { position: absolute; right: -12%; top: 50px; width: 720px; height: 420px; }
.partnerText p { font-size: 20px; font-weight: 500; margin: 0 0 30px 0; line-height: 26px; }

/* data center css */
.dataCenter { background: url(../images/data-center-bg.jpg)center center no-repeat; background-size: cover; margin: -90px 0 0 0; padding: 220px 0 200px 0; }
.dataCenter .sectionHeading { color: #fff; font-family: "Degular", sans-serif; }
.dataCenterInner { display: flex; }
.dataCenterDetail { margin: 0 0 0 50px; width: 50%; }
.dataCenterDetail p { font-family: "Degular", sans-serif; color: #81D4FF; font-size: 70px; width: 60%; line-height: 70px; margin: 0; font-weight: 100 }

/*CTA*/
.ctaInner { background-image: url(../images/cta-bg.png); background-color: #FB5A2E; background-size: cover; color: #323232; margin-top: -120px;box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2); }
.ctaText { padding: 40px; }
.ctaText h4 { font-size: 32px; font-weight: 700; font-family: 'Degular'; }
.ctaText p{font-weight: 500;}
.ctaText a { padding: 10px 50px 10px 30px; font-size: 15px; }

/*Partner CTA*/
section.partnerCTA { /*background: linear-gradient(116deg, rgba(232, 159, 144, 0.2) 0%, rgba(223, 228, 239, 0.2) 47%, rgba(158, 159, 219, 0.2) 72%, rgba(180, 186, 222, 0.2) 100%); padding: 375px 0 80px; margin-top: -375px; */ background: #FFF;padding: 80px 0;}
.partnerCTAInner { background-image: url(../images/partner-cta.jpg); background-repeat: no-repeat; padding: 60px 106px; box-shadow: 0px 5px 30px #00000014; background-size: cover; }
.partnerCTAInner h5 { font-size: 24px; font-weight: 500; line-height: 29px; margin-bottom: 20px; }
.partnerCTAInner h2 { margin-bottom: 10px; }

/*Benifits*/
.benefit { background: transparent linear-gradient(128deg, rgb(232 159 144 / 30%) 0%, rgb(223 228 239 / 47%) 47%, rgb(158 159 219 / 72%) 72%, rgb(180 186 222 / 50%) 100%) 0% 0% no-repeat padding-box; position: r; }
.benefitInner .sectionHeading { color: #323232; width: 70%; line-height: 48px; }
.benefitListing { background-color: #fff; padding: 40px; box-shadow: 0px 10px 60px #0000001A; display: flex; flex-wrap: wrap; margin-left: -25%; margin-top: 20px; }
.benefitListing .list { width: 50%; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 0 0 20px 20px; position: relative; }
.benefitImg img { width: 100%; height: 100%; object-fit: cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.benefitInnerBox { padding: 50px 0 50px 50px; position: relative; }
.benefitWrap .benefitInner { padding-right: calc((100% - 1320px) / 2); }
.innerHeading { padding: 0 0 30px 0; font-size: 24px; }
.list a.primaryBtn { padding: 10px 20px; }
.list p { margin: 0; }
/* .benefitListing .list:before { content: ''; position: absolute; width: 6px; height: 6px; border-radius: 50%; left: 6px; top: 9px; background: #435789; } */
.benefitListing .list:before{content: ''; position: absolute;left: 0px; top: 4px;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #093091;}
.benefitListing .list:nth-child(even)::before{left: 3px;}
/* .benefitListing .list:last-child::before { display: none; } */

/*contact form*/
.page-template-contact-us section.innerBanner .contentBox .white_btn{display: none;}
.contactCTA a.orange_btn{margin-top: 35px}
section.contactDetails .colorBox1.colorBox, section.contactDetails .colorBox4.colorBox{box-shadow: inherit;}
section.contactDetails .colorBox h4 { font-size: 24px;text-transform:uppercase; }
section.contactDetails .colorBox h4 a {color: #000;}
section.contactDetails .colorBox h6 { font-size: 18px; line-height: 22px; }
section.contactDetails .colorBox h6 a { color: #000; }
section.contactDetails .colorBox .imgWrap { width: 105px; height: 105px; line-height: 105px; }
section.contactDetails .colorBox { padding: 40px 30px; }
section.contactDetails .detailsImg { height: 650px; }
section.contactDetails .detailsImg img { height: 100%; object-fit: cover; object-position: top; }
.page-template-InnerPage .banner_btn, .page-template-contact-us .banner_btn{display: none;}
.page-template-InnerPage ol li{margin-bottom: 15px}


.request_service-form .form-field input,.request_service-form .form-field select,.request_service-form .form-field textarea{font-size:16px;color:#000;width:100%;height:50px;background:#fff;padding:0px 15px;border:1px solid #e1e1e1;}
.request-service-form .form-field textarea{padding:15px;border-radius:0px;height:150px;}
.request_service-form .form-field select{width:100%;height:50px;}


.quickinquiry-title {
    background: #0058ae;
    color: #ffffff;
    padding: 20px;
}
.quickinquiry-title h3 {
    font-size: 20px;
    line-height: normal;
    margin: 0px;
}
.modal-open{padding:0px!important;margin:0px!important;}
.modal-content{overflow: hidden;}
.modal-close {
    font-size: 20px;
    color: #0058ae;
    line-height: 25px;
    background: #ffffff;
    border: none;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
    border-radius: 100%;
    width: 25px;
    height: 25px;
}
.modal-body{padding:0px;}
.request-service-form .row{margin-bottom:0px;}
.request-service-form .xdsoft_inline{width:100%;border:none;padding:0px;}
.request-service-form .xdsoft_datepicker{width:calc(100% - 100px)!important;margin:0px!important;padding-right:15px!important;}
.request-service-form .xdsoft_timepicker{width:100px!important;margin:0px!important;}
.request-service-form .xdsoft_datetimepicker .xdsoft_calendar th{font-size:14px;color:#000000;font-weight:normal;width:40px;height:40px;line-height:40px;background:none;border:none;text-align:center;}
.request-service-form .xdsoft_datetimepicker .xdsoft_calendar td{background:none;border:none;box-shadow:none;text-align:center;}
.request-service-form .xdsoft_datetimepicker .xdsoft_calendar td div{font-size:14px;font-weight:normal;height:40px;line-height:40px;margin:auto;padding:0px;}
.request-service-form .xdsoft_datetimepicker .xdsoft_calendar .xdsoft_current div{color:#ffffff;background:#0058ae;}
.request-service-form .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{color:#ffffff;background:#0058ae!important;}
.request-service-form .xdsoft_datetimepicker .xdsoft_calendar table{border:none;}
.request-service-form .xdsoft_datetimepicker .xdsoft_month{width:auto;}
.request-service-form .xdsoft_datetimepicker .xdsoft_year{width:auto;}
.request-service-form .xdsoft_prev:after{content:"\f104";font-family:FontAwesome;font-size:20px;display:block;}
.request-service-form .xdsoft_datetimepicker .xdsoft_mounthpicker{display:flex;align-items:center;justify-content:center;}
.request-service-form.form-validate .form-field.form-field-date-time-picker label.error{top:0px;transform:translateY(0%);-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-o-transform:translateY(0%);-ms-transform:translateY(0%);}
.request-service-form .form-field{margin:10px 0px;}
.request-service-form .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{height:40px;line-height:40px;background:none;border:1px solid #979797!important;margin-bottom:8px;}
.request-service-form .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:300px;border:none;padding-right:5px;overflow-y:scroll;}
.xdsoft_time_variant{margin-top:0px!important;height:100%;}
.request-service-form .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box::-webkit-scrollbar{width:5px;}
.request-service-form .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,0.3);}
.request-service-form .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box::-webkit-scrollbar-thumb{background-color:#0058ae;}
.request-service-form .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{display:none!important;}
.request-service-form .xdsoft_time_box>.xdsoft_scrollbar{background:#f1f1f1;display:none;}
.request-service-form .xdsoft_time_box>.xdsoft_scrollbar>.xdsoft_scroller{border:#0058ae!important;background:#0058ae!important;}
.form-field-button{text-align:right;}
.ct-button{color:#ffffff;border:1px solid transparent;padding:8px 15px;min-width:120px;width:150px!important;background-color:#EF5932;border-color:#EF5932;display:inline-block;text-align:center;cursor:pointer;}
.ct-button:hover{color:#ffffff;}
.step{display:none;}
.step-indicator{display:flex;justify-content:space-between;border-bottom:2px solid #ebebeb;}
.step-indicator span{flex:1;text-align:center;color:#888;margin-bottom:15px;}
.progress{height:2px;background-color:#007bff;width:0;transition:width 0.3s;margin-top:-2px;}
.fixed-call-left-button{position:fixed;top:50%;right:0px;display:flex;align-items:center;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);z-index:11;}
.fixed-call-left-button a{background:#ff6420;color:#ffffff;font-size:18px;text-align:center;display:block;padding:0px 0px 15px 0px;writing-mode:vertical-rl;text-orientation:sideways-right;-moz-writing-mode:vertical-rl;writing-mode:vertical-rl;text-transform:capitalize;}
.fixed-call-left-button span{font-size:14px;width:42px;height:42px;line-height:42px;background:#0058ae;margin-bottom:15px;animation:buttonicon 1s linear infinite;display:inline-block;vertical-align:middle;}
.fixed-call-left-button strong{font-weight:500!important;}
.custom-bounce{-moz-animation:custom_bounce 2s infinite;-webkit-animation:custom_bounce 2s infinite;animation:custom_bounce 2s infinite;}
@keyframes custom_bounce{
	0%,20%,50%,80%,100%{transform:translateY(0);}
	40%{transform:translateY(-5px);}
	60%{transform:translateY(-5px);}
}
.fixed-call-left-button i.fa.fa-headphones:before{transform:rotate(-90deg);display:block;font-size:20px;position:relative;left:-1px;top:1px;}
.request-service-form .form-validate .form-field label.error{font-size:0px;position:absolute;right:10px;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);padding-bottom:0px;font-weight:normal;width:20px;height:20px;z-index:11;}
.request-service-form .form-validate .form-field label.error:after{content:"";font-family:'Open Sans',sans-serif;color:#ffffff;font-size:10px;opacity:1;position:static;border:none;width:100%;height:100%;line-height:20px;border-radius:100%;display:inline-block;text-align:center;}
.request-service-form .form-validate .step.error .form-field label.error:after{content:"x";background:#f70000;margin:0px;}
.request-service-form .form-validate .step .form-field.valid label.error{display:block!important;}
.request-service-form .form-validate .step .form-field.valid label.error:after{content:"✓";background:#00ab15;}
.request-service-form .form-field.error input,.form-field.error textarea,.form-field.error select{padding-right:30px;}
.request-service-form .form-field{position:relative;}
.request-service-form-info h2{font-size:24px;font-weight:600;margin-top:30px;letter-spacing:0px;line-height:23px;}
.request-service-form-info img{max-width:150px;}
.request-service-form-info p{margin:15px 0px;}
.request-service-form-info ul{padding:0px;margin:0px;list-style-type:none;}
.request-service-form-info ul li{position:relative;margin:15px 0px;padding-left:25px;font-weight:500;color:#606060;}
.request-service-form-info ul li i{position:absolute;left:0px;top:0px;}
.request-service-form-info{height:100%;padding:15px;background:#f1f9ff;}
.request-service-form-info ol{padding:0px;margin:15px 0px;list-style-type:none;}
.request-service-form-info ol li{font-size:16px;line-height:20px;padding-left:15px;position:relative;}
.request-service-form-info ol li + li{margin-top:15px;}
.request-service-form-info ol li:before{content:"";background:#F06823;width:8px;height:8px;position:absolute;left:0px;top:5px;border-radius:100%;}
.request-service-form-right{padding:15px;}
.request-service-form-title{text-align:center;padding:15px 0px 15px 0px;}
.request-service-form-title h3{font-size:30px;margin-bottom:0px;}
.prev{border-color:#848484;background:#848484;}
.errorTooltip{display:none;}
.frm-submit-process .submit-button:after{content:"";width:10px;height:10px;border:3px solid #0058ae;border-radius:50%;border-top-color:#F06823;display:inline-block;vertical-align:middle;margin-left:15px;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite;}
@keyframes spin{
	to{-webkit-transform:rotate(360deg);}
}
@-webkit-keyframes spin{
	to{-webkit-transform:rotate(360deg);}
}
.description-count{font-size:12px;color:#aaa;text-align:right;margin-top:-12px;}
.contactFormHome .description-count{color:#ffffff;margin-top:0px;}
.form-field-captcha strong{font-size:14px;color:#ff6420;position:absolute;right:22px;top:0px;bottom:0px;z-index:1;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.form-field-captcha span{position:absolute;right:0;top:0;bottom:0;z-index:1;background:#f3f3f3;border:1px solid #ccc;display:flex;align-items:center;justify-content:center;min-width:150px;}
.form-field{position:relative;}
.form-validate .form-field label.error{font-size:0px;position:absolute;right:0px;top:0px;padding-bottom:0px;font-weight:400;width:15px;height:15px;z-index:11;}
.form-validate .form-field label.error:after{content:"";color:#fff;font-size:11px;opacity:1;position:static;border:none;width:100%;height:100%;line-height:15px;display:block;text-align:center;}
.form-validate .form-field label.error:after{content:"x";background:#f70000;margin:0px;}
.form-validate .valid label.error{display:block!important;}
.form-validate .valid label.error:after{content:"✓";background:#00ab15;}
.frm-submit-process .form-field .orangeBtn:after{content:"";width:10px;height:10px;border:3px solid #0058ae;border-radius:50%;border-top-color:#F06823;display:inline-block;vertical-align:middle;margin-left:15px;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite;}
.country-code-phone-field{display:flex;justify-content:space-between;}
.country-code-field-text{width:60px;}
.phone-field-text{width:calc(100% - 60px);}
.form-input{position:relative;width:100%;}
button.btn-close.bg-none{background:none;width:20px;height:20px;}
button.btn-close.bg-none i{display:block;font-size:24px;margin-top:-7px;margin-left:-2px;}
@keyframes spin{
	to{-webkit-transform:rotate(360deg);}
}
@-webkit-keyframes spin{
	to{-webkit-transform:rotate(360deg);}
}
.banner-blog-list {
    background: #182f6f;
    padding: 75px 0px;
}
.blog-single-accordion.faq_sec .accordion.faq_accordion .accordion-item .accordion-header .accordion-button{font-size:17px;line-height:20px;padding-bottom:0;}
.blog-single-accordion.faq_sec .accordion-body{padding-top:15px;}
.accordion.faq_accordion{padding:15px 30px;}
.g-recaptcha { border: 1px solid #c9c9c9; border-radius: 5px; -weblit-border-radius: 5px; height: 78px; overflow: hidden; padding: 0; position: relative; width: 200px; }