@font-face {
    font-family: MyriadPro-Cond;
    src: url(../fonts/MyriadPro-Cond.eot);
    src: local('?'), url(../fonts/MyriadPro-Cond.woff) format('woff'), url(../fonts/MyriadPro-Cond.ttf) format('truetype'), url(../fonts/MyriadPro-Cond.svg) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: MyriadPro-Light;
    src: url(../fonts/MyriadPro-Light.eot);
    src: local('?'), url(../fonts/MyriadPro-Light.woff) format('woff'), url(../fonts/MyriadPro-Light.ttf) format('truetype'), url(../fonts/MyriadPro-Light.svg) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: MyriadPro-Regular;
    src: url(../fonts/MyriadPro-Regular.eot);
    src: local('?'), url(../fonts/MyriadPro-Regular.woff) format('woff'), url(../fonts/MyriadPro-Regular.ttf) format('truetype'), url(../fonts/MyriadPro-Regular.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?caygjr');
  src:  url('../fonts/icomoon/icomoon.eot?caygjr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?caygjr') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?caygjr') format('woff'),
    url('../fonts/icomoon/icomoon.svg?caygjr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-factory-structure:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e902";
}
.icon-maintenance:before {
  content: "\e903";
}
.icon-repairing-service:before {
  content: "\e904";
}
.icon-seeding:before {
  content: "\e905";
}
.icon-engineer:before {
  content: "\e900";
}
.icon-arrow-down-right2:before {
  content: "\ea3d";
}

/*Top Menu Icons*/
.icon-font-icon:before {
  content: "\e906";
}
.icon-search-icon:before {
  content: "\e907";
}
.icon-user-login:before {
  content: "\e908";
}

/* =======================================================
*
*   Greater Noida Limited
*
* ======================================================= */
body {
  font-family: 'MyriadPro-Light', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #000; }
  @media screen and (max-width: 992px) {
    body {
      font-size: 16px; } }

a {
  color: #007bb5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

  a:hover, a:active, a:focus {
    color: #0d3e54;
    outline: none;
    text-decoration: none !important; }

p {
  margin-bottom: 1.5em; font-family: 'MyriadPro-Light', sans-serif;line-height: 1.5;color: #000000;font-size: 1em;}

h1, h2, h3, h4, h5, h6 {
  color: #282929;
  font-family: 'MyriadPro-Regular', sans-serif;
  font-weight: 400;
}
h1 {
    font-size: 2.2em;
    margin: 10px 0;
}
h2 {
    font-size: 2em;
    margin: 10px 0;
}
h3 {
    font-size: 1.3em;
    margin: 10px 0;
}
h4 {
    font-size: 1.1em;
    margin: 10px 0;
}

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%; }
  figure figcaption {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0px auto;
    color: #b3b3b3;
    font-style: italic;
    font-family: 'width:', sans-serif; }
    @media screen and (max-width: 480px) {
      figure figcaption {
        width: 100%; } }

::-webkit-selection {
  color: #fff;
  background: #FFC300; }

::-moz-selection {
  color: #fff;
  background: #FFC300; }

::selection {
  color: #fff;
  background: #fa6515; }

.show{display: block;}
.active{color: #fa6515;}
.mar-t-20{margin-top: 20px;}
.mar-b-20{margin-bottom: 20px;}
.mar-t-30{margin-top: 30px;}
.mar-r-30{margin-right: 30px;}
.mar-b-30{margin-bottom: 30px;}
.mar-l-30{margin-left: 30px;}
.mar-t-40{margin-top: 40px;}
.mar-r-40{margin-right: 40px;}
.mar-l-40{margin-left: 40px;}
.mar-b-40{margin-bottom: 40px;}
.mar-t-50{margin-top: 50px;}
.mar-r-50{margin-right: 50px;}
.mar-l-50{margin-left: 50px;}
.mar-b-50{margin-bottom: 50px;}


.w-70{width: 70%;}
.w-85{width: 85%;}

/*Button Design*/
.noida-btn{
  color: #fff;
  outline: none;
  background: transparent;
  border: none;
  letter-spacing: 0.0625em;
  padding: 5px 15px; 
  line-height: 2;
  border-radius: 2px;
  position: relative;
    display: inline-block;
  cursor: pointer;
    text-decoration: none; /* remove underline if using A instead of BUTTON tag */
  overflow: hidden;
  transition: all .5s;
}
.noida-btn a{color: #ffffff}
/* //// Default effect: Slide from Top  //// */

.noida-btn:before,
.noida-btn:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgb(53, 76, 115); /* onhover background color */
  z-index: -1;
  transform: translate3D(0,-100%,0); /* move elements above button so they don't appear initially */
  transition: all .5s;
}

.noida-btn:before{
  background: #fa6515; /* button default background color */
  z-index: -2;
  transform: translate3D(0,0,0);
}

.noida-btn:hover{
    color: white;
}

.noida-btn:hover:after{
  transform: translate3D(0,0,0);
  transition: all .5s;
}

/* //// Slide Left  //// */

.slideleft:after{
  top: 0;
  z-index: -1;
  transform: translate3D(-101%,0,0);
}

.slideleft:hover:after{
  transform: translate3D(0,0,0);
  transition: all .5s;
}

/*Button Design ends*/

#noida-page {
  width: 100%;
  overflow: hidden;
  position: relative;
  }

.tbl-scroll{overflow-x: scroll;}

#noida-aside {
  width: 18%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  /*overflow-y: scroll;*/
  z-index: 6;
  /*background: #192231;*/
  background: #1b3561;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 1em;
  }
  @media screen and (max-width: 1200px) {
    #noida-aside {
      width: 20%; } }
  @media screen and (max-width: 768px) {
    #noida-aside {
      width: 270px;
      -moz-transform: translateX(-270px);
      -webkit-transform: translateX(-270px);
      -ms-transform: translateX(-270px);
      -o-transform: translateX(-270px);
      transform: translateX(-270px);
      padding-top: 4em; } }
  #noida-aside #noida-logo {
    text-align: right;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 70px; }
    #noida-aside #noida-logo img {
    width: 50%;
}
nav#noida-main-menu {
    /*margin-top: 35%;*/
    height: 450px;
    overflow-y: scroll;
}

    @media screen and (max-width: 768px) {
      #noida-aside #noida-logo {
        margin-bottom: 1em; } }
    #noida-aside #noida-logo a {
      display: block;
      text-align: center;
      color: #fff;
      letter-spacing: 2px; }
  .panel {
      background: none;
      border: 1px solid #ccc;}
  .accord-menu a{display: block;}
.panel ul.nav {
    padding-left: 15px;
    width: 89%;
    border-bottom: 1px dashed #e09746;
    border-top: 1px dashed #e09746;
    margin-left: 10px;
}
.nav li a {
  font-size: .8em;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

#accordionMenu {
  max-width: 300px;
}

.panel-body {
  padding: 0;
}

.panel-group .panel+.panel {
  margin-top: 0;
  border-top: 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: transparent;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-family: 'MyriadPro-Light', sans-serif;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 8px;
    right: 0;
    color: #fafafa;
    display: inline-block;
    font-family: fontawesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.active-heading{color: #e0ab32 !important;font-weight: bold !important;}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\f106";
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\f107";
}
    @media screen and (max-width: 768px) {
      #noida-aside #noida-main-menu ul {
        margin: 0 0 2em 0; } }
    #noida-aside #noida-main-menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
    letter-spacing: 1px;
}
      #noida-aside #noida-main-menu ul li a {
        color: rgb(218, 162, 65);
        text-decoration: none;
        position: relative;
        padding: 7px 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        #noida-aside #noida-main-menu ul li a:before {
            content: "\f105";
            font-family: fontawesome;
            padding-right: 5px;
            color: #e0ab32;
            position: relative;
            top: -1px;
        }
        #noida-aside #noida-main-menu ul li a:after, .active-item:after {
          content: "";
          position: absolute;
          height: 1px;
          bottom: 7px;
          left: 0;
          right: 0;
          background-color: #464644;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        #noida-aside #noida-main-menu ul li a:hover, .active-item {
          text-decoration: none;
          color: white;
           }
          #noida-aside #noida-main-menu ul li a:hover:after {
            visibility: hidden;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
            .active-item {
              
              color: #ffffff !important;
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1);}
            a.active-item:before {
                  color: white !important;
              }
      #noida-aside #noida-main-menu ul li.noida-active a {
        color: #FFC300; }
        #noida-aside #noida-main-menu ul li.noida-active a:after {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
  #noida-aside .noida-footer {
    position: relative;
    bottom: -25px;
    right: 0;
    left: 0;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
    padding: 0 20px;
    width: 100%; }
    @media screen and (max-width: 768px) {
		
      #noida-aside .noida-footer {
        position: relative;
        bottom: 0; } }
    #noida-aside .noida-footer span {
      display: block; }
    #noida-aside .noida-footer ul {
      padding: 0;
      margin: 0; }
      #noida-aside .noida-footer ul li {
        padding: 0;
        margin: 0;
        display: inline;
        list-style: none; }
        #noida-aside .noida-footer ul li a {
          color: rgba(255, 255, 255, 0.3);
          padding: 4px; }
          #noida-aside .noida-footer ul li a:hover, #noida-aside .noida-footer ul li a:active, #noida-aside .noida-footer ul li a:focus {
            text-decoration: none;
            outline: none;
            color: #FFC300; }

.noida-footer p {
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
}
.noida-footer p a{color: #fff}
.noida-footer p a:hover{color: #ccc}
.noida-footer p.tel a{
    color: #efc578;
    font-size: 1.2em;
}


header#fixed-top-nav {
    position: fixed;
    height: 50px;
    width: 82%;
    right: 0;
    z-index: 2;
    background-color: #fff;
    transition: 0.5s;
}
body.offcanvas header#fixed-top-nav {
    width: 100%;
    transition: 0.5s;
}
.brand-name{display: none;}
.investedlogo{display:none;}
/*Top Search Area*/
.search-form .form-group input.form-control::-webkit-input-placeholder{
  display:none;
}
.search-form .form-group input.form-control::-moz-placeholder{
  display:none;
}
.navbar-right{
  min-width:450px;
}
.navbar-right form{
  width:100%;
}
.form-group {
    position: relative;
    width: 0%;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    transition: width 1s;
    backface-visibility: hidden;
    top: 5px;
    right: 138px;
    border-radius: 2px;
}
#confirmModal .form-group {
    width: auto;
    right: 0;
}
input#chkSameAs {
    margin-top: 15px;
    height: 21px;
    width: 21px;
}
label#txtPresentAddr {
    padding-left: 10px;
}
.gender input{    
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 2px;}
.form-group input.form-control{
  position:absolute;
  top:0;
  right:0;
  outline:none;
  width:85%;
  height:40px;
  margin:0;
  z-index:13;
  border: 1px solid #fa6515;
}
.autoSrchDiv {
    right: 157px !important;
    top: 45px;
    width: 343px;
    border-radius: 0;
}
.autoSrchDiv ul {
    list-style-type: none;
    padding-left: 15px;
}
.autoSrchDiv ul li{    padding: 6px 0;}
.autoSrchDiv ul li a.srchVal {
    color: #fa6515;
}
.autoSrchDiv ul li:hover a.srchVal {
    color: #1b3561;
}


.noida-inner-page input[type="text"].form-control,.noida-inner-page textarea.form-control,select.form-control,input[type="file"] {
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.noida-applyOnline .clsEdDetails input[type="text"].form-control,
.noida-applyOnline .clsOrgDetails input[type="text"].form-control {
    height: 45px;
}
.clsEdDetails input[type="text"].form-control,
.clsOrgDetails input[type="text"].form-control
{margin-bottom: 0}
.clsEdDetails td.clsSlNo,.clsOrgDetails td.clsOrgSlNo{vertical-align: middle;text-align: center;}
.clsEdDetails tr td:nth-last-child(1), .clsOrgDetails tr td:nth-last-child(1) {
    text-align: center;
    vertical-align: middle;
    width: 85px;
}
.noida-applyOnline .clsEdDetails a#more1,
.noida-applyOnline .clsEdDetails a#less1,
.noida-applyOnline .clsOrgDetails a#moreOrg1,
.noida-applyOnline .clsOrgDetails a#lessOrg1 {
    padding: 7px !important;
    margin: 0;
}

