@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');

html, body {
  overflow-x: hidden;
}

.title h1,.title h2,.title h3,.title h4,.title h5,.title h6
{
 font-family: "Parkinsans", sans-serif;
 }
 body
 {
	  font-family: "Mona Sans", sans-serif;
 }
 .title p{
	  font-family: "Mona Sans", sans-serif;
 }
 .title p {
    font-size: 15px;
    color: #121212;
    font-weight: 500;
    line-height: 30px;
}
    .container {
        width: 90%;
        max-width: 1350px;
    }
.title h1 {
      font-style: normal;
    font-weight: 700;
    font-size: 70px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}
.title h1 span {
       background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}
.head {
    text-align: center;
    margin: 0 auto;
    max-width: 85%;
}
.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu li a {
  text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Mona Sans';
    text-transform: capitalize;
    padding: 5px 10px;
    display: block;
}

/* ================= DESKTOP ================= */
  #menu {
    display: block !important;
    position: static;
    background: none;
    text-align: right;
    margin-top: 35px;
  }

  .main-menu li {
    display: inline-block;
    margin-left: 0px;
  }

  #menu-toggle {
    display: none;
  }

/* ================= MOBILE ================= */
@media (max-width: 767px) {
	.col-xs-8 {
      padding-left: 0px;
    padding-right: 0px;
}
.active .main-menu
{
	margin-top:70px;
}
  /* Hamburger icon */
  #menu-toggle {
    font-size: 26px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
    margin-top: 15px;
  }

  #icon {
    display: inline-block;
    transition: 0.3s;
  }

  /* Slide Menu */
  #menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
  background: linear-gradient(to bottom, #ee7400, #BB462D);
    transition: 0.4s ease;
    z-index: 1000;
    padding-top: 60px;
  }

  #menu.active {
    right: 0;
  }

  .main-menu li {
    display: block;
    padding: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }

  .main-menu li a {
    color: #000;
  }
}


/* Parent menu */
.navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Main menu */
.menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

.menu li {
  position: relative;
}

/* Hide submenu */
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 0px 0;
  min-width: 260px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.submenu {
  z-index: 999;
      text-align: left;
}
/* Show on hover */
.dropdown:hover .submenu {
  display: block;
      text-align: left;
}
/* Submenu style */
.submenu li {
  padding: 8px 15px;
      min-width: 260px;
}

.submenu li a {
text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Mona Sans';
    text-transform: capitalize;
    padding: 5px 10px;
    display: block;
  }

.submenu li:hover {
  background:#f8f1e9;
}
section#top-header .container {
    color: #fff;
    margin: 0 auto;
    padding: 13px 10px;
    max-width: 1145px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background: linear-gradient(to bottom, #ee7400, #BB462D);
}
#top-header p {
    font-family: 'Mona Sans';
    color: #fff;
    font-size: 14px;
}
#top-header p a{
    font-family: 'Mona Sans';
    color: #fff;
    font-size: 13px;
}
#top-header .col-md-6 p i {
    margin-right: 5px;
}
#top-header .col-md-6 p {
    display: inline-block;
    margin-right: 10px;
    float: left;
	margin-bottom: 0px;
    text-align: left;
}
.row
{
	margin-left:0px;
	margin-right:0px;
}
.social ul {
    list-style-type: none;
    padding-left: 0px;
    padding-bottom: 0px;
}
.social {
    float: right;
}
.social li {
    color: #fff;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.social li a {
    color: #fff;
}
#main-header .container {
    padding: 10px 30px;
    border-radius: 100px;
	padding-bottom: 0px;
    background-color: #ee740024;
}
#main-header #menu li.dropdown {
    padding-bottom: 34px;
}
#menu li.dropdown span.arrow {
    margin-left: 5px;
}
section.title{
	padding-top:50px;
	padding-bottom:50px;
}
.services__item {
    gap: 130px;
	transition:0.5s;
    display: flex;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top:1px solid #d75f141f;
}
.services__content {
    min-width: 507px;
		transition:0.5s;
}
.services__content .title {
    font-size: 50px;
    line-height: 70px;
	font-weight:600;
    color:#000;
    margin-bottom: 35px;
}
#footer .col-md-5 h4 {
    visibility: hidden;
}
.services__content .title a {
    color:#3f633f !important;
}
.services__content .des {
    color: #444444;
    font-size: 16px;
    line-height: 30px;
	font-weight:300;
    max-width: 519px;
		transition:0.5s;
       margin-bottom: 35px;
    display: none;
    transition: all 0.5s ease;
}
.box img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
   }
