@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Montserrat&family=Roboto+Condensed&display=swap');

* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  box-shadow: inset 0 0 5px grey;
}
::-webkit-scrollbar-thumb {
  background: #ED217C;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #0072BC;
}

html, body {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 35px;
  font-weight: 400;
  overflow-x: hidden;
}

button {
  border: 0;
  outline: 0;
}

button:hover {
  cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
  border: 0;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

/* a, p{
    font-size: 14px;
} */

h1{
  font-family: 'Arvo', serif;
  font-size: 130px;
  font-weight: 700;
}

h2{
  font-family: 'Arvo', serif;
  font-size: 48px;
  font-weight: 700;
}

h3{
  font-family: 'Arvo', serif;
  font-size: 30px;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p, ul{
  margin: 0;
}

.no-pad {
  padding: 0;
}


.header-main .container-fluid {
  padding: 0 70px;
  background-color: #ffffffa8;
  z-index: 999;
}

.header-main .header-logo {
  height: 100%;
  align-content: center;
  padding-left: 30px;
}

.header-main .header-menu-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 100px;
  padding: 0 0 20px;
}

.bottom-header-box .header-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.top-header-box .t-btn, .footer-btn-box .t-btn {
  padding: 20px 25px;
  background: #0072bc;
  font-weight: 700;
  font-size: 23px;
  color: #fff;
  border-radius: 0 0 15px 15px;
  transition: .3s;
  border: none;
}

.top-header-box .t-btn:last-child, .footer-btn-box .t-btn:first-child {
background-color:#ffc607;
  transition:.3s;
}

.footer-btn-box .t-btn:hover, .footer-btn-box .t-btn:first-child:hover {
  transition: .3s;
  background-color: #D90085
}

.top-header-box .t-btn:hover, .top-header-box .t-btn:last-child:hover {
  transition: .3s;
  background: #012D52;
}

.header-nav a {
  color: #505050;
  font-size: 25px;
  font-weight: 700;
  padding: 20px;
  text-transform: uppercase;
  transition: .3s;
}

.header-nav a:hover {
  color: #0072bc;
  transition: .3s;
}

ul.sub-menu {
  display: none;
}

.menu-item-has-children ul.sub-menu {
  position: absolute;
  /*top: 135%;*/
  top: 95%;
  left:50%;
  flex-direction: column;
  z-index: 1;
  width: max-content;
  padding: 20px 40px;
  margin-top:10px;
  background-color:#fff;
  border-radius:15px;
  box-shadow: 0 5px 5px #80808087;
  transform: translateX(-50%);
  border: 1px solid #ff5ca5;
}

.menu-item-has-children::before {
  content: "";
  position: absolute;
  /*top: 100%;*/
  top: 90%;
  /*height: 40px;*/
  /*width: 40px;*/
  height: 30px;
  width: 30px;
  background: #D90085;
  z-index: 2;
  border-radius: 50px;
  left: 32%;
  display: none;
}

.menu-item-has-children:hover ul.sub-menu, .menu-item-has-children:hover::before {
  display: flex;
}

.menu-item-has-children {position: relative;}
.menu-item-has-children ul.sub-menu a {
  padding: 0;
  font-size: 18px;
  text-align: left;
  font-weight: 900;
}

.menu-item-has-children ul.sub-menu li {
  line-height: 1.2;
  align-content: center;
  text-align: center;
}

.menu-item-has-children ul.sub-menu a:hover {color: #D90085;transition: .3s;}

.menu-item-has-children ul.sub-menu a {
  padding: 0;
  font-size: 18px;
  text-align: left;
  font-weight: 900;
}

.menu-item-has-children ul.sub-menu li {
  line-height: 1.2;
  align-content: flex-start;
  text-align: left;
}

.menu-item-has-children ul.sub-menu a:hover {color: #D90085;transition: .3s;}

footer .container-fluid {
  background: #002d52;
  padding: 60px 140px 70px;
  color: #fff;
}

footer .container-fluid:last-child {
  text-align: center !important;
  background: #095281;
  padding: 35px 70px;
  font-size: 22px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.content-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

footer .content-box p {font-size: 20px;font-weight: 400;width: 375px;line-height: 1.8;}

footer .container-fluid:last-child p {
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer-menu-box ul li {
  text-align: center;
  color: #FFF ;
}

.footer-menu-box ul li a {
  color: #FFF;
  font-size: 30px;
  text-transform: capitalize;
  transition: .3s;
}

.footer-menu-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.footer-menu-box ul li a:hover {
  transition: .3s;
  color: #ffc607;
}

.footer-btn-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  justify-content: center;
  height: 100%;
}

.footer-btn-box .t-btn {
  width: 410px !important;
  text-align: center;
  border-radius: 15px;
  padding: 20px !important;
  border: none;
}

.home-sec-01 .container-fluid {
  padding: 225px 140px 245px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  position: relative;
}

.home-sec-01 .content-box {
  gap: 60px;
  align-items: center;
}

.home-sec-01 .content-box h2 {
  width: 100%;
  text-transform: uppercase;
}

.home-sec-01 .content-box p {
  width: 62%;
}

.home-sec-01 img {
  position: absolute;
  bottom: -340px;
  right: 10%;
}

.home-sec-05 .container-fluid {
  padding: 175px 140px 200px;
  text-align: center;
}

.home-sec-05 h2 {
  color: #ffc607;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.home-sec-05 .content-box {
  align-items: center;
}

.home-sec-05 .content-box p {
  color: #605f5e;
  font-size: 25px;
}

.grid-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  row-gap: 80px;
  column-gap: 20px;
  margin-top: 60px;
}

.t-btn {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  padding: 20px 35px;
  border: 4px solid #0072bc;
  color: #0072bc;
  border-radius: 50px;
  transition: .3s;
}

.t-btn:hover {
  transition: .3s;
  background: #0072bc;
  color: #fff;
}

.home-sec-02 .container-fluid {
  padding: 140px 140px 120px 0;
}

.home-sec-02 .content-box {
  height: 100%;
  justify-content: center;
}

.home-sec-02 .content-box h2 {
  text-transform: uppercase;
  color: #ffc607;
  letter-spacing: 2px;
}

.home-sec-02 .content-box p {
  color: #605f5e;
  font-size: 26px;
  margin-bottom: 60px;
}

.home-sec-02 .img-box img {margin-left: -80px;}

.home-sec-03 .container-fluid {
  background: #0072bc;
  color: #fff;
}

.home-sec-03 .content-box {
  padding: 124px 40px 0 140px;
}

.home-sec-03 .img-box {
  height: 100%;
  margin-right: -15px;
  text-align: end;
}

.home-sec-03 .img-box img {
  height: 935px;
  width: 896px;
  object-fit: cover;
  object-position: right;
}

.home-sec-03 .content-box h2 {
  text-transform: uppercase;
}

.home-sec-03 .content-box p {
  font-size: 26px;
  margin-bottom: 40px;
}

.home-sec-03 .content-box .t-btn {
  color: #fff;
  border-color: #fff;
}

.home-sec-03 .content-box .t-btn:hover {
  transition: .3S;
  background-color: #fff;
  color: #0072bc !important;
}

.hero-banner .hero-slider-box {
  height: 1100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-top: -215px; */
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hero-banner .col-lg-12 {
  padding: 0;
}

.hero-slider-box .circle-box {
  background: #0072bc;
  width: 720px;
  height: 720px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 130px;
  margin-top: 170px;
  margin-left: -60px;
}

.hero-slider-box .circle-box h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Montserrat';
  margin-left: 55px;
  position: relative;
}

.hero-slider-box .circle-box p {
  color: #fff;
  font-size: 35px;
  line-height: 1.2;
}

.hero-slider-box .circle-box h1 {
  color: #fff;
}

.hero-slider-box .circle-box h4::before {
  height: 30px;
  width: 30px;
  content: "";
  background: #d90085;
  top: -2px;
  position: absolute;
  left: -50px;
  border-radius: 100%;
}

.home-sec-06 .container-fluid {
  padding: 170px 140px 110px;
  background: #095281;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-sec-06 .container-fluid img {
  margin-top: -300px;
  padding-right: 50px;
}

.home-sec-06 .container-fluid .img-box {
  text-align: end;
}

.home-sec-06 .container-fluid .content-box {
  gap: 40px;
}

.home-sec-06 .container-fluid .content-box h2 {
  margin-top: -40px !important;
}

.home-sec-06 .container-fluid .content-box a.t-btn {
  color: #fff;
  border-color: #fff;
}

.header-main {
  position: relative;
  z-index: 999;
}

.hero-banner {
  margin-top: -235px;
}

.hero-banner .hero-slider-box .slider-btn-box {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-right: 160px;
  margin-bottom: -70px;
  position: relative;
  z-index: 99;
  gap: 60px;
}

.hero-banner .hero-slider-box .slider-btn-box .t-btn {
  border-radius: 10px;
  color: #fff;
  border: none;
  background: #0072bc;
  font-size: 27px;
  transition: .3s;
}

.hero-banner .hero-slider-box .slider-btn-box .t-btn:last-child {
  background: #ffc607;
}

.home-sec-04 .container-fluid {
  background-color: #eff1f2;
  padding: 140px;
}

.testimonial-box .content-box {
  align-items: center;
  text-align: center;
}

.testimonial-box .content-box h3 {color: #197bba;line-height: 1.5;}

.testimonial-box .content-box p {
  color: #696b6b;
  font-size: 26px;
  font-weight: 400;
}

.testimonial-box .content-box p:last-child {
  font-weight: 700;
  font-size: 25px;
}

.testimonial-main-box {
  padding: 0 140px;
  position: relative;
}

.testimonial-main-box .slick-arrow {
  position: absolute;
  top: 45%;
}

.testimonial-main-box .prev-arrow {
  left: 0;
}

.testimonial-main-box .next-arrow {
  right: 0;
}

.hero-banner .hero-slider-box .slider-btn-box .t-btn:hover {
  transition: .3s;
  background: #ED217C;
}

.home-sec-06 .container-fluid .content-box a.t-btn:hover {
  background: #fff;
  color: #0072BC;
}

.sub-page-banner .container-fluid {
  padding: 100px 140px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1D79AA;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.sub-page-banner .content-box {
  align-items: center;
}

.about-sec-01 .container-fluid {
  padding: 100px 140px;
  color: #666666;
  font-size: 31px;
}

.about-sec-01  .img-box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-sec-01 .content-box p:first-child {font-weight: 600;}

.about-sec-02 .content-box {
  align-items: center;
  margin-top: 100px;
}

.about-sec-02 .container-fluid {
  padding: 0px 0 250px;
}

.about-sec-02 .content-box .t-btn {
  color: #FEC50A;
  border-color: #FEC50A;
}

.about-sec-02 .content-box .t-btn:hover {
  background: #FEC50A;
  color: #fff;
}

.galler-slider-main img {
  height: 500px;
  object-fit: cover;
}

.galler-slider-main .slick-slide {
  margin: 0 10px;
}
.galler-slider-main .slick-list {
  margin: 0 -10px; 
}

.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
    color: #FFC607;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.gform-theme--framework input, .gform-theme--framework textarea {
    border: 2px solid #6b69696e !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    padding: 10px 25px !important;
    height: 50px !important;
}

.gform-field-label {
    font-size: 20px !important;
    font-weight: 600 !important;
    color:#605f5e;
}


form#gform_1 {
    width: 70%;
    margin: auto;
}

div#gform_wrapper_1 {
    text-align: left;
}

input#gform_submit_button_1 {
        font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-family: "Montserrat", sans-serif !important;
    padding: 20px 35px !important;
    border: 4px solid #0072bc !important;
    color: #0072bc !important;
    border-radius: 50px !important;
    transition: .3s !important;
    color:#0072bc !important;
    height:auto !important;
    background-color:transparent;
}

input#gform_submit_button_1:hover{
   transition:.3s; 
    background-color:#0072bc !important;
    color:#fff !important;
}

