/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body, html {
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    color: #444444;
}

a {
    color: #3498db;
}

a:hover {
    color: #5faee3;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.1px !important;
}

@media (max-width: 575px) {
    #work .container { 
        padding: 0 15px 88px 15px !important;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#illumine-hero {
    width: 100%;
    height: 100vh;

    margin-top: 40px;
}

.hero-image {
    background-image: url("../portfolio_imgs/illumine-imgs/hero-section/Illumine-hero-img.png");
    height: 100%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
@media (max-width: 992px){
    #illumine-hero {
        margin-top: 26px;
    }
}
@media (max-width: 768px) and (max-height: 1024px){
    #illumine-hero {
        height: 64vh;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 64px 0;
    overflow: hidden;
}
/* light section setup */
.light-section {
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #000000;
    opacity: 1;
    border-bottom: 1px solid #fff !important;
}
.light-section-font h1 {
    font: normal normal bold 48px/48px Merriweather;
    letter-spacing: 0px;
    color: #000000;
    text-shadow: 0px 3px 6px #0000000A;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 64px;
}
.light-section-font h2 {
    font: normal normal bold 28px/28px Merriweather;
    letter-spacing: 0px;
    color: #000000;
    text-shadow: 0px 3px 6px #00000005;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 32px;
}
.light-section-font h3 {
    font: normal normal normal 18px/28px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 32px;
}
.light-section-font h4 {
    text-decoration: underline;
    font: normal normal normal 18px/18px Poppins;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 24px;
}
.light-section-font li {
    font: normal normal normal 18px/28px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.light-img-shadow {
    box-shadow: 0px 3px 6px #0000001F;
    border-radius: 10px;
    opacity: 1;
}
/* dark section setup */
.dark-section {
    /*background-color: #1a1a1a;*/
    background: #1A1A1A 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #1A1A1A;
    border-bottom: 1px solid #1A1A1A !important;
    opacity: 1;
}
.dark-section-font h1 {
    font: normal normal bold 48px/48px Merriweather;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    text-transform: uppercase;
    margin-bottom: 64px;
}
.dark-section-font h2 {
    font: normal normal bold 28px/28px Merriweather;
    letter-spacing: 1px !important;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 32px;
}
.dark-section-font h3 {
    font: normal normal normal 18px/28px Poppins;
    letter-spacing: 0.3px !important;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 32px;
}
.dark-section-font h4 {
    text-decoration: underline;
    font: normal normal normal 18px/18px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 24px;
}
.dark-section-font li {      
    font: normal normal normal 18px/28px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.dark-img-shadow {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
}

@media (max-width: 768px) {
    .light-section-font h1 {
        font: normal normal bold 34px/38px Merriweather;
    }
    .light-section-font h2 {
        font: normal normal bold 24px/30px Merriweather;
    }
    .light-section-font h3 {
        font: normal normal normal 16px/26px Poppins;
    }
    .light-section-font h4 {
        font: normal normal normal 16px/16px Poppins;
    }
    .light-section-font li {
        font: normal normal normal 16px/26px Poppins;
    }

    .dark-section-font h1 {
        font: normal normal bold 34px/38px Merriweather;
    }
    .dark-section-font h2 {
        font: normal normal bold 24px/30px Merriweather;
    }
    .dark-section-font h3 {
        font: normal normal normal 16px/26px Poppins;
    }
    .dark-section-font h4 {
        font: normal normal normal 16px/16px Poppins;
    }
    .dark-section-font li {      
        font: normal normal normal 16px/26px Poppins;
    }
}

@media (max-width: 576px) {
    .light-section-font h1 {
        font: normal normal bold 32px/36px Merriweather;
    }

    .dark-section-font h1 {
        font: normal normal bold 32px/36px Merriweather;
    }
}

/*--------------------------------------------------------------
  # Intro Info
--------------------------------------------------------------*/
#illumine-info h1 {
    font: normal normal bold 38px/38px Merriweather;
    letter-spacing: 0px;
    color: #000000;
    text-shadow: 0px 3px 6px #0000000A;
    text-transform: uppercase;
    margin-bottom: 24px;
}

#illumine-info h2 {
    font: normal normal bold 20px/20px Merriweather;
    letter-spacing: 0px;
    color: #000000;
    text-shadow: 0px 3px 6px #0000000A;
    margin-bottom: 16px;
}