.services__media {
    width: 100%;
    height: 300px;
		transition:0.5s;
    border-radius: 10px;
		transition:0.5s;
    overflow: hidden;
    position: relative;
}
.services__item:hover .services__content .des {
    display: block;
		transition:0.5s;
	 transform: scaleY(1);
}
.services__item:hover .services__list {
    display: flex;
}
a:hover
{
	text-decoration:none;
}
section#academics {
    background: #fff;
}
#section2
{

background-Image: url('../images/ab-bg.png');
      background-position: bottom;
    background-size:100% 100%;
    padding: 50px;
	height:600px;
}
#section2 h1{
		margin-bottom:30px;
}

#section2 p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
    }
#section1
{
	margin-top:10px;
}

#section4
{
    background: #4c2420;
}
#section4 h1{
	color:#fff;
}
#section4{
	padding-bottom:0px;
}
.las .box{
	background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #1f5044), to(rgba(31, 80, 68, 0)));
    background-image: linear-gradient(270deg, #45100b 30%, rgb(237 237 237 / 7%) 100%);
}
.box {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #1f5044), to(rgba(31, 80, 68, 0)));
    background-image: linear-gradient(270deg, rgb(237 237 237 / 7%) 30%, #45100b 100%);
    backdrop-filter: blur(10px);
    padding: 30px 30px 30px 0;
    max-width: 345px;
    width: 100%;
	animation:topBottom 3s infinite;
	padding:20px;
    border-radius: 10px;
	margin-bottom:30px;
}
@keyframes topBottom
{
	0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
50% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}
100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
}

#header-wrap {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.scrolled #top-header {
    position: fixed;
	top:0px;
	    background: #fff;
    width: 100%;
    z-index: 999;
}
.scrolled #main-header{
	position: fixed;
	top:45px;
    width: 100%;
	    background: #fff;
    z-index: 999;
}
/* optional shadow */
#header-wrap {
    background: #fff;
}

.box p {
    color: #fff;
    line-height: 20px;
    font-size: 12px;
}
.box h3 {
 color: #fff;
 margin-top: 0px;
    font-weight: 700;
    letter-spacing: 1.3px;
    font-size: 17px;
    border-bottom: 1px solid #dddddd3b;
    font-family: 'Mona Sans';
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 7px;
}
#section4 .col-md-3
{
	padding-left:0px;
	padding-right:0px;
}
#section4 .col-md-6 img{
	  border-radius: 50% / 40%; 
}
.fr
{
	position:relative;
}
.fr .box:nth-of-type(2)
{
	margin-left:-110px;
}
.las .box:nth-of-type(2)
{
	    margin-left: 110px;
}

.services {
  position: relative;
  display: flex;
  height: 600px; /* MUST */
  overflow: hidden;
}

/* Full BG */
.services .overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;   /* MUST */
  background-size: cover;
  background-position: center;
  z-index: 0;     /* BEHIND */
  transition: 0.5s ease;
}

/* Columns */
.services .col {
  flex: 1;
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
  transition: 0.4s;
}

/* Dark overlay */
.services .col::before {
  content: "";
  position: absolute;
  inset: 0;
  background:rgb(0 0 0 / 18%);
  z-index: -1;
}
.services .col {
    color: #fff;
    font-style: normal;
    font-weight: 700;
       font-size: 30px;
    text-shadow: 2px 2px 11px #000;
    border-bottom: 0px solid #9a8c8c;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}
/* Hover expand */
.services .col:hover {
  flex: 2;
}

#section6
{
text-align:center;
      background-position: center;
    background-size:cover;
	    padding-top: 0px;
    padding-bottom: 0px;
 }

#footer
{
	position:relative;
	padding-top:0px;
}
#footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color:#ee74001c;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}
#footer .col-md-12:nth-of-type(1) {
    padding: 15% 0 0;
}
#footer {
    background-color: transparent;
}
#footer h1 {
        color: #000;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 24px;
    border-bottom: 1px solid #9a8c8c;
    line-height: 30px;
    text-transform: lowercase;
}

@media(max-width:482px){
    #contact p a, #footer a {
    color: #000;
    font-size: 11px;
    display: none;
}
}

#footer h4 {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
}

