body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

.container {
    max-width: 1200px !important;
}

.wrapper {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
}

header {
    display: flex;
    align-items: center;
    will-change: height;
    position: fixed;
    height: $header-height;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    transition: all 300ms ease;
}

header .top-header {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    background: #2566ac;
    padding: 8px 0;
    font-size: 13px;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
}


/*new css*/

.newcontaner {
    width: 100%;
    height: auto;
    float: left;
    /* box-shadow: 0 0 15px #ccc;*/
}

.enquirytext {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #333;
    float: left;
    text-align: right;
}

.textbox2 {
    width: 100%;
    height: 30px;
    float: left;
    line-height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    border: 1px solid #999;
}

.onllineenquirybox {
    width: 100%;
    height: auto;
    margin-top: 10px;
    float: left;
}

.textbox3 {
    width: 100%;
    height: 70px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    border: 1px solid #CCC;
}

.newcontaner h1 {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 36px;
    margin-top: 5%;
    font-weight: bold;
}

.onllineenquirybox2 {
    width: 100%;
    height: auto;
    margin-top: 10px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #F3F3F3;
}

.tv {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    text-align: right;
}

.clr {
    clear: both;
}

.newbtn {
    width: 120px;
    height: 40px;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background: #F30;
    border: 0px;
    color: #FFF;
    margin-left: 10px;
    margin-bottom: 20px;
}


/*new css end*/

.ourcllents {
    width: 100%;
    height: auto;
    border: 1px solid #333;
    float: left;
    margin-bottom: 10px;
}

.ourcllents:hover {
    width: 100%;
    height: auto;
    border: 1px solid #F60;
    float: left;
    margin-bottom: 10px;
}

.ourcllents img {
    width: 100%;
    height: auto;
    border: 1px solid #999;
    float: left;
}

.enquirybox {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    border: 1px solid #CCC;
    padding: 5px;
}

.enquirybox h2 {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #F30;
    float: left;
}