.noida-inner-page input[type="text"].form-control:focus,.noida-inner-page textarea.form-control:focus,
.noida-inner-page input[type="text"].form-control:hover,.noida-inner-page textarea.form-control:hover,
select.form-control:hover{
  border: 1px solid #a09e9e;
}
.noida-applyOnline textarea.form-control {
    height: 68px;
}
label#txtPresentAddr {
    margin-top: 14px;
    position: relative;
    top: -6px;
}
.noida-applyOnline .frm-btn {
   /*width: 195px;*/
    margin: auto;
    margin-top: 20px;
}
.noida-applyOnline .frm-btn input#btnSubmit,
.noida-applyOnline .frm-btn input#btnReset {
    padding: 10px 25px !important;
}


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fdfdfd;
}
.noida-inner-page thead {
    background-color: #465a7b;
    color: #ffffff;
}
.noida-inner-page thead th {
    border: 1px solid #2b3a52 !important;
}

.form-horizontal .form-group i.fa, .font-resize i.fa {
    padding-top: 9px;
}
.form-control-submit, .search-label{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    /*line-height: 60px;*/
    background: #928f8f;
    color: #fff;
    font-size: 1.5em;
}
.font-label {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 25px;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background: #928f8f;
    color: #fff;
    font-size: 1.5em;
}
span.font-label.font-toggle {
    padding: 8px;
}
span.font-label.font-toggle:hover {
    background-color: #fa6515;
    color: #fff;
}

#search-field input {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #928f8f;
    border-radius: 2px;
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 100;
    background-color: #928f8f;
    background-image: url(../img/search.svg);
    background-size: 31px 22px;
    background-position: 5px 10px;
    background-repeat: no-repeat;
    padding: 12px 4px 12px 36px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 1s ease-in-out;
}

#search-field input:focus {
    width: 300px;
    background-image: url(../img/search-open.svg);
    background-color: #fff;
    border: 1px solid #fa6515;
    outline: none;
}


/*Font Resizer*/
.font-resize .dropdown{position: static;}

.form-control-submit{
  background:#fff;
    opacity: 0;
  color:transparent;
  border:none;
  outline:none;
  z-index:-1;
}
.search-label{
  z-index:90;
  padding: 8px;
}
.search-label:hover{
    background-color: #fa6515;
    color: #fff;
    }
.form-group.sb-search-open,
.no-js .sb-search-open{
  width:100%;
}
.form-group.sb-search-open .search-label,
.no-js .sb-search .search-label {
  background: #fa6515;
  color: #fff;
  z-index: 14;
}
.form-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
  z-index: 90;
}

.user-login {
    background-color: #928f8f;
    position: absolute;
    right: 18px;
    top: 5px;
}
.user-login a {
    font-size: 1.5em;
    color: #fff;
    padding: 9px 9px 0 9px;
    height:  40px;
    width:  40px;
    display:  block;
}
.user-login:hover {
    background-color: #fa6515;
}
.user-login img {
    width: 100%;
}
.font-resize{
  width: 100%;
  position: relative;
  top: 5px;
  right: 53px;
}
.font-resize ul.dropdown-menu {
    top: 40px;
    right: 33px;
}
.font-resize ul.dropdown-menu li {
    display: inline;
    border-right: 1px solid #bfbcbc;
}
ul.dropdown-menu li a {
    display: inline-block;
}
ul.dropdown-menu li:nth-last-child(1){
  border-right: none;
}
footer#fixed-footer {
    position: fixed;
    height: 90px;
    width: 100%;
    background-color: #e6e6e6;
    bottom: 0;
    right: 0;
    z-index: 3;
    border-top: 1px solid #d4cece;
    font-family: 'Roboto', sans-serif;
    width: 82%;
    transition: 0.5s;
}
body.offcanvas footer#fixed-footer {
    width: 100%;
    transition: 0.5s;
}
footer#fixed-footer .social-link {
    margin-top: 25px;
    margin-right: 50px;
}
footer#fixed-footer .social-link a {
    margin-right: 5px;
}
footer#fixed-footer .social-link a i{font-size: 2.5em;}
footer#fixed-footer .social-link a i.fa-facebook-square{color: #1976d3;}
footer#fixed-footer .social-link a i.fa-twitter-square{color: #25c6d9;}
footer#fixed-footer .social-link a i.fa-youtube-play{color: #f54337;}
footer#fixed-footer .social-link a i.fa-linkedin-square{color: #017bb5;}
footer#fixed-footer .social-link a i.fa:hover {color: #435267;}

@media screen and (max-width: 1200px){
    header#fixed-top-nav,footer#fixed-footer {
      width: 80%;
    }
}
#fixed-footer .inline-link {
    margin-top: 10px;
}
#fixed-footer .inline-link ul {
    list-style-type: none;
    margin-bottom: 3px;
    padding-left: 18px;
}
#fixed-footer .inline-link ul li{
  display: inline-block;
  margin-right: 2px;
}
#fixed-footer .inline-link ul li a {
    color: #234973;
    font-size: 1em;
    border-right: 1px solid #3f4c94;
    padding: 0px 10px;
}
#fixed-footer .inline-link ul li:last-child a{
  border-right: none;
}
#fixed-footer .inline-link ul li:nth-child(1) a{
  padding-left: 0;
}

#fixed-footer .copyright ul li {
    display: inline;
    margin-right: 2px;
    border-right: 1px solid #a0a0a0;
    padding-right: 9px;
    color: #000;
    font-size: .8em;
}
#fixed-footer .copyright ul li:nth-child(3){border-right: none;}


#noida-main {
  width: 82%;
  float: right;
  padding-top: 65px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-left: 15px;
  padding-right: 15px;
  }
  @media screen and (max-width: 1200px) {
    #noida-main {
      width: 80%;
      padding-top: 65px;
      } }
  @media screen and (max-width: 768px) {
    #noida-main {
      width: 100%; } }

#noida-hero {
  
  width: 100%;
  float: left;
    clear: both; }
  #noida-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
    height: auto !important }

    .bg-overlayer {
    /*background: #847e7e7a;*/
    width: 100%;
    height: 100%;
    position: absolute;
}
    #noida-hero .flexslider .slides {
      position: relative;
      height: 75vh;
      overflow: hidden;
      }
      #noida-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        min-height: 400px;
        height: 75vh;
        position: relative;
        }
    #noida-hero .flexslider .flex-control-nav {
      bottom: 20px;
      z-index: 1000;
      right: 20px;
      width: auto;
      }
      @media screen and (max-width: 768px) {
        #noida-hero .flexslider .flex-control-nav {
          right: 20px; } }
      #noida-hero .flexslider .flex-control-nav li {
        display: block;
        margin-bottom: 10px; }
        #noida-hero .flexslider .flex-control-nav li a {
          background: rgb(64, 83, 115);
          -webkit-box-shadow: none;
          box-shadow: none;
          width: 12px;
          height: 12px;
          cursor: pointer; }
          #noida-hero .flexslider .flex-control-nav li a.flex-active {
            cursor: pointer;
            background: transparent;
            border: 2px solid #fa6515; }
    #noida-hero .flexslider .flex-direction-nav {
      display: none; }
#noida-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    z-index: 9;
    position: absolute;
    bottom: 25px;
}
      #noida-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        padding: 2.5em;
        position: relative;
        padding-left: 0;
        }
        #noida-hero .flexslider .slider-text > .slider-text-inner .desc {margin-left: 4%;}
          @media screen and (max-width: 768px) {
            #noida-hero .flexslider .slider-text > .slider-text-inner .desc {
              right: 0;
              left: 0; } }
        @media screen and (max-width: 768px) {
          #noida-hero .flexslider .slider-text > .slider-text-inner {
            text-align: center; } }
        
        #noida-hero .flexslider .slider-text > .slider-text-inner h1 {
            font-family: 'MyriadPro-Cond', sans-serif;
        }
        #noida-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-family: 'MyriadPro-Cond', sans-serif; }
          .design-text {
              width: auto;
          }
          .design-text {
            width: 700px;
            color: #ffffff;
            font-weight: bold;
            text-align: left;
            padding: 15px 30px;
            font-family: 'MyriadPro-Cond', sans-serif;
            letter-spacing: 2px;
            padding-left: 0;
        }
          .design-text h2 {
              color: #fff;
              font-size: 4em;
              text-shadow: 1px 2px 6px #000;
              margin-bottom: 0px;
          }
          .design-text h1 {
    color: #fff;
    font-size: 4.5em;
    text-shadow: 1px 2px 6px #000;
    margin-top: 0;
}


          #noida-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: rgba(0, 0, 0, 0.8); }
        #noida-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
          @media screen and (max-width: 768px) {
            #noida-hero .flexslider .slider-text > .slider-text-inner .heading-section {
              font-size: 30px; } }
        #noida-hero .flexslider .slider-text > .slider-text-inner s
.noida-lead {
          font-size: 20px;
          color: #fff; }
        #noida-hero .flexslider .slider-text > .slider-text-inner p {
          margin-bottom: 0; }
        #noida-hero .flexslider .slider-text > .slider-text-inner .btn {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #000;
          padding: 10px 15px !important;
          border: none;
          font-weight: 400; }
          #noida-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
            color: #000;
            border: 1px solid #fff;
            background: #fff !important; }
            #noida-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
              background: transparent !important;
              border: 1px solid #000 !important; }
          @media screen and (max-width: 768px) {
            #noida-hero .flexslider .slider-text > .slider-text-inner .btn {
              width: 100%; } }

body.offcanvas {
  overflow-x: hidden; }
  body.offcanvas #noida-aside {
    -moz-transform: translateX(-345px);
    -webkit-transform: translateX(-345px);
    -ms-transform: translateX(-345px);
    -o-transform: translateX(-345px);
    transform: translateX(-345px);
    width: 18%;
    z-index: 999;
    position: fixed;
    padding-left:  1em;
    padding-right:  1em;
    padding-top:  1em;
    }
  body.offcanvas #noida-main, body.offcanvas .noida-nav-toggle {
    top: 0;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    }
body.offcanvas div#noida-main {
    width: 100%;
    transform: none;
}
.noida-project-content {
    color: #ffffff;
}

.noida-project-content .project-details {
    height: 300px;
    overflow: hidden;
    padding: 35px 35px;
    padding-left: 60px;
}
@media screen and (max-width: 1200px){
  .noida-project-content .project-details{padding: 20px 0;}
}

.project-details span.number {
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
}
.project-details .values span.text {
    font-size: 1.2em;
    font-family: 'Roboto-light', sans-serif;
}
.values {
    width: 90%;
    height: 110px;
    text-align: left;
}

@media screen and (max-width: 1200px){
  .values {
    width: 100%;
    padding: 20px 0px; 
}
.project-details span.number {
    font-size: 2em;
    }
}

.project-color1 {
    background-color: rgba(101, 120, 142, 0.79);
}
.project-color2 {
    background-color: rgb(53, 76, 115);
}
.project-name {
    overflow: hidden;
    position: relative;
}

