@font-face {
    font-family: Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
    font-family: Roboto-BlackItalic;
    src: url(../fonts/Roboto-BlackItalic.ttf);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: Roboto-BoldItalic;
    src: url(../fonts/Roboto-BoldItalic.ttf);
}
@font-face {
    font-family: Roboto-Italic;
    src: url(../fonts/Roboto-Italic.ttf);
}
@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto-LightItalic;
    src: url(../fonts/Roboto-LightItalic.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-MediumItalic;
    src: url(../fonts/Roboto-MediumItalic.ttf);
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Thin;
    src: url(../fonts/Roboto-Thin.ttf);
}
@font-face {
    font-family: Roboto-ThinItalic;
    src: url(../fonts/Roboto-ThinItalic.ttf);
}
body {
    overflow-x: hidden;
}
.inner-section {
    margin-top: 7%;
}
.col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
}   


.copyrigth a{
color: #333;text-decoration: none;
}









/******Top Bar*******/

.logo {
    float: left;
}
.logo img {
    max-width: 140px;
}
.sio-icon {
    padding-left: 0px;
    float: right;
}
.sio-icon span {
    display: inline-block !important;
}
.sio-icon span a {
    background-image: url('../images/icons/icons.png');
    display: block;
    height: 35px;
    width: 35px;
    background-size: 150px;
}
.f {
    
    background-position: 0px -36px;
    -webkit-transition: background-position 0.5s ease;
}
.v {
    
    background-position: -40px -36px;
    -webkit-transition: background-position 0.5s ease;
}
.i {
    
    background-position: -77px -36px;
    -webkit-transition: background-position 0.5s ease;
}
.l {
   
    background-position: -115px -36px;
    -webkit-transition: background-position 0.5s ease;
}
.f:hover {
    background-position: 0px -1px;
}
.v:hover {
    background-position: -40px -1px;
}
.i:hover {
    background-position: -77px -1px;
}
.l:hover {
     background-position: -115px -1px;
}
.hef-top {
    overflow: hidden;
    margin: 15px 0px;
}









/********Navigation bar********/

 .dextop{
        display: block ;
    }
    .mobile-menu{
        display: none !important;
    }

.menu-fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
    top: 0px;
}
.nav {
    padding-right: 0px;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    padding: 0px;text-align: center;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
#cssmenu #head-mobile {
    display: none
}
#cssmenu {
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
}
#cssmenu > ul > li {
    display: inline-block;
    margin: 0% 1.5%;
}
#cssmenu > ul > li > a {
    padding: 9px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-family: Roboto-Medium;
    width: 115px;
    text-align: center;
    text-transform: uppercase;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}
#cssmenu ul ul li:hover {} #cssmenu li:hover > ul {
    left: auto
}
#cssmenu li:hover > ul > li {
    height: 35px
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}
#cssmenu ul li.active {
    border: 2px solid #f04137;
    border-radius: 25px;
}
#cssmenu ul li {
    border: 2px solid #fff;
}
#cssmenu ul li:hover {
    border: 2px solid #f04137;
    border-radius: 25px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
    border-radius: 25px;
}
#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
    border-top: 1px solid #333
}








/*******Home*******/

/*.home-img {
    width: 19%;
}*/
.home-text {
    margin-top: 16%;
    text-align: center;
}
.home-text h1 {
    font-size: 40px;
    font-family: Roboto-Medium;
    margin-bottom: 17px;
}
.home-text h3 {
    font-size: 22px;
    margin: 10px;
}
.home-text img{
    display: block;
    margin: 0 auto;
}









/******About******/

.about-img {
    width: 96%;
    margin-top: 7%;
}
.about-ul {
    padding: 0px;
    margin-top: 23%;
}
.about-ul li {
    list-style: none;
    margin-bottom: 8%;
}
.about-ul li:first-child {
    background-image: url(../images/icons/why-we-do-it.jpg);
    background-repeat: no-repeat;
    background-size: 6.5%;
    padding-left: 65px;
}
.about-ul li:nth-child(2) {
    background-image: url(../images/icons/how-we-do-it.jpg);
    background-repeat: no-repeat;
    background-size: 7%;
    padding-left: 65px;
}
.about-ul li:last-child {
    background-image: url(../images/icons/what-we-do.jpg);
    background-repeat: no-repeat;
    background-size: 7%;
    padding-left: 65px;
}
.about-ul li h4 {
    font-family: Roboto-Medium;
    text-align: left;
    margin: 0px 0px 5px;
    font-size: 20px;
}
.about-ul li p {
    font-family: Roboto-Regular;
    text-align: left;
    width: 80%;
    font-size: 15px;
}












/*******approach*******/

.approach-img {
    width: 90%;
    margin-top: 4%;
}
.approach-text {
    margin-top: 26%;
}
.approach-text p {
    text-align: left;
    font-family: Roboto-Regular;
    width: 80%;
    font-size: 15px;
    margin-bottom: 15px;
}
.approach-text h1{
  font-size: 28px;
font-family: Roboto-Medium;
margin-bottom: 17px;
}











