/* Start Main Rules */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {text-decoration: none;}
.btn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* End Main Rules */
.navbar {
    background-color: #FFF;
    height: 130px;
    padding-top: 30px;
    border: none;
    border-radius: 0px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: #34495e !important;
    color: #F0F0F0 !important;
    height: 80px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.navbar-default .navbar-nav > li > a {
    color: #111;
    font-size: 17px;
    margin-right: 10px;
    font-family: 'Mada', sans-serif;
    transition: all .3s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #777 !important;
    background: 0 0 !important;
}
.navbar-nav > li > .dropdown-menu {
    background-color: #FFF;
    box-shadow: 0px 0px 1px #EEE;
    border: 1px solid #eee;
    margin: 2px 10px;
    left: auto;
    right: 0;
}
.dropdown-menu > li > a {
    color: #555;
    text-align: right;
    padding: 10px;
    font-size: 16px;
    font-family: 'mada', sans-serif;
    margin-bottom: 0px;
    transition: all .3s ease-in-out;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #34495e;
    color: #F0F0F0; 
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: 0 0;
    color: #777;
}
.navbar-default .navbar-brand {
    color: #F0F0F0;
    font-size: 20px;
    font-family: 'mada', sans-serif;
    transition: all .3s ease-in-out;
} 
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #B5B5B5;
}
.navbar-default .navbar-top {
    padding-top: 10px;
}
.navbar-default .navbar-top a > i {
    color: #FFF;
    background-color: #34495e;
    transition: all .4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
}
.navbar-default .navbar-top a > button {
    color: #555;
    border: 1px solid #34495e;
    transition: all .4s ease-in-out;
    padding: 8px 30px;
    border-radius: 18px;
    background: 0 0;
    font-family: 'Mada', sans-serif;
    font-size: 15px;
}
.navbar-default .navbar-top a > button:hover,
.navbar-default .navbar-top a > button:focus {
    color: #FFF;
    background-color: #34495e;
}
.navbar-default .lang button {
    color: #555;
    border: 1px solid #34495e;
    transition: all .4s ease-in-out;
    padding: 8px 30px;
    border-radius: 18px;
    background: 0 0;
    font-family: 'Mada', sans-serif;
    font-size: 15px; 
}
.navbar-default .lang button:hover {
    color: #FFF;
    background-color: #34495e;
}
.lang .open  > .dropdown-menu {
    text-align: right;
    padding: 12px 10px 10px;
    right: 0;
    left: auto;
}
.lang .dropdown-menu > li > a {
    color: #555;
    text-align: right;
    padding: 10px;
    font-size: 16px;
    font-family: 'mada', sans-serif;
    margin-bottom: 0px;
    transition: all .3s ease-in-out;
}
.lang .dropdown-menu > li > a:hover,
.lang .dropdown-menu > li > a:focus {
    background-color: #34495e;
    color: #F0F0F0; 
}
@media (min-width: 100px) and (max-width:767px) {
    .navbar  {
        background-color: #34495e;
        height: 10px;
        border: none;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #34495e
    }
    .navbar-default .navbar-top a > button {
        border-color: #FFF;
        color: #F0F0F0
    }
    .navbar-default .lang button {
        border-color: #FFF;
        color: #F0F0F0;
    }
    .header {
        margin-top: 0px !important;
    }
}
/* End Navbar */
/* Start Header */
.header {
    /*
    background: url("../img/header.jpeg") no-repeat fixed top center;
    */
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 600px;
    margin-top: 50px;
    background-color: #000022;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='2000' viewBox='0 0 800 800'%3E%3Cg fill='none' %3E%3Cg stroke='%23026' stroke-width='17'%3E%3Cline x1='-8' y1='-8' x2='808' y2='808'/%3E%3Cline x1='-8' y1='792' x2='808' y2='1608'/%3E%3Cline x1='-8' y1='-808' x2='808' y2='8'/%3E%3C/g%3E%3Cg stroke='%23002163' stroke-width='16'%3E%3Cline x1='-8' y1='767' x2='808' y2='1583'/%3E%3Cline x1='-8' y1='17' x2='808' y2='833'/%3E%3Cline x1='-8' y1='-33' x2='808' y2='783'/%3E%3Cline x1='-8' y1='-783' x2='808' y2='33'/%3E%3C/g%3E%3Cg stroke='%23002060' stroke-width='15'%3E%3Cline x1='-8' y1='742' x2='808' y2='1558'/%3E%3Cline x1='-8' y1='42' x2='808' y2='858'/%3E%3Cline x1='-8' y1='-58' x2='808' y2='758'/%3E%3Cline x1='-8' y1='-758' x2='808' y2='58'/%3E%3C/g%3E%3Cg stroke='%23001f5c' stroke-width='14'%3E%3Cline x1='-8' y1='67' x2='808' y2='883'/%3E%3Cline x1='-8' y1='717' x2='808' y2='1533'/%3E%3Cline x1='-8' y1='-733' x2='808' y2='83'/%3E%3Cline x1='-8' y1='-83' x2='808' y2='733'/%3E%3C/g%3E%3Cg stroke='%23001e59' stroke-width='13'%3E%3Cline x1='-8' y1='92' x2='808' y2='908'/%3E%3Cline x1='-8' y1='692' x2='808' y2='1508'/%3E%3Cline x1='-8' y1='-108' x2='808' y2='708'/%3E%3Cline x1='-8' y1='-708' x2='808' y2='108'/%3E%3C/g%3E%3Cg stroke='%23001d56' stroke-width='12'%3E%3Cline x1='-8' y1='667' x2='808' y2='1483'/%3E%3Cline x1='-8' y1='117' x2='808' y2='933'/%3E%3Cline x1='-8' y1='-133' x2='808' y2='683'/%3E%3Cline x1='-8' y1='-683' x2='808' y2='133'/%3E%3C/g%3E%3Cg stroke='%23001c53' stroke-width='11'%3E%3Cline x1='-8' y1='642' x2='808' y2='1458'/%3E%3Cline x1='-8' y1='142' x2='808' y2='958'/%3E%3Cline x1='-8' y1='-158' x2='808' y2='658'/%3E%3Cline x1='-8' y1='-658' x2='808' y2='158'/%3E%3C/g%3E%3Cg stroke='%23001b4f' stroke-width='10'%3E%3Cline x1='-8' y1='167' x2='808' y2='983'/%3E%3Cline x1='-8' y1='617' x2='808' y2='1433'/%3E%3Cline x1='-8' y1='-633' x2='808' y2='183'/%3E%3Cline x1='-8' y1='-183' x2='808' y2='633'/%3E%3C/g%3E%3Cg stroke='%23001a4c' stroke-width='9'%3E%3Cline x1='-8' y1='592' x2='808' y2='1408'/%3E%3Cline x1='-8' y1='192' x2='808' y2='1008'/%3E%3Cline x1='-8' y1='-608' x2='808' y2='208'/%3E%3Cline x1='-8' y1='-208' x2='808' y2='608'/%3E%3C/g%3E%3Cg stroke='%23001949' stroke-width='8'%3E%3Cline x1='-8' y1='567' x2='808' y2='1383'/%3E%3Cline x1='-8' y1='217' x2='808' y2='1033'/%3E%3Cline x1='-8' y1='-233' x2='808' y2='583'/%3E%3Cline x1='-8' y1='-583' x2='808' y2='233'/%3E%3C/g%3E%3Cg stroke='%23001846' stroke-width='7'%3E%3Cline x1='-8' y1='242' x2='808' y2='1058'/%3E%3Cline x1='-8' y1='542' x2='808' y2='1358'/%3E%3Cline x1='-8' y1='-558' x2='808' y2='258'/%3E%3Cline x1='-8' y1='-258' x2='808' y2='558'/%3E%3C/g%3E%3Cg stroke='%23001743' stroke-width='6'%3E%3Cline x1='-8' y1='267' x2='808' y2='1083'/%3E%3Cline x1='-8' y1='517' x2='808' y2='1333'/%3E%3Cline x1='-8' y1='-533' x2='808' y2='283'/%3E%3Cline x1='-8' y1='-283' x2='808' y2='533'/%3E%3C/g%3E%3Cg stroke='%2300163f' stroke-width='5'%3E%3Cline x1='-8' y1='292' x2='808' y2='1108'/%3E%3Cline x1='-8' y1='492' x2='808' y2='1308'/%3E%3Cline x1='-8' y1='-308' x2='808' y2='508'/%3E%3Cline x1='-8' y1='-508' x2='808' y2='308'/%3E%3C/g%3E%3Cg stroke='%2300153c' stroke-width='4'%3E%3Cline x1='-8' y1='467' x2='808' y2='1283'/%3E%3Cline x1='-8' y1='317' x2='808' y2='1133'/%3E%3Cline x1='-8' y1='-333' x2='808' y2='483'/%3E%3Cline x1='-8' y1='-483' x2='808' y2='333'/%3E%3C/g%3E%3Cg stroke='%23001439' stroke-width='3'%3E%3Cline x1='-8' y1='342' x2='808' y2='1158'/%3E%3Cline x1='-8' y1='442' x2='808' y2='1258'/%3E%3Cline x1='-8' y1='-458' x2='808' y2='358'/%3E%3Cline x1='-8' y1='-358' x2='808' y2='458'/%3E%3C/g%3E%3Cg stroke='%23001336' stroke-width='2'%3E%3Cline x1='-8' y1='367' x2='808' y2='1183'/%3E%3Cline x1='-8' y1='417' x2='808' y2='1233'/%3E%3Cline x1='-8' y1='-433' x2='808' y2='383'/%3E%3Cline x1='-8' y1='-383' x2='808' y2='433'/%3E%3C/g%3E%3Cg stroke='%23013' stroke-width='1'%3E%3Cline x1='-8' y1='392' x2='808' y2='1208'/%3E%3Cline x1='-8' y1='-408' x2='808' y2='408'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
}
.header .overlay {
    padding-top: 200px;
    padding-bottom: 50px;
    min-height: 600px;
    /*
    background-color: rgba(2, 2, 2, .7);+*/
}
.header .overlay h1 {
    color: #F0F0F0;
    font-family: 'Lateef', sans-serif;
    font-size: 53px;
    margin-bottom: 15px; 
}
.header .overlay p {
    font-size: 26px;
    font-family: 'Lateef', sans-serif;
    letter-spacing: 1px;
    color: #999;
}
.header .overlay i {
    padding-top: 50px;
    color: #F0F0F0;
}
/* End Header */
/* Start Welcome */
.welcome .h1 {
    color: #30619B;
    font-family: 'Lateef', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.welcome .lead {
    color: #777;
    font-family: 'Lateef', sans-serif;
    font-size: 27px;
    line-height: 1.7;
    border-right: 5px solid #34495e;
    padding-right: 10px;
}
/* End Welcome */
/* Start Features */
.features .feat {
    margin-bottom: 40px;
}
.features .feat i {
    color: #F0F0F0;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    margin-left: 6px;
}
.features .feat .i-one {
    background-color: #2CA9BB;
    border: 1px solid #2CA9BB;
}
.features .feat .i-two {
    background-color: #BF5841;
    border: 1px solid #BF5841;
}
.features .feat .i-three {
    background-color: #30618C;
    border: 1px solid #30618C;
}
.features .feat .i-four {
    background-color: #16a085;
    border: 1px solid #16a085;
}
.features .feat .i-five {
    background-color: #34495e;
    border: 1px solid #34495e;
}
.features .feat .i-six {
    background-color: #2980b9;
    border: 1px solid #2980b9;
}
.features .feat:hover i {
    background-color: #333;
    border-color: #333;
} 
.features .feat h2 {
    font-family: 'Lateef', sans-serif;
    font-size: 31px;
    margin-bottom: 20px;
    color: #F0F0F0;
    padding: 7px;
    border-radius: 10px;
}
.features .feat p {
    color: #444;
    font-family: 'Lateef', sans-serif;
    font-size: 24px;
}
/* End Features */
/* Start Available Ways */
.available {
    background: url("../img/back.jpeg") fixed top center no-repeat;
    background-size: cover;
    min-height: 400px; 
    background: #000428;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.available .overlay .h1 {
    color: #FCFCFC !important;
}
.available .overlay {
    background-color: rgba(2, 2, 2, .8);
    min-height: 400px;
    padding-top: 100px;
    padding-bottom: 50px;
}
.available .overlay .available-ways {
    cursor: pointer;
    margin-bottom: 40px;
}
.non {
    display: none;
}
.not-avail {
    cursor: not-allowed;
}
.available .overlay .available-ways h2 {
    color: #FCFCFC;
    padding: 10px;
    margin-bottom: 15px;
    font-family: 'Lateef', sans-serif;
    transition: all .3s ease-in-out;
    border-radius: 10px;
}
.available .overlay .available-ways:hover h2,
.available .overlay .available-ways:focus h2 {
    opacity: .9;
}
.available .overlay .available-ways .first {
    background-color: #2980b9; 
}
.available .overlay .available-ways .nth {
    background-color: #16a085; 
}
.available .overlay .available-ways .third {
    background-color: #111F4D; 
}
.available .overlay .available-ways .fourth {
    background-color: #E43A19; 
}
.available .overlay .available-ways .fifth {
    background-color: #C1C0B9; 
}
.available .overlay .available-ways .sixth {
    background-color: #005E7C; 
}
.available .overlay .available-ways p {
    color: #999;
    font-size: 17px;
    font-family: 'Mada', sans-serif;
    line-height: 1.8;
    margin-bottom: 5px;
}
.available .overlay .available-ways span {
    color: #FCFCFC;
    font-size: 17px;
    font-family: 'Mada', sans-serif;
    line-height: 1.8;
    margin-bottom: 5px;
}
/* End Available Ways */
/* Learn Contact */
.contact textarea {
    height: 106px;
    margin-bottom: 25px;
    box-shadow: none;
    font-size: 'Mada', sans-serif;
    background-color: #FFF;
    border: 1px solid #EEE;
    transition: all .3s ease-in-out
}
.contact .form-group .form-control {
    height: 43px !important;
}
.contact img {
    padding-top: 70px;
}
/* End Contact */
/* Start Site Map */
.site {
    background-color: #111;
    padding-top: 30px;
    padding-bottom: 30px;
}
.site .site-map h2 {
    color: #098BC3;
    font-family: 'Harmattan', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.site .site-map p {
    line-height: 1.8;
}
.site .site-map ul li,
.site .site-map p {
    color: #727272;
    font-size: 18px;
    font-family: 'Mada', sans-serif;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}
.site .site-map ul li:hover,
.site .site-map ul li:focus {
    color: #098BC3;
}
/* End Site Map */
/* Start Footer */
.footer {
    background-color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer p {
    color: #727272;
    font-family: 'Mada', sans-serif;
    font-size: 18px;
    margin-top: 10px;
}
.footer i {
    margin-right: 8px;
    color: #FFF;
    transition: all .3s ease-in-out;
    padding: 10px;
    opacity: 0.7;
    cursor: pointer;
}
.footer i:hover,
.footer i:focus {
    opacity: 1;
}
.footer .facebook {
    background-color: #4267B2;
}
.footer .twitter {
    background-color: #1DA1F2;
}
.footer .youtube {
    background-color: #FF0000;
}
.footer .instagram {
    background: linear-gradient(#5b4190, #ed7b7b , #fbc51b);
}
/* End Footer */
/* Start Course Page */
.course .h1 {
    color: #30619B;
    font-family: 'Lateef', sans-serif;
    font-size: 40px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.course .other {
    text-align: right;
    float: right;
}
.course .other h2 {
    color: #666;
    font-family: 'Mizra', sans-serif;
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.course .other a > p {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 30px;
    background-color: #2c3e50;
    border: 1px solid #34495e;
    padding: 10px;
    font-family: 'mada', sans-serif;
    transition: all .3s ease-in-out
}
.course .other a > p:hover,
.course .other a > p:focus {
    background-color: #34495e;
    border: 1px solid #2c3e50;
    color: #098Bc3;
}
.course .for-style {
    color: #F0F0F0;
    margin-bottom: 0px;
    padding: 15px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.course .one {background-color: #BE3144;}
.course .two {background-color: #161C2E;}
.course .three {background-color: #475762;}
.course .four {background-color: #EF6C35;}
.course .five {background-color: #343434;}
.course .six {background-color: #00AD7C;}
.course .seven {background-color: #E84545;}
.course .eight {background-color: #00ADB5;}
.course .nine {background-color: #2B2E4A;}
.course .ten {background-color: #212121;}
.course .eleven {background-color: #2A363B;}
.course .twelve {background-color: #045757;}
.course .thirteen {background-color: #10828C;}
.course .fourteen {background-color: #2D5C7F;}
.course .fivteen {background-color: #9A9B94;}
.course .sixteen {background-color: #F08A5D;}
.course .seventeen {background-color: #1BBC9C;}
.course .eighteen {background-color: #16a085;}
.course .nineteen {background-color: #045757;}
.course .twinty {background-color: #2B2E4A;}
.course .courses {
    background-color: #FCFCFC;
    border: 1px solid #D2D2D2;
    padding: 13px 20px 20px;
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: right;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.course .courses p {
    color: #555;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 1.9;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: center;
}
.course .courses span {
    color: #2980b9;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}
.course .courses .free {
    margin-top: 15px;
    text-align: center;
}
/* End Course Page */
/* Start Teacher Page */
.teacher .our-teacher {
    background-color: #FAFAFA;
    padding: 15px 20px;
    border-top: 3px dotted #CCC;
    border-bottom: 3px dotted #CCC;
    margin-bottom: 60px;
}
.teacher .our-teacher img {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    border: 1px solid #95a5a6;
    padding: 2px;
    margin-top: 50px;
    margin-left: 30px;
    cursor: pointer; 
}
.teacher .our-teacher h2 {
    color: #555;
    text-align: right;
    font-family: 'Mada', sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.teacher .our-teacher p {
    font-size: 17px;
    text-align: right;
    font-family: 'Cairo', sans-serif;
    color: #676767;
    line-height: 2;
}
/* End Teacher Page */
/* Start Web Design, Development Page */
.web h3 {
    background-color: #4c4c4c;
    color: #F0F0F0;
    font-family: 'Mada', sans-serif;
    font-size: 18px;
    padding: 15px;
    text-align: right;
    margin-bottom: 0px;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.web .web-design {
    margin-top: 0px;
    text-align: right;
    background-color: #FAFAFA;
    border: 1px solid #EEE;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 20px 20px 30px;
}
.web .web-design h4 {
    color: #676767;
    font-family: 'Cairo', sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 4px solid #4c4c4c;
}
.web .web-design p {
    color: #676767;
    font-family: 'Mada', sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
}
.web .web-design ul li {
    font-family: 'Mada', sans-serif;
    font-size: 18px;
    color: #767676;
    margin-bottom: 10px;
    padding-right: 10px; 
}
.web .web-design .fasal {
    border-bottom: 1px solid #EEE;
    padding-top: 20px;
}
.box-hidden {
    display: none;
}
/* End Web Design, Developer Page */
/* Start Helping Page */
.helping .help {
    padding: 0px 0 5px;
    background-color: #f3f3f3;
    margin-bottom: 35px;
    border-radius: 10px;
    border: 4px dotted #e5e5e5;
}
.helping .help a > h2 {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
}
.helping .help a:hover,
.helping .help a:focus {
    text-decoration: none;
}
/* End Helping Page */
/* Start Sign Up,Sign In Form */
/* Start Login In Navbar */
.navbar-default .login {
    background-color: #FFF;
    box-shadow: 0px 0px 1px #EEE;
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 2px 10px;
    padding: 15px 20px 30px;
    left: auto;
    right: 0;
    display: none;
}
.navbar-default .login h2 {
    color: #555;
    font-family: 'mada', sans-serif;
    margin-bottom: 20px;
}
.navbar-default .login .form-control {
    height: 38px;
    margin-bottom: 25px;
    font-family: 'Mada', sans-serif;
    background-color: #FFF;
    border: 1px solid #eee;
    font-size: 17px;
    border-radius: 6px;
    color: #666;
    transition: all .3s ease-in-out;
    box-shadow: none;
}
.navbar-default .form-control:focus { 
   box-shadow: 0px 1px 8px #EEE;
}
/* End Login In Navbar */
/* Start Signup Page */
.signup .row {
    background-color: #FFF;
    padding: 50px 20px 30px;
    box-shadow: 0 1px 8px #EEE;
    border-radius: 2px;
}
.signup .login-social {
    padding-top: 60px;
}
.signup .login-social button {
    width: 230px;
    height: 36px;
    border: 0px;
    font-family: 'Mada', sans-serif;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
    background: 0 0;
}
.signup .login-social .btn-a {
    background-color: #4267B2;
    border: 1px solid #4267B2;
}
.signup .login-social .btn-b {
    background-color: #55ACEE;
    border: 1px solid #55ACEE;
}
.signup .login-social .btn-c {
    background-color: #DD4B39;
    border: 1px solid #DD4B39;
}
/* End Signup Page */
/* End Sign Up,Sign In Form */
/* Start Simply group */

.contact .form-group .form-control,
.signup .form-control {
    height: 38px;
    margin-bottom: 25px;
    font-family: 'Mada', sans-serif;
    background-color: #FFF;
    border:none;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    border-radius: 0px;
    color: #666;
    transition: all .3s ease-in-out;
    box-shadow: none;
}
.singup .form-control:hover,
.signup .form-control:focus,
.contact .form-group .form-control:focus {
    border-color: #30619B;
}
.signup .signupbutton,
.contact .form-send {
    background-color: #16a085;
    border: 1px solid #16a085;
    padding: 11px 30px;
    font-family: 'Mada', sans-serif;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    border-radius: 2px;
    transition: all .4s ease-in-out;
}
.signup .login-social button:hover,
.signup .login-social btuuon:focus,
.signup .signupbutton:hover,
.signup .signupbutton:focus,
.contact .form-send:hover,
.contact .form-send:focus {
    opacity: 0.8;
}
.welcome,
.features,
.contact,
.course,
.teacher,
.web,
.helping,
.signup {
    padding-top: 40px;
    padding-bottom: 50px;
}
.features .h1,
.available .overlay .h1,
.contact .h1,
.teacher .h1,
.web .h1,
.helping .h1,
.signup .h1 {
    color: #30619B;
    font-family: 'Lateef', sans-serif;
    letter-spacing: 1px;
    font-size: 43px;
    margin-bottom: 30px;
}
/* End Simply Gropu