@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

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

:root {
    --theme1: #335cae;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

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: 400;
    line-height: 25px;
    font-family: "Montserrat", sans-serif;
    color: #1c1c1c;
    font-size: 14px;
}


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

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    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 {
    border-radius: 40px;
    color: #fff;
    z-index: 1;
    position: relative;
    font-size: 13px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    border: 1px solid #fff;
    text-transform: uppercase;
    height: 55px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 0px 15px;
    font-weight: 500;
    gap: 20px;
    background: var(--theme1);
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: transparent;
    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(42, 46, 145);
    background: transparent;
    color: rgb(42, 46, 145);
    background: #fff;
}

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

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

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

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

.theme_btn:hover span {
    background: var(--theme1);
}

.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: "Cinzel", serif;
    font-size: 62px;
    line-height: 1.2;
    color: #1c1c1c;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
    border-bottom: 1px solid #dddddd;
    width: fit-content;
}

h2 {
    font-family: "Cinzel", serif;
    font-size: 50px;
    line-height: 1.2;
    color: #1c1c1c;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h3 {
    font-family: "Cinzel", serif;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 20px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    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;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 14px 8px;
    border-radius: 40px;
}

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

.menuSec li:hover ul {
    opacity: 1;
}

.menuSec ul li a {
    position: relative;
    text-decoration: none;
    color: #161616;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.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: var(--theme1);
}

.menuSec li>ul {
    position: absolute;
    z-index: 0;
    background-color: #000000;
    left: 0px;
    width: 200px;
    text-align: left;
    top: -80px;
    opacity: 0;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.menuSec li:hover ul {
    transition: 0.5s ease-in-out;
    top: 40px;
    z-index: 99;
}

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

.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;
    width: 100%;
}

.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: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* 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  */


/* Home */
header {
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 99;
}

header .container-fluid {
    padding: 0 6%;
}

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

section.banner .container-fluid {
    padding: 0 0% 0 6%;
}

section.banner img.img-fluid {
    width: 100%;
}

.banner_text p {
    width: 95%;
}

section.about-us {
    padding: 80px 0;
}

.abt-img img {
    width: 97%;
    border-radius: 20px;
}

.abt-blue {
    background: #335cae;
    padding: 30px;
    border-radius: 6px;
    margin-left: -20%;
    margin-top: 50px;
}

.blue-wrap img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 169px;
    object-fit: cover;
}

.blue-wrap h3 {
    text-transform: uppercase;
    margin: 10px 0;
    color: #fff;
}

.blue-wrap p {
    color: #fff;
}

.latest-travel {
    padding: 0;
}