#illumine-info h3 {
    font: normal normal normal 18px/28px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 32px;
}

#illumine-info h4 {
    font: normal normal normal 16px/25px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0px;
}

.technique-id {
    display: inline-block;
    margin-top: 0;
    margin-right: 8px;
    /*margin-bottom: 20px;*/
    padding: 4px 8px;
    border-radius: 5px;
    /*box-shadow: 0px 3px 6px #00000029;*/
    color: #000;
    font-size: 12px;
    background: #0f64891f 0% 0% no-repeat padding-box;
}
@media (min-width: 1200px){
    #intro-img {
        padding: 0px !important;
    }
    #illumine-info {
        padding-left: 0px;
    }
}
@media (max-width: 1200px){
    #intro-img {
        padding: 0px !important;
    }
    #illumine-info {
        padding-right: 0px;
    }
}
@media (max-width: 992px){
    #intro-img {
        padding-left: 15px;
    }
    #illumine-info {
        padding-right: 15px;
    }
}
@media (max-width: 768px){
    #illumine-info h1 {
        font: normal normal bold 32px/32px Merriweather;
    }   
    #illumine-info h2 {
        font: normal normal bold 18px/18px Merriweather;
    }
    #illumine-info h3 {
        font: normal normal normal 16px/26px Poppins;
    }
}


/*--------------------------------------------------------------
  # Team Info
--------------------------------------------------------------*/
#team-info .container {
    padding: 0px 58px !important;
}
#team-info h1 {
    font: normal normal bold 28px/28px Merriweather;
    letter-spacing: 1px !important;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: uppercase;
    margin-bottom: 12px !important;
}
#team-info h2 {
    font: normal normal normal 18px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

#team-info li h2 {
    font: normal normal normal 18px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
@media (max-width: 992px){
    #team-info .container {
        padding: 0px 15px !important;
    }
}
@media (max-width: 768px){
    #team-info h1 {
        font: normal normal bold 22px/22px Merriweather;
    }
    #team-info h2 {
        font: normal normal normal 16px/26px Poppins;
    }
    #team-info li h2 {
        font: normal normal normal 16px/26px Poppins;
    }
}
@media (max-width: 576px){
    #team-img {
        margin-top: 16px !important;
    }
}

/*--------------------------------------------------------------
  # Problem Info
--------------------------------------------------------------*/
#problem-info .container {
    padding: 0px 58px !important;
}
#problem-info h1 {
    font: normal normal bold 32px/32px Merriweather;
    letter-spacing: 0px;
    color: #000000;
    text-shadow: 0px 3px 6px #00000005;
    opacity: 1;
    margin-bottom: 24px !important;
}
#problem-info h2 {
    font: normal normal normal 18px/28px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 40px;
}
.parent {
    position: relative;
    top: 0;
    left: 0;
  }
.image1 {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #000000;
    z-index: 1;
  }
  .image2 {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #000000;
    z-index: 2;
  }
.hover_card:hover{
    transform: scale(1.05);
    transition-duration: .4s;
    cursor: pointer;
    /*box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    border-color: white;*/
}
.problem-holder {
    position: relative;
    display: block;
    max-width: 707px !important;
    margin: auto;
}
.mobile-image {
    right: 0%;
    bottom: 0%;
    position: absolute;

    
}
#problem-img-1 {
    max-height: 432px;
    margin-bottom: 0px;
}
#problem-img-2 {
    max-height: 333px;
    margin-bottom: 0px;
}