#footer h5 {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
#footer ul li {
    color: #000;
    line-height: 24px;
    font-size: 14px;
    font-family: 'Mona Sans';
}
#footer ul {
    list-style-type: none;
    padding-left: 0px;
}
#footer ul li a
{
	color: #000;
    line-height: 24px;
    font-size: 14px;
    font-family: 'Mona Sans';
}
#footer .a {
    margin-left: 23px;
    margin-top: -23px;
    margin-bottom: 20px;
	    color: #000;
    line-height: 24px;
    font-size: 14px;
}
p.copy {
    text-align: center;
	    font-size: 14px;
    border-top: 1px solid #c0bfbf;
    padding-top: 10px;
}
#footer {
      padding-bottom: 0px;
}
.boxes {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.boxes p {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #bb462c;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}
.boxes h3 {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

ul.slides {
    display: block;
    position: relative;
    height:70vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

ul.slides input {
    display: none; 
}


.slide-container { 
    display: block; 
}

.slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
}   

.slide-image img {
    width: auto;
    min-width: 100%;
    height: 100%;
}

.carousel-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 100px;
    line-height: 600px;
    color: #fff;
}

.carousel-controls label {
    display: none;
    position: absolute;
    padding: 0 20px;
    opacity: 0;
    transition: opacity .2s;
    cursor: pointer;
}

.slide-image:hover + .carousel-controls label{
    opacity: 0.5;
}

.carousel-controls label:hover {
    opacity: 1;
}

.carousel-controls .prev-slide {
    width: 49%;
    text-align: left;
    left: 0;
}

.carousel-controls .next-slide {
    width: 49%;
    text-align: right;
    right: 0;
}

.carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
    text-align: center;
}

.carousel-dots .carousel-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    margin: 10px;
}

input:checked + .slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label {
     display: block; 
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
	opacity: 1;
}


input:checked + .slide-container .nav label { display: block; }

.services__media img {
     transform: rotateY(10deg);
    transition: 3s;
}

.services__media img:hover {
   	transform: perspective(100px) rotateY(-3deg);
    cursor: crosshair;
}
#section2 .fullbox p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 0px;
}

.fullbox {
    padding: 30px 30px 65px 30px;
    border: 10px solid #ffffff;
    border-radius: 10px;
    background: #d65f1526;
	position:relative;
    box-shadow: 0 0 20px 0px #010101;
}
.fullbox h3 {
    color:#4c2420;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}
.sec
{
	margin-top:20px;
}
.sec .col-md-4:nth-of-type(2)
{
	margin-top:80px;
}
.fullbox {
  position: relative;
  overflow: hidden;
}

.fullbox::before,
.fullbox::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;

  background:conic-gradient(#ff4b2f5c, transparent, #ff4b2f47, transparent, #ff4b2f3d);

  animation: rotate 3s linear infinite;
  border-radius: 18px;

  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.fullbox:hover::before,
.fullbox:hover::after {
  opacity: 1;
  visibility: visible;
}

/* ✅ REAL ROTATE */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#section2 .col-md-4 img {
    width: 200px;
    float: right;
}

#contact h3 {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
	    margin-top: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
    color: #bb462c;
}
#contact .second
{
	margin-top:40px;
}
#contact p a,#footer a
{
	color:#000;
}
.ro
{
	border-radius:5px;
}
section#fac {
    background: #fdebdb;
}
.flip-card {
  background-color: transparent;
     width: 100%;
    height: 400px;
  perspective: 1000px;
      padding:0px 30px 65px 30px;
    border: 10px solid #ffffff;
    border-radius: 10px;
    background: #d65f1526;
    position: relative;
    box-shadow: 0 0 20px 0px #010101;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover
{
background:linear-gradient(to bottom, #ee7400, #BB462D);
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-card-front img, .flip-card-back img {
  width: 100%;
 clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  height: 280px;
      margin-top: 20px;
  object-fit: cover; /* ensures no distortion */
}
.flip-card-back {
  transform: rotateY(180deg);
}
.flip-card:hover img{
    animation: rotate 3s linear infinite;
}

#fac2 h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 4px solid #c95320;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#fac2 .col-md-12
{
	margin-bottom:40px;
}
.flip-card-back p {
    font-size: 14px;
	line-height:28px;
}
.flip-card:hover .flip-card-back p,.flip-card:hover .flip-card-back h3
{
	color:#fff!important;
}
#gallery a.lightbox img {
    width: 100%;
}
#gallery .row
{
	margin-bottom:15px;
}

video {
  width: 100%;
  height: 100%;
      border-radius: 50%;
  object-fit: cover;
}

#video-sec .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

#video-sec.title {
       padding-bottom: 0px;
}
#contact .second .col-md-6 {
    background: #ee740024;
    border-radius: 10px;
    height: 896px;
}
section#contact {
    background: #ee7d120d;
}
section#gallery {
    background: #f6f6f6;
}
section#fac2 {
    background: #fdebdbab;
}

