@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=Montserrat:ital,wght@0,100..900;1,100..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-family: "Montserrat", sans-serif;
  font-weight: 400;
}


/***** Font Files *****/

@font-face {
  font-family: 'helvetica';
  src: url(../fonts/helvetica-black.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;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.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: 'helvetica';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'helvetica';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'helvetica';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'helvetica';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'helvetica';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 23px;
  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 .row {
  align-items: center;
}

.menuSec a.btn-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 0 0 auto;
}

a.btn-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.abt-txt a.btn-1 {
    display: flex;
    align-items: center;
    justify-content: normal;
    width: auto;
}

a.btn-1 span {
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  color: #fff;
  padding: 11px 20px;
  background-color: #428ec8;
}

a.btn-1 img {
  box-shadow: 0 0 1px #00000085;
  width: 55px;
  margin: unset;
}

.menuSec {
  padding: 15px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.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: #4c4c4c;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 600;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}

.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: #4f8fca;
}

.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:hover a {}

.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;
  display: none;
}

.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 */

section.banner {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  object-fit: cover;
}

.banner-txt ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.banner-img::before {
  top: 0px;
  left: -34px;
  z-index: 0;
  right: 0px;
  bottom: 0px;
  content: "";
  width: 112%;
  opacity: 0.8;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, rgb(73 158 219 / 41%) 0%, rgb(73 158 219 / 30%) 37%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.14) 75%, rgba(73, 158, 219, 0) 100%);
}

.banner-txt ul li h6 {
  font-size: 12px;
  color: #fff;
  font-family: 'Montserrat';
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: #414f6a;
  border: 1px solid #ffffff6b;
  margin: unset;
}

.banner-img {
  height: 750px;
  display: flex;
  position: relative;
  object-fit: contain;
  align-items: flex-end;
  justify-content: center;
}
.banner-txt {
    padding-top: 90px;
}
.banner-img img {
  width: 100%;
  height: 100%;
  max-width: 570px;
  position: relative;
  object-fit: contain;
  object-position: bottom center;
}

section.banner .row {
  align-items: center;
}

.banner-txt h1 {
  font-size: 85px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  /* letter-spacing: 5px; */
  margin: unset;
}

.banner-txt h3 {
  font-size: 58px;
  line-height: 1;
  color: #fff;
  font-weight: 800;
  /* letter-spacing: 5px; */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.banner-txt p {
  font-size: 14px;
  color: #fff;
  width: 80%;
}

/*banner css end*/
/*inspiration start*/
.inspiraing-txt h3 {
  font-size: 68px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 4px;
}

.inspiraing-txt h3 span {
  display: block;
}

section.inspiraing {
  background-image: url(../images/insp-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0px;
}

.inspiraing-txt p {
  font-size: 14px;
  color: #fff;
  width: 76%;
}

/*inspiration end*/
/*chsose start*/
section.chose {
  padding: 130px 0px;
}

.chose-txt h3 {
  font-size: 68px;
  line-height: 1;
  margin-bottom: 10px;
}

.chose-img::before {
  position: absolute;
  right: -13px;
  width: 55%;
  background-color: #428ec8;
  content: '';
  height: 112%;
  top: -30px;
  z-index: -1;
}
section.chose ul li {
    color: #428ec8;
}
.chose-txt p {
  font-size: 14px;
}

.chose-img {
  text-align: center;
  width: 100%;
  position: relative;
}

section.chose ul li p {
  font-size: 13px;
  color: #000;
  line-height: 21px;
}

section.chose ul li h5 {
  font-size: 25px;
  line-height: 1;
  color: #428ec8;
  text-transform: uppercase;
  margin-bottom: 7px;
}

section.chose ul li {
  padding: 20px 0px;
  list-style: disc;
}

/*chose end*/
/*about start*/
section.about {
  padding: 120px 0px;
}

section.about .row {
  align-items: center;
}

.abt-txt {
  text-align: left;
  margin: 30px 0px;
  padding: 60px 35px;
  position: relative;
}

.abt-txt::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 110%;
  z-index: -1;
  content: '';
  height: 100%;
  position: absolute;
  border-top: 10px solid #428ec8;
  border-right: 10px solid #428ec8;
  border-bottom: 10px solid #428ec8;
}

.abt-txt::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  content: '';
  height: 80%;
  margin: auto;
  position: absolute;
  background-color: #fff;
}

.abt-txt a {
  margin: 0 0 0 auto;
}