.lat-img {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.lat-img::before {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 1;
    position: absolute;
    background: linear-gradient(2deg, #335caee0, #335caeb5, transparent, transparent);
}

.lat-img .play-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.up-wrap {
    position: relative;
}

.lat-bt-txt * {
    color: #fff;
}

.lat-bt-txt h4 {
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Cinzel';
    margin-bottom: 5px;
}

.lat-bt-txt h5 {
    font-size: 16px;
    font-family: 'Cinzel';
    margin-bottom: 7px;
}
.lat-sm-img {
    width: 50%;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}

.lat-sm-img a,
.lat-sm-img a img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.lat-bt-txt {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.lat-bt-txt h3 {
    margin-bottom: 10px;
}

.top-heading {
    text-align: center;
    width: 61%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.lat-sm-txt-2 h4 {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Cinzel';
    margin-bottom: 4px;
}

.lat-sm-txt-2 p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
    line-height: 20px;
}

ul.right-event li {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    margin-bottom: 10px;
}

.lat-sm-txt-2 {
    padding: 10px 20px;
}

.lat-sm-txt-2 i {
    color: var(--theme1);
    font-size: 20px;
    margin-top: 10px;
}
section.community .row {
    align-items: center;
}

.comm-img img {
    width: 100%;
    height: 740px;
    object-fit: cover;
}

.com-text {
    padding: 0 50px;
    background-image: url(../images/comm2.jpg);
    height: 740px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.com-text h2, .com-text p {
    color: #fff;
}

.com-text h3 {
    font-size: 25px;
    color: #fff;
}

.com-text a{
    margin-top:30px;
}
section.faqs {
    padding: 80px 0;
}

section.faqs .row {
    align-items: center;
}
section.faqs .accordion-button {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    padding: 23px 0;
}

section.faqs .accordion-button:not(.collapsed) {
    background: unset;
    box-shadow: unset;
    color: #335cae;
    font-weight: 500;
    font-size: 19px;
}

section.faqs .accordion {margin-bottom: 30px;}

section.faqs .accordion-item {
    border: 0;
    border-bottom: 1px solid #Ccc;
}

section.faqs .accordion-body {
    padding: 0;
    padding-bottom: 24px;
}

.faq-img img {
    width: 94%;
    border-radius: 10px;
}
section.faqs  .accordion-button::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 0;
    background-image: unset;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
}

section.faqs  .accordion-button:not(.collapsed)::after {
    background-image: unset;
    color: var(--theme1);
}

.testimonial-solider-single {
    position: relative;
    background-color: #fff;
    padding: 32px 34px;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 25px;
    border: 0;
}

.slick-slide.slick-current.slick-active .testimonial-solider-single::before {
    top: 100%;
    left: 27px;
    height: 14px;
    width: 20px;
    content: '';
    position: absolute;
    background-color: var(--theme1);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.peopleSlider .slick-slide {
    opacity: 1;
    margin: 0px 20px;
}

.testimonial1-bottom-hadding {
    display: flex;
    align-items: center;
    margin: 10px 10px;
}

.testimonial1-bottom-img {
    margin-right: 15px;
    margin-bottom: 0;
}

.testiminial1-review-icons ul {
    margin: 0;
    padding: 0;
}

.testiminial1-review-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.testiminial1-review-icons ul li {
    display: inline-block;
    color: #fd6f2f;
}

.tes1-hadding h6  {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    margin: 0;
}

.tes1-hadding p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #6a6b65;
    line-height: 22px;
    text-transform: capitalize;
}
img.center_quote {
    position: absolute;
    width: 30%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.testimonial1-bottom-img img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
}

section.Testimonials .peopleSlider {
    padding-left: 6%;
}

section.Testimonials .peopleSlider {
    padding-left: 6%;
}
.peopleSlider .slick-slide.slick-current.slick-active .testimonial-solider-single {
    background: var(--theme1);
}

.peopleSlider .slick-slide.slick-current.slick-active .testimonial-solider-single * {
    color: #fff;
}

.peopleSlider .slick-slide.slick-current.slick-active .testimonial1-bottom-img img {
    border: 2px solid #335cae;
}
section.gallery {
    padding: 80px 0;
}

img.gall-img1 {
    height: 330px;
    margin-bottom: 20px;
}

.gall-img img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

img.gall-img2 {
    height: 255px;
}

img.gall-img3 {
    height: 605px;
}

img.gall-img4 {
    height: 292.5px;
    margin-bottom: 20px;
}

section.gallery .col-md-5 {
    width: 39%;
}

section.gallery .col-md-2 {
    width: 22%;
}
.top-head h2, .top-head p {
    margin: 0;
}

.top-head {
    margin-bottom: 40px;
}

.top-head .row {
    align-items: center;
}
section.news {
    padding: 80px 0;
}
.news-wrap ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0 20px;
}

.news-wrap ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-wrap ul li p {
    margin: 0;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
}

.news-wrap ul li i {
    color: var(--theme1);
    font-size: 18px;
}

.news-wrap a img {
    border-radius: 10px;
    width: 100%;
    transition: 0.5s;
}

.news-wrap h3 {
    font-size: 20px;
    color: #121212;
    margin-bottom: 10px;
}

.news-wrap:hover a img {
    filter: grayscale(1);
}
/*Footer Start*/

.quick-link ul li a:hover {
  padding-left: 4%;
  transition: 1s;
}

.footer-main {
  padding: 80px 0 30px;
  background: var(--theme1);
  position: relative;
  width: 100%;
  background-size: cover;
}

.footer-logo-box p {
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat';
  text-align: left;
  margin-top: 20px;
}

.footer-logo-box a img {
  margin-bottom: 35px;
}

.foot-social-1 ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
  margin-top: 40px;
}
.foot-social-1 ul li a {
    background: #161616;
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
}
.foot-social-1 ul li a:hover {
  background: #fff;
  color: var(--theme1);
}

.quick-link {
  padding-left: 40px;
  margin-left: 29px;
  position: relative;
  height: 110%;
}

.contact-info {
  padding-left: 30px;
  position: relative;
  height: 110%;
}
.news_formm form input::placeholder {
    color: #fff;
}
.new-letter p {
  color: #acacac;
}

.copy-right {
  padding: 18px 0;
  border-top: 1px solid #ffffff63;
  text-align: center;
  background: var(--theme1);
}

.copy-right p {
  font-size: 14px;
  text-transform: capitalize;
  color: white;
  font-family: 'Montserrat';
  margin: 0;
  /* text-align: end; */
}


ul.foot-list {
  margin-top: 40px;
}


.footer-main h2 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 20px;
}