.section-wrapper {
    padding: 40px 15px;
}

/* CARD */
.edu-card {
    background: #FCDBBB;
    padding: 18px 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    transition: 0.3s;
    min-height: 80px;
    transition: transform 0.35s ease, 
                box-shadow 0.35s ease, 
                border-color 0.35s ease,
                background 0.35s ease;
}

.edu-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    border-color: #dcd6ff;
    background: #ffffff;
}

/* ACTIVE CARD */
.edu-card.active {
   transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(108,92,231,0.15);
}

/* FLEX ROW (ZOOM FIX) */
.edu-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* NUMBER */
.number {
    flex: 0 0 50px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

/* CONTENT */
.content {
    flex: 1;
}

.content h4 {
        color: #4c2420;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Parkinsans';
}

.edu-card:hover .content h4 {
    color: #E46B0A;
    transition: 0.3s;
}

.content p {
        font-size: 16px;
    line-height: 30px;
    text-indent: 0px;
}

.edu-card:hover .content p {
    color: #555;
}

/* ICON BOX */
.icon-box {
    flex: 0 0 auto;
}

/* CIRCLE IMAGE */
.icon-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;

    background: #f1f1f1;
    padding: 6px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* HOVER EFFECT */
.edu-card:hover .icon-box img {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}

/* BOTTOM SECTION */
.bottom-section {
    margin-top: 30px;
}

/* LEFT BOX */
#section3 .left-box {
    background: #E2690B;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
}

.left-box h3 {
    margin-top: 0;
}

.left-box p {
        font-size: 16px;
    line-height: 30px;
    text-indent: 0px;
    color: white;
}

/* BUTTON */
.btn-light {
    background: #fff;
    color: #333;
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
}

/* RIGHT BOX */
#section3 .right-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #000;
    height: 100%;
}

.right-box h3 {
    margin-top: 0;
}

.right-box p {
        font-size: 16px;
    line-height: 30px;
    text-indent: 0px;
}


.right-box .btn{
    background: #E46B0A;
    color: #333;
    border-radius: 25px;
    padding: 10px 20px;
    border: none;
    color: white;
}
/* RESPONSIVE */
@media (max-width: 768px) {
    .edu-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .tag-box {
        margin-top: 10px;
    }
}




























































/* mobile */
@media only screen and (max-width:480px)
{
	.mid .services__content
	{
		order:1;
	}
	.mid .services__media
	{
		order:2;
	}
	.mid .services__item {
  display: flex;
   flex-direction: column;
}
	.services,.services .overlay-bg {
        height: 200px;
  }
		.dropdown.active .submenu {
  display: block!important;
}
.dropdown:hover .submenu {
        display: none;
    }
/* arrow rotate */
.dropdown.active .arrow {
  transform: rotate(180deg);
}

.arrow {
  display: inline-block;
  transition: 0.3s;
      font-size: 12px;
}
.arrow i{
font-size: 12px;
}
	#menu-toggle {
    display: block;
}
#main-header #menu li.dropdown {
    padding-bottom: 0px;
}
.main-menu li a
{
	text-align:left;
}
.submenu
{
	        position: relative;
			    box-shadow: none;
			background:transparent;
}
.submenu li
{
	border-bottom:0px;
}
.title h1 {
    color:#666666;
    font-style: normal;
    font-weight: 700;
           font-size: 25px;
        line-height: 35px;
    text-transform: uppercase;
}
#contact h3{
	font-size:17px;
	    margin-top: 15px;
}
.title p {
    font-size: 14px;
   }
   #contact p{
	           line-height: 25px;
			  
   }
   section.title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
