*
{
    user-select: none;
    box-sizing: border-box;  
    scroll-behavior: smooth;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:10px;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;   
}

body {
    line-height:1;   
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    list-style: none;
}
/* change colours to suit your needs */

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */

hr {
    display:block;
    height:4px;
    border:0;  
    border-top:2px solid #f08108;
    margin:1rem 0;
    padding:2rem;
}

input, select {
    vertical-align:middle;
}

/*all resets complete */


/* page loader*/




.spinner-wrapper{
    width: 100%;
    height: 100vh;
    background-color:#222222;
    background:url(images/loader.png);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    position: relative;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
	margin-bottom:1rem;
}

.spinner::before,
.spinner:after{
    content: "";
    position: absolute;
    border-radius: 50%;
}

.spinner:before {
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, rgba(240,129,8,1) 0%, transparent 25%, rgba(91,195,227,1) 75%, transparent 100%);
    animation: spin .5s infinite linear;
}
.spinner:after {
    width: 90%;
    height: 90%;
    background:transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    to {
        transform: rotate(360deg);    
    }
}


.spinner span
{
    
    color:transparent;
    font-size:20px;
    text-transform:capitalize;
    letter-spacing: 1px;
    z-index: 1000;
    animation: text .5s linear infinite;
    text-align: center;
	margin:0 auto;
	padding:3rem 0 0 0;
    font-size: 2rem;
}

@keyframes text
{
    50%{
        color:#ff8210;
    }
    100%
    {
        color:transparent;
    }
}























/*top contact*/
.top
{
      
    background:transparent;
    height:8rem;
    width:100%;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none;
    list-style: none;   
/*    border-bottom:2px solid #5bc3e3;*/
  
}

.top i
{
    color:#5bc3e3;  
    margin-right:.3rem;
    font-size:1.3rem;
    padding:.5rem;
    border-radius: 50%;
    border:3px solid #f08108;
    opacity:0;
    
}
.top p
{
    color:#5bc3e3;
    font-family: 'Montserrat',sans-serif;
    font-size:1.3rem;
    display:block;
    margin: 0 auto;
    padding:1rem 1rem;
    line-height:6rem; 
	font-weight: 700;
}

.top a.top-2
{
    float:left;
}



@media only screen and (min-width:768px)
{
    .top
{
   
   
    display: block;
	
}
	.top img
{
	display: none;
}

.top i
{
    display:;
    font-size:2rem;
	padding:1rem;
	margin-right: 1rem;
    opacity: 1;
}
.top p
{
    font-size:1.8rem;
	line-height:6rem;
}
}

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

.top i
{
    font-size:2.2rem;
}
.top p
{
    font-size:2rem;
}
}

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

.top i
{
    font-size:2rem;
}
.top p
{
    font-size:2rem;
}
}







/*navigation start*/
header
{
    width:100%;  
	display: flex;   
    background:transparent;
    margin-bottom:0rem;   
    position: relative;
    overflow: hidden;
    height:95vh;
    height:calc(100vh - 16rem);
    margin-top:8rem;
}



.header
{
    z-index: 999;
    position: fixed;
    top:8rem;
    left:0;
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 4rem;
    background:transparent;
   height:8rem;
   
}

.header.sticky
{
    top:0;
    background:#444;
    padding: .5rem 2rem;
    transition:all 0.5s ease-in;
    box-shadow: 2px 3px 5px #3e859a;
    width:99.5%;
    height:6rem;
}

.header.sticky:hover
{
    letter-spacing: 1px;
    color:#fff;
    font-weight: 500;
}



.header .brand img
{
    height:6rem;
  
}
.header.sticky .brand img
{
    height:5rem;
  
}

.header .menu
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .menu a
{
    font-size: 1.8rem;    
    font-weight:600;
    text-decoration: none;
    color:#f08108;
    margin:0 3rem;
    padding:.5rem 1rem;
    border-radius: 20px;
    transition: all 0.2s ease-in;
    font-family: 'Montserrat',sans-serif;
}


.menu a:hover
{
    background:#5bc3e3;
    
}

.menu a:hover
{
    background:#5bc3e3;
    color:#fff;
    font-weight: 500;
}

.header .btn
{
    color:#ed743b;    
    cursor: pointer;
    display: none;
}

.header i
{
   font-size:2.5rem; 
}


