/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
  height: 100vh;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    background: url(../images/bg-main.jpg) center top no-repeat; background-size: cover; height: 100vh;
    font-family: 'Poppins', sans-serif;
}



.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #e44d26;
}

.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   .top-section{ width: 100%; text-align: center; padding-top:43px; position: absolute; width: 100%; top: 0px; z-index: 999;}
 
   .top-section span{ width: 100%; display: inline-block; padding-top: 5px; padding-bottom: 5px;}
   .top-section h2 { color: #623a5e; font-size: 30px; margin: 0px; display: flex;  flex-wrap: wrap; justify-content: center; margin-top: 29px;}

   .top-section h2 img{ display: block; max-width: 100%;} 












/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.container{width: 100%; display: flex; flex-wrap: wrap; align-items: flex-end; height: 100%; position: relative;}
.img-container{width: 100%; max-width: 1600px; text-align: center; margin-left: auto; justify-content: center; margin-right: auto; height:100vh; display: flex; flex-wrap: wrap; align-items: flex-end;}
.img-container img{ max-width: 100%; max-height: 100%; width: auto !important; height: auto !important;}


.point{position: absolute; display: flex;   align-items: center;}

.dot-box{ box-shadow: 0px 2px 7.44px 0.56px rgba(109, 83, 83, 0.54); width: 15px; height: 15px; -webkit-border-radius: 100%; border-radius: 100%; background: #56c3e9; border: solid 2px #fff; position: relative; margin:10px; display: flex; align-items: center; justify-content: center;}

.dot-box::after{ content: ""; display: block; width:7px; height:7px; background: #fff; position: absolute; -webkit-border-radius: 100%; border-radius: 100%;}
.point h3{ font-size: 14px; margin: 0px; padding:8px 15px; background: #fff; -webkit-border-radius: 50px; border-radius:50px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}

.p1{ left: 51%; top: 62%; }
.p2{     right: 46.5%; top: 66%; }
.p3{ left: 53.2%; top: 66.5%; }
.p4{ right: 47.5%;  top: 73%; }
.p5{ left: 54.7%;  top: 71.5%; }
.p6{  left: 54.5%; top: 76.5%; }


.point a{ display: flex; align-items: center; text-decoration: none; color: #3c3c3c;}
.img-container-1{ width: 100%; text-align: center; position: relative;}

.img-container-1 img{ max-width: 100%;}
/* .p1{ }
.p1{ }
.p1{ }
.p1{ }
.p1{ } */
/* .point-02{}
.point-03{}
.point-04{} */




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


    .point h3{font-size: 10px;     padding: 3px 5px;}
    .dot-box{    margin: 4px;}

    .dot-box{ width: 10px;   height: 10px;}
    .dot-box::after{ width: 4px; height: 4px;}
    .p3{    left: 54.5%;}
    .p2{right: 45.5%;}
    .p6{left: 56.5%;}
    .top-section h2{    font-size: 22px;}


}

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

.point h3{font-size: 7px; padding: 1px 4px;}
.dot-box { width: 8px;  height: 8px;}
.dot-box::after { width: 2px;  height: 2px;}
.logo-main{ width: 35%;}
.top-section h2 { font-size: 18px; line-height: 20px;}
.img-container-1{    transform: scale(1.3);}
.container{overflow: hidden;}
.top-section h2{padding-left: 15%; padding-right: 15%;}

h1{ font-size: 40px !important;}
}







 
  
/*   
  @keyframes fadeIn {
    from {top: 20%; opacity: 0;}
    to {top: 100; opacity: 1;}
    
  }
  
  @-webkit-keyframes fadeIn {
    from {top: 20%; opacity: 0;}
    to {top: 100; opacity: 1;}
    
  }
   */
  .wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: fadeIn 1000ms ease;
    -webkit-animation: fadeIn 1000ms ease; margin: 0px;
    
  }
  
  h1 {
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700; color: #623a5e;
  }
  
  .wrapper{ text-align: center;}
  p {
    text-align: center;
    margin: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    
  }
  
  .icons {
    text-align: center;
    
  }
  
  .icons i {
    color: #00091B;
    background: #fff;
    height: 15px;
    width: 15px;
    padding: 13px;
    margin: 0 10px;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: all 200ms ease;
    text-decoration: none;
    position: relative;
  }
  
  .icons i:hover, .icons i:active {
    color: #fff;
    background: none;
    cursor: pointer !important;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    text-decoration: none;
    
  }