@font-face {
  font-family: Addictive-Caps;
  src: url("../assets/font/addictive-caps.otf");
}

@font-face {
  font-family: "Addictive-Regular";
  src: url("../assets/font/addictive-regular.otf");
}

@font-face {
  font-family: "Futura-Book";
  src: url("../assets/font/Futura Book font.ttf");
}

@font-face {
  font-family: "Futura-Light";
  src: url("../assets/font/futura light bt.ttf");
}

@font-face {
  font-family: "Garamond-Regular";
  src: url("../assets/font/Garamond Regular.ttf");
}

@font-face {
  font-family: "Times-Sans-Serif";
  src: url("../assets/font/Times-Sans-Serif.ttf");
}

:root {
  --script-caps-font: "Addictive-Caps";
  --script-font: "Addictive-Regular";
  --navigation-font: "Futura-Book";
  --navigation-light-font: "Futura-Light";
  --paragraph-font: "Garamond-Regular";
  --header-font: "Times-Sans-Serif";


}

p, div, .paragraph-font {
  font-family: var(--paragraph-font);
}

.script-font {
  font-family: var(--script-font);
  text-shadow: 2px 0px #333333;
  line-height: 0.9 !important;
}

.header-font, h1, h2, h3, h4, h5, h6, a {
  font-family: var(--header-font);
}


.negative50{
  margin-top:-50px;
}


.negative150{
  margin-top:-150px;
}


.negative100{
  margin-top:-100px;
}


.negative200{
  margin-top:-200px;
}





.gd-shadow-sm {
    box-shadow: 0 .125rem .25rem #cccccc95!important;
}


.footer * {

  font-family: var(--navigation-font) !important;

}



body,
html {
  margin: 0;
  position: relative;
  font-size: 100%; 
}

img, svg {
  object-fit: cover;
  object-position: bottom;
}

#wrapper-navbar {
  z-index: 80;
  height: 9vw;
  min-height:100px;
}

a {
  color: #333333;
}

h1 {
  font-size: 1.9rem;
}

h2 {
  font-size: 2.1rem;
}

.custom-logo {
   max-width: 40vw;   
  width: 19.3vw;
  min-width:200px;
   
}

 

.header-nav-container {
  max-width: 94%;
  padding: 0;
}


body {
  color: #333333;
  font-family: Futura-Book, "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.main-menu-page {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0.95;
  color: #ffffff;
  overflow: hidden;
}

.main-menu-page {
  width: 0;
  height: 100vh;
  background-color: #333333;
  position: absolute;
  top: 0;
  right: 0;
}

#headernavbar {
  background-color: #333333;
  padding: 1.8vw;
}

#headernavbar a {
  color: #ffffff;
}

.navbar-page-container {
  display: flex;
  flex-wrap: nowrap;
}

.navbar-pane-divider {
  width: 3px;
  background-color: #ff0000;
}

.navbar-pane {
  max-width: 50%;
}

.navbar-pane-right {
  padding-left: 6vw;
}

.navbar-pane-left {
  width: 22.3vw;
}

.navbar-pane-left .nav-child-item {
  display: none;
}

.navbar-pane-right .nav-parent-item, .navbar-pane-3 .nav-parent-item {
  display: none;
}

.navbar-pane-left .nav-parent-item {
  flex: 1;
  font-size: 1.4vw;
}

.nav-child-item {
  font-size: 1.4vw;
}

.navbar-pane-right .nav-child-item, .navbar-pane-3 .nav-child-item {
  display: none;
}

.navbar-pane-right .nav-item-title:hover {
  font-size: 1.7vw;
  color: #5CE1E670;
}

.navbar-pane-right .nav-item-title.has-children:hover {
  font-size: 1.7vw !important;
  color: #5CE1E670 !important;

}

.navbar-pane-left .nav-item-title.has-children:hover {
  font-size: 2.2vw !important;
  color: #5CE1E670 !important;

}

.navbar-pane-left .nav-item-title:hover {
  font-size: 2.2vw;
  color: #5CE1E670;
}

.navbar-pane-3 .nav-item-title {
  font-size: 1.1vw;
  color: #5CE1E6;

}

.entry-footer {
  display: none;
}

.navbar-pane-3 {
  padding-left: 4.2vw;
}

.nav-item-title {
  cursor: pointer;

  text-transform: uppercase;
  font-family: Plaak, "Helvetica Neue", Arial, sans-serif;
  line-height: 1;

  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav-item-title svg {
  font-size: .72vw;
}

.navbar-mobile .dropdown {
  display: block;
}

.navbar-mobile .sub-menu {
  display: inherit;
}

.navbar-mobile .depth_1 {
  margin-left: 1.8vw;
}

.menu_class a {
  text-decoration: none;
}

.navbar-pane-right #menu-main-menu-1 {
  display: flex;
  gap: 1.8vw;
  flex-direction: column; 
  height: 100%;
}