.quick-link ul li a {
  font-size: 13px;
  color: #fff;
  font-family: 'Montserrat';
  text-transform: capitalize;
}

.quick-link ul {
  line-height: 38px;
    /* column-count: 2; */
    /* margin-top: 40px; */
    /* column-count: 2; */;
}

.contact-info ul li a i {
  font-size: 18px;
  color: #fff;
}

.contact-info ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}

.contact-info ul li a {
  font-size: 13px;
  color: #ffffffb5;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: 'Montserrat';
}

.contact-info ul li:last-child a {
  margin-bottom: 0;
}

a.footbtn.btn10 {
  width: 100%;
  background: #ff0000 !important;
  background: azure;
  color: #fff;
}

.prod-tage {
  width: 70%;
}

.footer-main .container-fluid {
    padding: 0 5%;
}

.newsletter .container-fluid {
    padding: 0 5%;
}
ul.quick-links.tw.mb-0 {
    column-count: 2;
}
/* end */

@media only screen and (min-width: 1661px) and (max-width: 1920px){}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
    header .container-fluid {
    padding: 0 4%;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 36px;
}

section.about-us .row {
    align-items: center;
}

.contact-info {
    padding: 0;
}
    
  .text-innerban h2 {
    font-size: 55px !important;
}  
    
    
    
    
    
    
    
    
    
    
    
    
    
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    header .container-fluid {
    padding: 0 2%;
}

.menuSec ul li a {
    font-size: 12px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 36px;
}

section.faqs .accordion {
    margin-bottom: 0;
}

.abt-blue {
    margin-top: 20px;
}

section.about-us .row {
    align-items: center;
}

.quick-link {
    padding-left: 0;
}

.contact-info {
    padding: 0;
}
    
 .text-innerban h2 {
    font-size: 50px !important;
}   
    
    
    
    
    
    
    
    
    
    
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    header .container-fluid {
    padding: 0 1%;
}

.menuSec ul li a {
    font-size: 10px;
}

.col-md-8.d-none.d-md-block {
    padding: 0;
}

img.custom-logo {
    width: 120px;
    height: auto;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 34px;
}

.com-text h2 {
    font-size: 27px;
}

.com-text a {
    margin-top: 20px;
}

.com-text {padding: 0 30px;}

.quick-link {
    padding: 0;
}

.contact-info {
    padding: 0;
}

.contact-info ul li a {
    font-size: 11px;
    margin-bottom: 15px;
}
.text-innerban h2 {
   font-size: 50px !important;
        padding-bottom: 20px;
}
.menuSec .theme_btn {
    gap: 10px;
    font-size: 12px;
    height: 50px;
}

header .theme_btn span {
    width: 30px;
    height: 30px;
}

header .theme_btn span i {
    width: 10px;
    height: 10px;
}
ul.inner-bullet li {
    font-size: 13px;
}
.gform_wrapper.gravity-theme .gform_fields {
    gap: 5px !important;
}

.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 100px !important;
}

}
@media only screen and (min-width: 768px) and (max-width: 991px){
    header .container-fluid {
    padding: 0 1%;
}

header .menuSec ul {
        padding: 6px 0;
}

.menuSec ul li a {
    font-size: 9px;
}

header .col-md-8.d-none.d-md-block {
    padding: 0;
    width: 72%;
}
header .col-md-2 {
    width: 14%;
    padding: 0;
}
a.theme_btn {
    padding-left: 10px;
    font-size: 8px;
    gap: 5px;
    height: 40px;
}

.theme_btn span {
    width: 20px;
    height: 20px;
}

.theme_btn i {width: 10px;height: 10px;}

img.custom-logo {
    width: 90px;
    height: auto;
    margin: 0 auto;
    display: block;
}
h1 {
    font-size: 33px;
}

section.banner .container-fluid {
    padding-left: 2%;
}

.top-heading {
    width: 88%;
}

.news-wrap a img {
    object-fit: cover;
}

.news-wrap ul li p {
    font-size: 11px;
}

.news-wrap ul {
    gap: 10px;
}

.news-wrap ul li {
    gap: 5px;
}

.news-wrap h3 {
    font-size: 15px;
}

p {
    font-size: 13px;
    line-height: 20px;
}

h2 {
    font-size: 32px;
}

section.faqs .accordion-button:not(.collapsed) {
    font-size: 15px;
}

.faq-text h2 {
    font-size: 22px;
    line-height: 1;
}

.faq-text p {
    font-size: 12px;
    line-height: 20px;
}

.abt-blue {
    padding: 10px;
}

.faq-img img {
    height: 500px;
    object-fit: cover;
}

h2 {
    font-size: 20px;
}

.com-text {
    padding: 0 20px;
}

img.gall-img3 {
    height: 480px;
}

img.gall-img1 {
    height: 240px;
}

img.gall-img2 {
    height: 220px;
}

img.gall-img4 {
    height: 230px;
}

.quick-link {
    padding-left: 0;
    margin: 0;
}

section#custom_html-3 {
    margin-bottom: 30px;
}

