@font-face {
	font-family: CenturyStd;
	src: url(../fonts/CenturyStd-Bold.otf);
}
@font-face {
	font-family: Mulish-Reg;
	src: url(../fonts/Mulish-Regular.ttf);
}
@font-face {
	font-family: Mulish-Med;
	src: url(../fonts/Mulish-Medium.ttf);
}
@font-face {
	font-family: Mulish-bold;
	src: url(../fonts/Mulish-Bold.ttf);
}

body{
    font-family: 'Mulish-Reg', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	overflow-x: hidden;
    transition: all 200ms linear;
}
h1, h2, h3, h4, h5, h6 {
	font-family: CenturyStd;
	color: #252626 !important;
}
.owl-carousel.owl-drag .owl-item{
    padding-bottom : 15px !important;
}
p {
	font-family: 'Mulish-Reg', sans-serif;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: rgba(0, 0, 0, 0.8);
}
.start-header.scroll-on .navbar-brand img {
    height: 60px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 85px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #ffffff !important;
	font-weight: 400;
    transition: all 200ms linear;
}
.nav-link {
	position: relative;
	display: inline-block;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 20px;
    transform: translateY(-50%);
    z-index: 20;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}




section.sec-001 {
    background: url(../img/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}
ul.fg-mnu {
    border: 1px solid #fff;
    border-radius: 50px;
}
.fg-mnu li.active a {
    background: #2E8F6A;
    border-radius: 50px;
}
.fg-mnu li a {
    margin: 5px 10px;
    padding-top: 12px;
    padding: 12px 25px !important;
    transition: all 0.5s ease;
}
.fg-mnu li:first-child a {
    margin-left: 5px;
}
.fg-mnu li:last-child a {
    margin-right: 5px;
}
.fg-mnu li a:hover {
    background: #2E8F6A;
    border-radius: 50px;
    color: #fff !important;
}
.start-header.scroll-on .fg-mnu li a {
    padding: 8px 18px !important;
    font-size: 14px;
}
button.btn.fg-btn img {
    width: 100%;
    transition: all 0.5s ease;
}
.start-header.scroll-on button.btn.fg-btn img {
    width: 90%;
}
section.sec-001 .row {
    align-items: center;
    height: 100vh;
}
.txt-brand {
    color: #E6B23A !important;
    font-family: CenturyStd;
    font-size: 50px;
    margin-bottom: 15px;
}
.btn-brand {
    background-color: #E6B23A;
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 50px;
    margin-top: 30px;
    transition: all 0.5s ease;
}
.container-fluid {
    padding-right: 55px;
    padding-left: 55px;
}
.sec-001 p {
    font-size: 22px;
    width: 40%;
    line-height: 32px;
    margin: 0 auto;
}
.sec-002 {
	padding: 80px 0;
}
section.sec-002 img {
    padding-right: 30px;
}
.ab-caps h2 {
    font-size: 50px;
}
.ab-caps .txt-hd {
    color: #E6B23A;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}
.ab-caps .txt-hd2 {
    font-size: 20px;
    font-weight: 600;
}
.ab-caps .txt-para {
    font-size: 18px;
    line-height: 29px;
}
button.btn.vida-btn {
    background: #E6B23A;
    color: #fff;
    font-size: 16px;
    padding: 15px 50px;
    border-radius: 15px;
    margin-top: 20px;
}
.ab-caps {
    padding-top: 10px;
}
section.sec-003 {
    background: #f5f5f5;
    padding: 50px 0;
}
.caps-002 .txt-para {
    font-size: 18px;
    line-height: 29px;
    margin: 0;
    padding-right: 80px;
    padding-top: 5px;
}
.sec3-mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec3-mid img {
    width: 40%;
}
.sep01 {
    width: 3px;
    background: #5f5f5f;
    height: 150px;
}
.prom-slid button.owl-prev, .prom-slid button.owl-next {
    background: #000 !important;
    color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
}
.prom-slid button.owl-prev span, .prom-slid button.owl-next span {
    font-size: 40px;
}
.prom-slid .owl-nav {
    position: absolute;
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.prm-slid button.owl-prev, .prm-slid button.owl-next {
    background: #000 !important;
    color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50px !important;
}
.prm-slid button.owl-prev span, .prm-slid button.owl-next span {
    font-size: 40px;
}
.prm-slid .owl-nav {
    position: absolute;
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.prom-slid .item {
    border-radius: 20px !important;
    overflow: hidden;
}
section.sec-004 h2 {
    font-size: 50px;
    margin-bottom: 29px;
}
section.sec-004 {
    padding: 80px 0;
}
.itm-inn {
    padding: 20px 20px 20px 20px;
}
button.btn.sld-btn {
    background: #E6B23A;
    width: 100%;
    padding: 20px;
    color: #fff;
    border-radius: 0;
}
.itm-inn p {
    margin: 0;
}
.owl-carousel.prom-slid .item {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    border: 1px solid #efefef;
}
.owl-carousel.prom-slid .owl-dots {
    margin-top: 50px;
}
.owl-carousel.prom-slid button.owl-dot.active span {
    background: #252626 !important;
}
.owl-carousel.prom-slid .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}
section.sec-005 {
    background: url(../img/dd-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px;
}
.sec5-caps h3 {
    font-size: 35px;
    line-height: 50px;
    margin: 0;
    color: #fff !important;
}
section.sec-005 img {
    padding: 40px;
}
section.sec-006 h2 {
    font-size: 50px;
    margin-bottom: 30px;
}
section.sec-006 {
    padding: 50px 0;
}

.flip-card {
    background-color: transparent;
    width: 350px;
    height: 350px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 25px !important;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 25px !important;
  }
  
  .flip-card-front {
    background: linear-gradient(to left, #E6B23A, #fdd474);
    color: black;
  }

  .flip-card-front img {
    border-radius: 25px 25px 0 0;
  }
  
  .flip-card-back {
    background: linear-gradient(to left, #fdd474, #E6B23A);
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
  }
  .flip-card-front h5 {
    margin-top: 25px;
	color: #fff !important;
}
.flip-card-back button {
    border: 1px solid #252626;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.btn:hover {
    background: #212529;
    text-decoration: none;
    color: #ffffff;
}
section.sec-007 h3 {
    color: #fff !important;
    font-size: 40px;
    margin-bottom: 50px;
}
section.sec-007 {
    background: url(../img/cta-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}
.wid-001 ul li img {
    width: 35px;
}
.wid-001 ul li {
    display: inline;
    margin-right: 5px;
}
.wid-001 ul {
    padding: 0;
    margin-top: 15px;
}
.site-footer h5 {
    color: #E6B23A !important;
}
.wid-001 p {
    margin: 30px 0;
    font-weight: 600;
}
.q-links li a {
    color: #000;
    font-size: 16px !important;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s ease;
}
.q-links li a:hover {
    color: #E6B23A;
}
.q-links li {
    list-style: none;
    line-height: 30px;
}
.q-links {
    padding: 0;
    margin-top: 20px;
}
.fc-inn {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.fc-icon {
    margin-right: 15px;
}
.f-cons {
    margin-top: 30px;
}
.f-cons p {
    margin: 0;
}
.row.copy-para p a {
    font-weight: 600;
    color: #E6B23A;
}
.row.copy-para p {
    margin: 0;
}
.row.copy-para {
    border-top: 1px solid #bbbbbb;
    padding: 20px 0;
    margin-top: 50px;
}
footer.site-footer .container-fluid {
    padding: 0;
}
footer.site-footer {
    padding-top: 60px;
}
#side-menu {
    width: 22%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -22%;
    background-color: #ffffff;
    color: white;
    transition: right 0.3s;
    z-index: 1040; /* Higher than Bootstrap's modal z-index */
}

#side-menu.show {
    right: 0;
}

#side-menu .close-btn {
    cursor: pointer;
    font-size: 2em;
    color: #000;
    float: right;
}
.sd-wid {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sd-wid ul li {
    display: grid;
    text-align: center;
    line-height: 3;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1030; /* Lower than the menu but higher than the page content */
}

.menu-overlay.show {
    display: block;
}
.sm-foot {
    position: fixed;
    bottom: 0;
    width: 20%;
}
img.sd-close {
    width: 4%;
    position: absolute;
    right: 30px;
    top: 30px;
}

/* Add some styling for the button */
#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background-color: #E6B23A;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 15px;
    font-size: 28px;
    cursor: pointer;
    transition: opacity 0.3s;
    width: 60px;
    height: 60px;
}

#scrollToTopBtn:hover {
    background-color: #c99110;
}
footer.site-footer .wid-001 img {
    width: 230px;
    margin-top: 15px;
}
.wid-004 ul li a img {
    width: 35px;
}
.wid-004 ul {
    padding: 0;
    margin-top: 20px;
}
.wid-004 ul li {
    list-style: none;
    display: inline;
    margin-right: 5px;
}
.wid-003 {
    margin-left: -30px;
}
section.title-sec {
    background: url(../img/title-bg.jpg) no-repeat center bottom;
    background-size: cover;
    height: 55vh;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 100px;
}
section.title-secc {
    height: 55vh;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 100px;
}

.title-bg-about{
    background: url(../img/about_bg.png) no-repeat center bottom;
    background-size: cover;
}

.title-bg-promise{
    background: url(../img/our_promise_bg.png) no-repeat center bottom;
    background-size: cover;
}

.title-bg-academic{
    background: url(../img/academic_bg.png) no-repeat center bottom;
    background-size: cover;
}

.title-bg-campus{
    background: url(../img/campus_bg.png) no-repeat center bottom;
    background-size: cover;
}
.title-bg-career{
    background: url(../img/career_bg.png) no-repeat center bottom;
    background-size: cover;
}

.title-bg-contact{
    background: url(../img/contact_bg.png) no-repeat center bottom;
    background-size: cover;
}





section.title-sec h1 {
    color: #fff !important;
    font-size: 60px;
    padding-top: 100px;
}
p.brdcrm span {
    color: #c99110;
}
p.brdcrm {
    color: #fff;
    font-size: 20px;
}
.ab001-inn {
    background: url(../img/ab001-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    padding: 80px 0;
    margin-bottom: 50px;
}
.ab001-inn h2 {
    color: #E6B23A !important;
    margin-bottom: 20px;
}
.ab001-inn h5 {
    color: #B95C8B !important;
    font-family: 'Mulish-bold';
    margin-bottom: 20px;
}
.ab001-inn p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}
.ab2-inn {
    margin-left: 90px;
}
.ab2-inn img {
    margin-bottom: 50px;
    width: 50%;
}
.ab2-inn h3 {
    color: #DB5F38 !important;
    font-size: 40px;
    width: 50%;
}
.ab2-col-left {
    background: #FFCD93;
}
.sec-title h2 {
    font-size: 40px;
}
.sec-title {
    text-align: center;
    margin: 80px 0 50px 0;
}
.va-sh h3 {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -76px;
    border-radius: 50px;
    font-size: 35px;
    margin-bottom: 25px;
}
.va-sh {
    padding: 30px 30px 10px 30px;
    min-height: 285px;
    text-align: center;
    margin-top: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover_box{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.va-sh h4 {
    color: #fff !important;
}
.va-sh p {
    font-size: 14px;
    font-weight: bold;
}

.va-sh:hover{
    transform: scale(1.02);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

.va-inn1 {
    background: #2E8F6A;
}
.va-inn1 h3 {
    background: #BFFFE7;
    color: #2E8F6A !important;
    border: 8px solid #00CE7F;
}

.va-inn2 {
    background: #DB5F38;
}
.va-inn2 h3 {
    background: #FFD0C1;
    color: #DB5F38 !important;
    border: 8px solid #FF7C53;
}

.va-inn3 {
    background: #CFA012;
}
.va-inn3 h3 {
    background: #FFEEB9;
    color: #CFA012 !important;
    border: 8px solid #FFC925;
}

.va-inn4 {
    background: #B95C8B;
}
.va-inn4 h3 {
    background: #FFD4EA;
    color: #B95C8B !important;
    border: 8px solid #FF81C0;
}
section.ab-sec-003 {
    padding-bottom: 80px;
}
.ab-sec-003 .sec-title {
    margin-top: 35px;
}

.ab-sec-003 .sec-title  p {
    font-size: 18px;
}

section.ab-sec-004 {
    background: url(../img/about_img2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ab4-inn h3 {
    width: 80%;
    text-align: center;
    color: #fff !important;
    font-size: 45px;
    line-height: 1.5;
}
.ab4-inn {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.ab-sec-005 img {
    margin-top: -200px;
}
section.ab-sec-005 {
    padding: 80px 0;
}
.ab5-inn {
    padding-left: 40px;
    margin-top: -125px;
}
.ab5-inn p {
    font-size: 18px;
    line-height: 32px;
}
.ab6-inn .bold-para {
    font-weight: 600;
    font-size: 18px;
}
.ab6-inn h3 {
    margin-bottom: 30px;
}
.ab6-inn {
    background: url(../img/ab6-bg.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding-right: 80px;
    height: 90%;
    display: flex;
    align-items: center;
}
section.ab-sec-006 {
    padding-bottom: 80px;
}
section.prm-001 {
    padding-bottom: 80px;
    padding-top: 20px;
}
.prm1-inn {
    height: 100%;
    /* display: flex; */
    align-items: end;
    padding-top: 25px;
}
.prm1-inn h6 {
    color: #E6B23A !important;
    font-size: 22px;
    line-height: 1.25;
}

.prm1-inn p{
    font-size: 18px;
}
section.prm-001 h5 {
    margin-bottom: 30px;
}
img.prm-icon {
    width: 100px !important;
    height: 100px;
    margin-bottom: 20px;
}
.item.prm-itm1 {
    background: url(../img/prm1-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.item.prm-itm1 p {
    color: #fff;
    font-size: 18px;
    padding-top: 10px !important;
}
.item.prm-itm1 h4 {
    color: #B95C8B !important;
    font-size: 30px;
}
.prm-row {
    width: 100%;
    padding: 60px;
    align-items: center;
}
.item.prm-itm2 {
    background: url(../img/prm2-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.item.prm-itm2 p {
    color: #fff;
    font-size: 18px;
    padding-top: 10px !important;
}
.item.prm-itm2 h4 {
    color: #DB5F38 !important;
    font-size: 30px;
}

.item.prm-itm3 {
    background: url(../img/prm3-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.item.prm-itm3 p {
    color: #fff;
    font-size: 18px;
    padding-top: 10px !important;
}
.item.prm-itm3 h4 {
    color: #2E8F6A !important;
    font-size: 30px;
}
.prm-slidr .owl-dots {
    margin-top: 30px;
    margin-bottom: 50px;
}
.prm-slidr .owl-nav {
    display: none;
}
.prm-slidr button.owl-dot.active span {
    background: #E6B23A !important;
}
.prm-slidr .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}
.acd1-inn {
    background: url(../img/academics001-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    padding: 50px 0;
}
.acd1-inn h4 {
    color: #2E8F6A !important;
    font-size: 32px;
    margin-bottom: 20px;
}
.acd1-inn h3 {
    color: #fff !important;
    font-size: 55px;
}
.acd1-inn p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    color: #fff;
}
section.acd-01 {
    background: #E6B23A;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 280px 0 80px 0;
    margin-top: -190px;
    position: relative;
    z-index: -9;
}
.section h2 {
    margin: 0;
    background: #f0f0f0;
    padding: 10px;
    width: 100%;
    display: none;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 90px !important;
    background: #bd8400 !important;
    z-index: 999999999999999999999999999999999999 !important;
    text-align: center;
    display: block !important;
    color: #fff !important;
    padding: 20px 0px !important;
}
section.acd-02 {
    background: url(../img/acd2-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}
.acd2-img {
    padding-right: 60px;
}
.acd2-inn p {
    color: #fff;
}
.acd2-inn h3 {
    color: #E6B23A !important;
}
.acd-box h5 {
    color: #fff !important;
}
.acd-box {
    padding: 10px 20px;
    color: #fff;
    margin-top: 50px;
    transition: all 0.5s ease;
}
.acd-box:hover {
    transform: scale(1.02);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.acd-box img {
    margin-top: -43px;
    margin-bottom: 15px;
}
.acd-box1 {
    background: #B95C8B;
    border-top: 5px solid #FFAAD5;
}
.acd-box2 {
    background: #CFA012;
    border-top: 5px solid #FFE3A3;

}
.acd-box3 {
    background: #DB5F38;
    border-top: 5px solid #FFA488;

}
.acd-box4 {
    background: #2E8F6A;
    border-top: 5px solid #66C09E;

}
.acd3-box {
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 0 40px 0 40px;
    color: #fff;
    transition: all 0.5s ease;
}
.acd3-box:hover {
    transform: scale(1.02);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.acdbox-1 {
    background: #B95C8B;
    border-top: 5px solid #FFAAD5;
}
.acdbox-2 {
    background: #CFA012;
    border-top: 5px solid #FFE3A3;
}
.acdbox-3 {
    background: #DB5F38;
    border-top: 5px solid #FFA488;
}
.acdbox-4 {
    background: #2E8F6A;
    border-top: 5px solid #66C09E;
}
.acdbox-5 {
    background: #008AEE;
    border-top: 5px solid #79C7FF;
}
section.acd-03 {
    padding: 80px 0;
    padding-bottom: 40px;
}
.f-bold{
    font-weight: bold;
}
.acd3-box h6 {
    color: #fff !important;
    font-size: 18px;
}
.acd-3-p{
    font-size: 18px;
    font-weight: bold;
}
img.acdicns {
    margin-bottom: 10px;
}
.vpy-top h4 {
    color: #CFA012 !important;
    margin-bottom: 15px;
    font-size: 55px;
}
.vpy-top {
    height: 100%;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.vpy-top h3 {
    margin-bottom: 15px;
}
.vpy-mid {
    padding-bottom: 50px;
}
.vpy-mid h3 {
    color: #B95C8B !important;
    margin-bottom: 15px;
}
.acd4-box {
    padding: 25px;
    min-height: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    margin-bottom: 30px;
}
.acd4-box:hover {
    transform: scale(1.02);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.acd4-box1 {
    background: #008AEE;
    border-top: 5px solid #4ab3ff;
}
.acd4-box2 {
    background: #B95C8B;
    border-top: 5px solid #e06fa8;
}
.acd4-box3 {
    background: #CFA012;
    border-top: 5px solid #f7c83b;

}
.acd4-box h5{
    color: #fff !important;

}
.acd4-box h6 {
    color: #fff !important;
}
.acd4-box p {
    margin: 0;
}
section.acd-04 {
    background: #F5F5F5;
    padding: 80px 0 10px 0;
}
.acd5-img {
    padding-left: 50px;
}
section.acd-05 h4 {
    color: #252626 !important;
    margin-bottom: 15px;
    font-size: 30px;
}
h4#vd-secnd {
    color: #CFA012 !important;
    font-size: 55px;
}
section.acd-05 h4 span {
    font-size: 20px;
}
section.acd-05 p {
    margin: 0;
}
section.acd-05 {
    padding: 80px 0;
}
.acd5-box {
    /* background: url(../img/acd5-bg.png); */
    background: #b1dbf9;
    border-top: 5px solid #d5eeff;
    height: 270px;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}
.acd5-box:hover {
    transform: scale(1.02);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.adm-cta p {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.75;
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 25px;
}
.adm-cta h3 {
    color: #E6B23A !important;
    font-size: 35px;
}
.adm-cta {
    background: #FAF0D8;
    padding: 50px;
    border-radius: 30px;
    margin: 80px 0;
    text-align: center;
}
button.btn.btn-adm img {
    margin-left: 10px;
}
button.btn.btn-adm {
    background: #E6B23A;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 600;
}
.adm2-box {
    background: #F5F5F5;
    min-height: 250px;
    padding: 0 30px;
}
.adm2-box h3 {
    position: relative;
    top: -21px;
    font-size: 35px;
}
.adm2-box {
    background: #F5F5F5;
    min-height: 280px;
    padding: 0 30px;
    margin-top: 50px;
    transition: all 0.5s ease;
}
.adm2-box:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.adm2-box h6 {
    font-size: 18px;
    color: #E6B23A !important;
}
section.adm-002 {
    padding-bottom: 80px;
}
.adm3-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.btn.btn-adm3 {
    background: #E6B23A;
    border-radius: 10px;
    margin-right: 20px;
    color: #fff;
    padding: 10px 20px;
}
.adm3-title h3 {
    color: #E6B23A !important;
}
p.adm3-para {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0;
}
section.adm-003 table thead tr, section.adm-004 table thead tr {
    background: #E5B138;
    color: #fff;
}
section.adm-004 {
    padding: 80px 0;
}
section.adm-004 h3 {
    color: #E6B23A !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff3d7;
}
.camp1-inn h3 {
    color: #E6B23A !important;
    margin-bottom: 22px;
    font-size: 32px;
}
.fpc{
    font-size: 18px;
    line-height: 32px;
}
.camp1-inn {
    padding-right: 50px;
}
section.camp-001 {
    padding: 80px 0;
    padding-top: 40px;
}
.camp2-hd h3 {
    margin: 0;
    margin-left: 20px;
    font-size: 22px;
}
.camp2-hd {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.camp2-inn {
    background: #FAF0D8;
    padding: 30px;
    border-left: 5px solid #E5B138;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    min-height: 261px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.camp2-inn:hover{
    transform: scale(1.02);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 54%);
}
.camp2-hd img {
    width: 55px;
}
section.camp-002 {
    padding-bottom: 50px;
}
section.sec-007.camp-cta {
    padding-top: 200px;
    margin-top: -200px;
}
.car2-right img {
    /* margin-top: -50px; */
}
.car2-right {
    width: 40%;
}
.car2-left {
    width: 60%;
    padding-right: 20px;
}
.carr2-inn h3 {
    color: #E6B23A !important;
    font-size: 20px;
}
.car-row {
    display: flex;
    background: #efefef;
    padding: 20px 30px 5px 30px;
    margin-bottom: 80px;
    min-height: 270px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.car-row:hover{
    transform: scale(1.02);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 54%);
}
h3.car-hd {
    color: #E6B23A !important;
    margin-bottom: 80px;
    text-align: center;
}
section.cont-001 {
    padding: 80px 0;
}
.con-info {
    padding: 20px 10px 20px 0px;
}
.cont-form {
    background: #efefef;
    padding: 50px;
    border-radius: 25px;
    margin-top: -180px;
}
input.form-control.frm-inp, textarea {
    height: 50px;
    border-radius: 8px !important;
    padding-left: 20px;
}
button.btn.btn-contact {
    background: #E6B23A ;
    color: #fff;
    width: 100%;
    height: 50px;
    border-radius: 8px;
}
.cont-form p {
    margin-bottom: 30px;
}
.cont-form h3 {
    color: #E6B23A !important;
}
.con-info h5 {
    color: #E6B23A !important;
}























/* #Media
================================================== */
@media only screen and (max-width: 1600px) {
    .fg-mnu li a {
        margin: 5px 10px;
        padding: 12px 15px !important;
    }
    #side-menu {
        width: 25%;
        right: -25%;
    }
    .item.prm-itm1, .item.prm-itm2, .item.prm-itm3 {
        background-size: cover;
        border-radius: 0 50px 0 50px;
    }
    .prm-row {
    width: 100%;
    padding: 50px;
    align-items: center;
}
}





@media only screen and (max-width: 1440px) {
    .fg-mnu li a {
        font-size: 14px;
    }
    .ab2-inn h3 {
        color: #DB5F38 !important;
        font-size: 36px;
        width: 50%;
    }
    .item.prm-itm1 h4, .item.prm-itm2 h4, .item.prm-itm3 h4 {
        font-size: 22px;
    }
    .item.prm-itm1 p, .item.prm-itm2 p, .item.prm-itm3 p {
        font-size: 16px;
    }
        .prm-row {
        width: 100%;
        padding: 30px;
        align-items: center;
    }
}





@media only screen and (max-width: 1366px) {
    .fg-mnu li a {
        margin: 5px 10px;
        padding: 6px 10px !important;
    }
    .start-header.scroll-on .fg-mnu li a {
        padding: 8px 12px !important;
        font-size: 14px;
        margin: 5px 5px;
    }
    .ab2-inn h3 {
        color: #DB5F38 !important;
        font-size: 34px;
        width: 50%;
    }
    .sd-wid {
        margin-top: 30px;
    }
    .sd-wid ul li {
        line-height: 3;
    }
        .item.prm-itm1 h4, .item.prm-itm2 h4, .item.prm-itm3 h4 {
        font-size: 22px;
        margin: 0;
    }
        .item.prm-itm1 p, .item.prm-itm2 p, .item.prm-itm3 p {
        font-size: 16px;
        margin: 0;
        padding-bottom: 0 !important;
    }
}





@media only screen and (max-width: 1200px) {
    .fg-mnu li a {
        font-size: 12px;
        margin: 5px 8px;
        padding: 4px 8px !important;
    }
    .start-header.scroll-on .fg-mnu li a {
        padding: 6px 10px !important;
        font-size: 14px;
        margin: 5px 5px;
    }
    #side-menu {
        width: 30%;
        right: -30%;
    }
    .wid-001 p {
        font-size: 12px;
    }
    button.btn.fg-btn img {
        width: 90%;
        transition: all 0.5s ease;
    }
    .sm-foot {
        width: 28%;
    }
    .sec-001 p {
        width: 70%;
    }
    .ab2-inn h3 {
        font-size: 28px;
    }
    .ab4-inn h3 {
        font-size: 35px;
    }
    img.prm-icon {
        width: 80px !important;
        height: 80px;
        margin-bottom: 20px;
    }
    .item.prm-itm1 h4 {
        color: #B95C8B !important;
        font-size: 26px;
    }
    .prm-row {
        width: 100%;
        padding: 30px;
        align-items: center;
    }
        .item.prm-itm1 p, .item.prm-itm2 p, .item.prm-itm3 p {
        font-size: 12px;
        margin: 0;
        padding-bottom: 0 !important;
    }
    .item.prm-itm1 h4 {
        color: #B95C8B !important;
        font-size: 20px;
    }
        .prm-row {
        width: 100%;
        padding: 30px 0px 30px 30px;
        align-items: center;
    }
}





@media only screen and (max-width: 1024px) {
    .flip-card {
        width: 300px;
        height: 310px;
    }
    section.sec-007 h3 {
        color: #fff !important;
        font-size: 35px;
        margin-bottom: 50px;
    }
    .wid-001 p {
        font-size: 12px;
        line-height: 18px;
    }
    .itm-inn h4 {
        font-size: 18px;
    }
    .itm-inn p {
        margin: 0;
        font-size: 14px;
    }
    .sec5-caps h3 {
        font-size: 28px;
        line-height: 35px;
        margin: 0;
        color: #fff !important;
    }
    .flip-card-front h5 {
        margin-top: 25px;
        color: #fff !important;
        font-size: 18px;
    }
    .caps-002 .txt-para {
        font-size: 16px;
        line-height: 25px;
        margin: 0;
        padding-right: 80px;
        padding-top: 10px;
    }
    section.sec-001 {
        height: 70vh;
    }
    section.sec-001 .row {
        height: 75vh;
    }
    .fg-mnu li a {
        font-size: 10px;
        margin: 5px 5px;
        padding: 4px 5px !important;
    }
    #side-menu {
        width: 40%;
        right: -40%;
    }
    .start-header.scroll-on .fg-mnu li a {
        padding: 6px 6px !important;
        font-size: 12px;
        margin: 5px 5px;
    }
    footer.site-footer .wid-001 img {
        width: 190px;
        margin-top: 35px;
    }
    .wid-003 {
        margin-left: -10px;
    }
    section.title-secc {
        height: 25vh;
        padding-top: 100px;
    }
    .ab001-inn h2 {
        color: #E6B23A !important;
        margin-bottom: 20px;
        font-size: 20px;
    }
    .ab001-inn h5 {
        color: #B95C8B !important;
        font-family: 'Mulish-bold';
        margin-bottom: 20px;
        font-size: 18px;
    }
    
    .ab001-inn {
        background: url(../img/ab001-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        padding: 20px 0;
        margin-bottom: 50px;
    }
    .ab2-inn h3 {
        font-size: 24px;
    }
    section.ab-sec-003 .col-md-3 {
        min-width: 50%;
    }
    .va-sh {
        padding: 30px 30px 10px 30px;
        min-height: 215px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .ab4-inn h3 {
        font-size: 30px;
    }
    section.ab-sec-005 img {
        margin-top: -170px;
    }
    section.ab-sec-006 {
        padding-bottom: 20px;
    }
    .item.prm-itm1 p, .item.prm-itm2 p, .item.prm-itm3 p {
        font-size: 14px;
    }
    .item.prm-itm1 h4, .item.prm-itm2 h4, .item.prm-itm3 h4 {
        font-size: 22px;
    }
    .acd-box {
        padding: 10px 20px;
        color: #fff;
        margin-top: 50px;
        min-height: 274px;
    }
    .acd5-box {
        height: 300px;
    }
    section.title-sec {
        height: 25vh;
    }
    .adm2-box {
        min-height: 350px;
    }
    .car-row {
        min-height: 320px;
        margin-bottom: 40px;
    }
    h3.car-hd {
        color: #E6B23A !important;
        margin-bottom: 30px;
        text-align: center;
    }
    .cont-form {
        margin-top: 0px;
    }
    .vpy-mid {
        padding-bottom: 50px;
        padding-top: 30px;
    }
    .sm-foot {
        width: 38%;
    }
    .sd-wid {
        margin-top: 80px;
    }
    .acd1-inn h3 {
        color: #fff !important;
        font-size: 45px;
    }
    .vpy-top h4 {
        color: #CFA012 !important;
        margin-bottom: 15px;
        font-size: 45px;
    }
    h4#vd-secnd {
        color: #CFA012 !important;
        font-size: 45px;
    }
        .item.prm-itm1 p, .item.prm-itm2 p, .item.prm-itm3 p {
        font-size: 14px;
        line-height: 1.25;
    }
        .item.prm-itm1, .item.prm-itm2, .item.prm-itm3 {
        background-size: cover;
        border-radius: 0 50px 0 50px;
        min-height: 300px;
    }
}





@media only screen and (max-width: 800px) {
    .txt-brand {
        font-size: 40px;
    }
    .sec-001 p {
        width: 95%;
    }
    .btn-brand {
        padding: 15px 50px;
        margin-top: 30px;
        font-size: 18px;
    }
    .navbar-brand img {
        height: 50px;
    }
    .fg-mnu li a {
        font-size: 8px;
        margin: 5px 5px;
        padding: 0px 5px !important;
    }
    button.btn.fg-btn img {
        width: 60%;
        transition: all 0.5s ease;
    }
    #side-menu {
        width: 45%;
        right: -45%;
    }
    #side-menu .close-btn {
        cursor: pointer;
        font-size: 2em;
        color: #000;
        float: right;
        margin-right: 35px;
    }
    .sm-foot {
        width: 39%;
    }
    .start-header.scroll-on .fg-mnu li a {
        padding: 0px 4px !important;
        font-size: 10px;
        margin: 5px 0px;
    }
    .start-header.scroll-on button.btn.fg-btn img {
        width: 60%;
    }
    .col-md-5, .col-md-7, .col-md-4, .col-md-3 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .caps-002 .txt-para {
        font-size: 16px;
        line-height: 25px;
        margin: 0;
        padding-right: 0;
        padding-top: 10px;
        margin-bottom: 60px;
    }
    section.sec-005 img {
        padding: 0;
    }
    footer.site-footer {
        padding-top: 60px;
        text-align: center;
    }
    .wid-002, .wid-003 {
        padding-left: 0;
    }
    .fc-inn {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
        justify-content: center;
    }
    section.sec-002 img {
        padding-right: 0;
    }
    .flip-card img {
        width: auto !important;
    }
    .flip-card {
        width: 100%;
        height: 470px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .site-footer .col-md-2 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .f-cons {
        margin-top: 0;
    }
    .wid-004 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .col-md-6 {
        min-width: 100%;
    }
    .ab001-inn {
        background-size: contain;
    }
    .ab2-inn {
        margin-left: 0;
        text-align: center;
    }
    .ab2-col-left {
        justify-content: center;
        padding: 50px 0;
    }
    .ab2-inn h3 {
        font-size: 24px;
        margin: 0 auto;
    }
    .ab5-inn {
        padding-left: 0;
        margin-top: 30px;
    }
    .ab6-inn {
        background: url(../img/ab6-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding-right: 0;
        height: 60%;
        display: flex;
        align-items: center;
    }
    .prm1-inn h6 {
        margin-top: 30px;
    }
    .row.prm-row .col-md-4, .row.prm-row .col-md-8 {
        min-width: 100%;
    }
    img.prm-icon {
        margin-top: 30px;
    }
    .prm-row {
        width: 100%;
        padding: 30px 0px 30px 30px;
        align-items: center;
    }
    .acd2-img {
        padding-right: 60px;
        margin-bottom: 50px;
    }
    .acd-box {
        padding: 10px 20px;
        color: #fff;
        margin-top: 50px;
        min-height: auto;
    }
    .acd5-img {
        padding-left: 0;
        margin-top: 30px;
    }
    .acd5-box {
        height: auto;
        margin-bottom: 30px;
    }
    .adm2-box {
        min-height: auto;
        padding-bottom: 30px;
    }
    .adm3-title {
        margin-top: 30px;
    }
    .camp1-inn {
        padding-right: 50px;
        margin-bottom: 30px;
    }
    .car-row {
        min-height: auto;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }
    section.cont-001 .col-md-4, section.cont-001 .col-md-8 {
        min-width: 100%;
    }
    .item.prm-itm1, .item.prm-itm2, .item.prm-itm3 {
        min-height: 775px !important;
    }
.row.prm-row img {
    margin-bottom: 10px;
}
}





@media only screen and (max-width: 768px) {
    .fg-mnu li a {
        margin: 5px 3px;
    }
    section.title-secc {
        height: 45vh;
        padding-top: 90px;
    }
}








@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}
.logo img {
	height: 26px;
	width: auto;
	display: block;
  filter: brightness(10%);
	transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}






@media only screen and (max-width: 600px) {
    ul.fg-mnu {
        border: 1px solid #fff;
        border-radius: 35px;
        background: rgba(0, 0, 0, 0.95);
        margin-top: 30px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .navbar-light .navbar-toggler-icon {
        width: 34px;
        height: 17px;
        border-bottom: 1px solid #fff;
    }
    .navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
        width: 34px;
        background-color: #fff;

    }
    .navbar-brand img {
        height: 90px;
    }
    .sec-001 p {
        width: 100%;
        font-size: 16px;
    }
    .txt-brand {
        font-size: 30px;
    }
    .sec5-caps h3 {
        font-size: 28px;
        line-height: 40px;
        margin: 0;
        color: #fff !important;
        margin-top: 30px;
    }
    .nav-item {
        text-align: center;
    }
    .fg-mnu li a {
        font-size: 16px;
        margin: 15px 5px;
        padding: 10px 5px !important;
        width: 95%;
    }
    .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }
    button#open-menu-btn {
        display: none;
    }
    section.sec-005 {
        padding: 50px 0px;
    }
    .fc-inn {
        display: flex;
        align-items: center;
        justify-content: start;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .f-cons p {
        margin: 0;
        text-align: left;
    }
    section.title-secc {
        height: 35vh;
        padding-top: 90px;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    section.title-sec {
        height: 32vh;
    }
    section.title-sec h1 {
        color: #fff !important;
        font-size: 40px;
        padding-top: 100px;
    }
    .adm-cta p {
        width: 100%;
    }
    .adm-cta h3 {
        color: #E6B23A !important;
        font-size: 31px;
    }
    .cont-form {
        padding: 30px;
    }
    .vpy-top {
        height: 100%;
        text-align: left;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0;
    }
        .flip-card img {
        width: 100% !important;
    }
    .prm-row {
        width: 100%;
        padding: 30px 10px 30px 10px;
        align-items: center;
    }
}




@media only screen and (max-width: 414px) {
    .navbar-brand img {
        height: 70px;
    }
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .fg-mnu li a {
        font-size: 16px;
        margin: 10px 5px;
        padding: 10px 5px !important;
        width: 95%;
    }
    section.sec-001 .row {
        height: 85vh;
    }
    section.sec-001 {
        height: 85vh;
    }
    .txt-brand {
        font-size: 22px;
    }
    .btn-brand {
        padding: 15px 50px;
        margin-top: 30px;
        font-size: 14px;
    }
    .sec-001 p {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }
    .ab-caps h2 {
        font-size: 30px;
        margin-top: 15px;
    }
    .ab-caps .txt-hd {
        color: #E6B23A;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }
    .ab-caps .txt-hd2 {
        font-size: 16px;
        font-weight: 600;
    }
    button.btn.vida-btn {
        width: 100%;
    }
    section.sec-004 {
        padding: 50px 0;
    }
    section.sec-004 h2 {
        font-size: 30px;
        margin-bottom: 29px;
    }
    .sec5-caps h3 {
        font-size: 20px;
        line-height: 30px;
    }
    section.sec-006 h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    section.sec-007 h3 {
        color: #fff !important;
        font-size: 25px;
        margin-bottom: 50px;
        line-height: 1.5;
    }
    .scroll-on ul.fg-mnu {
        border: 1px solid #fff;
        border-radius: 35px;
        background: rgba(0, 0, 0, 0.95);
        margin-top: 30px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 84vh;
    }
    .scroll-on .fg-mnu li a {
        font-size: 16px;
        margin: 10px 5px;
        padding: 10px 5px !important;
        width: 95%;
    }
    .start-header.scroll-on .fg-mnu li a {
        font-size: 16px;
        margin: 10px 5px;
        padding: 10px 5px !important;
        width: 95%;
    }
    .ab4-inn h3 {
        font-size: 25px;
    }
    section.title-secc {
        height: 45vh;
        padding-top: 90px;
    }
    .prm-row {
        width: 100%;
        padding: 30px 15px;
        align-items: center;
    }
    .adm3-title {
        display: block;
    }
    .camp1-inn {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .car-row {
        display: block;
    }
    .car2-left {
        width: 100%;
        padding-right: 0;
    }
    .car2-right {
        width: 100%;
        text-align: left !important;
    }
    form .col-sm-12 {
        padding: 0;
    }
    .acd1-inn h3 {
        color: #fff !important;
        font-size: 35px;
    }
    .vpy-top h4 {
        color: #CFA012 !important;
        margin-bottom: 15px;
        font-size: 35px;
    }
    h4#vd-secnd {
        color: #CFA012 !important;
        font-size: 35px;
    }
        .flip-card {
        width: 100%;
        height: 340px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    button.btn.btn-adm {
    font-size: 14px;
}
}





@media only screen and (max-width: 375px) {
    .fg-mnu li a {
        font-size: 14px;
        margin: 5px 5px;
        padding: 8px 5px !important;
        width: 95%;
    }
    .scroll-on ul.fg-mnu {
        height: 82vh;
    }
    .start-header.scroll-on .fg-mnu li a {
        font-size: 14px;
        margin: 8px 5px;
        padding: 8px 5px !important;
        width: 95%;
    }
    section.sec-006 {
        padding: 30px 0 0px 0;
    }
    section.title-sec {
        height: 46vh;
    }

    section.sec-007 img {
        width: 70%;
    }
    section.sec-001 .row {
        height: 100vh;
    }
    section.sec-001 {
        height: 100vh;
    }
    .txt-brand {
        font-size: 20px;
    }
    .sec-001 p {
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
    }
    .btn-brand {
        padding: 10px 40px;
        margin-top: 30px;
        font-size: 14px;
    }
    ul.fg-mnu {
        border: 1px solid #fff;
        border-radius: 22px;
        background: rgba(0, 0, 0, 0.95);
        margin-top: 20px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .fg-mnu li a {
        font-size: 14px;
        margin: 5px 5px;
        padding: 5px 5px !important;
        width: 95%;
    }
    .start-header.scroll-on .fg-mnu li a {
        font-size: 14px;
        margin: 5px 5px;
        padding: 7px 5px !important;
        width: 95%;
    }
    .scroll-on ul.fg-mnu {
        height: 79vh;
        border-radius: 22px;
    }
    .vpy-top h4 {
        color: #CFA012 !important;
        margin-bottom: 15px;
        font-size: 30px;
    }
    h4#vd-secnd {
        color: #CFA012 !important;
        font-size: 30px;
    }
    .acd1-inn h3 {
        color: #fff !important;
        font-size: 30px;
    }
        .flip-card {
        width: 100%;
        height: 320px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
        button.btn.btn-adm {
        font-size: 13px;
        width: 100%;
    }
    
    
}


.hover_box:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}