#top-header p a {
      font-size: 11px;
}
.social li {
    color: #fff;
    display: inline-block;
    float: none;
    margin-right: 10px;
}
.social {
    float: none;
    text-align: center;
}
#top-header .col-md-6 p {
    display: inline-block;
    margin-right: 4px;
    float: none;
    margin-bottom: 5px;
    text-align: center;
}
section#top-header .container
{
	    margin: 0 auto;
		    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 5px 10px;
   }
   #main-header .container {
    padding: 10px 30px;
    border-radius: 0px;
    padding-bottom: 0px;
    background-color: #ee740024;
    }
	 #main-header
	 {
		 margin-bottom:10px;
	 }
	 #header-wrap {
    box-shadow: none;
    background: #fff;
}
.social li a {
    color: #fff;
    font-size: 13px;
}
#footer h1
{
	
	    padding-bottom: 10px;
    font-size: 23px;
    border-bottom: 1px solid #9a8c8c;
    line-height: 30px;
}
.boxes {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.boxes h3{
	font-size: 23px;
    margin-bottom: 0px;
}
.col-md-12
{
	padding-left:0px;
	padding-right:0px;
}
#footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ee74001c;
	clip-path:none!important;
    }
	.scrolled #main-header
	{
		top:65px;
	}
	#fac2 h3 {
    font-size: 20px;
	}
	.flip-card-front img, .flip-card-back img
	{
		    height: 250px;
	}
	.flip-card
	{
		height:450px;
		        margin-bottom: 20px;
	}
	#gallery .col-md-4.item {
    margin-bottom: 20px;
}
.fr .box:nth-of-type(2) {
    margin-left: 0px;
}
.las .box:nth-of-type(2) {
    margin-left: 0px;
}
.services .col{
	            font-size: 10px;
        line-height: 15px;
        padding: 0px;
        text-align: center;
		     justify-content: center;
}
#section2
{
	background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
	height:auto;
	padding:20px;
}
#section2 .col-md-4 img {
    width: 100px;
    float: left;
    margin-right: 20px;
}
#section2 p {
    margin-top: 20px;
    font-size: 15px;
    clear: left;
    font-weight: 100;
    text-indent: 0px;
    line-height: 26px;
    font-family: 'Parkinsans';
}
fullbox {
    padding: 15px;
}
.fullbox h3
{
	font-size: 20px;
}
#section2 .fullbox p
{
	font-size:15px;
}
.fullbox {
    padding: 20px;
    margin-bottom: 20px;
}
.sec .col-md-4:nth-of-type(2) {
    margin-top: 0px;
}
.services__content .title {
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    }
.services__item {
    gap: 0px;
    transition: 0.5s;
    display:inline-block;
}
.services__content,.services__content .des {
    min-width: 100%;
  }
  .slide-image
  {
	  height:150px!important;
  }
  ul.slides
  {
	  height:150px;
  }
  p.copy{
	  line-height:21px;
  }
  .carousel-dots .carousel-dot{
	  margin:5px;
	  width:10px;
	  height:10px;
  }
  .services__media
  {
	  height:auto;
  }
}

/* small laptop*/
@media (min-width: 1024px) and (max-width: 1280px) 
{.flip-card-back p {
    font-size: 11px;
    line-height: 24px;
}
.flip-card {
       height: 400px;
    perspective: 1000px;
    padding: 0px 20px 65px 20px;
    border: 10px solid #ffffff;
    border-radius: 10px;
    background: #d65f1526;
    position: relative;
    box-shadow: 0 0 20px 0px #010101;
}
		
		section#top-header .container
	{
		    max-width: 1000px;
			}
	section#main-header {
    margin-bottom: 20px;
}
	.main-menu li a {
       font-size: 13px;
      padding: 5px 8px;
    display: block;
}
#section2 p,#section2 .fullbox p
{
	font-size:14px;
}
.services__content .title {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.services__media
{
	height:auto;
}
.title h1 {
      font-size: 55px;
    line-height: 70px;
    }
	.fr .box:nth-of-type(2) {
    margin-left: -40px;
}
.las .box:nth-of-type(2) {
    margin-left: 60px;
}
}
/* tab*/
@media (min-width: 768px) and (max-width: 1024px)
{
	    #menu-toggle {
        font-size: 26px;
        cursor: pointer;
        display: block;
        position: relative;
        z-index: 1001;
        top: 40px;
    }
	    .active .main-menu {
        margin-top: 70px;
    }
	    .main-menu li {
        display: block;
        padding: 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
	    .main-menu li {
        text-align: left;
    }
	#menu.active {
        right: 0;
    }
	#main-header .col-xs-4.text-right.visible-xs {
    display: block!important;
}
	    #menu
 {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background:linear-gradient(to bottom, #ee7400, #BB462D);
        transition: 0.4s ease;
        z-index: 1000;
        padding-top: 60px;
    }
	#top-header .col-md-6 {
    text-align: center;
}
	.mid .services__content
	{
		order:1;
	}
	.mid .services__media
	{
		order:2;
	}
	.mid .services__item {
  display: flex;
   flex-direction: column;
}
	.services,.services .overlay-bg {
        height: 200px;
  }
		.dropdown.active .submenu {
  display: block!important;
}
.dropdown:hover .submenu {
        display: none;
    }