@media (max-width: 992px){
    #problem-info .container {
        padding: 0px 15px !important;
    }
    #p-h1 {
        margin-top: 24px !important;
    }
    #p-h2 {
        margin-bottom: 0px !important;
    }
}
@media (max-width: 768px){
    #problem-info h1 {
        font: normal normal bold 28px/28px Merriweather;
    }
    #problem-info h2 {
        font: normal normal normal 16px/26px Poppins;
    }
    #problem-img-2 {
        max-height: 246px;
    }  
}
@media (max-width: 530px){
    #problem-img-2 {
        max-height: 220px;
    }  
}
@media (max-width: 495px){
    #problem-img-2 {
        max-height: 200px;
    }   
}
@media (max-width: 432px){
    #problem-img-2 {
        max-height: 180px;
    }   
}
@media (max-width: 380px){
    #problem-img-2 {
        max-height: 170px;
    }    
}
@media (max-width: 332px){
    #problem-img-2 {
        max-height: 160px;
    }    
}
/*--------------------------------------------------------------
  # Background Research Section
--------------------------------------------------------------*/
#br-section .container {
    padding: 0px 58px !important;
}

@media (max-width: 992px){
    #br-section .container {
        padding: 0px 15px !important;
    }
}

/*--------------------------------------------------------------
  # User Research Section
--------------------------------------------------------------*/
#uxr-section .container {
    padding: 0px 58px !important;
}

@media (max-width: 992px){
    #uxr-section .container {
        padding: 0px 15px !important;
    }
}

/*--------------------------------------------------------------
  # Definition & Ideation Section
--------------------------------------------------------------*/
#def-ideation-section .container {
    padding: 0px 58px !important;
}

@media (max-width: 992px){
    #def-ideation-section .container {
        padding: 0px 15px !important;
    }
}

/*--------------------------------------------------------------
  # Wireframing & Prototyping Section
--------------------------------------------------------------*/
#wireframing-section .container {
    padding: 0px 58px !important;
}

@media (max-width: 992px){
    #wireframing-section .container {
        padding: 0px 15px !important;
    }
}

/*--------------------------------------------------------------
  # Testing & Iterating Section
--------------------------------------------------------------*/
#testing-iterating-section .container {
    padding: 0px 58px !important;
}

@media (max-width: 992px){
    #testing-iterating-section .container {
        padding: 0px 15px !important;
    }
}

/*--------------------------------------------------------------
  # Whats Next Section
--------------------------------------------------------------*/
#whats-next-section .container {
    padding: 0px 58px !important;
}

@media (max-width: 992px){
    #whats-next-section .container {
        padding: 0px 15px !important;
    }
}

/*--------------------------------------------------------------
  # Final Section
--------------------------------------------------------------*/
.color-section {
    background: transparent linear-gradient(180deg, #CAE5E0 0%, #E8FAEF 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #000000;
    opacity: 1;
    border-bottom: 1px solid #fff !important;
}
#final-section .container {
    padding: 0px 58px !important;
    
}
.product-holder {
    position: relative;
    display: block;
    max-width: 708px !important;
    margin: auto;
}
.mobile-image {
    right: 0%;
    bottom: 0%;
    position: absolute;

}
#final-img-1 {
    margin-bottom: 0px;
    max-height: 574px;
}
#final-img-2 {
    margin-bottom: 0px; 
    max-height: 330px;
}

@media (max-width: 992px){
    #final-section .container {
        padding: 0px 15px !important;
    }
}
@media (max-width: 768px){
    #final-img-2 {
        max-height: 246px;
    }  
}
@media (max-width: 530px){
    #final-img-2 {
        max-height: 220px;
    }  
}
@media (max-width: 472px){
    #final-img-2 {
        max-height: 210px;
    }  
}
@media (max-width: 430px){
    #final-img-2 {
        max-height: 180px;
    }  
}