.abt-txt h3 {
  font-size: 68px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.abt-txt p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}

/*about end*/
/*testimonials sect*/

.client-img img {
  width: 86px;
  height: 80px;
  /* border-radius: 12px; */
  object-fit: cover;
  box-shadow: 0 0 13px 1px #808080bf;
}

.client-img {
  display: flex;
  align-items: center;
  position: absolute;
  top: -70px;
  left: -30px;
  /* background: black; */
  /* width: 120%; */
  z-index: 1;
}

.test-head h1 {
  text-align: center;
  font-size: 68px;
  color: #000;
  margin: unset;
}

.test-head p {
  font-size: 14px;
  margin-top: 7px;
  color: gray;
  width: 59%;
  margin: 0 auto;
  text-align: center;
  padding-top: 15px;
}

.client-detail {
  position: relative;
}

ul.test-bk::before {
  position: absolute;
  content: "";
  background: #428ec8;
  height: 62px;
  width: 450px;
  z-index: -1;
  /* border-radius: 0 7px 7px 0; */
  left: -7px;
  top: -15px;
  box-shadow: 1px 1px 0px 0 #00000045;
}
.cont-txt form select option {
    color: #000;
}
ul.test-bk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0;
  gap: 186px;
  padding: 0 24px 0 24px;
}

ul.test-bk li h6 {
  margin: unset;
  font-size: 21px;
  color: #fff;
}

.testi_slider .slick-slide {

  /* transform: scale(0.7); */

  transition: all 0.4s ease-in-out;
}

.testi_slider .slick-current {
  /* transform: scale(1.2); */
  /* background-color: #000000;*/
  /* margin-top: -10px !important; */
}

.testi_slider .slick-slide {
  opacity: 1;
}