.about-sec-01 .col-md-12 {
    color: #505050;
   
    gap: 40px;
    align-items: flex-start;
}

.about-sec-01 .col-md-12.default {
    
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
.about-sec-01 .col-md-12 img {
    object-fit: contain;
    height: auto;
    max-width: 500px;
    width: 500px;
}

.page-id-107 .about-sec-01 .col-md-12 {
    display: block;
    text-align: center;
}

.home-sec-2.grant {
    padding: 50px 0 200px;
}

.home-sec-2.grant .main-show {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    min-height: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
        padding: 20px;
    border-radius: 15px;
    position: relative;
    margin-bottom:15px;
    text-align:center;

}

.content-box p.widget-title {
    text-align: center;
}

.home-sec-2.grant .main-show h3{
    position:relative;
    color:#fff;
        text-transform: uppercase;
}

.home-sec-2.grant .main-show:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0072bcb8;
    border-radius: 15px;
}

.home-sec-2.grant h3.widget-title {
    margin-bottom: 30px;
}


.mobmenu-content #mobmenuright .sub-menu {
    position: relative !important;
    padding: 10px 0 !important;
    left: 0px !important;
    transform: translate(0px, 0px);
    border: 0;
    border-radius: 0;
    margin: auto !important;
    top: 0 !important;
    box-shadow: none;
    background: transparent;
    color: #fff !important;
}

