/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);*/

body {
    /* padding-top: 100px; */
    background: #fff;
    font-family: 'Roboto-regular', sans-serif;
    font-weight: 300;
    color: #454545;
    font-size: 15px;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Roboto-regular', sans-serif;
    color: #272727;
}

@font-face {
    font-family: 'Roboto-regular';
    src: url('/static/fonts/Roboto-Regular-2eab75a5bcba80c689494d56b940cdaa.eot');
    src: url('/static/fonts/Roboto-Regular-2eab75a5bcba80c689494d56b940cdaa.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/Roboto-Regular-a2ee6b8b98d1aeca6465d5bc81e1a174.woff') format('woff'),
    url('/static/fonts/Roboto-Regular-df7b648ce5356ea1ebce435b3459fd60.ttf') format('truetype'),
    url('/static/fonts/Roboto-Regular-162fc13f95155e623a2d9bcfb41a05cb.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-light';
    src: url('/static/fonts/Roboto-Light-c08dfd21c67136571928f9b1453420e8.eot');
    src: url('/static/fonts/Roboto-Light-c08dfd21c67136571928f9b1453420e8.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/Roboto-Light-e5df0edfb0fab2978a32cc46273582d3.woff') format('woff'),
    url('/static/fonts/Roboto-Light-46e48ce0628835f68a7369d0254e4283.ttf') format('truetype'),
    url('/static/fonts/Roboto-Light-d1f0166c625c53cec58d3fa3888425af.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-thin';
    src: url('/static/fonts/Roboto-Thin-9948102d0c08adfd8db9fd10a1b94c9c.eot');
    src: url('/static/fonts/Roboto-Thin-9948102d0c08adfd8db9fd10a1b94c9c.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/Roboto-Thin-d735b74828b12f23b3eed5512e870e94.woff') format('woff'),
    url('/static/fonts/Roboto-Thin-94998475f6aea65f558494802416c1cf.ttf') format('truetype'),
    url('/static/fonts/Roboto-Thin-572015d0f86ea170eab96a98d5ad45e9.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-medium';
    src: url('/static/fonts/Roboto-Medium-d7771630e411a9ae3c0b12fbdc39a020.eot');
    src: url('/static/fonts/Roboto-Medium-d7771630e411a9ae3c0b12fbdc39a020.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/Roboto-Medium-b1515e19fdd4218853f3d01734e5f96b.woff') format('woff'),
    url('/static/fonts/Roboto-Medium-894a2ede85a483bf9bedefd4db45cdb9.ttf') format('truetype'),
    url('/static/fonts/Roboto-Medium-d2b8da96ec0274b8174e54a9fe9800ec.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

.line1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Light49 {
    font-family: 'Roboto-thin', sans-serif;
    font-size: 49px;
}

a {
    color: #45aed6;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2a95be;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 50px;
}

.section-header .section-title {
    font-size: 36px;
    color: #454545;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
    font-family: 'Roboto-medium';
    font-weight: 500;
}

.section-header .section-title2 {
    font-size: 36px;
    color: #454545;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
    font-family: 'Roboto-medium';
    font-weight: 500;
}

.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ff641b;
}

.section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #ff641b;
}

.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 3px;
}

.btn.btn-primary {
    background: #ff641b;
    border-color: #ff641b;
    border-radius: 25px;
}

.btn-xs.btn-primary {
    background: #ff641b;
    border-color: #ff641b;
    border-radius: 25px;
    /* font-weight:100; */
    padding: 3px 8px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #e84a00;
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40%;
    border-bottom: 1px solid #45aed6;
}

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

ul.nostyle i {
    color: #45aed6;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}


@media (min-width: 767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}


@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/********************************Header********************************/
.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
}

.navbar.navbar-default .navbar-toggle {
    /* margin-top: 32px; */
    margin-top: 16px
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 22px 15px 15px;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    #main-menu.navbar-default {
        background: rgba(255, 255, 255, 1);
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    }

    #main-menu.navbar-default .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
        font-family: 'Roboto-regular';
        font-weight: normal;
    }

    #main-menu.navbar-default .navbar-nav > li.active > a,
    #main-menu.navbar-default .navbar-nav > li.open > a,
    #main-menu.navbar-default .navbar-nav > li:hover > a {
        background: transparent;
        border-top: 0px solid #ff6c00;
        color: #ff6c00;
    }

    #main-menu.navbar-default .dropdown-menu {
        padding: 0 20px;
        min-width: 220px;
        background-color: rgba(26, 28, 40, 0.9);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-clip: inherit;
    }

    #main-menu.navbar-default .dropdown-menu > li {
        border-left: 3px solid transparent;
        margin-left: -20px;
        padding-left: 17px;
        -webit-transition: border-color 400ms;
        transition: border-color 400ms;
    }

    #main-menu.navbar-default .dropdown-menu > li > a {
        border-top: 1px solid #404455;
        padding: 15px 0;
        color: #eeeeee;
    }

    #main-menu.navbar-default .dropdown-menu > li:first-child > a {
        border-top: 0;
    }

    #main-menu.navbar-default .dropdown-menu > li.active,
    #main-menu.navbar-default .dropdown-menu > li.open,
    #main-menu.navbar-default .dropdown-menu > li:hover {
        border-left-color: #45aed6;
    }

    #main-menu.navbar-default .dropdown-menu > li.active > a,
    #main-menu.navbar-default .dropdown-menu > li.open > a,
    #main-menu.navbar-default .dropdown-menu > li:hover > a {
        color: #45aed6;
        background-color: transparent;
    }

}

@media (min-width: 768px) and (max-width: 999px) {
    #main-menu.navbar-default .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 15px;
    }
}

/******************************** Footer ******************************/
#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background: #2e2e2e;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #45aed6;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
}

#footer ul > li {
    display: inline-block;
    margin: 0 7.5px;
}

@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: right;
    }
}

/******************************** Footer ******************************/


/******************************** classification ******************************/

#classification {
    padding: 84px 0 70px 0px;
    background: #c4f0fb;
}

#classification ul.pricing {
    list-style: none;
    margin: 10px 0 30px;
    border: 1px solid #c4f0fb;
    border-radius: 5px 5px 4px 4px;
    padding: 15px;
    text-align: center;
}

#classification ul.pricing:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
}

#classification ul.pricing li {
    display: block;
    padding: 5px 10px;
    color: #fff;
}

#classification ul.pricing li img {
    width: 48px;
    height: 48px;
}

@media only screen and (min-width: 768px) {
    #classification .col {
        padding-right: 0;
        padding-left: 0;
    }
}