.project-name .content span.text1 {
    font-size: 2em;
}
.project-name .content span.text2 {
    font-size: 2em;
    display: block;
    line-height: 0.8;
}
.project-name .content p {
    font-size: 1.2em;
    padding-right: 70px;
        color: #ffffff;
        margin-top: 10px;
}
.project-name .content {
    padding: 20px 0px 20px 60px;
}
.project-name .btn-rd-more {
    position: absolute;
    bottom: -4px;
    right: -4px;
}
.btn-rd-more a.btn {
    background-color: #e6631c;
    color: #ffffff;
    border-radius: 2px;
    font-size: 1.1em;
    text-transform: capitalize;
}
.noida-news .btn-rd-more a.btn:after {
    content: "\f021";
    font-family: fontawesome;
    margin-left: 10px;
    font-size: .7em;
}
.noida-news .btn-rd-more:hover a.btn:after{
    font-size: 1em;
    transition: .2s;
}
.noida-project-content .btn-rd-more a.btn {
    background-color: transparent;
    color: #ffffff;
    font-size: 1.2em;
    text-transform: capitalize;
    border: 0px solid #f5f2f2;
    border-radius: 0;
    padding: 10px !important;
}
.noida-project-content .btn-rd-more {
    position: absolute;
    right: -4px;
    bottom: -4px;
}
.noida-project-content .project-img:hover .btn-rd-more a.btn {
    background-color: #fa6515;
    border: 0px solid #fa6515;
}

.btn-rd-more a.btn:hover, .btn-rd-more a.btn:focus, .btn-rd-more a.btn:active {
    color: white;
}

.noida-project-content .project-details:before {
    content: "\f0d7";
    font-family: fontawesome;
    position: absolute;
    font-size: 5em;
    left: 15%;
    color: rgb(53, 76, 115);
    z-index: 1;
    top: -60px;
}

@media screen and (max-width: 1200px){

.project-name .content span.text2 {
    font-size: 2.2em;
    line-height: 0.6;
  }
.project-name .content p {padding-right: 0;}



}



.pad-0{padding: 0;}
.mar-0{margin: 0;}

  @media screen and (max-width: 768px) {
    .noida-project-content {
      padding: 0 1em; } }

.no-gutters {
  margin: 0;
  padding: 0; }


.announcement {
    height: 100%;
    background-color: #e6e6e6;
    padding-left: 0px;
}
body.offcanvas .announcement {
    padding-left: 49px;
}
.announcement .section-1,
.announcement .section-2,
.announcement .section-3{
    float: left;
    height: 100%;
    position: relative;
}

.announcement .section-3{
  border-left: 2px solid #e0dfdf;
  padding-left: 10px;
}
.announcement .section-1 {
    width: 9%;
    background-color: #928f8f;
}
.announcement .section-1 h3 {
    font-size: 1.3em;
    font-weight: normal;
    text-align: center;
    padding-top: 3px;
    color:  #fff;
}
.announcement .section-2,.announcement .section-3{color: #5d5b5b;width: 73%;}
.announcement .section-2 {
    padding: 13px 0;
    z-index: 1;
}

.announcement .section-2 marquee,.announcement .section-3 marquee {
    width: 100%;
    z-index: 12;
}
.announcement .section-2 marquee a, .announcement .section-3 marquee a {
    color: #000000;
    font-family: 'MyriadPro-Regular', sans-serif;
}
.announcement .section-2 marquee a:hover,.announcement .section-3 marquee a:hover{
  color: #000;
  text-decoration: underline !important;
}

.announcement .section-2 span, .announcement .section-3 span {
position: relative;
    top: -8px;
    font-size: 1.1em;
    color: #fa6515;
}
.announcement .section-4{float: right;height: 100%;position: relative;width: 10%;}

button.btn.btn-news, button.btn.btn-tender {
    padding: 3px 2px 1px 10px !important;
    color: #fff;
    margin-left: 25px;
    margin-right: 15px;
    position: relative;
    text-transform: capitalize;
    cursor: default;
}
button.btn.btn-tender {
    background-color: #fa6515;
}
button.btn.btn-news{
    background-color: #4fab53; 
}
button.btn.btn-tender:after, button.btn.btn-news:after {
    content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    font-size: 3.3em;
    top: -17px;
    right: -15px;
}
button.btn.btn-tender:after {
    color: #fa6515;
}
button.btn.btn-news:after {
    color: #4fab53;
}


.welcome-text {
    padding-left: 0;
    padding-top: 30px;
    margin-bottom: 65px;
}
.welcome-text p {
    line-height: 1.4;
    color: #000;
}

/*Inner Pages*/
.noida-inner-page {
    margin-top: 15px;
    margin-bottom: 75px;
}
.noida-inner-page h2 {
    font-size: 2em;
    margin-bottom: 20px;
    margin-top: 30px;
}
a.link-home {
    color: #214c94;
    margin-right: 10px;
    margin-top: 2px;
    display: inline-block;
}
a.link-home i {
    font-size: 1.2em;
}
a.link-home:hover {
    color: #fa6515;
}

.breadcrumb a.bred-item:after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 10px;
    font-size: .7em;
}
.breadcrumb .link-home{font-size: 1.5em;}
.breadcrumb a.ct-page{color: #000;cursor: default;text-transform: capitalize;}
.breadcrumb i.custom {
    margin-right: 3px;
}

.inner-content {
    position: relative;
    top: 40px;
    padding-bottom:  50px;
}
.inner-content h3 {
    margin-top: 25px;
}
.inner-content ul {
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 30px;
}
.inner-content ul li {
    line-height: 1.7;
    font-family: 'MyriadPro-Regular', sans-serif;
}
.inner-content ul.style2 li {
    padding: 8px 0 8px 27px;
    line-height: 1.5;
    color: #525151;
    position: relative;
}
.inner-content ul.style2 li:before{
    content: "\f058";
    font-family: fontawesome;
    font-size: 20px;
    color: #2e4f88;
    position: absolute;
    top: 5px;
    left: 0px;}

.inner-content p {
    margin-bottom: 1em;
    font-size: 1.2em;
}
.breadcrumb {
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    position: fixed;
    width: 79%;
    padding-top: 53px;
    top: 10px;
    z-index: 1;
}


.noida-inner-page ul.pagination li:before {
    content: "";
    display: none;
}
.noContent-text {
    text-align: center;
    margin-top: 15%;
}
.noContent-text h2 {
    color: #eae9e9;
    font-size: 1.4em;
}
.tab {
    float: left;
    border: 0px solid #ccc;
    font-family: 'Roboto', sans-serif;
    width: 40%;
    height: auto;
    position: relative;
    padding: 40px 0px;
    border-right: 3px solid #0b5b7d;
}

/*Tender Page*/
.tender-section {
    border: 1px solid #b3b0b0;
    margin-bottom: 10px;
    padding: 10px 20px 20px 20px;
}
.tender-docs table {
    width: 100%;
    border: 1px solid #f6f6f6;
}
.tender-docs img {
    margin: 13px 0 0 0 !important;
}
.tender-docs td {
    background-color: #fdfdfd;
}
.tender-docs th {
    background-color: #ececec;
    padding: 10px;
}
.tendrdetails .tenderdate {
    color: #636363;
    font-size: .9em;
    margin-bottom: 25px;
    float: left;
    margin-right: 30px;
}
.tenderdate i {
    margin-right: 5px;
}
.tenderdate i, .tendrdetails a:hover {
    color: #fa6515;
}
span.rpf, span.reply-to-query, span.addendum {
    border: 1px solid #334563;
    background-color: #334563;
    color: #fff;
    padding: 3px 10px;
    height: 35px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    font-size: 1em;
}
span.rpf>span,span.reply-to-query>span, span.addendum>span{font-size: 16px;}
span.rpf a, span.reply-to-query a, span.addendum a {
    color: #d0cbcb;
    padding: 4px;
}
span.rpf a:hover, span.reply-to-query a:hover, span.addendum a:hover{color: #ffffff;}

.dwnld {
    float: left;
    margin-right: 30px;
}


/*RTI Page*/
.rti-left, .rti-right {
    background-color: #ececec;
    padding: 5px 30px;
}
.rti-left h3, .rti-right h3 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.reference-link {
    background-color: #676666;
    padding: 10px 30px;
    margin-top: 30px;
}
.reference-link h3,.reference-link ul li a{color: #ffffff;}
.reference-link h3{margin-top: 20}
.inner-content img {
    margin-bottom: 20px;
}
.inner-content img.img-left{float: left;margin-right: 20px;}
.inner-content img.img-right{float: right;margin-left: 20px;}
img.img-border {
    border: 1px solid #ccc;
    padding: 15px;
}
.inner-content li:before {
    content: "\f058";
    font-family: fontawesome;
    font-size: 20px;
    color: #81a03f;
    top: 2px;
    left: 0px;
    padding-right: 7px;
    position: relative;
}
/*Gallery Page*/
.gallery-box {
    margin-right: 10px;
    margin-bottom: 10px;
}
.gallery-cat {
    height: 250px;
    overflow: hidden;
}
.gallery-cat img {
    width: 100%;
    height: 100%;
}
span.img-category {
    background-color: #41516b;
    width: 100%;
    display: block;
    color: #fff;
    padding: 6px;
    text-align: center;
    font-size: 1.3em;
}
.gallery-box:hover .gallery-cat img {
        opacity: 0.5;
}
ul.nav.gallery-tabs {
    margin-bottom: 20px;
    font-size: 1.3em;
}
.noida-gallery i.fa.fa-search-plus {
    position: relative;
    top: 60px;
}
div#video-list {
    margin-right: 10px;
    margin-bottom: 20px;
}
div#video-list video {
    width: 100%;
}


/*Search Page*/
.noida-search h1 {
    font-size: 2em;
    margin-bottom: 17px;
}
#message h4 {
    font-size: 1.2em;
}
#message h4 a{
    color: #144ba7;
}
.search-section p {
    color: #272626;
    font-size: 1em !important;
        margin-bottom: 8px;
}
.search-section p.date {
    font-size: .9em !important;
    margin-bottom: 0;
    color: #757070;
    font-style: italic;
}


/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 15px 0px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.8em;
    position: relative;
}

.tab button:hover {
    background-color: #fcfcfc;
}
.tab button {
    color: #a2a2a2;
}
.tab button.active {
    color: #0974a2;
}

.tab button span {
    font-size: 2em;
    width: 60px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}
.feature-heading span {
    font-size: 6em;
    color: #0b5b7d;
}


.tabcontent {
    float: left;
    padding: 0px 12px 0px 85px;
    border: 0px solid #ccc;
    width: 58%;
    border-left: none;
    height: auto;
}
.tab button.active:after{
  content: "\f0da";
    font-family: fontawesome;
    font-size: 3.7em;
    position: absolute;
    right: -36px;
    top: 48px;
    line-height: 0;
    color: #0b5b7d;
}
.feature-heading {
    display: table;
    margin-bottom: 30px;
}
.feature-heading img{display: table-cell;}
.tabcontent .feature-heading h3 {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 20px;
    font-size: 2em;
}
.noida-inner-page .project img {
    width: 100%;
}
.noida-inner-page .project h2 {
    font-size: 2em;
    margin-bottom: 3%;
    color: #0a73a3;
}
.year-line {
    display: table;
    margin-top: 30px;
}
.year-line span {
    font-size: 1.4em;
    border: 0px solid;
    display: table-cell;
    width: 120px;
    line-height: 1.4;
    position: relative;
}
.year-line span a {
    color: #1b3561;
}
.year-line span a:after {
    content: " ";
    border-bottom: 4px solid #fa6515;
    position: absolute;
    bottom: -10px;
    width: 40px;
    left: 0;
}
.noida-inner-page .project ul {
    padding: 0;
    list-style-type: none;
}
.noida-inner-page .project ul li {
    line-height: 1.5;
    padding-bottom: 15px;
    font-family: 'Roboto-light', sans-serif;
    color: #272727;
}
.noida-inner-page .project ul li:before {
    content: "\f275";
    font-family: fontawesome;
    padding-right: 10px;
    font-size: 13px;
    color: #406996;
    position: relative;
    top: -2px;
}