@media only screen and (max-width:1060px)
{
    
    .header .btn
    {
        display:flex;
       
    }
    
   .header .menu
    {
        position: fixed;
        background:rgba(0,0,0,0.75);
        flex-direction: column;
        width:30rem;
        height:100vh;
        top:0;
        right:-100%;
        padding:8rem 1rem;
        transition: all 0.5s ease;
       
    }
    .header .menu.active
    {
        right:0;
    }
    
    
    .header .menu .close-btn
    {
        position: absolute;
        top:12rem;
        left:4rem;
        margin:2.5rem;
        color:#ff0000;
        font-size: 5rem
    }
     .header .menu a
    {
        display: block;
        font-size: 3rem;
        margin: 2rem;
        padding: 0 1.5rem;
        color:#fff;
        font-weight:800;
    }  
    
    .header i
    {
        font-size: 3rem;
        
    }
        
}
@media only screen and (max-width:500px)
{
    
    .header .btn
    {
        display:flex;
       
    }
    
    .header .menu
    {
        position: fixed;
        background:rgba(0,0,0,0.75);
        flex-direction: column;
        width:17rem;
        height:100vh;
        top:0;
        right:-100%;
        padding:8rem 1rem;
        transition: all 0.5s ease;
       
    }
    
    .header .menu a
    {
        display: block;
        font-size: 2rem;
        margin: 3rem;
        padding: 0 1.5rem;
        color:#fff;
        font-weight:800;
    }  
    
    .header .menu .close-btn
    {
        position: absolute;
        top:8rem;
        left:1rem;
        margin:2.5rem;
        color:#ff0000;
    }
    
}

.button
{
    position: absolute;
    left:50%;
    bottom:5rem;
    transform: translate(-50%);
    padding:1rem 1.5rem;
}

.button a
{
    list-style: none;
    text-decoration: none;
    font-size: 1.3rem;
    color:#5bc3e3;
     border:2px solid #ed743b;
    font-size: 1.3rem;
    padding:.5rem 1rem;
    border-radius:10px;
    font-weight:700;
    transition: all 0.5s ease-in-out;
    background:transparent;
    font-family: 'Quicksand',sans-serif;
}

.button a:hover
{
    color:#ed743b;
     border:2px solid #5bc3e3;
      list-style: none;
    text-decoration: none;
}

@media only screen and (min-width:768px)
{
    .button a
{
    
    font-size: 1.6rem;
    padding:.5rem 1rem;
   
}
}








/*Landing Page bg vid style large*/

.hero-small
{
    display: flex;   
    background:rgba(0,0,0,0.0);
    margin-bottom:0rem;     
    overflow: hidden;
    height:calc(100vh - 10rem);
	
}

.vid-bg 
{
    position: absolute;
    z-index: -1;
    top:0;
    left:50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    background-position:top;
}









@media only screen and (min-width:768px)
{
   
    /*Landing Page bg vid style large*/
    .hero-small
{
    display: none;   
  	
}


.hero
{
    display: flex;   
    background:rgba(0,0,0,0.0);
    margin-bottom:0rem;     
    overflow: hidden;
    height:calc(100vh - 10rem);
	
}

.vid-bg 
{
    position: absolute;
    z-index: -1;
    top:0;
    left:50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    background-position:top;
}


}





