@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #000;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

a:hover {
    transition: all 0.2s ease-in-out;
}

img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    transition: all 0.5s ease;
    outline: none;
}

select,
input,
textarea {
    appearance: none;
}

/***** Font Files *****/
@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Jersey";
    src: url(../fonts/Jersey.ttf);
    font-weight: 400;
    font-style: normal;
}

/***** Custom Classes *****/
select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: #575757;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
    padding: 80px 0;
}

.flexRow,
.flexCol {
    display: flex;
    align-items: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px;
}

h1 {
    font-size: 99px;
    line-height: 80px;
    color: #fff;
    font-weight: 500;
}

h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #f45a4e;
    font-weight: 500;
}

h3 {
    font-size: 30px;
    line-height: 1.2;
    color: #04313f;
    font-weight: 600;
}

h4 {
    font-size: 67px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
}

h5 {
    font-size: 25px;
    line-height: 1.2;
    color: #f45a4e;
    font-weight: 500;
}

h6 {
    font-size: 20px;
    font-family: "Montserrat", serif;
    color: #000;
    font-weight: 500;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #8d8d8d;
    font-family: "Montserrat", serif;
}

/* Menu */
.nav ul {
    list-style: none;
    text-align: center;
}

.nav ul li a {
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    transition: all 0.5s;
    position: relative;
}

section.header .nav.stroke {
    display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    width: 0%;
    content: ".";
    color: transparent;
    background: #000000;
    height: 2px;
    transform: translateX(-50%);
}

.nav.stroke ul li a:hover:after {
    width: 100%;
}

/* Buttons */

.theme_btn {
    border-radius: 10px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 13px;
    box-shadow: unset;
    transition: all 250ms;
    overflow: hidden;
    border: 1px solid #c83018;
    text-transform: uppercase;
    height: 50px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 0px 25px;
    font-weight: 500;
    gap: 20px;
    background: transparent;
    font-family: montserrat;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #f45a4e;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.theme_btn:hover {
    border: 1px solid rgb(255 255 255);
    background: transparent;
    color: #fff;
    background: #f45a4e;
}

.theme_btn:hover::before {
    width: 100%;
}

.theme_btn i {
    background: var(--primary-color);
    width: 20px;
    background: #fff;
    height: 20px;
    font-size: 16px;
    clip-path: polygon(40% 50%, 25% 10%, 100% 50%, 25% 90%);
}

.theme_btn:hover i {
    background: #f45a4e;
}

.theme_btn span {
    width: 40px;
    height: 40px;
    background: #f45a4e;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_btn:hover span {
    background: #fff;
}

/* Header */
.hdr_logo a img {
    object-fit: scale-down;
    padding: 20px 0;
    display: block;
}

ul#menu {
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 100%;
}

ul#menu a {
    color: #4b484c;
    font-family: "Poppins", sans-serif;
    transition: 0.3s ease-in-out;
}

.hdr_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

/* Banner */
.banner_sec {
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    position: relative;
    z-index: 1;
}

.banner_sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #073442f5;
    content: '';
    z-index: -1;
}

.banner_main_text {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding-top: 15%;
    height: 100%;
    gap: 10%;
}

span.banner_style {
    font-size: 77px;
    position: relative;
    display: block;
    margin: 10px 0 0 0;
    padding: 6px 0px 0px 10px;
    z-index: 1;
}

span.banner_style::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    content: '';
    z-index: -1;
    background: #f45a4e;
}

.banner_text p {
    color: #ccd1d3;
    font-weight: 500;
}