/*Inner - News Page*/
.noida-inner-page .news {
    background-color: #fff;
    padding: 0;
}
.noida-inner-page .news .first-news {
    min-height: 189px;
    width: 90%;
}
.first-news h3 {
    margin: 0 0 10px 0;
    font-size: 1.3em;
}
.noida-inner-page .news p{text-align: left;}
span.source {
    font-style: italic;
    margin-right: 7px;
}
span.source-name {
    font-weight: bold;
    margin-left: 7px;
}
small.pblsh {
    font-size: 1em;
    margin-left: 10px;
    font-style: italic;
}
.social-share-link a i {
    font-size: 2em;
    margin-right: 10px;
    margin-top: 10px;
}
.social-share-link a i.fa.fa-facebook-square {
    color: #1976d3;
}
.social-share-link a i.fa.fa-twitter-square {
    color: #25c6d9;
}
.social-share-link a i.fa.fa-linkedin-square {
    color: #017bb5;
}
.social-share-link a i.fa.fa-rss-square {
    color: #f53225;
}
.related-item span.single-item {
    position: relative;
    margin: 10px 10px 10px 0;
    display: inline-block;
}
.related-item span.single-item a {
    border: 2px solid #fca500;
    padding: 10px;
    font-weight: bold;
    background-color: #f1f3f4;
    display: inline-block;
    color: #1b3561;
}
.related-item span.single-item a:hover {
    border: 2px solid #fa6515;
    background-color: #fa6515;
    color: #fff;
}
.noida-project,
.noida-services,
.noida-contact {
  padding-top: 0em;
  padding-bottom: 5em;
  clear: both;
  width: 100%;
  display: block;
  }
  @media screen and (max-width: 768px) {
    
    .noida-project,
    .noida-services,
    .noida-contact {
      padding-top: 5em;
      padding-bottom: 8em; } }

.noida-project-content h2 {
    margin-left: 14px;
    padding-bottom: .7em;
    font-size: 2em;
}
.project-img {
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 1px solid #f6f6f6;
}
.about-img-2,
.services-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
.noida-heading {
  font-size: 18px;
  margin-bottom: 4em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative; }
  .noida-heading:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 60px;
    height: 4px;
    content: '';
    background: #FFC300; }
  .noida-heading span {
    display: block; }
  @media screen and (max-width: 768px) {
    .noida-heading {
      margin-bottom: 3em; } }

.heading-meta {
  margin-bottom: 15px;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 5px; }

.project-bg {
  width: 100%;
  /* height: 600px; */
  /* margin-bottom: 0px; */
  }

.about-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500; }

.padding {
  padding: 1em; }

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }

.panel-heading a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  }

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }

.panel-heading a:after {
  font-family: "icomoon";
  content: "\ea0e";
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px; }

.panel-heading a.collapsed:after {
  content: "\ea1c"; }

.panel-heading a.collapsed {
    color: #ffffff;
}

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important; }
.move-bottom {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .move-bottom {
      margin-top: 0; } }

.noida-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative; }
  .noida-feature .noida-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    background: rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .noida-feature .noida-icon i {
      display: table-cell;
      vertical-align: middle;
      color: #FFC300;
      font-size: 60px;
      height: 100px; }
      @media screen and (max-width: 1200px) {
        .noida-feature .noida-icon i {
          font-size: 40px; } }
  .noida-feature .noida-text {
    padding-left: 120px;
    width: 100%; }
    .noida-feature .noida-text h2, .noida-feature .noida-text h3 {
      margin: 0;
      padding: 0; }
    .noida-feature .noida-text h3 {
      font-weight: 500;
      margin-bottom: 20px;
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      letter-spacing: 3px;
      text-transform: uppercase; }
  .noida-feature.noida-feature-sm .noida-text {
    margin-top: 30px; }
  .noida-feature.noida-feature-sm .noida-icon i {
    color: #FFC300;
    font-size: 40px; }
    @media screen and (max-width: 1200px) {
      .noida-feature.noida-feature-sm .noida-icon i {
        font-size: 28px; } }

.noida-feature-lg .noida-text h2, .noida-feature-lg .noida-text h3 {
  margin: 0;
  padding: 0; }

.noida-feature-lg .noida-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase; }



.overlap {
  margin-top: 5em;
  background: #fff;
  padding: 30px; }
  @media screen and (max-width: 768px) {
    .overlap {
      margin-top: 2em; } }



.services {
    width: 90%;
    margin: 0 auto;
}


.service-box {
    display: table;
    margin-bottom: 10%;
    border: 0px solid #616161;
}
.service-img {
    background-color: #1b3561;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-left: 10px;
}
.service-box .service-img img {
    padding: 30px;
}
.service-box .text-content{
    padding-top: 0px;
    display: table-cell;
    vertical-align: top;
    text-align: justify;
    line-height: 21px;
}
.text-content ul {
    list-style-type: none;
    padding: 0;
    padding-left: 26px;
    min-height: 100px;
}
.text-content ul li {
    line-height: 2;
    position: relative;
}
.service-box .text-content h2 {
    margin-top: 0px;
    margin-bottom: 35px;
    position: relative;
    text-align: left;
}

.service-box .text-content h2:after {
    content: " ";
    bottom: -11px;
    position: absolute;
    left: 2px;
    width: 50px;
    height: 5px;
    background: #fec803;
    z-index: 1;
    margin-top: 8px;
}
.text-content ul li:before {
    content: " ";
    top: 13px;
    position: absolute;
    left: -23px;
    width: 12px;
    height: 8px;
    background: #fec803;
    z-index: 1;
}
.service-box .btn-rd-more a.btn {
    padding: 10px 25px !important;
}


