* { margin: 0 0; padding: 0; outline: none; -ms-word-break: break-word; word-break: break-word; word-wrap: break-word;  }

html {scroll-behavior: smooth; }
body { font-family: "Inter", sans-serif !important; font-weight: normal !important; font-style: normal !important; overflow-x: hidden; padding: 0px !important; }

/* scrollbar */
::-webkit-scrollbar { width: 5px; height: 5px;}
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); -webkit-border-radius: 10px; border-radius: 10px;}
::-webkit-scrollbar-thumb {-webkit-border-radius: 10px; border-radius: 10px; background: rgba(46, 86, 192, 0.6); -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);}
::-webkit-scrollbar-thumb:window-inactive { background: rgba(255, 255, 255, 0.3);}

input:-webkit-autofill, input:-webkit-autofill:hover,  input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover,
select:-webkit-autofill:focus { border: 1px solid transparent; -webkit-text-fill-color: rgba(152, 152, 152, 1); -webkit-box-shadow: 0 0 0px 1000px rgba(243, 243, 243, 1) inset; transition: background-color 5000s ease-in-out 0s;}

img{ width: 100%; height: 100%; object-fit: contain; object-position: center; }
.page_container { max-width: 1270px; width: 100%; margin: 0px auto; padding: 0px 10px; position: relative; }


/*  */