/*******Partners*******/

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.partners {
    margin-top: 7%;
}
.right.carousel-control {
    background-image: url(../images/icons/right-icon.png);
    background-repeat: no-repeat;
    background-position: 56px center;
    background-size: 29px;
}
.left.carousel-control {
    background-image: url(../images/icons/left-icon.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 28px;
}
.carousel-inner {
    margin: 0 auto;
    width: 90%;
}
.partners-img {
    width: 87%;
margin: 14% auto 0%;
}

.social-media{
    height: 60px;
}
.footer-img{
    display: block;
    margin: 0 auto;
}







/*video-pop*/

#section4 {
    padding-top: 6%;
}
.video-pop {
    margin: 10% 0%;
}
.img-div {
    border-radius: 15px;
    background-color: #000;
    display: block;
}
.img-div img {
    width: 100%;
    border-radius: 15px;
    opacity: 0.8;
}
.hover-video {
    background-image: url(../images/icons/w-play.png);
    display: block;
    height: 60px;
    position: absolute;
    width: 40px;
    top: 30%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.hover-video:hover {
    background-image: url(../images/icons/r-play.png);
}
.video-pop p {
    text-align: center;
    color: #141414;
    font-size: 15px;
    margin-top: 15px;
    font-family: Roboto-Medium;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    border-bottom: 0px !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.fp-viewing-Work.modal-open {
    padding-right: 0px !important;
}

.modal-body {
    position: relative;
    padding: 15px;
    padding-bottom: 19px;
}







/*services-list*/

.services-list {
    margin-top: 25%;
}
.services-list div {
    width: 33.33%;
    float: left;
    margin-bottom: 2%;
}
.services-list div img {
    width: auto;
    max-height: 60px;
    display: block;
    margin: 0 auto;
}
.services-list div p {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto-Medium;
}
.services-img img {
    width: 90%;
    margin-top: 24%;
}




/*return-to-top*/ 
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
#return-to-top i {
    color: #ef4036;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}




/*contact-form*/
.contact-form{
margin-top: 26%;
}
.contact-form h3{
    font-size: 20px;
    font-family: Roboto-Medium;
    margin-top: 0px;
margin-bottom: 18px;
    
}
.reach-us{
    font-size: 20px !important;
    font-family: Roboto-Medium !important; 
    font-weight: 500;
}
.contact-form label{
   font-size: 15px;
font-family: Roboto-Light;
}
.contact-form input[type=text]{
    width: 100%;
height: 30px;
border: 1px solid #000;
border-radius: 10px;
padding-left: 10px;
margin-bottom: 9px;
}
.contact-form input[type=email]{
    width: 100%;
height: 30px;
border: 1px solid #000;
border-radius: 10px;
padding-left: 10px;
margin-bottom: 15px;
}
#contact-submit{
    width: 100%;
background-color: #000;
border: none;
max-width: 90px;
color: #fff;
font-size: 15px;
border-radius: 10px;
padding: 3px;
float: right;
margin-bottom: 15px;
}
#contact-submit:hover{
background-color: #ee4036;
}
.copyrigth{
    position: absolute;
right: 74px;
bottom: -3px;
}

.contact-form input[type=text]:hover{
    box-shadow: none;
}
.contact-form input[type=email]:hover{
        box-shadow: none;
}
.contact-form input[type=submit]:hover{
    box-shadow: none;
}


.contact-form input[type=text]:active{
    box-shadow: none;
}
.contact-form input[type=email]:active{
        box-shadow: none;
}
.contact-form input[type=submit]:active{
    box-shadow: none;
}

.contact-form input[type=text]:focus{
    box-shadow: none;
}
.contact-form input[type=email]:focus{
        box-shadow: none;
}
.contact-form input[type=submit]:focus{
    box-shadow: none;
}

.contact-form textarea{
     width: 100%;
     height: 55px;
     border: 1px solid #000;
border-radius: 10px;
padding-left: 10px;
padding-top: 7px;
margin-bottom: 9px;
}
.cler{
    clear: both;
}
.g-recaptcha{
    float: right;
    margin-top: -7px;
margin-bottom: 5px;
}
.footer-contact{

}
.footer-contact p{
font-family: Roboto-Medium;
font-size: 15px;
}
.fp-tableCell{
    height: 570px !important;
}
.qr-code{
  width: 90px;
float: right;
}

.footer-sio{
padding-left: 0pc;
margin-top: 20px;
}
.footer-sio li{
display: inline-block;
}
.footer-sio li a{
background-image: url('../images/icons/icons.png');
    display: block;
    height: 35px;
    width: 35px;
    background-size: 150px;
}
.contcat-img img{
margin-top: 22%;
width: 90%;
float: right;
}

.success{
        display: block;
    position: absolute;
top: 2px;
left: 36%;
color: #009311;
}
.contact-form{
    position: relative;
}






.design,.Writing{
    position: relative;
right: -6px;
}