.contact-info {
    padding: 0;
}


.footer-logo-box a img {
    margin: 0 !important;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1758795363076.vc_row-has-fill p {
    font-size: 11px;
    line-height: 18px;
}

.wpb_single_image img {
    height: 400px;
    object-fit: cover;
}

    html .vc_custom_1758795363076 {
        margin: 0 !important;
    }
.text-innerban h2 {
           font-size: 40px !important;
        padding-bottom: 30px;
}

.wpb_single_image img {
    height: 410px !important;
}
    .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 1% !important;
        gap: 5px !important;
    }

.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 100px !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    line-height: 1;
    font-size: 13px;
}
section.faqs .accordion-button {
    font-size: 14px;
}
.vc_message_box.vc_message_box-standard.vc_message_box-rounded.vc_color-info h4 a {
    font-size: 12px !important;
}
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1758798843108 {
    margin: 0 !important;
}
}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){
    h1 {
    font-size: 28px;
    text-align: center;
        width: 100%;
}

.banner_text {
    text-align: center;
    padding-top: 20px;
}

.banner_text p {
    width: 100%;
}

p {
    font-size: 13px;
}

.banner_text .theme_btn {
    margin: 0 auto;
    margin-bottom: 20px;
}

.top-heading {
    width: 100%;
}

h2 {
    font-size: 26px;
}

.news-wrap {
    margin-bottom: 30px;
}

section.news {
    padding: 50px 0;
}

.lat-bt-txt h4 {
    font-size: 22px;
}
ul.right-event li {
    display: block;
}

.lat-sm-img {
            width: 100%;
        height: 300px;
 
}

.lat-sm-txt-2 {
    padding: 10px;
}

.faq-img img {
    width: 100%;
    margin-bottom: 10px;
}

section.faqs .accordion-button:not(.collapsed) {
    font-size: 13px;
}

.up-wrap {
    margin-bottom: 20px;
}
.com-text {
    height: auto;
    padding: 30px 20px;
}

.com-text a {
    font-size: 12px;
}

.comm-img img {
    height: 300px;
}

.abt-img img {
    width: 100%;
    margin-bottom: 10px;
}

section.banner .container-fluid {
    padding: 0 3%;
}


.abt-blue {
    margin: 0;
    padding: 30px 20px 10px;
    margin-bottom: 20px;
}



img.gall-img1 {height: 250px;}

section.gallery .col-md-5, section.gallery .col-md-2 {
    width: 100%;
}

img.gall-img3 {
    height: 255px;
}

img.gall-img4 {
    height: 255px;
}

.gall-img img {
    margin-bottom: 20px !important;
}

.quick-link {
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 20px 0;
}

.contact-info {
    padding: 0;
}

.copy-right p {
    font-size: 10px;
}

.foot-social-1 ul {
    margin: 20px 0;
}

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

section.Testimonials .peopleSlider {
    padding: 0;
}
.theme_btn {
  font-size: 10px;
        height: 46px;
        gap: 5px;
}

.theme_btn span {
    width: 30px;
    height: 30px;
}

.theme_btn i {
    width: 15px;
    height: 15px;
}

.text-innerban h2 {
       font-size: 28px !important;
        margin: 0;
        padding-bottom: 20px;
}

.innerbanner {
    padding: 100px 0;
}


.vc_row.wpb_row.vc_row-fluid.vc_custom_1758795363076.vc_row-has-fill {
    margin: 0 !important;
}
.wpb_column.vc_column_container.vc_col-sm-12 .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_row-o-content-middle.vc_row-flex:nth-child(odd) {
    flex-direction: column-reverse;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1758891949985.vc_row-o-content-middle.vc_row-flex {
    flex-direction: column-reverse;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    object-fit: cover;
}














}

html{
    overflow-x :hidden;
}
section.about-us .row {
    align-items: center;
}

.vc_message_box.vc_message_box-standard.vc_message_box-rounded.vc_color-info h4 a, .vc_message_box.vc_message_box-standard.vc_message_box-rounded.vc_color-info h4 {

    margin: 0;
    color: #000;
    font-size: 16px;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
article#post-3 {
    margin: 40px 0;
}
main#primary {
    padding: 40px 0;
}



.banner_img video {
  width: 100%;
  height: 110vh;
  object-fit: cover;
}