body {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font: normal 18px/24px "Gotham";
    color: #000;
    background: #fff;
}
p {
    padding: 0px 0 20px 0;
    margin: 0px;
}
a {
    padding: 0px;
    margin: 0px;
    outline: none;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
label {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul li {
    padding: 0px;
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px 0 20px 0;
    margin: 0px;
}
input[type="text"]::-webkit-placeholder {
    opacity: 1;
}
input[type="text"]::-moz-placeholder {
    opacity: 1;
}
input[type="password"]::-webkit-placeholder {
    opacity: 1;
}
input[type="password"]::-moz-placeholder {
    opacity: 1;
}
input[type="search"]::-webkit-placeholder {
    opacity: 1;
}
input[type="search"]::-moz-placeholder {
    opacity: 1;
}
input[type="email"]::-webkit-placeholder {
    opacity: 1;
}
input[type="email"]::-moz-placeholder {
    opacity: 1;
}
input[type="tel"]::-webkit-placeholder {
    opacity: 1;
}
input[type="tel"]::-moz-placeholder {
    opacity: 1;
}
textarea::-moz-placeholder {
    opacity: 1;
}
textarea::-webkit-placeholder {
    opacity: 1;
}
a:hover {
    outline: none !important;
    text-decoration: none;
}
a:active {
    outline: none !important;
    text-decoration: none;
}
a {
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
button,
input[type="submit"] {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    font-family: "Amiri";
}
input,
button {
    -webkit-appearance: none;
    outline: none;
    font-family: "Gotham";
}
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}
textarea {
    resize: none;
}
button:focus,
input[type="submit"]:focus {
    outline: none;
    box-shadow: none;
}
figure {
    margin: 0px !important;
    padding: 0px;
}
a,
span,
em,
strong {
    display: inline-block;
}
img {
    max-width: 100%;
} /*font-family:'Ibarra Real Nova';*/
p {
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
}
em,
i {
    font-style: normal;
}
input:focus,
button:focus,
textarea:focus {
    box-shadow: none !important;
}
.container {
    max-width: 1440px;
}
.tophead h1,
.tophead h2 {
    color: #000;
    font: 700 50px/60px "Gotham";
    padding-bottom: 15px;
    letter-spacing: 10%;
    text-transform: uppercase;
    position: relative;
    padding-top: 55px;
}
.tophead h1 em,
.tophead h2 em {
    font-weight: 700;
    font-size: 130px;
    line-height: 156px;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: -34px;
    left: 0px;
}
.tophead {
    width: 100%;
    position: relative;
    padding: 80px 0;
}
.tophead h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 10%;
}
.tophead h4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 10%;
}
.tophead h5 {
    font-weight: 700;
    font-size: 28px;
    line-height: 20px;
    letter-spacing: 10%;
    text-transform: uppercase;
}
.tophead h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 6%;
}
.btnlink {
    font-weight: 500;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 10%;
    text-align: center;
    display: inline-block;
    padding: 0 40px;
    background: rgba(7, 64, 73, 1);
    color: rgba(255, 255, 255, 1);
    min-width: 250px;
    text-transform: uppercase;
    position: relative;
    margin-top: 30px;
    z-index: 1;
}
.btnlink:after {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(7, 64, 73, 1);
    content: "";
    left: 10px;
    top: 10px;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
}
.btnlink:hover {
    color: #fff;
}
.btnlink i {
    margin-left: 9px;
}
.btnlink:hover {
    background: #125563;
    box-shadow: 9px 9px 0px 0px rgba(7, 64, 73, 0.7);
}
.btnlink:hover:after {
    left: 15px;
    top: 15px;
}
.whbtn.btnlink {
    background: #fff;
    color: rgba(7, 64, 73, 1);
}
.whbtn.btnlink:after {
    border-color: #fff !important;
}
.whbtn.btnlink:hover {
    box-shadow: 9px 9px 0px 0px rgba(255, 255, 255, 0.2);
}
.bigtxt {
    font-family: "Instrument-Serif";
    font-weight: 400;
    font-size: 100px;
    line-height: 130px;
    letter-spacing: 10%;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}
