/*  ---- By WM ---- */
/*---------------------------------- Common Css  ----------------------------------*/
*::before, *::after, .btn, .animate, a, .owl-theme .owl-dots .owl-dot span, .form-control{
  transition:all 0.3s ease-in-out 0s;
  -moz-transition:all 0.3s ease-in-out 0s;
  -ms-transition:all 0.3s ease-in-out 0s;
  -o-transition:all 0.3s ease-in-out 0s;
  -webkit-transition:all 0.3s ease-in-out 0s;       
}
html, body {
    font-size: 14px;
    margin: 0 !important;
    font-family: 'Raleway', sans-serif; 
    scroll-behavior: smooth;
    overflow-x: hidden;
    color: #000;
    letter-spacing: 0.6px;

}
a, a:focus, a:hover{     
  text-decoration:none !important;
  outline:none !important;
}
h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
  font-family: 'Teko', sans-serif;
}  
p, ul, li{
  margin:0;
  padding:0;
} 
ul, li{
  list-style-type:none;
}
.relative{
  position:relative;
}  
.back-img{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.img-fix {
    background-attachment: fixed;
    background-position: initial;
}
.owl-middle-nav .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0;
    left: 0;
    transform: translatey(-50%);-webkit-transform: translatey(-50%);-ms-transform: translatey(-50%);
}
.owl-middle-nav .owl-nav .owl-prev {
    float: left;
    margin-left: -65px;
}
.owl-middle-nav .owl-nav .owl-next {
    float: right;
    margin-right: -65px;
}
.owl-middle-nav .owl-theme .owl-nav [class*=owl-], .owl-middle-nav .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #000;
    font-size: 45px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 0;
}
.owl-bg-blck.owl-middle-nav .owl-theme .owl-nav [class*=owl-], 
.owl-bg-blck.owl-middle-nav .owl-theme .owl-nav [class*=owl-]:hover{
    background: #2e2d2b;
    color: #fff;
}
.owl-middle-nav .owl-theme .owl-nav [class*=owl-] i {
    opacity: 0.8;
}
.flex-model {
    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;
            flex-flow: row wrap;
}
.flex-stretch{
    justify-content: stretch;
    align-items: stretch;
}

.comm-head {
    font-weight: 700;
    font-size: 25px;
    color: #263442;
    text-transform: uppercase;
}
.comm-text {
    font-size: 14px;
    font-weight: normal;
    opacity: 0.7;
}    
.wt-100 {
    width: 100%;
}
.nm {
    margin: 0;
}
.np {
    padding: 0;
}

.cust-select:before {
    position: absolute;
    content: "\f107";
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    background: #e52e25;
    line-height: 54px;
    color: #fff;
    font-family: 'FontAwesome';
    text-align: center;
    -webkit-appearance: none;
    pointer-events: none;
    border-radius: 0px 10px 10px 0px;
}
section {
    /*padding: 40px 0;*/
}
.bg-gray{
    background: #f1f1f1;
}
.w-100 {
    width: 100%;
}