main
{
    width:99%;
    margin:0 auto;
    background:url(images/dreamnet-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.vids1
{
    width:90%;
    text-align: center;
    margin:3rem auto 0rem auto;
    height:100%;   
   box-shadow: 2px 5px 10px #222;
}

.vids1 video
{
    width:100%;
    padding:0; 
    height:100%;
    
}



.vids 
{
    width:100%;
    padding:8rem 0 1rem 0;
    margin:0 auto;
    text-align: center;
}


/* services section start */
.services
{
    margin:0 auto;
    padding:0;
    width:90%;
    text-align: center;
    background:transparent;
    height:100%;
}

h2.serv
{
    text-align: center;
    padding:3rem 0 1rem 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color:#f08108;
    letter-spacing: 1px;
}

p.serv
{
    text-align: left;
    margin-left:2rem;
    letter-spacing:.5px;
    font-family: 'Montserrat',sans-serif;
    color:#222;
    font-weight:600;
    font-size: 1.2rem;
    padding:0 0rem .5rem 0;    
}

.services img
{
    padding:1rem;
}


@media only screen and (min-width:768px)
{
    .services
{
    margin:0 auto;
    padding:0;
    width:85%;
    text-align: center;
    background:transparent;
    height:100%;
}

h2.serv
{
    text-align: center;
    padding:0rem 0 1rem 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color:#f08108;
    letter-spacing: 1px;
    font-size: 2rem;
}

p.serv
{
    text-align: left;
    margin-left:1rem;
    letter-spacing:.5px;
    font-family: 'Montserrat',sans-serif;
    color:#222;
    font-weight:600;
    font-size: 1.3rem;
    padding:0 0rem 2rem 0;    
}

.services img
{
    padding:2rem;
}
}




@media only screen and (min-width:1024px)
{
    .services
{
    margin:0 auto;
    padding:0;
    width:90%;
    text-align: center;
    background:transparent;
    height:100%;
}

h2.serv
{
    text-align:left;
    padding:3rem 0 1rem 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    color:#f08108;
    letter-spacing: 1px;
    font-size:3rem;
}

p.serv
{
    text-align: left;
    margin-left:0rem;
    letter-spacing:.5px;
    font-family: 'Montserrat',sans-serif;
    color:#222;
    font-weight:600;
    font-size: 1.6rem;
    padding:0 0rem 2rem 0;    
}

.services img
{
    padding:2rem;
}
}


/*services end*/

.quote
{
    width:80%;
    margin:3rem auto;
   background:rgba(240,129,8,1);
    padding:2rem;
    border-radius:5px;
}

h2.qt
{
    font-family: 'Montserrat',sans-serif;
    font-size: 1.5rem;
    font-weight:300;
    letter-spacing: 1px;
    color:#fff;
}



/*health section*/






.health
{
    width:95%;
    margin:5rem auto;
    text-align: center;
    background:#5bc3e3;
    padding:2rem;
    border-radius:5px;
    box-shadow:2px 5px 10px #000;
    
}

h2.hlt
{
    font-family: 'Quicksand',sans-serif;
    color:#fff;
    font-size: 2.5rem;
    text-align: center;
    padding:1rem 0 1rem 0;
}

h4.hlt
{
    font-size: 1.5rem;
    color:#fff;
    font-family:'Quicksand',sans-serif;
    text-align: left;
    padding:0 0 1rem 0;
}

p.hlt
{
    text-align: left;
    padding:.5rem;
    color:rgba(255,255,255,0.85);
    font-size: 1.3rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
}





@media only screen and (min-width:768px)
{
    .quote
{
    width:80%;
    margin:4rem auto;
   
}

h2.qt
{
    
    font-size: 1.8rem;
   
}



/*health section*/






.health
{
    width:80%;
    margin:1rem auto;
    text-align: center;    
}

h2.hlt
{       
    font-size: 3rem;
    text-align: center;
    padding:1rem 0 1rem 0;
    font-weight:600;
}

h4.hlt
{
    font-size: 1.7rem;
    color:#fff;
    font-family:'Quicksand',sans-serif;
    text-align: center;
    padding:1rem 0 1rem 0;
}

p.hlt
{
    text-align: left;
    padding:0.5rem 0 0.5rem 0;
    color:rgba(255,255,255,0.85);
    font-size: 1.5rem;
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
}

}



@media only screen and (min-width:1024px)
{
    .quote
{
    width:65%;
    margin:5rem auto;
   
}

h2.qt
{
    
    font-size:3rem;
    text-align: center;
}



/*health section*/


.health
{
    width:65%;
    margin:0rem auto;
    text-align: center;    
}

h2.hlt
{       
    font-size: 4rem;
    text-align: center;
    padding:1rem 0 1rem 0;
    font-weight:600;
}

h4.hlt
{
    font-size: 2rem;
    color:#fff;    
    text-align:left;
    padding:1rem 0 2rem 0;
    font-weight:600;
    letter-spacing: 0.5px;
}

p.hlt
{
    text-align: left;
    padding:0.5rem 0 0.5rem 0;
    color:rgba(255,255,255,0.85);
    font-size: 1.7rem;
    margin-left:1.5rem;
    font-weight: 400;
}

}







/*about section start*/

.about
{
    width:90%;
    margin:0 auto;
    background:transparent;
}

h3.ab
{
    text-align: center;
    padding:2rem 0 1rem 0;
    font-family: 'Quicksand',sans-serif;
    color:#f08108;
    font-weight:600;
    font-size: 2rem
}

p.ab
{
    text-align: left;
    font-family: 'Montserrat',sans-serif;
    color:#222;
    font-size: 1.2rem;
    margin-left: 1.5rem;
    font-weight:600;
}

p.ab span
{
    color:#f08108;
    font-family:'Quicksand',sans-serif;
    font-size: 1.8rem;
}

h3.vis
{
   text-align: center;
   color:#5bc3e3;
   font-family: 'Quicksand',sans-serif;
    padding:1.5rem 0 1.5rem 0;
    font-weight:700;
    font-size: 3.5rem;
}

p.vis
{
    padding:0 0 2.5rem 0;
    font-family: 'Montserrat', sans-serif;
    text-align:left;
    font-size: 2rem;
    font-weight:600;
    color:#f08108;
    margin-left:1rem;
}

h3.abs
{
    text-align: center;
    font-size:3rem;
    font-family: 'Quicksand',sans-serif;
    color:#5bc3e3;
    font-weight:700;
}



.card-container
{
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding:3rem;
    background:transparent;
     outline:none;
    border:none;
}

.card
{
    outline:none!important;
    border:none!important;
    background:transparent!important;
}

h4.ab
{
    text-align: left;
    font-family: 'Quicksand',sans-serif;
    padding:3rem 0 1rem 0;
    color:#f08108;
    font-weight:600;
    font-size: 2rem;
}

p.abs
{
    text-align: left;
    margin-left:1rem;
    font-family: 'Montserrat',sans-serif;
    color:#222;
    font-weight:500;
    font-size: 1.3rem;
    padding:0 0 1rem 0;
}






@media only screen and (min-width:768px)
{
    .card-container
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2rem;
}
    
    .about
{
    width:90%;
    margin:0 auto;
    background:transparent;
}

h3.ab
{
    text-align: center;
    padding:2rem 0 1rem 0;
    font-family: 'Quicksand',sans-serif;
    color:#f08108;
    font-weight:600;
    font-size: 3rem
}

p.ab
{
    text-align: left;
    font-family: 'Montserrat',sans-serif;
    color:#222;
    font-size: 1.5rem;
    margin-left: 1.5rem;
    font-weight:600;
}


h3.vis
{
   text-align: center;
   color:#5bc3e3;
   font-family: 'Quicksand',sans-serif;
    padding:1.5rem 0 1.5rem 0;
    font-weight:700;
    font-size:4rem;
}

p.vis
{
    padding:0 0 3rem 0;
    font-family: 'Montserrat', sans-serif;
    text-align:center;
    font-size:3rem;
    font-weight:600;
    color:#f08108;
    margin-left:1rem;
}

h3.abs
{
    text-align: center;
    font-size:4rem;
    font-family: 'Quicksand',sans-serif;
    color:#5bc3e3;
    font-weight:700;
}
    
    
    h4.ab
{
    text-align: left;
    font-family: 'Quicksand',sans-serif;
    padding:0rem 0 1rem 0;
    color:#f08108;
    font-weight:700;
    font-size:1.8rem;
}

p.abs
{
    text-align: left;
    margin-left:1rem;
    font-family: 'Montserrat',sans-serif;
    color:#222;
    font-weight:600;
    font-size: 1.4rem;
    padding:0 0 1rem 0;
}


    

}

@media only screen and (min-width:1024px)
{
    .about
{
    width:90%;
    margin:0 auto;
    background:transparent;
}

h3.ab
{
    text-align: center;
    padding:2rem 0 1rem 0;
    font-family: 'Quicksand',sans-serif;
    color:#f08108;
    font-weight:600;
    font-size: 3rem
}

p.ab
{
    text-align: left;
    font-family: 'Montserrat',sans-serif;
    color:#222;
    font-size: 1.5rem;
    margin-left: 1.5rem;
    font-weight:600;
}

h3.vis
{
   text-align: center;
   color:#5bc3e3;
   font-family: 'Quicksand',sans-serif;
    padding:1.5rem 0 1.5rem 0;
    font-weight:700;
    font-size:6rem;
}

p.vis
{
    padding:0 0 3rem 0;
    font-family: 'Montserrat', sans-serif;
    text-align:center;
    font-size:3.5rem;
    font-weight:600;
    color:#f08108;
    margin-left:1rem;
}

h3.abs
{
    padding:3rem 0 0 0;
    text-align: center;
    font-size:4rem;
    font-family: 'Quicksand',sans-serif;
    color:#5bc3e3;
    font-weight:700;
}
    
    
    h4.ab
{
    text-align:center;
    font-family: 'Quicksand',sans-serif;
    padding:0rem 0 1rem 0;
    color:#f08108;
    font-weight:700;
    font-size:2.5rem;
}

p.abs
{
    text-align: left;
    margin-left:1rem;
    font-family: 'Montserrat',sans-serif;
    color:#222;
    font-weight:600;
    font-size: 1.6rem;
    padding:0 0 1rem 0;
}

}


@media only screen and (min-width:1440px)
{
    .about
{
    max-width: 120rem;
    margin:0 auto;
   
}

    .card-container
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1rem;
}

}