/*--------------------------------------------------------------
  # Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 24px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #000;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    padding: 0 3px;
    font-family: "Merriweather", serif;
}

.nav-menu > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #3498db;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #3498db;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 22px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #2c4964;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #3498db;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}


/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #000;
}
button.mobile-nav-toggle.d-lg-none {
    padding: 1px 0px !important;
  }
  
.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    font-family: "Merriweather", serif !important;
    color: #000;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #3498db;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(28, 47, 65, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    z-index: 997;
    transition: all 0.2s;
    padding: 15px 0;
}

#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    background: #fff;
}

#header .logo h1 {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
    color: #222222;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 74px;
}
@media (max-width: 992px) {
    #header .container {
        margin: 0px !important;
    }
}
@media (max-width: 768px) {
    #header {
        background: #fff;
    }
    #header .logo h1 {
        font-size: 28px;
    }
}

/*--------------------------------------------------------------
# Prototype button
--------------------------------------------------------------*/
.prototype-button {
    position: fixed;
    display: none;
    left: 15px;
    bottom: 15px;
    z-index: 99999;
    box-shadow: 0px 3px 6px #0000001F;
}

.prototype-button p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    /*width: 40px;*/
    height: 40px;
    border-radius: 4px;
    background: #0f6489;
    color: #fff;
    transition: all 0.4s;
    margin: 0px;
    padding: 0px 16px;
    font: normal normal normal 18px/28px Poppins;
}

.prototype-button p:hover {
    background: #062c3c;
    color: #fff;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    box-shadow: 0px 3px 6px #0000001F;
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #0f6489;
    color: #fff;
    transition: all 0.4s;
}

.back-to-top i:hover {
    background: #062c3c;
    color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-family: 'Merriweather', serif;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 0;
    color: #222222;
    font-size: 15px;
}

#footer .credits {
    font-size: 13px;
    padding-top: 5px;
    color: #222222;
}

#footer .footer-links a {
    color: #222222;
    padding-left: 15px;
}

#footer .footer-links a:first-child {
    padding-left: 0;
}

#footer .footer-links a:hover {
    color: #3498db;
}
  