.titel-res{
    display: none;
    text-align: center;
    text-transform: uppercase;
}
.titel-res h1{
    border-bottom: 2px solid #EF4036;
    font-size: 30px;
}



@media screen and (min-width: 1600px) {
#section4 {
    padding-top: 9%;
}
.partners {
    margin-top: 13%;
}
}



@media screen and (max-width: 1024px) {
    #cssmenu > ul > li {
        margin: 0% 1%;
    }
    .carousel-control{
       display: none !important;
    }
    .dextop{
        display: none !important;
    }
    .mobile-menu{
        display: block !important;
    }
    .partners-img {
    margin-top: 4%;}
    .video-pop p {
    min-height: 40px;
}.hover-video {top: 25%}
}
@media screen and (max-width: 768px) {
    .copyrigth{
        position: relative;
right: auto;
bottom: auto;
text-align: center;
    }
    
    .approach-text h1 {
    font-size: 20px;}
    .approach-text h1 {
        text-align: center;
    }
    .titel-res{
    display: block;}
    .qr-code {
    float: none;
}
    .flex{
        display: flex;
flex-flow: column;
    }
    .a { order: 2; }
    .b { order: 1; }
    #section1,#section2,#section3,#section4,#section5,#section6{
         padding-top: 10%;
    }
    .contact-form {
    margin-top: 12%;
}
.contcat-img img {
    margin-top: 7%;
    width: 90%;
    float: none;
    display: block;
    margin: 7% auto;
}
.contact-form form{
    margin-bottom: 10%;
}
    .approach-text {
    margin-top: 12%;
}
.approach-text p {
    text-align: center;
    width: 100%;}
    #myCarousel {
    margin-top: 10%;
}

.partners-img {
      margin: 4% auto;
    float: none;
    display: block;
}
.hover-video {
    top: 35%;}
    .services-img img {
    width: 90%;
    margin: 6% auto;
    display: block;
}
.services-list {
    margin-top: 11%;
}
    
    .logo {
        float: none;
        display: block;
        text-align: center;
    }
    .home-text {
        margin-top: 10%;
        text-align: center;
    }
    .menu-fixed {
        top: 0px;
    }
    .home-img {
        width: 80%;
        margin: 13% auto;
    }
    .sio-icon {
        margin-top: 20px;
        float: none;
        text-align: center;
    }
    .about-ul {
        margin-top: 5%;
    }
    .about-ul li {
        min-height: 81px;
        margin-bottom: 5%;
    }
    .about-ul li p {
        width: 100%;
    }
    .logo2 {
        display: none
    }
    .nav {
        width: 100%;
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #9c9c9c
    }
    #cssmenu ul li:hover {
        background: #f04137;
    }
    #cssmenu ul li:hover {
        border: 2px solid #4b4b4b;
    }
    #cssmenu {
        padding-bottom: 0px;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu > ul > li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333!important;
    }
    #cssmenu ul ul li:hover {
        background: #363636!important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        /*padding: 23px;*/
        
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 5px;
top: 14px;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
        position: absolute;
        top: 23px;
        right: 20px;
        display: block;
        height: 9px;
        width: 30px;
        border-top: 2px solid #1b1919;
        border-bottom: 2px solid #1b1919;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 30px;
        background: #1b1919;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 25px;
        background: #1b1919;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    #menu {
        padding-left: 0px;
    }
    #cssmenu > ul > li {
        margin: 0% 0%;
    }
    .button.menu-opened:before {
        top: 23px;
        background: #1b1919;
        width: 25px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
    .land-center{
        text-align: center;margin-top: 14%;margin-bottom: 2%;
    }
}
@media screen and (max-width: 680px) {


    .about-ul li p {
        width: 100%;
    }
    .services-list div {
    width: 50%;}
    .contact-form input[type="submit"] {margin-right: 15px;}
    
    .carousel-control{
        display: none;
    }
    .contact-form .col-md-12{
text-align: center;
    }
    .contact-form input[type="submit"] {
    margin-right: 0px;
}
.contact-form input[type="submit"] {
    width: 100%;
    background-color: #ee4036;
    border: none;
    max-width: 90px;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    padding: 3px;
    float: none;
    margin-bottom: 0px;
margin-top: 20px;
}
.sio-icon{
    display: none;
}
.button {top: 1px;}
}
@media screen and (max-width: 480px) {
    .hover-video {
    top: 26%;
}
.home-text h1 {
    font-size: 28px;}
    .home-text h3 {
    font-size: 20px;}
    .sio-icon{
    display: block;
}
.button {top: 14px;}
    #section0{
        padding-top: 18%;
    }
    
   #section2{
         padding-top: 16%;
    }
    .about-ul li {
        background-size: 10% !important;
    }
    
.sio-icon {
    margin-top: 13px;}
    .hef-top {
    overflow: hidden;
    margin: 10px 0px 7px;
}
.video-pop {
    margin: 15% 0%;
}
#section4{
    padding-top: 14%;
}
.home-text img{
    max-width: 240px;
}
}