@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

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

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

p {
    font-weight: 500;
    line-height: 27px;
    font-size: 16px;
}


/***** Font Files *****/

@font-face {
    font-family: 'nexalight-font-one';
    src: url(../font/NexaLight.otf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 16px 22px;
    border: unset;
    border-radius: 5px;
    color: #ffffff;
    z-index: 1;
    background: #73bc1b;
    position: relative;
    font-size: 17px;
    -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;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 4px;
    background-color: #0a2242;
    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
}

.theme_btn:hover {
    color: #ffffff;
}

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

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'nexalight-font-one';
    font-size: 68px;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'nexalight-font-one';
    font-size: 34px;
    line-height: 56px;
    color: #000000;
    font-weight: 500;
    margin: 0px 0px 10px;
    text-transform: uppercase;
}

h3 {
    font-family: 'nexalight-font-one';
    font-size: 24px;
    line-height: 1.2;
    color: #73bc1b;
    font-weight: 600;
    margin: 0px 0px 10px;
}

h4 {
    font-family: 'nexalight-font-one';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'nexalight-font-one';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'nexalight-font-one';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
    padding-bottom: 70px;
    position: relative;
    z-index: 0;
    background-image: url(../images/header-bg-img.png);
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 0px 23px;
    font-size: 16px;
}


.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #0a2242;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #73bc1b ;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.banner-img img {
    height: 87vh;
    width: 100%;
}

.header-btn-sd {
    display: flex;
    justify-content: end;
}

.dis-block{
    display: block;
}
.banner_text p {
    line-height: 30px;
}
ul.banner-btn-li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 50px;
    margin-bottom: 0;
}

.banner-number-text {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 18px;
}

.banner-number-text-icon {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: #0a2242;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #fff;
    font-size: 26px;
}

.banner-number-text-number a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.banner_img img {
   width: 100%;
   height: 610px;
}

section.main_slider {
    position: relative;
    z-index: 1;
}

.banner_img {
    position: absolute;
    top: -74px;
    z-index: 0;
    right: 4%;
    height: 100%;
    width: 49%;
    z-index: 1;
}
.banner_img img {
    height: 690px;
    width: 100%;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: unset;
}
.carousel-indicators {
    position: absolute;
    right: 1%;
    left: unset;
    bottom: 40%;
    z-index: 2;
    display: block;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
}
.carousel-indicators .active {
    margin: 0;
    background-color: #73bc1b !important;
    width: 12px;
    height: 12px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 50%;
}
.about-img-one img {
    height: 476px;
    width: 100%;
    object-fit: cover;
}



.about-img-two {
    margin-top: -200px;
}

.about-img-text ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}

.about-img-text {
    position: absolute;
    bottom: 9%;
    right: 20%;
    background: #73bc1b;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    border: 4px solid #fff;
}

.about-img-sd {
    position: relative;
}

.about-img-text ul li h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.about-text p {
    margin-bottom: 27px;
}