.testimonial-box::before {
  position: absolute;
  content: "";
  background: url(../images/./sliderbg.png);
  top: 52px;
  height: 60px;
  opacity: 0.2;
  width: 66px;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-box {
  border: solid 0.5px #00000029;
  margin-top: 10%;
  margin-bottom: 8%;
  padding: 45px 20px;
  border-radius: 0px;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: -0.07px 1.999px 18.96px 5.04px rgba(0, 0, 0, 0.11);
}

ul.test-bk li {
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat';
  text-transform: uppercase;
  line-height: 16px;
  /* display: flex; */
  align-items: center;
  gap: 4px;
}

ul.test-bk li i {
  color: #ff7e00;
}

span.test-font {
  font-size: 11px;
  display: block !important;
}

.test-cont {
  margin-top: 9%;
}

.test-cont p {
  font-family: 'Montserrat';
  line-height: 24px;
  /* font-weight: 500; */
  font-size: 14px;
  color: gray;
}


.testi_slider .slick-next:before {
  position: absolute;
  content: '';
  background-image: url(../images/banner-right1.png);
  background-repeat: no-repeat;
  width: 89px;
  height: 47px;
  left: 0;
  bottom: 0;
}

.testi_slider .slick-prev:before {
  position: absolute;
  content: '';
  background-image: url(../images/banner-left1.png);
  background-repeat: no-repeat;
  width: 83px;
  height: 47px;
  left: 0;
  bottom: 0;
}

.testi_slider .slick-next {
  right: 20px;
}

section.testimonials {
  padding: 100px 0px;
}

ul.test-bk li.sec {
  display: flex;
  align-items: center;
}

/*testimonials end*/
/*contact start*/
section.contact {
  margin: 100px 0px 40px;
  padding: 100px 0px;
  background-image: url(../images/cont-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.cont-main-bx {
  background-color: #428ec8;
}

.cont-main-bx .row {
  align-items: center;
}

.cont-txt h4 {
  font-size: 68px;
  line-height: 1;
  color: #fff;
}

.cont-txt p {
  font-size: 14px;
  color: #ffffff;
  width: 90%;
}

.cont-txt {
  padding: 0 60px 0px 30px;
}

.cont-txt form input {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  outline: none;
  background-color: unset;
  color: #fff;
  border: unset;
  border-bottom: 1px solid #fff;
}

.cont-txt form input::placeholder {
  color: #fff;
}

.cont-txt form select::placeholder {
  color: #fff;
}

.cont-txt form textarea {
  width: 100%;
  padding-top: 9%;
  /* border-bottom:1px solid #fff; */
  margin-bottom: 20px;
  color: #fff;
  outline: none;
  background-color: unset;
  color: #fff;
  border: unset;
  border-bottom: 1px solid #fff;
  height: 100px;
  resize: none;
}

.cont-txt form select {
  -webkit-appearance: auto;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  outline: none;
  background-color: unset;
  color: #fff;
  border: unset;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}

.textarea-mes {
  position: relative;
}

.textarea-mes i {
  position: absolute;
  bottom: 14px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -14px;
  font-size: 20px;
  color: #428ec8;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*up-coming start*/
section.up-comming {
    padding: 100px 0px 0px;
}
.event-top-txt {
    text-align: center;
}

.event-top-txt h3 {
    font-size: 68px;
    line-height: 1;
    margin-bottom: 10px;
}

.event-top-txt p {
    font-size: 14px;
    color: gray;
    width: 59%;
    margin: 0 auto;
}
.event-main-bx {
    margin-top: 25px;
    background-color: #4089c1;
    padding: 20px;
}
.event-bx-txt {
    padding-left: 5%;
}

.event-bx-txt ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.event-bx-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-bx-txt ul li i {
    color: #fff;
}

.event-bx-txt ul li p {
    font-size: 14px;
    color: #fff;
    margin: unset;
    width: unset;
}

.event-bx-txt h4 {
    font-size: 26px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.event-bx-txt h4 span {
    display: block;
}

.event-bx-txt p {
    font-size: 14px;
    color: #fff;
    width: 83%;
}

.event-bx-txt ul li.lin {
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.event-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.event-bx-txt a {
    border: 1px solid #fff;
}
/*footer start*/
/* footer start */

.footer-links.footer-links-contact li {
    margin: 20px 0;
    gap: 20px;
    display: flex;
    align-items: center;
}

.footer-links.footer-links-contact li a {
    color: #fff;
}


.footer-links.footer-links-contact li i {
    color: white;
}

footer {
    background-repeat: no-repeat;
    background-image: url(../images/ft-bg.jpg);
    background-size: cover;
    padding-top: 5%;
}

.bar {
    display: block;
    margin: 0 0 40px 0;
    color: #ffffff;
    padding: 0 0 10px 0;
    position: relative;
    text-transform: capitalize;
    font-size: 21px;
}

.ftr_box {
    position: relative;
    z-index: 2;
    padding: 20px 20px 40px 40px;
    height: 100%;
}

.ftr_box::before {
    position: absolute;
    height: 78%;
    width: 1px;
    content: '';
    background-color: #ffffff2b;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.ftr_box1::after {
    position: absolute;
    height: 100%;
    width: 1px;
    content: '';
    background-color: #ffffff2b;
    bottom: 0;
    right: -2px;
}

.ftr_logo p {
    width: 100%;
    margin: 0 0 30px 0px;
    color: #fff;
    font-size: 14px;
}

.ftr_logo h5 {
    color: #fff;
}

ul.footer_social {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.footer_social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #7a7a7a;
    transition: 0.3s ease-in-out;
}

ul.footer_social li a:hover i {
    transition: 0.3s ease-in-out;
    color: #fff;
}

ul.footer_social li a:hover {
    transition: 0.3s ease-in-out;
    background: #44CEE3;
    background: #428ec8;
}

ul.footer_social li a i {
    color: #fff;
    font-size: 15px;
    color: #7a7a7a;
    transition: 0.3s ease-in-out;
}

ul.services a {
    font-size: 14px;
    margin: 0 0 10px 0;
    transition: 0.3s ease-in-out;
   
}

ul.services {
    column-count: 1;
}

.ftr_box a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: fit-content;
    margin: 15px 0;
}

.footer-links.footer-links-contact ul li img {
    object-fit: scale-down;
    width: auto;
}

.copy_right p {
    margin: 0;
    text-align: center;
    color: #fff;
}

ul.our-happy-box-ul img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 4px #00000029;
}


.ftr_logo a {
    font-size: 22px;
    text-align: left;
    display: flex;
    align-items: self-start;
    justify-content: left;
    width: fit-content;
    color: #fff;
    line-height: 40px;
}

.ftr-right-bar {
    position: relative;
    z-index: 6;
}

.ftr-right-bar::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22%;
    background: #44CEE3;
    background: #428ec8;
    content: '';
    z-index: 2;
}

.footer-links.footer-links-contact a {
    margin: 0px 0;
}


ul.services a:hover {
    padding: 0 0 0 15px;
    transition: 0.3s ease-in-out;
    color: #44CEE3;
}

ul.quick a {
    transition: 0.3s ease-in-out;
}

ul.quick a:hover {
    padding: 0 0 0 15px;
    transition: 0.3s ease-in-out;
    color: #44CEE3;
}

.ftr_logo a img {
    margin-bottom: 20px;
}

.footer-box {
    padding-left: 50px;
    border: 1px solid #ffffff2b;
}

.ftr_logo {
    margin-top: 50px;
}

.copy_right {
    padding: 20px 0;
}

.footer-links.footer-links-contact li a:hover {
    color: #44CEE3;
}

/* footer end */

/*inner-banner start*/
section.banner.inn {
    background-image: url(../images/inn-banner.jpg);
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    padding:130px 0px;
}
section.banner.inn ul {
    justify-content: center;
}

section.banner.inn p {
    margin: 0 auto;
    width: 53% !important;
}

section.banner.inn h1 {
    margin-bottom: 10px;
}

/*inner-banner end*/
section.mission {
    background-image: url(../images/mission-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px; 
}
.miss-txt {
    background-color: #fff;
    padding: 40px;
    height: 310px;
    width: 100%;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}
section.map-sec {
    margin-bottom: -10px;
}

.miss-txt h4 {
    font-size: 46px;
    color: #070707;
}

.miss-txt p {
    font-size: 13px;
}

.miss-img {
    height: 310px;
    width: 100%;
}

.miss-img img {
    height: 100%;
    width: 100%;
}
/* InnerPage Contact Us start */
.contact-pag-form form {
  position: relative;
}
.contact-pag-form .form-group {
  position: relative;
}
.contact-pag-form .form-group::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  left: 40px;
  top: 5px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}
.contact-pag-form .form-group1::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  right: 40px;
  top: 5px;
  left: unset;
  transform: rotate(180deg);
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}
.contact-pag-form form input.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 55px;
  border: 1px solid #bdbdbd;
  line-height: 0;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 26px;
  display: flex;
  border-radius: 5px;
}
.contact-pag-form form select.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 25px;
  border: 1px solid #bdbdbd;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  display: flex;
  border-radius: 5px;
}
.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 8px;
  height: 47px;
  background-repeat: no-repeat;
  left: 40px;
  top: 5px;
}
.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 50px;
  height: 50px;
}
.contact-pag-form form input.form-control::placeholder {
  color: #909091;
}
.contact-main-sec .them-btn-1:hover {
  background-color: #00006d;
  transition: 0.3s all;
}
.contact-pag-form form textarea.form-control {
  font-size: 15px;
  padding-left: 55px;
  padding-top: 20px;
  border: 1px solid #c6c6c6;
  letter-spacing: 0;
  box-shadow: none;
  resize: unset;
  background-color: transparent;
  margin-top: 20px;
  color: #000000;
  border-radius: inherit;
  border-radius: 6px;
  height: 150px;
  scroll-behavior: unset;
  position: relative;
}
.contact-pag-form .detailss {
  position: relative;
}
.contact-pag-form .detailss i {
  position: absolute;
  top: 20px;
  color: #428ec8;
  left: 13px;
  font-size: 20px;
}
.contact-pag-form .email {
  padding: 0;
}
.contact-pag-form h4 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
.contact-pag-form form textarea.form-control::placeholder {
  color: #909091;
}
.contact-pag-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909091;
}
.contact-pag-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(18, 28, 42, 0.55);
}
.contact-pag-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(18, 28, 42, 0.55);
}
.contact-pag-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(18, 28, 42, 0.55);
}
.cicle-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: transparent;
  height: 70px;
  width: 70px;
  border-radius: 50px;
  color: #428ec8;
  background: #fff;
  /* border: 1px solid #bd5748; */
}
.cicle-icon img {
  margin: 0 auto;
}
.contact-info {
  background: #428ec8;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  /* border-radius: 10px; */
}
.contact-main-sec h4 {
  font-size: 50px;
  color: #000000;
  font-weight: 400 !important;
  line-height: 60px;
  /* font-family: 'AGENCYB'; */
  margin-bottom: 0px;
  text-transform: uppercase;
}
.contact-main-sec p span {
  display: block;
}
.contact-main-sec p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-family: "Oswald";
  text-transform: capitalize;
}
.contact-main-sec h2 {
  margin: 0;
  font-size: 23px;
  color: #fff;
  /* font-family: 'Brunson'; */
  text-transform: uppercase;
  font-weight: 400;
  line-height: 40px;
}
.contact_text p {
  font-size: 22px;
  line-height: 25px;
  color: #8b8b8b;
  padding-top: 0px;
  font-weight: 400;
  letter-spacing: 1px;
}
.contact_text p a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  display: block;
  font-family: 'Montserrat';
}
.mailt {
  padding-left: 30px;
}
.contact_text a:hover {
  color: #fff;
}
.contact_text p a.email-text:hover {
  color: #fff;
}
.contact-us {
  padding: 6% 0;
}
.contact-head {
  text-align: center;
}
.contact-head h2 {
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}
.lg-btn {
  width: 100%;
}
.cp {
  font-size: 17px;
  line-height: 27px;
}
.contact_heading {
  margin-bottom: 30px;
}
.contact_heading h2 {
  font-size: 45px;
  color: #000000;
  font-weight: bolder;
}
.contact-side-bar {
  padding-top: 0;
  margin-left: 20px;
}
.contact-main-sec {
  padding: 100px 0;
}
.contact-pag-form .form-group i {
  position: absolute;
  top: 20px;
  color: #428ec8;
  left: 13px;
  font-size: 20px;
}
.contact-pag-form .form-group1 i {
  right: 13px;
  left: unset;
  color: #7f7f7f;
  pointer-events: none;
}
.contact-pag-form {
  margin-top: 0;
}
.contact-pag-form button {
  margin-top: 30px;
}

  /* width: 50px; */
  /* height: 58px; */
  /* border-radius: 0 5px 5px 0; */
}
.contact-pag-form .detailss::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  left: 40px;
  top: 5px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}
