*:focus { outline: none; }
body { margin: 0px; padding: 0px; font-family: 'Nunito', sans-serif; font-weight: 400; font-size: 16px; color: #555555; line-height: 24px; overflow-x: hidden; background-color: #fff; text-rendering: optimizeLegibility; }
p { margin-bottom: 15px; }
b, strong { font-weight: 700; }
small { font-size: 14px; color: #999; }
a { color: #e5262e; text-decoration: none; outline: none; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; }
a:hover { color: #555; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 500; margin: 0px; padding: 0px; color: #003e87; line-height: 1.1; margin-bottom: 25px; text-transform: capitalize; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { font-weight: 700; }
h1, h2 { font-size: 36px; }
h3 { font-size: 24px; margin-bottom: 20px; }
h4 { font-size: 20px; margin-bottom: 20px; }
h5 { font-size: 18px; margin-bottom: 20px; }
h6 { font-size: 16px; margin-bottom: 20px; }
ol, ul { margin: 0px; padding: 0px; list-style: none; }
input[type="submit"], input[type="button"], button[type="submit"], button[type="button"] { outline: none; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea, input[type="tel"], input[type="date"], select, label.custom-file-upload { box-shadow: 0px !important; -webkit-box-shadow: 0px !important; -ms-box-shadow: 0px !important; -moz-box-shadow: 0px !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0px; }
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=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number]::-moz-outer-spin-button, input[type=number]::-moz-inner-spin-button { -webkit-appearance: none; margin: 0; }
.form-control { display: block; width: 100%; height: auto; padding: 10px 15px; background-color: transparent; background-image: none; border: none; border: 1px solid #dddddd; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; box-shadow: none; font-size: 16px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; text-overflow: ellipsis; font-family: 'Nunito', sans-serif; text-align: left; }
select.form-control { background-image: url(../images/chevron-down.svg); background-repeat: no-repeat; background-position: 100% 50%; }
.form-control:focus { background-color: transparent; outline: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; border-bottom: 1px solid #555555; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; }
.form-control::-webkit-input-placeholder { color: #999; }
.form-control::-moz-placeholder { color: #999; }
.form-control:-ms-input-placeholder { color: #999; }
.form-control::-ms-input-placeholder { color: #999; }
.form-control::placeholder { color: #999; }
label { display: inline-block; max-width: 100%; margin-bottom: 0px; font-weight: 400; font-size: 16px; color: #555555; }
sup { font-size: 14px; color: #000; top: -1px; left: 1px; }
textarea.form-control { resize: none; height: 100px; }

/*button, button[type="submit"], input[type="submit"] { border: none; }*/
button:focus { outline: none; }
.btn-theme { background-color: transparent; padding: 11px 20px 10px; text-align: center; display: inline-block; color: #e5262e; font-weight: 700; letter-spacing: 1px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: relative; line-height: 1; vertical-align: top; font-size: 14px; border: 1px solid #e5262e; cursor: pointer; text-transform: uppercase; font-family: 'Nunito', sans-serif; transform: skewX(-15deg); transform-origin: left bottom; }
.btn-theme span { display: inline-block; transform: skewX(15deg); }
.btn-theme:hover { color: #fff; background-color: #e5262e; }
input[type="radio"], input[type="checkbox"] { cursor: pointer; }
.btn-theme input[type="submit"] { font-size: 14px; background-color: transparent; padding: 0px; color: inherit; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.hover-zoom-col { overflow: hidden; display: block; }
.hover-zoom-col img { transform: scale(1); transition: all 0.3s ease; }
.hover-zoom-col:hover img { transform: scale(1.1); transition: all 0.3s ease; }
.mr-10 { margin-right: 10px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.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-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-200 { margin-bottom: 200px; }
.mb-170 { margin-bottom: 170px; }
.mb-400 { margin-bottom: 400px; }
.mt-30 { margin-top: 30px; }
.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; }
.pb-120 { padding-bottom: 120px; }
.pb-150 { padding-bottom: 150px; }
.pb-200 { padding-bottom: 200px; }
.pb-400 { padding-bottom: 400px; }
.list-items ul { display: inline-block; width: 100%; margin-bottom: 10px; }
.list-items ul li { display: inline-block; width: 100%; position: relative; padding-left: 15px; margin-bottom: 10px; }
.list-items ul li::before { content: ''; background: #e00009; position: absolute; left: 0px; width: 7px; height: 7px; top: 8px; }
.help-block-error { color: red; font-size: 14px; }
.headblack { color: #000; }
.d-inline-block { vertical-align: top; }
.form-group { margin-bottom: 20px; }
.mainwrapper { overflow-x: hidden; }
.text-red { color: #df0008; }
.text-gray { color: #555; }

/*common css end*/

/*Header*/
.mainheader { width: 100%; background: #fff; position: fixed; z-index: 20; top: 0px; }
.mainheader .logo { padding: 20px 0px; }
.mainheader .logo a { display: inline-block; vertical-align: top; }
.mainheader .logo img { width: 155px; transition: all 0.3s ease-in-out; }
.mainheader.sticky .logo img { width: 135px; }
.mainheader.sticky .logo { padding: 10px 0px; }
.mainheader .circleiconbtn { margin-left: 30px; }

/* Menu css */
.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: 33px 30px; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }
.navmenu > ul > li:last-child, .mainheader.sticky .navmenu > ul > li:last-child { padding-right: 0px; }
.navmenu > ul > li::before { display: none; }
.mainheader.sticky .navmenu > ul > li { padding: 15px 30px; }
.navmenu > ul > li  a { color: #444444; display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.navmenu > ul > li.menu-item-has-children > a { position: relative; }
.navmenu > ul > li.menu-item-has-children > a::after { font-size: 12px; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f078"; position: absolute; right: -15px; top: 0px; }
.navmenu > ul > li > a:hover, .navmenu > ul li.current-menu-item > a, .navmenu > ul li.current-menu-ancestor > a, .navmenu > ul > li > ul li a:hover { color: #e5262e; }
.navmenu > ul > li:hover > a, .navmenu > ul > li > ul > li:hover > a { color: #e5262e; }
.navmenu > ul > li  ul { left: -10px; display: none; position: absolute; top: 100%; width: 320px; margin: 0px; background: #fff; padding: 10px 0px 10px; box-shadow: 0px 3px 7px -2px rgba(0, 0, 0, 0.05) }
.navmenu > ul > li ul li ul { top: 0px; left: 100%; margin-left: 0px; }
.navmenu > ul > li > ul li { padding: 0px 20px; margin-bottom: 0px; position: relative; }
.navmenu > ul > li > ul li:last-child > a { border: none; }
.navmenu > ul > li > ul li a { text-transform: uppercase; display: block; color: #444444; position: relative; border-bottom: 1px solid #ddd; padding: 15px 20px; }
.navmenu > ul > li > ul li a::before { content: ""; position: absolute; top: 23px; left: 0px; height: 6px; width: 6px; background: #e5262e; border-radius: 50%; }
.navmenu > ul > li > ul li.menu-item-has-children > a::after { font-size: 12px; font-family: 'Font Awesome 5 Free'; font-weight: 900; content: "\f054"; color: #e5262e; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; position: absolute; right: 0px; top: 6px; }
.navmenu > ul > li:hover > ul, .navmenu > ul > li ul li:hover > ul { display: block; }
.headerclose, .navbartoggle { display: none; }
.sub-menu-arrow { display: none; }

/* Home page  */
.full-width-slider { position: relative; height: 100vh; }
.full-width-slider .carousel, .full-width-slider .carousel-item, .full-width-slider .carousel-item.active { height: 100%; }
.full-width-slider .carousel .carousel-inner { height: 100%; position: relative; width: 100%; overflow: hidden; }
.fillsliderthumb { width: 100%; height: 100%; background-size: cover; background-position: top center; }
.full-width-slider .carousel .carousel-caption { bottom: auto; padding: 0; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); left: 0px; right: 0px; text-align: left; }
.carousel-control-next, .carousel-control-prev { z-index: 2; opacity: 1; background-color: #fff; width: 40px; height: 40px; color: #003e87; font-size: 20px; bottom: inherit; top: 50%; transform: translateY(-50%); transition: all 0.3s ease; }
.carousel-control-next:hover, .carousel-control-prev:hover { background-color: #003e87; color: #fff; }
.slideindicators { position: absolute; bottom: 80px; width: 100%; display: none; }
.full-width-slider .carousel-indicators { margin: 0px; position: relative; margin-bottom: 0px; -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start; }
.full-width-slider  .animated { -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -ms-animation-duration: 1.5s; -o-animation-duration: 1.5s; animation-duration: 1.5s; }
.captiontitle { text-transform: uppercase; line-height: 1; font-size: 40px; font-weight: 500; font-family: 'Raleway', sans-serif; margin-bottom: 30px; color: #003e87; }
.captiontitle  span { font-weight: 800; display: block }
.carousel-indicators li { opacity: 1; width: 8px; height: 8px; margin: 0px 6px; padding: 0px; border-top: 0; border-bottom: 0; background: #dddddd; }
.carousel-indicators li:hover { background: #e00009; opacity: 1; }
.carousel-indicators .active { background: #e00009; }
.carousel-indicators li:first-child { margin-left: 0px; }
.chevronrightslider { position: absolute; right: 45px; bottom: 0px; z-index: 5; }
.chevvronrightblue { position: absolute; right: -40px; bottom: 0px; }
.ourexptiesrow { position: relative; vertical-align: top; }
.ourexpcontent { margin-bottom: 100px; }
.titleconbtn:last-child { margin-bottom: 0px; }
.expsliderright { margin-right: -110px; margin-left: -15px; padding-bottom: 15px; }
.expslider { margin-left: -110px; margin-right: -15px; padding-bottom: 15px; }
.expslider .slick-slide, .expsliderright .slick-slide { padding: 0px 15px; }
.expslider .hover-zoom-col, .expsliderright .hover-zoom-col { margin-bottom: 20px; }
.expslider  h4, .expsliderright h4 { margin-bottom: 0px; }
.expslider .slick-arrow, .expsliderright .slick-arrow { z-index: 1; top: auto; bottom: -20px; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
.expsliderright .slick-arrow { right: 10px; }
.expsliderright .slick-prev { left: auto; right: 60px; }
.expslider .slick-arrow { left: 10px; }
.expslider .slick-next { right: auto; left: 60px; }
.rtclis .row { -webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse; }
.expconetnright { padding-right: 135px; margin-bottom: 30px; }
.staprocontent { width: 65%; margin-bottom: 30px; }
.ourexpertischevron { position: absolute; right: 80px; bottom: 0px; }
.infrathumbleft { display: inline-block; width: 49%; }
.infrastructurecol { position: absolute; left: 0px; width: 100%; top: 50%; transform: translateY(-50%); }
.parallaxright { position: absolute; right: 0px; }
.infrastructureslider.slick-dotted.slick-slider { margin-bottom: 0px; }
.infrastructureslider .slick-dots { bottom: 20px; }
.infrastructureslider .slick-dots li button:before { background-color: #fff; }
.infrastructureslider .slick-dots li.slick-active button:before, .infrastructureslider .slick-dots li button:hover::before { background: #e00009; }
.fixed-title-content h2 span { display: block; }
.ttcbsis .bradnredobjslider { bottom: 100px; right: -60px; }
.brandgrayobject { position: absolute; top: 20px; left: 50px; }
.whitboxcol { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; min-height: 100%; background: #fff; padding: 40px 20px; text-align: center; border: 5px solid #eeeeee; transition: all 0.3s ease; }
.whitboxcol:hover { border: 5px solid #003e87; }
.whitboxcol h3 { margin-bottom: 0px; color: #555555; transition: all 0.3s ease; }
.whitboxcol:hover h3 { color: #003e87; }
.whitboxcol::before { content: ''; background: url(../images/brand-symbols-red-small.svg) top left no-repeat; width: 20px; height: 20px; opacity: 0; position: absolute; right: 10px; top: 10px; transition: all 0.3s ease; }
.whitboxcol:hover::before { opacity: 1; }
.ltcrsis .row { align-items: center; }
.ltcrsis .bradnredobjslider { bottom: 80px; left: -60px; }
.epitomeslider .slick-dots { text-align: right; bottom: -40px; }
.epitomeslider .slick-dots li:last-child { margin-right: 0px; }
.parallaxleft { left: 0px; bottom: 0px; position: absolute; }
.designation span { color: #df0008; }
.designation, .designation small { font-size: 16px; }
.cehvrontestblue { position: absolute; bottom: -70px; right: -120px; }
.testislider p { font-size: 24px; line-height: 36px; margin-bottom: 20px; }
.testislider .slick-arrow { opacity: 1; top: auto; bottom: 0px; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
.testislider .slick-prev { right: 50px; left: auto; }
.testislider .slick-next { right: 0px; }
.testislider .slick-prev:before, .testislider .slick-next:before { font-size: 18px; color: #999; }
.testislider .slick-prev:hover::before, .testislider .slick-next:hover::before { color: #e5262e; }
.logoslider { padding: 0px 40px; }
.logoslider .slick-slide { padding: 0px 15px; }
.logoslider .slick-prev { left: 10px; }
.logoslider .slick-next { right: 10px; }
.logosectionrow { text-align: center; position: relative; }
.logosectionrow h2 { margin-bottom: 40px; }
.logothumb { border: 1px solid #ddd; padding: 30px 10px; }
.counterbox { padding: 0px 15px; width: 50%; margin: 50px 0px; }
.countericon { display: inline-block; margin-right: 20px; }
.countertext { vertical-align: middle; display: inline-block; }
.countertext p { margin-bottom: 0px; }
.countertext b, .countertext span { font-size: 36px; font-weight: 700; display: inline-block; vertical-align: top; line-height: 1; }
.footermain { background: #003e87; padding: 100px 0px 80px; color: #83acdd; position: relative; }
.footermain h5 { color: #fff; text-transform: inherit; }
.footerlink ul li { margin-bottom: 5px; }
.footerlink ul li a { color: #83acdd; }
.footerlink ul li a:hover { color: #fff; }
.socialcol ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin-bottom: 30px; }
.socialcol ul li { line-height: 1; margin-right: 20px; }
.socialcol ul li a { font-size: 16px; color: #83acdd; line-height: 1; }
.socialcol ul li a:hover { color: #fff; }
.socialcol p a { color: #83acdd; }
.socialcol p a:hover { color: #fff; }
.socialcol p { margin-bottom: 0px; }
.footerobjectleft { position: absolute; right: 50px; top: -50px; width: 100px; }

/* Home page css end */

/* page not found */
.errorimg { display: block; margin-bottom: 60px; }
.errorimg span { font-size: 250px; color: #e5262e; font-weight: 700; line-height: 225px; font-family: 'Raleway', sans-serif; display: inline-block; vertical-align: top; margin-top: -25px; }
.errorpagerow, .thankyourow { margin-top: 280px; }
.errorpagerow h1 { text-transform: inherit; }
.errorimg img { margin-right: -30px; display: inline-block; vertical-align: top; }
.smilyicon { margin-bottom: 30px; font-size: 60px; color: #e5262e; }
/* page not found Css End */

.inner-breadcrumrow { margin-top: 150px; width: 100%; margin-bottom: 100px; }
.breadcrumb li a, .breadcrumb li { color: #999; font-size: 14px; }
.breadcrumb { padding: 0px; background: transparent; margin-bottom: 0px; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.breadcrumb li:first-child::before { display: none; }
.breadcrumb li::before { display: inline-block; padding-right: 4px; padding-left: 4px; color: #999999; content: "/"; }
.breadcrumb li.active, .breadcrumb li a:hover { color: #e00009; }
.parallaxleftimg { right: -60px; bottom: 0px; }
section.mainteamrow h2 span { display: block; }
section.mainteamrow .designation { color: #999999; margin-bottom: 10px; line-height: normal; }
/*section.mainteamrow .teamrow-top { margin-bottom: 30px; }*/
section.mainteamrow .team-slide img { margin-bottom: 25px; }
section.mainteamrow .team-slide { margin: 0px 15px; }
section.mainteamrow .slick-prev { left: -30px; }
section.mainteamrow .slick-next { right: -30px; }
.imgwithcontentrow p:last-child, section.mainteamrow p:last-child, .visionmission-wrap p, .assurance-control-row-wrap p:last-child { margin-bottom: 0px; }
.twolinetitle h2 span, .twolinetitle h1 span { display: block; }
.iconboxrow   .iconthumb { border: 5px solid #eeeeee; padding: 40px 15px; min-height: 100%; }
.iconboxrow .iconthumb img { margin-bottom: 20px; }
.principlesrow  .list-items ul li:last-child { margin-bottom: 0px; }
.principlesrow .list-items ul { margin-bottom: 0px; }
.iconboxrow-wrap.row.thin-border .iconthumb { border: 1px solid #dddddd; padding: 30px 15px; }
.iconboxrow-wrap.row.thin-border .iconthumb img { margin-bottom: 0px; }
.zigzag-wrap:nth-child(even) .row { flex-direction: row-reverse; }
.zigzagcontent h3 { color: #555555; margin-bottom: 10px; }
.zigzagcontent.list-items ul li { margin-bottom: 5px; }
.projecttablerow  thead { background: #003e87; color: #fff; }
.projecttablerow  table.dataTable.table-striped>tbody>tr.odd { background: #fff; }
.projecttablerow  tbody tr.even { background: #f2f8ff; }
.table-bordered td, .table-bordered th { border: 1px solid #dddddd; }
div#projects-table_filter { margin-bottom: 20px; }
.dataTables_wrapper .dataTables_length select { border-radius: 0px; }
.dataTables_wrapper .dataTables_filter input { border-radius: 0px; margin-left: 10px; }
.table { color: #555; }
table.dataTable.no-footer { border: none; }
.projecttablerow  table.dataTable thead .sorting, table.dataTable thead .sorting_asc, .projecttablerow  table.dataTable thead .sorting_desc { background: transparent url(../images/table-arrow.png)
no-repeat right 10px center !important; }
.projecttablerow  .dataTables_wrapper .dataTables_length select { background: transparent url(../images/show-arrow.png) no-repeat right 6px center !important; padding: 2px 19px; }
.projecttablerow  .dataTables_wrapper .dataTables_paginate .paginate_button.current, .projecttablerow  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { border: 1px solid #e00009; background: transparent; }
.projecttablerow  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover { color: #555 !important; }
.projecttablerow  .dataTables_wrapper .dataTables_paginate .paginate_button.current { background: #e00009; color: #fff !important; }
.projecttablerow  .dataTables_wrapper .dataTables_paginate .paginate_button, .projecttablerow  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled { margin: 0px; border-radius: 0px; border: 1px solid #ddd; color: #555 !important; }
.projecttablerow  .dataTables_wrapper .dataTables_paginate { display: flex; align-items: center; }
.dataTables_wrapper .dataTables_paginate .paginate_button:hover { background: #e00009; color: #fff !important; border-color: #e00009; }
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover { border: 1px solid #ddd; color: #e00009; }
.projecttablerow  table.dataTable.no-footer { margin-bottom: 25px; }
.projecttablerow  a#projects-table_previous:hover, .projecttablerow  a#projects-table_next:hover { background: transparent; color: #e00009 !important; border: 1px solid #ddd; }
.projecttablerow  .table thead { white-space: nowrap; }
table.dataTable thead th, table.dataTable thead td { border: 1px solid #ddd; padding: 10px 35px 10px 15px; }
.projecttablerow .dataTables_wrapper .dataTables_paginate .paginate_button.disabled { display: none; }
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate { color: #555; }
.dataTables_wrapper .dataTables_filter input { height: 30px; }
.imgwithcontentrow h3 { color: #555555; }

/* custom animation */
body { height: inherit !important; }
@-webkit-keyframes pulse {
	0% { -webkit-transform: scale(0.9); transform: scale(0.9); }
	50% { -webkit-transform: scale(1.1); transform: scale(1.1); }
	100% { -webkit-transform: scale(0.9); transform: scale(0.9); }
}
@keyframes pulse {
	0% { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }
	50% { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
	100% { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }
}
.pulse { -webkit-animation-name: pulse; animation-name: pulse; animation-iteration-count: infinite; -webkit-animation-duration: 1.7s; animation-duration: 1.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
@-webkit-keyframes spinner {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@keyframes spinner {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@keyframes rev-ani-mouse {
	0% { top: -3px; }
	50% { top: 1px; }
	100% { top: -3px; }
}
@keyframes sliderfadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-1000px); -ms-transform: translateX(-1000px); transform: translateX(-1000px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.sliderfadeInLeft { -webkit-animation-name: sliderfadeInLeft; animation-name: sliderfadeInLeft; }
@keyframes sliderfadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.sliderfadeInUp { -webkit-animation-name: sliderfadeInUp; animation-name: sliderfadeInUp; }
@-webkit-keyframes sliderfadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes sliderfadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); transform: translateY(-100px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.sliderfadeInDown { -webkit-animation-name: sliderfadeInDown; animation-name: sliderfadeInDown; }
.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 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(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	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(-20px); transform: translateX(-20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
	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(20px); transform: translateX(20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }
	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(20px); transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
	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; }
@-webkit-keyframes zoomOut {
	from { opacity: 1; }
	50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
	to { opacity: 0; }
}
@keyframes zoomOut {
	from { opacity: 1; }
	50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
	to { opacity: 0; }
}
.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }
@-webkit-keyframes zoomIn {
	from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
	50% { opacity: 1; }
}
@keyframes zoomIn {
	from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
	50% { opacity: 1; }
}
.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }
.accreditations-box { width: 20%; padding: 0px 15px; }
.accreditations-box-wrap { padding: 0px 60px; }
.accreditations-box-wrap .whitboxcol { padding: 30px 0px; }
.table-bordered td, .table-bordered th { padding: 9px 15px; }
.table thead th { border: 1px solid #dddddd; background: #003e87; color: #fff; }
tbody tr:nth-child(even) { background: #f2f8ff; }
.contact-details-box { display: flex; flex-wrap: wrap; }
.contact-details-box-content { width: 85%; }
.contact-details-box-content h2 { margin-bottom: 15px; }
.contact-details-box-content a { color: #555; }
.contact-details-box-content a:hover { color: #df0008; }
.contact-details-box-icon { width: 15%; }
.form-control:focus { border: 1px solid #ddd; }
.wpcf7 form.sent .wpcf7-response-output { color: #155724; padding: 10px; background-color: #d4edda; border: 1px solid #c3e6cb; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { color: #721c24; border: 1px solid #f5c6cb; background-color: #f8d7da; padding: 10px; margin: 0px -4px 0px; }
.footer .wpcf7-not-valid-tip { color: #a62b43; font-size: 14px; text-align: left; color: #fff; }
.wpcf7-not-valid-tip { text-align: left; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { margin-top: 20px; }
.address-city:last-child p:last-child { margin-bottom: 0px; }
.contact-details-box-content h3 { margin-bottom: 10px; }
.zigzagcontent p:last-child { margin-bottom: 0px; }
.card { border: none; background-color: transparent; margin-bottom: 20px }
.accordianpost .card:last-child { margin-bottom: 0px }
.card-header { border-bottom: none; background-color: transparent; padding: 0px }
.card-header a { color: #a62b43; border: none; font-size: 20px; display: block; cursor: pointer }
.card-header a.collapsed { background: transparent; color: #555; border: 1px solid #ddd; }
.card-header a:hover { background: #003e87; color: #ffffff; border-color: #003e87; }
.bulletcol { width: 50%; padding: 0px 15px 0px 0px; display: inline-block; margin-right: -3px }
.bulletcol strong { font-size: 16px; color: #333; display: block; margin-bottom: 5px }
.card-body.list-item ul li { margin-bottom: 0px }
.card-header a { background: #003e87; color: #ffffff; border: 1px solid #003e87; }
.card-header a.collapsed:hover::before { color: #fff }
.card-header a.collapsed::before { content: "\f067"; background: transparent; height: auto; width: auto; left: 20px; line-height: initial; font-size: 20px; color: #ec6f12; }
.current-opening .card-body { padding: 30px 50px 10px }
.current-opening .card { background-color: transparent; border-radius: 0px; border: navajowhite; margin-bottom: 20px }
.current-opening .card-header a { padding: 16px 50px; font-size: 20px; font-weight: 500; }
.card-header a.collapsed::before { background: #e00009; color: #fff; }
.card-header a::before, .card-header a.collapsed::before { height: 20px; width: 20px; font-size: 9px; display: flex; align-items: center; justify-content: center; }

/*minus*/
.card-header a::before { border-radius: 50%; text-align: center; color: #fff; content: "\f068"; font-family: 'Font Awesome 5 Free'; font-size: 16px; font-weight: 900; position: absolute; left: 20px; top: 18px; }
.card-header a::before { background: #fff; color: #003e87; font-size: 9px; }
.contactform .uploadbox input[type="file"] { display: none; }
label.custom-file-upload.form-control { font-weight: bold; color: #e00009; cursor: pointer;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
.infrastructure-title p:last-child { margin-bottom: 50px; }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { border-color: #c20d12; }
.nav-tabs { border-bottom: 1px solid #c20d12 }
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { background: #c20d12; color: #fff; }
.nav-tabs .nav-link { border-radius: 0px; border: 1px solid #c20d12; }
.nav-tabs li+li { margin-left: 30px; }
.our_ups .parallaxleftimg { right: -35px; }
.our-machinery .slick-dots, .infrastructure .slick-dots { bottom: 15px; }
.our-machinery .slick-dotted.slick-slider, .infrastructure .slick-dotted.slick-slider { margin-bottom: 0px; }
.wpcf7-spinner { position: absolute; }
.logo-box { border: 1px solid #dddddd; text-align: center; margin-bottom: 30px; }
.logo-box.xxl-img { padding-top: 114px; padding-bottom: 114px; }
.logo-box.lg-img { padding-top: 51.5px; padding-bottom: 51.5px; }
.logo-box.xl-img { padding-top: 66.5px; padding-bottom: 66.5px; }
.logo-box.md-img { padding-top: 84px; padding-bottom: 84px; }
.current-opening-content strong { font-size: 20px; font-weight: 500; color: #555555; margin-bottom: 10px; }
.current-opening-content.list-items ul li { margin-bottom: 5px; }
.slick-prev:hover:before, .slick-next:hover:before { color: #e5262e; }


.r-vector,.l-vector {position: relative;}
.r-vector:after,.l-vector:after{content: "";position: absolute;bottom: 30px;background-image: url(../images/left-shape.svg); background-repeat: no-repeat;background-size: cover;height: 100px;width: 100px;}
.r-vector:after {right: 45px;}
.l-vector:after {left: 45px;}
section.mainteamrow .team-slide img {display: none;}
section.current-opening {display: none;}
.grecaptcha-badge {
    display: none !important;
}
.teamrow-top-right img {width: 100%;}