@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular');
    src: local('Oswald-Regular'), url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Oswald-Light';
    src: url('../fonts/Oswald-Light');
    src: local('Oswald-Light'), url('../fonts/Oswald-Light.woff') format('woff'), url('../fonts/Oswald-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold');
    src: local('Oswald-Bold'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular');
    src: local('Roboto-Regular'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}

body{
     margin:0;
     padding:0;
     color: #242424;
    font-family: 'Roboto-Regular';
    font-size: 16px;
}
p {
    color: #242424;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    font-family: 'Roboto-Regular';
}
h1, h2, h3, h4, h5, h6{
     color: #172541;
     font-family: 'Oswald-Bold';
}
a{
    color: #63619a;
}
a:focus, a:hover{
	text-decoration:none;
    transition: all 0.3s linear;
}
.logo {
    padding: 10px 0px;
    display: block;
    width: 100%;
    float: left;
}
.logo img {
    float: left;
}
.logo > h1{
    display: inline-block;
    border: none;
    color: #0074be;
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.3;
}
.loc-details {
    float: right;
    margin-top: 15px;
}
.loc-details li {
    margin-bottom: 10px;
    line-height: 24px;
}
.loc-details li .fa {
    color: #0074be;
    margin-right: 6px;
}
.loc-details .loc-right a {
    font-family: 'Roboto-Regular';
    color: #000000;
}
.loc-details .loc-right {
    display: inline-table;
}
.btn-primary{
    color: #fff;
    background-color: #eb008a;
    border-color: #eb008a; 
}
.loc-details .btn-primary {
    font-family: 'Oswald-Regular';
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px 20px;
    transition: all 0.3s linear;
}
.loc-details .btn-primary:hover {
    color: #fff;
    background-color: #0074be;
    border-color: #0074be; 
}
.top-header {
    background-color: #4e7435;
}
.navbar-nav.breadcrumb > li + li:before{
    display: none;
}
.navbar-header .attr-nav {
    display: none;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
    border-bottom: 1px solid #c8c8c8;
}
.nav.navbar-nav.navbar-right {
    width: 100%;
    position: absolute;
    top: 54%;
    right: 0;
    text-align: right;
}
nav.navbar.bootsnav .navbar-nav > li > a {
    color: #000000;
    padding: 20px 20px;
    font-size: 18px;
     font-family: 'Oswald-Regular';
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 100 !important;
    letter-spacing: .6px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    background-color: #0074be;
    color: #fff;
    font-family: 'Oswald-Regular';
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #eb008a;
    color: #fff;
    transition: all 0.3s linear;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
    padding:0px !important;
    border:none;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    padding:10px 10px;
    font-size: 16px;
    font-weight: 100 !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    color: #eb008a;
    padding: 6px 10px 2px 10px;
    cursor: pointer;
}
button.navbar-toggle .fa-bars {
    font-size: 22px;
}
.attr-nav > ul > li > a {
    color: #ffffff;
    padding: 18px 10px;
}
.wrap-sticky nav.navbar.bootsnav.sticked{
    position: inherit;
}
.carousel-inner>.item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
}
.carousel-indicators{
    display: none;
}
.carousel-caption {
    background-color: inherit;
    width: 40%;
    margin: 0px;
    text-align: left;
    left: 12%;
    top: 30%;
}
.carousel-caption h1 {
    color: #ffffff;
    text-shadow: none;
    margin: 0px;
    line-height: 60px;
}
.carousel-caption a{
    width: auto;
    height: auto;
    line-height: initial;
    padding: 10px 30px;
    font-size: 16px;
    background-color: #eb008a;
    font-family: 'Oswald-Regular';
}
.carousel-caption a:hover{
    background-color: #0074be;
}
.carousel-caption p {
    margin: 10px 0px;
   font-family: 'Roboto-Regular';
    line-height: 28px;
    font-style: italic;
}
.welcome-block {
    padding-top: 30px;
}
.home_sidebar {
    margin-top: 30px;
}
.main-heading{
    position: relative;
}
.main-heading:before{
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 75px;
    height: 2px;
    background-color: #eb008a;
}
.main-heading h1 {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-left: 100px;
}
.main-heading h1 span{
   font-family: 'Oswald-Light';
}
.why-choose-botm, .why-choose-top {
    width: 100%;
    float: left;
}
.why-choose-botm h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 24px;
}
.why-choose-list {
    background-color: #0074be;
    padding: 15px;
    position: relative;
}
.why-choose-list:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #ffffff;
}
.why-choose-list .icon-block {
    float: left;
}
.why-choose-list .why-text {
    display: table-cell;
    padding-left: 10px;
}
.why-choose-list .why-text h4{
    color: #ffffff;
    font-size: 18px;
}
.why-choose-list .why-text p {
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
}
.why-choose-list .icon-block {
    float: left;
    border-right: 1px solid #c2c2c2;
    height: 75px;
    margin: 25px 0px;
    padding-right: 5px;
}
.service-heading {
    margin: 0px;
    padding-bottom: 30px;
    font-size: 36px;
    color: #63619a;
}
.service-block .main-heading h1 {
    line-height: 1.2;
}
.service-block {
    padding: 50px 0px;
}
.fig-heading {
    overflow: hidden;
    cursor: pointer;
    background-color: rgb(0 0 0 / 55%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    transition: all 0.3s ease-in-out;
}
.service-content:hover .fig-heading {
    height: 50%;
    transition: all 0.3s ease-in-out;
}
.fig-heading h3 {
    margin: 0px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.fig-heading h3 a{
    color: #ffffff;
    padding: 15px;
    display: block;
}
.service-content {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.view-all-btn {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}
.view-all-btn .btn-primary, .mech-left .btn-primary {
    border-radius: 0px;
    padding: 10px 30px;
    font-family: 'Oswald-Regular';
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.view-all-btn .btn-primary:hover, .mech-left .btn-primary:hover{
    background-color: #0074be;
    border-color: #0074be;
}
.service-block .main-heading, .mechine-block .main-heading{
    margin-bottom: 40px;
}
.mechine-block {
    background-color: #f6f6f6;
    padding: 30px;
}
.mech-left .btn-primary {
    margin-top: 15px;
}
.about-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 100px 0px;
}
.about-block:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 55%);
}
.about-left h1 {
    color: #ffffff;
    font-size: 36px;
    margin-top: 0px;
    padding-bottom: 10px;
}
.about-left .read-btn {
    background-color: #eb008a;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    font-family: 'Oswald-Regular';
}
.about-left .read-btn:hover{
    background-color: #eb008a;
}
footer{
    background-color: inherit;
    border: none;
}
.top-footer{
    background-color: #0074be;
     padding: 50px 0px;
}
.contact-info-list .contact-icon {
    font-size: 40px;
    color: #ffffff;
    float: left;
}
.contact-info-list address {
    display: table-cell;
    padding-left: 10px;
    color: #ffffff;
    line-height: 25px;
}
.contact-info-list address strong{
    font-family: 'Oswald-Bold';
    font-weight: 400;
    font-size: 22px;
}
.contact-info-list address a{
    color: #ffffff;
}
.social-icon{
    text-align: center;
    margin-bottom: 0px;
    margin-top: 6px;
}
.social-icon li a {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    display: inline-block;
    font-size: 18px;
    color: #0074be;
    border-radius: 100%;
    border: 1px solid #ffffff;
    padding: 10px 10px;
    transition: all 0.3s linear;
}
.social-icon li a:hover{
    background-color: #eb008a;
    border: 1px solid #eb008a;
    color: #ffffff;
}
.copy p, .power p a {
    color: #ffffffff;
}
.copy p, .power p {
    margin: 15px 0px;
}
.bottom-footer{
    padding: 15px 0px;
    background-color: #000000;
}
.power p{
    color: #ffffff;
    text-align: right;
}
.payment-page .btn-primary {
    width: auto;
    margin: 10px 0px;
}
.payment-page .btn-primary:hover{
    background-color: #0074be;
    border-color: #0074be;
}
.home_all_contact .form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
}
.side-bar {
    border: 1px solid #dadada;
    padding: 0px 15px;
    width: 100%;
    float: left;
}
.home_all_contact .contact_con_input_control {
    height: 30px;
}
.home_all_contact img {
    padding: 10px;
}
.home_all_contact h2{
    color: #eb008a;
}
.news_lettr h3, .inv_pay h3 {
    font-size: 20px;
     color: #eb008a;
    margin-bottom: 15px;
}
.news_lettr #newsletter_email_id {
    width: 100%;
    display: block;
    border-radius: 4px;
}
.news_lettr .btn-primary {
    width: 100%;
    border-radius: 4px !important;
}
.news_lettr .input-group-btn {
    display: block;
    width: 100%;
    float: left;
    margin-top: 15px;
}
.news_lettr .fa-envelope.color-white {
    margin-right: 10px;
}
.rig_socials {
    margin: 20px 0px;
}
.rig_socials .fa-facebook {
    width: 40px;
    height: 40px;
    background: #526c9f;
    color: #ffffff;
    padding: 11px 14px;
    font-size: 20px;
    border-radius: 100%;
    margin-right: 10px;
}
.rig_socials .fb {
    font-size: 18px;
}
.inv_pay .contact_con_input_control {
    margin-bottom: 15px;
}
.inv_pay .button {
    background: #0074be;
    border-color: #0074be;
    color: #ffffff;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 20px;
    width: auto;
    padding: 6px 15px;
    border-radius: 5px;
    transition: all 0.3s linear;
}
.inv_pay .button:hover, .news_lettr .btn-primary:hover{
    background: #eb008a;
    border-color: #eb008a;
    color: #ffffff;
}
.home_all_contact textarea {
    height: 70px;
}
.del-space {
    display: none;
}
.tone_ord .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.tone_ord .del_ExpenseRow {
    background: #f00;
    border-color: #f00;
    color: #ffffff;
    font-style: normal;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
}
.tone_ord .add_new_row {
    background: #0074be;
    border-color: #0074be;
    color: #ffffff;
    width: auto;
    font-size: 16px;
}
.tone_ord .add_new_row:hover{
    background: #eb008a;
    border-color: #eb008a;
    color: #ffffff;
}
.new_add_mores:nth-of-type(odd) {
    background: #eaf7ff;
}
.new_add_mores:nth-of-type(even) {
    background: #fff0f9;
}
.back_bg_col{
   background: #fff0f9; 
}
/*--media-responsive--*/