.cicle-icon {
  margin: 0 17px 0 0;
}
.contact-side-bar h4 {
  padding: 0 0 30px 0;
  text-transform: uppercase;
}

button.btn-1 span{
   font-size: 11px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #fff;
    padding: 11px 20px;
    background-color: #428ec8;
  }
   button.btn-1 img {
    box-shadow: 0 0 1px #00000085;
    width: 55px;
}
button.btn-1{
     display: flex;
     align-items: center;
     justify-content: center;
     width: fit-content;
     background-color: unset;
     border: unset;
}
/* InnerPage Contact Us end */
/*event-detail start*/
section.event-detail {
    padding: 100px 0px;
}
.event-det-txt p {
    font-size: 12px;
    line-height: 21px;
}

.event-det-txt ul {
    display: flex;
    gap: 30px;
}

.event-det-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-det-txt ul li p {
    font-size: 10px;
    margin: unset;
    color: #222222;
}

.event-det-txt ul li i {
    color: #428ec8;
}

.event-det-txt h4 {
    font-size: 39px;
    line-height: 1;
    text-transform: capitalize;
    color: #222222;
}
/*program-detail start*/
section.program-detail {
    padding: 100px 0px;
}
.program-detail-txt h3 {
    font-size: 51px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000000;
}

.program-detail-txt p {
    font-size: 14px;
    color: #808080;
}
.program-detail-txt ul {
    display: flex;
    align-items: center;
    gap: 60px;
}