/*Announcement & News Section*/
.noida-news{margin: 3em 0;box-shadow: 0px 0px 1px #c7c7c7;}
.announcements {
    background-color: #fdfdfd;
    border: 1px solid #f2f2f2;
    padding: 35px 0 35px 35px;
    height: 57%;
}
.announcements > h2,.news >  h2 {
    margin-bottom: 3%;
}
.announcements > h2{color: #2f2f2f;}

/*Another Design of Announcement*/
.tender-content-home {
    padding: 24px 15px;
}
.tender-content-home h3 {
    margin-top: 0;
    color: #525252;
}

.announcements .tender-box-home{
  border-bottom: 1px dashed rgba(0, 0, 0, 0.23921568627450981);
  width: 95%;
}
.homepage .announcements .tender-box-home:nth-last-child(2) {
    border-bottom: 0px;
}
.tender-content-home a.read-now {
    color: #04304a;
}
.tender-content-home small {
    color: #7d2f05;
}
.announcements .btn-rd-more a.btn {
    background-color: #467bb6;
    border-radius: 3px;
    position: absolute;
    bottom: 20px;
}
.news .btn-rd-more a.btn {
    position: absolute;
    bottom: 20px;
}

a.download-doc {
    display: inline-block;
    padding: 0px 15px;
    border: 1px solid rgba(1, 1, 1, 0.32);
    color: #2f2f2f;
    border-radius: 2px;
}
a.download-doc:after{
    content: "\f019";
    font-family: fontawesome;
    margin-left: 10px; 
}
a.read-more:after {
    content: "\f0da";
    font-family: fontawesome !important;
    font-size: 1.1em;
    position: relative;
    top: 1;
    left: 6px;
}
a.download-doc:hover {
    border: 1px solid #576370;
    color: #ffffff;
    background-color: #5e6d7f;
}
.tender-box-home p {
    margin-bottom: 0px;
}

.tender-box .tendrdetails {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 95%;
}
.tender-box .announce-img{display: table-cell;}
.tender-box .tendrdetails small {
    font-size: 90%;
    color: #a09e9e;
    display: inline-block;
    margin-bottom: 10px;
}
.tender-box .tendrdetails h3 {
    margin: 0px;
    line-height: 1.4;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.tender-box .tendrdetails p {
    color: #4b535d;
        margin-bottom: 10px;
}

.tender-box .announce-img {
    display: table-cell;
    position: relative;
    float: right;
    margin: 36px 0 0 0;
}
.tender-box .announce-img img {
        margin: auto;
    margin-bottom: 7px;
}
.tender-box .announce-img a:hover img {
    box-shadow: -6px 9px 12px #ccc;
}
.tender-box .announce-img a {
    color: #616d77;
    font-size: 1.1em;
    margin-left: -10px;
    display: inline-block;
    margin-top: 15px;
}
.tender-box .announce-img a:hover{
    color: #007bb5;
    outline: none;
    text-decoration: none !important;
    /*text-shadow: 1px 7px 16px #adabab;*/
}
.tendrdetails a {
    margin-bottom: 15px;
    display: inline-block;
}
.tendrdetails a.read-more:after, .news-box a:after, .news-heading a:after, .tender-content-home a.read-now:after {
    content: "\f105";
    font-family: fontawesome;
    position: relative;
    left: 5px;
    top: 1px;
}
.news-box a:hover:after, .news-heading a:hover:after, .tender-content-home a.read-now:hover:after{
  content: "\f101";
  color: #1b3561;
}
.tender-content-home a.read-now:hover:after{color: #7a3810;}
.news-box a:hover, .news-heading a:hover, .tender-content-home a.read-now:hover{
  border-bottom: 1px solid #86a0ad;
}


/*Inner Page*/
.noida-inner-page .tender-box,.noida-inner-page .notice-box, .circular-box, .order-box {
    display: table;
    margin-bottom: 5%;
    border: 1px solid #eae9e9;
    width: 95%;
    padding:20px;
}
.border-container{border: 1px solid #eae9e9;padding:20px;}
.noida-inner-page .tender-box {
    height: 175px;
    overflow: hidden;
}
.noida-inner-page .tender-box:hover,.noida-inner-page .notice-box:hover,.circular-box:hover {
    box-shadow: 0px 6px 19px #f1f1f1;
}
.tender-text {
    width: 80%;
    float: left;
    height: 200px;
    overflow: hidden;
}
.notice-text {
    width: 100%;
    float: left;
    height: 155px;
    overflow: hidden;
}
.order-text {
    width: 100%;
    float: left;
    height: 180px;
    overflow: hidden;
}
.circular-text {
    float: left;
    height: 150px;
    overflow: hidden;
}


.tender-text h3, .event-text h3, .notice-text h3, .circular-text h3, .order-text h3 {
    margin-top: 6px;
    font-size: 1.2em;
}
.tender-text span.date,.event-text span.date {
    font-style: italic;
}
.tender-img, .notice-img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}
.order-box button a {
    color: #fff;
}
small.pblsh em {
    position: relative;
    top: 10px;
}
.notice-box button, .order-box button,.circular-box button {float: right;padding: 5px 10px !important;}
.notice-box button a, .order-box button a, .circular-box button a {
    color: #ffffff;}

/*Event Page*/
.event-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 6px 19px #f1f1f1;
}
.event-img {
    min-height: 188px;
}
.event-text {
    border-top: 1px solid #eceaea;
    text-align: left;
    font-size: 1em;
    padding: 10px 20px;
    padding-top: 30px;
    min-height: 145px;
}
.event-text h3{text-align: center;}
.event-rd-more a {
    border: 1px solid #363738;
    display: block;
    text-align: center;
    color: #fff;
    background-color: #363738;
    padding: 8px 0;
    font-size: 1em;
    text-transform: capitalize;
}

.event-rd-more a:after {
    content: "\f0a9";
    font-family: fontawesome;
    padding-left: 10px;
    position: relative;
    top: 1px;
    color: #a7a2a2;
}
.event-date span {
    border: 1px solid #363738;
    position: absolute;
    background-color: #363738;
    color: #fff;
    padding: 5px;
    top: 44%;
    left: 0px;
    font-size: 1.2em;
}
.noida-inner-page .event-box:hover .event-date span{
  /*box-shadow: 1px 2px 1px #000;*/
  background-color: #fa6515;
  border:1px solid #fa6515;
  box-shadow: 1px 1px 0px #696a6b,
              2px 2px 0px #696a6b,
              3px 3px 0px #696a6b,
              4px 4px 0px #696a6b;
}
.noida-inner-page .event-box:hover .event-rd-more a:after{color: #ffffff;}



.news {
    background-color: #f2f2f2;
    padding: 35px 0 0 35px;
    height: 57%;
}
.news-banner {
    height: 223px;
    margin-bottom: 10px;
}
.banner-img {
    height: 223px;
    float: left;
}
.news-heading {
    background-color: #007bb5;
    height: 222px;
    width: 49%;
    float: left;
    padding: 20px 35px;
}
.news-heading h3 {
    color: #fff;
    line-height: 1.5;
    font-size: 1.5em;
}
.news-heading a {
    color: #ffffff;
    text-decoration: none;
    /* margin-top: 15px; */
    display: inline-block;
}

@media screen and (max-width: 1200px){
  .news-banner {
    height: 180px;
    width: 100%;
}
.banner-img {
    height: 180px;
    overflow: hidden;
}
.news-heading {
    width: 77%;
    padding: 20px 36px;
}

}


.noida-news-main .inner-content{height: 100%;}
.noida-news-main .noida-inner-page {
    margin-bottom: 115px;
    margin-top: 0;
}
.news-box {
    display: table;
    border: 0px solid #616161;
    width: 95%;
    height: auto;
    border-bottom: 1px dashed #a9a5a5;
    padding-bottom: 15px;
    margin-bottom: 2px;
}

.homepage .news .news-box:nth-last-child(2) {
    border-bottom: none;
}
.news-box .news-img {
    height: 95px;
    width: 95px;
    overflow: hidden;
    margin-top: 11px;
}
.news-box .news-img img {
    height: 100%;
    border: 1px solid #e6e3e3;
}
.news-box .news-text {
    padding-top: 0px;
    display: table-cell;
    vertical-align: top;
    text-align: justify;
    line-height: 21px;
    position: relative;
    width: 84%;
}

.news-box .news-text h3 {
    width: 80%;
    font-size: 1.3em;
    line-height: 1.4;
    text-align:  left;
}
.news-box .news-text p {
    width: 85%;
}
.news-box a.read-now {
    position: relative;
    top: 5px;
}
.noida-inner-page .news p:after {
    content: "...";
}
.noida-inner-page ul.pagination {
    margin-top: 0;
}

.news .noida-btn {
    color: #fff;
    outline: none;
    background: transparent;
    border: none;
    letter-spacing: 0.0625em;
    padding: 5px 15px;
    line-height: 2;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    transition: all .5s;
    z-index: 0;
}
.news .noida-btn:before {
    background: #fa6515;
    z-index: -1;
    transform: translate3D(0,0,0);
    color: #fff;
}
.news .slideleft:after {
    top: 0;
    z-index: -1;
    transform: translate3D(-101%,0,0);
}

/*FAQ Page*/
.noida-faq .accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #293340;
  font-size: 1.4em;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
}

.noida-faq .accordion a:hover,
.noida-faq .accordion a:hover::after {
  cursor: pointer;
  color: #03b5d2;
}

.noida-faq .accordion a:hover::after {
  border: 1px solid #03b5d2;
}

.noida-faq .accordion a.active {
  color: #03b5d2;
  border-bottom: 1px solid #03b5d2;
}

.noida-faq .accordion a::after {
  font-family: fontawesome;
  content: '\f067';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}

.noida-faq .accordion a.active::after {
  font-family: fontawesome;
  content: '\f068';
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.noida-faq .accordion .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.noida-faq .accordion .content p {
  /* font-size: 1rem; */
  font-weight: 300;
}




/*Noida Contact*/
.contact-map {
    background: #f1f1f1;
    height: 67%;
}
.contact-map iframe {
    width: 100%;
    min-height: 840px;
}
.contact-form {
    background-color: #007bb6;
    padding: 33px 60px 40px 60px;
    height: 67%;
}
.contact-form h2 {
    color: #ffffff;
    margin-bottom: 3%;
}
.contact-form input,.contact-form textarea {
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 1.4em;
}
.contact-form textarea{
  min-height: 150px;
}
.contact-form .btn-rd-more a.btn {
    background-color: #fa6515;
    border-radius: 3px;
    border: none;
    padding: 10px 30px !important;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 15px;
}

.address-details {
    margin-top: 0;
    color: #fff;
    margin-bottom: 4%;
}
.address h2:before {
    content: "\f2ba";
    font-family: fontawesome;
    border: 0px solid #ccc;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 1.1em;
    margin-right: 10px;
}
.address h2 {
    color: #ffffff;
}
.address p {
    color: #ffffff;
    margin-bottom: 3px;
    text-shadow: 0px 2px 5px #095275;
}
p.comp-name {
    font-size: 1.2em;
}
p.comp-location:before {
    content: "\f041";
    font-family: fontawesome;
    color: #c5d61d;
    margin-right: 10px;
}
.address2 {
    margin-top: 15%;
}
.address2 .contact-email,.address2 .contact-number {
    display: block;
    width:  100%;
}
.address2 .contact-email a,.address2 .contact-number a{
    color: #ffffff;
}
.address2 .contact-email a:hover,.address2 .contact-number a:hover{
    color: #cccccc;
}
.address2 .contact-email a:before {
    content: "\f0e0";
    font-family: fontawesome;
    color: #a8b715;
    font-size: 1.1em;
    margin-right: 10px;
}
.address2 .contact-number a:before {
    content: "\f095";
    font-family: fontawesome;
    color: #a8b715;
    font-size: 1.1em;
    margin-right: 10px;
}




.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-12px: 'MyriadPro-Light', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important;
  }
  .btn.btn-sm {
    padding: 4px 15px !important; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }



.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  background: #fafafa;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background: #f0f0f0; }


.noida-nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .noida-nav-toggle.dark.active i::before, .noida-nav-toggle.dark.active i::after {
    background: #000; }
  .noida-nav-toggle:hover, .noida-nav-toggle:focus {
    outline: none;
    border-bottom: none !important;
    color: #fff; }
    .js-noida-nav-toggle .noida-nav-toggle .active:before{content: "\f0c9";}
    .offcanvas .noida-nav-toggle i:before{
      content: "\f0c9";
    }
    .noida-nav-toggle i:before{
      content: "\f100";
    }

  .noida-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .noida-nav-toggle.dark i::before, .noida-nav-toggle.dark i::after {
      background: #000;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.noida-nav-toggle i::before {
  top: -8px;
  }

.noida-nav-toggle i::after {
  bottom: -7px; }

.noida-nav-toggle:hover i::before {
  top: -10px; }

.noida-nav-toggle:hover i::after {
  bottom: -10px; }

.noida-nav-toggle i {
  background: transparent;
  font-size:  2em;
  }

.noida-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.noida-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.noida-nav-toggle {
    position: fixed;
    left: 21px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    padding: 10px 22px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*background-color: #193056;*/
    opacity: 1;
    height: 50px;
    color: #fff;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}
.offcanvas .noida-nav-toggle {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  padding: 11px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #193056;
  opacity: 1;
  height: 50px;
  color:  #fff;
  }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 1em; } }

.row-bottom-padded-md {
  padding-bottom: 3em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 1em; } }

.row-bottom-padded-sm {
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 1em; } }

.col-padding {
  padding: 10px !important; }

.js .animate-box {
  opacity: 0; }

#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  #sticky_item.is_stuck {
    margin-top: 10px; }

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 30px; } }



/*Gallery Page*/
.gal-container{
  padding: 12px;
}
.gal-item{
  overflow: hidden;
  padding: 3px;
}
.gal-item .box{
  height: 350px;
  overflow: hidden;
}
.box img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"\f065";
  font-family: fontawesome;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
  opacity: 1;
}
.modal-dialog {
    top: 100px;
}
div#alertModal .form-group {
     position: static; 
     width: auto; 
     min-width: 40px; 
    height: 40px;
    overflow: visible;
    transition: width 1s;
    backface-visibility: hidden;
    border-radius: 2px;
}
.modal-open .gal-container .modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
  outline: none;
}
.modal-open .gal-item button.close span{
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.gal-container .modal-dialogue{
  width: 80%;
}
.gal-container .description{
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4{
  margin:0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}


/*Media Queries*/


@media (min-width: 1441px){
button.btn-back {
     margin-top: 0;
 }  
 .banner-img {
    width: 40%;}
.banner-img img {
    height: 100%;
  }
}


@media (max-width: 1680px){
.noida-nav-toggle {
    left: -33px;
}
.project-name .content {
    padding: 20px 58px;
}
.project-name .content span.text2 {
    line-height: 1.1;
}
.announcements,.news {
    height: 560px;
}
.contact-form, .contact-map {
    height: 680px;
}

}


@media (max-width: 1600px){
/*.offcanvas .noida-nav-toggle {
    left: -25px;
}*/
}



@media (max-width: 1440px){
  
.form-group{right: 100px}
.welcome-text {
    padding-left: 0;
  }
 
  .values {
    padding: 0;
}
.project-details span.number {
    font-size: 2.5em;
  }

.project-details .values span.text {
    font-size: 1.1em;
}
.project-name .content {
        padding: 15px 36px 0 36px;
}
.project-name .content p{padding-right: 0}
.project-name .btn-rd-more a.btn {
    font-size: 1em;
    border-radius: 0;
}
.noida-project-content .project-details{padding: 30px 5px;}
.news {
    padding: 35px 0 35px 45px;
}
/*.noida-news{font-size: 90%;}*/
.news-banner {
    width: 100%;
    overflow-y: hidden;
    height: auto;
}
.news-box .news-img {
    height: 110px;
    width: 110px;
}
.banner-img {
    width: 40%;
    height: 180px;
}
.banner-img img {
    height: 100%;
}
.news-heading {
    width: 58%;
    height: 180px;
    padding: 17px 30px 17px 35px;
}
.news-box .news-text {
    width: 78%;
    text-align: left;
    padding-left: 13px;
}
.news-box .news-text h3 {
    width: 87%;
    font-size: 1.4em;
}
.news-box a.read-now {
    position: relative;
    top: 25px;
}
.contact-form {
    padding: 30px 60px 65px 60px;
}
footer#fixed-footer .social-link {
    margin-right: 30px;
}
.event-date span{top: 33%;}
/*.offcanvas .noida-nav-toggle {
    left: -60px;
}*/
.form-group {
    right: 145px;
    top: 5px;
}
.font-resize {
    width: 100%;
    position: relative;
    top: 5px;
    right: 57px;
}
.user-login {
    width: 40px;
    height: 40px;
    /* padding: 6px; */
    position: absolute;
    right: 19px;
    top: 5px;
}

}



@media (max-width: 1400px){
/*.offcanvas .noida-nav-toggle {
    left: -64px;
  }*/
.announcement .section-1 {
    width: 10%;
  }
.form-group {
    right: 145px;
    top: 5px;
}
.font-resize {
    width: 100%;
    position: relative;
    top: 5px;
    right: 57px;
}
.user-login {
    width: 40px;
    height: 40px;
    /* padding: 6px; */
    position: absolute;
    right: 19px;
    top: 5px;
}
.project-name .content {
    padding: 15px 36px 22px 36px;
}
.project-name .content span.text2 {
    line-height: 1;
}
.announcements,.news {
    height: 670px;
}
.banner-img {
    height: 190px;
}
.news-heading {
    height: 190px;
}
.news-box .news-text {
    width: 79%;
}
.news-box .news-text h3 {
    width: 80%;
    font-size: 1.3em;
}
.tender-content-home {
    padding: 21px 15px;
}

.contact-form,
.contact-map {
    height: 700px;
}



}



@media (max-width: 1366px){
.design-text h2 {font-size: 3em;}
.design-text h1{font-size: 3.5em;}

.noida-nav-toggle {
    position: fixed;
    left: -85px;
    padding: 10px 16px;
}
.inner-content {
    top: 60px;
    padding-bottom: 50px;
}
.notice-details .inner-content {
    padding: 0;
}
.notice-details .noida-inner-page {
    margin-bottom: 135px;
}

.news-box a.read-now {
    top: 9px;
}
.panel-default>.panel-heading a {
    padding: 10px 4px;
    font-size: 13px;
    padding-right: 14px;
}
.panel ul.nav { padding-left: 10px;}

  #noida-aside #noida-main-menu ul li a {
    font-size: 11px;
    padding-bottom: 4px;
    font-family: 'Roboto-light', sans-serif;}
#noida-aside #noida-main-menu ul li a:after {
    bottom: 0px;
  }

