@charset "utf-8";

/*font document*/

/*font-family: "Heebo", serif; */

/* font-family: "Space Grotesk", serif; */

/*common css start*/

*:focus { outline: none; }
*:focus { outline: none; border: none; }
body { margin: 0px; padding: 0px; font-size: 20px; line-height: 30px; font-weight: 400; /*color: #1F487B;*/ color: #333333; font-family: "Heebo", serif; background-color: #FFF; }
p { margin-bottom: 15px; }
p:last-child { margin-bottom: 0px; }
small { color: #ffffff; font-size: 14px; display: block; margin-bottom: 10px; }
a { color: #1F487B; cursor: pointer; text-decoration: none; outline: none; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; }
a:hover { color: #FEBD33; text-decoration: none; }
ul, li { list-style: none; margin: 0px; padding: 0px; }
img { border: 0; vertical-align: top; height: auto; max-width: 100%; }
.left-padding { padding-left: calc((100% - 1536px) / 2 + 12px); }
.right-padding { padding-right: calc((100% - 1536px) / 2 + 12px); }
.mob .row [class*="col-"]:first-child { margin-top: -50px; }
section { width: 100% }
.darkbluebg { background-color: #1F487B; }
.text-yellow { color: #FEBD33; }
.text-blue { color: #1F487B; }
ul,ol{padding: 0px;}
/*Heading Css*/
h1, h2, h3, h4, h5, h6, .th1, .th2, .th3, .th4, .th5, .th6 { color: #1F487B; font-weight: 400; line-height: 1.06; margin-bottom: 20px; padding: 0px; font-family: "Space Grotesk", serif; }
h1, h2, .th1, .th2 { font-size: 150px; letter-spacing: -4.5px; }
h3, .th3 { font-size: 80px; line-height: 1.12; letter-spacing: -2.4px; }
h4, .th4, .accordion-items.active .onhoverbig { font-size: 50px; letter-spacing: -1.5px; }
h5, .th5 { font-size: 30px; letter-spacing: -0.9px; line-height: 1.2; font-weight: 700; }
h6, .th6 { font-size: 16px; font-weight: 500; line-height: 1.2; }

/*extra heading & text*/
.t16 { font-size: 16px; line-height: 1; }
.t35 { font-size: 35px; line-height: 1.57; }
.t30, .accordion-body h5 { font-size: 30px; line-height: 1.1; }
.t70 { font-size: 70px; line-height: 1; letter-spacing: -2.1px; }
.t50, .t50 h1, .t50 h2, .t50 h3{font-size: 50px; line-height: 1; letter-spacing: -1.5px; }
.t200{font-size: 200px;line-height: 1}

/*font-weight*/
.titlefont{font-family: "Space Grotesk", serif;}
.fwr {font-weight: 400;}
.fwm { font-weight: 500; }
.fws { font-weight: 600; }
.fwb { font-weight: 700; }

/*button start*/
ins { text-decoration: none; }
button { border: none; }
button:focus { outline: none; }
.btn-theme, .navmenu li.lastmenu a { background-color: #FEBD33; color: #1F487B; border: none; display: inline-flex; font-size: 16px; font-weight: 600; text-transform: uppercase; outline: 0px; position: relative; -o-transition: all 0.3s ease; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; line-height: 1; padding: 16px 30px; clip-path: polygon(100% 0, 100% 80%, 95% 100%, 0 100%, 0 20%, 5% 0); }
.btn-theme:hover, .navmenu li.lastmenu a:hover { background-color: #1F487B; color: #FFF }
.navmenu>ul>li.lastmenu:hover>a { color: #FFF }
.navmenu li.lastmenu a { padding: 12px 20px; clip-path: polygon(100% 0, 100% 85%, 96% 100%, 0 100%, 0 15%, 4% 0) }
.btn-theme-outline { background-color: transparent; color: #1F487B; border: 1px solid #000000; display: inline-flex; font-size: 16px; font-weight: 600; text-transform: uppercase; outline: 0px; position: relative; -o-transition: all 0.3s ease; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; line-height: 1; padding: 16px 30px; clip-path: polygon(100% 0, 100% 80%, 95% 100%, 0 100%, 0 20%, 5% 0); }
.btn-theme-outline:hover { background-color: #FBB040;}

.btn-ouline{display: inline-block;filter: drop-shadow(0px 1px 0px #000000) drop-shadow(1px 0px 0px #000000) drop-shadow(-1px 0px 0px #000000) drop-shadow(0px -1px 0px #000000);}
.btn-ouline:hover{filter: drop-shadow(0px 1px 0px #FBB040) drop-shadow(1px 0px 0px #FBB040) drop-shadow(-1px 0px 0px #FBB040) drop-shadow(0px -1px 0px #FBB040);}
.btn-ouline .btn-theme{background-color: #fff;}
.btn-ouline:hover .btn-theme, .catagoryrow .btn-ouline.active .btn-theme{background-color: #FBB040;color: #1F487B;}
.btn-circle{width:50px;height: 50px;display: inline-flex;align-items: center;justify-content: center;background-color: #1F487B;background-image: url(../images/btn-link-arrow-white.svg);background-repeat: no-repeat;background-position: center;border-radius: 50%;transition: all 0.3s ease;}
.btn-circle:hover{background-image: url(../images/btn-arrow-blue.svg);background-color: #FBB040;}

/* form controls css */
.form-control{display: block; width: 100%; height: auto; padding: 15px 20px; font-size: 16px; line-height: 1;text-overflow: ellipsis;
  color: #333333;border:1px solid #99AEC2; -webkit-box-shadow: none; box-shadow: none; background-color: #fff; border-radius: 0px;font-weight: 400; }
.form-control:focus,
.input-text:focus { color: #333; border-color: #1F487B; background-color: #fff; outline: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.form-control::-webkit-input-placeholder { color: #999;font-weight: 400; }
.form-control::-moz-placeholder { color: #999; opacity: 1;font-weight: 400; }
.form-control::-ms-input-placeholder { color: #999;font-weight: 400; }
.form-control:focus::-webkit-input-placeholder { color: #333333;font-weight: 400; }
.form-control:focus::-moz-placeholder { color: #333333; opacity: 1;font-weight: 400; }
.form-control:focus::-ms-input-placeholder { color: #333333;font-weight: 400; }
textarea.form-control, textarea{height: 100px;resize: none;}
/* form controls end*/

/*bullet*/
.bullet ul{margin-bottom: 15px}
.bullet ul li:before { content: ""; position: absolute; top: 10px; left: 0px; height: 7px; width: 7px; background: #FBB040; border-radius: 30px; }
.bullet ul li { position: relative; padding-left: 20px; margin-bottom: 10px; font-weight: 300; }
.bullet ul li:last-child{margin-bottom: 0px;}
.text-blue{color: #1F487B;}
/*bullet-end*/

/*margin-top*/
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-100 { margin-top: 100px; }
.mt-250 { margin-top: 250px; }
.mt-300 { margin-top: 300px; }

/*margin-bottom*/
.mb-0 { margin-bottom: 0px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }
.mb-150 { margin-bottom: 150px; }
.mb-200 { margin-bottom: 200px; }
.mb-250 { margin-bottom: 250px; }
.mb-300 { margin-bottom: 300px; }

/*padding-top*/
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-30 { padding-top: 30px; }
.pt-50 { padding-top: 50px; }
.pt-100 { padding-top: 100px; }

/*padding-bottom*/
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.ptb250 { padding: 250px 0px }
.pb-250 { padding-bottom: 250px; }

/*header-css-start*/
.mainheader { width: 100%; position: fixed; top: 0px; transition: all 0.3s ease; z-index: 20; }
.navmenu>ul { margin: 0px; padding: 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.navmenu > ul > li > a { display: block; font-size: 16px; font-weight: 500; text-transform: uppercase; color: #1F487B; }
.navmenu>ul>li { position: relative; list-style: none; margin: 0px 25px; padding: 35px 0px; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }
.navmenu > ul > li > a:hover, .navmenu > ul > li.current-menu-item > a, .navmenu>ul>li:hover>a, .navmenu > ul > li > ul > li:hover > a { color: #FEBD33; }
.sub-menu-arrow { text-align: center; overflow: hidden; padding: 8px; vertical-align: top; line-height: 1; cursor: pointer; position: absolute; right: 0px; line-height: 0; top: 0px; }
.navmenu > ul > li  ul { display: none; }
.navmenu > ul > li > ul > li > a { font-size: 16px; color: #222222; }
.navmenu>ul>li:last-child { margin-right: 0px; }
.closeBtn { line-height: 1; z-index: 5; position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; border: none; background-color: transparent; padding: 0px; transform: rotate(45deg); display: inline-flex; align-items: center; justify-content: center; }
.closeBtn::after { background-color: #fff; width: 100%; height: 2px; content: ''; display: inline-block; vertical-align: middle; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn::before { background-color: #fff; height: 100%; width: 2px; position: absolute; top: 0px; content: ''; transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.closeBtn:hover::after, .closeBtn:hover::before { background-color: #fff; }
.logo a .normallogo { width: 141px; }
.logo a .normallogo, .logo { transition: all 0.1s ease; }

/*header .logo { padding: 20px 0px; }*/
header .logo a { display: inline-block; }
.navmenu ul { align-items: center; display: flex; }
section.home-banner { height: 100vh; }
.home-banner-img img { object-fit: cover; height: 100vh; }

/*header-css-end*/
.home-banner-vector { position: absolute; left: 0; bottom: -90px; }
.home-about { position: relative; padding: 250px 0px; }
.home-about-title { position: sticky; top: 19vh; }
.h-space { height: 100vh }
.h-space150 { height: 100vh }
.footer-pdf { display: flex; flex-wrap: wrap; }
.footer-pdf-left { width: 80px; }
.footer-pdf-right { width: calc(100% - 80px); padding-left: 20px; }
.normal-btn { font-size: 15px; text-transform: uppercase; color: #FEBD2E; font-weight: 500; }
.normal-btn:hover { color: #fff; }
.footer-menu ul li a { font-size: 35px; font-weight: 400;color:#fff; }
.socialicon ul { display: flex; align-items: center; }
.socialicon ul li { margin-right: 25px; }
.socialicon ul li svg { fill: #FFFFFF; transition: all 0.3s ease; }
.socialicon ul li a:hover svg { fill: #FEBD2E; }
.footer-number-email p:first-child { margin-bottom: 5px; }
.footer-number-email  a, .developcol  a{color: #fff;}
.socialicon ul li a { display: flex; align-items: center; }
.footer-menu ul li + li { margin-top: 20px; }
.footer-img { margin-left: -195px; }
.bottom-right { position: absolute; bottom: 0px; right: 0px; }
.counterbox { border: 1px solid #115BA6; text-align: center; padding: 50px 15px; min-height: 100%; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; }
.counterbox span { display: inline-block; margin-bottom: 10px; }
.home-counter-vector { position: absolute; right: 0px; bottom: 150px; max-width: 350px; }
.partnersliderleft { display: flex; white-space: nowrap; flex-direction: row; text-align: center; will-change: transform; transform-origin: left; }
.logocol { min-width: 232px; padding: 0px 12px; }
section.home-meticulously { background-repeat: no-repeat; background-size: cover; background-position: center; height: 116vh; display: flex; align-items: center; justify-content: center; }
header.mainheader.sticky { background-color: #FFFFFF; }
.home-products-wrap { display: flex; flex-wrap: wrap; justify-content: center; }
.home-products-box { padding: 0px 12px; margin: 0px 40px; width: calc(33.33% - 80px); }
.home-products-wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.hps-wrap { width: 100%; padding: 0px 100px; }
.hps-box img { margin-bottom: 20px; }
.reliability-img { margin-left: -140px; }
.hps-vector { position: absolute; left: 0px; bottom: -150px; }
.home-worldwide-img { position: absolute; right: 0px; top: 0px; z-index: 1; }
.home-worldwide { padding-bottom: 400px }
.home-products-wrap { padding: 0px 80px; }
.home-products-slider .slick-prev { left: 50px; }
.home-products-slider .slick-next { right: 50px; }
.home-products-slider .slick-list.draggable { margin: 0px -12px; }
.hps-box { border: 1px solid #00468C; padding: 43px 20px; margin: 0px 12px; }
.home-products-title h5 { min-height: 72px; }
.home-products-img { margin-bottom: 20px; }
.home-banner-left { height: 100vh; display: flex; align-items: center; }
.HomeBannerLottie { height: 100vh; margin-right: -80px; }
.HomeGenerationsLottie { padding: 0px 12%; }
.HomeBannerLottieMobile { display: none; }
.shape-box { position: absolute; }
.a1 { top: 25%; left: 2%; }
.a2 { left: 10%; bottom: -10%; }
.a3 { top: 8%; left: 35%; }
.a4 { bottom: -5%; left: 50%; transform: translateX(-50%); }
.a5 { bottom: 10%; right: 25%; }
.a6 { top: 10%; right: 5%; }
.a7 { bottom: 7%; right: 5%; }
.home-meticulously-title { position: relative; z-index: 1; }
.HomeBannerLottie, .HomeBannerLottieMobile { will-change: transform, opacity; }
section.home-about .th2 { line-height: 0.97; color: #FFFFFF; }
.home-worldship-img { width: 33%; position: absolute; z-index: 1; left: -60px; bottom: -50px; }
img.stickylogo { position: absolute; left: 0px; opacity: 0; }
header.mainheader.sticky img.stickylogo { opacity: 1 }
.logo { position: relative; }
header.mainheader.sticky .normallogo { opacity: 0; }
.fixedsectionimg { width: 100%; display: flex; justify-content: center; align-items: center; height: 100vh; position: sticky; top: 0px; flex-direction: column; }
.stickyshapecontent { position: relative; display: -webkit-box; display: -webkit-flex; background-color: #000; display: -ms-flexbox; 
  display: flex; overflow: hidden; width: 60vw; height: 70vh; -webkit-box-pack: center;
   -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center;
    -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.imgvideocol { display: inline-block; vertical-align: middle; width: 100vw; height: 100vh; max-width: none; min-height: 100vh; min-width: 100vw; -o-object-fit: cover; object-fit: cover; }
.home-banner-left { will-change: transform, opacity; }
.clientelrow { padding: 130px 0px; }
.mainfooter { background-color: #003566; color: #fff; }

/* .videosecsticky .h-space{height: 80vh;} */
.bottomrightvector { bottom: 0px; position: absolute; right: 0px; }
.home-about .bottomrightvector { bottom: -120px;z-index: -1; }
.home-reliability .hr-right { display: flex; text-align: right; }
.home-reliability .hr-rightimg { width: 50%; padding-left: 16px; }
.hr-left { padding-right: 130px; }
.hr-right video { width: 100%; }
.sliderleftcol { width: 53.5%; padding-right: 15px; }
.sliderightcol { width: 46.5%; margin-top: 75px; padding-left: 15px; }
.twocolumnslider-img img { width: 100%; }
.twocolumnslider .slick-prev, .twocolumnslider .slick-next { top: unset; transform: unset; bottom: -80px; right: 0px; }
.twocolumnslider .slick-prev { right: 70px; left: unset; }
.pagenotfound p { color: #333333; }
.fts-firstrowtitle h3 { margin-bottom: 0px; }
.foundry-accordionrow .accordion-items { border-top: 1px solid #99AEC2; }
.foundry-accordionrow .accordion-items:last-child { border-bottom: 1px solid #99AEC2; }
.foundry-accordionrow .accordion-header { padding: 44px 0px; }
.foundry-accordionrow .accordion-body { }
.foundry-accordionrow .accordion-items.active { border-color: #115BA6; }
.foundry-accordionrow .accordion-items .t35 { transition: font-size 0.4s ease, letter-spacing 0.4s ease; }
.foundry-accordionrow .accordion-body { display: none; }
.foundry-accordionrow .accordion-content h5 { font-weight: 400; }
.table tr td strong, .table tr th strong, .table thead tr th { color: #FFFFFF; font-weight: 700; }
.table-bordered>:not(caption)>*, .table>:not(caption)>*>* { border: 1px solid  #115BA6; }
.table>:not(caption)>*>* { padding: 15px 30px; }
.table-striped>tbody>tr:nth-of-type(even)>* { --bs-table-bg-type: #E9EDF2; }
.table-striped>tbody>tr:nth-of-type(odd)>* { --bs-table-bg-type: #ffffff; }
.table>thead  th { background: #1F487B; }
.table tr td { color: #1F487B; font-size: 20px; }
.table>thead th { border: navajowhite; border-right: 1px solid #fff; }
.table>thead th:last-child { border-right: 1px solid #1f487b; }
.foundry-top-section .vector { top: 300px; right: 0px; position: absolute; }



/*about page css start*/
.lastmbnone :last-child{margin-bottom: 0px}
.topleftvector{top: 0px;left: 0px;position: absolute;}
.toprightvector{top: 0px;right: 0px;position: absolute;}
.bottomleftvector{bottom: 0px;left: 0px;position: absolute;}
.minusimgleft{margin-left: -196px;}
.minusimgright{margin-right: -196px;position: relative;}
.aboutopfoundation .minusimgleft{position: relative;left: -25px;}
.aboutopfoundation .home-banner-vector {bottom: -280px;}
.philosophyrow{padding: 250px 0px}
.darkbluebg h1, .darkbluebg h2, .darkbluebg h3, 
.darkbluebg h4, .darkbluebg h5, .darkbluebg{color: #fff;}
.philosophyrow{overflow: hidden;}
.philosophyrow .minusimgright{margin-right: -300px;right: -270px}
.valureborder {border: 1px solid #ddd; display: flex; flex-direction: row;}
.valueicnbox:first-child {border-left: 0px;}
.valueflexcol {align-items: center;}
.valueicnbox i {flex-shrink: 0;}
.valueicnbox { border-left: 1px solid #ddd; padding: 40px; flex: 1.5; display: flex; justify-content: flex-start; transition: all 0.5s ease; overflow: hidden;}
.valueabsolute {min-width: 390px;padding-left: 30px}
.valuecontent {text-align: left; display: none; position: relative; overflow: hidden; height: 175px;}
.valueicnbox.active {background-color: #fff; max-width: 100%; flex: 6;}
.valueicnbox.active .valuecontent {display: inline-block;}
.valueicnbox .t35{line-height: 1.1}
.guidesrow .toprightvector{top: -360px;z-index: -1}
.teamimg{margin-bottom: 20px}
.designation{color: #1F487B;}
.teamcol h4{position: relative;display: inline-flex;line-height: 1;margin-bottom: 10px;}
.teamcol h4::after{content: '';opacity: 0;transition: all 0.3s ease; width: 50px;height: 50px;background: url(../images/btn-arrow-white-md.svg) center #1F487B;background-repeat: no-repeat; border-radius: 100%;margin-left: 30px;flex-shrink: 0;}
.teamcol{margin-bottom: 30px}
.teamcolrow{align-items: flex-start;}
.teamcolrow .teamcol:nth-child(even){margin-top: 100px;}
.teamcol a:hover h4::after{opacity: 1;}
.offcanvas.offcanvas-end{width: 40%;}
.offcanvas-body{padding: 50px;flex-grow: inherit;}
.offcanvas  .closeBtn::after, .offcanvas  .closeBtn::before{background-color: #1F487B;}
.offcanvas-body .teamimg{width: 50%}
.offcanvas-body h4{margin-bottom: 10px}
.expertiserow{padding: 250px 0px;}
.timelinenav .slick-list{padding-top: 5px}
.timelinenav .slick-list::before{border-top: 1px solid #ddd;position: absolute;top: 5px;left: 0px;right: 0px;content: '';}
.timelinenav span {padding: 25px 0px; display: inline-block; position: relative;}
.timelineslider{padding-bottom: 30px;}
.timelineslider .t200{color: #FBB040;}
.timelinenav span::before {content: ''; width: 100%; background-color: #FBB040; position: absolute; top: -4px; left: 0px; height: 5px; opacity: 0; transition: all 0.3s ease;}
.timelinenav .slick-slide{text-align: center;}
.timelinenav .slick-slide.slick-current span, .timelinenav .slick-slide:hover span{color: #FBB040}
.timelinenav .slick-slide.slick-current span::before, 
.timelinenav .slick-slide:hover span::before {opacity: 1;}
.timelinenav .slick-arrow{bottom: -50px;top: auto;transform: translateY(0px);}
.timelinenav .slick-next{right: 0px}
.timelinenav .slick-prev {left: auto;right: 70px}
.timelinenav .slick-slide{text-align: center;}
.timelineslider span{color: #FBB040;}
.borderboxblue{border: 1px solid #115BA6;text-align: center;padding: 50px}
.certificatimg{margin-bottom: 50px}
.borderboxblue h5{font-weight: 400} 
.otherpagelink a{margin: 0px 10px;}
.otherpagelink .btn-theme{font-size: 30px;font-weight: 400;padding: 25px 30px;clip-path: polygon(100% 0, 100% 79%, 91% 100%, 0 100%, 0 21%, 8% 0);}
.titleanimation .th1{margin-bottom: 0px}
.msgfromrow .row{align-items: flex-start;position: relative;}
.msgfromrow .row [class*="col-"]:first-child{position: sticky;top: 100px}
/*about page css end*/


/* blog page css start */
.datecol {margin-bottom: 10px;}
.blogcolbox{margin-bottom: 100px;}
.catagoryrow .btn-ouline .btn-theme{font-size: 20px;font-weight: 400;clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 20%, 10% 0);}
.catagoryrow .btn-ouline{margin:0px 12px 20px;}
.blogthmubimg a{overflow: hidden;display: block;}
.blogthmubimg a img{transition: all 0.3s ease;transform: scale(1);}
.blogcolbox:hover a img{transform:scale(1.1) ;}
.blogthmubimg{margin-bottom: 30px;}
.blogtitlecontent h5{font-size: 30px;font-weight: 400;margin-bottom: 0px;}
.blogtitlecontent a{display: flex;justify-content:space-between;}
.blogtitlecontent .btn-circle{flex-shrink: 0;margin-left: 20px;opacity: 0;}
.blogcolbox:hover .blogtitlecontent .btn-circle{opacity: 1;}
.loadmorebtn{width: 100%;text-align: center;display: inline-block;padding-top: 50px;}
.paginav {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center}
.paginav a, .paginav span {border-radius: 100%; margin-right: 10px; text-align: center;width: 50px; height: 50px;display: inline-flex;justify-content: center;align-items: center;color: #ffffff;}
.paginav span.arrow-previous, .paginav span.arrow-next {position: relative; margin-right: 0px; }
.paginav a { border: 1px solid #F0F0F0;background-color: #F0F0F0;}
.paginav span.current, .paginav a:hover {border-color: #003566;background-color: #003566;}
.arrow-previous::before, .arrow-next::before{height: 22px; width: 25px; content: ''; transition: all 0.3s ease;}
.arrow-previous::before {background-image: url(../images/btn-arrow-blue.svg);background-position:  center center;background-repeat:  no-repeat;transform: rotateY(-180deg);}
.arrow-next::before {background-image: url(../images/btn-arrow-blue.svg);background-position:  center center;background-repeat:  no-repeat;;}
.arrow-previous:hover::before {background-image: url(../images/btn-link-arrow-white.svg);}
.arrow-next:hover::before {background-image: url(../images/btn-link-arrow-white.svg);}
.blogdetail p{margin-bottom: 20px;}
.blogdetail h2{font-size: 30px;letter-spacing: 0px;}
.blogdetail h3{font-size: 24px;letter-spacing: 0px;}
.blogdetail h4{font-size: 20px;letter-spacing: 0px;}
.blogdetail ul{margin-bottom: 20px;}
.blogdetail ul li, .blogdetail ol li{margin-bottom: 5px;}
.blogdetail ol > li:last-child{margin-bottom: 0px}
.blogdetail ol { margin-bottom: 20px; counter-reset: item; display: inline-block; width: 100%; }
.blogdetail ol li { margin-bottom: 10px; }
.blogdetail ol ol, .blogdetail ol li ul { padding-left: 20px; margin: 10px 0px 5px; }
.blogdetail ol li::before { content: counters(item, ".") ". "; counter-increment: item; }
.blogdetail ol li ul li::before { content: ''; }
.blogdetailnav{display: inline-flex;justify-content: space-between;margin-top: 100px;}
.blogdetail p img{margin:10px 0px 5px !important;}
.ortherproduct .blogcolbox{margin-bottom: 0px;}
.advanceassurerow .t35 {color: #1F487B;}
.advanceassurerow .slick-arrow{top: auto;transform: translateY(0px);bottom: -70px;}
.advanceassurerow .slick-prev{left: 0px;}
.advanceassurerow .slick-next{right: auto;left: 70px;}
/* blog page css end */

/* quality assurance page css start */
.stickyimgcol{position: sticky;top: 150px;}
.stickyleftimg{align-items: flex-start;justify-content: space-between;}
.leftimgcol {position: absolute;top: 0px;left: 0px;transform-origin: top;opacity: 0;overflow: hidden;display: inline-block;vertical-align: top;transition: all 0.3s ease;}
.stickyleftimg .leftimgcol:first-child {position: relative;}
.leftimgcol.active, .leftitemcontent.active {opacity: 1;}
.leftitemcontent{padding: 100px 0px;opacity: 0.5;}
.tablesectrow .table tr th{padding: 10px 15px;}
.tablesectrow .table tr td{padding: 5px 15px;}
.tablesectrow .table-responsive{margin-bottom: 20px;}
.tablesectrow hr{border: none;margin: 30px 0px 50px;}
.tabledesign p{color: #1F487B;}
.expertiserow .bottomleftvector{bottom: -135px;}
.leftimgrightcontent .bottomrightvector{bottom: -170px;}
.mobileimg{display: none;}
/* quality assurance page css end */

/* careers page css start */
.borderbottom{border-bottom: 1px solid #99AEC2;}
.careerstopelem .bottomrightvector{bottom: -150px;}
.gallerythumb{width: 100%;display: inline-block;vertical-align: top;overflow: hidden;}
.gallerythumb video, .gallerythumb img{object-fit: cover;display: inline-block;vertical-align: top;}
.videocontainerow video {vertical-align: top;}
.galleyrow .row [class*="col-"]{margin-bottom: 24px;display: flex;flex-wrap: wrap;}
.twovercol .gallerythumb:first-child{margin-bottom: 24px;}
.videocontainerow .topleftvector{top: -200px;}
.transrotate{transform: rotateY(180deg);}
.careerspostrow .borderbottom {padding-bottom:30px;margin-bottom: 25px;display: flex;width: 100%;align-items: flex-end;justify-content: space-between;}
.postcolborder .borderbottom:last-child{margin-bottom: 0px;}
.titlepost.borderbottom{padding-bottom: 100px;}
.careerspostrow .borderbottom .t35{line-height: 1.1;}
.postcontent{width: 70%;}
.careersidebar { transition: all 0.5s linear; width: 100%;position: fixed;top: 0px;right: -100%;height: 100%;
background-color: #fff;z-index: 100;overflow: hidden;}
.careersidebar.slide {right: 0%;}
.OverlayCareers { z-index: 100;}
.postdetailrow{height: 100%;display: flex;flex-wrap: wrap;}
.postcontentleft{max-height: 100%;overflow: auto;padding: 100px;width: 57%;}
.formrightbg{background-color: #1F487B;padding: 100px;overflow: auto;max-height: 100%;width: 43%;}
.postposition{margin-bottom: 20px;}
.postposition p{margin-bottom: 5px;}
.formrightbg h3{color: #fff;margin-bottom: 50px;}
.careersidebar h5, .postcontentleft  ul li{font-weight: 400;}
.careersidebar h5{padding-top: 10px;}
.careersidebar .form-control{background-color: transparent;color: #fff;}
.careersidebar .form-control:focus{border-color: #FBB040;}
.careersidebar .form-control::-webkit-input-placeholder { color: #99AEC2;font-weight: 400; }
.careersidebar .form-control::-moz-placeholder { color: #99AEC2; opacity: 1;font-weight: 400; }
.careersidebar .form-control::-ms-input-placeholder { color: #99AEC2;font-weight: 400; }
.careersidebar .form-control:focus::-webkit-input-placeholder { color: #fff;font-weight: 400; }
.careersidebar .form-control:focus::-moz-placeholder { color: #fff; opacity: 1;font-weight: 400; }
.careersidebar .form-control:focus::-ms-input-placeholder { color: #fff;font-weight: 400; }
.uploadBox input[type="file"] {display: none;}
.uploadBox label { width: 100%; display: flex;justify-content: space-between;text-transform: uppercase;padding:17px 15px;border: 1px solid #99AEC2;white-space: nowrap;cursor: pointer;font-size: 16px;line-height: 20px;}
.uploadBox label span{font-weight: 600;color: #ffffff;}
.uploadBox label span.filename{color: #99AEC2; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;text-transform: none;width: 70%;letter-spacing: 0px;font-weight: 400;}
.uploadBox label.selected span.filename{color: #ffffff;}
.careersidebar .btn-theme:hover{background-color: #fff;color: #1F487B;}
/* careers page css end  */


.minusimgtop{margin-top: -250px;}
.machinshoptoprow .bottomleftvector{bottom: -330px;}
.zerocomprow .bottomrightvector{bottom: -120px;z-index: -1;}
.tblimgrow .stickyimgcol{top: 100px;}
.textlgtitle{overflow: hidden;}
.OverlayCareers{z-index: 50; background-color: rgba(0, 0, 0, 0.5); content: ''; position: fixed; right: 0px; height: 100%; width: 100%; top: 0px; display: none;}

.wpcf7-spinner{top: 6px;}
.wpcf7 form.sent .wpcf7-response-output {line-height: 24px; background: #dff0d8; border: 1px solid #c3e6cb; margin: 20px 0 0; padding: 7px 12px; color: #155724;position: relative; z-index: 1;border-radius: 5px; font-size: 16px; }
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {line-height: 24px; background: #f8d7da; border: 1px solid #f5c6cb; margin: 20px 0 0; padding: 7px 15px; color: #721c24; position: relative; z-index: 1;border-radius: 5px; font-size: 16px; }
span.wpcf7-not-valid-tip { position: relative; text-align: left; font-size: 14px;}
.vc_row{margin: 0px !important}
.vc_column_container>.vc_column-inner{padding: 0px !important}
.vc_row{margin: 0px !important}
.vc_column_container>.vc_column-inner{padding: 0px !important}