.program-detail-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.program-detail-txt ul li p {
    margin: unset;
}
.program-detail-txt {
    margin-top: 20px;
}
section.up-comming.inn {
    padding-bottom: 100px;
}
/* enquie sec */



.form-control:disabled,

.form-control:read-only {

    background-color: #ffffff;

}



.input-group-text {

    background-color: #ffffff;

    border-left: 0;

}



.order-form .input-group {

    position: relative;

}



.order-form .input-group>.form-control,

.order-form .input-group>.form-select {

position: relative;

flex: 1 1 auto;

width: 1%;

min-width: 0;

border-color: #bdbdbd;

color: #909091;

background-color: transparent;

font-family: 'Montserrat';

border-radius: 0px;

font-weight: 500;

padding: 17px;

margin-bottom: 0;

resize: none;
}



.order-form .input-group>.form-control::placeholder,

.order-form .input-group>.form-select::placeholder {
    font-family: 'Montserrat';

}



.section-heading {

    text-align: center;

    margin-bottom: 25px;

}


.section-heading h2 {
    color: #000000;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
}
.section-heading p {

    width: 70%;

    margin: auto;

    color: #969696;

}



.input-group i {

    color: #7f7f7f;

    font-size: 17px;

    position: absolute;

    right: 15px;

    top: 20px;

}



section.work-together.bg-effect {

padding: 100px 0px;
}







