@font-face {
    font-family: "CenturyGothicRegular";
    src: url("../new/font/CenturyGothicRegular/CenturyGothicRegular.eot");
    src: url("../new/font/CenturyGothicRegular/CenturyGothicRegular.eot?#iefix")format("embedded-opentype"),
    url("../new/font/CenturyGothicRegular/CenturyGothicRegular.woff") format("woff"),
    url("../font/CenturyGothicRegular/CenturyGothicRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body{
    background: white;
    font-family: "CenturyGothicRegular";
    overflow-y: auto;
    overflow-x: hidden;
}
*{
    -webkit-appearance: none;
    -webkit-transition-duration: 0.1s; 
    -o-transition-duration: 0.1s; 
    -moz-transition-duration: 0.1s; 
}
.navbar{
    font-weight: 100;
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}
.collapse.in, .collapsing{
    margin-top: 15px;
}
.navbar-inverse{
    background: #00a9de;
    border: none;
}
.navbar-inverse .navbar-nav > li > a{
    color: white;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: #eee;
}
.navbar i{
    font-size: 48px;
    color: white;
}
#footer .btn{
    border-radius: 50px;
    color: white;
    background-color: #00c4ff;
    font-size: 15px;
    margin-top: 6.5px;
    border: 2px solid #0093bf;
    margin-left: 50px;
}
#block1 a, #block2 a{
    color: white;
    font-family: "CenturyGothicRegular";
    text-transform: uppercase;
    text-decoration: none !important;
}
#block1  a:hover,#block2  a:hover{
    text-decoration: none;
    color: #eee;
}
hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid white;
    margin: 1em 0;
    padding: 0;
}
#block1{
    background-image: url('../img/bg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.centered{
    text-align: center;
}
h4{
    color: white;
    font-size: 45px;
    max-width: 375px;
    margin-top: 80px;
    margin-bottom: 80px;
    font-family: "CenturyGothicRegular";
    padding-bottom: 10px;
}
#block4 > .container > center> h4{
    color: black;
}
.title{
    border-bottom: solid 13px #00a9de;
}
.up{
    background: #00a9de;
    -webkit-box-shadow: 0px 0px 60px -2px rgba(0,169,222,0.52);
    -moz-box-shadow: 0px 0px 60px -2px rgba(0,169,222,0.52);
    box-shadow: 0px 0px 60px -2px rgba(0,169,222,0.52);
}
.down{
    margin-top: 30px;
    background: #00a9de;
    -webkit-box-shadow: 0px 0px 60px -2px rgba(0,169,222,0.52);
    -moz-box-shadow: 0px 0px 60px -2px rgba(0,169,222,0.52);
    box-shadow: 0px 0px 60px -2px rgba(0,169,222,0.52);
}
.service > a > div > p{
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.icon-img{
    height: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.navbar-brand{
    display: none;
    color: white !important;
    font-size: 35px;
}
#block2{
    background-image: url('../img/bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        border-bottom: solid 5px #00a9de;
    border-top: solid 5px #00a9de;
}
#footer{
    background-color: #00a9de;
    padding: 0;
    margin: 0;
}
#footer > div > div > p{
    font-size: 22px;
    margin: 0;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}
.services{
    margin-bottom: 100px;
}
#block2 > div > center > a{
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.btn{
    border-radius: 0;
}
#block2 i{
    color: #00a9de;
}
#block2 h4{
    color: black;
    max-width: 410px;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 40px;
    border-bottom: solid 13px #00a9de;
}
#block2 p{
    font-size: 25px;
}
#block3 h4{
    color: black;
    font-size: 35px;
    max-width: 540px;   
    margin-bottom: 50px;
    border-bottom: solid 13px #00a9de;
}
#block3 img{
    height: 70px;
    border: solid 5px #00a9de;
    width: 70px;
}
#block3 .last
{
    margin-top: 50px;
    margin-bottom: 50px;
}
#block3 p{
    font-size: 20px;
}
#block3 i{
    color: #00a9de;
}
#block3 a{
    color: black;
    font-family: "CenturyGothicRegular";
    text-decoration: none !important;
}
#block3 a:hover{
    color: grey;
}
#order h5{
    color: black;
    font-size: 25px;
    margin: 0;
}
#order .btn-primary{
    background-color: #00a9de;
    border: none;
}
#order .btn{
    border: solid 1px #00a9de;
}
#order .btn:hover{
    border: solid 1px black;
}
#order .btn-default:hover{
    background-color: white;
}
@media (max-width: 1200px) { 
   .icon-img{
    height: 250px;
    margin-top: 50px;
    margin-bottom: 50px;
    }
    .down{
    margin-bottom: 50px;
    }
    .navbar-brand{
        display: block;
    }
}
.alert{
    margin-top: 20px;
    position: absolute;
    width: 100%;
}
.flag{
    height: 30px;
    margin-top: 9px;
    margin-left: 5px;
    width: 50px;
}
@media (max-width: 992px) { 
   
}

@media (max-width: 768px) {

    
}
@media (max-width: 576px){
	
	 #title_text{display:none}
	 
    h4{
        font-size: 35px;
        max-width: 300px;
    }
    #block1{
        background-image: url('../img/mfon.png');
        background-repeat: repeat;
        background-size: contain;
    }
    .icon-img{
        height: 200px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #block2 h4{
        font-size: 25px;
        max-width: 255px;
    }
    #block2 p{
        font-size: 20px;
    }
    #block3 h4{
        font-size: 20px;
        max-width: 310px;
    }
    #block3 .last
    {
        margin-top: 50px;
        margin-bottom: 0px;
    }
    #block3 .last2
    {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    #footer > div > div > p{
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    #footer .btn{
    border-radius: 50px;
    color: white;
    background-color: #00c4ff;
    font-size: 10px;
    margin-top: 6.5px;
    border: 2px solid #0093bf;
    margin-left: 0px;
    }
}