nav#noida-main-menu {
    /*margin-top: 20%;*/
    border: 0px solid #ccd;
    height: 350px;
    overflow-y: scroll;
}

.announcement .section-2, .announcement .section-3 {
    width: 75%;
}
.announcement .section-4 {
    width: 9%;
}
.announcement .section-2 marquee{
    width: 100%;
}
.announcement .section-1 h3 {
    font-size: 13px;
    padding-top: 9px;
}
  .announcement .section-2 span, .announcement .section-3 span{font-size: 12px;top: -10px;}
.form-control-submit, .search-label {
    width: 26px;
    height: 26px;
    top: 1px;
    font-size: .9em;
}
.form-group input.form-control {
    top: 1px;
    height: 25px;
}
.font-label {
    width: 26px;
    height: 26px;
    top: 1px;
    font-size: .9em;
}
.form-group {
    right: 106px;
    top: 11px;
}
.font-resize {
    top: 11px;}
.form-group input.form-control {
    width: 50%;
        font-size: 11px;
}
.font-resize ul.dropdown-menu {
    top: 30px;
    right: 33px;
    min-width: auto;
}
.font-resize ul.dropdown-menu li a {
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
}

.user-login {
    width: 26px;
    height: 26px;
    padding: 6px;
    position: absolute;
    right: 18px;
    top: 12px;
}
.user-login a {
    font-size: 1em;
    padding: 0;
}
.user-login:hover {
    background-color: #fa6515;
}
.user-login img {
    width: 100%;
}
.font-resize{
  width: 100%;
  position: relative;
  top: 11px;
  right: 37px;
}


#noida-hero .flexslider .slides {
    height: 72vh;
}
#noida-hero .flexslider .slides li{/* height: 336px; */}
#noida-hero .flexslider .slider-text > .slider-text-inner h1{margin-left: 0;}
#noida-hero .flexslider .slider-text > .slider-text-inner .desc{padding: 0;margin-left: 20px;margin-bottom: 15px;}
.noida-project-content h2 {
    margin-left: 15px;
    padding-bottom: 20px;
}
.welcome-text {
    margin-bottom: 70px;
    padding-left: 0;
    padding-top: 10px;
}
.contact-form {
    min-height: auto;
}
.contact-form input[type="button"] {
    padding: 5px 25px !important;
}
.contact-form {
    padding: 30px 40px 30px 40px;
    height: 520px;
    overflow: hidden;
}
.contact-map {
    height: 520px;
    overflow: hidden;
}
.contact-form h2 {
    margin-bottom: 8px;
    font-size: 1.2em;
}
.address-details {
    margin-top: 0;
    color: #fff;
    margin-bottom: 7%;
}
.contact-form input, .contact-form textarea {
    margin-bottom: 10px;
    border-radius: 2px;
    font-size: .9em;
    height: 30px;
}
.contact-form textarea {
    min-height: 100px;
}
.banner-img {
    width: 46%;
    height: 120px;
}
.news-heading {
    width: 48%;
    height: 120px;
    padding: 7px;
    }
.news-heading h3 {
    font-size: 1em;
}
.news-box .news-text p {
    font-size: 13px;
    margin-bottom: 8px;
}
footer#fixed-footer .social-link {
    margin-top: 15px;
    margin-right: 30px;
    font-size: .7em;
}
.address h3, .mail h3 {
    font-size: 1.2em;
}
.address p, .mail p {
    font-size: 14px;
}
p.comp-name {
    font-size: 1.2em;
    margin-bottom:  10px;
}
.address2 {
    margin-top: 28%;
}

.tender-box .tendrdetails h3 {
    font-size: 1.2em;
}
.tender-box .announce-img a {
    font-size: .9em;}
.tender-box .tendrdetails{width: 80%;}
.announcements > h2, .news > h2 {
    margin-bottom: 1%;
}
.announcements > h2{color: #000000;}
.news {
    padding: 15px 20px;
    height: 450px;
}
.news-banner {
    margin-bottom: 20px;
}
.news-box .news-img {
    height: 79px;
    width: 100px;
    overflow: hidden;
    margin-top: 0px;
}
.news-box .news-img img {
    height: 100%;
    border: 1px solid #e6e3e3;
    width: 100%;
}
.news-box .news-text h3 {
    line-height: 1.3;
    font-weight: normal;
    color: #000;
    font-size: 1.1em;
    width: 95%;
    margin-top:  0;
}
.news-box .news-text{width: 100%;}
.news-box {
    display: table;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #b5b2b2;
    margin-bottom: 10px;
    padding-bottom: 12px;
}
.project-details span.number {
    font-size: 2em;
}
.project-details .values span.text {
    font-size: 1em;
    line-height: 1.4;
}
.values {
    text-align: left;
    height: 90px;
}
.project-name .content {
    padding: 20px 10px;
}
.project-name .content p {
    font-size: 1em;}

.project-name .content span.text1 {
    font-size: 1.5em;
}
.project-name .content span.text2 {
    font-size: 1.3em;
  }
.project-name .content p{padding-right: 0;}

.service-box{/* height: 230px; */}
.service-box .text-content h2{font-size: 1.5em;}
.service-box .text-content h2:after {
    width: 38px;
  }
  .text-content ul li:before {
    top: 5px;
  }
  .service-box .btn-rd-more a.btn {
    padding: 6px 15px !important;
    margin-top: 3px;
}
  .project-bg {
    height: auto;
  }
  .text-content ul li {
    text-align: left;
    line-height: 1.2;
    padding-bottom: 10px;
    font-size: 1em;
}
.services {
    width: 85%;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .form-group i.fa, .font-resize i.fa {
    padding-top: 6px;
}
.announcement .section-2 marquee a, .announcement .section-3 marquee a {
    font-size: 13px;
}


#noida-aside .noida-footer{font-size: 13px;}
#fixed-footer .copyright ul li {
    font-size: 12px;
}
#fixed-footer .inline-link ul li a {
    font-size: 12px;
}
#fixed-footer .inline-link {
    margin-top: 0px;
}
footer#fixed-footer {
    height: 60px;}
.noida-contact {
    padding-bottom: 40px;
    }
.inner-content p, p {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.noida-inner-page h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
    margin-top: 10px;}
.inner-content h3 {
    margin-top: 25px;
    font-size: 1.2em;
}
.noida-inner-page {
    margin-bottom: 75px;
    margin-top: 0;
}
.tender-main .noida-inner-page,
.archiveTender .noida-inner-page {
    margin-bottom: 140px;
}
span.rpf, span.reply-to-query, span.addendum {
    border: 1px solid #334563;
    background-color: #334563;
    color: #fff;
    padding: 0px 5px;
    height: 28px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    font-size: 1em;
}
span.rpf>span, span.reply-to-query>span, span.addendum>span {
    font-size: .9em;
}
.noida-search h1 {
    font-size: 1.5em;
    margin-bottom: 7px;
    margin-top: 0;
}

.gallery-cat img {
    width: auto;
}
#noida-aside #noida-logo{margin-bottom: 30px;}
.autoSrchDiv {
    right: 103px !important;
    top: 35px;
    width: 200px;
    border-radius: 0;
}
.autoSrchDiv ul li {
    padding: 3px 0;
}
.gallery-cat {
    height: 150;
    overflow: hidden;
}
span.img-category{font-size: 1em;}
.notice-text {
    height: 165px;
}
.circular-text {
    height: 175px;
}
.order-text {
    height: 175px;
}
.tender-box-home:nth-child(even),.tender-box-home:nth-child(odd) {
    width: 100%;
}

.design-text {
    width: 100%;
  }

.announcements {
    padding: 15px 20px;
    height: 450px;
}
.event-date span{top: 29%;}
.noida-project-content .project-details {
    height: 230px;
    }
.tender-content-home {
    padding: 13px 0px;
}
.tender-content-home h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.2em;
    color: #000000;
}
.noida-project-content .btn-rd-more a.btn {
    font-size: 1em;
    padding: 10px !important;
}


}


@media (max-width: 1280px){

.noida-nav-toggle {
    left: -95px;
}
#noida-hero .flexslider .slides {
    /* height: 350px; */
}
#noida-hero .flexslider .slides li {
    /* height: 400px; */
}
#noida-hero .flexslider .slider-text > .slider-text-inner .desc {
    font-size: 75%;
}
.event-date span {
    top: 27%;
}
.announcements, .news {
    min-height: 450px;
    height: 450px;
}
.contact-form, .contact-map {
    height: 520px;
}
.breadcrumb{width: 77%;}

}


@media (max-width: 1152px){
.announcements, .news {
    min-height: 475px;
    height: 475px;
}
.contact-form, .contact-map {
    min-height: 540px;
}
.breadcrumb{width: 75%;}

}




/*Normal Laptop*/
@media (max-width: 1024px){
.noida-nav-toggle {
    left: -106px;
    padding: 8px 10px;
}
  .font-resize {
    display: none;
}
.autoSrchDiv {
    right: 81px !important;
    top: 36px;
    width: 244px;
}
  .announcement,.desc,.noida-project-content {
    font-size: 85%;
}
.desc {
    font-size: 70%;
}
.announcement .section-1 {
    width: 10%;
}
.announcement .section-2, .announcement .section-3 {
       width: 58%;
}
.announcement .section-4 {
    width: 5%;
}
.announcement .section-2 marquee, .announcement .section-3 marquee {
        width: 92%;
        /* padding-top: 14px; */
}
#noida-hero .flexslider .slides {
    height: auto;
}
#noida-hero .flexslider .slides li{height: 250px;}
#noida-hero .flexslider .slider-text {
    bottom: 0px;
}

.form-group input.form-control{width: 60%}
#noida-hero .flexslider .slider-text > .slider-text-inner .desc {
    padding: 0;
    margin-left: 0px;
    font-size: 75%;
}
.noida-project-content h2 {
    padding-bottom: 1.1em;
}
.noida-project-content .project-details {
    padding: 30px 20px;
    border-bottom: 1px solid #615e5e;
    border-right: 1px solid #adabab;
    height: 245px;
}

.service-box .btn-rd-more a.btn {
    padding: 7px 15px !important;
    margin-top: 20px;
    font-size: 1em;
}
.service-box {
    margin-bottom: 20%;}
.project-name{border-bottom: 1px solid #adabab;/* height: 245px; */}
.project-name .content {
    /* padding: 35px 20px; */
}
.service-box .text-content h2{font-size: 1.5em;}
.service-box .text-content h2:after {
    width: 38px;
  }
.banner-img {
    height: 120px;
    overflow: hidden;
}
  .text-content ul li:before {
    top: 8px;
  }
  .project-bg {
    height: auto;
  }
  .text-content ul li {
    text-align: left;
    line-height: 1.5;
    padding-bottom: 10px;
}
.announcements {
    padding: 22px 14px;
    font-size: .9em;
}
.announcements, .news {
    min-height: 470px;
    height: 450px;
}
.contact-form, .contact-map {
    height: 78vh;
}

.news-heading {
    padding: 6px;
    height: 120px;
    width: 49%;
}
.news-banner {
    margin-bottom: 12px;
}


.news-box .news-text h3 {
    line-height: 1;
    font-size: 1.1em;
}
.contact-form h2{font-size: 1.3em;}
.address span, .mail span {
    font-size: 1em;
    float: left;
    margin-right: 15px;
}
.address h3, .mail h3 {
    font-size: 1.2em;
    padding-top: 10px;
}
.address-details {
    margin-left: 0px;
    margin-top: 2%;
}
.contact-form input, .contact-form textarea {
    margin-bottom: 14px;
    border-radius: 4px;
    font-size: 1em;
    height: 40px;
}
.contact-form textarea {
    min-height: 100px;
}
.panel-heading a,#noida-aside #noida-main-menu ul li a {font-size: 11px;}
.form-control-submit, .search-label {
    width: 26px;
    height: 26px;
    top: 1px;
    font-size: .9em;
}
.form-group input.form-control {
    top: 1px;
    height: 26px;
}
.font-label {
    width: 26px;
    height: 26px;
    top: 1px;
    font-size: .9em;
}
.form-group {
        right: -14px;
}
.news-box .news-img {
    height: 85px;
    width: 92px;
}

#noida-aside #noida-logo img {
    width: 55%;
}
footer#fixed-footer .social-link a i {
    font-size: 1.5em;
}
#fixed-footer .inline-link ul li a {
    font-size: 11px;
}
#fixed-footer .copyright ul li {
    font-size: 10px;
}
#fixed-footer .inline-link {
    margin-top: 5px;
}
.notice-text,.circular-text, .order-text {
    height: 200px;
}
.noida-inner-page .event-box, .noida-inner-page .notice-box, .circular-box, .order-box{width: auto;}
.pad-0{padding-right: 0;padding-left: 0px;}
.noida-project-content .project-details:before {
    bottom: -64px;}
