html, body{
    overflow-x: hidden !important;
}
header .disable-fixed {
    position: absolute;
    overflow: hidden;
}

.padd0{
    padding: 0 !important;
}

.show-menu {
    overflow: unset;
}
.show-menu .push-menu {
    right: 0;
    -webkit-box-shadow: 0 0 60px rgba(0,0,0,.3);
    box-shadow: 0 0 20px rgba(91, 91, 91, 0.28) !important;
    transition: all 0.8s ease !important;
    padding: 25px;
    background-color: #fff8f3 !important;
} 
.push-menu {
    position: fixed;
    top: 0;
    right: -110%;
    width: 410px;
    height: auto;
    z-index: 1031;
    -webkit-transition: all 1s ease; transition: all 1s ease !important;
    background-color: #F4F8FF;
    padding: 25px;
}

.menu_container {
    max-width: 1775px;
    padding: 0 !important;
    margin: 0 auto;
}
.navbar .btn i {
    position: relative;
    margin-left: 8px;
    font-size: 13px;
}
.btn.btn-transparent-light-gray:active, .btn.btn-transparent-light-gray:hover {
    background-color: #20375C;
    border-color: #20375C;
    color: var(--white);
}
.enquiry_btn{
    align-self: unset !important;
}
.btn.btn-switch-text:active .btn-double-text::before, .btn.btn-switch-text:hover .btn-double-text::before {
    transform: translate(-50%,150%);
    opacity: 1;
    margin-top: 0px;
}
.navbar .btn.btn-switch-text.btn-medium > span {
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.push-menu .close-menu {
    height: 33px;
    width: 33px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 33px;
    background-color: transparent;
    border: none;;
    transition: all 0.5s ease;
    border-radius: 5px;
    border-radius: 100%;
}
.push-menu .close-menu:hover {
    transition: all 0.5s ease;
}
.push-menu .close-menu i{
    transition: all 0.5s ease;
    font-size: 18px;
    vertical-align: middle;
}
.push-menu .close-menu:hover i{
    transform: rotate(90deg);
    transition: all 0.5s ease;
    color: #D87E34 !important;
}
.push-menu .close-menu:hover .close_line{
    transform: rotate(90deg);
    border: 1px solid #324F96;
}
.push-menu .close-menu {
    text-align: center;
    color: #D87E34 !important;
    transition: all 0.5s ease !important;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    visibility: visible;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .navbar-brand .default-logo {
    width: 300px;
    max-height: unset;
}

.menu_box{
    background: url("../img/menu_bg.webp");
    background-color: #f9fbff;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.push-button {
  position: relative !important;
  top: 0px !important;
  display: flex !important;
  align-items: center !important;
  cursor: pointer;
  justify-content: space-between;
  width: 65px;
}
.menu_txt{
    line-height: 20px;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: -4px;
    /*! left: -58px; */
}


.header-push-button .push-button:hover span {
    left: 0px;
    transition: all 0.5s ease;
}
.header-push-button .push-button span {
  transition: all 0.5s ease;
}
.push-button > span:nth-child(2), .push-button > span:nth-child(3) {
  /*! top: 9px !important; */
}
.header-push-button .push-button:hover span:first-child {
    width:20px;
    transition: all 0.8s ease;
}
.header-push-button .push-button:hover {
    opacity:   0.8 !important;
}
.theme-demos {
    display: none !important;
}
header .navbar-brand {
    padding: 13px 0;
}  

#accordian{
    scrollbar-width: thin;
    scrollbar-color: #717e954d #e4e4e4;
}
#accordian::-webkit-scrollbar {
    width: 2px;
}
#accordian::-webkit-scrollbar-track {
    background-color: #e4e4e4;
}
#accordian {
	height: 100vh;
	overflow-x: hidden;
	margin-top: 65px; 
}
.show-dropdown{
    padding-left: 20px;
  padding-right: 14px;
}
.pr0{
    padding-right: 0px !important;
}
.plr0{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#accordian li {
	list-style-type: none;
	border-bottom: 1px solid #22385d12;
	padding: 12px 0;
}
#accordian li:last-child {
  border-bottom: none;
}
#accordian .mob_view li:last-child {
border-bottom: 1px solid #22385d12;
}
#accordian ul li a{
	text-decoration: none;
	display: block;
	transition: all 0.8s ease;
	position: relative;
	border-radius: 2px;
	letter-spacing: 0.6px;
	line-height: 25px;
    font-size: 14px;
    font-weight: 400;
	color: #464646;
}
#accordian ul li a:hover{
	color: #64B0BF;
	transition: all 0.5s ease;
	padding-left: 15px;
} 
.header-push-button p{
    margin-bottom: 0 !important;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: white;
}

#accordian>ul>li>ul,
#accordian>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul,
#accordian>ul>li>ul>li>ul>li>ul>li>ul {
	display: none;
	height: auto;
}
 
#accordian>ul>div>li>ul,
#accordian>ul>div>li>ul>li>ul,
#accordian>ul>div>li>ul>li>ul>li>ul,
#accordian>ul>div>li>ul>li>ul>li>ul>li>ul {
	display: none;
}
 

#accordian a:not(:only-child):before {
	content: "\f105";
    position: absolute;
    right: 13px;
    top: 0px;
    font-size: 13px;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    padding-right: 0px;
    vertical-align: middle;
    font-weight: 600;
    transition: 0.5s;
	color: #D87E34;
	font-style: normal;
}

