@charset "utf-8";
/*  font-family: "Lexend", sans-serif;
font-weight
100 : thin
200: Extra light
300: light
400: regular
500: medium
600: semibold
700: bold
800 : Extra bold
900 : Black */

:root { scroll-behavior: initial;}
*:focus { outline: none;}
figure{margin-bottom: 0px;}
body { margin: 0px; padding: 0px;  font-family: "Lexend", sans-serif; font-weight: 400; font-size: 18px; color: #333333;
line-height: 26px;background-color: #fff;}
p { margin-bottom: 20px; }
b, strong { font-weight: 700; }
a { color: #0074BC; 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;cursor: pointer; }
a:hover { color: #444; text-decoration: none; }
h1,h2,h3,h4,h5,h6 {color: #000;  font-family: "Lexend", sans-serif; font-weight: 500; line-height: 1.1; margin: 0px; padding: 0px; letter-spacing: -1px;}
h1, h2 { font-size:60px; margin-bottom: 25px;}
h3 { font-size: 40px; margin-bottom: 25px;}
h4 { font-size: 30px; margin-bottom: 20px; }
h5 { font-size: 24px; margin-bottom: 10px; }
h6 { font-size: 24px; margin-bottom: 10px; }
/* common css end */

/*form start*/
input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="button"] { outline: none; }
label { display: inline-block; max-width: 100%;}
textarea { resize: none; height: 110px; border-radius: 20px; }
.form-control{font-family: "Lexend", sans-serif;display: block; width: 100%; height: auto; padding: 10px 15px; font-size: 16px; line-height: 1;
  color: #444;border:1px solid #ddd; -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: #0074BC; 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; }
textarea.form-control, textarea{height: 100px;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { -webkit-appearance: none; }
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] {appearance: none; -moz-appearance: textfield;-webkit-appearance: none; }
input[type="date"]::-webkit-inner-spin-button { display: none; }
input[type="date"]::-webkit-calendar-picker-indicator { color: rgba(0, 0, 0, 0); opacity: 1; background-image: none; background: transparent; }
input[type="radio"],
input[type="checkbox"] { cursor: pointer; }
img{max-width: 100%;height: auto;}
.form-group{margin-bottom: 20px;z-index: 1;}
.form-check-input[type=checkbox]{border-radius: 0px;}
.form-check-input{margin-top: 8px;border-radius: 0px;border-color: #000;}
.form-check-input:focus{border-color: #000;box-shadow: none;}
.form-check-input:checked:focus{border-color: #0d6efd;}
.img-scale{overflow: hidden;vertical-align: top;}
.img-scale img{transition: all 0.3s ease;transform: scale(1);}
.img-scale:hover img{transition: all 0.3s ease;transform: scale(1.1);}
/*form end*/

/*bullet start*/
ul,
ol { margin: 0; padding: 0; list-style: none; }
.bullet-list ul{margin-bottom: 20px;}
.bullet-list ul li{ position: relative; padding-left: 25px;margin-bottom: 10px; }
.bullet-list ul li::before {content: '';border-radius: 100%; background-color: #FAA634;height: 7px;width: 7px; left: 0px; position: absolute; top: 10px;background-size: 100%; }

/*bullet end*/
/*button start*/
ins{text-decoration: none;}
button:focus { outline: none; }
.btn-theme{ background-color: #FAA634;color: #333333;border:none;display: inline-flex;font-size: 16px;font-weight: 500;text-transform: uppercase; outline: 0px;position: relative;text-transform: uppercase; -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; line-height: 1;padding: 12px 25px;letter-spacing: 1px; }
.btn-theme:hover{color: #fff;background-color: #0074BC;border-color: #fff;}

.btn-theme-outline{ background-color: transparent;color: #333333;border:1px solid #FAA634;display: inline-flex;font-size: 16px;font-weight: 500;text-transform: uppercase; outline: 0px;position: relative;text-transform: uppercase; -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; line-height: 1;padding: 12px 25px;letter-spacing: 1px; }
.btn-theme-outline:hover{background-color: #FAA634;}

.btn-theme-outline-blk{ background-color: transparent;color: #000000;border:1px solid #000;display: inline-flex;font-size: 16px;font-weight: 500;text-transform: uppercase; outline: 0px;position: relative;text-transform: uppercase; -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; line-height: 1;padding: 12px 25px;letter-spacing: 1px; }
.btn-theme-outline-blk:hover{color: #fff;background-color: #000000;border-color: #000000;}
.link-btn{font-size: 16px;font-weight: 500;color: #000;text-transform: uppercase;position: relative;display: inline-block;padding-right: 25px;transition: all 0.3s ease;}
.link-btn::before{content: '';background-image: url(../images/brand-identity-yellow.svg);width: 20px;height: 20px;position: absolute;right: 0px;top:2px;transition: all 0.3s ease;}
.link-btn:hover{color:#0074BC;}
.link-btn::before{transform: translate(0px,0px);transition: all 0.3s ease;}
.link-btn:hover::before{transform: translate(5px, -5px);}
/* typography css */
.text-150, .text-150 h1, .text-150 h2, .text-150 h3{font-size: 150px;line-height: 1;}
.text-60, .text-60 h3, .text-60 h4{font-size: 60px;line-height: 1.2;}
.text-40, .text-40 h2, .text-40 h3{font-size: 40px;line-height: 1.2;}
.text-30, .text-30 h2, .text-30 h1{font-size: 30px;line-height: 1.2;}
.text-24{font-size: 24px;line-height: 1.2;}
.borderbottom{border-bottom: 1px solid #DDDDDD;}
.border-radius-15{border-radius: 15px;}
.fw-medium{font-weight: 500;}
.fw-semibold{font-weight: 600;}
.fw-bold{font-weight: 700;}
.fw-exbold{font-weight: 800;}
.text-black{color: #000;}
.borderbottom{border-bottom: 1px solid #ddd;}

/* section margin Top */
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mt-50 { margin-top: 50px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
.mt-120 { margin-top: 120px; }
.mt-150 { margin-top: 150px; }

/* Section margin bottom */
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-24 { margin-bottom: 24px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { 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-120 { margin-bottom: 120px; }
.mb-150 { margin-bottom: 150px; }
.mb-180 { margin-bottom: 180px; }
.mb-200 { margin-bottom: 200px; }
.mb-250 { margin-bottom: 250px; }
.mb-270 { margin-bottom: 270px; }
.mb-300 { margin-bottom: 300px; }
.mb-400 { margin-bottom: 400px; }
.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-60 { padding-bottom: 60px; }
.pb-50 { padding-bottom: 50px; }
section.d-inline-block{vertical-align: top;}
.lastmbnone :last-child{margin-bottom: 0px;}

/* homepage css start */
.brandtopright{right: 0px;top: 0px;position: absolute;}
.brandtopleft{left: 0px;top: 0px;position: absolute;}
.brandbottomright{right: 0px;bottom: 0px;position: absolute;}
.brandbottomleft{left: 0px;bottom: 0px;position: absolute;}

.logo{padding: 20px 0px;}
.logo a{position: relative;display: inline-block;vertical-align: top;}
.logo a img, .logo{transition: all 0.3s ease;}
.sticky .logo{padding: 15px 0px;}
.mainheader{position: fixed;top: 0px;width: 100%;z-index: 30;transition: all 0.3s ease;background-color: #FFFFFF;border-bottom: 1px solid #ddd;}
.mainheader.sticky{background-color: #fff;}
.navigatemain{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;position: relative;z-index: 1;color: #fff;}
a.menu-toggle {width: 24px;display: none;flex-wrap: wrap;align-items: center;justify-content: end;}
.icnline { background-color: #0074BC; transition: all 0.3s ease; width: 100%; height: 2px; margin-bottom: 5px;vertical-align: middle; line-height: 1; }
.icnline:last-child{margin-bottom: 0px;}
.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 { position: relative; list-style: none; padding:0px 20px; margin-bottom: 0px; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; width: initial; }
.navmenu > ul > li.menu-item-has-children::before {margin-top: 10px;content: ''; width: 12px; height: 10px; display: inline-block; transition: all 0.2s ease; vertical-align: top;right: 0px; position: absolute; background-image: url(../images/chevron-down-white.svg);background-repeat: no-repeat;background-size: 100%; background-position: left center;}
.navmenu > ul > li > a {color: #333333; display: inline-block; font-size: 16px; position: relative;line-height: 1;font-weight: 500;text-transform: uppercase;letter-spacing: 1px;}
.navmenu > ul > li.lastmenu{display: none;}
.navmenu > ul > li > a:hover,
.navmenu > ul > li > a:hover,
.navmenu > ul li.current-menu-item > a,
.navmenu > ul li.current-menu-ancestor > a,
.navmenu > ul > li.active > a { color: #0074BC; }
.navmenu > ul > li> a:hover::before,
.navmenu > ul li.current-menu-item > a::before{transform: scaleX(1);}
.navmenu > ul > li ul { left: 0%; display: none; position: absolute; top: 100%; width: 275px; margin: 0px; background: #fff; padding:10px 20px; box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.2) }
.navmenu > ul > li:hover ul{display: block;}
.navmenu > ul > li ul li ul { top: 0px; left: 100%;}
.navmenu > ul > li > ul > li { padding: 10px 0px 10px 0px;margin-bottom: 0px; position: relative;border-bottom:1px solid #ddd}
.navmenu > ul > li > ul li:last-child { border: none; }
.navmenu > ul > li > ul li::before { top: 25px; }
.navmenu > ul > li > ul li a { display: block; color: #000; position: relative;text-transform: uppercase;font-size: 15px; }
.navmenu > ul > li > ul li a:hover{color: #0074BC;}
.closebtn { 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: #000; 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: #000; height: 100%; width: 2px; position: absolute; top: 0px; content: '';transition:all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1); }
.sub-menu-arrow {display: none; text-align: center; overflow: hidden;padding: 4px 10px;margin-left: 5px;display: inline-block;vertical-align: top;line-height: 1;cursor: pointer;position: absolute;right: -20px; }
.navarrow { display: inline-block; vertical-align: top; position: relative; width: 17px; height: 15px; }
.navarrow::before { content: ''; width: 17px; height: 15px; display: inline-block; transition: all 0.2s ease; vertical-align: top; position: absolute; background: url(../images/chevron-down-black.svg) no-repeat; background-position: left center; left: 0px; }
.navarup::before { transform: rotate(180deg); }
.MenuClose{display: none;}
.menuright .btn-theme{margin-left: 10px;}
.black-overlay{background-color: rgba(0, 0, 0, 0.5);bottom: 0px;left: 0px;right: 0px;top: 0px;position: fixed;display: none;}
.borderbox{border: 1px solid #D0D0CE;padding:50px;text-align: center;}
.topherosection{height: 100vh;overflow: hidden;}
.topvideosfull img, .topvideosfull video{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;}
.topvideosfull::before{content: '';bottom: 0px;left: 0px;right: 0px;top: 0px;position: absolute;background-color: rgba(0, 0, 0, 0.25);}
.topbannercaption{position: absolute;top: 0px;width: 100%;left: 0px;padding-top: 180px;}
.topbannercaption .text-150{letter-spacing: -3px;;}
.changeText span{display: none;}
.changeText span.active{display: inline-block;}
.Textchange span{display: none;}
.Textchange span.active{display: inline-block;}
.inquirybtn{position: absolute;bottom: 0px;right: 0px;}
.topherosection .btn-theme{padding: 75px 55px;width: 200px;justify-content: center;font-size: 18px;line-height: 1.2;display: none;}
.topherosection .btn-theme::before{position:absolute;top: 30px;right: 30px;content: '';background: url(../images/btn-brand-identity.svg);width: 20px;height: 20px;}
.imgtitlecontent{padding-right: 210px;}
.leftimgcol{width: 55%;position: relative;}
.rightcontentcol{width: 37%;}
.cntbtncol {width: 75%;}
.cntbtncol span, .cntbtncol a{margin-right: 20px;margin-bottom: 20px;min-width: 210px;justify-content: center;}
.cntbtncol span.btn-theme-outline{background-color: transparent;color: #333;border: 1px solid #FAA634;}
.tabsectionrow{padding: 0px 100px;}
.hovertextrow{align-items: flex-start;}
.imgslider{position: relative;}
.imgslider h4{margin-bottom: 20px;min-height: 110px;}
.hoverpro:first-child{position: relative;}
.hoverpro{position: absolute;top: 0px;width:100%;height: 100%; opacity: 0;left: 0px;overflow: hidden;
    transition:opacity 1s cubic-bezier(.165,.84,.44,1);}
.hoverpro.hoverselected {opacity: 1;z-index: 5;}
.imglistinghover {justify-content: space-between;margin-bottom: 150px;}
.tabslidenav ul{width: 100%;display: block;}
.tabslidenav ul li{width: 100%;margin-bottom: 20px; border-bottom: 1px solid #DDDDDD;position: relative;cursor: pointer;transition: all 0.3s ease;padding-right: 20px;color: #999;transition: all 0.3s ease;}
.tabslidenav ul li:last-child{margin-bottom: 0px;}
.tabslidenav ul li::before{content: '';position: absolute;right: 0px;top: 8px;background-image: url(../images/brand-identity-yellow.svg);width: 20px;height: 20px;background-repeat: no-repeat;transition: all 0.3s ease;opacity: 0;}
.tabslidenav ul > li h4{margin-bottom: 10px;color: #555555;transition: all 0.3s ease;}
.tabslidenav ul li:hover{color:#333;}
.tabslidenav ul li.hoverselected {color: #333;border-bottom:1px solid #0074BC}
.tabslidenav ul li:hover h4, .tabslidenav ul li.hoverselected h4{color: #000;}
.tabslidenav ul li.hoverselected:before{opacity: 1;}
/*.precastedrow .tabslidenav ul li.hoverselected:before{opacity: 1;}*/
.brandvectortopleft{left: 0px;top:0px;position: absolute;}
.mobileimg{display: none;}
.buildcastelement{padding: 0px 100px;overflow: hidden;color:#000;}
.leftobject{margin-bottom: 30px;}
.rightobject {top:100px}
.stickyHorizontalrow { height: min-content; position: relative; width: 100%; }
.stickyhrwrapper {will-change: transform; position: sticky; top: 15vh;display: flex;flex-direction: column; align-items: start; overflow: hidden;}
.stickymainwrapper{width: 100%;display: inline-flex;position: relative;flex-wrap: wrap;}
.stickymainwrapper .h-spacer{height: 150vh;}
.horizontawrapper{display: flex;flex-direction: row; padding-left: 200px;padding-right: 190px;}
.horizontalcontent {min-width: 700px;margin-right: 24px;position: relative;}
.horizontalcontent a{display: block;}
.horizontawrapper .slick-dots{text-align: left;padding-left: 12px;bottom: -20px;}
.titleproduct {position: absolute;bottom: 0px;left: 0px;right: 0px;background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);align-items: flex-end;justify-content: space-between;padding: 40px;}
.titleproduct .text-60{flex: 2;}
.titleproduct h3{color: #fff;margin-bottom: 0px;padding-right: 20px;display: inline-block;position: relative;max-width: 270px;}
.titleproduct h3::before{content: '';position: absolute;right: 0px;top: -10px;background: url(../images/btn-brand-identity.svg);width: 20px;height: 20px;opacity: 0;transition: all 0.3s ease;}
.horizontalcontent a:hover h3::before{opacity: 1;}
.prosmimg{overflow: hidden;width: 40%;}
.prosmimg img{transform: scale(1);transition: all 0.3s ease;}
.horizontalcontent a:hover .prosmimg img{transform: scale(1.1);}
.imgonlysticky, .videofullsticky{width: 100%;display: flex;justify-content: center;align-items: center;height: 100vh;position: sticky;top: 0px;flex-direction: column;}
.imgonlyfull{position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; width: 50vw; height: 50vh; -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;}
.imgonlyfull img, .imgonlyfull video {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;}
.h-spacer{height: 90vh;}
.partnerelement .borderbottom{padding-bottom: 80px;}
.bordeboxcol{border: 1px solid #ddd;padding: 30px 20px;}
.videofull{padding: 0px 100px;}
.partnershiplogo h2{margin-bottom: 30px;}
.stikcyfullwidth{position: sticky;top: 0px;width: 100%;overflow: hidden;}
.stikcyfullwidth::before{background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);content: '';position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;}
.imgcaption{position: absolute;top: 50%;transform: translateY(-50%);text-align: center;width: 100%;}
.fancybox__content :focus:not(.carousel__button.is-close){outline: none;}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width: 1280px;height: 720px;}
.videoslider {margin: 0px -12px;}
.videoslider .slick-slide{padding: 0px 12px;}
.videoimg{position: relative;display: block;}
.videoimg::before{background-color: rgba(0, 0, 0, 0.25);top: 0px;left: 0px;right: 0px;bottom: 0px;position: absolute;content: '';transition: all 0.3s ease;}
.videoimg:hover::before{background-color: rgba(250, 166, 52, 0.85);}
.playicon{position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;}
.playicon img{transform: scale(1);transition: all 0.3s ease;}
.videoimg:hover .playicon img{transform: scale(1.1);}
.precastpicturerow{background-image: url(../images/precast-bg-img.jpg);background-position: center;background-repeat: no-repeat;padding: 300px 0px;}
.precastpicturerow .slick-arrow{top: auto;bottom: 0px;transform: translateY(0px);}
.precastpicturerow .slick-prev{left: auto;right: 60px;}
.precastpicturerow .slick-next{right: 0px;}
.preslidersm {min-height: 100%;}
.careerselement .bordeboxcol{padding: 20px;}
.fullwidthstickyrow .brandtopleft{z-index: 2;}
.bloghomerow .bordeboxcol{padding: 0px;min-height: 100%;}
.blogthmubimg{overflow: hidden;display: block;}
.blogcolbox a img{transform: scale(1);transition: all 0.3s ease;}
.blogcolbox a:hover img{transform: scale(1.1);}
.blogtitlecontent{padding: 30px;}
.blogtitlecontent h4{margin-bottom:50px;}
.blogtitlecontent .link-btn{display: block;}
.blogcolbox a:hover .link-btn{color: #0074BC;}
.blogcolbox a .link-btn::before{transform: translate(0px,0px);transition: all 0.3s ease;}
.blogcolbox a:hover .link-btn::before{transform: translate(5px, -5px);}

/* new homepage tab element start */
.tabvertical ul{width: 100%;display: block;}
.tabvertical ul li{width: 100%;margin-bottom: 20px;padding-bottom: 20px; border-bottom: 1px solid #DDDDDD;position: relative;cursor: pointer;transition: all 0.3s ease;padding-right: 20px;color: #999;transition: all 0.3s ease;}
.tabvertical ul li:last-child{margin-bottom: 0px;}
.tabvertical ul li::before{content: '';position: absolute;right: 0px;top: 8px;background-image: url(../images/brand-identity-yellow.svg);width: 20px;height: 20px;background-repeat: no-repeat;transition: all 0.3s ease;opacity: 0;}
.tabvertical ul > li h4{margin-bottom: 10px;color: #555555;transition: all 0.3s ease;margin-bottom: 0px;}
.tabvertical ul li:hover{color:#333;}
.tabvertical ul li.hoverselected {color: #333;border-bottom:1px solid #0074BC}
.tabvertical ul li:hover h4, .tabvertical ul li.hoverselected h4{color: #000;}
.tabvertical ul li.hoverselected:before{opacity: 1;}
.tabverticarow .mobileimg{display: none;}
/* new homepage tab element end */
/* homepage css end */

/* footer start*/
.calltoaction{width: 100%;background-color: #FAA634;padding: 65px 0px;}
.calltoaction .btn-theme-outline-blk{border:2px solid #000}
.footermain{color:#999999;font-size: 16px;}
.footermain h6{color: #fff;margin-bottom: 30px;}
.footermenu{background-color: #000;padding: 150px 0px;}
.footermenu a, .copyright a{color:#999999;}
.footermenu a:hover, .copyright a:hover{color: #fff;}
.footerlinkcol ul li{margin-bottom: 10px;}
.footerlinkcol ul li:last-child{margin-bottom: 0px;}
.footerlogocol{border-bottom: 1px solid #C74158;padding-bottom: 100px;margin-bottom: 100px;}
.footermain address{margin-bottom: 20px;}
.copyright{font-size: 16px;}
.footercerti img{margin-right: 70px;}
.footermain .brandtopright img{width: 100px;}
.socialicon{margin-bottom: 50px;}
.socialicon a{margin-right: 20px;}
.socialicon a svg{fill: #999999;}
.socialicon a:hover svg{fill: #fff;}
.ftAddressCol span{display: block;}
/* footer end */

/* 404 page & thakyou page css start */
.sectionpagerow{position: relative;font-size: 20px;}
.sectionpagerow::before{bottom: 0px;top: 0px;left: 0px;right: 0px;position: absolute;content: '';background-color: rgba(0, 0, 0, 0.5);}
.pagetitlerow{position: absolute;top: 50%;transform: translateY(-50%); width: 100%;color: #fff;}
.pagetitlerow h1, .pagetitlerow h3{color: #fff;}
.thankyoupage{padding-top: 250px;}
/* 404 page & thakyou page css end */

/* product page css start */
.probannercaption{position: absolute;bottom: 0px;left: 0px;padding-bottom: 150px;width: 100%;}
.productbanner .brandbottomright, .objrotate{transform: rotate(180deg);}
.advantagerow .bordeboxcol{padding: 40px;min-height: 100%;}
.advantagerow h4{margin-bottom: 10px;}
.advantagerow .row [class*="col-"]:nth-child(even) .bordeboxcol{border: none;}
.otherslider{margin: 0px -12px; padding-bottom: 2px;}
.otherslider .slick-slide{padding: 0px 12px;}
.otherslider .bordeboxcol{padding: 0px;display: block;min-height: 100%;}
.othertitlepro{padding: 30px;}
.othertitlepro h4{margin-bottom: 50px;}
.othertitlepro span{display: block;}
.otherslider .slick-slide a:hover .link-btn{color:#0074BC;}
.otherslider .slick-slide a:hover .link-btn::before{transform: translate(5px, -5px);}
.productbanner .topvideosfull::before{background-color: rgba(0, 0, 0, 0.30);}
.othproimg{overflow: hidden;display: block;}
.toppageoffset{padding-top: 200px;}
.contactdetail{border-bottom: 1px solid #ddd;padding-bottom: 30px;margin-bottom: 30px;display: flex;}
.contactdetail:last-child{margin-bottom: 0px;}
.contactdetail i{min-width: 30px;margin-right: 20px;margin-top: 5px;}
.contactdetail a{color:#333}
.contactdetail a:hover{color: #0074BC;}
.contactzoom{transform-origin: top;}
.contactzoom .objrotate{transform: rotate3d(1, 0, 0, 180deg);}

/* blog page css */
.blogfullbanner{position: relative;margin-bottom: 100px;}
.blogfullbanner::before{position: absolute;bottom: 0px;left: 0px;right: 0px;top: 0px;background-color: rgba(0, 0, 0, 0.5);content: '';}
.blogcpatitle{position: absolute;top: 50%;width: 100%;transform: translateY(-50%);color: #fff;}
.blogcpatitle h1{letter-spacing: -2px;color: #fff;}
.datecol{margin-bottom: 10px;color: #333;  font-size: 18px;}
.bloglistingrow .bordeboxcol{padding: 0px;}
.blogcpatitle .datecol{color: #fff;}
.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;padding-top: 50px;}
.paginav a, .paginav span {text-decoration: none; margin: 0px;border-radius: 100%; margin-right: 10px; text-align: center; font-size: 18px;
     width: 40px; height: 40px; line-height: 40px;}
.paginav span.arrow-previous, .paginav span.arrow-next {position: relative; display: inline-block; margin-right: 0px; }
.paginav a { border: 1px solid #FAA634;}
.paginav span.current, .paginav a:hover {border-color: #FAA634;background-color: #FAA634;}
.arrow-previous::before, .arrow-next::before{height: 14px; width: 14px; content: ''; transition: all 0.3s ease;display: inline-block; }
.arrow-previous::before {background: url(../images/blog-left-arrow-black.svg) center center no-repeat;background-size: 100%;}
.arrow-next::before {background: url(../images/blog-right-arrow-black.svg) center center no-repeat;background-size: 100%;}
.blogdetail img{width: 100%;margin: 25px 0px;}
.blogdetail h2{font-size: 30px;}
.blogdetail h3{font-size: 24px;}
.blogdetail h4{font-size: 20px;}
.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;width: 100%;border-top: 1px solid #DDDDDD;padding-top: 20px;margin-top: 30px;}
.blogdetailnav a{text-transform: uppercase;color: #FAA634;display: inline-block;}
.blogdetailnav a:hover{color: #0074BC;}
.projectimgrepeater .projectrow { margin-bottom: 100px; }
.projectimgrepeater .projectrow:last-child { margin-bottom: 0px; }
.projectimgrepeater .projectrow:nth-child(odd) { flex-direction: row-reverse; }
.blogsocial{padding-bottom: 15px;}
.blogsocial li{border-bottom: 1px solid #ddd;padding-bottom: 15px;margin-bottom: 15px;display: block;}
.blogsocial a{display: flex;align-items:center;color: #333333;line-height: 1;}
.blogsocial a:hover{color: #0074BC;}
.blogsocial i {flex-shrink: 0;width: 20px;margin-right: 20px;text-align: center;}
.sharebtn{position: relative;display: inline-block;}
.sharebtn .btn-theme{align-items: center;cursor: pointer;}
.sharebtn .btn-theme::after{content: '';margin-left: 10px;background-image: url(../images/share-icon.svg);background-repeat: no-repeat; width: 20px;height: 20px;transition: all 0.3s ease;}
.sharebtn .btn-theme:hover::after{background-image: url(../images/share-icon-white.svg);}
.hovertipshare a {margin: 0px 10px;}
.hovertipshare {opacity: 0;position: absolute;left: 0px;top: 100%;line-height: 1;
  padding:10px;background-color: #0074BC;display: flex;align-items: center;transition: all 0.3s ease;transform: translateY(0px);}
.hovertipshare svg {fill: #fff;transition: all 0.3s ease;width: 18px;height: 18px;}
.hovertipshare a:hover svg {fill: #000;}
.hovertipshare::before {content: '';position: absolute;top: -6px;right: 17px;border-bottom: 6px solid #0074BC;border-left: 6px solid transparent;border-right: 6px solid transparent;}
.sharebtn:hover .hovertipshare {opacity: 1;transform: translateY(10px);}
.sharesticky{position: sticky;top: 100px;}
/* Homepage slider section start  */

.slick-dots{left: 0px}
.productslider {padding: 0px 100px;}
.productslider .slick-slide{padding: 0px 12px;}
.productslider .slick-arrow:hover{opacity: 1;}
.productslider .slick-prev{left: 40px;}
.productslider .slick-next{right: 40px;}
.productslider a{position: relative;display: block;}
.productslider a:hover h3::before{opacity: 1;}
.productslider a:hover .prosmimg img{transform: scale(1.1);}
.productslider .text-60 h3{font-size: 50px;}
/* Homepage slider section end  */

/* why precst css start */
.minusleftmargin{margin-left: -100px;}
.fixparallaxrow{position: relative;min-height: 840px; background-size: cover; background-position: center;background-attachment: fixed;background-repeat: no-repeat;display: flex;align-items: center;justify-content: center;width: 100%;}
.fixparallaxrow::before{background-color: rgba(0, 0, 0, 0.5);content: '';position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;}
.titlecaption{position: relative;}
.circlenum{margin-bottom: 30px; border-radius: 100%;border: 1px solid #FAA634;background-color: #fff; width: 60px;height: 60px;display: inline-flex;justify-content: center;align-items: center;}
.progreslider{padding-bottom: 75px;margin: 0px -12px;}
.progreslider i{display: block;margin-bottom: 30px;}
.progreslider .slick-arrow{top: auto;bottom: 0px;}
.progreslider .slick-slide{padding: 0px 12px;}
.progreslider .slick-slide :last-child{margin-bottom: 0px;}
.progreslider::before{content: '';background-color: #ddd;height: 1px;position: absolute;top: 30px;left: 12px;right: 12px;}
.progreslider .slick-prev{left: 12px;}
.progreslider .slick-next{right: auto;left: 65px;}
.leftimgrightcontent { padding-right: calc(((100% - 1512px) - 24px) / 2) }
.leftimgrightcontent .rightcontentcol {width: 36%;padding: 0px 12px;}
.leftimgrightcontent  .leftimgcol{width: 55%;}
.futureprecastrow .row{align-items: center;}
.structurescol{position: relative;}
.strudetail{position: absolute;bottom: 0px; color: #fff;display: flex;flex-direction: column; flex-wrap: wrap;padding: 30px;justify-content: flex-end; height: 100%;width: 100%;z-index: 1;overflow: hidden;}
.strudetail::before{background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);content: '';width: 100%;height: 50%;position: absolute;left: 0px;bottom: 0px;transition: all 0.3s;}
.strudetail h4{color: #fff;position: relative;transition: all 0.3s ease;transform: translateY(20px);}
.strudetail ul{display: none;}
.structurescol:hover .strudetail::before{height: 100%;}
.structurescol:hover  ul{display: inline-block;}
.structurescol:hover  ul, .structurescol:hover h4 {
    animation-duration: 0.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: translateY(0px);
}
.structurescol .brandvectortopleft{width: 90px;}
.futureprecastrow ul li{margin-bottom: 20px;}
.futureprecastrow .brandtopright{right: 24px;}
/* why precst css end */

/* about page css start */
.fixparallaxrow h2, .fixparallaxrow{color: #fff;}
.fixparallaxrow .row{flex-grow: 1;justify-content: center;text-align: center;}
.fixparallaxrow .objrotate{transform: rotateX(180deg)}
.teamslider{margin: 0px -12px;}
.teamslider .slick-slide{padding: 0px 12px;}
.teamimg{margin-bottom: 20px;}
.teamname h3{display: inline-flex;align-items: flex-start; margin-bottom: 10px;position: relative;}
.teamname h3::after{content: '';background: url(../images/brand-identity-yellow.svg);width: 20px;height: 20px;display: inline-block;margin-left: 20px;margin-top: 10px;opacity: 0;}
.teamname span{display: block;color: #FAA634;}
.teamslider a:hover h3::after{opacity: 1;}
.minusrightmargin{margin-right: -100px;}
/* about page css end */

/* Modal popup css */
.modal-content{border: none;border-radius: 0px;box-shadow: none;}
.modal-body{padding: 50px;}
.modal-body h4, .offcanvas-body h4{margin-bottom: 10px;}
.fromlineicon{position: absolute;bottom: 0px;right: 0px;width: 80px;}
.offcanvas.offcanvas-end{width: 50%;}
.offcanvas-body{padding: 100px;flex-grow: inherit;}
.uploadBox input[type="file"] {display: none;}
.uploadBox label { width: 100%; display: flex;justify-content: space-between;text-transform: uppercase;padding: 10px 15px;border: 1px solid #ddd;white-space: nowrap;cursor: pointer;font-size: 16px;line-height: 20px;}
.uploadBox label span{font-size:13px;}
.uploadBox label span.filename{color: #999;font-size: 16px; 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: #333;}

.wpcf7-spinner{margin-top: 13px;vertical-align: top;}
.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}
@keyframes textMarqRight {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

@keyframes scrolldown {
	0% { transform: translateY(0px) }
	50% { transform:translateY(5px) }
  100% { transform:translateY(0px) }
}

.ploader {
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#pageloader {
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #FFFFFF;
}

/* Animation css  */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s }

@-webkit-keyframes fadeInUp {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeInUp {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn }
@-webkit-keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-50px); transform: translateY(-50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown }
@-webkit-keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-50px); transform: translateX(-50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(50px); transform: translateX(50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes slideInLeft {
    from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; opacity: 0; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes slideInLeft {
    from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; opacity: 0; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
    from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; opacity: 0; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@keyframes slideInRight {
    from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; visibility: visible; }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

#pageloader {top: 0px; position: fixed; width: 100%; height: 100%; z-index: 9999; background: #FFFFFF; }
.ploader {width: 100%; text-align: center; top: 50%; position: absolute; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