.noida-project-content .project-details.alternate:after {
    top: -68px;}
.news-box .news-text{width: 100%;}
.news-box .news-text h3{line-height: 1;}
.event-date span {
    top: 34%;
}
.contact-form {
    padding: 20px 30px 5px 20px;
}
.noida-footer-image{
	display:none;
} 
.investedlogo{display:block;width:200px;}
.navbar-right {
    min-width: 398px;
	    display: flex;
    justify-content: center;
    align-items: center;
}
}


@media (max-width: 800px){

#noida-aside {
    width: 30%;
}
#noida-main, header#fixed-top-nav, footer#fixed-footer {
    width: 70%;
}
nav#noida-main-menu {
    height: 280px;
}
.panel-default>.panel-heading a {
    font-size: 11px;
}
.noida-nav-toggle {
    left: -77px;
}
.announcement .section-1 {
    width: 14%;
}
.announcement .section-4 {
    margin-top: 8px;
}
.form-group,.user-login {
    top: 3px;
}
#noida-hero .flexslider .slides {
    height: 230px;
}
#noida-hero .flexslider .slides li {
    height: 230px;
}
.contact-form {
    height: auto;
}


}


/*Tablet*/
@media (max-width: 768px){
	
  h2 {
    font-size: 1.4em;
    margin: 10px 0;
}
.breadcrumb {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
}
.inner-content {
    top: 142px;
}
.address2 {
    margin-top: 2%;
}
  #noida-hero .flexslider .slider-text > .slider-text-inner .desc {
    padding: 0;
    margin-left: 15px;
}
.noida-project-content .project-details {
    padding: 30px 35px;
    height: 200px;
}
.project-name {
    border-bottom: 1px solid #adabab;
    /* height: 200px; */
}
.noida-project-content .project-details.alternate:after {
    top: -87px;
}
.project-name .content {
    /* padding: 35px 38px; */
}

.project-name .content p {
    padding-top: 10px;
}
.values {
    height: 75px;
}
.noida-project-content .project-details:before {
    top: -66px;
}
.noida-project-content h2 {
    /* font-size: 1.5em; */
}
.service-box{margin-bottom: 2%;}

#noida-main, footer#fixed-footer {
    width: 100%;
    padding: 0;
}
.noida-inner-page {
    margin-top: 0px;
    margin-bottom: 150px;
}

form#formIitGnl {
    margin-bottom: 0;
}
footer#fixed-footer {
    height: auto;
    position: absolute;
    bottom: 0;
}
#fixed-footer .inline-link ul {
    padding-left: 10px;
}
header#fixed-top-nav{width: 100%;}
header#fixed-top-nav {
    height: 50px;
    padding: 0;
}
#fixed-footer .inline-link {
    margin-bottom: -5px;
}

.announcement .section-1 {
    width: 14%;
    margin-left: 9.5%;
    display: none;
}
.announcement .section-2{
        width: 100%;
        padding:  10px 0;
}
.announcement .section-2 marquee {
    width: 99%;
}
.font-resize {
    display: none;
}
.announcement .section-4 {
    width: 10%;
}
.navbar-right {
    min-width: 120px;
}
.form-group input.form-control {
    width: 100%;
}
#noida-aside #noida-logo img {
    width: 42%;
}
.contact-form h2 {
    margin-bottom: 30px;}
.announcement, .desc, .noida-project-content {
    font-size: 1em;
}
.services {
    width: 100%;
}
.tender-text h3 {
    font-size: 1.6em;
}
.tender-box{margin-bottom: 0;}
.tender-text {
    height: 150px;
}
.banner-img {
    width: auto;
}
.news-box .news-text {
    width: 84%;
    text-align: left;
    padding-left: 0;
}
#fixed-footer .inline-link ul li a {
    font-size: 12px;
}
footer#fixed-footer .social-link {
    font-size: 1em;
    margin-top: 0;
}
.noida-project-content h2 {
    margin-left: 0;}
.banner-img {
    width: 40%;}
.banner-img img {
    height: 100%;
}
.dwnld {
    height: auto;}
.announcement .section-4 {
    display: none;
}
.noida-nav-toggle {
    opacity: 1;
    visibility: visible;
    transform: translateX(77px);
}
body.offcanvas #noida-aside{width: 30%;}
/*body.offcanvas #noida-aside{width: 30%;transform: translateX(-305px);}*/
body.offcanvas div#noida-main{width: 100%;}
body.offcanvas .noida-nav-toggle {
    left: 7px;
}
body.offcanvas .noida-nav-toggle i,body.offcanvas .noida-nav-toggle i::after {
    color: #ffffff;
}

body.offcanvas #noida-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 40%;
    z-index: 999;
    position: fixed;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
}
 body.offcanvas #noida-main, body.offcanvas .noida-nav-toggle {
    top: 0;
    -moz-transform: translateX(205px);
    -webkit-transform: translateX(205px);
    -ms-transform: translateX(205px);
    -o-transform: translateX(205px);
    transform: translateX(205px);
    transform: translateX(205px);
}
body.offcanvas .announcement {
     padding-left: 0; 
}
body.offcanvas div#noida-main {
    width: 100%;
    transform: none;
}
.noida-nav-toggle i:before {
    content: "\f0c9";
}
body.offcanvas .noida-nav-toggle i:before {
    content: "\f100";
}


.event-date span {
    top: 52%;
}
.news-details {
    padding: 0 15px;
}


}



/*======================================*/
/*Medium Mobile*/
@media (max-width: 630px){

.pad-sm-0{padding: 0;}

body.offcanvas #noida-main, body.offcanvas .noida-nav-toggle {
    top: 0;
    -moz-transform: translateX(192px);
    -webkit-transform: translateX(192px);
    -ms-transform: translateX(192px);
    -o-transform: translateX(192px);
    transform: translateX(192px);
    transform: translateX(192px);
}
.noida-nav-toggle {
    height: 45px;
    top: 0;
}
body.offcanvas #noida-aside {
    width: 245px;
}
.announcement{padding-left: 0;}
.brand-name{font-family: 'MyriadPro-Regular', sans-serif;display: block !important;font-size: 1.6em;height:  45px;width:  100px;margin: auto;text-align:  center;color: #fff;font-weight:  bold;}
.brand-name a{color: #ffffff}
.brand-name a:hover,.brand-name a:active,.brand-name a:focus{color: #cccccc}
.project-name, .project-details {
    font-size: 85%;
}
.announcement .section-1 {
    display: none;
}
.search-label{
    background-color: #1b3561;
    color: #fff;
}
.noida-nav-toggle {
    background-color: none;
}
.announcement .section-3 {
    width: 90%;
}
.font-resize {
    display: none;
}
.form-group {
    right: 120px;
}
#noida-main {
    width: 100%;
    padding: 95px 0 0 0;
    margin-bottom: 96px;
    min-height: 480px;
}
.announcement {
    height: auto;}
.announcement .section-1 {
    width: 100%;
    margin-left: 0;
    height: 42px;
    display: none;
}
.announcement .section-2, .announcement .section-3 {
    width: 100%;
    height: 45px;
    margin: 2px 0 0 3px;
    padding: 10px 0;
    background-color: #f3f3f3;
}
.announcement .section-3{border-top: 1px solid #e2dede;border-left: none;}
.announcement .section-2 span, .announcement .section-3 span {
    top: -6px;
}
.announcement .section-2 marquee, .announcement .section-3 marquee {
    width: 100%;
    padding-top: 1px;
}
.announcement .section-4 {
    width: 100%;
}
.announcement .section-4 {
    width: 100%;
    position: absolute;
    top: 6px;
}
.font-resize {
    display: none;
}
.form-group {
    right: 35px;
    top: 3px;
    border-radius: 0;
}
.noida-inner-page .tender-box, .noida-inner-page .event-box, .noida-inner-page .notice-box, .circular-box, .order-box{width: 100%}
.tendrdetails a.read-more {
    float: right;
    margin-top: 30px;
}
footer#fixed-footer{bottom: 0 }
.noida-inner-page{margin-bottom: 0}
footer#fixed-footer .social-link{
    text-align: center;
    float: none !important;
    margin-top: 9px;
}
.noida-inner-page .tender-box{height: auto;}
.form-group input.form-control {
    width: 40%;
}
.autoSrchDiv {
    top: 29px;
    left: 347px;
    width: 221px;
    border-radius: 0;
}
.banner-img {
    width: 40%;}
.news-box .news-text {
    width: 80%;}
.news {
    padding: 35px 0 0 35px;
}
.noida-project, .noida-services, .noida-contact {
    padding-top: 0em;
    }
    .noida-contact {
    padding-bottom: 0;
}
.noida-inner-page h2 {
    padding-left: 0;
}
.gallery-cat {
    height: 40%;}
.dwnld {
    height: auto;
    overflow: visible;
    margin-top: 8px;
}
.service-box {
    margin-bottom: 30px;
}
#noida-hero .flexslider .slider-text > .slider-text-inner{padding: 0}
.design-text span{font-size: 3em;}
.design-text {
    margin-bottom: 23px;
}
.noida-project-content .pad-0 {
    padding-right: 0;
    padding-left: 0;
}
.project-name .content {
    padding: 15px;
}
.noida-project-content .project-details {
    padding: 15px;}
#noida-hero .flexslider .flex-control-nav {
    display: none;
}
.autoSrchDiv {
    top: 29px;
    left: 56.5%;
    width: 37%;
    border-radius: 0;
}
#noida-hero .flexslider .slides{height: 250px;}
#noida-hero .flexslider .slides li {
    min-height: 250px;
}
.banner-img {
    height: 125px;
}
.news-heading {
    padding: 2px;
    height: 125px;
}
.news-heading a {
    margin-top: 6px;
}
.news-box .news-img {
    height: 75px;
    width: 75px;
    margin-right: 10px;
}
.news-box .news-text h3 {
    width: 100%;
    line-height: 1.1;
    font-size: .9em;
}
.news-box .news-text p {
    width: 95%;
    margin-bottom: 10px;
}
#noida-aside #noida-logo img {
    width: 40%;
}
.inner-content img {
    margin-bottom: 20px;
    display: block;
    max-width: 100%;
    height: auto;
}
.noida-inner-page h3 {
    font-size: 1.1em;
}

body {
    position: relative;
}
.tender-box .tendrdetails p {
    float: left;
}
.inner-content h3 {
    margin-top: 10px;
  }