/*about finished*/
h3.soc
{
    text-align: center;
    padding:0 0 2rem 0;
    font-family: 'Quicksand',sans-serif;
    font-size:2.5rem;
    font-weight:700;
    color:#f08108;
}
.social
{
    width:90%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    margin:0 auto;
    height:8rem;
    background: #5bc3e3;
    border-radius:5px;
    box-shadow:2px 5px 10px #5bc3e3
        
}

.social a
{
    list-style: none;
    text-decoration: none;
    font-size: 3rem;
}

.social a i
{
    color:#fff;
}


@media only screen and (min-width:768px)
{
    h3.soc
{
    text-align: center;
    padding:0 0 1.5rem 0;
    font-family: 'Quicksand',sans-serif;
    font-size:3rem;
    font-weight:700;
    color:#f08108;
}
.social
{
    width:90%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    margin:0 auto;
    height:8rem;
    background: #5bc3e3;
    border-radius:5px;
    box-shadow:2px 5px 10px #5bc3e3
        
}

.social a
{
    list-style: none;
    text-decoration: none;
    font-size: 3.5rem;
}

.social a i
{
    color:#fff;
}

}

@media only screen and (min-width:1024px)
{
    h3.soc
{
    text-align: center;
    padding:0 0 1.5rem 0;
    font-family: 'Quicksand',sans-serif;
    font-size:3.5rem;
    font-weight:700;
    color:#f08108;
}
.social
{
    width:80%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    margin:0 auto;
    height:8rem;
    background: #5bc3e3;
    border-radius:5px;
    box-shadow:2px 5px 10px #5bc3e3
        
}

.social a
{
    list-style: none;
    text-decoration: none;
    font-size:4rem;
}

.social a i
{
    color:#fff;
}

}