#accordian .active>a:not(:only-child):before {
	transform: rotate(90deg);
}
#accordian ul.submenu li a{
    color: #fa6d0a;
    transition: all 0.5s ease;
}
#accordian ul.submenu li a:hover{
    color: #868686;
    transition: all 0.5s ease;
    padding-left: 15px
}
.sticky-wrap, .sticky-wrap-right {
    position: absolute;
    top: 50%;
    z-index: 1;
}
.sticky-wrap.shadow-in {
    left: 11px;
}
.sticky-wrap a, .sticky-wrap div, .sticky-wrap p, .sticky-wrap span {
    color: #20375c !important;
    transition: all 0.5s ease;
}
.sticky-wrap .social-icon-style-10 ul li a:hover, .sticky-wrap a:hover, .sticky-wrap span:hover {
    color: #B3B3B3 !important;
    transition: all 0.5s ease;
}
.linkedin{width: 16px;}

.close_line{
    content: "";
    border: 1px solid #324F96;
    height: 34px;
    width: 34px;
    position: absolute;
    border-radius: 100%;
    right: 0;
}
.rev_row_zone_middle {
    top: 50%;
    transform: translateY(-50%);
    left: -9%;
}
#slide-1-layer-14, #slide-2-layer-14, #slide-3-layer-14 {
    background-size: cover;
}
.ban_arrow{
    left: -8.6%;
  position: relative;
  bottom: 15px;
}
.btn_padd{
    padding: 10px 20px !important;
}
.ban_btn{
  padding: 0px !important;
  border-color: #d2d2d2 !important;
}
.ban_btn .btn-double-text {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}