/* arrow rotate */
.dropdown.active .arrow {
  transform: rotate(180deg);
}

.arrow {
  display: inline-block;
  transition: 0.3s;
      font-size: 12px;
}
.arrow i{
font-size: 12px;
}
	#menu-toggle {
    display: block;
}
#main-header #menu li.dropdown {
    padding-bottom: 0px;
}
.main-menu li a
{
	text-align:left;
}
.submenu
{
	        position: relative;
			    box-shadow: none;
			background:transparent;
}
.submenu li
{
	border-bottom:0px;
}
.title h1 {
    color: #666;
    font-style: normal;
    font-weight: 700;
           font-size: 25px;
        line-height: 35px;
    text-transform: uppercase;
}
#contact h3{
	font-size:17px;
	    margin-top: 15px;
}
.title p {
    font-size: 14px;
   }
   #contact p{
	           line-height: 25px;
			  
   }
   section.title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
#top-header p a {
      font-size: 11px;
}
.social li {
    color: #fff;
    display: inline-block;
    float: none;
    margin-right: 10px;
}
.social {
    float: none;
    text-align: center;
}
#top-header .col-md-6 p {
    display: inline-block;
    margin-right: 10px;
    float: none;
    margin-bottom: 5px;
    text-align: center;
}
section#top-header .container
{
	    margin: 0 auto;
		    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 5px 10px;
   }
   #main-header .container {
    padding: 10px 30px;
    border-radius: 0px;
    padding-bottom: 0px;
    background-color: #ee740024;
    }
	 #main-header
	 {
		 margin-bottom:10px;
	 }
	 #header-wrap {
    box-shadow: none;
    background: #fff;
}
.social li a {
    color: #fff;
    font-size: 13px;
}
#footer h1
{
	
	    padding-bottom: 10px;
    font-size: 23px;
    border-bottom: 1px solid #9a8c8c;
    line-height: 30px;
}
.boxes {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.boxes h3{
	font-size: 23px;
    margin-bottom: 0px;
}
.col-md-12
{
	padding-left:0px;
	padding-right:0px;
}
#footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ee74001c;
	clip-path:none!important;
    }
	.scrolled #main-header
	{
		top:65px;
	}
	#fac2 h3 {
    font-size: 20px;
	}
		.flip-card
	{
		height:450px;
		        margin-bottom: 20px;
	}
	#gallery .col-md-4.item {
    margin-bottom: 20px;
}
.fr .box:nth-of-type(2) {
    margin-left: 0px;
}
.las .box:nth-of-type(2) {
    margin-left: 0px;
}
.services .col{
	            font-size: 10px;
        line-height: 15px;
        padding: 0px;
        text-align: center;
		     justify-content: center;
}
#section2
{
	background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
	height:auto;
	padding:20px;
}
#section2 .col-md-4 img {
    width: 100px;
    float: left;
    margin-right: 20px;
}
#section2 p {
    margin-top: 20px;
    font-size: 15px;
    clear: left;
    font-weight: 100;
    text-indent: 0px;
    line-height: 26px;
    font-family: 'Parkinsans';
}
fullbox {
    padding: 15px;
}
.fullbox h3
{
	font-size: 20px;
}
#section2 .fullbox p
{
	font-size:15px;
}
.fullbox {
    padding: 20px;
    margin-bottom: 20px;
}
.sec .col-md-4:nth-of-type(2) {
    margin-top: 0px;
}
.services__content .title {
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    }
.services__item {
    gap: 0px;
    transition: 0.5s;
    display:inline-block;
}
.services__content,.services__content .des {
    min-width: 100%;
  }
  .slide-image
  {
	  height:300px!important;
  }
  ul.slides
  {
	  height:300px;
  }
  p.copy{
	  line-height:21px;
  }
  .carousel-dots .carousel-dot{
	  margin:5px;
	  width:10px;
	  height:10px;
  }
  .services__media
  {
	  height:auto;
  }
  .img-responsive
  {
	  width:100%;
  }
}

.founder-1 img.img-fluid{
    width: 380px; 
    height: 418px;
    object-fit: contain;
}

.founder-2{
    padding: 60px 0;
}

.founder-2 ul.icon-list {
    list-style-type: none;
    padding: 0;
}

.founder-2 ul.icon-list .list{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}