.header_sec {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px 0;
    z-index: 5;
    transition: all 0.5s ease-in-out;
}
.navbar {
    background: #fff;
    padding: 0 15px;
}
.navbar-brand {
    margin: 0px;
    padding: 0px;
    max-width: 250px;
}
.menu_sec li {
    font-family: Gotham;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 20%;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    text-transform: uppercase;
    padding: 0 15px;
}
.menu_sec li a {
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    padding: 41px 20px;
}
.menu_sec li:hover > a,
.menu_sec li.actv > a {
    background: rgba(7, 64, 73, 1);
    color: #fff;
}
.header_sec.fixed {
    position: fixed;
    top: 0px;
    background: #fff;
    padding: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
} /*Sub Menu*/
.nav_top .dropdown .dropdown-menu {
    /*-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;*/
    margin: 0px;
    width: 220px;
    padding: 0px;
    max-height: 600px;
    border-radius: 8px;
    left: 15px;
    right: inherit;
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    background: rgba(7, 64, 73, 1);
    border: none;
    border-radius: 0px;
}
.nav_top .dropdown .dropdown-menu li {
    padding: 0px;
    width: 100%;
}
.srcha {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 58px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.srcha img {
    max-width: 100%;
}
.nav_top .dropdown .dropdown-menu li a {
    width: 100%;
    color: #fff;
    padding: 15px 20px;
}
.nav_top .dropdown .dropdown-menu li {
    text-transform: capitalize !important;
    padding: 0px;
    letter-spacing: 0.5px;
}
.drop-arw:after {
    border: none;
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.drop-arw {
    position: relative;
    top: 8px;
    right: -5px;
}
.drop-arw {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.nav_top .dropdown .dropdown-menu li .drop-arw {
    display: block;
    color: #fff;
    line-height: 24px;
    width: 32px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_top .dropdown .dropdown-menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
}
.banItm {
    width: 100%;
    position: relative;
}
.banItm:before {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
}
.banItm .w-100 {
    object-fit: cover;
    height: 1000px;
}
.banTxt {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.banItm .container {
    max-width: 1115px;
}
.aboutSec {
    width: 100%;
    padding-top: 95px;
}
.abutPic {
    position: relative;
    width: 100%;
}
.imgTex {
    width: 100%;
    text-align: center;
    padding: 10px;
}
.imgTex h5 {
    font-weight: 700;
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 6px;
    text-transform: uppercase;
}
.imgTex strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 10%;
    text-transform: uppercase;
}
.abutPic:before {
    border: 1px solid rgba(0, 0, 0, 1);
    width: 264px;
    height: 264px;
    content: "";
    position: absolute;
    top: -55px;
    left: -55px;
    z-index: -1;
}
.abutRt {
    padding-left: 100px;
}
.desnList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.desnList li {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 12px 0;
}
.desnList li i {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(7, 64, 73, 1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.desnList li strong {
    letter-spacing: 6%;
    font-weight: 500;
    text-transform: uppercase;
    flex: 1;
    font-family: "Gotham";
}
.projectSec {
    width: 100%;
}
.prdleft p {
    padding-right: 60px;
}
.projctBox {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.projctBox img {
    height: 500px;
    object-fit: cover;
}
.projctBox .txt {
    width: 75%;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: -100%;
    padding: 23px 20px;
    min-height: 210px;
    transition: all 0.5s ease-in-out;
}
.projctBox:hover .txt {
    left: 0px;
}
.projctBox h5 {
    font-weight: 500;
    color: #000;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 10%;
    padding-bottom: 10px;
}
.projctBox h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 6%;
}
.projctBox .txt li {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 6%;
}
.projctBox .txt ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.projctBox .txt li strong {
    font-weight: 500;
}
.viwLink {
    color: rgba(7, 64, 73, 1) !important;
    font-family: "Gotham";
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 10%;
    text-transform: uppercase;
    background: url(../images/Arrow2.svg) no-repeat right center;
    padding-right: 50px;
    position: absolute;
    bottom: 19px;
}
.viwLink:hover {
    filter: grayscale(100);
    padding-right: 60px;
    letter-spacing: 12%;
}
.overlink {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.btn-wrap button {
    border: 1px solid rgba(7, 64, 73, 1);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: none;
    position: relative;
    margin: 20px 0;
}
.btn-wrap button:before {
    width: 89px;
    height: 17px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn-wrap .prev-btn:before {
    background: url(../images/prev.png) no-repeat left center;
    left: 15px;
}
.btn-wrap .next-btn:before {
    background: url(../images/next.png) no-repeat right center;
    right: 15px;
}
.btn-wrap .next-btn {
    left: 100px;
}
.btn-wrap button:hover {
    opacity: 0.5;
    filter: grayscale(100%);
}
.prdleft {
    width: 45%;
}
.projectRt {
    width: 55%;
}
.counterSec {
    width: 100%;
    position: relative;
    padding: 70px 0;
    text-align: center;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.counterSec:before {
    width: 100%;
    background: rgba(7, 64, 73, 0.9);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
}
.coutBox strong {
    color: #fff;
    font-weight: 500;
    font-size: 80px;
    line-height: 96px;
    letter-spacing: -5%;
    width: 100%;
    display: inline-block;
}
.coutBox em {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
}
.container {
    position: relative;
}
.w-70 {
    width: 70%;
}
.w-70 p {
    max-width: 65%;
}
.projct3caro {
    margin-top: 20px;
}
.btn-wrap.text-center button {
    left: 0px;
    margin-left: 50px;
    margin-right: 50px;
}
.btn-wrap.apsu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.btn-wrap.apsu .prev-btn {
    float: left;
    right: 101px;
}
.btn-wrap.apsu .next-btn {
    float: right;
    left: 101px;
}
.projct3caro {
    position: relative;
    width: 100%;
}
.talkSec {
    width: 100%;
    position: relative;
    padding: 120px 0;
    text-align: center;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.talkSec:before {
    width: 100%;
    background: rgba(7, 64, 73, 0.9);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
}
.talkSec h2 em {
    width: 100%;
    letter-spacing: 10%;
}
.whitsec h2 {
    color: #fff;
}
.whitsec h2 em {
    color: rgba(255, 255, 255, 0.07);
}
.projctintoSec .w-70 p {
    max-width: 100%;
}
.whitsec p {
    color: #fff;
}
.testemoniSec {
    width: 100%;
    padding-top: 0px !important;
}
.testemoniIn {
    width: 100%;
    padding: 80px 0;
    text-align: center;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.testemoniIn h2 em {
    width: 100%;
    letter-spacing: 10%;
}
.tseItem {
    max-width: 655px;
    margin: 31px auto 0;
}
.whitarw button {
    filter: brightness(0) invert(1) !important;
}
.footerSec {
    background: rgba(7, 64, 73, 1);
    width: 100%;
}
.footTop {
    width: 100%;
    padding: 50px 0 30px 0;
    text-align: center;
}
.footlogo {
    width: 295px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 0%;
    text-align: center;
}
.footlogo span {
    color: #fff;
    line-height: 33px;
}
.footmenu li {
    display: inline-block;
    font-family: Gotham;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
}
.footmenu li a {
    display: inline-block;
    color: #fff;
    padding: 10px;
}
.footmenu li a:hover {
    color: rgba(255, 255, 255, 0.6);
}
.footTop p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.footsos li {
    display: inline-block;
}
.footsos li a {
    color: #fff;
    font-size: 24px;
    padding: 10px;
    display: inline-block;
}
.footsos li a:hover {
    color: rgba(255, 255, 255, 0.6);
}
.footBotm {
    width: 100%;
    background: rgba(18, 86, 99, 1);
    text-align: center;
    padding: 7px 0;
}
.footBotm p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.3px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 0px;
}
.footBotm p a {
    color: #fff;
}
.tophead {
    overflow: hidden;
}
.innerbanner .banItm .w-100 {
    height: 800px;
}
.innerbanner .banItm .container {
    max-width: 1300px;
}
.listprjBox img {
    height: 600px;
}
.projctBox .txt li p {
    padding-bottom: 0px !important;
}
.projctBox .txt li + li {
    padding-left: 20px;
}
.projctBox .txt ul:first-child {
}
.viwLink {
    bottom: 10px;
}
.listprjBox {
    margin: 10px 0;
}
.pagination a,
.pagination span {
    width: 40px;
    height: 40px;
    color: rgba(7, 64, 73, 1);
    margin: 9px;
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    border: 1px solid rgba(7, 64, 73, 1);
    font-weight: 500;
}
.pagination .prev,
.pagination .next {
    font-size: 0px;
    position: relative;
}
.pagination .prev:before {
    background: url(../images/prev.png) no-repeat left center;
    left: 15px;
}
.pagination .prev:before,
.pagination .next::before {
    width: 40px;
    height: 17px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pagination .next::before {
    background: url(../images/next.png) no-repeat right center;
    right: 15px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
    margin-top: 16px;
}
.pagination .prev {
    right: 20px;
}
.pagination .next {
    left: 20px;
}
.banTxt {
    top: 58%;
}
.abutPic .w-100 {
    height: 550px;
    object-fit: cover;
}
.projctBigPic .w-100 {
    height: 475px;
}
.projctBigPic .btn-wrap {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}
.abutPic::before {
    top: -40px;
    left: -40px;
}
.prdDtlLst {
    display: flex;
    flex-wrap: wrap;
}
.prdDtlLst li {
    display: inline-block;
    margin-top: 20px;
    width: 33.333%;
    padding-right: 78px;
}
.prdDtlLst li:last-child {
    margin-right: 0px;
}
.prdDtlLst li strong {
    font-weight: 500;
}
.prjDtlRt {
    padding-left: 40px;
}
.prdDtlLst i img {
    width: 40px;
    margin-bottom: 10px;
}
.prjDtlRow {
    margin-top: 60px;
}
.mapSec {
    width: 100%;
    padding-bottom: 80px;
}
.mapSec iframe {
    width: 100%;
    height: 500px;
}


/*Fixing*/

.sub-menu-toggle{ display: none !important;}

.nav_top .dropdown .dropdown-menu li a{ font-size: 13px;
  line-height: 16px;}



.nav_top .dropdown .dropdown-menu li{ position: relative;}



.inputFld{ width: 100%;}
.inputFld input[type="text"], .inputFld input[type="tel"], .inputFld input[type="email"], .inputFld textarea{ width: 100%; border: 1px solid #fff; height: 50px;padding: 0 10px;}
.inputFld textarea{ padding: 10px; resize: none; height: 100px;}


.inputFld{ width: 100%; margin: 20px 0;}
.contactForm{ width: 100%; padding: 50px; background: #064048; color: #fff;}
.btnlink{ border: none;}
.inpuBtn{ display: inline-block; position: relative; z-index: 1; width: auto !important;}
.inpuBtn:after {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  content: "";
  left: 10px;
  top: 10px;
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
}
.inpuBtn .btnlink{ margin: 0px;}
.inpuBtn:hover::after {
  left: 15px;
  top: 15px;
}

.contactInfo i {
  margin-right: 10px !important;
  color: #064048;
  font-size: 21px;
}
.d-media{ flex:1;}
.contactInfo li{ width: 100%;}
.contactInfo p{ padding-bottom: 0px;}
.contactInfo li{ margin: 20px 0 !important;}
.contactInfo li p {
  font-weight: 400;
  font-family: 'Gotham';
}
.contactInfo li a{ color: #000;}
.contactInfo li strong{ margin-bottom: 6px; font-weight: 700;}

.contactMap{ width: 100%;}
.contactMap iframe{ width: 100%; border: none; height: 400px;}



.inputFld p{ padding-bottom: 0px; position: relative; position: relative;}
.inputFld span{ width: 100%; display: inline-block;}
.inputFld .wpcf7-spinner{ width: 20px !important;
  height: 20px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute !important;
  left: 0px;
  top: 100%;
  padding: 1px 10px;
  z-index: 1;
  background: #716e6e;
  color: #fff !important;
  font-size: 12px !important;
  border-radius: 6px;
}
.wpcf7-response-output{ margin: 0px !important; padding: 0.2em 1em !important; border: none !important;}
.wpcf7 form .wpcf7-response-output{/* background: #728e15 !important;*/ color: #fff; border-radius: 6px;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{ background: #c80e0e !important;}

.wpcf7 form .wpcf7-response-output{ font-size: 12px;
  text-align: center;}


/*About Us*/

.aboutRows .row:nth-child(even) .abutTxt{ padding-left: 80px;}
.aboutRows .row:nth-child(odd) .abutTxt{ padding-right: 80px;}
.aboutRows .row:nth-child(odd){ flex-direction: row-reverse;}
.aboutRows .row{ margin-top: 40px; margin-bottom: 80px;}
.aboutRows .row:last-child{ margin-bottom: 0px;}




.navbar-expand-lg .navbar-collapse{ justify-content: center !important;}







@media (min-width: 992px) and (max-width: 9000px) {
    .nav_top .dropdown .dropdown-menu {
        /*-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;*/
        max-height: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        margin: 0px;
    }
    .nav_top .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        height: auto;
        transform: translate(0, 0);
        max-height: 300px;
    } /*sub_sub_menu*/
    .nav_top .dropdown-submenu > .dropdown-menu {
        max-height: 0;
        display: none;
        opacity: 0;
        visibility: hidden;
        left: 100%;
        top: 0;
        border: none;
        width: 216px;
        min-width: 100%;
        border-radius: 0px;
        box-shadow: inherit;
        padding: 0px;
        margin: 0px;
        background: rgba(1, 25, 63, 0.9);
        min-width: inherit;
        box-shadow: 5px 3px 10px 0 rgba(0, 0, 0, 0.175);
    }
    .nav_top .dropdown-submenu:hover > .dropdown-menu {
        max-height: 400px;
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .nav_top .dropdown .dropdown-menu .dropdown .sub-dropdown-menu {
        left: 220px;
        top: 0px;
        display: none;
    }
    .nav_top .dropdown .dropdown-menu .dropdown:hover .sub-dropdown-menu {
        display: block;
    }
    
.nav_top .dropdown-submenu > .dropdown-menu .dropdown-menu2{ display: none !important; left: 100%;
  top: 0px;}    
    
.nav_top .dropdown-submenu > .dropdown-menu li.menu-item-has-children:hover .dropdown-menu2{ display: block !important;}    
    
    
    
    
    
    
    
    
    
    
    
    
}
@media (min-width: 1600px) and (max-width: 1799px) {
    .menu_sec li a {
        padding: 32px 20px;
    }
    .bigtxt {
        font-size: 90px;
        line-height: 103px;
    }
    .banItm .w-100 {
        height: 835px;
    }
    .tophead h1,
    .tophead h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .tophead h1 em,
    .tophead h2 em {
        font-size: 116px;
        line-height: 144px;
    }
}

@media only screen and (max-width: 1599px) {
    .container {
        max-width: 1270px;
    }
    .navbar-brand {
        max-width: 211px;
    }
    .menu_sec li a {
        padding: 29px 20px;
    }
    .bigtxt {
        font-size: 70px;
        line-height: 87px;
    }
    .banItm .w-100 {
        height: 745px;
    }
    .tophead h1,
    .tophead h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .tophead h1 em,
    .tophead h2 em {
        font-size: 100px;
        line-height: 130px;
    }
    .banItm .container {
        max-width: 900px;
    }
    .abutPic::before {
        top: -30px;
        left: -30px;
    }
    .imgTex h5,
    .tophead h5 {
        font-size: 24px;
        line-height: 30.6px;
    }
    .tophead {
        padding: 70px 0;
    }
    .projctBox h5 {
        font-size: 20px;
        line-height: 27px;
    }
    .coutBox strong {
        font-size: 64px;
        line-height: 91px;
    }
    .coutBox em {
        font-size: 20px;
        line-height: 24.8px;
    }
    .projctBox h6,
    .tophead h6 {
        font-size: 21px;
        line-height: 29px;
    }
    .btn-wrap .next-btn {
        left: 59px;
    }
    .btn-wrap.apsu .prev-btn {
        right: 78px;
    }
    .btn-wrap.apsu .next-btn {
        left: 78px;
    }
    .btn-wrap button::before {
        width: 58px;
    }
    .btn-wrap.text-center button {
        margin-left: 32px;
        margin-right: 32px;
    }
    .abutRt {
        padding-left: 60px;
    }
    .innerbanner .banItm .w-100 {
        height: 600px;
    }
    .prdDtlLst li {
        padding-right: 55px;
    }
}

@media only screen and (max-width: 1399px) {
    .container {
        max-width: 1170px;
    }
    .navbar-brand {
        max-width: 168px;
    }
    .menu_sec li a {
        padding: 20px 20px;
    }
    .navbar {
        padding: 0 6px;
    }
    .banItm .w-100 {
        height: 600px;
    }
    .bigtxt {
        font-size: 59px;
        line-height: 70px;
    }
    .banItm .container {
        max-width: 700px;
    }
    .tophead {
        padding: 50px 0;
    }
    .abutPic::before {
        top: -20px;
        left: -20px;
    }
    .abutRt {
        padding-left: 30px;
    }
    .tophead h1 em,
    .tophead h2 em {
        font-size: 86px;
        line-height: 120px;
    }
    .tophead h1,
    .tophead h2 {
        font-size: 35px;
        line-height: 42px;
        padding-top: 28px;
    }
    body {
        font-size: 16px;
        line-height: 24px;
    }
    .desnList li i {
        padding: 10px;
        width: 50px;
        height: 50px;
    }
    .imgTex h5,
    .tophead h5 {
        font-size: 22px;
        line-height: 27.6px;
    }
    .imgTex strong {
        font-size: 17px;
        line-height: 21px;
    }
    .desnList li {
        margin: 6px 0;
    }
    .btnlink {
        font-weight: 500;
        font-size: 15px;
        line-height: 54px;
        min-width: 190px;
    }
    .btn-wrap button {
        width: 40px;
        height: 40px;
    }
    .btn-wrap button::before {
        width: 45px;
    }
    .coutBox strong {
        font-size: 50px;
        line-height: 83px;
    }
    .coutBox em {
        font-size: 18px;
        line-height: 20.8px;
    }
    .counterSec {
        padding: 45px 0;
    }
    .projctBox h6,
    .tophead h6 {
        font-size: 17px;
        line-height: 24px;
    }
    .projctBox .txt li {
        font-size: 14px;
        line-height: 17px;
    }
    .innerbanner .banItm .w-100 {
        height: 500px;
    }
    .mapSec {
        padding-bottom: 50px;
    }
    
    

/*About Us*/

.aboutRows .row:nth-child(even) .abutTxt{ padding-left: 40px;}
.aboutRows .row:nth-child(odd) .abutTxt{ padding-right: 40px;}    
.aboutRows .row{ margin-top: 30px; margin-bottom: 40px;}
.aboutRows .row:last-child{ margin-bottom: 0px;}    
    
}

@media only screen and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    .navbar-brand {
        max-width: 132px;
    }
    .menu_sec li {
        font-size: 14px;
        line-height: 18.2px;
        padding: 0 7px;
    }
    .bigtxt {
        font-size: 45px;
        line-height: 62px;
    }
    .banItm .w-100 {
        height: 475px;
    }
    .tophead h1 em,
    .tophead h2 em {
        font-size: 73px;
        line-height: 113px;
    }
    .tophead h1,
    .tophead h2 {
        font-size: 30px;
        line-height: 39px;
        padding-top: 23px;
    }
    body {
        font-size: 15px;
        line-height: 22px;
    }
    .imgTex h5,
    .tophead h5 {
        font-size: 19px;
        line-height: 25.6px;
    }
    .imgTex strong {
        font-size: 15px;
        line-height: 20px;
    }
    .projctBox h5 {
        font-size: 17px;
        line-height: 24px;
    }
    .viwLink {
        background-size: 36px;
        font-size: 11px;
        line-height: 20px;
        padding-right: 41px;
    }
    .projctBox .txt {
        padding: 14px 12px;
        min-height: 160px;
    }
    .projctBox h6,
    .tophead h6 {
        font-size: 17px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .btn-wrap.apsu {
        position: inherit;
        top: inherit;
        transform: inherit;
        width: 100%;
        text-align: center;
    }
    .btn-wrap.apsu .prev-btn,
    .btn-wrap.apsu .next-btn {
        float: none;
        left: 0px;
        right: 0px;
        margin-left: 30px;
        margin-right: 30px;
    }
    .innerbanner .banItm .w-100 {
        height: 400px;
    }
    .projectListPage .col-md-4 {
        width: 50%;
    }
    .prdDtlLst li {
        padding-right: 25px;
    }
    
/*About Us*/

.aboutRows .row:nth-child(even) .abutTxt{ padding-left: 0px;}
.aboutRows .row:nth-child(odd) .abutTxt{ padding-right: 0px;}      
    
.aboutRows .row{ margin-top: 20px; margin-bottom: 40px;}
.aboutRows .row:last-child{ margin-bottom: 0px;}    
  
  
  
.nav_top .dropdown .dropdown-menu, .nav_top .dropdown-submenu > .dropdown-menu{ width: 200px;}  
.nav_top .dropdown .dropdown-menu li .drop-arw{ font-size: 10px;}  
  
  
  
  
  
  
  
    
}
@media only screen and (max-width: 991px) {
    .nav_top .navbar-toggler {
        border: none;
        background: none;
        margin: 10px 0;
        margin-right: 0px;
        width: 40px;
        height: 40px;
        padding: 7px;
    }
    .nav_top .navbar-toggler .icon-bar {
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 16px;
        background-color: #1f2640;
    }
    .nav_top .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }
    .navbar-toggler .icon-bar {
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .navbar-toggler.showtoggle .icon-bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .navbar-toggler.showtoggle .icon-bar:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler.showtoggle .icon-bar:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
    .header_sec .container {
        padding: 0px;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0px;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        z-index: 11;
    }
    .menu_sec li {
        padding: 0px;
    }
    .menu_sec li a {
        padding: 15px 20px;
        width: 100%;
    }
    .drop-arw,
    .nav_top .dropdown .dropdown-menu li .drop-arw {
        display: flex;
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .menu_sec li:hover .drop-arw {
        color: #fff;
    }
    .nav_top .dropdown .dropdown-menu {
        width: 100%;
    }
    .navbar-toggler.showtoggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    .menu_sec li.dropdown.open a {
        background: rgba(7, 64, 73, 0.8);
        color: #fff;
    }
    .menu_sec li.dropdown.open .drop-arw {
        color: #fff;
    }
    .menu_sec li.dropdown.open > .dropdown-menu {
        display: block !important;
    }
    .nav_top .dropdown .dropdown-menu li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .nav_top .dropdown .dropdown-menu li.dropdown.open {
        background: rgba(255, 255, 255, 0.1);
    }
    .nav_top .dropdown-submenu > .dropdown-menu.open, .nav_top .dropdown .dropdown-menu.open {
    display: block !important;
  }
    
    .nav_top .dropdown .dropdown-menu.openul{ display: block !important;}
    
    
    
    
    
    
    
    
    .container {
        max-width: 750px;
    }
    .banItm .w-100 {
        height: 400px;
    }
    .aboutSec .col-md-5,
    .abutRt {
        width: 100%;
    }
    .abutRt {
        margin-top: 20px;
    }
    .btnlink {
        font-weight: 500;
        font-size: 14px;
        line-height: 48px;
        min-width: 155px;
    }
    .prdleft {
        width: 100%;
    }
    .projectRt {
        width: 100%;
        margin-top: 60px;
    }
    .projctBox .txt {
        left: 0px;
    }
    .counterSec {
        padding: 30px 0;
    }
    .coutBox strong {
        font-size: 38px;
        line-height: 55px;
    }
    .coutBox em {
        font-size: 14px;
        line-height: 17.8px;
    }
    .w-70 {
        width: 100%;
    }
    .projectRt .projctBox .txt {
        min-height: 106px;
    }
    .projctBox h6,
    .tophead h6 {
        font-size: 15px;
        line-height: 21px;
        padding-bottom: 10px;
    }
    .projctBox .txt li {
        font-size: 12px;
        line-height: 17px;
    }
    .btn-wrap.apsu .prev-btn,
    .btn-wrap.apsu .next-btn {
        margin-bottom: 0px;
    }
    .tophead h1 em,
    .tophead h2 em {
        font-size: 69px;
        line-height: 113px;
        letter-spacing: 6%;
    }
    .testemoniIn {
        padding: 50px 0;
    }
    .header_sec {
        padding: 0px;
    }
    .header_sec .container {
        max-width: 100%;
    }
    .abutPic::before {
        top: -8px;
        left: -8px;
    }
    .abutRt {
        padding-left: 12px;
    }
    .deskblock {
        display: none;
    }
    .mobblock {
        width: 100%;
        display: inline-block !important;
        text-align: center;
    }
    .innerbanner .banItm .w-100 {
        height: 350px;
    }
    .prjDtlRt {
        padding-left: 12px;
    }
    .prdDtlLst li {
        padding-right: 7px;
    }
    .mapSec iframe {
        width: 100%;
        height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .testrecaro {
        max-width: 90%;
        margin: 0px auto;
    }
}
@media only screen and (max-width: 640px) {
    .bigtxt {
        font-size: 34px;
        line-height: 50px;
    }
    .banTxt {
        top: 60%;
    }
    .tophead h1 em,
    .tophead h2 em {
        font-size: 58px;
        line-height: 106px;
        letter-spacing: 4%;
    }
    .tophead h1,
    .tophead h2 {
        font-size: 25px;
        line-height: 35px;
        padding-top: 18px;
    }
    .mapSec iframe {
        width: 100%;
        height: 300px;
    }
    .prdDtlLst li {
        width: auto;
        padding-right: 5px;
        flex: 1 0 0%;
    }
}
@media only screen and (max-width: 575px) {
    .coutBox {
        padding: 10px 0;
    }
    .projctBox .txt {
        padding: 14px 12px;
        min-height: 160px;
        position: relative;
        width: 100%;
        background: #f2f2f2;
    }
    .projctBox img {
        height: 460px;
    }
    .tophead h1,
    .tophead h2 {
        letter-spacing: 3%;
    }
    .w-70 p {
        max-width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .tophead h1 em,
    .tophead h2 em {
        font-size: 42px;
        line-height: 84px;
        letter-spacing: 1%;
    }
}
@media only screen and (max-width: 400px) {
    .desnList li {
        margin: 6px 0;
        width: 100%;
    }
    .bigtxt {
        font-size: 25px;
        line-height: 35px;
    }
    .banItm .w-100 {
        height: 350px;
    }
    .prdleft p {
        padding-right: 0;
    }
    .tophead h1,
    .tophead h2 {
        padding-top: 7px;
        overflow: hidden;
    }
    .btn-wrap.text-center button {
        margin-left: 20px;
        margin-right: 20px;
    }
    .btn-wrap button {
        width: 30px;
        height: 30px;
    }
    .btn-wrap button::before {
        width: 32px;
    }
    .btn-wrap .prev-btn::before {
        left: 8px;
    }
    .btn-wrap .next-btn::before {
        right: 8px;
    }
    .btn-wrap.apsu .prev-btn,
    .btn-wrap.apsu .next-btn {
        float: none;
        left: 0px;
        right: 0px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .btn-wrap.text-center button {
        margin-left: 15px;
        margin-right: 15px;
    }
    .footTop p {
        font-size: 13px;
        line-height: 17.2px;
    }
    .footsos li a {
        font-size: 17px;
    }
    .footBotm p {
        font-size: 12px;
        line-height: 25px;
    }
    .footmenu li {
        font-size: 14px;
        line-height: 17px;
    }
    .footlogo {
        width: auto;
    }
    .projectListPage .col-md-4 {
        width: 100%;
    }
    .tophead {
        padding: 40px 0;
    }
    .pagination a,
    .pagination span {
        width: 35px;
        height: 35px;
    }
    .pagination .prev::before,
    .pagination .next::before {
        width: 32px;
    }
    .pagination .prev {
        right: 12px;
    }
    .pagination .next {
        left: 12px;
    }
    .prdDtlLst li {
        width: auto;
        padding-right: 5px;
        flex: inherit;
        width: 50%;
    }
}