@media only screen and (min-width:1440px)
{
    h3.soc
{
    text-align: center;
    padding:0 0 1.5rem 0;
    font-family: 'Quicksand',sans-serif;
    font-size:3.5rem;
    font-weight:700;
    color:#f08108;
}
.social
{
    width:65%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    margin:0 auto;
    height:8rem;
    background: #5bc3e3;
    border-radius:5px;
    box-shadow:2px 5px 10px #5bc3e3
        
}

.social a
{
    list-style: none;
    text-decoration: none;
    font-size:4rem;
}

.social a i
{
    color:#fff;
}

}



/*contact area*/

/* contact */

.contact 
{
    margin-top:0rem;
    padding:6rem 0 0 0;
    width:100%;
    height:100%;   
    background:#fff!;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact h2
{
    text-align: center;
    color:#ff8210;
    font-family: 'Quicksand',sans-serif;
    margin-top:0rem;   
    padding:3rem 0 0 0;
    font-size:4rem;;
}

.conform
{    
    background:transparent;
    width:90%;
    margin:30px auto;
    position:relative;
    border-radius:5px;
    box-shadow: 2px 5px 10px #5bc3e3;
}
@media only screen and (min-width:768px)
{
    .conform
{    
    
    width:60%;
  
}
}
#form-box
{
    padding:20px;
    padding-bottom:0px;
   
}

.inp,#msg-box
{
    display:block;
    width:95%;
    padding:20px;
    border:2px solid #f08108;
    font-size:13px;
    color:#fff!important;
    margin:0 auto 2rem auto;
    border-radius:10px;
    background:rgba(91,195,227,0.5);
    font-family: 'Montserrat',sans-serif;
    font-weight:700;
    font-size: 1.8rem;
}
.inp:focus,#msg-box:focus
{
    outline:none;
    box-shadow:2px 5px 10px #5bc3e3!important;
}
::-webkit-input-placeholder
{
    color:#fff !important;
}

#msg-box
{
    resize: none;
    height:170px;
}

.sub-btn
{
    width:50%;
    padding:10px;
    cursor:pointer;   
    margin-left:20%;
    border:2px solid transparent;
    border-radius: 5px;
    background:#f08108!important;
    color:#fff;
    font-size:20px;
    margin-bottom:25px;
    font-family: 'Quicksand',sans-serif;   
    text-transform: lowercase;
    transition: all 0.5s ease;
}


.sub-btn:hover
{
    background:#fff!important;
    border:2px solid #f08108;
    color:#f08108;
    font-weight:700;
}





.og
{
    display: none;
}

/*---------------footer*/

footer
{
    width:100%;
    height:5rem;
    background:#444;
    display;flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

p.foot
{
    font-family: 'Quicksand',sans-serif;
    color:#fff;
    text-align: center;
    line-height: 5rem;
    font-size: 1.3rem;
}