.input-group i {

color: #458eda;

font-size: 17px;
}



.submit-btn {

display: flex;

align-items: center;

justify-content: center;

display: flex;

align-items: center;

gap: 13px;

padding: 5px 5px;

/* border: 1px solid #a9d0c5; */

border-radius: 100px;

width: fit-content;

/* box-shadow: 0 0 2px #00000033; */

background-color: #fff;

color: #000;

font-size: 14px;

font-family: 'Montserrat';

padding-left: 15px;

font-weight: 500;

margin: 0 auto;
}



.submit-btn button.theme-btn-1 {

    border: none;

}

.submit-btn button {

    border: unset;

    background-color: unset;

}

section.featured.inn .featured-txt {

    text-align: center;

    margin-bottom: 30px;

}

section.featured.inn .featured-txt p{

  margin: 0 auto;

  width: 60%;

}




/* enquie sec */

section.program-pg.inn .abt-img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

section.program-pg.inn .abt-txt {
    text-align: start;
    padding: 70px 20px;
}
section.program-pg.inn a.btn-1 {
    margin: unset;
}
section.program-pg.inn {
    padding: 40px 0px;
}
.abt-txt img {
    margin-bottom: 10px;
}
section.program-pg.inn.in {
    padding-top: 100px;
}

section.program-pg.inn.int {
    padding-bottom: 100px;
}

.abt-txt.tw:after {
    right: unset;
    left: -25px;
    width: 10px;
}

.abt-txt.tw:before {
    left: 0;
    right: auto;
}
section.programs-sec {
    padding: 100px 0px 110px;
    background-image: url(../images/program-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.pro-bot-txt img {
    width: 40px;
    margin-bottom: 20px;
}
.programs-sec-txt {
    text-align: center;
    margin-bottom: 30px;
}
.pro-bot-txt h4 {
    font-size: 42px;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
}
.programs-sec-txt h3 {
    font-size: 68px;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
}
.slider-nav-custom button {
    background-color: unset !important;
    border: unset;
}

.slider-nav-custom button img {
    filter: brightness(29.5);
}

span.current {
    font-size: 38px;
    color: #fff;
    font-family: 'helvetica';
}

span.total {
    font-size: 18px;
    color: #fff;
    font-family: 'helvetica';
}

.programs-sec-txt p {
    font-size: 14px;
    color: #fff;
    width: 56%;
    margin: 0 auto;
}
.main-bx-program {
    display: flex;
    align-items: center;
    height: 400px;
    background-color: #fff;
}

.slid-pro-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.pro-bot-txt {
    width: 100%;
    padding: 30px;
}
section.programs-sec .slick-active {
    opacity: 1;
}
section.programs-sec .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

section.programs-sec .slick-track {
    overflow-x: auto;
}
.slid-pro-img {
    width: 100%;
}

.pro-bot-txt p {
    font-size: 14px;
    line-height: 22px;
}
.slider-nav-custom {
    margin-top: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}


.slide-counter-line {
  display: flex;
  align-items: center;
  gap: 35px;
}

.slide-counter-line .current {
  font-size: 26px;
  font-weight: 600;
}

.slide-counter-line .total {
  font-size: 14px;
  opacity: 0.6;
}

.slide-counter-line .line {
  width: 210px;
  height: 1px;
  background:#fff;
}
a.btn-1 span:hover {
    transition: 1s;
    background-color: #000;
}
.cont-txt form textarea::placeholder {
    color: #fff;
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(46%) sepia(65%) saturate(550%)
          hue-rotate(170deg) brightness(95%) contrast(90%);
  cursor: pointer;
}

section.up-comming.inn .slider-nav-custom button img {
    filter: none;
}

section.up-comming.inn span.current {
    color: #4f8fca;
    font-size: 40px;
}

section.up-comming.inn .slide-counter-line .line {
    background-color: #4f8fca;
}

section.up-comming.inn .slide-counter-line .total {
    font-size: 25px;
    color: #5990cc;
}
.page-nation .slide-counter-line .total {
    font-size: 25px;
    color: #5990cc;
}
.page-nation .slider-nav-custom button img {
    filter: none;
}

.page-nation span.current {
    color: #4f8fca;
    font-size: 40px;
}

.page-nation .slide-counter-line .line {
    background-color: #4f8fca;
}
.page-nation .slider-nav-custom {
    margin: unset;
}

.page-nation {
    padding-bottom: 100px;
}