@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Rubik:100,200,300,400,500,600,600,800,900');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:100,200,300,400,500,600,600,800,900');
::-webkit-scrollbar-track {
    border: 1px solid #f8f8f8;
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.banner {
    margin-left: 0%!important;
}

.padding-top {
    padding-top: 2%;
    margin-top: 0%;
}

@media only screen and (max-width:1024px) {
    .padding-top {
        padding-top: 0%!important;
        margin-top: -0%!important;
    }
}

@media only screen and (max-width:768px) {
    .padding-top {
        padding-top: 0%!important;
        margin-top: 2%!important;
    }
}

@media only screen and (max-width:414px) {
    .padding-top {
        padding-top: 0%!important;
        margin-top: -4%!important;
    }
}

body {
    overflow-x: hidden;
}

.body-padding {}

@media only screen and (max-width:414px) {
    .body-padding {
        padding-left: 2%;
        padding-right: 2%;
    }
}

.main-content {
    min-height: 100vh;
    background: #fff;
    z-index: 1;
}

a,
a:link {
    cursor: pointer;
    text-decoration: none;
}

.img {
    width: 100%;
}

.fa-arrows-h {
    color: #FFCA10;
}

.font12 {
    font-size: 13px!important;
    letter-spacing: 0.5px;
    font-weight: 300!important;
    font-family: 'Rubik', sans-serif;
    font-family 'Questrial',
    sans-serif;
}

@media only screen and (max-width:320px) {
    .font12 {
        font-size: 12.5px!important;
        letter-spacing: 0.5px;
        font-weight: 300!important;
        font-family: 'Rubik', sans-serif;
        font-family 'Questrial',
        sans-serif;
    }
}

.fa-envelope-o,
.fa-phone {
    color: #fff;
    font-size: 13px!important;
}

.fa fa-map-marker {
    font-size: 12px!important;
}

.bg {
    color: #fff;
    background: #1a1a37!important;
}

.am-border {
    background: #fff;
}

.am-radius {
    border-radius: 4px;
}

.am-left {
    border-left: 1px solid #f8f8f8;
}

.am-right {
    border-right: 1px solid none;
}

@media only screen and (max-width:480px) {
    .am-right {
        border-right: 1px solid #f8f8f8;
    }
}

.dropdown:hover {
    cursor: pointer;
    transition: all 5s ease-in-out;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    color: #FFF;
    border-radius: 0px!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500!important;
    font-size: 12px;
    margin-left: -25%!important;
    letter-spacing: 0px;
    text-transform: uppercase;
}

@media only screen and (max-width:768px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        color: #FFF;
        border-radius: 0px!important;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500!important;
        font-size: 12px;
        margin-left: -0%!important;
        letter-spacing: 0px;
        text-transform: uppercase;
    }
}

@media only screen and (max-width:414px) {
    .dropdown:hover>.dropdown-menu {
        font-size: 10px!important;
    }
}

