
body {
    background-image: linear-gradient(315deg, rgba(184, 212, 227, 1) 0%, rgba(246, 246, 246, 1) 100%);
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 100;
}
/* Default link styling */
a:link { color:#29aae3; }
a:visited { color:#2b3991; }
a:hover, a:focus { color:#2b3991; }
a:active { color:#29aae3; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5b6164 !important;
}

p, li, label{ 
    color: #676e72;
    font-size:1.25rem; }
.bk-white{
    background: white;
}
.color-white{
    color: white !important;
}
.header{
    height: 80vh;
}
.header h1{
    color:#29aae3 !important;
    font-weight: lighter;
}
.btn{
    border-radius: 50px !important;
}
.btn-darkblue{
    background-color: rgba(43, 57, 145, 1) !important;
    color: white !important;
}
.btn-darkblue:hover{
    background-color: rgba(246, 246, 246, 1) !important;
    color: #2b3991 !important;
}
.btn-lightblue{
    background-color: #29aae3 !important;
}
.btn-outline-darkblue{
    border-color: #2b3991 !important;
    color: #2b3991 !important;
}
.btn-outline-lightblue{
    border-color: #29aae3 !important;
    color: #29aae3 !important;
}

.title {
    color: #a9c3cf !important;
    font-size: 3.2rem;
    letter-spacing: -1px;
    line-height: 1;
    position: relative;
    margin-bottom: 2rem;
}
@media (min-width:760px){
    .title{
        font-size: 4rem;
    }
}
/***************************************
 * top divider 
****************************************/

.custom-shape-divider-top-1693229357 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1693229357 svg {
    position: relative;
    display: block;
    width: calc(189% + 1.3px);
    height: 183px;
}

.custom-shape-divider-top-1693229357 .shape-fill {
    fill: #FFFFFF;
}

/***************************************
 * footer divider 
****************************************/

.custom-shape-divider-bottom-1693230203 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1693230203 svg {
    position: relative;
    display: block;
    width: calc(220% + 1.3px);
    height: 66px;
}

.custom-shape-divider-bottom-1693230203 .shape-fill {
    fill: #FFFFFF;
}

/***************************************
 * logo
****************************************/

.logo{
    background: url('../images/logo.jpg') no-repeat center;
    background-size: contain;
    display: block;
    height: 256px;
    margin: 80px 0 0;
    text-indent: -9999px;
    width: 100%;
}

@media(min-width:760px){
    .logo{
        height: 306px;
        margin: 0;
        width: 486px;
    }
}

.img-holder{
    bottom: -20px;
    position: absolute;
    right: 0;
    z-index: 2;
}


/* ---------------------------------------------------------
   Print styles
   ---------------------------------------------------------*/
@media print {
    * {
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
        background:transparent !important;
    }
    html { background-color:#fff; }
    /* Hide navigation */
    nav { display:none; }

    /* Show link destinations in brackets after the link text */
    a[href]:after { content: " (" attr(href) ") "; }
    a[href] {
        font-weight:bold;
        text-decoration:underline;
        color:#06c;
        border:none;
    }
    /* Don't show link destinations for JavaScript or internal links */ 
    a[href^="javascript:"]:after, a[href^="#"]:after { content:""; }
    
    /* Show abbr title value in brackets after the text */
    abbr[title]:after { content: " (" attr(title) ")"; }

    figure { 
        margin-bottom:1em; 
        overflow:hidden;
    }

    figure img { border:1px solid #000; }
}

/* ---------------------------------------------------------
   navigation
   ---------------------------------------------------------*/
.navigation{
    z-index: 9;
}
.iso{
    background: url('../images/iso.jpg') no-repeat;
    background-size: contain;
    display: flex;
    float: left;
    height: 40px;
    margin: 10px;
    text-indent: -99999px;
    width: 59px;
}

.bk-white{
    background: white;
}

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

.header{
    height: 80vh;
}
.header h1{
    color:#29aae3 !important;
    font-weight: lighter;
}

/* ---------------------------------------------------------
   Menu
   ---------------------------------------------------------*/

#cssmenu
{
    display:flex;
    flex-flow: row-reverse;
    text-align:center;
    line-height:1.2;
    margin: 10px 0;
}
#cssmenu ul
{
    width:auto;
    display:block;
    font-size:0;
    text-align:center;
    border: transparent;
    margin:0; 
    padding:0;
    list-style:none;
    position:relative;
    z-index:999999990;
    border-radius: 3px;
} 

#cssmenu li
{
    display:inline-block;
    position:relative;    
    font-size:0; 
    margin:0;
    padding:0;
}

/*Top level items
---------------------------------------*/

#cssmenu >ul>li>span, #cssmenu >ul>li>a 
{   
    background-color: rgba(246, 246, 246, 0);
    border-radius: 10px;
    color:#aab4b4;
    display:block;   
    font-size:1rem;
    font-weight:400;
    padding:1em; 
    position:relative;
    text-decoration:none;
    text-transform:uppercase;
    transition:all 0.3s;
}
#cssmenu li:hover > span, #cssmenu li:hover > a,
#cssmenu >ul>li>a.nav_active
{  
    background-color: rgba(246, 246, 246, 1);
    color:#29aae3;
}

#cssmenu >ul>li>a.social-icon{
    padding: .5em !important;
}
#cssmenu li:hover > a.social-icon{
    background-color: transparent; !important;
}
#cssmenu li > a.social-icon svg.icon{
    height: 40px;
    width: 40px;
}

/*Sub level items
---------------------------------------*/
#cssmenu .dropdown
{
    text-align:left;
    left:0;
    font-family:inherit;
    color: #FFFFFF;
    border:none;
    position:absolute;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    display:none;
    opacity:0;
    cursor:default;
}

#cssmenu .dropdown li {
    display: block;  
}

#cssmenu .dropdown li > span, #cssmenu .dropdown li > a, #cssmenu .clm a, #cssmenu .clm h3 
{
    font-size:18px;
    font-weight:400;
    font-family:inherit;
    margin:0;
    padding:12px 20px; 
    display:block;
    color:inherit;
    text-decoration:none;
}
#cssmenu .clm h3 {
    font-size:20px;
    font-weight:700;
}
#cssmenu .sub-item {
    background-color:#743347;
    position:relative;       
    transition:all 0.3s;
}