@media (min-width: 1200px){
    .carousel-caption h1{
        font-size: 55px;
    }
    .main-heading h1{
        font-size: 48px;
    }
    .main-heading:before{
        top: 25px;
    }
    .about-left h1{
        font-size: 48px;
        line-height: 1.3;
    }
}

@media (max-width:1199px) and (min-width:992px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 8px;
        font-size: 14px;
    }
    .carousel-caption{
        top: 25%;
        width: 50%;
    }
    .about-left h1{
        line-height: 1.3;
    }
   
}
@media (max-width:991px) and (min-width:768px){
    .logo img{
        width: 150px;
    }
    .logo > h1 {
        font-size: 24px;
        line-height: 1.2;
        padding: 6px 5px 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 15px 15px;
        font-size: 16px;
        margin: 0px;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
    .carousel-caption{
        width: 50%;
    }
    .carousel-caption h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .carousel-caption p{
        line-height: 26px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 16px;
    }
    .carousel-caption a{
        font-size: 15px;
    }
    .nav.navbar-nav.navbar-right{
        text-align: center;
        position: initial;
    }
    .about-left h1 {
        line-height: 1.3;
    }
   
   
   
}
@media (max-width:767px) and (min-width:320px){
    .header-right {
        float: none;
        margin-top: 0px;
        text-align: center;
    }
    .wrap-sticky nav.navbar.bootsnav.sticked{
        position: inherit;
    }
   ul.nav.navbar-nav.navbar-right {
        position: initial;
        width: 100%;
    }
    .logo{
        padding-bottom: 0px;
    }
    .logo img{
        float: none;
    }
    ul.loc-details.list-unstyled.list-inline {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer-title{
        margin-top: 20px;
    }
    .more-info p{
        padding-bottom: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        top: 0px;
    }
    .carousel-caption{
        top: 10%;
    }
    .carousel-caption p{
        line-height: 24px;
    }
    .service-content, .mech-left{
        margin-bottom: 25px;
    }
    .service-content figure img {
        width: 100%;
    }
    .contact-info-list {
        margin-bottom: 20px;
    }
    .power p {
        text-align: center;
    }
    .tone_ord .add_new_row{
        font-size: 14px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
}
@media (max-width:480px) and (min-width:320px){
    .logo a, .help-heading h1{
        font-size: 24px;
        line-height: 35px;
    }
    .logo > h1 {
        font-size: 24px;
        line-height: 1.2;
    }
    ul.loc-details.list-unstyled.list-inline {
        margin-top: 0px;
    }
   .carousel-caption p{
        display: none;
   }
   .carousel-caption h1{
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 24px;
   }
    .carousel-caption a {
        font-size: 14px;
        height: auto;
        padding: 10px 15px;
        line-height: initial;
        width: auto;
    }
    .carousel-caption{
        top: 20%;
        width: 300px;
    }
    .welcome-block{
        padding: 30px 0px;
    }
    .why-choose-list {
        margin-bottom: 20px;
    }
    .about-left h1 {
        line-height: 1.3;
    }
    .top-footer{
        padding: 20px 0px;
    }
    .main-heading h1{
        font-size: 24px !important;
        line-height: 1.3;
    }
    .why-choose-botm h3{
        font-size: 18px;
        line-height: 1.2;
    }
    .tone_ord .bod_col td {
        display: block;
    }
    .tone_ord .bod_col td p {
        margin-bottom: 5px;
    }
    .tone_ord .bod_col .add_pre_del{
        display: none;
    }
}