/**************** header ****************/
header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
}
.sticky-header.open-menu .menu-bar {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
}
.logo a {
    display: block;
    padding: 10px 0 0;
}
.logo img {
    width: 100px;
}
.menu-bar {
    position: relative;
    height: 70px;
    width: 65px;
    cursor: pointer;
    z-index: 99;
}
.menu-bar span {
    display: block;
    position: relative;
    width: 30px;
    height: 3px;
    z-index: 999;
    background: #000;
    top: 50%;
    border-radius: 10px;
    margin: 0 auto;
}
.menu-bar span:before, .menu-bar span:after {
    content: "";
    width: 30px;
    height: 3px;
    background: #000;
    right: 0px;
    top: -8px;
    z-index: 999;
    display: block;
    position: absolute;
    border-radius: 10px;
}
.menu-bar span:after {
    top: 8px;
}
.open-menu .menu-bar span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 0px;
    background: #fff;
}
.open-menu .menu-bar span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    top: 0;
    background: #fff;
}
.open-menu .menu-bar span {
    background: transparent;
}
.menu li a, .menu-box li a {
    display: block;
    padding: 0 0;
    color: #000;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    font-weight: 800 !important;
    padding: 0 10px;
    cursor: pointer;
}
.menu-box li a {
    line-height: normal;
    height: auto;
    padding: 0;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 10px 20px;
    margin: 0 0;
    letter-spacing: 1px;
}
.menu li a:hover, .menu-box li a:hover {
    background: #2e4c6d !important;
    color: #fff;
}
.mob-menu {
    display: none;
}
.menu-box {
    position: fixed;
    width: 100%;
    background-color: rgb(2, 18, 35, 0.8);
    top: -200%;
    right: 0px;
    /* padding: 10% 10% 10% 30px; */
    height: 100%;
    text-align: left;
    z-index: 9;
}
ul.menu_list {
    margin: 120px auto;
    width: 30%;
}
ul.desk-menu {
    display: none;
}
.open-menu .menu-box {
    top: 0;
}
.menu li {
    position: relative;
}
li.drop-menu:hover .hover-menu {
    opacity: 1;
    visibility: visible;
}
.hover-menu {
    position: absolute;
    background: rgba(255,255,255,1);
    left: 0;
    top: 80%;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.hover-menu li a {
    display: block;
    height: auto;
    line-height: inherit;
    padding: 10px!important;
    /* border-bottom: 1px solid #e3e3e3; */
}
.mobile-menu {
    display: none;
}
.sub-hover {
    position: absolute;
    background: white;
    width: max-content;
    padding: 0;
    top: 0;
    right: 100%;
    border-right: 1px solid;
    visibility: hidden;
    opacity: 0;
}
.hover-menu li:hover .sub-hover {
    visibility: visible;
    opacity: 1;
    
}
/**************** Footer Section ****************/
footer {
    background: #1c2834;
    padding: 50px 0;
}
.footer .row.flex-model{
    align-items: flex-start;
    justify-content: flex-start;
}
.footer h3 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}
footer a {
    color: #727b84 !important;
}
footer a:hover {
    color: #fff !important;
}
.cont-info li a{
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.cont-info li{
    text-transform: uppercase;    
    padding: 15px 0;
    display: inline-block;
}
.cont-info li span {
    display: block;
    font-size: 10px;
    opacity: 0.7;
    color: #848d97;
    float: left;
    width: 100%;
}
.about_footer p {
    color: #848d97;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.7;
    padding: 15px 0;
}
ul.footer_about_list {
    margin: 0 -10px;
}
.footer_about_list li {
    font-size: 25px;
    position: relative;
    padding: 0 10px 10px;
    color: #727b84;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}
.address{
    padding: 15px 0;
}
address {
    margin: 0;
    color: #848d97;
       
       opacity: 0.7;
}
.address a {
    margin: 0 0 20px;
    display: inline-block;
}
ul.social_media li,  ul.footer_menu li{
    color: #727b84;
    font-size: 12px;
    padding: 15px 20px 15px 0;
    display: inline-block;
}
ul.footer_menu {
    padding-top: 15px;
}
/***************home page****************/
section.home_page {
    padding: 0;
}
.mob-img {
    display: none !important;
}
.banner .owl-nav {
    position: absolute;
    bottom: 0;
    left: 500px;
    right: 0;
}
.banner .owl-theme .owl-nav [class*=owl-] {
    border-radius: 0;
    padding: 0px 20px;
    background: #ffffffad;
    color: #00000087;
    font-size: 28px;
}
.banner .owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
}
.company_legacy_block p {
    padding: 0 30px;
}
.comp-legacy_section {
    margin-top: -60px;
}
.company_legacy_block a {
    margin: -20px 0 0;
    font-size: 13px;
    color: #0b1624;
    display: inline-block;
    transform: translatey(-20px);
}
.company_legacy_block {
    padding-left: 15px;
}
.company-section h1, .infra h2, .product-section h2 {
    font-size: 285px;
    overflow: hidden;
    padding-top: 30px;
    font-weight: 700;
    color: #263442;
    text-transform: uppercase;
}
.vision-box .media-left h3 {
    width: 100px;
}
.vision-box .media {
    margin-top: 30px;
}
.vision-box .media:first-child {
    margin-top: 0;
}
.infra-sect {
    padding: 60px 0;
}
.infra-sect:before {
    position: absolute;
    content: "";
    width: 290px;
    height: 100%;
    left: 0;
    top: 0;
    background: #263442;
}
.infra h2 {
    margin-left: -180px;
    font-size: 180px;
    padding-top: 109px;
}
/***************** about us ************************/
.inner_page {
    margin: 90px 0 0;
}
.inner-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    color: #fff;
    padding: 30px;
}
.inner-banner-text h5 {
    font-size: 30px;
}
.inner-banner-text h2 {
    font-size: 120px;
    line-height: 90px;
    margin: 10px 0 0 -10px;
}
.about_page .add-data-box {
    margin: 30px 0 0;
}
.about-data p {
    margin: 0 0 20px;
}
.why-hippo h2 {
    font-size: 220px;
    color: #263442;
    font-weight: bold;
    text-transform: uppercase;
    padding: 50px 0;
}
.why-data h4 {
    font-size: 30px;
    font-weight: bold;
    color: #263442;
    text-transform: uppercase;
}
.why-data-box p {
    margin: 40px 0 0;
}
.vission-data-section {
    padding: 50px 0;
}
.vission-data p{
    padding: 0 40px;
}
.safety-section {
    background: #263442;
    padding: 140px 0 70px;
}
.safety-data img {
    width: 50px;
    margin: 0 0 30px;
}
.safety-data .comm-head {
    color: #fff;
}
section.coming-page {
    height: 100vh;
    /* align-items: center; */
}
.coming-box h2 {
    font-size: 150px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 130px;
}
.coming-box p {
    margin: -15px 0 25px;
    font-weight: bold;
}
.comg-inp .form-control {
    width: 500px;
    background: #1c2834;
    border: navajowhite;
    box-shadow: none;
    height: 35px;
    color: #fff;
    /*text-transform: uppercase;*/
}
.comg-inp .btn {
    background: #000;
    color: #fff;
    border: none;
    height: 35px;
    text-transform: uppercase;
}
.comg-inp li {
    vertical-align: top;
    padding: 0;
    margin: 0 0 10px;
    text-align: center;
}
.comg-inp li * {
    display: inline-block;
}
.comg-inp .btn {
    margin: -4px 0 0;
}
.coming-box {
    /*padding: 50px 0;*/
}
.footer .row.flex-model, .company_wrapper .row.flex-model{
    align-items: flex-start;
    justify-content: flex-start;
}
.thank-you-page .coming-box h2 {
    font-size: 90px;
    line-height: normal;
}
.thank-you-page .coming-box p.great {
    margin: 0 0 10px;
}
label.error {
    color: #ff3636;
    text-transform: lowercase;
    text-align: left !important;
    display: block;
    font-weight: 600;
}
h3.add-head {
    margin: 0 0 6px;
}
/************* contact us **************/
section.add-section {
    padding: 30px 0 0;
}
.add-data-box h3, .cont-form-head h3, .inner-head {
    color: #1c2834;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}
.phone-box h3 a {
    display: inline-block;
    color: #1c2834;
}
.phone-box h3 span {
    display: block;
    font-weight: 600;
    font-size: 13px;
    text-transform: none;
}
.add-data-box h3 sup {
    font-size: 13px;
    top: -14px;
}
.cont-form-head h3 {
    margin: 0;
}
section.tech-video {
    margin: 30px 0 0;
}
.cont-form-section {
    margin: 40px 0;
}
.cust-inp .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #000000;
    height: 35px;
    color: #000;
}
.cust-inp label {
    font-weight: 600;
    color: #1c2834;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    display: block;
}
.cust-select:before {
    position: absolute;
    content: '\f078';
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #1c2834;
    color: #fff;
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 35px;
    -webkit-appearance: none;
    pointer-events: none;
    font-size: 12px;
}
.cust-inp .btn {
    width: 100%;
    height: 35px;
    border-radius: 0;
    background: #1d2e3e;
    color: #fff;
    margin: 10px 0 0;
}
.cont-form .form-group {
    margin: 0 0 20px;
}
.cust-inp label.error {
    color: #fd3838;
}
.map iframe {
    width: 100%;
}
.product_detail_page section{
    padding: 0 0 30px;
}
.rigth_col_wrapper {
    padding: 0 165px 0 10px;
}
.rigth_col_wrapper h1 span.comm-head {
    margin: 20px 0 0;
    display: block;
}
.rigth_col_wrapper h1 span.main-head {
    margin: -10px 0 0 -5px;
    display: block;
}
.rigth_col_wrapper h1 {
    font-size: 120px;
    /*margin: -15px 0 0 -4px;*/
    color: #263442;
    text-transform: uppercase;
    font-weight: 700;
}
.rigth_col_wrapper h1 br {
    display: none !important;
}
.rigth_col_wrapper h1 span.main-head br {
    display: block !important;
}
.rigth_col_wrapper h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.7;
}
.prod_finish {
    padding: 20px 0;
}
.rigth_col_wrapper .comm-text {
    color: #666666;
}
.prod_thick li {
    padding: 5px 6px;
    border: 1px solid #fff;
    float: left;
    margin: 5px 0 0;
}
.prod_thick li:hover {
    border-color: #9E9E9E;
}
.product_specifications h4 {
    margin: 10px 0 10px;
}
.shield_wrapper p {
    padding: 20px 20px 20px 0px;
}
.shield_wrapper {
    padding-top: 50px !important;
}
/*.ad-data li {
    padding: 0 20px 15px 12px;
    position: relative;
}*/
.ad-data li {
    padding: 0 20px 15px 12px;
    position: relative;
    float: left;
    width: 33.333%;
}
.ad-data li p {
    padding: 0;
}
.ad-data li:before, .prod_app li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 1px;
    background: #000;
    left: 0;
    top: 10px;
    opacity: 0.7;
}
.adv-section h4 {
    margin: 0 0 20px;
}
/*section.specifi_section {
    padding: 50px 0;
}*/
.spec-tabs ul {
    padding: 20px 0 15px;
}
.spec-tabs li a {
    color: #000;
    opacity: 0.6;
    text-transform: uppercase;
}
.spec-tabs li.active a, .spec-tabs li:hover a {
    opacity: 1;
}
.spec-data-table img {
    transform: scale(1.01);
}
/*section.compar_section {
    padding: 30px 0 50px;
}*/
.compar_section .comm-head{
    margin: 0 0 30px;
}
section.product_range .comm-head {
    margin: 0 0 30px;
}
.prod_range_data h4.comm-head {
    margin: 0 0 10px;
    color: #a9acb0!important;
}
.down-btn .btn {
    border-radius: 0;
    font-family: 'Teko', sans-serif;
    margin: 0px auto 30px;
    width: max-content;
    padding: 8px 65px 5px;
    background: #0b1523;
    color: #b4b9bf;
    font-size: 18px;
    outline: none;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}