.btn.btn-switch-text .btn-double-text::before {
    transition: all 0.8s ease;
}
#slide-1-layer-07, #slide-2-layer-07, #slide-3-layer-07{
    font-size: 46px !important;
    text-transform: uppercase;
    font-family: "Poppins", serif;
    letter-spacing: 0px !important;
    line-height: 75px !important;
}
.rev_slider .tp-caption.rev_row {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  height: auto !important;
  font-size: 0;
  margin-left: 6px !important;
}
.stroke{
    -webkit-text-stroke: 1px #242e45;
  color: transparent;
  margin-left: 1px;
}
#slide-1-layer-01{
    border: 2px dashed #c2c421;
    animation: rotate_ban 75s linear infinite;
}
#slide-2-layer-01{
    border: 2px dashed #D9C4B2;
    animation: rotate_ban 75s linear infinite;
}
#slide-3-layer-01{
    border: 2px dashed #89DDDB;
    animation: rotate_ban 75s linear infinite;
}
@keyframes rotate_ban {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(90deg);
    }
    50%{
        transform: rotate(180deg);
    }
    75%{
        transform: rotate(270deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.ban_img{
    animation: skew_rot 10s linear infinite;
}
@keyframes skew_rot {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(2deg);
    }
    50%{
        transform: rotate(0deg);
    }
    75%{
        transform: rotate(-2deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.btn.btn-switch-text.btn-medium > span {
    padding: 10px 20px;
}

.plus_year{
    -webkit-text-stroke: 2px white;
  color: #242e4524;
  font-family: "Poppins", serif;
}
.tran_color{
    color: #242e45 !important;
}
.sub_title{
    color: #fa6d0a;
  letter-spacing: 2px;
  word-spacing: 3px;
  font-size: 12px;
  line-height: 42px;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  padding-left: 25px !important;
  border-radius: 100px !important;
  padding-right: 25px !important;
  text-transform: uppercase !important;
}
.exe_txt{
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 29px;
    font-family: 'Roboto', serif;
}
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(to right, #46aeca2e, rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, #46aeca45, rgba(255, 255, 255, 0.0));
}
.btn.btn-medium {
    font-size: 12px;
    text-transform: uppercase !important;
    letter-spacing: 2px;
}
.btn.btn-transparent-light-gray {
    color: #242E45B5;
}
.pl50{
    padding-left: 50px !important;
}
.wd38{
    width: 38%;
}
.wd62{
    width: 62%;
}
footer, section {
  /*! padding-top: 70px; */
  /*! padding-bottom: 70px; */
} 
.count_num{ 
    font-size: 50px;
    font-weight: 700;
    font-family: "Poppins", serif;
    -webkit-text-stroke: 1px #475063;
    color: #96a5bb17;
    display: inline-block; 
    line-height: 72px;
}
.line_bg{
    background-image: linear-gradient(to right, #48acc8, #45adc9, #2e6da1, #285d91, #304c77);
    opacity: 0.3;
    margin-top: -7px;
    height: 10px !important;
}
.line_box{
    position: absolute !important;
    width: 100% !important;
    bottom: 8px;
    z-index: -1;
}
.counter_txt{
    letter-spacing: 2px;
    display: block !important;
    font-size: 18px;
    color: #242e45;
    word-spacing: 3px;
    font-family: 'Roboto', serif;
}
.counter_txt span{
    font-weight: 900;
}
.product_bg{
    background-color: #006cb5;
    border-radius: 10px;
}

.title_flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 35px;
    align-items: flex-end;
}
.btn.btn-transparent-light-gray {
    background-color: transparent;
    border-color: #242e452e;
}
.pro_flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}
.padd10{
    padding: 10px !important;
}
.pt20{
    padding-top: 20px !important;
}

.under_color{
    background-color: #DFF1F6;
}
.orange_cl{
    color: #FA6D0A;
}
.ls05{
    letter-spacing: 0.5px !important;
}
.understand .bg-base-color{
    background-color: #242E45;
    transition: all 0.5s ease !important;
}
.process-step-style-05:hover .process-step-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease !important;
}
.hover-box:hover .box-overlay {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease !important;
}
.hover-box .box-overlay {
    transition: all 1s ease !important;
}

.slider-navigation-style-04 {
    height: 40px;
    width: 40px;
    border-color: #ffffff2e !important;
}
.slider-navigation-style-04 i {
    color: #E8E8E8B5;
    font-size: 16px;
}

.mb45{
    /*! margin-bottom: 45px !important; */
}
.interactive-banner-style-09 .image-content:hover .hover-label-icon .label {
    opacity: 1;
    margin-top: 0px;
}
.app_txt{
    background: white;
  color: #242e45 !important;
  font-size: 12px;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
  font-family: 'Roboto', serif;
}
.padd5{padding: 5%;}
.bg-gradient-regal-blue-transparent {
    background-image: linear-gradient(to top, rgba(36, 46, 69, 0.65) 0%, #0000 100%);
}
.interactive-banner-style-09 .image-content {
    position: absolute;
    top: 0;
    align-items: flex-end !important;
    justify-content: flex-end;
}
footer .footer-logo img {
    max-height: unset;
    width: 308px;
}
.foot_cont i{
    margin-right: 10px;
  font-size: 18px;
}
.foot_cont a{
    font-size: 16px;
    color: #242e45c2;
    transition: all 0.8s ease;
}
.foot_cont a:hover{
    margin-left: 10px;
    color: #242e45;
    text-decoration: underline;
    transition: all 0.8s ease;
}
.mb2{
    margin-bottom: 2px !important;
}
.mb10{
    margin-bottom: 10px !important;
}

.dot1{
    margin: 0 6px 0 16px;
}
.dot2{
    margin: 0 6px 0 10px;
}
.foot_title{
    font-weight: 600 !important;
  font-size: 18px;
  font-family: 'Roboto', serif;
  letter-spacing: 1px;
}
.dark_blue{
    color: #347fa8;
}
.sub_foot{
    padding: 5px 15px 7px;
    margin-bottom: 0;
}
.sub_foot a, .sub_foot p{
    font-size: 10px;
    letter-spacing: 0.5px;
    font-family: "Poppins", serif;
    color: #878898;
    line-height: 23px;
}

.sub_foot a:hover{
    color: #242e45;
    text-decoration: underline;
}
footer .border-color-transparent-white-light {
    border-color: rgba(158, 158, 171, 0.14) !important;
}
footer .linkedin {
    width: 21px;
}
.foot_what{
    font-size: 21px;
}
.social_get a{
    color: #242e45c4;;
    transition: all 0.8s ease;
}
.social_get a:hover{
    color: #B3B3B3;
    transition: all 0.8s ease;
}
.social_get a img{
  transition: all 0.8s ease;
}
.social_get a:hover img{
    opacity: 0.35;
  filter: grayscale(100%);
  transition: all 0.8s ease;
}
.sticky-wrap a:hover .linkedin{
    opacity: 0.7;
    filter: grayscale(100%);
    transition: all 0.8s ease;
}
.pt70{
    padding-top: 70px !important;
}
.foot_line{
    content: "";
    position: absolute;
    height: 81%;
    width: 2px;
    background: linear-gradient(to top,white 7%,#242e4563 49%,white 99%);
    padding: 0;
    top: 0;
    right: 80px;
    opacity: 0.2;
}
.line3{
    right: 68px;
}
.mlr35n{
    margin-right: -39px;
  margin-left: 39px;
}
.line_logo{
    right: 3px;
}
.mr20n{
    margin-right: -22px;
}
.space_bw{
    display: flex;
    justify-content: space-between;
}
.scroll-progress {
    right: 9px;
    bottom: 3.5%;
    top: auto;
}
.magic-cursor-light #ball-cursor, .scroll-progress .scroll-point, .theme-demos {
    background-color: #294e7d;
}
.scroll-progress .scroll-text {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    margin-bottom: 15px;
    color: #242e45;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 19px;
}
.scroll-progress {
    mix-blend-mode: unset;
}
.scroll-progress .scroll-line {
    background-color: rgb(208, 208, 208);
}
.design {
    font-size: 10px;
    letter-spacing: 0.5px;
    font-family: "Poppins", serif;
    color: #878898;
}

.wel_bdr{
    content: "";
    position: absolute;
    height: 369px;
    width: 369px;
    border: 2px dashed #242e4530;
    top: 17%;
    border-radius: 100%;
    left: 19%;
    animation: rotate_ban 70s linear infinite;
}

.wht_color{ color: #FFF !important;}

.ban_btn.banner_btn {
    padding: 0px !important;
    border-color: #e5e7c8 !important;
}

#accordian ul li a.active_link{
    font-weight: 900;
    color: #006cb5;
    padding: 13px 15px;
    margin: 0;
    font-size: 13px;
}
.active_link:before{
    content: "";
    background: #fa6d0a;
    width: 3px;
    height: 54%;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}
#accordian ul li a.active_link_sub{
    font-weight: 900;
    color: #006cb5;
    font-size: 13px;
}
#accordian a.active_link:not(:only-child)::after {
    top: 13px;
}
.page_box {
    background: linear-gradient(to right,#e0f9ffb2 33%,#3e9fc1d1 96%);
    padding: 27px 0;
}
.title_box{
    position: relative;
    display: flex;
    align-items: center;
}
.title_box img{
    width: 34px;
    opacity: 0.3; 
}
.page_title{
    font-weight: 800;
    font-size: 34px;
    letter-spacing: 1px;
    color: #242e45e5;
    text-shadow: 1px 1px 1px rgba(33, 57, 96, 0);
    margin-bottom: 0;
    line-height: 50px;
    padding-left: 8px;
}
.page_title span{
    -webkit-text-stroke: 1px #264470;
    color: transparent;
    font-family: "Poppins", serif;
    text-shadow: none;
    font-weight: 700;
}
.page_title::before {
    content: '';
    display: inline-block;  
    position: absolute;
    top: 50%;
    height: 2px;  
    width: 76px;
    background-color: #20375e;
    left: -76px;  
}

.wel2{
    bottom: -74px;
    right: -13%;
    width: 64% !important;
}
.contact_box{
    padding: 12px 40px !important;
  border-radius: 100px !important;
  border-color: #242e452e !important;
  background-color: white;
  text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
    -webkit-transition: all 350ms cubic-bezier(.37,0,.63,1);
    transition: all 350ms cubic-bezier(.37,0,.63,1);
    position: absolute;
    top: 0;
    margin-top: -27px;
}
.contact_box p{
    letter-spacing: 1px !important;
}
.contact_box a{
    color: #242E45;
}
.contact_box a:hover{
    color: #47AFCB;
}
.wel_rotate{
    animation: rotate_wel 12s linear infinite;
}
@keyframes rotate_wel {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(-11deg);
    }
    50%{
        transform: rotate(0deg);
    }
    75%{
        transform: rotate(11deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.wel_big{
    text-align: center;
    letter-spacing: 0.3px;
    color: white;
    font-size: 34px;
    line-height: 44px;
}

.wel_bg{
    border-radius: 10px;
    background: linear-gradient(to right,#0389e3 30%,#303d5b 100%);
    margin-bottom: 105px;
    position: relative;
}
.world_map{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/about/world_map.webp") !important;
    background-size: contain;
    background-repeat: space;
    background-position: center;
    top: 0;
}
.profile_pg .line_bg {
    background-image: linear-gradient(to right, #ffffff47, #ffffff75, #ffffffa3, #ffffffe5, #fff);
}
.profile_pg .counter_txt {
    color: #ffffff;
}
.profile_pg .count_num {
    -webkit-text-stroke: 1px #ffffffba;
    color: #ffffff0d;
    /*! font-size: 56px; */
}
.btn.wel_btn{
    padding: 0;
    background-color: #fa6d0a;
    text-align: center;
    margin-right: 15px;
    font-family: 'Roboto', serif;
    font-weight: 900 !important;
    width: 207px;
    height: 46px;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    border: 1px solid #242e452e;
}
.btn.wel_btn:hover {
    background-color: #242e45 !important;
    color: white !important;
}
.btn.wel_btn:hover .wel_btn_txt {
    color: white !important;
}

.mt35{
    margin-top: 35px !important;
}
.mt50{
    margin-top: 50px !important;
}
.wel_btn_txt{
    color: white;
}
.w10{
    width: 10%;
}
.let_con{
  width: 100%;
    margin: 0 auto !important;
}
.lap_hg504{
    height: 695px;
}

.hlink{
    color: #384358;
  text-decoration: underline;
}
.nav_tree a{
    color: #242e45;
    transition: all 0.5s ease;
}
.nav_tree a:hover{
    color: #fa6d0a;
    text-decoration: underline;
    transition: all 0.5s ease;
}

.call_us .rounded-box{
    margin-right: 20px !important;
    height: 50px !important;
    width: 50px !important;
    background-color: #FFF;
    border-radius: 50% !important;
}
.call_us .rounded-box i{
    color: #fa6d0a !important;
    font-size: 20px;
    margin-top: 2px;
    margin-left: -2px;
}
.call_us a p{
    transition: all .3s ease-in-out;
}
.call_us a:hover p{
    color: #acacac !important;
    transition: all .3s ease-in-out;
    text-decoration: underline;
}
.call_txt{
    font-weight: 700;
  letter-spacing: 0.5px;
  color: #fb8939 !important;
  margin-bottom: 1px !important;
  line-height: 22px;
    font-size: 18px;
}
.inquiry_for{
    color: white;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.5px;
  font-family: 'Roboto', serif;
    margin-bottom: 18px;
}
.blue_bg{
    background: #006cb5;
}
.product_pg .slider-navigation-style-04 {
    height: 35px;
    width: 35px;
    border-color: #242e454d !important;
    top: 170px;
  }
.product_pg .slider-navigation-style-04 i {
    color: #242E4566;
    font-size: 16px;
}
.product_pg .slider-navigation-style-04.swiper-button-next {
  margin-left: 5px;
  left: auto;
  right: -45px;
}
.product_pg .slider-navigation-style-04.swiper-button-prev {
  margin-right: 5px;
  left: -45px;
  right: auto;
}

.feat_hg{
    margin-bottom: 30px;
    height: 64px;
}
.feat_hg85{
    height: 85px;
}
.feat_hg120{
    height: 120px;
}
.bullet{
    height: 20px;
  width: 20px !important;
  background: #fa6d0a;
  border-radius: 100%;
    margin-right: 13px;
    display: block;
}
.bullet i{
    color: #DFF1F6;
    display: flex;
    align-items: center;
    font-size: 14px;
    width: 20px;
    height: 20px;
    justify-content: center;
}
.class_box{
    display: flex;
  align-items: center;
  border-bottom: 1px solid #242e4521;
  padding: 11px 0;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}
.class_box:hover {
    padding-left: 10px;
    transition: all 0.5s ease;
}
.class_box p{
    margin-bottom: 0px !important;
}
.bullet_ul {
    display: flex;
    align-items: flex-start;
}
.bullet_ul li{
    font-family: 'Roboto', serif;
    color: #242e45d6;
    line-height: 30px;
    letter-spacing: 0.2px;
}
.bullet_ul .icon_bull{
    margin-right: 5px;
    color: #242e4559;
    font-size: 23px;
}
.flex_wrap{
    display: flex;
    flex-wrap: wrap;
}
.bullet_li{
    display: flex;
    align-items: center;
    margin-right: 52px !important;
}
.not_align{
    align-items: unset;
}
.not_align .bullet{
    margin-top: 6px;
}
.mt5{margin-top: 5px;}

.form_style{
    border-radius: 0 !important;
    border-color: #242e4521 !important;
    padding-left: 0 !important;
    background: transparent !important;
    height: 40px;
}
input[type="radio"] {
    width: 14px;
  margin-right: 7px;
}
::placeholder {
    color: #636363c4 !important;
    text-overflow: ellipsis;
    opacity: 1;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-family: "Roboto", serif;
}
.form-control, .form-select, input, select, textarea {
    padding: 0px 25px 3px;
}
.form-label {
    margin-bottom: .5rem;
    color: #242E45F2;
    font-weight: 500 !important;
    font-family: "Roboto", serif;
}
.form_radio{
    border-bottom: 1px solid #242e4521 !important;
  height: 40px;
}
.form_radio label{
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-right: 23px;
    font-family: "Roboto", serif;
}
.form_radio label:last-child{
    margin-right: 0px;
}
select{
    background: transparent;
    padding: 0;
    height: 40px;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #636363c4 !important;
    border-bottom: 1px solid #242e4521 !important;
    font-family: "Roboto", serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0 !important;
}
option{
    background: white;
    margin-bottom: 4px;
}
input{
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #424242 !important;
}
.select_icon i{
    position: absolute;
    top: 13px;
    right: 3px;
    font-size: 12px;
}
.mt15{
    margin-top: 15px !important;
}
.ml3{margin-left: 2px !important;}
.mt25n{
    margin-top: -25px;
}
.ls01{
    letter-spacing: 0.1px !important;
}
.info_title{
    font-weight: 600 !important;
    font-size: 18px;
    font-family: 'Roboto', serif;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.product_nav li button {
    line-height: 23px;
}
.w98{width: 91%;}
footer iframe {
    margin-top: 6px;
}

.popup_bg {
    background-color: rgba(0, 0, 0, 0.63);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    display: none;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.popup_bg:target {
    display: block;
    visibility: visible;
    opacity: 1;
}
.popup {
    position: relative;
    display: block;
    margin: auto;
    top: 22%; 
    background: #fdfdfd;
    width: 400px;
    z-index: 100;
    padding: 26px 26px;
    border-radius: 8px;
    box-shadow: 0 2px 5px #0000004d;
    animation: popup_fadein 0.8s linear;
}
.popup1 {
    top: 16% !important;
    height: 465px !important;
}
@keyframes popup_fadein {
    from {
    transform: scale(.5, .5);
    }
    to {
    transform: scale(1, 1);
    }
}
.popup_title{
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 22px;
    font-size: 18px;
}

.popup .popup_close {
    position: absolute;
    top: 9px;
    right: 4px;
    height: 28px;
    width: 28px; 
    font-size: 26px;
    text-align: center;
}
.popup .popup_close:focus{
    outline: none !important;
}
.popup .popup_close:hover{
    color: #9b9b9b;
} 
.popup .btn.wel_btn {
    width: 35%;
    height: 41px;
}
.side-inq-Popup{
    width:100%;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    display: flex;
    align-items: center;
    margin-bottom: 7px; 
}  
.side-inq-Popup:last-child{
    margin-bottom: 0px; 
}  
.side-inq-Popup img{
    width:25px;
    margin-right:15px;
}

.sosmed { 
    position: fixed;
    right: -158px; 
    top: 18%;
    width: 195px;
    z-index: 99;
}
.sosmed input#hideshare, .sosmed input#openall {
    display: none;
}
.sosmed ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0 !important;
}
.sosmed ul li {
    list-style: none;
    list-style-type: none;
}
.sticky li.share {
    background: #ceeaf1;
    padding: 9px 11px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.8s ease;
    cursor: pointer;
    border-radius: 10px;
}
.sticky li.share:hover {
    margin-left: 0;
    -webkit-transform: translateX(-155px);
    -moz-transform: translateX(-155px);
    -o-transform: translateX(-155px);
    -ms-transform: translateX(-155px);
    transform: translateX(-155px);
    transition: all 0.8s ease;
}
.sticky li.share i {
    margin-right: 14px;
    color: #fa6d0a;
    font-size: 16px;
}

.what_icon{
    font-size: 19px !important;
}
.call_icon{
    transform: rotate(-45deg);
    font-weight: 300;
    font-size: 17px !important;
}
.live_chat{
    bottom: 13px;
    position: fixed;
    right: 6px;
    z-index: 99;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.live_chat .box{
    width: 40px;
    height: 40px;
    background: #fa6d0a;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    box-shadow: -3px 3px 7px #0000002b;
}
.mt10 {
    margin-top: 10px;
}

@media screen and (max-width: 700px) {
    .openall .allsosmed {
        left: 10%;
        right: 10%;
        width: 70%;
    }
}
@media screen and (max-width: 500px) {
    .openall .allsosmed {
    left: 5%;
    right: 5%;
    width: 80% !important;
    }

    .allsosmed li a {
    font-size: 12px;
    }
}

@media screen and (max-width: 300px) {
    .openall .allsosmed li a {
        width: 100%;
    }
}
.allsosmed {
    position: fixed;
    top: 20%;
    left: 20%;
    right: 20%;
    background: #fafafa;
    transition: opacity 500ms;
    width: 50%;
    margin: 0px auto;
    padding: 2%;
    box-sizing: border-box;
    -webkit-transition: width 2s;
    transition: width 2s;
    z-index: 999;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: auto;
    max-width: 500px;
    display: block;
}
.allsosmed li a {
    float: left;
    position: relative;
    margin: 2px;
    overflow: hidden;
    line-height: 0;
    width: 48%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
}
.allsosmed li a i {
    margin-right: 5px;
}
.right195n{right: -195px;}
.ml7n{
    margin-left: -7px !important;
}
.mb75{
    margin-bottom: 75px !important;
}
.bottom100n{
    bottom: -135px;
}
.pl0{padding-left: 0px !important;}

.mb45{
    margin-bottom: 45px !important;
}
.mlr7{
    margin-left: -7px !important;
    margin-right: 7px !important;
}
.hov_arrow {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: #00000059;
    opacity: 0;
    transition: all 0.5s ease;
}
.hov_arrow img{
    width: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-btn-read-more:hover .hov_arrow {
    opacity: 1;
    transition: all 0.5s ease;
}
.profile_pg .blog-image{
    position: relative;
  overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.profile_pg .card-body{
    background: #242e45;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}
.profile_pg .card-body p{
    margin-bottom: 0 !important;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px !important;
}
.certi_shadow{
    box-shadow: 5px 6px 9px #242e4521;
  border-radius: 10px;
    border: 1px solid #0000000f !important;
}
.mr30{
    margin-right: 30px !important;
}
.mt_101n{
    margin-top: -101px;
}
   /* ==== FAQ's CSS Start ===== */


.fqs_que {
    color: #fa6d0a;
    font-weight: 800;
}
.disc {
    font-family: 'Roboto', serif;
    color: #242e45d6;
    line-height: 30px;
    letter-spacing: 0.2px;
    list-style: disc;
   
}
.ls_num {
    font-family: 'Roboto', serif;
    color: #242e45d6;
    line-height: 30px;
    letter-spacing: 0.2px;
    list-style: conic-gradient;
    margin-bottom: 10px;
}
.circle {
    font-family: 'Roboto', serif;
    color: #242e45d6;
    line-height: 30px;
    letter-spacing: 0.2px;
    list-style: circle;
     
}
.squre {
    font-family: 'Roboto', serif;
    color: #242e45d6;
    line-height: 30px;
    letter-spacing: 0.2px;
    list-style: square;
     margin-bottom: 10px;
}
.lis_non {
    font-family: 'Roboto', serif;
    color: #242e45d6;
    line-height: 30px;
    letter-spacing: 0.2px;
    list-style: none;
     margin-bottom: 10px;
}
.no-padd {
   padding: 0%;
}
.w-180px {
    width: 180px !important;
  }
.pl-5 {
    padding-left: 5px;
  }
  .accordion-style-02 .accordion-item .accordion-body span {
    font-family: 'Roboto', serif;
    color: #242e45d6;
    line-height: 30px;
    letter-spacing: 0.2px;
  }
.jst_spc_ard {
    justify-content: space-around;
}
.w-50 {
    width: 50%;
}
.flex-wrap {
    flex-wrap: wrap;
}
.mr20 {
    margin-right: 20px !important;
}

 /* ==== FAQ's CSS End ===== */
 /* ==== Contact Us Page Start ===== */
 .lhmb{
    line-height: 25px;
    margin-bottom: 15px;
 }
 .color_place{
    color: #ffffffe0 !important;
    height: 40px !important;
 }
 .txh{
    height: 50px !important;
 }
 .color_place::placeholder{
    color:#ffffffe0 !important;
 }
 .border_color{
    border-color: #fa6d0a !important;
 }
 .font{
  font-weight: 600 !important;
  font-size: 18px;
  font-family: 'Roboto', serif;
  letter-spacing: 1px;
  /* color: #fa6d0a; */
 }
 .num_size a{
  font-size: 16px !important;
  line-height: 22px !important;
 }
 .border_radius{
    border-radius: 10px !important;
 }
 .bwh{
  width: 35% !important;
  height: 41px !important;
 }
/* ==== Contact Us Page end ===== */

/* ==== Privacy Policy Page Start */
.ptb5{
  padding: 5px 0 !important;
}
.bull{
    width: 26px !important;
}
.bull_from{
    width: 32px !important;
}
.icon_dot{
  margin-right: 5px;
  color: #242e4559;
  font-size: 23px;
}
.fs34{
    font-size: 34px;
}
.opacity-05{
    opacity: 0.05;
}
/* ==== Privacy Policy Page Start ==== */
/* ==== Career Page Start ==== */
.fs_color{
   color: #fa6d0a; 
}
.orange_color{
  color: #242e45d6;
}
.orange_color a:hover{
  margin-left: 10px;
  color: #fa6d0a;
  text-decoration: underline;
  transition: all 0.8s ease;
}
.mail{
 color: #347fa8;
 text-decoration: underline !important;
}
/* ==== Career Page End ==== */
/* ==== single_phage_bridge_rectifier start ==== */
.mb-20px{
    margin-bottom: 20px;
}
/* ==== single_phage_bridge_rectifier end ==== */
/* ==== Induction Heating System start ==== */
.fs-34{
    font-size: 34px !important;
}
.br_dblock{
    display: none;
}
.mt35{
    margin-top: 35px;
}
.youtube-container {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
}
.youtube-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
} 



.induction_font {
  font-weight: 600 !important;
  font-size: 18px;
  font-family: 'Roboto', serif;
  letter-spacing: 1px;
  margin-bottom: 5px !important;
  line-height: 32px;
}
  .big_block{
    display: none;
  }

  .orange_txt{
    color: #fa6d0a !important;
  }
  .br_db{
    display: none;
}
.br_dbk{
    display: none;
}

.tp-loader.spinner0,
.tp-loader.spinner1 {
  width:40px;
  height:40px;
  margin-top:-20px;
  margin-left:-20px;
  animation:tp-rotateplane 1.2s infinite ease-in-out;
  background-color:#fff;
  border-radius:3px;
  box-shadow:0 0 20px 0 rgba(0,0,0,.15);
  display: none !important;
}

/* .service-content p{ text-transform: uppercase;} */



@media screen and (min-width:1700px) and (max-width:1920px) {
    .big_block{
        display: block;
      }
    .big_none{
        display: none;
    }

    /* start section */
    .form_mr25 label{
        line-height: 20px;
        align-items: flex-start;
    }
    .form_mr25 input{
        margin-top: 4px;
    }
  }
@media screen and (min-width:1300px) and (max-width:1700px) {
    .box-layout {
        padding: 0 60px;
    }

    .product_nav li button {
        line-height: 23px;
    }
    .nor_align_unset{
        align-items: unset !important;
    }
    .reactor_form .form_radio {
        border-bottom: 1px solid #242e4521 !important;
        flex-wrap: wrap;
    }
    .reactor_form .form_radio label:nth-child(2) {
        margin-right: 0px;
    }
 
    .product_nav.p-40px {
        padding: 28px !important;
    }
    .round_w27{
        width: 27px;
    }
    .round_w25{
        width: 25px;
    }
    .br_dblock{
        display: block;
    }
    .br_dbk{
        display: block;
    }
    
    
}

/* checking  this screen completed*/
@media screen and (min-width:1500px) and (max-width:1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px;
    }
    .menu_container {
        max-width: 1385px;
        padding: 0 !important;
    }
    .wel_bdr {
        height: 306px;
        width: 306px;
    }
    .plus_year {
        font-size: 138px;
        line-height: 140px;
    }
    .exe_txt {
        letter-spacing: 0.6px;
        font-size: 18px;
    }
    h5 {
        font-size: 30px;
        line-height: 40px;
    }
    .product_bg .w-60 {
        width: 70% !important;
    }
    .title {
        font-size: 46px;
    }
    #slide-1-layer-07, #slide-2-layer-07, #slide-3-layer-07 {
        font-size: 46px !important;
    }
    .nor_hg520{
        height: 580px !important;
    }
    .mlr35n {
        margin-right: -34px;
        margin-left: 34px;
    }
    .mr20n {
        margin-right: -28px;
    }
    .foot_line {
        right: 53px;
    }
    .line_logo {
        right: -19px;
    }
    .line3{
        right: 42px;
    }
    /* start section */
    .product_pg .slider-navigation-style-04 {
        top: 152px;
    }
    .form_mr25 label{
        margin-right: 25px;
    }
    .mb_0{
        margin-bottom: 0px !important;
    }
    .br_db{
        display: block;
    }
    .reactor_label label{
        line-height: 20px;
    }
    .dc_right20 label{
        margin-right: 20px !important;
    }
    .br_db{
        display: none;
    }
    .br_dbk{
        display: none;
    }
   
    
}


@media screen and (min-width:1600px) and (max-width:1700px) {
    .menu_container {
        max-width: 1530px;
        padding: 0 !important;
    }
    .wel_bdr {
        height: 342px;
        width: 342px;
    }
    .nor_hg520 {
        height: 646px !important;
    }
    .mlr35n {
        margin-right: -40px;
        margin-left: 40px;
    }
    .foot_line {
        right: 74px;
    }
    .line_logo {
        right: -11px;
      }
    .mr20n {
        margin-right: -27px;
    }
    .line3 {
        right: 62px;
      }

      /* start section */
    .reactor_label label{
       margin-right: 20px !important;
    }
}

/* checking this pc checked*/
@media screen and (min-width:1300px) and (max-width:1499px){
    .menu_container {
        max-width: 1250px;
        padding: 0 !important;
    }

    .wel_bdr {
        height: 276px;
        width: 276px;
    }
    .plus_year {
        font-size: 138px;
        line-height: 140px;
    }
    .exe_txt {
        letter-spacing: 0.8px;
        font-size: 16px;
    }
    .title {
        font-size: 44px;
    }
    .profile_pg .title {
        font-size: 43px;
        letter-spacing: 0 !important;
    }
    #slide-1-layer-07, #slide-2-layer-07, #slide-3-layer-07 {
        font-size: 44px !important;
      }
    .nor_hg520{
        height: 520px !important;
    }
    .mlr35n {
        margin-right: -29px;
        margin-left: 23px;
    }
    .mr20n {
        margin-right: -15px;
    }
    .foot_line {
        right: 34px;
    }
    .line_logo {
        right: -13px;
    }
    .line3{
        right: 23px;
    }
    h5 {
        font-size: 28px;
        line-height: 40px;
    }
    .product_bg .w-60 {
        width: 70% !important;
    }
    .form_radio label {
       line-height: 20px !important;
      }
    .res_w90{
       width: 90%;
    }
    /* start section */
    .mb_0{
       margin-bottom: 0px !important;
    }
    .pb_0{
        padding-bottom: 0px !important;
    }
    .product_pg .slider-navigation-style-04 {
       top: 135px;
    }
    .br_dblock{
        display: block;
    }
    .form_colum{
        flex-direction: column;
    }
}

/* cheking laptop */
@media screen and (min-width:1200px) and (max-width:1299px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1130px;
      }
    .menu_container {
        /* max-width: 1162px; */
        max-width: 1090px;
    }

    .box-layout {
        padding: 0px 59px;
      }
    .wel_bdr {
        height: 264px;
        width: 264px;
    }
    .plus_year {
        font-size: 134px;
        line-height: 138px;
    }
    .exe_txt {
        letter-spacing: 0.3px;
        font-size: 16px;
    }
    #slide-1-layer-07, #slide-2-layer-07, #slide-3-layer-07 {
        font-size: 42px !important;
    }
    .title {
        font-size: 41px;
    }
    .lap_hg504{
        height: 504px !important;
    }
    .mlr35n {
        margin-right: -20px;
        margin-left: 19px;
    }
    .mr20n {
        margin-right: -2px;
    }
    .foot_line {
        right: 30px;
    }
    .line_logo {
        right: -8px;
    }
    .line3{
        right: 14px;
    }
    h5 {
        font-size: 28px;
        line-height: 40px;
    }
    .product_bg .w-60 {
        width: 70% !important;
    }
    .ps-30px {
        padding-left: 24px !important;
    }
    .p-11 {
        padding: 9% !important;
    }
    .understand .w-90 {
        width: 93% !important;
    }

    /* start section */ 
    .product_nav.p-40px {
        padding: 40px 30px !important;
    }
    .form_mr25 label{
        line-height: 20px;
        align-items: flex-start;
    }
    .form_mr25 input{
        margin-top: 4px;
    }
    .product_pg .slider-navigation-style-04 {
        top: 130px; 
    }
    .mb_0{
        margin-bottom: 0px !important;
    }
    .reactor_form .form_radio {
        border-bottom: 1px solid #242e4521 !important;
        flex-wrap: wrap;
        line-height: 20px;
    }
    .lap_mr0{
        margin-right: 0px;
    }
    .tab_induction label{
        margin-right: 32px;
    }
    .br_db{
        display: block;
    }
    .br_dbk{
        display: block;
    }
    
}

@media screen and (min-width: 1230px) and (max-width: 1240px){
    .lap_hg504 {
        height: 495px !important;
    }
    .wel_bdr {
        height: 261px;
        width: 261px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1230px){
    .lap_hg504 {
        height: 486px !important;
    }
    .wel_bdr {
        height: 256px;
        width: 256px;
    }
}

/* checking */
 @media screen and (min-width: 1151px) and (max-width: 1199px){
    .wel_bdr {
        height: 245px;
        width: 245px;
    } 
    .count_num {
        font-size: 60px;
    }

    .exe_txt {
        letter-spacing: 0px;
        font-size: 16px;
    }

            
    .col-sm-6.ft_half{ width: 50% !important;}
    .col-lg-3.ft_half1{ width: 50% !important;}

    .text-lg-center {
        text-align: left !important;
    }
    .line_logo {
        right: 61px !important;
    }
    .foot_line.small_pc_line{ display: none;}
    h5 {
        font-size: 28px;
        line-height: 40px;
    }
}

/* checking */
@media screen and (min-width: 1101px) and (max-width: 1150px){
   
  .count_num {
        font-size: 60px;
    }

    .exe_txt {
        letter-spacing: 0px;
        font-size: 16px;
    }

    .col-sm-6.ft_half{ width: 50% !important;}
    .col-lg-3.ft_half1{ width: 50% !important;}

    .text-lg-center {
        text-align: left !important;
    }

    .line_logo {
        right: 61px !important;
    }

    .foot_line.small_pc_line{ display: none;}
    h5 {
        font-size: 28px;
        line-height: 40px;
    }
}


@media screen and (min-width: 1046px) and (max-width: 1100px){
    .wel_bdr {
        height: 225px;
        width: 225px;
    } 

    .count_num {
        font-size: 60px;
    }

    .exe_txt {
        letter-spacing: 0px;
        font-size: 16px;
    }

            
     .col-sm-6.ft_half{ width: 50% !important;}
     .col-lg-3.ft_half1{ width: 50% !important;}

     .text-lg-center {
        text-align: left !important;
      }
      .line_logo {
        right: 61px !important;
      }
      .foot_line.small_pc_line{ display: none;}
      h5 {
        font-size: 28px;
        line-height: 40px;
      }
      
}

@media screen and (min-width: 1025px) and (max-width: 1045px){
    .wel_bdr {
        height: 210px;
        width: 210px;

      } 
 
      .count_num {
        font-size: 60px;}

        .exe_txt {
            letter-spacing: 0px;
            font-size: 16px;}

     .col-sm-6.ft_half{ width: 50% !important;}
     .col-lg-3.ft_half1{ width: 50% !important;}

     .text-lg-center {
        text-align: left !important;
      }

      .line_logo {
        right: 61px !important;
      }

      .foot_line.small_pc_line{ display: none;}

      h5 {
        font-size: 28px;
        line-height: 40px;
      }
}  