.navbar-pane-left #menu-main-menu-1 {
  display: flex; 
  flex-direction: column; 
  height: 100%;
}

.navbar-pane-3 .nav-item-title:hover {
  font-size: 1.3vw;
  color: #5CE1E670;
}

.navbar-nav .dropdown-menu {
  border-width: 0;
}


.header-navcover {
  position: absolute;
  width: 90%;

  background-color: #2B4257;
  top: 0;
  z-index: -10;
  min-height: 120px;
}


.header-navcover {
  height: 8vw;
}

.not-found{
  text-align: center; 
  display: grid;
  margin: 200px auto;
}
 

.post-container { 
  margin: 2vw auto;
 
}

@media(max-width:900px){

  .post-container {
     width: 85%;
  }
}

.post-container h1{
  font-size: 2.8rem;
}


.posts-navigation .nav-links{

  display: flex;
  gap: 2rem;  
  margin: 50px auto;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}


.posts-navigation .nav-links a{

  text-decoration: none;
  font-family: var(--header-font);
  font-size: 1.75rem;


}

.blog-container {
  width: 70%;
  min-width: 18vw;
  margin: 6vw auto;

}

.blog-container img, .blog-container svg {
  object-fit: cover;
  object-position: center;
}


.entry-header {
  margin: 2rem auto;
  line-height: 1.125;
  text-align: center;
}

 

.blog-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 4em;

}

.blog-card {

  min-width: 100%;
}


.blog-card h3 {
  font-size: max(2rem,1.4vw);

}

.blog-card img {

  width: 100%;
  height: 250px;
}

.blog-card a {

  color: #333333;
  text-decoration: none;

}

.entry-title {

  margin: 1.2vw auto;
}




.main-menu-page.open {
  width: 100vw;
  height: 100vh;

  position: absolute;
  top: 0;
  right: 0;
}

.toggle-icon,
.navbar-toggler {
  background-color: #5CE1E6;
  padding: .9vw;
  z-index: 100;
}




.animated-icon {
  width: 1.8vw;
  height: 1.2vw;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon span {
  background: #ffffff;
  background: #333333;
}

.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2),
.animated-icon span:nth-child(3) {
  top: .6vw;
}

.animated-icon span:nth-child(4) {
  top: 1.2vw;
}

.animated-icon.open span:nth-child(1) {
  top: .66vw;
  width: 0%;
  left: 50%;
}

.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
  top: .66vw;
  width: 0%;
  left: 50%;
}



@media (min-width: 768px) {

  #headernavbar,
  .navbar-mobile {
    display: none !important;
  }
}


@media(max-width:1000px){
  .toggle-icon, .navbar-toggler { 
    padding: 1rem;
 
  }
  .animated-icon {
    width: 1.8rem;
    height: 1.2rem;
  }



  
.animated-icon span:nth-child(2),
.animated-icon span:nth-child(3) {
  top: .6rem;
}

.animated-icon span:nth-child(4) {
  top: 1.2rem;
}

.animated-icon.open span:nth-child(1) {
  top: .66rem;
 
}

 

.animated-icon.open span:nth-child(4) {
  top: .66rem;
 
}
 
}

 
@media (max-width: 767px) {
  .navbar-full {
    display: none !important;
  }
  .toggle-icon, .navbar-toggler { 
    padding: .9vw;
 
  }
}



.dropdown-menu {
  background-color: #333333;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #333333;
}



.voaf-btn {
  border-radius: 0;
  padding: 0.6rem 1rem;
  font-size: 1.1rem;
}

@media(max-width:1000px){
.voaf-btn {
width:200px;
}
}


.carousel-indicators [data-bs-target] {

  width: 1.2vw;
  height: 1.2vw;

  background-color: #ffffff99;
  background-clip: padding-box;
  border: 1px;
  border-color: #5CE1E6;

  border-radius: 1.8vw;
  border-style: solid;
  opacity: 1;
}


.carousel-indicators .active {
  opacity: 1;
  background-color: #5CE1E6;
}



.contact-us-form-block{
  gap:0;
}


.contact-us-form-block .gform_button{
  background-color: #345E7D;
  color: #ffffff;
  border: none;
  padding: 10px 35px;
  border-radius: 3px;
}


.contact-us-form-block .gform_footer{

  text-align:right}


.contact-us-header-line1{
font-size:3rem;
}

.contact-us-header-line2{

  font-size:3rem;
  color:#5CE1E6;
}


 