#cssmenu .dropdown li:hover > span, #cssmenu .dropdown li:hover > a
{

    color:#FFFFFF;
    background-color:#85384f;
}

#cssmenu .clm a:hover
{
    color:#FFFFFF;
    transition:color 0.2s;
}

#cssmenu .dropdown.right0 {left:auto;right:0;} 
#cssmenu .dropdown li > .dropdown.right0 {left:auto;right:100%;} 
       
#cssmenu li.full-width{
    position:static;
}
#cssmenu li.full-width .dropdown{
    width:100%;
    left:0;
    box-sizing:border-box;
}  

#cssmenu li:hover > .dropdown
{
    display:block;
    opacity:1;
    z-index:1;
}

#cssmenu .dropdown li > .dropdown
{
    left:100%; right:auto;
    top:0;
}

#cssmenu ul.dropdown
{
    min-width:220px; /* Sub level menu min width */
}

#cssmenu div.dropdown  {
    text-align:center;
}

/* each column */
#cssmenu .clm
{
    text-align:left;
    margin:20px;
    vertical-align:top;/*or middle*/
    width:auto;
    min-width:220px;
    display:inline-block;
    *display:inline;*zoom:1;
}

#cssmenu .clm a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

/*-----------Arrows----------------*/
#cssmenu .arrow {
    color:inherit;
    border-style:solid; border-width:2px 2px 0 0; padding:4px; transform:rotate(135deg);margin-top:-8.5px;margin-left:4px;
    position:relative;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align:middle;
    overflow:hidden;/*for IE6*/
}
        
#cssmenu .dropdown .arrow {
    transform:rotate(45deg);
    top:50%;margin-top:-6px;
    position:relative;top:auto;
} 

/*######## styles for mobile mode */

.menu-icon {
    display: none;
}

@media only screen and (max-width: 800px) {

    .menu-icon {display:inline-block;}

    #cssmenu  {
        width:100%;
        max-width:600px;
        display:none;
        background-color:#fff;
        border:1px solid rgba(0,0,0,0.2);
        box-sizing:border-box;
        z-index:999999990;
    }

    /*--begin mark1--*/

    #cssmenu  {
        position:fixed;top:0;bottom:0;left:0;right:0;height:100%!important;
        right:-130%;
        left:auto; box-shadow:-4px 0 18px rgba(0,0,0,0.3);
        transition:all 411ms cubic-bezier(.7, 0,1,.4);
    }

    #cssmenu.active {
        right:0;
        transition:all 411ms cubic-bezier(.16,.76,.45,1);
    }
    #cssmenu.closed{
        right: -130%;
    }

    #mcmenu {z-index:1000000004;}