.enquirybox input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 10px;
    border-left: 5px solid #ed4e00;
    margin-bottom: 5px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.enquirybox select {
    width: 100%;
    height: 40px;
    line-height: 30px;
    padding: 5px;
    border-left: 5px solid #ed4e00;
    margin-bottom: 5px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.enquirybox textarea {
    width: 100%;
    height: 50px;
    padding: 10px;
    border-left: 5px solid #ed4e00;
    margin-bottom: 5px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.enquirybox button {
    width: 100%;
    height: 35px;
    line-height: 30px;
    padding: 5px;
    border: none;
    text-align: center;
    background: #ed4e00;
    color: #FFF
}

.enquirybox button:hover {
    background: #000000;
    color: #FFF
}

.image-box {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    border: 1px solid #999;
    position: relative;
    margin: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}

.leftmenu ul {
    margin: 0px;
    padding: 0px;
    display: block;
}

.leftmenu ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: left;
    width: 100%;
}

.leftmenu ul li a {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 40px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
    float: left;
    background: #ed4e00;
    padding: 5px;
    border-bottom: 1px solid #FFF;
    border-left: 10px solid #2566ac;
}

.leftmenu ul li a:hover {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 40px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
    float: left;
    border-left: 10px solid #000000;
    background: #2F97FF;
}

header .top-header .left {
    width: auto;
    float: left;
    margin: 0 0 0 0;
}

header .top-header .right {
    width: auto;
    float: right;
    margin: 0 0 0 0;
}

header .top-header .left a {
    color: #ffffff;
}

header .top-header i {
    color: #ed4e00;
}

header .mid-header {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    padding: 5px 0;
}

header .mid-header .logo {
    width: 271px;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}

header .mid-header .logo img {
    width: 100%;
}

header .mid-header .right {
    width: auto;
    float: right;
    height: auto;
    margin: 15px 0 0 0;
}

header .mid-header .right .first {
    width: auto;
    float: left;
    margin: 0 0 0 25px;
    height: auto;
}

header .mid-header .right .first i {
    color: #ed4e00;
    width: auto;
    float: left;
    margin: 10px 0 0 0;
    padding: 0 10px 0 0;
}

header .mid-header .right .first p {
    width: auto;
    float: right;
    margin: 0 0 0 0;
    font-size: 18px;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    line-height: 17px;
    border-left: 1px solid #eee;
    padding: 10px 0 10px 15px;
}

header .menu-header {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    background-color: #ed4e00;
}

header .menu-header .menu {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    border-top: 1px solid #bcf1ee;
}

.middile {
    width: 100%;
    float: left;
    height: auto;
    margin: 150px 0 0 0;
}

.aboutus-banner {
    width: 100%;
    height: auto;
    float: left;
}

.aboutus-banner img {
    width: 100%;
    height: auto;
    float: left;
}

.home-banner {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
}

.home-banner img {
    width: 100%;
    height: 300px;
}

.home-first {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    padding: 20px 0 0;
}

.home-first h4 {
    width: 100%;
    float: left;
    height: auto;
    margin: 20px 0 0 0;
    font-weight: 800;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
}

.home-first h4 span {
    color: #ed4e00;
}

.home-first h1 {
    width: 100%;
    float: left;
    height: auto;
    margin: 20px 0 0 0;
    font-weight: 800;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
}

.home-first h1 span {
    color: #ed4e00;
}

.home-first h2 {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    font-weight: 800;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-first p {
    width: 100%;
    float: left;
    height: auto;
    margin: 25px 0 0 0;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: justify;
}

.home-first .link {
    width: auto;
    float: left;
    margin: 25px 0 0 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 17px;
    background: #1d3051;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home-first .link:hover {
    background: #101f38;
}

.innerbanner {
    width: 100%;
    position: relative;
    text-align: center;
    color: white;
}

.innerbanner img {
    width: 100%;
    position: relative;
    text-align: center;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 800;
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-first .form-area {
    width: 100%;
    float: left;
    height: auto;
    margin: -50px 0 0 0;
    background: #ffffff;
    border: 1px solid #CCC;
}

.home-first .form-area h3 {
    width: 100%;
    float: left;
    height: auto;
    line-height: 60px;
    background: #17a2b8;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.home-first .form-area form {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    padding: 30px;
    text-align: center;
}

.home-first .form-area form .form-control {
    border-radius: 0;
    background: none;
    height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-color: #0062cc;
}

.home-first .form-area form textarea.form-control {
    height: 120px;
}

.home-first .form-area form input[type="submit"] {
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
    width: auto;
    line-height: 50px;
    padding: 0 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 17px;
    border: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: uppercase;
    background: #f79323;
    color: #fff;
}

.home-first .form-area form input[type="submit"]:hover {
    background: #e37800;
}

.home-second {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    padding: 35px 0;
    background: url(../images/bg.jpg) no-repeat #162343;
    background-position: right center;
}

.dropdown-item {
    font-family: 'Roboto Condensed', sans-serif;
}

ul li {
    font-family: 'Roboto Condensed', sans-serif;
}

.home-second h2 {
    width: 100%;
    float: left;
    height: auto;
    margin: 10px 0 0 0;
    font-weight: 700;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-second h2 span {
    color: #ede600;
    font-weight: 500;
}

.home-second p {
    width: 100%;
    float: left;
    height: auto;
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    font-style: italic;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 25px;
}

.home-second h3 {
    width: 100%;
    float: left;
    height: auto;
    margin: 10px 0 0 0;
    font-weight: 700;
    font-size: 30px;
    color: #ede600;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-second h3 span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.home-second h3 a {
    font-size: 17px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 20px;
    line-height: 35px;
    display: inline-block;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home-second h3 a:hover {
    background: #f9b605;
    color: #162343;
    text-decoration: none;
}

.home-third {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    padding: 60px 0;
}

.home-third h2 {
    width: 100%;
    float: left;
    height: auto;
    text-transform: uppercase;
    color: rgb(234, 23, 23);
    font-weight: 600;
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 0 0;
    text-align: center;
}

.home-third h2:before {
    width: 35px;
    height: 3px;
    background: #0190d2;
    content: "";
    display: block;
    margin: 0 0 10px 0;
}

.home-third .box {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    overflow: hidden;
}

.home-third .box img {
    width: 100%;
    transition: transform .5s ease;
}

.home-third .box:hover img {
    transform: scale(1.5);
}

.home-third .box h3 {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    margin: 0 0 0 0;
    line-height: 40px;
    background: #007bff;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 5px;
    position: relative;
}

.home-third .box p {
    width: 100%;
    float: left;
    height: auto;
    margin: 15px 0;
    line-height: 22px;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 0;
}

.home-third .box span {
    overflow: hidden;
    max-height: 200px;
    float: left;
    width: 100%
}

.home-third .box .bt {
    width: auto;
    float: left;
    margin: 0 0 0 0;
    line-height: 35px;
    background: #000000;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 20px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home-third .box:hover .bt {
    background: #ed4e00;
}

.home-fourth {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    padding: 60px 0;
}

.home-fourth h2 {
    width: 100%;
    float: left;
    height: auto;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 0 0;
    text-align: center;
}

.home-fourth h2 span {
    font-weight: 400;
    color: #666;
    font-size: 16px;
    text-transform: none;
    width: 100%;
    float: left;
}

.home-fourth h2:before {
    width: 35px;
    height: 3px;
    background: #0190d2;
    content: "";
    display: block;
    margin: 0 auto 10px;
}

.home-fourth .box {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
}

.home-fourth .box h3 {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-fourth .box p {
    width: 100%;
    float: left;
    height: auto;
    margin: 10px 0 0 0;
    line-height: 22px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 0;
}

.home-fourth .box img {
    width: 170px;
}

.home-fifth {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    padding: 80px 0;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.home-fifth h2 {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-fifth h3 {
    width: 100%;
    float: left;
    height: auto;
    margin: 30px 0 0 0;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-fifth .form-group {
    width: 48.5%;
    float: left;
}

.home-fifth .form-group.right {
    float: right;
}

.home-fifth .form-group .form-control {
    height: 60px;
}

.home-fifth .form-group select.form-control {
    height: 60px !important;
}

.home-fifth form input[type="submit"] {
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
    width: auto;
    line-height: 50px;
    padding: 0 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 17px;
    border: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: uppercase;
    background: #f79323;
    color: #fff;
}

.home-fifth form input[type="submit"]:hover {
    background: #e37800;
}

.home-sixth {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    padding: 10px 0;
}

.home-sixth h2 {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    font-size: 40px;
    font-weight: 500;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-sixth h2 span {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #e42222;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.home-sixth .link {
    width: auto;
    float: left;
    margin: 25px 0 0 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 17px;
    background: #ed4e00;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home-sixth .link:hover {
    background: #cd0404;
}

.home-sixth h3 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-sixth h3 img {
    width: 60px;
}

.home-sixth p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    font-family: 'Roboto Condensed', sans-serif;
}

.home-seventh {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    padding: 60px 0;
    background: #eee;
}

.home-seventh h2 {
    width: 100%;
    float: left;
    height: auto;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 0 0;
    text-align: center;
}

.home-seventh h2 span {
    font-weight: 400;
    color: #666;
    font-size: 16px;
    text-transform: none;
    width: 100%;
    float: left;
}

.home-seventh h2:before {
    width: 35px;
    height: 3px;
    background: #0190d2;
    content: "";
    display: block;
    margin: 0 auto 10px;
}

.first12 {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    background: #ffffff;
    margin-bottom: 10px;
    border: 2px dotted #CCC;
}

.first12:hover {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px dotted #F30;
}

.first12 p {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

.first12 h2 {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    padding: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
}

.first12 h3 {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    padding: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
}

.home-seventh .first {
    width: 86%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    background: #fff;
    padding: 7%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.home-seventh .first p {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    color: #4a4a4a;
    margin: 0 0 20px 0;
}

.home-seventh .first .left {
    width: 20%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
}

.home-seventh .first .right {
    width: 70%;
    float: right;
    height: auto;
    margin: 0 0 0 0;
    color: #ff3721;
    font-size: 14px;
    font-weight: 400;
}

.home-seventh .first .right span {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #202020;
}

.home-eighth {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    padding: 60px 0;
}

.home-eighth .box {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
}

.home-eighth .box img {
    border: 1px solid #eee;
}

.home-eighth .box marquee {
    width: 100%;
    float: left;
}

.home-ninth {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    background: #eee;
    padding: 60px 0;
}

.home-ninth .box {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    background: #fff;
    border-radius: 3px;
    padding: 8px;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home-ninth .box i {
    width: 60px;
    height: 60px;
    background: #ed4e00;
    border: 3px solid #fff;
    color: #fff;
    line-height: 60px;
    border-radius: 10px;
    margin: 0 0 0 0;
    display: inline-block;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home-ninth .box h2 {
    width: 100%;
    float: left;
    height: auto;
    margin: 10px 0 20px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home-ninth .box h2 span {
    width: 30px;
    height: 2px;
    background: #ed4e00;
    display: block;
    margin: 15px auto 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home-ninth .box p {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    font-size: 15px;
    color: #666;
    font-family: 'Roboto Condensed', sans-serif;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home-ninth .box:hover {
    background: #ed4e00;
}

.home-ninth .box:hover i {
    background: #000000;
}

.home-ninth .box:hover h2 span {
    background: #ea1e63;
}

.home-ninth .box:hover h2 {
    color: #fff;
}

.home-ninth .box:hover p {
    color: #fff;
}

footer {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    background: #161616;
    padding: 10px 0 0 0;
}

footer img {
    width: 100%;
}

footer h2 {
    width: 100%;
    float: left;
    height: auto;
    margin: 30px 0 20px 0;
    color: #ed4e00;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

footer p {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    color: #ffffff;
    line-height: 25px;
    text-align: inherit;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}

footer .social {
    width: 100%;
    float: left;
    height: auto;
    margin: 20px 0 0 0;
}

footer .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #ed4e00;
    border: 1px solid #ed4e00;
    border-radius: 50%;
    float: left;
    margin: 0 5px 0 0;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

footer .social a:hover {
    background: #ed4e00;
    color: #fff;
}

footer ul {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    list-style: none;
    padding: 0;
}

footer ul li {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 0 0;
    border-bottom: 1px solid #333;
    color: #999;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px 0;
}

footer ul li:last-child {
    border-bottom: none;
}

footer ul li a {
    width: auto;
    float: left;
    margin: 0 0 0 0;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}

footer ul li a:hover {
    color: #ed4e00;
    text-decoration: none;
}

footer ul li i {
    color: #ed4e00;
}

footer ul li a i {
    color: #999;
}

footer .copyright {
    width: 100%;
    background: #000;
    float: left;
    height: auto;
    margin: 20px 0 0 0;
    font-size: 14px;
    color: #999;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px 0;
}

.nbox {
    width: 100%;
    float: left;
    padding: 50px;
    background: #F4F4F4;
    margin-top: 50px;
}

@media (max-width: 767px) {
    header .top-header {}
    header .mid-header .logo {
        width: 190px;
        z-index: 111;
        position: relative;
    }
    header .mid-header .right {
        display: none;
    }
    header .menu-header .menu {
        border: none;
        margin: -55px 0 0 0;
    }
    .navbar-light .navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
        outline: none;
    }
    .navbar-nav .nav-link i {
        float: right;
        margin: 15px 0 0 0;
    }
    .home-first h1 {
        margin: 0;
        font-size: 30px;
    }
    .home-first h2 {
        font-size: 20px;
    }
    .home-first .form-area h3 {
        font-size: 20px;
    }
    .home-fourth {
        padding: 0 0 60px 0;
    }
    .home-fourth h2 {
        font-size: 25px;
    }
    .home-fifth h3 {
        font-size: 30px;
        margin: 0 0 20px 0;
    }
    .home-fifth {
        padding: 30px 0;
    }
    .home-sixth {
        padding: 30px 0;
    }
    .home-sixth h2 {
        font-size: 25px;
    }
    .home-sixth .link {
        margin-bottom: 25px;
    }
    .home-sixth h3 {
        font-size: 18px;
    }
    .home-sixth h3 img {
        width: 50px;
    }
    .home-seventh h2 {
        font-size: 20px;
    }
    .home-seventh {
        padding: 30px 0;
    }
    .home-seventh .first {
        width: 96%;
        margin: 0 6px;
    }
    .home-eighth {
        padding: 20px 0;
    }
    .home-ninth {
        padding: 30px 0;
    }
    .home-ninth .box {
        margin: 5px 0;
    }
    footer img {
        display: none;
    }
    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 800;
        font-size: 12px;
        color: #ffffff;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .enquirytext {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        color: #333;
        float: left;
        text-align: left;
    }
    .tv {
        width: 100%;
        height: auto;
        float: left;
        font-size: 14px;
        text-align: left;
    }
    .middile {
        width: 100%;
        float: left;
        height: auto;
        margin: 110px 0 0 0;
    }
    .navbar-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        padding-top: 50px;
    }
}