.header_top_row { width: 100%; display: block; background: #FAFAFA; height: 37px; background: linear-gradient(90deg,rgba(250, 250, 250, 1) 75%, rgba(243, 175, 28, 1) 75%); }
.header_top_row .page_container { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.header_top_row .htr_left { display: flex; align-items: center; justify-content: space-between; flex: 1; width: 100%; padding-right: 30px; }
.header_top_row p { font-size: 12px; line-height: 15px; letter-spacing: -0.033em; color: #898B92; margin-bottom: 0px; padding-right: 10px;  }
.header_top_row .contactinfo { font-size: 12px; line-height: 15px; letter-spacing: -0.033em; color: #898B92; display: flex; padding-right: 10px; text-decoration: unset !important;}
.header_top_row .contactinfo:hover { color: #0F395C; }
.header_top_row .contactinfo img { width: 16px; height: 16px; margin-right: 7px; }
.header_top_row .contactinfo span { flex: 1; width: 100%; }
.header_top_row .social_links_block { max-width: 250px; width: 100%; justify-content: flex-end; background: #F3AF1C; position: relative; height: 100%; }
.header_top_row .social_links_block::before { position: absolute; content: ""; left: -25px; width: 0; height: 0; border-top: 37px solid #F3AF1C; border-left: 25px solid transparent; }

.main_header { width: 100%; height: auto; background: #FFFFFF; padding: 10px 0px; }
.main_header .site_logo { width: 175px; height: 63px; display: block; }
.main_header .contact_btn {font-weight: 600; font-size: 14px; line-height: 16px; letter-spacing: -0.033em; color: #FFFFFF; width: 128px; background: linear-gradient(90deg, #087AB9 0%, #44AFEA 100%); border-radius: 6px; box-shadow: none !important; border: none !important; padding: 12px;  transition: all 0.3s ease; }
.main_header .contact_btn:hover { box-shadow: 0 8px 20px rgba(8, 122, 185, 0.4) !important; transform: translateY(-2px);}
/*  */

.banner_section { width: 100%; display: flex; min-height: 560px; background: url(images/bannerimg.png) no-repeat; background-position: center; background-size: cover; position: relative; }
.banner_section::before { position: absolute; content: ""; background: linear-gradient(90deg, #0A7CBB 25.02%, rgba(5, 56, 85, 0) 100%); width: 100%; height: 100%; left: 0; top: 0; }

.slick-dotted.slick-slider { margin-bottom: 0px;}
.slick-dots { list-style: none !important; margin: 0px; padding: 0px; bottom: 0; left: -100px; width: auto !important; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; height: auto; justify-content: center; }
.slick-dots li { width: 30px; height: 30px; margin: 10px 0px; position: relative; }
.slick-dots li::before { width: 1px; background: #fff; height: 20px; bottom: -20px; left: 50%; transform: translateX(-50%); position: absolute; content: ""; z-index: -1; }
.slick-dots li:last-child:before { display: none; }
.slick-dots li button { font-size: 14px !important; line-height: 18px !important; letter-spacing: -3.3%; text-align: center; color: #fff; width: 100%; border-radius: 50%; box-shadow: none !important; height: 100%; border: 1px solid #fff; }
.slick-dots li button::before { display: none !important; }
.slick-dots li.slick-active button { background: #F5AF19 !important; }

.slider_content_block { max-width: 745px; width: 100%; display: block; overflow: hidden; padding: 70px 0px; }
.slider_content_block .site_icon { width: 101px; height: 61px; margin-bottom: 20px; }
.slider_content_block h6 {font-weight: 600; font-size: 12px; line-height: 15px; letter-spacing: -0.033em; color: #F3AD20; margin-bottom: 10px; }
.slider_content_block h1 { font-weight: 600; font-size: 64px; line-height: 77px; letter-spacing: -0.033em; color: #FFFFFF; margin-bottom: 20px; }
.slider_content_block p { font-weight: 500; font-size: 12px; line-height: 15px; letter-spacing: -0.033em; color: #FFFFFF; margin-bottom: 20px; }
.slider_content_block .contact_btn { width: 128px; background: linear-gradient(90deg, #F6AD1E 0%, #FFC147 100%); border-radius: 6px; font-weight: 600; font-size: 14px; line-height: 16px; letter-spacing: -0.033em; color: #FFFFFF; padding: 11px; transition: all 0.3s ease; }
.slider_content_block .contact_btn:hover { box-shadow: 0 8px 20px rgba(246, 173, 30, 0.4); transform: translateY(-2px); }


.powering_progress_section { width: 100%; display: block; padding: 70px 0px; }
.ppdrs_image_block { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.ppdrs_image_block .ppdimg1 { max-width: 480px; width: 100%; height: 430px; border: 1px solid #FFF; overflow: hidden; }
.ppdrs_image_block .ppdimg2 { max-width: 294px; width: 100%; height: 354px; border: 1px solid #FFF; overflow: hidden; margin-top: -161px; }
.ppdrs_image_block .ppdimg3 { max-width: 290px; width: 100%; height: 193px; border: 1px solid #FFF; overflow: hidden; }
.ppdrs_image_block img { object-fit: cover; transform: scale3d(1, 1, 1); transition: transform 1s ease-in-out; }
.ppdrs_image_block .ppdimg1:hover img, .ppdrs_image_block .ppdimg2:hover img, .ppdrs_image_block .ppdimg3:hover img { transform: scale3d(1.5, 1.5, 1); transition: transform 3s ease-in-out;}

.ppdrs_content_block { width: 100%; display: block; padding-left: 55px; }
.ppdrs_content_block .ppdrs_sub_title { font-weight: 600; font-size: 12px; line-height: 15px; letter-spacing: -0.033em; color: #0B7DBC; margin-bottom: 10px; }
.ppdrs_content_block .ppdrs_title { font-weight: 600; font-size: 35px; line-height: 42px; letter-spacing: -0.033em; color: #0F3A5D; margin-bottom: 27px; }
.ppdrs_content_block p { font-weight: 500; font-size: 16px; line-height: 22px; letter-spacing: -0.033em; color: #898B92; margin-bottom: 30px; }
.ppdrs_content_block p:last-child { margin-bottom: 0px; }
.ppdrs_content_block p span { color: #0B7DBC; }

.smart_infrastructure_section { width: 100%; display: block; padding: 50px 0px; background: #F4FAFF url(./images/mapimg.png) no-repeat; background-position: center; background-size: cover; }
.smart_infrastructure_section .sisf_sub_title { font-weight: 600; font-size: 12px; line-height: 15px; letter-spacing: -0.033em; color: #0B7DBC; margin-bottom: 15px; text-align: center; }
.smart_infrastructure_section .sisf_title { font-weight: 600; font-size: 35px; line-height: 42px; letter-spacing: -0.033em; color: #0F3A5D; margin-bottom: 45px; text-align: center; }

.sisf_card_outer { width: 100%; height: 100%; }
.sisf_card_outer .sisf_card { max-width: 343px; width: 100%; margin: 0px auto; height: 100%; }
.sisf_img { width: 100%; height: 284px; border-radius: 6px; overflow: hidden; }
.sisf_img img { object-fit: cover; border-radius: 6px; transform: scale3d(1, 1, 1); transition: transform 1s ease-in-out; }
.sisf_img:hover img { transform: scale3d(1.5, 1.5, 1); transition: transform 3s ease-in-out;}

.sisf_card_body { width: 100%; margin-top: -34px; height: calc(100% - 250px); position: relative; }
.sisfcb_block { max-width: 318px; border-radius: 6px; width: 100%; margin: 0px auto; border-top: 4px solid #F5AF19; padding: 0px 25px 31px; background: #fff; height: 100%; }
.sisfcb_block .sis_icon { width: 70px; height: 70px; border-radius: 50%; margin-top: -38px; background: #fff; padding: 15px; }
.sisfcb_block .sis_title { font-weight: 600; font-size: 20px; line-height: 24px; letter-spacing: -0.033em; color: #0F3A5D; margin-bottom: 12px; }
.sisfcb_block .sis_text { font-weight: 400; font-size: 14px; line-height: 22px; letter-spacing: -0.033em; color: #898B92; margin-bottom: 0px; }
.sisfcb_block .sis_text span { color: #0B7DBC; }

.contact_section { padding-top: 85px; display: block; width: 100%; background: #0F3A5D url(./images/contactbg.png) no-repeat; background-size: cover; background-position: center;  }
.contact_section .contact_img { max-width: 463px; width: 100%; height: 100%; margin-top: auto; overflow: hidden; }
.contact_section .contact_img img { object-position: bottom; }
.contact_from_block { max-width: 425px; width: 100%; margin-left: auto; padding-bottom: 85px; }
.contact_from_block .cfb_sub_title { font-weight: 600; font-size: 12px; line-height: 15px; letter-spacing: -0.033em; color: #FFFFFF; margin-bottom: 10px; }
.contact_from_block .cfb_title { font-weight: 600; font-size: 35px; line-height: 42px; letter-spacing: -0.033em; color: #FFFFFF; margin-bottom: 10px; padding-right: 20px; }
.contact_from_block .cfb_text { font-size: 14px; line-height: 22px; letter-spacing: -0.033em; color: #FFFFFF; margin-bottom: 20px; }

.contact_from_block .form-group { margin-bottom: 20px; }
.contact_from_block  .form-group .form-control { background: #FFFFFF; border-radius: 4px; box-shadow: none !important; border: 1px solid transparent !important; font-size: 12px; line-height: 22px; letter-spacing: -0.033em; color: #0F3A5D;}
/*.contact_from_block .form-control:focus { border-color: #0F3A5D !important; } */
.contact_from_block .form-group .form-control::placeholder { color: #898B92; }
.contact_from_block .form-group textarea.form-control { resize: unset; }
.contact_from_block .form_btn { background: linear-gradient(90deg, #F6AD1E 0%, #FFC147 100%); border-radius: 6px; box-shadow: none !important; border: 1px solid transparent !important; font-weight: 600; font-size: 14px; line-height: 16px; letter-spacing: -0.033em; color: #FFFFFF; display: block; width: 100%; padding: 11px; transition: all 0.3s ease; }
.contact_from_block .form_btn:hover { box-shadow: 0 8px 20px rgba(246, 173, 30, 0.4); transform: translateY(-2px); }

footer { width: 100%; display: block; }
.footer_top_row { width: 100%; display: block; height: 100px; background: url(./images/footerbg.png) no-repeat; background-size: cover; background-position: center; padding: 11px 0px; position: relative; }
.footer_top_row::before { width: 100%; height: 40px; position: absolute; content: ""; background: url(./images/hr-cloud.png) repeat-x; background-size: contain; background-position: left top; bottom: -16px; left: 0; }
.ftr_left_block { width: 100%; display: flex; align-items: center; padding-right: 70px; }
.footer_logo { width: 211px; height: 61px; margin-right: 30px; }
.footer_logo img { object-position: left; }
.addressinfo { font-size: 12px; line-height: 15px; letter-spacing: -0.033em; color: #FFFFFF; display: flex; }
.addressinfo img { width: 16px; height: 16px; margin-right: 7px; }
.addressinfo span { flex: 1; width: 100%; }

.ftr_right_block { width: 100%; display: flex; align-items: center; justify-content: space-between; height: 100%; padding-left: 70px; }
footer .contactinfo { font-size: 12px; line-height: 15px; letter-spacing: -0.033em; color: #FFFFFF; display: flex; padding-right: 10px; text-decoration: unset !important; }
footer .contactinfo:hover { color: #FFC147; }
footer .contactinfo img { width: 16px; height: 16px; margin-right: 7px; }
footer .contactinfo a { flex: 1; width: 100%; color: #FFFFFF; text-decoration: unset !important; }
.social_links_block { width: fit-content; display: inline-flex; align-items: center; }
.social_links_block .slb_title { font-size: 12px; line-height: 15px; display: inline-block; letter-spacing: -0.033em; color: #FFFFFF; margin-right: 5px; }
.social_links_block ul { list-style: none; padding: 0px; margin: 0px; display: flex; align-items: center; }
.social_links_block ul li { margin-left: 10px; }
.social_links_block ul li a { width: 16px; height: 16px; display: block; }
.social_links_block ul li a img { vertical-align: top; }

.copy_right_block { height: 50px; width: 100%; padding: 18px 15px; text-align: center; }
.copy_right_block p { font-size: 12px; line-height: 15px; text-align: center; letter-spacing: -0.033em; color: #898B92; margin-bottom: 0px !important; }
.copy_right_block p a { color: #0B7DBC; text-decoration: unset !important; }

.error { font-size: 12px; color: red; }

.alertify-notifier .ajs-message { font-size: 12px; color: #fff; }


/* -------------------------------------------------------------------------------------------------------- */
/* responsive view */


@media (min-width: 1200px) and (max-width: 1300px) {

    
}

@media (max-width: 1400px) {

.slick-dots { list-style: none !important; margin: 0px; padding: 0px; left: unset !important; bottom: -32px; width: auto !important; top: auto; transform: unset; display: block; height: auto;}
.slick-dots li {margin: 0px 5px;}
.slick-dots li::before { width: 10px; background: #fff; height: 1px; bottom: auto; left: unset; transform: translateX(0%) translateY(-50%); position: absolute; content: ""; z-index: unset; top: 50%; right: -10px;}

}

@media (max-width: 1470px) {

    .slick-dots { left: -70px;}
    .header_top_row { background: linear-gradient(90deg,rgba(250, 250, 250, 1) 85%, rgba(243, 175, 28, 1) 85%);}

}

@media (min-width: 1600px) {

}


@media (min-width: 1680px) {

}


@media (min-width: 2100px){

    
}

@media (min-width: 1700px){


}

@media (max-width: 1199px) {

.main_header {height: auto;}
.main_header .site_logo {width: 150px; height: 50px;}
.main_header .contact_btn { width: 105px; padding: 10px;}
.slider_content_block h1 { font-size: 48px; line-height: 60px; margin-bottom: 15px; }
.slider_content_block { padding: 35px 0px; max-width: 590px; }
/* .slick-dots {bottom: 0px;} */
.banner_section { min-height: 480px;}
.powering_progress_section { padding: 35px 0px;}
.ppdrs_content_block .ppdrs_title { font-size: 28px; line-height: 32px; margin-bottom: 18px;}
.ppdrs_content_block p { font-size: 14px; line-height: 20px; margin-bottom: 16px;}
.ppdrs_content_block {padding-left: 25px;}
.ppdrs_image_block .ppdimg1 { max-width: 430px; height: 380px;}
.ppdrs_image_block .ppdimg2 { max-width: 240px; height: 300px; margin-top: -120px; }
.ppdrs_image_block .ppdimg3 { max-width: 270px; height: 180px;}
.smart_infrastructure_section { padding: 35px 0px;}
.smart_infrastructure_section .sisf_title { font-size: 28px; line-height: 32px; margin-bottom: 30px;}
.sisfcb_block .sis_title { font-size: 18px; line-height: 22px; margin-bottom: 10px;}
.sisfcb_block { padding: 0px 20px 25px;}
.contact_section { padding-top: 50px;}
.contact_from_block .cfb_title { font-size: 28px; line-height: 35px;}
.contact_from_block { padding-bottom: 50px;}
.contact_section .contact_img { max-width: 463px; /* height: 490px; */}
.footer_logo { width: 180px; height: 47px; margin-right: 20px;}
.ftr_left_block { padding-right: 50px;}
.ftr_right_block { padding-left: 50px;}
.footer_top_row { height: 90px;}
.header_top_row .social_links_block { max-width: 190px;}




}

@media (max-width: 991px) {


.header_top_row .contactinfo span { display: none; }
.slider_content_block h1 { font-size: 42px; line-height: 52px;}
.slider_content_block { padding: 50px 0px; max-width: 540px;}
.ppdrs_image_block { max-width: 520px; margin: 0px auto 20px; width: 100%;}
.smart_infrastructure_section .row { overflow: scroll; flex-wrap: nowrap; }
.contact_section {padding-top: 40px;}
.contact_from_block {padding-bottom: 40px;}
.contact_section .contact_img img { object-position: bottom;  }
.header_top_row p { margin-right: auto;}
.ftr_left_block { padding-right: 0px;}
.addressinfo span { display: none; }
footer .contactinfo span { display: none; }
.addressinfo {padding-right: 10px; margin-left: auto; }
.footer_top_row { height: 80px;}
.copy_right_block { padding: 12px 15px;}
.footer_top_row::before { height: 32px; bottom: -8px; background-size: cover; }

.ppdrs_content_block { padding-left: 0;}



}

@media (max-width: 767px) {

.slider_content_block h1 { font-size: 36px; line-height: 45px;}
.slider_content_block .contact_btn { width: 110px; padding: 9px;}
.main_header .contact_btn { width: 105px; padding: 9px;}
.slider_content_block {padding: 40px 0px; max-width: 460px;}
.slider_content_block .site_icon {width: 90px; height: 55px;}

.ppdrs_image_block .ppdimg1 { max-width: 340px; height: 310px;}
.ppdrs_image_block .ppdimg3 { max-width: 230px; height: 150px;}
.ppdrs_image_block .ppdimg2 { max-width: 190px; height: 270px;}
.ppdrs_image_block {max-width: 425px;}


.ppdrs_content_block .ppdrs_title { font-size: 24px; line-height: 29px; margin-bottom: 15px;}
.ppdrs_content_block p { font-size: 12px; line-height: 17px; margin-bottom: 12px;}
.smart_infrastructure_section .sisf_title { font-size: 24px; line-height: 28px; margin-bottom: 20px;}
.smart_infrastructure_section {padding: 26px 0px;}
.powering_progress_section {padding: 25px 0px;}
.sisfcb_block .sis_title {font-size: 16px;line-height: 19px;}
.sisfcb_block .sis_text { font-size: 12px; line-height: 20px;}

.contact_from_block { margin: 0px auto; padding-bottom: 30px; }
.contact_from_block .cfb_title { font-size: 24px; line-height: 31px;}






}

@media (max-width: 700px) {

}

@media (max-width: 600px) {

.slider_content_block h1 {font-size: 30px; line-height: 40px;}
.header_top_row p { display: none; }
.header_top_row .htr_left { justify-content: flex-start; }
.header_top_row .social_links_block { max-width: 179px;}
.social_links_block .slb_title { font-size: 12px; line-height: 15px; margin-right: 0px;}
.ppdrs_image_block .ppdimg1 { max-width: 270px; height: 230px;}
.ppdrs_image_block .ppdimg2 { max-width: 150px; height: 164px; margin-top: -54px;}
.ppdrs_image_block .ppdimg3 { max-width: 160px; height: 110px;}

.social_links_block .slb_title { display: none; }
.social_links_block { margin-left: auto;}
.copy_right_block {height: auto;}
.footer_logo { width: 140px; height: 40px;}
.info_icons { display: flex !important; align-items: center; justify-content: center; margin-bottom: 10px; }
.info_icons .addressinfo { padding:0px 10px; margin-left: 0; }

}

@media (max-width: 500px) {


}