.about_page section.add-section {
    padding: 0;
}
.specifi_section .comm-head {
    margin: 0 0 20px;
}
.prod_app li {
    position: relative;
    display: inline-block;
    padding: 0 0 2px 10px;
}
.prod_app li:first-child:before {
    opacity: 0;
}
.prod_app li:before {
    width: 1px;
    height: 70%;
    top: 2px;
    left: 3px;
    opacity: 0;
}
.prod_app li:first-child {
    padding-left: 0;
}
.spec-img-slider img {
    height: 425px;
    object-fit: cover;
}
.spec-data-table thead, .spec-data-table thead table {
    background: #263442 !important;
    color: #fff;
}
.spec-data-table .table>thead>tr>th {
    vertical-align: middle;
}
.about_page .about-data .comm-text {
    font-size: 13px;
}
.gallery-section .comm-head {
    margin: 0 0 20px;
}
.left_col_banner img {
    height: 870px;
    object-fit: cover;
}
.prd-right-desc p{
    margin: 0 0 20px;
}
.prd-right-desc p:last-child {
    margin: 0 0;
}
.note {
    margin: -10px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #af0001;
    display: none;
}
.product_net_page .rigth_col_wrapper h3 {
    line-height: 82px;
    margin: 8px 0 0 -4px;
}
.product_net_page .left_col_banner img {
    height: 450px;
}
section.net-tab-section {
    padding-top: 30px;
}
.net_tab > ul {
    margin: 0 -15px;
    /*flex-flow: row nowrap;*/
}
.net_tab > ul > li {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.net_tab > ul > li > a {
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    color: #a9acb1;
    font-weight: 600;
    padding: 0 0 10px;
    display: block;
    border-bottom: 4px solid #a9acb1;
    text-transform: uppercase;
    line-height: 25px;
    height: 100%;
}
.net_tab > ul > li:hover > a, .net_tab > ul > li.active > a {
    color: #263442;
    border-bottom: 4px solid #263442;
}
.net_tab .tab-content {
    margin: 30px 0 0;
}
.tab_data h4.comm-head {
    margin: 0 0 20px;
}
.tab_data li span {
    float: left;
    margin: 0 0 4px;
}
.tab_data li span.prod_det_left {
    width: 45%;
    opacity:1;
}
.tab_data li span.prod_det_right {
    width: 55%;
}
.rigth_col_wrapper p.comm-text {
    text-align: justify;
}
.rigth_col_wrapper {
    padding-right: 0;
}
.hippo-metal-wrap .rigth_col_wrapper h3 , .hippo-lumber-wrap .rigth_col_wrapper h3{
    font-size: 95px;
}
.hippo-metal-wrap .rigth_col_wrapper h3 br , .hippo-lumber-wrap .rigth_col_wrapper h3 br{
    display: none;
}
.hippo-lumber-wrap .left_col_banner img, 
.hippo-metal-wrap .left_col_banner img {
    height: 500px;
}
.tab_data > ul > li br {
    display: none;
}
.hippo-shield .left_col_banner img {
    height: 600px;
}
.tab_data li:after {
    content: "";
    display: block;
    clear: both;
}
.product-section h2 {
    font-size: 285px;
}
.product_net_page  div#net_0 .spec-img-slider img {
    height: auto;
}
.spec-data-table.table-responsive > p{
    display: none !important;
}
h3.add-head {
    margin: 0 0 6px;
}
.company-section h1, .product-section h2 {
    font-size: 270px;
}
.prod-list .row {
    margin: 0;
}
.prod-list .row > div {
    padding: 0;
    height: 100%;
}
.prod-text {
    background: #263441;
    padding: 20px;
    color: #fff;
    height: 285px;
}
.prod-text a, .prod-text a:hover{
    color: #fff !important;
}
.prod-text .comm-head {
    color: #fff;
    margin: 0 0 10px;
}
.prod-text .comm-text {
    opacity: 1;
}
.flex-reverse > div:nth-child(1) {
    order: 2;
}
.flex-reverse > div:nth-child(2) {
    order: 1;
}
.flex-reverse > div:nth-child(3) {
    order: 4;
}
.flex-reverse > div:nth-child(4) {
    order: 3;
}
.product-section {
    padding: 0 0 100px;
}
.prod-img img {
    height: 285px;
    object-fit: cover;
}
.mobile-prod {
    display: none;
}
.infravide-box a i {
    color: #263442;
    position: absolute;
    left: 0;
    top: -10px;
    text-align: center;
    width: 100%;
    font-size: 65px;
}
.war-form {
    margin: 0 0 50px;
}