.about-img-two img {
    width: 52%;
}
h3.about-font-size {
    font-size: 50px !important;
    line-height: unset;
    margin-bottom: 0;
}
section.about-sec {
    padding: 80px 0px;
    background-image: url(../images/about-bg-img.png);
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
section.services-sec {
    background-image: url(../images/services-bg-img.png);
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}

.services-top-heading {
    text-align: center;
}

.services-top-heading h2 {
    color: #fff;
    margin-bottom: 40px;
}
.our-services-box-text {
    background: #fff;
    padding: 130px 10px 30px 10px;
    text-align: center;
    margin-top: -50px;
    width: 87%;
    margin: 0 auto;
    margin-top: -110px;
    box-shadow: 0px 0px 10px 0px #cecece;
}

.our-services-box-text a {
    color: #73bc1b;
    text-decoration: underline;
    font-weight: 600;
}
.services-sec-btm-btn {
    text-align: center;
    margin-top: 40px;
}
.why-choose-img {
    position: relative;
}

.why-choose-img img {
    width: 88%;
}

.why-choose-img {
    display: flex;
    align-items: center;
    justify-content: end;
}

.why-choose-img-second {
    position: absolute;
    bottom: 50px;
    left: 0;
}
section.why-choose {
    background-image: url(../images/why-choose-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    padding: 80px 0px;
}
.why-choose-icon-sd ul li h2 {
    font-size: 36px;
}

.why-choose-icon-sd ul {
    display: flex;
    align-items: center;
    gap: 18px;
}

li.this-lis-sd {
    height: 72px;
    width: 20%;
    background: #f9f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #73bc1b;
}
li.this-lis-sd p {
    margin: 0;
    font-size: 30px;
}

.why-choose-icon-sd ul li h2 {
    margin-bottom: 0;
    line-height: unset;
}
.why-choose-icon-sd {
    position: relative;
    z-index: 1;
}

.why-choose-icon-sd:before {
    position: absolute;
    content: '';
    top: 30px;
    left: 35px;
    height: 75%;
    width: 2px;
    background: #829f4c;
    z-index: -1;
}
.why-choose-text h2 {
    margin-bottom: 38px;
}
/*Choose Bottom Sec css Starts*/

section.choose-bottom-sec {
    background-image: url('../images/choose-bottom-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0;
    background-attachment: fixed;
}

.choose-bottom-form-heading h3 {
    color: #fff;
    font-size: 51px;
    line-height: 61px;
}

.choose-bottom-form-main {
    padding: 60px 30px 60px 30px;
    background: #0a2242;
    width: 80%;
    float: right;
}

.choose-bottom-form-input input, .choose-bottom-form-input textarea, .choose-bottom-form-input select.form-select {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px 20px;
    border: 1px solid #9d9d9d8c;
    background-color: #0000;
    border-radius: 10px;
    color: #ffffff78;
    background: #fff;
}

.choose-bottom-form-input input::placeholder , .choose-bottom-form-input textarea::placeholder {
    color: #9a9a9a;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.choose-bottom-form-input select.form-select {
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.choose-bottom-form-input select.form-select:focus {
    box-shadow: unset;
}

.choose-bottom-form-input select.form-select option {
    color: #000;
    font-family: 'Poppins', sans-serif;
}


.choose-bottom-form-input textarea {
    resize: none;
    height: 200px;
    border-radius: 10px;
}

.choose-bottom-form-btn {
    margin: 30px 0 0 0;
}
.choose-bottom-form-heading p {
    color: #fff;
}


/*Choose Bottom Sec css Ends*/
/*testimonial Sec css Starts*/

section.testimonial-sec {
    padding: 80px 0;
    background-image: url(../images/why-choose-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-card {
    position: relative;
}

.testimonial-card-stars ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    color: #ffc107;
    font-size: 15px;
    margin: 0;
}

.testimonial-card-user h5 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    margin: 0 0 0px 0;
    color: #000;
}

.testimonial-card-user h6 {
    font-size: 18px;
    line-height: 29px;
    color: #429d31;
    font-weight: 600;
    margin: 0;
    font-family: 'nexalight-font-one';
}

.testimonial-card-txt-main {
    padding: 50px 50px;
    margin: 20px 0;
    box-shadow: 0 6px 0px 0px #0000008a;
    border-radius: 30px;
    border: 1px solid #000;
}

.testimonial-card-txt {
    margin: 0 0 30px 0;
}


.testimonial-card-txt p {
    width: 85%;
    text-align: justify;
}
.testimonial-card-img {
    display: none;
}
.testimonial-card-img-main {
    position: absolute;
    top: 20%;
    right: 3%;
}

.testimonial-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    border: 10px solid #73bc1b;
    border-radius: 300px;
}

.testimonial-card-quote {
    background: #09203f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    height: 80px;
    width: 80px;
    padding: 20px;
    border: 5px solid #fff;
    position: absolute;
    top: -10%;
    right: 0;
}

section.testimonial-sec .slick-slide {
    opacity: 1;
}

section.testimonial-sec .slick-dots li button:before {
    width: 30px;
    height: 8px;
    background-color: #09203f;
    border-radius: 40px;
    opacity: 1;
    content: '';
}

section.testimonial-sec  .slick-dots {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.testimonial-sec  .slick-active {
    opacity: 1;
}

section.testimonial-sec ul.slick-dots li.slick-active button::before {
    background: #429d31 !important;
}

/*testimonial Sec css Ends*/
.testimonial-heading {
    text-align: center;
}



/*footer start*/

section.footer-wrap {
    padding: 50px 0 0;
    /* background-color: black; */
    width: 100%;
    background-size: cover;
    background-image: url(../images/footer-bg-img.png);
    background-repeat: no-repeat;
    height: 100%;
}
.foot-fold h4 {
    font-size: 25px;
    position: relative;
    margin-bottom: 30px;
}
.foot-fold h4::before {
    background-color: #73bc1b;
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    left: 0px;
    bottom: -10px;
}

.foot-fold1 h4::before {
    background-color: #73bc1b;
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    left: 0px;
    bottom: -10px;
}
.foot-fold1 h4 {
    position: relative;
    font-size: 25px;
    margin-bottom: 50px;
}
section.footer-wrap *{
    color:#fff;
}
section.footer-wrap .foot-fold-1 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 54px;
    font-family: 'Bebas Neue';
    line-height: 40px;
}
.socail-1 i{
    font-size:16px;
    border:1px solid #fff;
    height:35px;
    width:35px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-right:14px;
    animation:blinkin 3s ease infinite
}
.foot-fold-1 {
    width: 90%;
}


section.footer-wrap p{
    font-family:Poppins;
    font-size: 14px;
    margin: 10px 0;
    line-height:1.5;
    font-weight:300
}
.foot-fold a{
    text-transform:uppercase;
    transition:.5s ease-in-out
}
.foot-fold2 h4{
    position: relative;
}
.foot-fold2 h4::before {
    background-color: #73bc1b;
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    left: 0px;
    bottom: -10px;
}
.foot-fold2 a{
    display:block;
    line-height:45px;
    font-size: 12px;
    font-family:Poppins;
    font-weight:300;
    transition:.5s ease-in-out
}
.foot-fold li{
    line-height:40px;
    font-size:14px;
    font-family:Poppins;
    font-weight:300
}
.foot-fold1 input{
    width:100%;
    padding:8px 10px;
    border:none;
    border-radius:5px;
    color:#000
}
.foot-fold1 button{
    border:none;
    background:#ff2437;
    padding:8px 35px;
    border-radius:5px;
    margin-top:10px
}
.foot-fold2 i{
    margin:0 10px 0 0;
    font-size: 12px;
}
.foot-fold2{
    width:90%
}
.copy-right p{
    margin:0;
    text-align:center
}
.copy-right{
    border-top:1px solid #5c5c5c;
    margin-top:20px;
    padding:18px 0;
    background: #73bc1b;
}
.socail-1{
    margin:25px 0
}
.foot-fold1 form {
    position: relative;
    margin-bottom: 6%;
}
.foot-fold1 form i {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #ffb700;
    height: 100%;
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-fold-1 img{
    margin-bottom: 10px;
    width: 80%;
}
.soccail-icon {
    margin-top: 9%;
    justify-content: start;
    display: flex;
}


.soccail-icon i {
    border-radius: 4px;
    justify-content: center;
}
.foot-fold2 h4 {
    font-size: 25px;
    margin-bottom: 30px;
}

.test-slider .slick-slider .slick-track, .slick-slider .slick-list{
    padding: 10px 0 60px 0 ;
}
.btn-anmtion {
    animation: 2.5s shiver ease-in-out infinite;
}
.foot-fold2 a:hover{
 color: #73bc1b;
}
.foot-fold a:hover{
 color: #73bc1b;
}
.soccail-icon a:hover i{
    color: #ffffff;
}
.soccail-icon a:hover{
    background-color: #73bc1b;
}
.soccail-icon a {
    border-radius: 5px;
    color: #ffffff;
    background-color: transparent;
    margin: 0 6px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
}

.soccail-icon a i {
    color: #ffffff;
    font-size: 24px;
}

@keyframes shiver{
  0%{
    position: relative;
    left: 0px;
  }
  50%{
    position: relative;
    left:50px;
  }
  100%{
    position: relative;
    left:   0px;
  }
  
}




.banner-img.inner-banner-img img {
    height: 50vh;
}

.banner_img.inner-banner-img img {
    height: 420px;
}

.banner_img.inner-banner-img {
    top: -90px;
    width: 46%;
    right: 8%;
}

/*Quote Sec css Starts*/

section.quote-sec {
    background-image: url('../images/quote-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.quote-main {
    text-align: center;
}

.quote-txt h2 {
    color: #fff;
    margin: 0;
}

.quote-btn {
    margin: 20px 0 0 0;
}


/*Quote Sec css Ends*/


  /*Team Sec css Starts*/

  section.team-sec {
    padding: 80px 0;
    background-image: url(../images/about-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.team-card {
    /* border: 1px solid #00000029; */
    border-radius: 10px;
    /* box-shadow: 0 0 20px 2px #00000026; */
    overflow: hidden;
    width: 100%;
}

.team-card-txt {
    text-align: center;
    padding: 16px 0;
    background: #0a2242;
    width: 80%;
    margin: 0 auto;
    border-radius: 11px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.team-card-txt h5 {
    font-size: 34px;
    line-height: 40px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.team-card-txt h6 {
    font-size: 17px;
    line-height: 27px;
    margin: 0px 0 0 0;
    color: #73bc1b;
    text-transform: uppercase;
}

.team-card-img img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}
.team-heading.heading {
    text-align: center;
    margin-bottom: 25px;
}
/*Team Sec css End*/
section.services-sec.inner-ser-page {
    background-image: url(../images/about-bg-img.png);
}

.services-top-heading.inner-ser-top-heading h2 {
    color: #000;
}
section.ser-detail-sec {
    padding: 80px 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-image: url(../images/about-bg-img.png);
}

.ser-detail-sec-box img {
    margin-bottom: 40px;
}





/* Contact Page Start */

section.contact-us {
    padding: 100px 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-image: url(../images/about-bg-img.png);
}

.contact-us h3 {
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
}

.detai-s i {
    font-size: 40px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.detai-s h6 {
    font-size: 17px;
    color: #000;
    font-weight: 600 !important;
    margin: 0;
    line-height: 33px;
}

.detai-s a {
    font-size: 16px;
    line-height: 33px;
    color: #000;
    margin: 0;
    font-family: 'Poppins';
}

ul.cont-icon i {
    margin-right: 30px;
}

ul.cont-icon {
    display: flex;
    align-items: center;
    margin: 50px 0;
}





.Leave-wrap {
    padding: 35px;
    box-shadow: 0px 0px 10px 1px #7c7c7cad;
    border-radius: 10px;
    background: #fff;
}

.Leave-wrap input::placeholder {
    color: #9d9a9a;
    font-size: 14px;
}

.Leave-wrap input {
    width: 100%;
    height: 50px;
    border: 1px solid #c4c4c4;
    margin-top: 30px;
    padding: 10px;
    color: #000;
    font-size: 14px;
    border-radius: 6px;
}

.Leave-wrap textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #c4c4c4;
    margin-top: 30px;
    padding: 15px;
    color: #000 !important;
    font-size: 14px;
    border-radius: 10px;
    background: transparent;
    resize: none;
}

.leave-btn button.theme1 {
    width: 40%;
    margin: 30px 0 0 0;
}

iframe {
    width: 100%;
    height: 500px;
}

.Leave-wrap textarea::placeholder {
    color: #000;
}

.Leave-wrap input::placeholder {
    color: #000;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.map {
    margin: 0 0 -8px 0;
}

/* Contact Page End */



/*Book Now Page css Start*/

.online-restions-sec input {
    width: 100%;
    height: 65px;
    padding: 0 20px;
    margin-bottom: 5%;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: #f8f8f8;
}

.online-restions-sec select {
    width: 100%;
    height: 65px;
    padding: 0 21px;
    margin-bottom: 5%;
    border: 2px solid #e5e5e5;
    font-size: 16px;
    color: #333333;
    background: #f8f8f8;
    background-image: none;
    border-radius: 7px;
    appearance: auto;
}

.online-restions-sec textarea::placeholder,
.online-restions-sec input::placeholder {
    font-weight: 400;
    text-transform: uppercase;
    color: #333333;
}

.online-restions-sec textarea {
    width: 100%;
    height: 200px;
    padding: 15px 20px;
    margin-bottom: 4%;
    border: 2px solid #e5e5e5;
    resize: none;
    border-radius: 7px;
    background: #f8f8f8;
}

.online-restions-sec {
    text-align: center;
    padding: 80px 0;
}

.online-restions-sec .theme_btn {
    width: 46%;
    font-size: 19px;
}

.online-restions-sec button {
    width: 40%;
}

/*Book Now Page css End*/





section.ser-number-sec {
    background-image: url(../images/ser-number-bg-sd.png);
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.ser-number-box {
    text-align: center;
}

.ser-number-box h3 {
    font-size: 92px;
    font-weight: 500;
}

.ser-number-box p {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.ser-number-box.line-left-sd {
    position: relative;
}

.ser-number-box.line-left-sd:before {
    position: absolute;
    content: '';
    top: -28%;
    right: -20px;
    width: 1px;
    height: 226px;
    background: #fefefe;
}


.menuSec img {
    height: 100%;
}
.menuSec ul li a {
    text-transform: uppercase;
}
.single-ser .post-thumbnail {
    display: none;
}
.carousel-item {
    transition: none !important;
}


.last-sec{
	margin:60px 0
}