/*--------------------------------------------------------------
# Contact Modal
--------------------------------------------------------------*/
/* The Close Button */
.close {
    color: #fff;
    font-size: 32px;
    font-weight: lighter;
    position: absolute;
    z-index: 9999px !important;
    top: 16px !important;
    right: 18px !important;
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  #contact-section {
    font-family:"Poppins",Arial,sans-serif;
    font-size:16px;
    line-height:1.8;
    font-weight:normal;
    background:#fafafa;
    color:gray
  }
    
  #contact-section a{
    -webkit-transition:.3s all ease;
    -o-transition:.3s all ease;
    transition:.3s all ease;
    color:#01d28e
  }
  
  #contact-section a:hover,#contact-section a:focus{
    text-decoration:underline!important;
    outline:none!important;
    -webkit-box-shadow:none;
    box-shadow:none
  }
  
  #contact-section h1, #contact-section h2, #contact-section h3, #contact-section h4,#contact-section h5,#contact-section .h1,#contact-section .h2,#contact-section .h3,#contact-section .h4,#contact-section .h5{
    line-height:1.5;
    font-weight:400;
    font-family:"Poppins",Arial,sans-serif;
    color:#000
  }
  
  .bg-primary{
    background:#0f6489!important
  }
  
  .ftco-section{
    padding:0
  }
  
  .ftco-no-pt{
    padding-top:0
  }
  
  .ftco-no-pb{
    padding-bottom:0
  }
  
  .heading-section{
    font-size:28px;color:#000
  }
  
  #contact-section .img{
    background-size:cover;
    background-repeat:
    no-repeat;
    background-position:center center
  }
  
  .form-control{
    height:36px;
    background:#fff;
    color:rgba(0,0,0,.8);
    font-size:14px;
    border-radius:2px;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    border:1px solid rgba(0,0,0,.1)
  }
  .form-control::-webkit-input-placeholder{
    color:rgba(0,0,0,.3)!important
  }
  .form-control::-moz-placeholder{
    color:rgba(0,0,0,.3)!important
  }
  .form-control:-ms-input-placeholder{
    color:rgba(0,0,0,.3)!important
  }
  .form-control:-moz-placeholder{
    color:rgba(0,0,0,.3)!important
  }
  .form-control:focus,.form-control:active{
    border-color:#094d93!important
  }
  textarea.form-control{
    height:inherit!important
  }
  
  
  
  #contact-section .wrapper{
    width:100%;
    -webkit-box-shadow:0 21px 41px -13px rgba(0,0,0,.18);
    -moz-box-shadow:0 21px 41px -13px rgba(0,0,0,.18);
    box-shadow:0 21px 41px -13px rgba(0,0,0,.18)
  }
  .contact-wrap{
    background:#fff
  }
  .info-wrap {
    color:rgba(255,255,255,.8)
  }
  .info-wrap h3 {
    color: #fff !important;
  }
  .info-wrap .dbox {
    width:100%;
    color:rgba(255,255,255,.8);
    margin-bottom:25px
  }
  .info-wrap .dbox:last-child {
    margin-bottom:0
  }
  .info-wrap .dbox p {
    margin-bottom:0
  }
  .info-wrap .dbox p span {
    font-weight:500;
    color: #fff !important;
  }
  .info-wrap .dbox p a {
    color: #fff !important;
  }
  .info-wrap .dbox .icon {
    width:50px;
    height:50px;
    border-radius:50%;
    border:2px solid rgba(255,255,255,.2)
  }
  .info-wrap .dbox .icon span {
    font-size:20px;
    color:#fff !important
  }
  .info-wrap .dbox .text {
    width:calc(100% - 50px)
  }
  
  
  #contact-section .btn {
    padding:12px 16px;
    cursor:pointer;
    border-width:1px;
    border-radius:5px;
    font-size:14px;
    font-weight:400;
    -webkit-box-shadow:0 10px 20px -6px rgba(0,0,0,.12);
    -moz-box-shadow:0 10px 20px -6px rgba(0,0,0,.12);
    box-shadow:0 10px 20px -6px rgba(0,0,0,.12);
    position:relative;margin-bottom:20px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s
  }
  
  @media (prefers-reduced-motion:reduce){
    #contact-section .btn{
        -webkit-transition:none;
        -o-transition:none;
        transition:none
    }
  }
  
  #contact-section .btn:hover,#contact-section .btn:active,#contact-section .btn:focus{
    outline:none!important;
    -webkit-box-shadow:0 10px 20px -6px rgba(0,0,0,.22)!important;
    -moz-box-shadow:0 10px 20px -6px rgba(0,0,0,.22)!important;
    box-shadow:0 10px 20px -6px rgba(0,0,0,.22)!important
  }
  
  #contact-section .btn.btn-primary{
    background:#094d93!important;
    border-color:#094d93!important;
    color:#fff
  }
  
  #contact-section .btn.btn-primary:hover,#contact-section .btn.btn-primary:focus{
    border-color:#092a4b!important;
    background:#092a4b!important
  }
  
  .contactForm .label{
    color:#000;
    text-transform:uppercase;
    font-size:12px;
    font-weight:600
  }
  
  .contactForm .form-control{
    border:none;
    border-bottom:1px solid rgba(0,0,0,.1);
    padding:0
  }
  
  #contactForm .error{
    color:red;
    font-size:12px}
  
  
  #contactForm .form-control{
    font-size:16px
  }
  
  #message{
    resize:vertical
  }
  
  #form-message-warning,#form-message-success{
    display:none
  }
  
  #form-message-warning{
    color:red
  }
  #form-message-success{
    color:#28a745;
    font-size:18px;
    font-weight:bold
  }
  
  .submitting{
    float:left;
    width:100%;
    padding:10px 0;
    display:none;
    font-size:16px;
    font-weight:bold
  }
  @media (max-width: 991px) {
    .modal-dialog {
      margin-top: 58px !important;
    }
  }