.announcements,.news {
    padding: 15px;
    height:  auto;
}
.tender-box-home {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#noida-hero .flexslider .slider-text > .slider-text-inner .desc {
    font-size: 50%;
}
.announcement {
    height: auto;
    background-color: #1b3561;
}
.text-content ul li:before {
    top: 7px;
}
.dwnld img {
    width: 100%;
}
.dwnld {
    margin: 0;
    float: none;
}
.inner-content p, p {
    text-align: justify;
    margin-bottom: 1em;
}
span.source {
    font-style: normal;
    margin-right: 3px;
    font-size: .9em;
}
span.source-name {
    font-weight: bold;
    margin-left: 3px;
}
small.pblsh {
    font-size: .9em;
    font-style: normal;
}
.pblsh .text-muted {
    color: #101010;
}
.inner-content {
    top: 70px;
}
.breadcrumb {
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding-top: 95px;
}
.related-item span.single-item a {
    border: 2px solid #fca500;
    padding: 3px 10px;
    background-color: #fff;
    font-size: .8em;
}
.event-date span {
    top: 48%;
    font-size: .9em;
}
.event-rd-more a{
  padding: 5px 0;
}
.contact-form{height: auto;}
.contact-map iframe {
    height: 350px;
    min-height: 300px;
}
.contact-map {
    height: auto;
}
.address2 {
    margin-top: 4%;
}
.news-banner {
    margin-bottom: 25px;
}
.tender-content-home {
    padding: 0px;
}

}

/*======================================*/

/*Large Mobile*/
@media (max-width: 430px){
body.offcanvas #noida-aside {
    width: 250px;
}
.breadcrumb {
    width: 92%;
}
body.offcanvas header#fixed-top-nav {
    width: 100%;
}
nav#noida-main-menu {
    height: 300px;
    margin-bottom: 55px;
}
 #noida-hero .flexslider .slider-text > .slider-text-inner .desc {
    font-size: 100%;
}
#noida-hero .flexslider .slider-text > .slider-text-inner .desc {
    padding: 0;
    margin-left: 0px;
}
.noida-project-content .project-details {
    padding: 30px 10px;
    height: 200px;
    font-size: 80%;
}
.project-name {
    border-bottom: 1px solid #adabab;
    /* height: 200px; */
    font-size: 80%;
}
.project-name .content p {
    padding-top: 10px;
}
.values {
    height: 75px;
}
.noida-project-content .project-details:before {
    top: -53px;
}
.noida-project-content h2 {
    font-size: 1.5em;
}
.service-box {
    font-size: 85%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /*border-bottom: 2px solid #f6f6f6;*/
}
.contact-form {
    padding: 1px 45px;
    height: auto;
}
#fixed-footer .inline-link {
    text-align: center;
}
#fixed-footer .copyright ul li {
    font-size: 11px;
    display: block;
}
#fixed-footer .inline-link ul li a {
    font-size: 1em;
}
.address p, .mail p {
    font-size: 1em;
    text-align: left;
}
.contact-form input, .contact-form textarea {
    margin-bottom: 10px;
    border-radius: 2px;
    font-size: 1em;
    height: 30px;
}
.contact-form span.btn-rd-more input.btn {
    width: 100%;
    height: auto;
}
#noida-main, footer#fixed-footer {
    width: 100%;
}
header#fixed-top-nav{width: 100%;}
footer#fixed-footer {
    height: auto;}
header#fixed-top-nav{padding-left: 0;padding-right: 0;}
.announcement .section-1 {
    width: 17%;
    margin-left: 8%;
}
.navbar-right {
    min-width: 120px;
}
.form-group input.form-control {
    width: 66%;
}
.contact-form h2 {
    margin-bottom: 14px;
}

.design-text span {
    font-size: 2em;
}
#noida-hero .flexslider .slides{height: 200px;}
#noida-hero .flexslider .slides li {
    min-height: 200px;
}

.design-text{    margin-left: 10px;}
.design-text h2 {
    color: #fff;
    font-size: 1.5em;
}
.design-text h1 {
    font-size: 2em;
}
#noida-hero .flexslider .slides li {
    height: 212px;
}
h2 {
    font-size: 1.5em;}
h3 {
    font-size: 1.1em;
}
.noida-project-content .project-details:before {
    bottom: -64px;}
.noida-project-content .project-details.alternate:after {
    top: -68px;}

.inner-content p, p{text-align: justify;}
.noida-footer p{text-align: center;}
.text-content ul li:before {
    top: 6px;
}
.event-date span {
    top: 30%;
    font-size: .8em;
}
.contact-map iframe {
    height: 230px;
    min-height: 200px;
}
.contact-map {
    height: auto;
    min-height: 200px;
}
.news .btn-rd-more a.btn, .announcements .btn-rd-more a.btn {
    width: 92%;
}
.news > h2 {
    margin-bottom: 15px;
}

}


/*======================================*/

@media (max-width: 380px){
#noida-main {
    width: 100%;
    padding: 95px 0 0 0;
    margin-bottom: 200px;
}
body.offcanvas #noida-main, body.offcanvas .noida-nav-toggle {
    top: 0;
    -moz-transform: translateX(202px);
    -webkit-transform: translateX(202px);
    -ms-transform: translateX(202px);
    -o-transform: translateX(202px);
    transform: translateX(202px);
    transform: translateX(202px);
}
.announcement {
    height: auto;
    background-color: #1b3561;
    }
.announcement .section-1 {
    width: 100%;
    margin-left: 0;
    height: 42px;
    display: none;
}
.announcement .section-2, .announcement .section-3 {
    width: 100%;
    height: 45px;
    margin: 2px 0 0 3px;
    padding: 10px 0;
    background-color: #f3f3f3;
}
.announcement .section-3{border-top: 1px solid #e2dede;border-left: none;}
.announcement .section-2 span, .announcement .section-3 span {
    top: -6px;
}
.announcement .section-2 marquee, .announcement .section-3 marquee {
    width: 100%;
    padding-top: 1px;
}
.announcement .section-4 {
    width: 100%;
}
.announcement .section-4 {
    width: 250px;
    position: absolute;
    top: 6px;
    right: -4px;
}
.font-resize {
    display: none;
}
.form-group {
    right: 35px;
    top: 3px;
    border-radius: 0;
}
.noida-inner-page .tender-box, .noida-inner-page .event-box, .noida-inner-page .notice-box, .circular-box, .order-box{width: 100%}
.tendrdetails a.read-more {
    float: right;
    margin-top: 30px;
}
footer#fixed-footer{bottom: 0 }
.noida-inner-page{margin-bottom: 20px;}
footer#fixed-footer .social-link {
    text-align: center;
    float: none !important;
    margin-top: 9px;
    font-size: 1.5em;
    width: 100%;
}
footer#fixed-footer .social-link{margin-bottom: 20px;}
footer#fixed-footer .social-link a {
    margin-right: 15px;
}
.noida-project-content .project-details:before {
    bottom: -64px;}
.noida-project-content .project-details.alternate:after {
    top: -68px;}
.service-img {
    background-color: #1b3561;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-left: 10px;
}
.announcements, .news {
    font-size: 85%;
    height:  auto;
}
.design-text {
    margin-left: 0px;
    padding-left: 15px;
    margin-bottom: 0;
}
.design-text h2 {
    font-size: 1.5em;
}
.design-text h1 {
    font-size: 1.8em;
}
.project-img {
    border-right: 0;
    border-bottom: 10px solid #f6f6f6;
}
.project-name .content span.text2 {
    /* margin-top: 10px; */
}
.service-box .service-img img {
    padding: 15px;
}
.text-content ul li:before {
    top: 6px;
}
.service-box .text-content h2 {
    margin-bottom: 18px;}

.news-heading {
    padding: 10px 8px 6px 8px;}
.banner-img {
    width: 48%;
}
.news-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.noida-contact {
    padding-bottom: 0;
}
.form-control {
    height: 35px;
    margin-bottom: 5px;
}
.notice-text, .circular-text, .order-text {
    height: auto;
}
.service-box .btn-rd-more a.btn{margin-top: 0}

.contact-form {
    padding-bottom: 50px;
}
.news-box .news-text h3 {
    line-height: 1.4;
    font-size: 1em;
}

}



/*Small Mobile*/
@media (max-width: 320px){
  .design-text {
    width: 100%;}
.announcement {
    height: auto;}
.announcement .section-1 {
    width: 100%;
    margin-left: 0;
    height: 42px;
    display: none;
}
.announcement .section-2, .announcement .section-3 {
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 10px 0;
    background-color: #f3f3f3;
}
.announcement .section-3{border-top: 1px solid #e2dede;border-left: none;}
.announcement .section-2 span, .announcement .section-3 span {
    top: -6px;
}
.announcement .section-2 marquee, .announcement .section-3 marquee {
    width: 100%;
    padding-top: 1px;
}
.announcement .section-4 {
    width: 100%;
}
.announcement .section-4 {
    width: 100%;
    position: absolute;
    top: -46px;
    right: -20px;
}
.font-resize {
    display: none;
}
.form-group {
    right: 35px;
    top: 3px;
    border-radius: 0;
}
.form-control-submit, .search-label {
    width: 35px;
    height: 100%;
    top: 0px;
    font-size: 1.3em;
}
.form-group input.form-control {
    top: 0px;
    height: 40px;
    font-size: 1.2em;
}
.form-horizontal .form-group i.fa, .font-resize i.fa {
    padding-top: 10px;
}

#noida-main{
    width: 100%;
    padding: 50px 0 0 0;
    margin-bottom: 189px;
}
footer#fixed-footer {
    position: absolute;
    bottom: 0;
}
#noida-hero .flexslider .slides {
    height: 200px;
}
#noida-hero .flexslider .slides li {
    min-height: 200px;
}
#noida-hero .flexslider .flex-control-nav {
    display: none;
}
.welcome-text h2{margin-bottom: 15px;font-size: 15px;}
.noida-project-content h2 {
    margin-left: 3px;
}
.noida-project-content .project-details {
    padding: 30px 15px;
}
.noida-project-content .project-details .values {
    font-size: 1em;
}
.project-name .content {
    padding: 15px;
}
.project-name .content span.text1 {
    font-size: 1.1em;
}
.project-name .content span.text2 {
    font-size: 1.2em;
    /* padding-top: 10px; */
}
.project-name .content p {
    padding-top: 4px;
}
.project-details span.number {
    font-size: 1.6em;
}

.project-name {
    font-size: .8em;
}
.noida-project-content .project-details:before {
    bottom: -65px;
}
.noida-project-content .project-details.alternate:after {
    top: -68px;
  }


.project-bg .col-xs-12.col-sm-6.col-md-4.pad-0 {
    border-bottom: 15px solid #fff;
}
.services {
    width: 100%;
}
.service-img {
    width: 50%;
    margin-left: 0;
    display: none;
}
.service-box .service-img img {
    padding: 12px;
}
.service-box .text-content{width: 100%;}
.service-box {
    font-size: 1em;
    margin-bottom: 6%;
    height: auto;
}
.announcements {
    padding: 35px 15px 35px 15px;
    font-size: 1em;
}
.tender-box .announce-img {
    margin: 30px 0 0 0;
}
.tender-box .announce-img img {
    margin-bottom: 7px;
    width: 50%;
}
.news {
    padding: 35px 15px 35px 15px;
    font-size: 1em;
}
.tender-text h3 {
    font-size: 1.2em;
}
.noida-inner-page .tender-box, .noida-inner-page .event-box, .noida-inner-page .notice-box, .circular-box, .order-box {
    width: 100%;
}
footer#fixed-footer .social-link{
    text-align: center;
    float: none !important;
    margin-top: 9px;
}
.banner-img {
    height: 130px;
    overflow: hidden;
}
.news-heading {
    padding: 7px;
    height: 130px;
    width: 49%;
}
body.offcanvas #noida-aside{width: 252px;}

.design-text {
    padding: 5px 10px;
    margin-bottom: 15px;
}
.service-box .text-content h2 {
    font-size: 1.2em;
    margin-bottom: 20px;
        padding-bottom: 4px;
}
.event-date span {
    top: 24%;
}
.tender-content-home h3 {
    font-size: .9em;
    margin-bottom: 15px;
}
.news-heading h3{margin: 0;font-size: .9em;}
.news-box .news-text h3 {
    font-size: .8em;
}

}
