/* style   */

/* font familes  */

/* font family open sans   */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* font-family: 'Montserrat', sans-serif; */

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


/* font-family: 'Cinzel', serif; */

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


/* font-family: 'Raleway', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* common css */
* {
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    /* Font Family*/
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.visited {
    color: violet;
}

ul {
    list-style: none;
}

img {
    display: block;
    max-width: 100%;
}

.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.flex-btwin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.grids {
    display: grid;
}

input,
button, select {
    font-family: inhert;
}

:focus {
    outline: none;
}

h1.h2,
h3,
h4,
h5,
h6,
p {
    color: #fff;
}

h3 {
    font-size: 3.2rem;
    margin-bottom: 1em;
    color: #4c4747;
}

p {
    font-size: 1.3rem;
    color: #000;
    text-align: center;
}


/* color used in  Website  */
:root {
    --primary_color: #000;
}
.no-m-p
{
    margin: 0 !important;
    padding: 0 !important;
}


/*      ======+++++++=========      components        ======+++++++=========

1) Header.
2) Footer.


       ======+++++++=========      End of components        ======+++++++========= */


/*---------------header-topbar--------------*/

.header-topbar
{
    background-color: #1F2B56;
    padding: 15px 0;
}
.header-topbar h2
{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px 0;
font-family: 'Raleway', sans-serif;

}
.header-topbar i
{
    font-size: 20px;
color: #fff;
margin:0 5px; 
}
.heart-icon
{
    color: #ff0000 !important;
}
.header-shop-now-btn
{
    background-color: #ff0000;
    color: #fff;
    padding: 7px 15px;
    border: none;
    border-radius: 50px;
    font-size: 17px;
    margin-left: 15px;
}


/*---------------end of header-topbar--------------*/







/*---------------logo-section--------------*/

.logo-section
{
    background-color: #fff;
    padding: 2rem 0;
    box-shadow: 1px 1px 4px 0px #0003;
}

.logo-image
{
    font-size: 25px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}


/*---------------end of logo-section--------------*/


/*youtube video */
.html5-video-container video
{
    width:100% !important;
    left:0 !important;
}
.video-banner
{
    position: relative;
}
.navbar-outer {
    background: #f8f8f8;
    padding: 2rem 0;
  }
  .nav-link {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 2px solid transparent;
    padding: 0 9px !important;
    font-family: 'Cinzel', serif;
    color: #000 !important;
  }
.nav-link:hover
{
   transition:0.3s linear all;
    color: #ccc !important;
    font-family: 'Cinzel', serif;
}

/* video-outer  */
.video-outer
{
    position: relative;
}
.video-text-outer h1 {
	font-size: 45px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.video-text-outer
{
    position:absolute;
    bottom: 130px;
}
.video-bottom-col
{
    width: 80%;
    margin: auto;
    padding: 25px 20px;
    background-color: rgba(255, 255, 255, 0.534);
    box-shadow: 0px 0px 5px 13px rgba(0, 0, 0, 0.205);
}
.school-year-input {
    padding: 12px 0 12px 15px;
    margin-right: 25px;
    width: 20%;
    font-size: 16px;
  }
 .group-size-select {
	padding: 16px 0 16px 15px;
	margin-right: 25px;
	width: 20%;
	font-size: 16px;
	background: #fff;
	border: 1px solid #8f8f9d;
	color: #707070;
}
.check-btn
{
    background: #1f2b56;
padding: 12px 18px;
font-size: 16px;
font-weight: 600;
color:#fff;
font-family: 'Raleway', sans-serif;
border: 1px solid #0e1633;
}
.video-banner iframe
{
    pointer-events:none
}



/*----------experience------------*/
.experience-section
{
    padding: 5rem 0;
    background-color: #fff;
}
.experience-section h3
{
    font-size: 40px;
    margin-bottom: 1rem;
    color:#000;
    font-weight: 600;	
	font-family: 'Cinzel', serif;
}
.experience-section h6 {
  font-size: 20px;
  margin-bottom:30px;
  color: rgb(116, 111, 111);
  font-weight: 500;
  
}
.experience-section p {
	font-size: 18px;
	text-align: left;
	margin-bottom: 1rem;
	color: rgb(0, 0, 0);
	font-weight: 500;
	line-height: 34px;
}
  .btn-outer{
    background-color: #1F2B56;
    border: none;
    color: #fff;
    padding: 9px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
  }
.exp-btn-outer
{
    margin-top: 1rem;
}



  /*----------campus section-------------*/

  .campus-section
  {
      background-color: transparent;
      padding: 5rem 0 0;
  }
  .campus-section h1
  {
        font-size: 40px;
        color: #000;
        font-weight: 600;
        text-align: center;
        font-family: 'Cinzel', serif;
        text-transform: uppercase;
        margin-bottom: 25px;
  }
.campus-section img
{
    width: 100%;
}




  /*----------workshop-section------------*/
  
  
.workshop
{
    background-color: #1F2B56;
    padding: 10rem 0;
}
.workshop h2
  {
        font-size: 40px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        font-family: 'Cinzel', serif;
        text-transform: uppercase;
        margin-bottom: 25px;
  }

  .workshop h4
  {
        font-size:22px;
        color: #000;
        font-weight: 500;
        text-align: center;
        font-family: 'Cinzel', serif;
        margin:15px 0;
  }
.workshop-item-outer
{
    border: 4px solid #fff;
    background-color: #fff;
    min-height: 480px;
}
 
  /*book-section*/






  .book-section
  {
      background-image: url(../images/check-it-out-bg.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      background-position: center;
      padding: 3rem 0;
  }
  .book-section h2
  {
        font-size:40px;
        color: #fff;
        font-weight: 500;
        font-family: 'Cinzel', serif;
        margin:15px 0;
  }
  .book-section p
  {
        font-size:16px;
        color: #fff;
        font-weight: 500;
        text-align: left;
        margin:15px 0;
  }
.tour-btn {
	background-color: #ddccbb;
	color: #000;
	font-weight: 600;
	padding: 10px 20px;
}
.schedule-btn {
    background-color: #ddccbb;
    font-size: 17px;
    color: #000;
    margin-right: 30px;
    font-weight: 600;
    padding: 11px 20px;
}
  .vacation-btn
  {
    background-color: #fff;
    font-size:17px;
    color:#000;
    font-weight: 600;
    padding: 10px 20px;
  }
  .service-inner
  {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .services-icon i
  {
      font-size: 40px;
      background-color: #1765AF;
      padding: 18px;
      color: #fff;
      border-radius: 50px;
  }
  .services-icon i:hover
  {

      background-color: #000;
      color: #fff;
      transition:0.3s linear all;
  }
  .service-inner h5
  {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;

  }






  .category-section
  {
      padding:4rem 0;
      background-color: transparent;
  }
  .category-section h3
  {
    color: #BE4B1B;
    text-transform: uppercase;
    text-align:center;
    font-weight: 600;
  }
  .category-product-outer {
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #00000073;
    text-align: center;
    margin: 5px 0;
    position: relative;
    margin-bottom: 25px;
  }
  .category-section h5
  {
      font-size: 22px;
      text-align: center;
      position: absolute;
      bottom: 0;
      width: 100%;
      color: #fff;
      padding: 15px 0;
      background-color: rgba(0, 0, 0, 0.44);
  }
  .category-product-outer:hover img
  {
      opacity: 0.5;
      transition:0.3s linear all;
  }
  .category-product-outer:hover h5
  {
    background-color: rgba(0, 0, 0, 0.67);
    transition:0.3s linear all;
  }
  .category-shop-btn
  {
    border: 1px solid transparent;
    background-color: #BE4B1B;
    color: #fff;
    font-weight: 700;
    padding: 12px 18px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 18px;
  }



/*       testimonials-section         */


.testimonial-section
{
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(43, 46, 208, 0.65), rgba(43, 46, 208, 0.65)), url(../images/colorful-school-stationary-banner-white-123216777.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 7rem 0;
}
.testimonial-logo-img img
{
    width: 9%;
    padding-bottom: 20px;
}
.testimonial-inner-content p
{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding:10px 50px;
}











/*         testimonials-section        */








/*         newsletter-section        */

.newsletter-section
{
    background-color: transparent;
    position: absolute;
    top:-60px;
    width: 100%;
}
.newsletter-inner {
    background-color: #EA946F;
    padding: 2rem 20px;
    margin: 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
  }
.newsletter-section h2 {
    font-size: 24px;
    font-weight: 600;
  }
  .newsletter-section h3{
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0px;
  }

  .subscribe-btn {
    position: absolute;
    right: 0;
    font-size: 18px !important;
    padding: 7px 18px !important;
    background-color: #1765AF !important;
    color: #fff !important;
  }
  .subscribe-btn:hover {
    background-color: #fff !important;
    color: #1765AF !important;
    transition: 0.3s linear all;
  }







/*         newsletter-section        */





/*      ======+++++++=========      Footer Component        ======+++++++=========  */
 
/*      ======+++++++=========      Footer Component        ======+++++++=========  */
.footer-section {
    background-color: #fff;
    position: relative;
    padding: 10rem 0 0;
  }
.footer-logo-img img {
    width: 60%;
    margin: auto;
  }
  .footer-img
  {
      width:100% !important;
  }
/* t block  */
.t_block{
    padding:2em 0;
}
.t_block row{
    gap:10px;
}
.t_block_content p{
width:10ch;
color:#fff;
font-size:1.5rem;
}
.t_block_content{
    padding:10px;
    background-color:#004b54;
    border-radius: 5px;;
}
.t_block_content img{
    height: 35px;
}
.t_block_content .flex{
    gap:10px;
    align-items: center;
}
.t_block h4{
    margin-bottom:1em;
}
.focus_comfort{
    background-color:#fbf9fa;
}
.focus_comfort button{
    border:none;
    background-color: #004b54;
    color:#fff;
    padding:0.5em;
}
.focus_comfort h4{
    font-size: 4rem;
    margin-top:12rem;
    font-weight: bold;
    color:#004b54;
}
.comfort_image_div{
    position:relative;
}
.content_image{
    position: absolute;
    top: 103px;
    right: 56px;
}

.content_image h1{
    width: 13ch;
    color: #fff;
    font-size: 3rem;
}

.content_image button{
    padding: 3px 46px;
    border: none;
    margin: 10px 0;
    font-size: 1.5rem;
}
.you_may_also_like h3{
  font-size:3rem;
  font-weight: bold;
  margin-bottom:0.5em;
}
.testimonial_div{
    background-color:#004b53;
    border-radius: 8px;
    text-align: center;
    min-height: 270px;
    padding:0.8em 0;
}

.testimonial_div img{
    max-width: 100%!important;
    display:inline-block!important;
}

.testinomial p{
width:90%;
color:#fff;
font-size:1.3rem;
margin: auto;
}
.rating{
    margin:0.5em 0;
}
.testimonial_div h4{
    color:#fff;
    margin:0.3em 0;
}
.testinomial{
    margin:5rem 0;
}
.testinomial h3{
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 2rem;
}
.owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
    z-index: 999;
}
.owl-nav .owl-prev{
    position: absolute;
    left: -40px;
}
.owl-next{
    position: absolute;
    right: -40px;
}
.owl-nav span{
    font-size: 60px;
    color:#c5c5c5;
}

.footer-img
{
    width:100%;
}

/*footer-new-22/9/2022*/
 
.footer-section
{
	background-color:#303030;
	padding:30px 0;
}
.footer-logo-text
{
	width:100%;
}
.footer-logo-text h1
{
	color:#fff;
	font-size:35px;
	text-align:center;
	font-weight:bold;
	padding:50px 0 10px;
}
.footer-logo-text p {
    font-size: 15px;
    color: #fff;
}
input.search-box-footer {
    width: 100%;
    padding: 12px 10px;
    font-size: 18px;
    border: 0px;
    text-transform: uppercase;
}
.footer-section h3
{
	color:#fff;
	font-size:20px;
	text-transform:uppercase;
}
.border-div {
    width: 95%;
    height: 1px;
    background: #fff;
}
.inner-border-div {
    width: 35%;
    height: 3px;
    background: #fff;
    position: relative;
    top: -1px;
}
.footer-section ul
{
	padding-top:15px;
}
.footer-section ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 0;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
}
.footer-section h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
    line-height: 37px;
}
.footer-section strong {
    font-size: 15px;
    color: #fff;
	font-weight:500;
    text-transform: uppercase;
	    font-family: 'Cinzel', serif;
    text-decoration: underline;
	font-style:italic;
}
.social_links
{
	display:flex;
}
.social_links li {
    font-size: 20px !important;
    border-radius: 10px;
    background-color: #fff;
    color: #000 !important;
    margin: 0 5px;
    width: 40px;
    padding: 10px !important;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.footer-section form.footer-form {
    padding: 45px 0;
}
.footer-form input {
    width: 44%;
    margin-right: 15px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 5px;
}
input.email-input {
    width: 94%;
    margin-top: 15px;
}
.t-c-div
{
	margin-top: 15px;
    width: 94%;
    background: #fff;
    padding: 15px;
    display: flex;
}
.t-c-div p
{
	font-size: 12px;
	text-align:left;
    color: #000;
	font-weight:500;
    text-transform: uppercase;
	    font-family: 'Cinzel', serif;
}
.checkbox-outer
{
	display:inline-block;
}
.footer-form .subscribe-btn
{
	    margin-top: 15px;
    position: unset;
    border:none;
    text-transform:uppercase;
}
.search-footer-outer {
    display: flex;
	position:relative;
}
.search-footer-outer i
{
	    font-size: 21px;
}
.search-icon-btn {
    position: absolute;
    width: 15%;
    height: 100%;
    right: 0;
	background:#fff;
	border:none;
}
.owl-nav .owl-next:hover{
    background-color:transparent!important;
}
.owl-prev:hover{
    background-color:transparent!important;
}
  

/* media query  Home Page */


@media screen and (max-width:768px){
    
    .new_arrival .row{
        justify-content: center;
    }
    
    .focus_comfort h4{
        margin-top:1rem;
    }
    .content_image {
        position: absolute;
        top: 73px;
        right: 5px;
    }
    
    .you_may_also_like .row{
        gap:10px;
    }
    .content_image h1{
        font-size:2.5rem;
    }
    .owl-next {
        position: absolute;
        right: -20px;
    }
    .owl-nav .owl-prev {
        position: absolute;
        left: -19px;
    }
    .footer_bottom{
        margin-top:20px;
    }
    .social_links{
        display:flex;
    }
    .carousel-caption p{
font-size:2rem;
    }
    .carousel-caption h2 {
        font-size: 2.5rem;
    }
    
.carousel-caption{
    top:10%;
}
.about_us_content_row_2 p {
    width:100%;
}
.about_pic {
    justify-content: center;
}
.header-shop-now-btn
{
    margin-top: 15px;
}
.search-input {
    width: 100%;
    margin: 15px 0;
}
.nav-link {
    padding: 5px 9px !important
}
.item-section h3 {
    font-size: 24px;
    padding: 64px 80px 10px;
  }
  .left-img, .right-img{
    height: 270px;
  }
  .left-col-outer:hover .left-img, .right-col-outer:hover .right-img {
    height: 270px;
  }
  .text-on-hover {
    font-size: 16px;
    padding: 54px 30px 40px;
  }
  .just-for-you_div {
    height: 470px;
  }
  .service-inner {
    justify-content: start;
    margin-bottom: 20px;
    margin-left: 15px;
  }
  .services-icon i {
    font-size: 24px;
    padding: 13px;
    margin-right: 15px;
  }
  .service-inner h5 {
    font-size: 20px;
}
.testimonial-inner-content p {
    font-size: 15px;
    padding: 10px 30px;
  }
  .newsletter-section {
    position: inherit;
    top: 0;
  }
  .footer-logo-img img {
    width: 30%;
  }
  .video-text-outer h1 {
  font-size: 25px;
  }
  .group-size-select {
  margin-right: 0px;
  width: 100%;
  margin-bottom: 15px;
}
.experience-section h3 {
  font-size: 25px;
}
.exp-btn-outer {
  justify-content: center;
}
.btn-outer {
  width: 80%;
  margin-bottom: 10px;
}
.experience-section {
  padding: 3rem 0 2rem;
}
.campus-section h1 {
  font-size: 30px;
}
.workshop h2 {
  font-size: 30px;
}
.book-section h2 {
  font-size: 30px;
}
.schedule-btn {
  margin-right:0;
}


}

/* media query  Home Page */