.dropdown-item {
    color: #000;
    padding-top: 2%;
    padding-bottom: 2%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.dropdown-item.hover {
    color: #FFF!important;
    background: #FFCA10!important;
    border-bottom: 2px solid #FFCA10!important;
}

.dropdown-item.active {
    color: #FFF!important;
    background: #1a1a37!important;
    border-bottom: 2px solid #1a1a37!important;
}


/*banner*/

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption {
    padding-bottom: 150px!important;
}

@media only screen and (max-width:1024px) {
    .carousel-caption {
        padding-bottom: 420px!important;
    }
}

@media only screen and (max-width:786px) {
    .carousel-caption {
        padding-bottom: 250px!important;
    }
}

@media only screen and (max-width:480px) {
    .carousel-caption {
        padding-bottom: 60px!important;
    }
}

@media only screen and (max-width:414px) {
    .carousel-caption {
        padding-bottom: 150px!important;
    }
}

@media only screen and (max-width:411px) {
    .carousel-caption {
        padding-bottom: 230px!important;
    }
}

@media only screen and (max-width:375px) {
    .carousel-caption {
        padding-bottom: 120px!important;
    }
}

@media only screen and (max-width:360px) {
    .carousel-caption {
        padding-bottom: 120px!important;
    }
}

@media only screen and (max-width:320px) {
    .carousel-caption {
        padding-bottom: 100px!important;
    }
}

.banner-left {
    margin-left: -7.5%;
}

@media only screen and (max-width:1024px) {
    .banner-left {
        margin-left: -12.5%!important;
    }
}

.m-top {
    margin-top: 3%;
    text-align: right!important;
}

@media only screen and (max-width:768px) {
    .m-top {
        margin-top: 3%;
        margin-left: -13%;
        text-align: center!important;
    }
}

.left2 {
    text-align: left;
}

@media only screen and (max-width:768px) {
    .left2 {
        text-align: center;
    }
}

.carousel-caption h6 {
    color: #FFF;
    margin-bottom: 3.5%;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    transition: all ease-in-out 0.5s;
}

.carousel-caption h6:hover {
    padding-right: 3%;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
}

@media only screen and (max-width:768px) {
    .carousel-caption h6 {
        color: #FFF;
        margin-bottom: 2%;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        font-size: 14px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        transition: all ease-in-out 0.5s;
    }
}

@media only screen and (max-width:320px) {
    .carousel-caption h6 {
        color: #FFF;
        margin-bottom: 2%;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 300;
        line-height: 20px;
        font-size: 12px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        transition: all ease-in-out 0.5s;
    }
}

.carousel-caption h5 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 200;
    line-height: 1.2;
    font-size: 50px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.carousel-caption h3 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    font-size: 50px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.carousel-caption h4 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 200;
    line-height: 1.2;
    font-size: 28px!important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.carousel-caption p {
    padding-top: 1%;
    color: #FFF;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

@media only screen and (max-width:1024px) {
    .carousel-caption h3 {
        font-size: 50px;
        letter-spacing: 1px;
    }
    .carousel-caption p {
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
    }
}

@media only screen and (max-width:480px) {
    .carousel-caption h5 {
        font-size: 40px;
    }
    .carousel-caption h3 {
        font-size: 40px;
        letter-spacing: 1px;
    }
    .carousel-caption p {
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
    }
}

@media only screen and (max-width:414px) {
    .carousel-caption h5 {
        font-size: 33px;
    }
    .carousel-caption h3 {
        font-size: 33px;
        letter-spacing: 1px;
    }
    .carousel-caption p {
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
    }
}

@media only screen and (max-width:375px) {
    .carousel-caption h5 {
        font-size: 30px;
    }
    .carousel-caption h3 {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .carousel-caption p {
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
    }
}

@media only screen and (max-width:360px) {
    .carousel-caption h5 {
        font-size: 28px;
    }
    .carousel-caption h3 {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .carousel-caption p {
        font-size: 14px;
        font-weight: 300;
        line-height: 26px;
    }
    .carousel-caption h4 {
        font-size: 20px!important;
    }
}

@media only screen and (max-width:320px) {
    .carousel-caption h5 {
        font-size: 20px;
    }
    .carousel-caption h3 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .carousel-caption p {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
    }
    .carousel-caption h4 {
        font-size: 18px!important;
    }
}

.carousel-caption .btn {
    background: #1232f5;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 28px;
    border-color: #1232f5;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 1% 4%;
    letter-spacing 2px;
    font-weight: 500;
}

@media only screen and (max-width:414px) {
    .carousel-caption .btn {
        font-size: 10px;
        padding: 2% 4%;
        letter-spacing 2px;
        font-weight: 400;
    }
}

.carousel-caption .btn:hover {
    background-image: linear-gradient(to bottom, #1232f5, #2f2ff5, #412cf6, #4f29f6, #5b25f6);
    color: #fff;
    transition: all ease-in-out 0.5s;
}

.text-black {
    color: #333332;
}

.carousel-span {
    font-weight: 600;
}

.carousel-indicators li {
    width: 10px;
    height: 4px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 12px;
}

.carousel-indicators li.active {
    width: 20px;
    height: 4px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 12px;
}

.navbar-style {
    background: #fff;
}

.navbar-fixed-top {
    padding: 2% 0%!important;
    height: auto;
    font-family: 'lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    animation-delay: 2s;
    transition: all .2s ease;
}

@media only screen and (max-width:823px) {
    .navbar-fixed-top {
        height: auto;
        font-family: 'lato', sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        background: #000!important;
        background-image linear-gradient(to bottom,
        #ed1c24,
        #ed1a22,
        #ed181f,
        #ec151d,
        #ec131a)!important;
        padding: 0px;
        margin: 0px;
        margin-top: 0%;
        animation-delay: 2s;
        transition: all .2s ease;
    }
}

.navbar-fixed-top.scrolled {
    background: #FFF!important;
    transition: background-color 10ms linear;
    transition: all .3s ease-in-out;
    animation-delay: 1s;
    transition: all .5s ease-in height: auto;
}

.navbar-fixed-top.scrolled .nav-link,
.navbar-fixed-top.scrolled .navbar-brand {
    color: #000;
    transition: all .5s ease-in;
}

.navbar-fixed-top.scrolled .dropdown,
.navbar-fixed-top.scrolled .dropdown-toggle {
    color: #000!important;
    transition: all .5s ease-in;
}

.navbar-fixed-top.scrolled .nav-link2 {
    color: #000;
    transition: all .5s ease-in;
}

.navbar-fixed-top.scrolled .nav-link:hover {
    color: #ccc;
    font-size: 13px;
    font-weight 600;
}

.dropdown-toggle {
    color: #fff!important;
}

.navigation {
    color: #FFF;
    font-family: 'raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navigation:hover {
    color: #f5f8fb;
}

.navbar-nav .active {
    color: #FFF;
    font-family: 'raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid #FFCA10;
}

.text-black {
    color: #333332;
}

.img {
    width: 100%!important;
}

.text {
    background: #333332;
    color: #FFF;
    border: 1px solid #333332;
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    padding: 4% 4%;
    text-transform: uppercase;
}

.text2 {
    background: #333332;
    color: #FFF;
    border: 1px solid #333332;
    font-family: 'raleway', sans-serif;
    font-size: 12px;
    padding: 1.8% 4%;
    text-transform: uppercase;
}

.care {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    padding: %;
    letter-spacing: 1px;
}

.text-theme {
    color: #ed2308!important;
}

.right {
    text-align: right;
}

@media only screen and (max-width:480px) {
    .right {
        text-align: center!important;
    }
}

@media only screen and (max-width:320px) {
    .right {
        margin-top: -3%;
        text-align: center!important;
    }
}

.left {
    text-align: left;
}

@media only screen and (max-width:480px) {
    .left {
        text-align: center!important;
    }
}

.navbar-brand,
.navbar-brand:hover {
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #FFCA10;
    ;
    letter-spacing: 1px;
}

@media only screen and (max-width:768px) {
    .navbar-brand,
    .navbar-brand:hover {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media only screen and (max-width:414px) {
    .navbar-brand,
    .navbar-brand:hover {
        padding-left: 4%;
        padding-right: 4%;
    }
}

.international-section {
    padding: 6% 4%;
    transition: all ease-in-out 0.5s;
}

.international-section:hover,
international-section h5 {
    padding: 10% 4%;
    margin-top: -3%;
    color: #1232f5;
    transition: all ease-in-out 0.5s;
    background: #fff;
    cursor: pointer;
}

.international-section-2 {
    z-index: 1;
    padding: 8% 4%;
    margin-top: -3%;
    background: #fff;
}

.international-section-2:hover {
    transition: all linear 0.3s;
    cursor: pointer;
}

.international-section-2>img {
    transition: all linear 0.3s;
    border-bottom: 1px solid #fff;
}

.international-section-2:hover>img {
    margin-top: -4%;
    border-bottom: 2px solid #FFCA10;
    transition: all linear 0.3s;
}

.international-section-2:hover>h5 {
    margin-top: 4%;
    color: #1232f5;
    transition: all linear 0.3s;
}

.international-section h5,
.international-section-2 h5 {
    font-family: 'raleway', sans-serif;
    font-size: 26px;
}

.international-section p,
.international-section-2 p {
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.international-section .btn,
.international-section-2 .btn {
    background: #1232f5;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 28px;
    border-color: #1232f5;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 3% 7%;
    letter-spacing 2px;
    font-weight: 500;
}

.international-section .btn:hover,
.international-section-2 .btn:hover {
    background-image: linear-gradient(to bottom, #1232f5, #2f2ff5, #412cf6, #4f29f6, #5b25f6);
    color: #fff;
    transition: all ease-in-out 0.5s;
}

.font-w-200 {
    font-weight: 200;
}

.font-w-600 {
    font-weight: 500;
}

.international-welcome {
    padding-top: 5%;
}

.international-welcome h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
}

.international-welcome h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
}

@media only screen and (max-width:768px) {
    .international-welcome h5 {
        font-family: 'Montserrat', sans-serif;
        font-size: 36px;
    }
    .international-welcome h4 {
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
    }
}

.international-welcome p {
    color: #000;
    padding-top: 2%;
    line-height: 26px;
    text-align: justify;
    font-family: 'open sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.international-welcome .btn {
    background: #1232f5;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 28px;
    border-color: #1232f5;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 2% 7%;
    letter-spacing 2px;
    font-weight: 500;
}

.international-welcome .btn:hover {
    background-image: linear-gradient(to bottom, #1232f5, #2f2ff5, #412cf6, #4f29f6, #5b25f6);
    color: #fff;
    transition: all ease-in-out 0.5s;
}

.mt-02 {
    margin-top: -2%!important;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(75, 75, 75, 0.7);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
    cursor: pointer;
    background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect h2 {
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

.hovereffect:hover h2 {
    cursor: pointer;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.hovereffect:hover a.info {
    opacity: 1;
    transition: all .5s ease-in-out;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.centers-text {
    background: #fff;
    border-bottom: 1px solid #FFF;
    transition: all .3s ease-in;
}

.centers-text:hover {
    background: #FFF!important;
    margin-top: -4%;
    transition: all .3s ease-in;
    cursor: pointer;
}

.centers-text:hover,
.centers-text h6:hover {
    background: #fff;
    color: #000000;
    transition: all .3s ease-in;
    cursor: pointer;
}

.centers-text h6 {
    text-align: center;
    font-family: 'raleway', sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.centers-text p {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    line-height: 30px!important;
    margin-top: -1%!important;
    padding-bottom 0%!important;
}

.centers-text .btn {
    margin-top: -0%;
    background: #1232f5;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 28px;
    border-color: #1232f5;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 2% 7%;
    letter-spacing 2px;
    font-weight: 500;
}

.centers-text .btn:hover {
    background-image: linear-gradient(to bottom, #1232f5, #2f2ff5, #412cf6, #4f29f6, #5b25f6);
    color: #fff;
    transition: all ease-in-out 0.5s;
}

.service-para {
    color: #000;
    padding-top: 2%;
    line-height: 26px;
    text-align: justify;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    display: none!important;
}

.font28 {
    font-size: 28px!important;
}

.font36 {
    font-size: 30px!important;
}

.ads h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 40px;
}

.ads p {
    color: #FFF;
    padding-top: 2%;
    line-height: 26px;
    text-align: justify;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.ads-tel {
    border-left: 1px solid #2c2c2e;
}

.ads-tel span {
    margin-top: 56%!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 40px;
}

.ads-tel p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 40px;
}


/*footer*/

.footer {
    background url(../image/footer.jpg);
    background: #000;
    background-size: cover;
    color: #FFF;
    background-position: center;
    background-attachment fixed;
    min-height: auto;
}

.footer-social-icon {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 40px;
    border-top: 1px dashed #313132;
}

.footer-social-icon-style {
    display: inline-block;
}

.footer-social-icon-style:hover {
    display: inline-block;
}

.footer-icon {
    font-size: 18px;
}

.footer-icon:hover {
    cursor: pointer;
    color: #b78d15;
    font-size: 17px;
    transition: .5s ease-in-out;
}

.footer-copyright {
    background: #03040d;
}

.irp-footer {
    text-align: left;
}

@media only screen and (max-width:414px) {
    .irp-footer {
        text-align: center;
    }
}

.font14 {
    font-size: 14px;
}

.font6 {
    font-size: 6px;
}

.footer-head,
.usefullbg h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 40px;
}

@media only screen and (max-width:768px) {
    .usefullbg h6 {
        margin-top: -0%!important;
    }
}

@media only screen and (max-width:414px) {
    .footer-head,
    .usefullbg h6 {
        margin-top: -8%!important;
    }
}

.quick-links li,
.copyright p {
    color: #FFF;
    padding-top: 2%;
    line-height: 26px;
    /*    text-transform:lowercase;*/
    font-family: 'open sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 2%;
}

@media only screen and (max-width:414px) {
    .quick-links li,
    .copyright p {
        text-align: center!important;
    }
}

.quick-links2 li {
    color: #FFF;
    display: inline-block;
    line-height: 26px;
    /*    text-transform:lowercase;*/
    font-family: 'Rubik', sans-serif;
    font-size: 13.5px;
    font-weight: 300;
    border-bottom: none;
    margin-top: -1%;
    line-height: 26px;
}

.location {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 40px;
    margin-top: -4%;
}

.font13 {
    font-size: 13px;
}

.dashed-top {
    border-top: 1px dashed #313132;
    padding-bottom: 1%;
}

.dashed-bottom {
    border-bottom: 1px dashed #313132;
    padding-bottom: 3%!important;
}


/*gallery*/


/*hover3*/

.hovereffect3 {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

..hovereffect3:hover {
    padding: 5%;
}

.hovereffect3 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform translate(460px,
    -100px) rotate(180deg);
    -ms-transform translate(460px,
    -100px) rotate(180deg);
    transform translate(460px,
    -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect3 img {
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.hovereffect3 h2 {
    text-transform: uppercase;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.hovereffect3 a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    margin: 80px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hovereffect3 a.info:hover {
    box-shadow 0 0 5px #000;
}

.hovereffect3:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.hovereffect3:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.hovereffect3:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.inner-circle {
    border-top: 1px solid #f8f8f8;
    margin-top: -2%;
    "

}

.hovereffect3 a.info:hover {
    box-shadow0 0 5px #000;
}

.hovereffect3:hover img {
    transition: all .5s ease-out;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media only screen and (max-width:1024px) {
    .hovereffect3 a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        margin: 65px 0 0 0;
        background-color: transparent;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

@media only screen and (max-width:768px) {
    .hovereffect3 a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        margin: 70px 0 0 0;
        background-color: transparent;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

@media only screen and (max-width:414px) {
    .hovereffect3 a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        margin: 120px 0 0 0;
        background-color: transparent;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

@media only screen and (max-width:411px) {
    .hovereffect3 a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        margin: 120px 0 0 0;
        background-color: transparent;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

@media only screen and (max-width:375px) {
    .hovereffect3 a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        margin: 100px 0 0 0;
        background-color: transparent;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

@media only screen and (max-width:360px) {
    .hovereffect3 a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        margin: 100px 0 0 0;
        background-color: transparent;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

@media only screen and (max-width:320px) {
    .hovereffect3 a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50px;
        margin: 80px 0 0 0;
        background-color: transparent;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

.gallery-img-2 {
    cursor: pointer!important;
    padding: 0.5%;
}

@media only screen and (max-width:414px) {
    .gallery-img-2 {
        padding: 1%;
    }
}

.margin-style {
    text-transformlowercase;
    margin-top: -4%!important;
}

.margin-style2 {
    margin-top: -7%!important;
}


/*contactpage*/

.form-control {
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    display: block;
    border-color: #efecec!important;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #000;
    background#FFF!important;
    background-clip: padding-box;
    border-radius: 0rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.control {
    font-family: 'Rubik', sans-serif;
    display: block;
    margin-top: 1.2%;
    border-color: #efecec!important;
    padding: .375rem .75rem;
    font-size 14PX;
    line-height: 1.5;
    color: #000;
    background: #FFF!important;
    background-clip: padding-box;
    border-radius: 0rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media only screen and (max-width:786px) {
    .control {}
}

@media only screen and (max-width:320px) {
    .control {}
}

.form-height {
    border-right 1px dashed #000;
    height: 50px!important;
    padding: 4%!important;
}

.quick-info li {
    font-family: 'open sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 1%;
    border-bottom: 0px dashed #313132;
}


/* Bounce To Right Contact */

.hvr-bounce-to-right-contact {
    background: #1232f5;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 2% 6%;
    letter-spacing 2px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

@media only screen and (max-width:480px) {
    .hvr-bounce-to-right-contact {
        background: #1232f5;
        color: #fff;
        text-transform: uppercase;
        border-radius: 25px;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        padding: 2% 6%;
        letter-spacing 2px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
}

.hvr-bounce-to-right-contact:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    border-radius: 25px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right-contact:hover,
.hvr-bounce-to-right-contact:focus,
.hvr-bounce-to-right-contact:active {
    color: #1232f5;
}

.hvr-bounce-to-right-contact:hover:before,
.hvr-bounce-to-right-contact:focus:before,
.hvr-bounce-to-right-contact:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* Bounce To Right Reset */

.hvr-bounce-to-right-reset {
    background: #FFF;
    color: #000;
    padding: 2% 6%;
    border: 1px solid #000;
    text-transform: uppercase;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing 2px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

@media only screen and (max-width:480px) {
    .hvr-bounce-to-right-reset {
        background: #FFF;
        color: #ed2308;
        border: 1px solid #ed2308;
        text-transform: uppercase;
        border-radius: 25px;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        letter-spacing 2px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
}

.hvr-bounce-to-right-reset:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    border-radius: 25px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right-reset:hover,
.hvr-bounce-to-right-reset:focus,
.hvr-bounce-to-right-reset:active {
    color: #FFF;
}

.hvr-bounce-to-right-reset:hover:before,
.hvr-bounce-to-right-reset:focus:before,
.hvr-bounce-to-right-reset:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.text-bg-blue {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
}

@media only screen and (max-width:414px) {
    .text-bg-blue {
        padding-top: 7%;
    }
}


/*service page*/

.service-section {}

@media only screen and (max-width:768px) {
    .service-section {
        margin-top: -3%;
    }
    .service-img {
        margin-bottom: 3%;
    }
}

@media only screen and (max-width:414px) {
    .service-section {
        margin-top: -13%;
    }
    .service-img {
        margin-bottom: 3%;
    }
}

@media only screen and (max-width:375px) {
    .service-section {
        margin-top: -13%;
    }
    .service-img {
        margin-bottom: 3%;
    }
}

@media only screen and (max-width:320px) {
    .service-section {
        margin-top: -19%;
    }
    .service-img {
        margin-bottom: 3%;
    }
}

.service-section h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.service-section span {}

.service-section li {
    display: block;
    font-family: 'open sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #212529 !important;
}

.service-section p {
    color: #000;
    padding-top: 2%;
    line-height: 26px;
    text-align: justify;
    font-family: 'open sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 2%;
}


/*about*/

.aboutbg {
    background: url(../image/aboutbg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

.aboutbg2 {
    background: url(../image/telehandlerbg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

@media only screen and (max-width:1280px) {
    .aboutbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7%;
    }
}

@media only screen and (max-width:1024px) {
    .aboutbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7.8%;
    }
}

@media only screen and (max-width:786px) {
    .aboutbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -8.2%;
    }
}

@media only screen and (max-width:736px) {
    .aboutbg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -11.2%;
    }
}

@media only screen and (max-width:480px) {
    .aboutbg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -10%;
    }
}

@media only screen and (max-width:414px) {
    .aboutbg {
        padding: 30% 0% 18% 0%!important;
        margin-top: -10%!important;
    }
}

@media only screen and (max-width:375px) {
    .aboutbg {
        padding: 40% 0% 24% 0%!important;
        margin-top: -12.2%;
    }
}

.aboutbg h1 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: 40px;
    padding-left: 0px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (max-width:640px) {
    .aboutbg h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width:414px) {
    .aboutbg h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:320px) {
    .aboutbg h1 {
        font-size: 30px;
    }
}


/**/


/*service*/

.servicebg {
    background: url(../image/servicebg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

@media only screen and (max-width:1280px) {
    .servicebg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7%;
    }
}

@media only screen and (max-width:1024px) {
    .servicebg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7.8%;
    }
}

@media only screen and (max-width:786px) {
    .servicebg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -8.2%;
    }
}

@media only screen and (max-width:736px) {
    .servicebg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -11.2%;
    }
}

@media only screen and (max-width:480px) {
    .servicebg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -10%;
    }
}

@media only screen and (max-width:414px) {
    .servicebg {
        padding: 30% 0% 18% 0%!important;
        margin-top: -10%!important;
    }
}

@media only screen and (max-width:375px) {
    .servicebg {
        padding: 40% 0% 24% 0%!important;
        margin-top: -12.2%;
    }
}

.servicebg h1 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: 40px;
    padding-left: 0px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (max-width:640px) {
    .servicebg h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width:414px) {
    .servicebg h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:320px) {
    .servicebg h1 {
        font-size: 30px;
    }
}


/**/


/*wide*/

.widebg {
    background: url(../image/widebg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

@media only screen and (max-width:1280px) {
    .widebg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7%;
    }
}

@media only screen and (max-width:1024px) {
    .widebg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7.8%;
    }
}

@media only screen and (max-width:786px) {
    .widebg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -8.2%;
    }
}

@media only screen and (max-width:736px) {
    .widebg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -11.2%;
    }
}

@media only screen and (max-width:480px) {
    .widebg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -10%;
    }
}

@media only screen and (max-width:414px) {
    .widebg {
        padding: 30% 0% 18% 0%!important;
        margin-top: -10%!important;
    }
}

@media only screen and (max-width:375px) {
    .widebg {
        padding: 40% 0% 24% 0%!important;
        margin-top: -12.2%;
    }
}

.widebg h1 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: 40px;
    padding-left: 0px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (max-width:640px) {
    .widebg h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width:414px) {
    .widebg h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:320px) {
    .widebg h1 {
        font-size: 30px;
    }
}


/**/


/*earth*/

.earthbg {
    background: url(../image/earthbg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

@media only screen and (max-width:1280px) {
    .earthbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7%;
    }
}

@media only screen and (max-width:1024px) {
    .earthbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7.8%;
    }
}

@media only screen and (max-width:786px) {
    .earthbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -8.2%;
    }
}

@media only screen and (max-width:736px) {
    .earthbg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -11.2%;
    }
}

@media only screen and (max-width:480px) {
    .earthbg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -10%;
    }
}

@media only screen and (max-width:414px) {
    .widebg {
        padding: 30% 0% 18% 0%!important;
        margin-top: -10%!important;
    }
}

@media only screen and (max-width:375px) {
    .earthebg {
        padding: 40% 0% 24% 0%!important;
        margin-top: -12.2%;
    }
}

.earthbg h1 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: 40px;
    padding-left: 0px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (max-width:640px) {
    .earthbg h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width:414px) {
    .earthbg h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:320px) {
    .earthbg h1 {
        font-size: 30px;
    }
}


/**/


/*heavy*/

.heavybg {
    background: url(../image/heavybg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

@media only screen and (max-width:1280px) {
    .heavybg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7%;
    }
}

@media only screen and (max-width:1024px) {
    .heavybg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7.8%;
    }
}

@media only screen and (max-width:786px) {
    .heavybg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -8.2%;
    }
}

@media only screen and (max-width:736px) {
    .heavybg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -11.2%;
    }
}

@media only screen and (max-width:480px) {
    .heavybg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -10%;
    }
}

@media only screen and (max-width:414px) {
    .heavybg {
        padding: 30% 0% 18% 0%!important;
        margin-top: -10%!important;
    }
}

@media only screen and (max-width:375px) {
    .heavybg {
        padding: 40% 0% 24% 0%!important;
        margin-top: -12.2%;
    }
}

.heavybg h1 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: 40px;
    padding-left: 0px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (max-width:640px) {
    .heavybg h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width:414px) {
    .heavybg h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:320px) {
    .heavybg h1 {
        font-size: 30px;
    }
}


/**/


/*place*/

.placebg {
    background: url(../image/placebg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

@media only screen and (max-width:1280px) {
    .placebg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7%;
    }
}

@media only screen and (max-width:1024px) {
    .placebg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7.8%;
    }
}

@media only screen and (max-width:786px) {
    .placebg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -8.2%;
    }
}

@media only screen and (max-width:736px) {
    .placebg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -11.2%;
    }
}

@media only screen and (max-width:480px) {
    .placebg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -10%;
    }
}

@media only screen and (max-width:414px) {
    .placebg {
        padding: 30% 0% 18% 0%!important;
        margin-top: -10%!important;
    }
}

@media only screen and (max-width:375px) {
    .placebg {
        padding: 40% 0% 24% 0%!important;
        margin-top: -12.2%;
    }
}

.placebg h1 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: 40px;
    padding-left: 0px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (max-width:640px) {
    .placebg h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width:414px) {
    .placebg h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:320px) {
    .placebg h1 {
        font-size: 30px;
    }
}


/**/


/*passenger*/

.passengerbg {
    background: url(../image/passbg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

@media only screen and (max-width:1280px) {
    .passengerbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7%;
    }
}

@media only screen and (max-width:1024px) {
    .passengerbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7.8%;
    }
}

@media only screen and (max-width:786px) {
    .passengerbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -8.2%;
    }
}

@media only screen and (max-width:736px) {
    .passengerbg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -11.2%;
    }
}

@media only screen and (max-width:480px) {
    .passengerbg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -10%;
    }
}

@media only screen and (max-width:414px) {
    .passengerbg {
        padding: 30% 0% 18% 0%!important;
        margin-top: -10%!important;
    }
}

@media only screen and (max-width:375px) {
    .passengerbg {
        padding: 40% 0% 24% 0%!important;
        margin-top: -12.2%;
    }
}

.passengerbg h1 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: 40px;
    padding-left: 0px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (max-width:640px) {
    .passengerbg h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width:414px) {
    .passengerbg h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:320px) {
    .passengerbg h1 {
        font-size: 30px;
    }
}


/**/


/*aviation*/

.aviationbg {
    background: url(../image/aviationbg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

@media only screen and (max-width:1280px) {
    .aviationbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7%;
    }
}

@media only screen and (max-width:1024px) {
    .aviationbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7.8%;
    }
}

@media only screen and (max-width:786px) {
    .aviationbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -8.2%;
    }
}

@media only screen and (max-width:736px) {
    .aviationbg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -11.2%;
    }
}

@media only screen and (max-width:480px) {
    .aviationbg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -10%;
    }
}

@media only screen and (max-width:414px) {
    .aviationbg {
        padding: 30% 0% 18% 0%!important;
        margin-top: -10%!important;
    }
}

@media only screen and (max-width:375px) {
    .aviationbg {
        padding: 40% 0% 24% 0%!important;
        margin-top: -12.2%;
    }
}

.aviationbg h1 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: 40px;
    padding-left: 0px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (max-width:640px) {
    .aviationbg h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width:414px) {
    .aviationbg h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:320px) {
    .aviationbg h1 {
        font-size: 30px;
    }
}


/**/


/*contact*/

.contactbg {
    background: url(../image/contactbg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

@media only screen and (max-width:1280px) {
    .contactbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7%;
    }
}

@media only screen and (max-width:1024px) {
    .contactbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -7.8%;
    }
}

@media only screen and (max-width:786px) {
    .contactbg {
        padding: 20% 0% 15% 0%!important;
        margin-top: -8.2%;
    }
}

@media only screen and (max-width:736px) {
    .contactbg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -11.2%;
    }
}

@media only screen and (max-width:480px) {
    .contactbg {
        padding: 22% 0% 17% 0%!important;
        margin-top: -10%;
    }
}

@media only screen and (max-width:414px) {
    .contactbg {
        padding: 30% 0% 18% 0%!important;
        margin-top: -10%!important;
    }
}

@media only screen and (max-width:375px) {
    .contactbg {
        padding: 40% 0% 24% 0%!important;
        margin-top: -12.2%;
    }
}

.contactbg h1 {
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    font-size: 40px;
    padding-left: 0px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media only screen and (max-width:640px) {
    .contactbg h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width:414px) {
    .contactbg h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width:320px) {
    .contactbg h1 {
        font-size: 30px;
    }
}


/**/

.contact-footer {
    margin-top: -0.5%;
}

.core-head {
    background: #FFF;
    font-family: 'open sans', sans-serif font-family 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000!important;
    line-height: 20px;
    text-align: center;
    padding: 5% 3%!important;
}

.threem-welcome {
    padding-top: 1%;
    padding-bottom: 3%;
    border-bottom: 1px dashed #f8f8f8;
}

.left {
    text-align: left;
}

@media only screen and (max-width:414px) {
    .left {
        text-align: center!important;
    }
}

.right {
    text-align: right;
}

@media only screen and (max-width:414px) {
    .right {
        text-align: center!important;
    }
}

.about-img {
    padding-top: 8%;
}

@media only screen and (max-width:1024px) {
    .about-img {
        padding-top: 18%;
    }
}

@media only screen and (max-width:768px) {
    .about-img {
        padding-top: 2%;
    }
}

@media only screen and (max-width:414px) {
    .about-img {
        padding-top: 15%;
    }
}

@media only screen and (max-width:375px) {
    .about-img {
        padding-top: 15%;
    }
}

.banner-top {
    margin-top: -6.8%!important;
}

@media only screen and (max-width:1024px) {
    .banner-top {
        margin-top: -7.8%!important;
    }
}

@media only screen and (max-width:768px) {
    .banner-top {
        margin-top: -7.8%!important;
    }
}

.border-top {
    border-top: 1px solid #f8f8f8!important;
}

.background-demo {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../image/slider.jpg');
    background-size: cover;
    background-position: 120% 70%;
}

.delay-.5s {
    animation-delay: 0.5s;
}

.delay-6s {
    animation-delay: 0.6s;
}

.delay-1s {
    animation-delay: 1s;
}

.error {
    padding: 2% 0%;
}

@media only screen and (max-width:1440px) {
    .error {
        padding: 5% 0% 5% 0%;
    }
}

@media only screen and (max-width:1024px) {
    .error {
        padding: 30% 0% 5% 0%;
    }
}

@media only screen and (max-width:320px) {
    .error {
        padding: 0% 0% 5% 0%;
    }
}

.error h1 {
    font-size: 80px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin-top: -4%;
}

@media only screen and (max-width:480px) {
    .error h1 {
        font-size: 66px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        margin-top: -8%;
    }
}

@media only screen and (max-width:375px) {
    .error h1 {
        font-size: 50px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        margin-top: -14%;
    }
}

.error p {
    font-family: 'Montserrat', sans-serif;
    margin-top: -1%;
    font-size: 16px;
    font-weight: 400;
}

.heading-para {
    font-family: 'Rubik', sans-serif;
    margin-top: -1%;
    font-size: 14px;
    font-weight: 300;
}


/* Bounce To Error */

.hvr-bounce-to-error {
    margin-top: -2%;
    background: #1232f5;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 1% 4%;
    letter-spacing 2px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

@media only screen and (max-width:480px) {
    .hvr-bounce-to-error {
        margin-top: -2%;
        background: #1232f5;
        color: #fff;
        text-transform: uppercase;
        border-radius: 0px;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        padding: 2% 6%;
        letter-spacing 2px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
}

@media only screen and (max-width:320px) {
    .hvr-bounce-to-error {
        margin-top: -15%;
        background: #1232f5;
        color: #fff;
        text-transform: uppercase;
        border-radius: 0px;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        padding: 2% 6%;
        letter-spacing 2px;
        font-weight: 500;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
}

.hvr-bounce-to-error:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-error:hover,
.hvr-bounce-to-rerror:focus,
.hvr-bounce-to-error:active {
    color: #1232f5;
}

.hvr-bounce-to-error:hover:before,
.hvr-bounce-to-error:focus:before,
.hvr-bounce-to-error:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.head-style {
    font-size: 16px!important;
    font-weight: 600!important;
}


/**/

.gallery-img-2 .btn {
    margin-top: -6%!important;
    background: #1232f5;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 28px;
    border-color: #1232f5;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding: 2% 7%;
    letter-spacing 2px;
    font-weight: 500;
}

.gallery-img-2 .btn:hover {
    background-image: linear-gradient(to bottom, #1232f5, #2f2ff5, #412cf6, #4f29f6, #5b25f6);
    color: #fff;
    transition: all ease-in-out 0.5s;
}


/**/

.img-rounded {
    border-radius: 50%!important;
    margin-bottom: 4%;
}

.core-head-rounded {
    font-family: 'Rubik', sans-serif!important;
    font-weight: 200;
    font-size: 18px!important;
    color: #FFF!important;
    line-height: 20px;
    text-align: center;
    padding: 5% 3%!important;
}

.rounded-btn {
    margin-top: 4%;
    background: #1232f5;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 28px;
    border-color: #1232f5;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    padding: 4% 12%!important;
    letter-spacing 2px;
    font-weight: 500;
}

@media only screen and (max-width:414px) {
    .rounded-btn {
        font-size: 10px;
        padding: 2% 4%;
        letter-spacing 2px;
        font-weight: 400;
    }
}

.iso-image img {
    width: 169px !important;
    margin-bottom: 20px;
}

.lb-close {
    display: block;
    float: right;
    position: absolute !important;
    top: -43px !important;
    width: 30px;
    right: 33% !important;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}


/*----------------------------------new style---------------------------------------*/

.tele_rental h6 {
    color: #727070;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tele_rental img {
    padding-bottom: 30px;
}

.tele_rental h4 {
    padding-bottom: 10px;
}

.tele_banner {
    background-image: url(../image/telehandler-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 193px 0px;
    position: relative;
}

.images-overlay {
    background-color: #070707c2;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.tele_banner h4 {
    color: #FFCA10;
    margin-top: 30px;
}

.tele_banner p {
    color: #fff;
}

.tele_types {
    background-color: #f5f5f5;
}

.tele_type1 {
    background-color: #fff;
    margin: 20px 0px;
    border-radius: 10px;
    padding: 10px 10px 20px 10px;
    box-shadow: 0 0px 2px 0 rgb(185 185 185 / 70%);
    /*height: 395px;*/
}

.tele_type1 h4 {
    font-size: 20px;
    padding: 8px 8px 0px 8px;
    margin: 0px;
}

.tele_type1 p {
    font-size: 15px;
    padding: 8px;
}

.tele_types_btn {
    /*margin-top: 1%;*/
    background: #1232f5;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 28px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-size: 12px;
    padding: 2% 8%!important;
    letter-spacing 2px;
    font-weight: 500;
    cursor: pointer;
}

.tele_types_btn:hover {
    background-image: linear-gradient(to bottom, #1232f5, #2f2ff5, #412cf6, #4f29f6, #5b25f6);
    color: #fff;
    transition: all ease-in-out 0.5s;
}

button:focus {
    outline: none;
    /*outline: 5px auto -webkit-focus-ring-color;*/
}

.tele_type1 img {
    border-radius: 10px;
}

.bg_color {
    background-color: #f8f8f8;
}

.cranes_section {
    background-color: #fff;
    margin-top: 10px;
    padding: 20px;
    box-shadow: 0 0px 2px 0 rgb(196 196 196 / 59%);
}

.sub_heading {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.sub_heading p {
    font-weight: 500;
    font-size: 15px;
    margin: 8px;
}

.cranes_section li {
    list-style: none;
    font-size: 14px;
}

.price_box {
    background-color: #fffafa;
    text-align: center;
    padding: 29px 0px;
}

.price_box h6 {
    font-size: 20px;
}

.price_box p {
    color: #6c6c6c;
    font-weight: 300;
}

.price_box h4 {
    color: #e4b724;
    font-size: 30px;
    margin-bottom: 20px;
}

.price_btn {
    text-align: center;
}

.cranebg {
    background: url(../image/telehandler-banner.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

.cranebg h1 {
    color: #fff;
}

.limestone {
    background-color: #f8f8f8;
}

.limestone_supplier {
    background-color: #fff;
    padding: 10px 10px 25px 10px;
    margin-bottom: 30px;
}

.limestonebg {
    background: url(../image/limestone_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.excavatorbg {
    background: url(../image/miniexcavators_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

.wheelloader {
    background: url(../image/wheelloader_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

.cranebg {
    background: url(../image/crane_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
}

.pickupbg {
    background: url(../image/3m-Web-banner-2.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.trailertruckbg {
    background: url(../image/trailertruck_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.pumptruck {
    background: url(../image/pumptruck_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.flatbedbg {
    background: url(../image/flatbed_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.freezerbg {
    background: url(../image/freezertruck_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.chillertruck {
    background: url(../image/chillertruck_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.heavybus {
    background: url(../image/heavybus_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.passengerbus {
    background: url(../image/passengerbus_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.gabbro {
    background: url(../image/gabbro_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.aggregate {
    background: url(../image/aggregate_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.dunesand {
    background: url(../image/dunesand_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.backfill {
    background: url(../image/backfill_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.heavyrock {
    background: url(../image/heavyrock_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 16% 0% 10% 0% !important;
    margin-top: -6.8%;
    color: #fff;
}

.sub_menu_list a {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 2px 5px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tele_banner {
        padding: 220px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tele_banner {
        padding: 293px 0px;
    }
}


/*----------------------------------new style---------------------------------------*/