body {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font: 400 20px/32px "Montserrat";
    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 {
    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: "Montserrat";
}
input,
button {
    -webkit-appearance: none;
    outline: none;
    font-family: "Montserrat";
}
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: #525252;
    font-weight: 400;
}
em {
    font-style: normal;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.bigtext {
    font-size: 92.47px;
    line-height: 100px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.container {
    max-width: 1350px;
}
.tophead h1,
.tophead h2 {
    font: 700 64px/80px "Montserrat";
    padding-bottom: 15px;
    text-transform: uppercase;
}
.tophead h3 {
    font: 700 50px/70px "Montserrat";
    padding-bottom: 15px;
    text-transform: uppercase;
}
.tophead h4,
.contctBox h1 {
    font: 700 40px/50px "Montserrat";
    padding-bottom: 15px;
    text-transform: uppercase;
}
.tophead h1 span {
    position: relative;
    display: inline-block;
    padding-top: 15px;
}
.tophead h1 span:before {
    width: 134px;
    height: 1px;
    background: #f85905;
    position: absolute;
    top: 0px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}
button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.navbar .navbar-brand {
    display: none;
}
.headMid {
    width: 100%;
    background: #000;
    position: relative;
    text-align: center;
}
.headMidIn {
    position: relative;
    top: 0px;
    min-height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headMidIn p {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    line-height: 38px;
    padding-bottom: 0px;
}
.headMidIn p strong {
    font-weight: 900;
    font-size: 20px;
    position: relative;
}
.headMidIn p strong:before {
    position: absolute;
    bottom: 0px;
    right: 6px;
    content: "";
    background: #f85905;
    height: 1px;
    width: 90%;
}
.navbar-brand {
    position: absolute;
    left: 0px;
    top: -63px;
    width: 200px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}
.menu_sec li {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 20px;
}
.menu_sec li a {
    color: #000;
    position: relative;
    display: inline-block;
    padding: 10px;
}
.menu_sec li a:hover {
    color: #f85905;
}
.menu_sec li.actv a {
    color: #f85905;
}
.navbar {
    padding: 20px 0;
}
.bannerSec {
    width: 100%;
    position: relative;
}
.banItm {
    width: 100%;
    position: relative;
}
.banItm .w-100 {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.bannerSec::before {
    width: 100%;
    background: url(../images/banB.png) no-repeat bottom center;
    background-size: 100% 100%;
    height: 84px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.banTxt {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
}
.banTxt p {
    color: #000;
}
.orgBtn,
.blkBtn {
    display: flex;
    width: 350px;
    position: relative;
    background: #f85905;
    border-radius: 50px;
    color: #fff !important;
    height: 73px;
    flex-direction: column;
    justify-content: center;
    padding: 6px;
    padding-left: 6px;
    padding-left: 30px;
    padding-right: 70px;
    text-transform: uppercase;
    box-shadow: 0px 6px 18px 6px rgba(0, 0, 0, 0.3);
}
.orgBtn em {
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -1px;
}
.orgBtn span {
    font-size: 26px;
    line-height: 26px;
    font-weight: 800;
    letter-spacing: 4px;
}
.orgBtn .fa-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 8px;
    border: 6px solid #fff;
    background: url(../images/call.svg) no-repeat center center;
    border-radius: 100%;
    transform: translateY(-50%);
}
.blkBtn {
    background: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
    padding-right: 10px;
    padding-left: 10px;
    align-items: center;
}
.banList {
    display: flex;
}
.banList li {
    display: inline-block;
    margin: 6px 6px 6px 0;
}
.fullbody {
    width: 100%;
    position: relative;
    padding-bottom: 460px;
    padding-top: 80px;
    background-size: 100% !important;
}
.tophead {
    text-align: center;
}
.fullbody::before {
    width: 100%;
    background: url(../images/b1.png) no-repeat bottom center;
    background-size: 100% 100%;
    height: 84px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.iconBox {
    width: 100%;
    border-radius: 30px;
    padding: 30px;
    margin-top: 28px;
    text-align: left;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}
.iconBox i {
    width: 98px;
    height: 98px;
    border: 4px solid #1f1f1f;
    border-radius: 100%;
    background: #f85905;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.iconBox img {
    max-width: 100%;
}
.iconBox i:before {
    border: 3px solid #fff;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    border-radius: 100%;
}
.iconBox h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #020202;
    padding-bottom: 7px;
    margin-top: 10px;
}
.iconBox p,
.iconBox li {
    font-size: 16px;
    line-height: 26px;
    color: #525252;
}
.contcLink {
    color: #f85905 !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    display: inline-block;
    background: url(../images/arw.svg) no-repeat right center;
    padding-right: 25px;
    opacity: 0;
}
.iconBox:hover {
    border-color: #f85905;
    box-shadow: 0px 6px 18px -2px rgba(0, 0, 0, 0.2);
}
.iconBox:hover .contcLink {
    opacity: 1;
}
.iconBox li {
    position: relative;
    padding-left: 14px;
}
.iconBox li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #525252;
}
.iconBox p,
.iconBox ul {
    padding-bottom: 20px;
}
.blkcall {
    background: #000;
    width: 300px;
    height: 74px;
    box-shadow: none;
    position: absolute;
    top: 24px;
    right: 0px;
}
.blkcall em {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    text-align: center;
}
.blkcall .fa-icon {
    background-color: #f85905;
    width: 65px;
    height: 65px;
    border-width: 5px;
    right: 3px;
}
.orgBtn:hover {
    background: #000;
}
.blkcall:hover,
.blkBtn:hover {
    background: #f85905;
}
.contactSec {
    width: 100%;
    padding: 100px 0 175px 0;
}
.conInfo p {
    font-size: 16px;
    line-height: 26px;
    color: #525252;
}
.conInfo h5 {
    color: #020202;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 27px;
    display: flex;
    align-items: center;
}
.conInfo h5 span {
    flex: 1;
}
.conInfo h5 img {
    margin-right: 6px;
}
.contactSec .col-md-3 {
    background: url(../images/b2.png) no-repeat right center;
    width: 26%;
}
.conInfo {
    width: 100%;
    padding-right: 0px;
}
.contactSec .col-md-3 + .col-md-3 {
    padding-left: 35px;
}
.contactSec .col-md-3:nth-child(3) {
    width: 20%;
}
.contactSec .col-md-3:nth-child(4) {
    width: 28%;
    background: none;
}
.footerSec {
    width: 100%;
    background: #000;
    position: relative;
    padding-top: 67px;
    position: relative;
}
.footerSec:before {
    content: "";
    position: absolute;
    top: -82px;
    left: 0px;
    background: url(../images/foot.png) no-repeat top center;
    width: 100%;
    background-size: 100% 100% !important;
    height: 88px;
}
.footTop li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 20px;
}
.footTop li a {
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 10px;
}
.footTop {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.footlogo {
    width: 250px;
    position: absolute;
    display: inline-block;
    top: -191px;
    left: 50%;
    transform: translateX(-50%);
}
.footBotm {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footBotm p {
    color: #fff;
    font-family: "Nunito Sans";
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 0px;
}
.footBotm p a {
    color: #fff;
}
.midmtext {
    color: #fff;
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
    font-weight: 800;
}
.inerBan .banItm .w-100 {
    height: 400px;
}
.breadcrumbs li {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.breadcrumbs li a {
    color: rgba(0, 0, 0, 0.5);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(0, 0, 0, 0.5);
}
.breadcrumbs li.active {
    color: #f85905;
}
.text-left {
    text-align: left;
}
.prices {
    color: #f85905;
    font-size: 32px;
    line-height: 40px;
}
.inerTxt p {
    font-size: 24px;
    line-height: 35px;
}
.inerTxt h4,
.prices {
    display: block;
    padding-bottom: 30px;
}
.fullbody:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background: linear-gradient(356deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.fullbody .container {
    position: relative;
    z-index: 1;
}
.blkBtn2 {
    min-width: 300px;
    line-height: 73px;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0px 12px 11px -6px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    color: #fff !important;
    background: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin-top: 20px;
}
.blkBtn2:hover {
    background: #f85905;
}
.inerPic {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.inerTxt {
    padding-left: 40px;
    padding-right: 40px;
}
.singlCaro .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.singlCaro .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    margin: 7px;
    display: flex;
    align-items: center;
}
.singlCaro .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: rgba(248, 89, 5, 0.48);
    border-radius: 100%;
}
.singlCaro .owl-dots .owl-dot.active span {
    width: 100%;
    height: 100%;
    background: rgba(248, 89, 5, 1);
}
.breadcrumbs {
    padding: 20px 0;
}
.contctBox {
    max-width: 1257px;
    background: #fff;
    margin: 0px auto;
    border-radius: 32px;
    box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.3);
    padding: 50px;
}
.inputFld {
    width: 100%;
    position: relative;
    margin: 12px 0;
}
.inputFld p {
    margin: 0px;
    padding: 0px;
}
.inputFld span {
    width: 100%;
    display: inline-block;
}
.inputFld input[type="text"],
.inputFld input[type="email"],
.inputFld input[type="tel"],
.inputFld textarea {
    border: 1px solid #f85905;
    border-radius: 12px;
    padding: 0 25px;
    height: 80px;
    color: #525252;
    font-size: 22px;
    line-height: 27px;
    width: 100%;
    padding-right: 72px;
}
.inputFld textarea {
    resize: none;
    padding-top: 25px;
    padding-bottom: 25px;
    height: 270px;
}
.nameFld {
    background: url(../images/user.png) no-repeat right 25px center;
    background-size: 30px;
}
.mailFld {
    background: url(../images/mail.png) no-repeat right 25px center;
    background-size: 30px;
}
.subFld {
    background: url(../images/subj.png) no-repeat right 25px center;
    background-size: 30px;
}
.areaFld {
    background: url(../images/mesg.png) no-repeat right 25px top 25px;
    background-size: 30px;
}
.inputFld .blkBtn2 {
    border-radius: 12px;
    width: 100%;
    margin: 0px;
    border: none;
    font-size: 24px;
    line-height: 80px;
}
.contct_bradCmp .breadcrumb {
    padding-left: 200px;
}
.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;
}
.screen-reader-response {
    display: none;
}
@media (min-width: 1200px) 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: 150px;
        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;
    }
}
@media (min-width: 1600px) and (max-width: 1799px) {
    .navbar {
        padding: 13px 0;
    }
    .blkcall em {
        font-size: 16px;
        line-height: 21px;
    }
    .blkcall {
        width: 280px;
        top: 17px;
    }
    .navbar-brand {
        top: -44px;
        width: 155px;
    }
    .bigtext {
        font-size: 77.47px;
        line-height: 94px;
    }
    body {
        font-size: 17px;
        line-height: 30px;
    }
    .blkBtn {
        font-size: 16px;
    }
    .tophead h1,
    .tophead h2 {
        font-size: 58px;
        line-height: 77px;
    }
    .footlogo {
        width: 197px;
        top: -163px;
    }
    .tophead h4,
    .contctBox h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .container {
        max-width: 1370px;
    }
    .navbar {
        padding: 13px 0;
    }
    .blkcall em {
        font-size: 16px;
        line-height: 21px;
    }
    .blkcall {
        width: 280px;
        top: 17px;
    }
    .navbar-brand {
        top: -44px;
        width: 155px;
    }
    .bigtext {
        font-size: 77.47px;
        line-height: 94px;
    }
    body {
        font-size: 17px;
        line-height: 30px;
    }
    .blkBtn {
        font-size: 16px;
    }
    .tophead h1,
    .tophead h2 {
        font-size: 58px;
        line-height: 77px;
    }
    .footlogo {
        width: 197px;
        top: -163px;
    }
    .tophead h4,
    .contctBox h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .inputFld input[type="text"],
    .inputFld input[type="email"],
    .inputFld input[type="tel"],
    .inputFld textarea {
        height: 65px;
    }
    .inputFld textarea {
        height: 200px;
    }
    .inputFld .blkBtn2 {
        line-height: 65px;
    }
}

@media only screen and (max-width: 1399px) {
    .container {
        max-width: 1170px;
    }
    .orgBtn em {
        font-size: 10px;
        line-height: 17px;
    }
    .orgBtn,
    .blkBtn {
        width: 300px;
        height: 60px;
    }
    .navbar {
        padding: 4px 0;
    }
    .blkcall em {
        font-size: 14px;
        line-height: 21px;
    }
    .blkcall {
        width: 240px;
        top: 11px;
        height: 63px;
    }
    .navbar-brand {
        top: -44px;
        width: 155px;
    }
    .bigtext {
        font-size: 64.47px;
        line-height: 75px;
    }
    body {
        font-size: 16px;
        line-height: 30px;
    }
    .orgBtn .fa-icon {
        width: 50px;
        height: 50px;
        background-size: 20px;
        border-width: 4px;
    }
    .blkBtn {
        font-size: 16px;
    }
    .tophead h1,
    .tophead h2 {
        font-size: 48px;
        line-height: 70px;
        padding-bottom: 7px;
    }
    .footlogo {
        width: 197px;
        top: -163px;
    }
    .menu_sec li {
        font-size: 14px;
        line-height: 18px;
    }
    .blkcall .fa-icon {
        width: 55px;
        height: 55px;
        border-width: 4px;
        right: 3px;
    }
    .headMidIn p {
        font-size: 15px;
        line-height: 30px;
    }
    .headMidIn p strong {
        font-size: 16px;
    }
    .headMidIn {
        min-height: 53px;
    }
    .orgBtn span {
        font-size: 19px;
        line-height: 22px;
        font-weight: 800;
        letter-spacing: 4px;
    }
    .banList .orgBtn em {
        font-size: 11px;
        line-height: 17px;
    }
    .banItm .w-100 {
        height: 570px;
    }
    .bannerSec::before {
        height: 55px;
    }
    .iconBox h5 {
        font-size: 18px;
        line-height: 27px;
    }
    .iconBox p,
    .iconBox li {
        font-size: 13px;
        line-height: 20px;
    }
    .iconBox li::before {
        top: 8px;
    }
    .iconBox {
        padding: 20px;
    }
    .iconBox i {
        width: 88px;
        height: 88px;
    }
    .conInfo h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .conInfo h5 img {
        margin-right: 6px;
        width: 30px;
    }
    .conInfo p {
        font-size: 13px;
        line-height: 23px;
    }
    .footerSec::before {
        top: -56px;
        height: 60px;
    }
    .footlogo {
        width: 160px;
        top: -129px;
    }
    .contactSec {
        padding: 70px 0 130px 0;
    }
    .footerSec {
        padding-top: 35px;
    }
    .footTop li {
        font-size: 14px;
        line-height: 17px;
        padding: 13px;
    }
    .footBotm p {
        font-size: 14px;
    }
    .footBotm {
        padding: 19px 0;
    }
    .midmtext {
        font-size: 48px;
        line-height: 60px;
    }
    .tophead h4,
    .contctBox h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .prices {
        font-size: 26px;
        line-height: 38px;
    }
    .inerTxt p {
        font-size: 21px;
        line-height: 33px;
    }
    .blkBtn2 {
        min-width: 255px;
        line-height: 60px;
    }
    .inputFld input[type="text"],
    .inputFld input[type="email"],
    .inputFld input[type="tel"],
    .inputFld textarea {
        height: 65px;
        font-size: 18px;
        line-height: 27px;
    }
    .inputFld textarea {
        height: 200px;
    }
    .inputFld .blkBtn2 {
        line-height: 65px;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    .blkcall {
        width: 213px;
        top: 11px;
        height: 50px;
    }
    .orgBtn em {
        font-size: 12px;
        line-height: 16px;
    }
    .blkcall .fa-icon {
        width: 45px;
        height: 45px;
        border-width: 2px;
        right: 3px;
    }
    .menu_sec li {
        padding: 13px;
    }
    .navbar-brand {
        top: -36px;
        width: 127px;
    }
    .bigtext {
        font-size: 53.47px;
        line-height: 58px;
    }
    body {
        font-size: 15px;
        line-height: 27px;
    }
    .banList .orgBtn .fa-icon {
        width: 40px;
        height: 40px;
        background-size: 17px;
        border-width: 2px;
    }
    .banList .orgBtn em {
        font-size: 10px;
        line-height: 14px;
    }
    .banList .orgBtn,
    .banList .blkBtn {
        width: 277px;
        height: 52px;
    }
    .banList .orgBtn span {
        font-size: 19px;
        line-height: 22px;
        font-weight: 800;
        letter-spacing: 1px;
    }
    .blkBtn {
        font-size: 13px;
    }
    .banItm .w-100 {
        height: 440px;
    }
    .fullbody {
        padding-top: 60px;
    }
    .tophead h1,
    .tophead h2 {
        font-size: 40px;
        line-height: 65px;
    }
    .conInfo h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .contct_bradCmp .breadcrumb {
        padding-left: 127px;
    }
}
@media only screen and (max-width: 991px) {
    .nav_top .navbar-toggler {
        border: none;
        background: none;
        padding: 10px 0;
        margin-right: 15px;
    }
    .nav_top .navbar-toggler .icon-bar {
        display: block;
        width: 34px;
        height: 3px;
        border-radius: 16px;
        background-color: #000;
    }
    .nav_top .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    .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: #fff;
        width: 100%;
        z-index: 11;
    }
    .container {
        max-width: 750px;
    }
    .navbar {
        padding: 4px 0;
    }
    .headMidIn .navbar-brand {
        display: none;
        width: 91px;
    }
    .navbar .navbar-brand {
        display: block;
        position: inherit;
        top: inherit;
        left: inherit;
        width: 90px;
    }
    .blkcall {
        width: 213px;
        top: 50%;
        height: 50px;
        right: 65px;
        transform: translateY(-50%);
    }
    .headMidIn {
        min-height: 44px;
    }
    .iconboxRow .col-md-4 {
        width: 50%;
    }
    .contactSec .col-md-3 {
        width: 50% !important;
    }
    .contactSec .col-md-3:nth-child(2) {
        background: none;
    }
    .fullbody {
        padding-bottom: 20%;
    }
    .contactSec .col-md-3:nth-child(3) {
        padding-left: 12px;
    }
    .inerTxt {
        padding-left: 0;
        padding-right: 0;
    }
    .tophead h4,
    .contctBox h1 {
        font-size: 27px;
        line-height: 35px;
    }
    .midmtext {
        font-size: 33px;
        line-height: 45px;
    }
    .contct_bradCmp .breadcrumb {
        padding-left: 0;
    }
    .contctBox {
        padding: 35px;
    }
    .inputFld input[type="text"],
    .inputFld input[type="email"],
    .inputFld input[type="tel"],
    .inputFld textarea {
        height: 59px;
        font-size: 16px;
        line-height: 27px;
        border-radius: 10px;
        padding-left: 18px;
        padding-right: 50px;
    }
    .areaFld {
        background-size: 23px;
        background-position: right 10px top 18px;
    }
    .nameFld,
    .mailFld,
    .subFld {
        background-size: 23px;
        background-position: right 10px center;
    }
    .inputFld textarea {
        height: 150px;
        padding-top: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .tophead h1,
    .tophead h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .fullbody::before {
        height: 31px;
    }
    .fullbody {
        padding-bottom: 20%;
    }
    .contactSec .col-md-3 + .col-md-3 {
        padding-left: 18px;
    }
    .midmtext {
        font-size: 34px;
        line-height: 45px;
    }
    .inerBan .banItm .w-100 {
        height: 250px;
    }
    .bannerSec::before {
        height: 35px;
    }
    .inerTxt {
        margin-top: 20px;
    }
    .midmtext {
        font-size: 27px;
        line-height: 35px;
    }
    .breadcrumbs li {
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 640px) {
    .w-60 {
        width: 100%;
    }
    .bigtext {
        font-size: 44.47px;
        line-height: 51px;
        padding-bottom: 7px;
    }
    body {
        font-size: 14px;
        line-height: 25px;
    }
    .bannerSec::before {
        height: 27px;
    }
}
@media only screen and (max-width: 575px) {
    .banList {
        display: flex;
        flex-direction: column;
    }
    .footerSec::before {
        top: -33px;
        height: 36px;
    }
    .footlogo {
        width: 123px;
        top: -85px;
    }
    .conInfo h5 {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 480px) {
    .iconboxRow .col-md-4 {
        width: 100%;
    }
    .footTop li {
        font-size: 14px;
        line-height: 17px;
        padding: 3px;
    }
	
.iconBox {
  border-color: #F85905;
  box-shadow: 0px 6px 18px -2px rgba(0,0,0,0.2);
}	
.iconBox .contcLink {
  opacity: 1;
}
	
}
@media only screen and (max-width: 400px) {
    .blkcall em {
        display: none;
    }
    .blkcall {
        width: auto;
        padding: 0px;
    }
    .blkcall .fa-icon {
        border: 2px solid #000;
        right: 0px;
    }
    .headMidIn p {
        font-size: 12px;
        line-height: 27px;
    }
    .headMidIn p strong {
        font-size: 13px;
    }
    .contactSec .col-md-3 {
        width: 100% !important;
        background: none;
    }
}
@media only screen and (max-width: 360px) {
    .bigtext {
        font-size: 34.47px;
        line-height: 45px;
        padding-bottom: 2px;
    }
    body {
        font-size: 13px;
        line-height: 22px;
    }
}