.contact-us-form-block .address-column{
  display:grid ;
  padding: 40px 50px 10px;
}

.contact-us-form-block .address-column .content{
  
  max-width:100% !important;
  padding:0 1vw !important;
}

.contact-us-form-block .address-column .voaf-paragraph-wrapper {
  padding:0 !important; 
}

.contact-us-form-block .address-column .voaf-paragraph {
  width:100% !important;
}

.contact-us-form-block .form-column{
  padding: 60px 50px 10px;
}

.contact-us-form-block .form-column .gform_wrapper{
  max-width: 900px;
  margin: auto;
}


 

.site-map-block .list-column{

  padding:50px 100px ;
}
/* Footer  BEGIN */

 #totopbtn{
  background-color:#ff0000;
  color:#ffffff;

 }


footer a.social-icons {
  height: 1.2vw;
  width: 1.6vw;
  margin-left: .84vw;
}

footer a {
  color: #ffffff;
  text-decoration: none;

}

footer a:hover {
  color: #ffffff;
}

#footer-wrapper {
  color: #fff;
  width: calc(100% - (1.2vw * 2));
  max-width: 72.3vw;
  margin: 0 auto;
  padding: 2.4vw 0;
}

#social-wrapper {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.title {
  text-transform: uppercase;
}

.footer { 
  overflow: hidden;
}


.footer #row1 {
  max-height: 15vw;
  height: 15vw;
  display: flex;
}

.footer #greybar {
  background-color: #cccccc;
  vertical-align: middle;
  width: 90%;
  height: 100%;
  display: flex;

}

#footerlogo {
  width: 20%;
  margin: auto 7%;
}

.footer {
  font-family: 'Adobe Gurmukhi Regular';

}

.footer #leftpane,
.footer #rightpane {
  display: flex;
  flex: 1;
  color: #ffffff;
  padding: 2.1vw 10px 2.1vw 15px;
}

.footer #leftpane p {

  font-size: max(.7rem,1vw);
  margin-bottom: .5rem;
}
.footer   li{
 
  margin-bottom: .5rem;
}

.footer #row2 { 
  display: flex; 
}

.footer #social {
  flex: 1;
  margin-top: 1.2vw;
}

.footer #social div {
  text-align: center;
  margin-top: 1.4vw;
}

.footer #bluebar-mobile{
  display:none;
}

.footer .footer-bluebar {
  display: flex;
  margin-left: auto;
  position: static;
  width: 60%;
  top: -12vw;
  margin-right: 7%;
  margin-top:-12vw;
  background-color: #345E7D;
}

.footer .footer-bluebar #seperatorbar {
  width: 3px;
  background-color: #fff;
  height: 70%;
  margin: auto;
}

.footer #row3 {
  position: static;
  top: -13vw;
  padding-left: 6vw;
 

}

.copy {
  font-size: max(.7rem,.72vw);
  ;
}

.top-button {
  right: 4%;
}

.footer #menu, .footer #contact {
  margin: 0 auto 0 20%;
}

.footer ul {

  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: max(1rem,1.2vw);
}



@media(max-width:1000px){

  .footer {
    max-height: 100%;
    height:auto;
    
  }
  #footerlogo {
    width: 40%;
  }
  .footer #row1 {
    max-height: 100% ;
    height: auto;
    flex-direction: column;
    justify-content: space-between; 
  }
  .footer #row2 {
    max-height: 100%;
    height: auto; 
  margin : 0 auto 10px 0;
  
  }

  .footer #greybar {
    background-color: #cccccc;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px 0;
  
  }

  .footer #bluebar-mobile{
    display:flex;
    padding: 10px 0;
  }

  .footer #bluebar{
    display:none;
  }

  .footer .footer-bluebar {
    display: flex;
    margin:0;
    position: static;
    width: 100%;  
    background-color: #345E7D;
  }

  .footer .footer-bluebar #seperatorbar {

    height: 130px; 
  }

  .footer #menu, .footer #contact {
  margin: 0 auto;
  }
.footer #social{
  
  display: flex;
  justify-content: space-around;
  padding:20px 0;

}

  .footer #row3 {
    position: static;
 
  
  
  }
  
 
}



/* Footer END  */


/*  Mobile  */

@media(max-width:1000px){


  .contact-us-form-block .left-column{
display:none;
  }
  
  
  .contact-us-form-block .address-column{
    
  }
  
  .contact-us-form-block .form-column{
    
  }
  
  .contact-us-form-block .right-column{
    display:none;
  }
  

  .header-navcover {
width:100%;
  }
  

  .custom-logo {
    max-width: 100%;   
   width: 200px;
   min-width:200px;
    
 }
  

}