-fixed-bg {background:#000;z-index:1000000000;}
-fixed-bg.showing {display:block;opacity:0;}-fixed-bg.active {opacity:0.4;}
.menu-icon.active {position:fixed;top:12px;right:12px;z-index:1000000006;}

    /*--end mark1--*/

    #cssmenu ul  {
        background-color:transparent;
        transition:all 411ms ease;
        box-sizing:border-box;
        border:none;
        border-radius: 0;
        margin-top: 2rem;
    }

    #cssmenu .mobileHide {
        display:none;
    }

    #cssmenu li {
        text-align:center;
        display:block;
        position:static;
    }

    #cssmenu >ul>li>span, #cssmenu >ul>li>a 
    {       
        font-size:1.2rem;
        padding: .8rem;
    }
    /* #cssmenu li:hover span, #cssmenu li:hover a {
     
        color:#FFFFFF;
        background-color:#651d32;
    }*/
}
/*----------- menu-icon ----------------*/
.menu-icon-wrapper {
    display: flex;
    flex-direction: row-reverse;
    float: right;
    padding:5px;
    text-align:right;
}
.menu-icon {
    padding:9px;
    cursor: pointer;
    outline: none;
    border:1px solid transparent;
    border-radius:3px;
    transition: all 0.25s ease-out;
    user-select:none;
    box-sizing:content-box;
    font-size:0;
    position:relative;
}

.menu-icon.active{

}
.three-line{
  width: 22px;
  height: 20px;
  position: relative;
  display: inline-block;
  font-size: 0;
}
.three-line span{
  background-color:#999;
  position: absolute;
  border-radius: 2px;
  transition: transform .5s ease-in-out;
  width:100%;
  height: 2px;
  left: 0;
  transform: rotate(0);
}
.three-line span:nth-child(1){
  top:0;
}
.three-line span:nth-child(2){
  top:9px;
  visibility:visible;
}
.three-line span:nth-child(3){
  bottom:0;
}
.menu-icon.active .three-line span:nth-child(1){
  transform: rotate(225deg);
  top: 9px;
}
.menu-icon.active .three-line span:nth-child(2){
  transform: rotate(180deg);
  visibility:hidden;
}
.menu-icon.active .three-line span:nth-child(3){
  transform: rotate(315deg);
  top: 9px;
}
/*End of styles for mobile mode ########*/

@keyframes topItemAnimation{
  from {opacity: 0;  transform:translate3d(0, 10vh, 0);}
  to {opacity: 1; transform:translate3d(0, 0, 0);}
}
#cssmenu li a {animation:none;}
#cssmenu.active li a { animation: topItemAnimation 0.9s cubic-bezier(.16,.84,.44,1) 0.9s backwards;}
#cssmenu.active li:nth-of-type(1) a { animation: topItemAnimation 0.9s cubic-bezier(.16,.84,.44,1) 0.15s backwards;}
#cssmenu.active li:nth-of-type(2) a { animation: topItemAnimation 0.9s cubic-bezier(.16,.84,.44,1) 0.3s backwards;}
#cssmenu.active li:nth-of-type(3) a { animation: topItemAnimation 0.9s cubic-bezier(.16,.84,.44,1) 0.45s backwards;}
#cssmenu.active li:nth-of-type(4) a { animation: topItemAnimation 0.9s cubic-bezier(.16,.84,.44,1) 0.6s backwards;}
#cssmenu.active li:nth-of-type(5) a { animation: topItemAnimation 0.9s cubic-bezier(.16,.84,.44,1) 0.75s backwards;}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #cssmenu.active li a{animation:none!important;}}
/*--Style the menu-icon--*/
.menu-icon {border-radius:50%;}
.menu-icon.active {background-color:transparent;}

#mcmenu .hasdd .top-item:before {
  content: '';
  position: absolute;
  width: 100%;
  top:0; bottom:0; height:auto;background-color: rgba(255,255,255,0.1);
  left: 0;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

#mcmenu .hasdd .top-item:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

/*reveal*/


.reveal{
/*  position: relative;*/
  transform: translateY(50px);
  opacity: 0;
  transition: 1.2s all ease;
}

.reveal.show{
  transform: translateY(0);
  opacity: 1;
}

#form {
    background-color: rgba(255, 255, 255, .5);
}

/***************************************
 * credits
****************************************/

.credits{
    background-color: white;
    border-top:1px solid #ccc;
    padding: 5em 0 3em;
}
.credits a{
  background: url(https://www.innfinite.co.uk/images/logo.png) center no-repeat;
  background-size: contain;
  display: block;
  height: 26px;
  margin: 1rem auto;
  text-indent: -9999px;
  width: 170px;
}

/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
    position: fixed; 
    z-index: 99; 
    bottom: 20px; 
    left: 40px; 
    width: 50px;
    height: 50px;
    border: none; 
    border-radius: 50%; 
    outline: none; 
    padding: 0;
    background-color: transparent; 
    cursor: pointer; 
}

#myBtn:hover {
    background-color: #29aae3;
}

svg.icon{
    height: 50px;
    stroke-width: 1px;
    width: 50px;
}