/** namrata**/
.case-banners{
    top: 14%;
    left: 7%;
}
.case-para{
    margin: 3% 0px;
}
.case-sections .col-md-6{
    margin: 7px 0;;
}
.casestudy_page .carousel-control{
    background: none;
}
.casestudy_page .case-control{
    position: absolute;
    right: 0;
    left: auto;
}
.casestudy_page .case-control i{
    display: inline-block;
    font-size: 20px;
    background-color: #0a1624;
    color: #fff;
    width: 20px;
    padding-left: 6px;
}
.casestudy_page .carousel-indicators li {
  
    width: 29px;
    height: 7px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color:gray;
    border:none;
    border-radius: none;
}
.casestudy_page .carousel-indicators .active {
    width: 29px;
    height: 7px;
    margin: 0;
    background-color:  #0a1624;;
}
.casestudy_page .carousel-indicators {
    position: absolute;
    bottom: -24px;
    left: 13%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.casestudy_page .case-sections{
    margin: 3% 0;
}

.casestudy_page .case-date{
    font-weight: bold;
}



.casestudy-inner_page .case-link {
    font-size: 13px;
    color: #0a1624;
    font-weight: bold;
}
.casestudy-inner_page .case-link a {
    font-size: 13px;
    color: #0a1624;
    font-weight: bold;
}

.case-inner-section{
    
    margin-top: 2%;

}

.casestudy-inner_page .add-sub-head{
    font-size: 30px;
    margin-top: 5%;
    font-weight: bold;
    color: #0a1624;
}

.casestudy-inner_page .add-sub-para{
    margin-top: 5%;
    font-size: 13px;
    font-weight: bold;
    text-align: justify;
    color: #0b1624;
}

.case-internal-testimonial .testimonial-comments{
    font-size: 30px;
    font-weight: bold;
    color: #0a1624;
    font-family: 'Teko', sans-serif;
}
.case-internal-testimonial .testimonials-company{
    font-size: 13px;margin-top: 1%;
    font-weight: bold;
}
.case-internal-testimonial{
    margin: 5% 0;
    background-color: #e6e4e4;
    padding: 4% 0;
}
.casestudy-inner_page .add-head{
    font-size: 50px;
}
.casestudy-inner_page{
    margin: 10% 0 5% 0;
}
.case-inner-section img{
    width: 100%;
}
.case-internal-page-para{
    font-weight: bold;
    color: #0b1624;
    text-align: justify;
}

.casestudy-inner_page .carousel-control{
    background: none;
}
.casestudy-inner_page .case-control{
  
   /* position: absolute;
   right: 0;
    left: auto;*/
}
.casestudy-inner_page .case-control i{
    display: inline-block;
    font-size: 18px;
    background-color: #0a1624;
    color: #fff;
    width: 20px;
    padding-left: 6px;
}
.casestudy-inner_page .case-control-left{
    position: absolute;
    left:10%;
}
.casestudy-inner_page .case-control-right{
    position: absolute;
        left: 30%;
}
.inner-controls{
    text-transform: uppercase;    font-weight: bold;
    color: #0b1624;
    font-size: 13px;
    margin: 0% 4px;
}

.news_page{
    margin: 8% 0;
}
.news_page img{
    width: 100%;   
}
.news_page .news-col{ 
    margin-top: 30px;

}
.news_page .inner-banner-text{
    left: 30px;
}
.news_page .inner-banner-text .case-para{
    font-size: 13px;
}
.news_page .inner-banner-text .case-date{
    font-weight: bold; font-size: 13px;
}
.inner-banner-bottom{
    position: absolute;
    bottom: 0;
    left: 30px;
    width: auto;
    color: #fff;
    padding: 30px;
}
.inner-banner-bottom h5{
    font-size: 30px;
}
.inner-banner-bottom .case-para{
    font-size: 13px;
}
.inner-banner-bottom .case-date{
    font-weight: bold; font-size: 13px;
}
.news-col-2 .inner-banner-text{
    top: 52%;
}
.news-col-3 .inner-banner-text{
    top: 7%;
}
.news-col-4 .inner-banner-text{
    top: 7%;
}



.testimonial_page .inner-banner-text h2 {
   /*    margin: 75px 0 0 94px;*/
   margin-top: 3%;
}

.testimonial_page .inner-banner-text {
       top: 13%;
    left: 10%;
    }

.testimonial_page .testimonial-para{
text-transform: none;
    }

    .testimonial-about-section .testimonial-info{
        padding: 4% 0;
    }

    .testimonial-about-section .comm-text{
        font-size: 13px;
    }
    .testimonial_page .safety-para{
        color: #fff;
        font-size: 13px;
    }
    .testimonial_page .safety-section {
    
        /* padding: 140px 0 70px; */
        padding: 5% 0;
    }
    .testimonial-about-section{
        padding: 3% 0;
    }

    .testimonial_page .carousel-control{
        background: none;
    }
    .testimonial_page .case-control{
        position: absolute;
        right: 23px;
        left: auto;
    }
    .testimonial_page .case-control i{
        display: inline-block;
        font-size: 20px;
        background-color: #0a1624;
        color: #fff;
        width: 20px;
        padding-left: 6px;
    }
    .testimonial-1-desc{
        color: #0b1523;
        font-size: 30px;
        font-weight: bold;
    }
    .test1-para{
        font-size: 13px;
        color: #0b1523;
        margin: 2% 0;
        font-weight: bold;
    }
    .testimonial_page .carousel1 .testimonial-1-desc{
      padding: 4% 0;
    }
    .testimonial_page .carousel1 {
        margin: 4% 0;
    }
    .testimonial_page .testimonial-sections-1{
        padding: 0% 0;
    }

    /** css**/

   
    .testimonial-sections-2 .owl-item:nth-child(even) {
        background-color: #ced0d3;
       }   
       
    .testimonial-sections-2 .owl-item:nth-child(odd) {
        background-color: #e6e7e9;
               }       
    .testimonial-2 img{
           width: 100%;
           transform: scale(0.7);
       }
   
    .testimonial-sections-1 .testimonial1-img-slider .owl-nav,
    .news-sider .owl-nav{
        position: absolute;
          right: 0;
        top: -39%;
      
      
       }
    .testimonial-sections-1 .testimonial1-img-slider .owl-nav .owl-prev,
    .testimonial-sections-1 .testimonial1-img-slider .owl-nav .owl-next,
    .news-sider .owl-nav .owl-prev,
    .news-sider .owl-nav .owl-next{
        background-color: #0a1624;
       }
       .testimonial-sections-1 .testimonial1-img-slider{
        margin: 4% 0;
       }
       .testimonial_page .testimonial1-img-slider .testimonial-1-desc {
        padding: 3% 3% 3% 0;
    }
    
    .testimonial-sections-2 .testimonial2-img-slider .owl-nav{
        position: absolute;
          right: 0;
        top: -34%;
      
      
       }
       .testimonial-sections-2 .testimonial2-img-slider .owl-nav .owl-prev{
        background-color: #0a1624;
       }
       .testimonial-sections-2 .testimonial2-img-slider .owl-nav .owl-next{
        background-color: #0a1624;
       }
       .testimonial-sections-2 .testimonial2-img-slider{
        margin: 4% 0;
       }
       .testimonial-2{
        cursor: pointer;
        position: relative;
       }
       .testimonial-2 img{
           width: 100%;
           transform: scale(0.7);
           filter: gray;
           -webkit-filter: grayscale(1);
           -webkit-transition: all .4s ease-in-out;
       }
       .testimonial-2:hover img{
        filter: none;
        -webkit-filter: grayscale(0);
   
    }

/** news**/
.news-inner_page .case-link {
    font-size: 13px;
    color: #0a1624;
    font-weight: bold;
}
.news-inner_page .case-link a {
    font-size: 13px;
    color: #0a1624;
    font-weight: bold;
}

.news-inner_page .add-sub-head{
    font-size: 30px;
    margin-top: 5%;
    font-weight: bold;
    color: #0a1624;
}

.news-inner_page .add-sub-para{
    margin-top: 5%;
    font-size: 13px;
    font-weight: bold;
    text-align: justify;
    color: #0b1624;
}

.news-inner_page .add-head{
    font-size: 50px;
}
.news-inner_page{
    margin: 10% 0 5% 0;
}

.news-inner_page .carousel-control{
    background: none;
}
.news-inner_page .case-control{
  
   /* position: absolute;
   right: 0;
    left: auto;*/
}
.news-inner_page .case-control i{
    display: inline-block;
    font-size: 18px;
    background-color: #0a1624;
    color: #fff;
    width: 20px;
    padding-left: 6px;
}
.news-inner_page .case-control-left{
    position: absolute;
    left:10%;
}
.news-inner_page .case-control-right{
    position: absolute;
    left: 30%;
}
.news_page .news_section .news-col:hover img{
    opacity: 0.7;
}
.mobile-comm-head {
    display: none;
}

.casestudy_page .add-sub-para{
    margin: 3% 0px;
}



.testimonial-2 .overlay {
    position: absolute;
    left: 0;
    top: -100%;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 25px;
    background: #000000ab;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 0.4s linear;
    padding: 0 5px;
    justify-content: center;
}
  

  .testimonial-2:hover .overlay {
    top: 0;
  }
   /*.testimonial-2:hover {
        background: rgb(38 52 66 / 55%);
    }
    .testimonial-2:hover img{
        opacity: 0.3;
    }*/
.news-section .comm-head {
    margin: 0 0 20px;
}
.news-section {
    padding: 50px 0;
}
.news-section .vision-box {
    margin: 10px 0 0;
}
.new-date, .new-more a, .new-more a:hover {
    font-size: 13px;
    color: #0b1624 !important;
    /*margin: -7px 0 0;*/
}    
.new-more a {
    display: inline-block;
    font-weight: 600;
    margin: 20px 0 0;
}
.news-data .vision-box p.case-para {
    padding-left: 40px;
    opacity: 1;
    margin: 0;
}
.news-sider .owl-nav {
    top: -70px;
}
.news-data img {
    height: 200px;
    object-fit: cover;
}

.vision-box .media-left h5 {
    width: 100px;
    margin: 0 0 10px;
}
.vision-box .media {
    margin-top: 30px;
}
.vision-box .media:first-child {
    margin-top: 0;
}










