.clear{ clear: both;}
.content_us_left{ float: left;}
.content_us_right{ float: left; padding-left: 15%;}
.content_us_right a{ margin: 0 20px; cursor: pointer;}
.tabscon>div{ font-size: 1.25rem; color: #333; line-height: 30px; font-family: 'Times New Roman', Times, serif;}
.menuposi{ position: relative; top: 0;}
.menubtn{ position: absolute; right: 20px; top: 55px; background: url('/assets/img/icon/menub.png') no-repeat center; background-size:30px 30px; display: inline-block; width: 30px; height: 30px; cursor: pointer; display: none;}
.menucon{
    display: none;
    position: fixed;
    top: 155px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: white;
    z-index: 9999;
    overflow-y: scroll;
}
.menucon ul{
    padding: 10px;
}
.menucon ul li ul{ padding-left: 15px;}

/* mobile css */
.offcanvas-mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    z-index: 9999;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    padding-left: 60px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  
  .offcanvas-mobile-menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  
  .offcanvas-mobile-menu.inactive {
    -webkit-transform: translateX(calc(100% + 60px));
        -ms-transform: translateX(calc(100% + 60px));
            transform: translateX(calc(100% + 60px));
  }
  
  .offcanvas-menu-close {
    position: absolute;
    left: 0;
    top: 0;
    background: #343538;
    z-index: 9;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
  }
  
  @media only screen and (max-width: 479px) {
    .offcanvas-menu-close {
      width: 50px;
      height: 50px;
      line-height: 48px;
      left: 10px;
      font-size: 18px;
    }
  }
  
  .offcanvas-menu-close:hover, .offcanvas-menu-close:focus {
    color: #ffffff;
  }
  
  .offcanvas-menu-close i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  
  .offcanvas-menu-close:hover i {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  
  .offcanvas-wrapper {
    overflow: auto;
    height: 100%;
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
            box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
  }
  
  .offcanvas-inner-content {
    padding: 90px 35px 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  @media only screen and (max-width: 479px) {
    .offcanvas-inner-content {
      padding: 70px 25px 0;
    }
  }
  
  .offcanvas-navigation {
    margin-bottom: 50px;
  }
  
  .offcanvas-navigation > ul > li > a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 0;
    color: #151515;
  }
  
  .offcanvas-navigation > ul > li > a:hover {
    color: #151515;
  }
  
  @media only screen and (max-width: 479px) {
    .offcanvas-navigation > ul > li > a {
      font-size: 14px;
      line-height: 20px;
    }
  }
  
  .offcanvas-navigation ul.submenu2 {
    margin-left: 25px;
  }
  
  .offcanvas-navigation ul.submenu2 > li > a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 0;
  }
  
  .offcanvas-navigation ul.submenu2 > li > a:hover {
    color: #151515;
  }
  
  @media only screen and (max-width: 479px) {
    .offcanvas-navigation ul.submenu2 > li > a {
      font-size: 14px;
      line-height: 18px;
    }
  }
  
  .offcanvas-navigation ul li.menu-item-has-children {
    position: relative;
    display: block;
  }
  
  .offcanvas-navigation ul li.menu-item-has-children a {
    display: block;
  }
  
  .offcanvas-navigation ul li.menu-item-has-children.active > .menu-expand i:before {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  
  .offcanvas-navigation ul li.menu-item-has-children .menu-expand {
    position: absolute;
    right: auto;
    left: 95%;
    top: -5px;
    width: 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
  }
  
  .offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
    display: block;
    margin-top: 25px;
    border-bottom: 1px solid;
    position: relative;
    width: 10px;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  
  .offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
    width: 100%;
    content: "";
    border-bottom: 1px solid;
    display: block;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  /* offcanvas settings */
  .offcanvas-settings .offcanvas-navigation > ul > li > a {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0;
  }
  
  .offcanvas-settings .offcanvas-navigation > ul > li.menu-item-has-children .menu-expand {
    height: 30px;
    top: -15px;
    margin-top: 0;
  }
  
  .offcanvas-settings .offcanvas-navigation ul.sub-menu > li > a {
    padding: 5px 0;
  }
  /* mobile css end */

@media only screen and (max-width:1024px){
    .menubtn{ display: block;}
    .menu-container{ display: none !important;}
    .logowz{ margin-bottom: 0 !important;}
    .h1fontsize{
        font-size: 3rem !important;
    }
    .adr{
        width: 98% !important;
    }
        .logoflex{ display: inherit !important;}
}

@media only screen and (max-width: 1366px) {
    .px-24{
        padding-inline:2% !important;
    }
    .bgopcity{
        background-size: 85% 100%;
    }
    
}

@media only screen and (max-width: 1200px) {
	.w-48 {
		width: 16.65% !important;
	}
    .menu-level-1 > li{
        padding: 0 10px !important;
    }
    .content_us_right{
        width: 55%;
        float: right;
        padding-left: 0px;
        white-space: nowrap;
    }
    .content_us_right a{
        margin:0 2%;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 768px) {
    .bgopcity{
        padding-left: 2% !important;
    }
    .h1fontsize {
        font-size: 2.75rem !important;
    }
	.aboutimg {
        width: 74% !important;
    }
    .awardsbg{
        background-position: left bottom !important;
    }
    .w-full p.h-72{
        height: auto !important;
    }
    .footermenu{
        display: none;
    }
    .content_us_left{
        font-size: 2.25rem;
    }
    .content_us_right{
        width: 60%;
        margin-top: 0px;
    }
    .content_us_right a{
        margin:0 2%;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .slideheight{
        height: 20vh;
    }
    .aboutimg {
        width: 100% !important;
    }
    .bgopcity{
        display: none;
    }
    .adr{
        margin: 10px auto 0 !important;
        line-height:25px;
    }
    .adr a{
        font-size: 0.875rem !important;
    }
    .conmess img{
        width: 100% !important;
        height: auto !important;
    }
    .ourworkbg{
        height: 392px !important;                                   
    }
    .content_us_right {
        width: 100%;
        margin-top: 15px;
        font-size: 1.25rem;
    }
    .content_us_right a{
        margin: 0 1%;
        font-size: 1.25rem;
    }
    .content_us_right a:first-child{
        margin-left: 0px;
    }
    .footer_logo{
        width: 100% !important;
    }
    .footer_logo img{
        height: 50px !important;
        margin: auto !important;
    }
    .footer_text{
        line-height: 20px !important;
        font-size: 12px;
    }
}


@media only screen and (max-width: 476px) {
    .content_us_right {
        white-space: inherit !important;
    }
    .content_us_right a{
        white-space: nowrap !important;
        display: block !important;
        padding-left: 10px !important;
        margin-bottom: 10px !important;
        margin-left: 0 !important;
    }
    .content_us_right span{
        display: none !important;
    }
    .text-5xl{
        font-size: 2.5rem !important;
    }
    .homeicon{
        background-size: 18px !important;
    }
}

@media only screen and (max-width: 431px) {
    .adr a {
        font-size: 0.75rem !important;
    }
}