#mobmenuright .menu-item-has-children::before {
    content: none;
}

.mobmenu-content #mobmenuright .sub-menu a {
    line-height:1.5;
    border-bottom:1px solid #505050;
}

#mobmenuright .menu-item-has-children {
    position: relative;
}

#mobmenuright .menu-item-has-children .mob-expand-submenu {
    right: 0%;
    top: 20%;
    position: absolute;
}

.mobmenu-content #mobmenuright > li > a {
    position: relative;
}

.mobmenu-content .menu-item-508 a, .mobmenu-content .menu-item-509 a {
    background: #0072bc;
    color: #fff !important;
    font-size: 14px !important;
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    display: block;
    width: 100%;
    transition:.3s;
}

.mobmenu-content .menu-item-509 a {
    background:#FFC607;
}

.mobmenu-content .menu-item-508 a:hover, .mobmenu-content .menu-item-509 a:hover {
 background:#ED217C !important;   
    transition:.3s;
}

@media screen and (max-width: 1800px) {
  .header-main .container-fluid {
    padding: 0 50px;
}

.hero-banner .hero-slider-box .slider-btn-box .t-btn, .top-header-box .t-btn, .footer-btn-box .t-btn {
  font-size: 20px;
}

.header-nav a {
  font-size: 22px;
  padding: 0px 10px;
}

}
@media screen and (max-width: 1600px) {
    
    .header-nav a {
        font-size: 20px;
    }
    
    .about-sec-01 .col-md-12 img {
    object-fit: contain;
    height: auto;
    max-width: 400px;
    width: 400px;
}
    .about-sec-01 .container-fluid {
    padding: 100px 80px;
}

        .hero-banner .hero-slider-box .slider-btn-box .t-btn, .top-header-box .t-btn, .footer-btn-box .t-btn {
        font-size: 19px;
    }
    
    /*.menu-item-has-children ul.sub-menu {*/
    /*left: -55px;*/
    /*}*/

  .top-header-box .t-btn, .footer-btn-box .t-btn {
    padding: 20px;
  }
  .hero-banner .hero-slider-box .slider-btn-box {
    padding-right: 80px;
    gap: 30px;
    margin-bottom: -50px;
}
.hero-banner .hero-slider-box .slider-btn-box .t-btn {
  font-size: 18px;
}
.header-main .header-menu-box {
  gap: 50px;
}
.header-main .header-logo {
  padding-left: 0;
}
.header-main .header-logo img {
  width: 180px;
  object-fit: contain;
}
.hero-banner {
  margin-top: -180px;
}
.hero-slider-box .circle-box {
  width: 500px;
  height: 500px;
  margin-top: 120px;
  padding: 0 90px;
}
h1 {
  font-size: 80px;
}
.hero-slider-box .circle-box p {
  font-size: 25px;
}
.hero-slider-box .circle-box h4 {
  font-size: 17px;
}
.hero-banner .hero-slider-box {
  height: 800px;
}
.hero-slider-box .circle-box h4::before {
  top: -5px;
  left: -45px;
}

.home-sec-01 .container-fluid {
  padding: 150px 80px;
}

.home-sec-2.grant {
    padding: 50px 0 150px;
}

section.home-sec-2.grant .main-show {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 230px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-sec-01 .content-box p {
  width: 90%;
}

.home-sec-01 .content-box {
  gap: 30px;
  align-items: center;
}

.home-sec-01 img {
  bottom: -250px;
  right: 5%;
}

.home-sec-02 .container-fluid {
  padding: 100px 80px 100px 0;
}

.home-sec-02 .content-box p {
  margin-bottom: 30px;
}

.home-sec-03 .content-box {
  padding: 100px 40px 0 80px;
}

.home-sec-03 .content-box p {
  margin-bottom: 20px;
}

.home-sec-04 .container-fluid {
  padding: 100px 80px;
}

.testimonial-main-box {
  padding: 0 80px;
}

.home-sec-05 .container-fluid {
  padding: 100px 80px 200px;
}

.grid-images {
  row-gap: 40px;
  margin-top: 30px;
}

.home-sec-06 .container-fluid {
  padding: 100px 80px;
}
.home-sec-06 .container-fluid .content-box {
  gap: 30px;
}

.home-sec-06 .container-fluid .content-box h2 {
  margin-top: -20px !important;
}

h2 {
  font-size: 40px;
}

p {
  font-size: 25px;
}

.t-btn {
  font-size: 18px;
  padding: 15px 25px;
}

footer .container-fluid {
  padding: 50px 80px;
}

footer .container-fluid:last-child {
  padding: 15px 70px;
  font-size: 18px !important;
}

.footer-btn-box .t-btn {
  width: 100% !important;
}

.footer-menu-box ul li a {
  font-size: 25px;
}

.home-sec-06 .container-fluid img {
  margin-top: -250px;
}

.testimonial-box .content-box p {
  font-size: 20px;
}

.testimonial-box .content-box p:last-child {
  font-size: 18px;
}

.home-sec-03 .img-box img {
  height: 700px;
  width: 100%;
}

}
@media screen and (max-width: 1400px) {
  .home-sec-06 .container-fluid img {
    margin-top: -200px;
}
.hero-banner .hero-slider-box .slider-btn-box .t-btn, .top-header-box .t-btn, .footer-btn-box .t-btn {
  font-size: 17px;
}
.home-sec-03 .img-box img {
  height: 800px !important;
  width: 100%;
  object-position: 90%;
}

.home-sec-03 .content-box p, .home-sec-02 .content-box p, p, .home-sec-05 .content-box p {
  font-size: 20px;
  /* margin-bottom: 40px; */
}
.hero-banner .hero-slider-box .slider-btn-box .t-btn, .top-header-box .t-btn, .footer-btn-box .t-btn {
  font-size: 15px;
}

.header-nav a {
  font-size: 16px;
  padding: 20px 10px;
}

/*.menu-item-has-children ul.sub-menu {*/
/*  left: -50px;*/
/*}*/

.header-main .header-menu-box {
  gap: 25px;
  margin-top: -5px;
}

.header-main .header-logo img {
  width: 150px;
}

h3 {
  font-size: 25px;
}

.footer-menu-box ul li a {
  font-size: 20px;
}

.footer-menu-box ul li {
  line-height: 1.2;
}


}
@media screen and (max-width: 1199px) {
    .sub-page-banner .container-fluid {
    padding: 100px 50px;
    }
    .about-sec-01 .container-fluid {
    padding: 70px 50px;
}
.about-sec-02 .container-fluid {
    padding: 0px 0 150px;
}
.about-sec-02 .content-box {
    margin-top: 50px;
}
  .mobile-menu{
    display: none;
    z-index: 999999;
    position: relative;
  }
  
  .header-main{
    display:none;
  }

  .hero-banner {
    margin-top: 0;
}
.hero-banner .hero-slider-box {
  height: 500px;
}

h1 {
  font-size: 50px;
}

.hero-slider-box .circle-box {
  width: 400px;
  height: 400px;
  margin-top: 0;
  padding: 0 50px;
  margin-left: -20px;
}
.content-box {
  gap: 15px;
}

.hero-slider-box .circle-box p {
  font-size: 20px;
}
.hero-banner .hero-slider-box .slider-btn-box {
  padding-right: 50px;
  gap: 20px;
  margin-bottom: -50px;
}

.home-sec-01 .container-fluid {
  padding: 100px 50px;
}

.home-sec-2.grant {
    padding: 50px 0 100px;
}
h2 {
  font-size: 30px;
}

.home-sec-03 .content-box p, .home-sec-02 .content-box p, p, .home-sec-05 .content-box p {
  font-size: 16px;
}

.home-sec-01 img {
  bottom: -155px;
  max-width: 80px;
}

.home-sec-02 .container-fluid {
  padding: 70px 60px 70px 0;
}
.home-sec-02 .content-box p {
  margin-bottom: 15px;
}

.t-btn {
  font-size: 15px;
  padding: 10px 25px;
}

.home-sec-03 .img-box img {
  height: 550px !important;
  width: 100%;
  object-position: 95%;
}
.home-sec-03 .content-box {
  padding: 100px 40px 0 50px;
}

.home-sec-04 .container-fluid {
  padding: 70px 50px;
}
h3 {
  font-size: 20px;
}
.home-sec-05 .container-fluid {
  padding: 70px 50px 170px;
}
.home-sec-06 .container-fluid {
  padding: 70px 50px;
}
.home-sec-06 .container-fluid img {
  margin-top: -150px;
}
footer .container-fluid {
  padding: 50px;
}

footer .content-box p {
  font-size: 16px;
  width: 100%;
}
.footer-btn-box .t-btn {
  padding: 10px 20px !important;
}
  
}
@media screen and (max-width: 1024px) {
    
    .about-sec-01 div, .about-sec-01 p {
    font-size: 16px;
}


  footer .col-lg-4 {
    max-width: 100%;
    flex: 0 0 100%;
}

footer .col-lg-4 {
  max-width: 100%;
  flex: 0 0 100%;
}

footer .container-fluid:first-child .content-box {
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
}

.footer-menu-box {margin-bottom: 40px;justify-content: flex-start;}

.footer-btn-box {
  align-items: center;
  gap: 15px;
}

.footer-btn-box .t-btn {
  width: fit-content !important;
}

}
@media screen and (max-width: 991px) {
    section.home-sec-2.grant .main-show{
        margin-bottom:15px;
    }
    
    .about-sec-01 .col-md-12.default {
    gap: 20px;
    align-items: center;
    text-align:center;
}
    
    .about-sec-01 .col-md-12 img {
    max-width: 100%;
    width: 100%;
}
    
    .about-sec-01 .col-md-12 {
    flex-direction: column;
}
    .galler-slider-main img {
    height: 300px;
}
    
    .sub-page-banner .container-fluid {
    padding: 100px 20px;
    }
.about-sec-01 .container-fluid {
    padding: 50px 20px;
    text-align: center;
}

  .hero-banner .hero-slider-box {
    height: 400px;
    padding:0 20px;
}
.about-sec-02 .container-fluid {
    padding: 0px 0 50px;
}

.hero-slider-box .circle-box {
  width: 350px;
  height: 350px;
  padding: 0 40px;
  margin-left: 0;
}
.hero-banner .hero-slider-box .slider-btn-box {
  padding-right: 0;
  gap: 15px;
  margin-bottom: 0;
  height: auto;
  flex-direction: column;
  align-items: center;
}
.home-sec-02 .img-box img {
  margin-left: 0;
}

.home-sec-02 .container-fluid {
  padding: 70px 20px;
  text-align: center;
}

.content-box {
  align-items: center;
  text-align: center;
}
.home-sec-03 .content-box {
  padding: 0;
  padding-bottom: 30px;
}

.home-sec-03 .img-box img {
  height: 500px !important;
  width: 500px;
  object-position: 100%;
  object-fit: cover;
}

.home-sec-03 .img-box {
  margin-right: 0;
  text-align: center;
}

.home-sec-03 .container-fluid {
  padding: 50px 20px;
}

.home-sec-04 .container-fluid {
  padding: 50px 20px;
}

.testimonial-main-box {
  padding: 0 50px;
}
.home-sec-05 .container-fluid {
  padding: 50px;
}

.home-sec-06 .container-fluid {
  padding: 50px 20px;
}

.home-sec-06 .container-fluid img {
  margin-top: 0;
  padding: 0;
}

.home-sec-06 .container-fluid .img-box {
  text-align: center;
  margin-top: 50px;
}

.home-sec-06 .container-fluid .content-box h2 {
  margin-top: 0 !important;
  line-height: 1;
}
.home-sec-06 .container-fluid .content-box {
  gap: 20px;
}

.circle-box .content-box {
  align-items: flex-start;
  text-align: left;
}


}
@media screen and (max-width: 767px) {
    input#gform_submit_button_1 {
    font-size: 15px !important;
    padding: 10px 25px !important;
    }
    
    .galler-slider-main .slick-slide {
  margin:0 10px;
}
.galler-slider-main .slick-list {
  margin: 0px; 
}

  .grid-images {
    row-gap: 40px;
    margin-top: 10px;
    grid-template-columns: 1fr 1fr;
}

.hero-banner .hero-slider-box {
  height: auto;
  padding: 50px 20px;
  flex-direction: column;
  gap: 30px;
}

.circle-box .content-box {
  align-items:center;
  text-align: center;
}

.hero-slider-box .circle-box h4 {
  margin-left: 0;
}

.home-sec-01 .container-fluid {
  padding: 50px;
}

.home-sec-2.grant {
    padding: 50px 0;
}

.home-sec-01 img {
  bottom: -85px;
  max-width: 50px;
}

form#gform_1 {
    width: 100%;
    margin: auto;
}

}
@media screen and (max-width: 575px) {
    .sub-page-banner .container-fluid {
    padding: 70px 20px;
    }
  .home-sec-01 .container-fluid {
    padding: 50px 20px;
}
.hero-slider-box .circle-box {
  width: 300px;
  height: 300px;
  padding: 0 30px;
}

.hero-slider-box .circle-box h4 {
  font-size: 14px;
}
.hero-slider-box .circle-box h4::before {
  height: 20px;
  width: 20px;
  top: 0;
  left: -30px;
}

.t-btn {
  text-align: center;
  font-size: 12px !important;
}
.content-box {
  gap: 15px !important;
}
.home-sec-02 .img-box img {
  margin-bottom: 20px;
}

.home-sec-03 .img-box img {
  height: 300px !important;
  width: 300px;
}

.testimonial-main-box {
  padding: 0;
}

.testimonial-main-box .slide-arrow {
  display: none !important;
}
.home-sec-05 .container-fluid {
  padding: 50px 20px;
}

.grid-images {
  grid-template-columns: 1fr;
  padding: 0 50px;
}

footer .container-fluid:last-child p {
  font-size: 11px;
}

footer .container-fluid {
  padding: 50px 20px;
}

}