ul.call_us {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.call_us p {
    margin: 0;
    font-family: montserrat;
    font-size: 12px;
    color: #e9ebec;
}

.banner_text .d-flex {
    gap: 40px;
}

ul.call_us i {
    font-size: 30px;
    color: #fff;
    transform: rotate(-55deg);
}

ul.call_us a {
    margin: 0;
    font-family: montserrat;
    font-size: 14px;
    color: #e9ebec;
}


.banner_image img {
    object-position: -21px 0;
}

.banner_image {
    height: 96%;
    position: absolute;
    right: 0;
    width: 48%;
    bottom: 0;
    z-index: 99;
}

li.border-left {
    padding: 0px 10px;
    border-left: 1px solid #f45a4e;
}

.banner_bottom_text h6 {
    font-size: 12px;
    color: #ced7da;
}

.banner_bottom_text p {
    font-size: 12px;
    color: #ffffff;
    line-height: 23px;
}

.banner_bottom_text {
    padding: 30px 60px 30px 0px;
    border-right: 1px solid #224a57;
}

.banner_bottom_text1 {
    border: none;
    padding: 30px 0px 30px 50px;
}

.banner_bottom_box {
    position: relative;
    z-index: 1;
}

.banner_bottom_box::before {
    position: absolute;
    top: 0;
    left: -70%;
    width: 220%;
    height: 1px;
    background: #204955;
    content: '';
}

/* banner start */

/* section start */
.about_image img {
    height: 600px;
    border-radius: 10px;
    object-position: center;
    box-shadow: 0 0 20px 8px #00000017;
    width: 100%;
    object-fit: contain;
}
.service-card-image img {
    border: 1px solid #fff;
    object-fit: contain;
}
.mission_text h3 {
    color: #cccccc;
}

span.orange {
    color: #f45a4e;
}

.mission_text h3 span.orange {
    color: #f45a4e;
    margin: 0 30px 0 0;
}

.mission_image img {
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 0 20px 8px #00000017;
}

.about_text {
    margin: 0 0 0px 20px;
}

/* section end */

/* section services_sec start */
.services_sec {
    background-image: url(../images/services_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.services_sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #073442f5;
    content: '';
    z-index: -1;
}

.services_heading h2 {
    color: #fff;
}

.services_heading h3 {
    color: #fff;
}

.service-card-image img {
    height: 300px;
    border-radius: 10px 10px 0 0;
    transition: 0.3s ease-in-out;
}

.service-card-text {
    padding: 20px 10px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    transition: 0.3s ease-in-out;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.service-card-text::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: '';
    z-index: -1;
    background-color: #f1594d;
}

.service-card-text p {
    font-size: 12px;
    height: 100px;
    overflow-y: scroll;
    line-height: 23.5px;
}

.service-card {
    margin: 20px 0;
    height: 520px;
    transition: 0.3s ease-in-out;
    min-height: 100%;
    position: relative;
    z-index: 99;
}

p.none {
    transition: 0.3s ease-in-out;
    display: none;
}

.service-card:hover p.none {
    transition: 0.3s ease-in-out;
    display: block;
}

.service-card:hover .service-card-text::before {
    transition: 0.3s ease-in-out;
    height: 100%;
}


.service-card:hover .service-card-text * {
    transition: 0.3s ease-in-out;
    color: #fff;
}

.service-card:hover .service-card-image img {
    transition: 0.3s ease-in-out;
    height: 240px;
}


.service-card:hover {
    transition: 0.3s ease-in-out;
    height: 520px;
}

.service-card:hover a.book i {
    transition: 0.3s ease-in-out;
    background: #fff;
}

a.book {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

a.book i {
    background: var(--primary-color);
    width: 15px;
    background: #000;
    height: 15px;
    font-size: 16px;
    clip-path: polygon(40% 50%, 25% 10%, 100% 50%, 25% 90%);
}


/* service_slider */

.service_slider .slick-active {
    opacity: 1;
}

.service_slider button.slick-prev,
.service_slider button.slick-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #4a646b;
    border-radius: 7px;
}


.service_slider button.slick-prev:hover,
.service_slider button.slick-next:hover {
    background: #f1594d;
    border: 2px solid #f1594d;
}


.service_slider .slick-prev:hover:before,
.service_slider .slick-prev:focus:before,
.service_slider .slick-next:hover:before,
.service_slider .slick-next:focus:before {
    color: #fff;
}

.service_slider button.slick-prev {
    left: -45px;
}


.service_slider button.slick-next {
    right: -45px;
}


.service_slider .slick-prev:before,
.service_slider .slick-next:before {
    color: #7a8c91;
    font-size: 12px;
    content: '\e20a';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 800;
}

.service_slider .slick-prev:before {
    transform: rotate(180deg);
}

/* service_slider */

/* section services_sec end */

/* section why_choose_sec start */

.why_choose_text {
    padding: 40px 40px;
    background: #fff;
    box-shadow: 0 0 20px 10px #00000026;
    margin: 20% 0 0 0;
    position: relative;
    border-radius: 10px;
}

img.why_choose {
    width: 50%;
    height: 590px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    box-shadow: 0 0 20px 10px #00000026;
}

.why-choose-main-box {
    z-index: 1;
    position: relative;
}

ul.why_choose_list li p {
    position: relative;
    margin: 0;
    color: #000;
    font-weight: 500;
    padding: 7px 0 7px 20px;
}

ul.why_choose_list li p::before {
    position: absolute;
    top: 20px;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    font-size: 15px;
    content: '';
    background-image: url(../images/check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* section why_choose_sec end */

/* section offer_sec start */

.offer_sec {
    background-image: url(../images/offer_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.offer_sec::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #073442eb;
    content: '';
    z-index: -1;
}

.offer_text h3 {
    color: #fff;
}

.offer_text h2 {
    color: #fff;
}

.offer_text a {
    justify-self: center;
}

.offer_text p {
    margin: 20px auto;
    color: #bbc6c8;
}

/* section offer_sec end */



/* section start */
/* section end */

/* footer start */
/*HOme Contact Start*/

.home-contact-form input {
    width: 100%;
    border: 0;
    /* border-bottom: 1px solid #000; */
    padding: 12px 10px 12px 20px;
    margin: 0 0 30px;
    background: #fafafa;
    border-radius: 3px;
}

.home-contact-form textarea {
    width: 100%;
    border: 0;
    /* border-bottom: 1px solid #000; */
    resize: none;
    margin: 0 0 20px 0;
    background: #fafafa;
    height: 150px;
    padding: 12px 10px 12px 20px;
    border-radius: 3px;
}

section.home-contact-sec form {
    padding: 60px 0;
    position: relative;
}

.home-contact-head h3 {
    writing-mode: tb;
    color: #fff;
    margin: 0;
    transform: rotate(180deg);
    font-size: 67px;
    font-weight: 400;
    letter-spacing: 7px;
}

.home-contact-head {
    text-align: center;
    background: #04313f;
    border-radius: 0 0px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 79px 10px;
    width: fit-content;
    /* position: absolute; */
    /* right: 360px; */
    /* margin: 0 0 0 auto; */
    height: 100%;
}

section.home-contact-sec form:before {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 128%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: -10vw;
    border-radius: 0 20px 20px 0;
}

.home-contact-form button {
    border: 1px solid #f7867d;
    color: #000;
}

/*HOme Contact End*/


/*/Footer Start*/
footer {
    position: relative;
    background: #141414;
    padding: 400px 0 50px;
    position: relative;
}

.f-newletter h4 {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #f5f2e1;
    font-weight: 500;
    margin: 30px 0px;
}

.f-newletter input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    margin: 0 0 20px;
    color: #fff;
}

.f-newletter button {
    width: 100%;
    border: revert-layer;
    height: 50px;
    font-size: 20px;
    letter-spacing: 10px;
    border: 0;
}

.f-newletter input::placeholder {
    color: #fff;
    font-weight: 200;
}

.f-address h5 {
    font-size: 30px;
    color: #fff;
    font-family: 'Bebas';
}

.f-address ul {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
}

.f-address ul i {
    font-size: 24px;
    color: #fff;
}

.f-address ul li a {
    font-size: 14px;
    color: #f5f2e1;
    font-family: 'Montserrat';
    font-weight: 300;
    transition: 0.3s ease-in-out;
}

.f-address {
    position: relative;
    padding: 0 0px 0 0px;
}

.f-address:before {
    content: '';
    position: absolute;
    background: #272727;
    width: 1px;
    height: 384px;
    top: -60px;
    left: -126px;
}

section.home-contact-sec {
    margin-bottom: -350px;
    position: relative;
    z-index: 1;
}

.copy-right p {
    background: #f45a4e;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    margin: 0;
    writing-mode: tb;
    margin-top: 20px;
    width: max-content;
    padding: 35px 20px;
}

.copy-right {
    text-align: right;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    right: 50px;
}

.f-newletter img {
    width: 120px !important;
}

.f-address h4 {
    font-size: 14px;
    color: #f5f2e1;
    font-family: 'Montserrat';
}

.f-address h5 {
    font-size: 14px;
    color: #f5f2e1;
    font-family: 'Montserrat';
}

.f-newletter ul {
    column-count: 2;
}

.f-newletter ul li a {
    font-size: 14px;
    color: #f5f2e1;
    font-family: 'Montserrat';
    padding: 10px 0;
    display: block;
}

.f-address ul li {
    padding-bottom: 15px;
}

.other-links ul {
    display: block;
}

.other-links ul li a {
    font-size: 14px;
    color: #f5f2e1;
}

.other-links ul li {
    padding: 20px 0px;
}

.follow-social {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 20px;
}

.follow-social ul li a i {
    font-size: 19px;
    color: #434343;
    border-radius: 50%;
    border: 1px solid #434343;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: 0.3s ease-in-out;
}


.f-address ul li a:hover {
    color: #f5f2e1;
    transition: 0.3s ease-in-out;
}

.follow-social ul li a:hover i {
    transition: 0.3s ease-in-out;
    border: 1px solid #f5f2e1;
    color: #f5f2e1;
}

/*Footer End*/


/* testimonial start */
section.testimonial {
    padding: 100px 0px;
}

.test-txt {
    text-align: center;
}

.test-txt h6 {
    font-size: 30px;
    font-family: 'Bebas Neue';
    color: #04313f;
}

.test-txt h3 {
    font-size: 50px;
    color: #f45a4e;
    line-height: 50px;
}

.test-txt p {
    font-weight: 500;
    font-size: 14px;
    color: #7c7c7c;
    margin: 0 auto;
    width: 65%;
}

.test-img img {
    width: 70px;
    display: block;
    margin: 0 auto;
}

.test-img ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.test-img ul li a i {
    color: #ffbc48;

}

.test-slid .slick-active {
    opacity: 1;
}

.test-main-bx {
    width: 95%;
    height: 240px;
    padding: 20px;
    min-height: 100%;
    box-shadow: 0 0 20px 1px #00000029;
    margin: 20px auto 30px;
    border-radius: 20px;
    text-align: center;
    position: relative;
}

.test-slid .slick-slide {
    margin: 0px 10px;
}

.test-main-bx h4 {
    font-size: 25px;
    color: #000;
    line-height: 30px;
}

.test-main-bx h4 span {
    display: block;
    color: #282828;
    font-size: 14px;
    text-transform: capitalize;
    color: #7c7c7c;
    font-family: 'Montserrat';
}

.test-img {
    position: absolute;
    bottom: -62px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: fit-content;
    text-align: center;
}

.test-main-bx:hover {
    background-color: #04313f;
    transition: 1s;
}

.test-main-bx:hover h4 {
    color: #fff;
}

.test-main-bx:hover h4 span {
    color: #bfcace;
    font-family: 'Montserrat';
}

.test-main-bx:hover p {
    color: #fff;
}

.test-slid .slick-track {
    padding: 0 0 60px 0;
}


/* test-slid */

.test-slid .slick-active {
    opacity: 1;
}

.test-slid button.slick-prev,
.test-slid button.slick-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #4a646b;
    border-radius: 7px;
}


.test-slid button.slick-prev:hover,
.test-slid button.slick-next:hover {
    background: #04313f;
    border: 2px solid #04313f;
}


.test-slid .slick-prev:hover:before,
.test-slid .slick-prev:focus:before,
.test-slid .slick-next:hover:before,
.test-slid .slick-next:focus:before {
    color: #fff;
}

.test-slid button.slick-prev {
    left: -45px;
}


.test-slid button.slick-next {
    right: -45px;
}


.test-slid .slick-prev:before,
.test-slid .slick-next:before {
    color: #7a8c91;
    font-size: 12px;
    content: '\e20a';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 800;
}

.test-slid .slick-prev:before {
    transform: rotate(180deg);
}

/* service_slider */

section.banner_sec .container {
    max-width: 1370px;
}

.nav-tabs .nav-link.active h3,
.nav-tabs .nav-item.show .nav-link h3 {
    color: #f45a4e;
    background-color: #0000;
    border-color: #0000;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #0000;
    background-color: #0000;
    border-color: #0000;
}

.nav-tabs {
    border-bottom: none;
}

div.tab-pane p {
    margin: 20px 0;
}

.f-address-social {
    padding: 70px 0 0 0;
}

.f-address1:before {
    content: '';
    position: absolute;
    background: #272727;
    width: 1px;
    height: 384px;
    top: -60px;
    left: -50px;
}

.hdr_btn {
    margin: 0 -40px 0 0px;
}

section.header {
    padding-top: 30px;
}
.hdr_logo a img {
    width: 65%;
    background: #fff;
}


.tab-menu {
  margin-top: 34px;
}
.tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tab-menu ul li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 34%;
}
.tab-menu ul li a {
  text-transform: uppercase;
  letter-spacing: 0.44px;
  font-family: 'Bebas Neue';
  font-weight: bold;
  display: block;
  color: #cccccc;
  font-size: 30px;
}

.tab-menu ul li a.active {
  color: #f45a4e;
  background-color: #0000;
  border-color: #0000;
}
.tab-box {
  display: none;
}

.tab-teaser {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-family: "Oswald";
}
.tab-main-box {
  margin-top: 28px;
}

.test-img img {
    display: none;
}
/* Index Page end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */