* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    background: rgb(255, 255, 255);
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    line-height: 24px;
}

a:hover {
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    margin: 0;
}

.navbar-default .navbar-toggle:focus {
    background-color: #ddd0!important;
}


/*header*/


/***************************************marquee-wrap*************************************/

.marquee-wrap {
    background: #333;
    padding: 5px 0px;
}

.marquee-wrap ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
}

.cont p a {
    color: #fff;
}

.marquee-wrap p {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}

.marquee-wrap p:hover {
    color: #f2f2f2;
}

.socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.marquee-wrap {
    position: relative;
}

.footer-social>li {
    display: inline-block;
    margin-right: 6px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding-top: 1px;
}

.footer-social>li a {
    color: #fff;
    font-size: 19px;
}


/* .facebook-bg {
       background-color: #3b5998;
   }
   
   .twitter-bg {
       background-color: #00acee;
   }
   
   .linkedin-bg {
       background-color: #0e76a8;
   }
   
   .instagram-bg {
       background-color: #3f729b;
   }
   
   .pint-bg {
       background-color: #c8232c;
   }
   */

.cont i {
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.cont {
    line-height: 30px;
    padding: 5px;
}

.cont span {
    color: #fff;
}

#logo1 {
    width: 140px;
    margin-top: -10px;
}

nav.navbar.bootsnav ul.nav > li > a.active,
nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #0188cc;
    transition: .4s;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    color: #212121;
    transition: 0.5s;
    margin-left: 10px;
    font-weight: 500;
}

.navbar-brand h3 {
    margin: 0px;
    margin-top: 0px;
    color: #212121;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 900;
}


/***************************************marquee-wrap*************************************/


/*header*/


/*slider*/


/*slider*/

.slider {
    position: relative;
    /* margin-top: -78px;*/
}


/*#owl-demo-slider .item {
       position: relative;
   }
   
   #owl-demo-slider .item .item-caption {
       position: absolute;
       top: 50%;
       left: 60px;
       width: 40%;
       transform: translateY(-50%);
       color: #fff;
       font-family: 'Marko One', serif;
       background-color: #00000047;
       padding: 20px;
   }
   
   #owl-demo-slider .owl-item.active h5 {
       font-size: 18px;
       -webkit-animation-duration: 1s;
       animation-duration: 1s;
       -webkit-animation-fill-mode: both;
       animation-fill-mode: both;
       animation-name: fadeInUp;
       animation-delay: 0.3s;
   }
   
   #owl-demo-slider .owl-item.active h3 {
       font-size: 50px;
       -webkit-animation-duration: 1s;
       animation-duration: 1s;
       -webkit-animation-fill-mode: both;
       animation-fill-mode: both;
       animation-name: fadeInUp;
       animation-delay: 0.3s;
   }
   
   #owl-demo-slider .owl-item.active p {
       font-size: 16px;
       font-weight: 500;
       -webkit-animation-duration: 1s;
       animation-duration: 1s;
       -webkit-animation-fill-mode: both;
       animation-fill-mode: both;
       animation-name: fadeInUp;
       animation-delay: 0.3s;
   }*/


/*header .item {
    height: 100vh;
    position: relative;
}*/

header .item img {
    width: 100%;
    /* height: 100%;
    object-fit: cover;*/
}

header .item .cover {
    padding: 50px 0;
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    bottom: 0;
    left: 0;
    /*display: flex;*/
    align-items: center;
    text-align: center;
}

header .item .cover .header-content {
    position: relative;
    padding: 50px;
    overflow: hidden;
}

header .item .cover .header-content h2 {
    font-weight: 900;
    font-size: 50px;
    color: #fff;
}

header .item .cover .header-content h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 5px 0 20px;
    color: #fff;
}

header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
}

header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #7abf18 !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-prev:focus {
    outline: 0;
}

header .owl-nav .owl-prev:hover span {
    font-size: 1.6875rem;
    color: #7abf18!important;
}

header .owl-nav .owl-prev:hover {
    background: #fff !important;
}

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #7abf18 !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

header .owl-nav .owl-next:focus {
    outline: 0;
}

header .owl-nav .owl-next:hover span {
    font-size: 1.6875rem;
    color: #7abf18!important;
}

header .owl-nav .owl-next:hover {
    background: #fff !important;
}

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}


/*slider*/

.tj-welcome {
    padding: 50px 0;
}


/*about*/

.sec-title {
    margin-bottom: 20px;
}

.sec-title .sub-title {
    color: #0188cc;
}

.sec-title .sub-title {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: inline-block;
}

.sec-title h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}

.about-us-section .text-block {
    position: relative;
    margin-bottom: 30px;
}

.about-us-section .text-block h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-us-section .text-block .text {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.theme-btn {
    background-color: #0188cc;
}

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    padding: 18px 35px;
    font-weight: 500;
    overflow: hidden;
    text-transform: capitalize;
    vertical-align: middle;
    text-align: center;
    min-width: 160px;
}

.theme-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: #212121;
    transition: .5s;
}

.theme-btn span {
    position: relative;
}

.theme-btn:hover {
    color: #fff;
}

.theme-btn:hover:before {
    width: 100%;
}


/*about*/


/* Services section */

.service-section {
    position: relative;
}

.service-block {
    border-radius: 20px;
}

.service-block .inner-box {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
    transition: 1s;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

.service-block .image {
    position: relative;
}

.service-block .inner-box:hover .image:before {
    opacity: 0.9;
}

.service-block .image img {
    width: 100%;
}

.service-block .lower-content {
    position: relative;
    padding: 15px;
    background-color: #f8f8f8;
    transition: .5s;
    text-align: center;
}

.service-block .inner-box:hover {
    transition: 1s;
    box-shadow: 0 15px 20px rgba(0, 0, 0, .05), 0 0 15px 10px rgba(0, 0, 0, .1);
    transform: translateY(-10px);
}

.service-block .inner-box:hover .link-btn {
    transition: .5s;
    color: #fff;
    background-color: #000;
}

.service-block h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-block .text {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.service-block .link-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 33px;
    display: inline-block;
    transition: .5s;
    color: brown;
}


/*service*/

.gallery img {
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 20px;
}

.why {
    background-color: #fff;
    text-align: center;
    height: 180px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.why img {
    width: auto!important;
    margin: 0px auto 0px;
    padding-top: 20px;
}

.why h3 {
    font-size: 16px;
}


/*testimonial*/

.testimonialss {
    background-image: url(../images/footer-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonialss .sec-title {
    color: #fff;
}

.testimonialss .sec-title .sub-title {
    color: #fff;
}

.testimonial {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.testimonial .pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.testimonial .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial .testimonial-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #0c4767;
    margin: 0 0 10px 0;
}

.testimonial .testimonial-title small {
    font-size: 15px;
    font-weight: 600;
    color: #787878;
}

.testimonial .description {
    font-size: 14px;
    color: #787878;
    line-height: 27px;
    position: relative;
    margin: 0;
}

.testimonialss p {
    line-height: 24px;
    font-weight: 500;
}


/*testimonial*/


/*contact*/

.contact-section .contact-info h3 {
    color: #080808;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
}

.contact-section .contact-info .info-box {
    position: relative;
    padding: 0px 0px 0px 63px;
    margin-bottom: 48px;
}

.contact-section .contact-info .info-box .text {
    font-size: 16px;
    font-weight: 500;
}

.contact-section .contact-info .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    border: 1px solid #218fff;
    border-radius: 50px;
    text-align: center;
    transition: all 500ms ease;
}

.icon-box i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
}

.contact-section .contact-form-area {
    position: relative;
    padding: 50px;
    background: #333;
    color: #fff;
    border-radius: 10px;
}

.contact-section .contact-form-area h3 {
    color: #fff;
    margin-bottom: 17px;
}

.contact-section .contact-form-area .text {
    margin-bottom: 30px;
    line-height: 22px;
}

.contact-section .contact-form-area input,
.contact-section .contact-form-area textarea {
    position: relative;
    width: 100%;
    height: 44px;
    background: #fff;
    line-height: 33px;
    border-radius: 5px;
    padding: 0px 20px;
    color: #888;
    border: 1px solid;
}

.contact-section .contact-form-area textarea {
    height: 119px;
    border-radius: 5px;
    margin-top: 19px;
    margin-bottom: 20px;
    resize: inherit;
}

.contact-section .contact-form-area button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #4d72c6;
    background: #fff;
    padding: 10px 20px;
    border-radius: 0px;
    transition: all 500ms ease;
}

.contact-section .contact-form-area button:hover {
    background: #222222;
    color: #ffffff;
}


/*contact*/


/*footer*/

.main-footer {
    position: relative;
    background: #333;
    padding: 100px 0 20px;
}

.about-widget {
    position: relative;
}

.widget {
    position: relative;
    margin-bottom: 40px;
}

.about-widget .logo {
    position: relative;
    margin-bottom: 30px;
}

.about-widget .text {
    position: relative;
    color: #a3a3a3;
    margin-bottom: 30px;
}

.about-widget .social-links {
    position: relative;
}

.about-widget .social-links li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.about-widget .social-links li a {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #a3a3a3;
    background-color: #2e2e2e;
    transition: .5s;
    display: inline-block;
    font-size: 20px;
}

.about-widget .social-links li a:hover {
    background-color: #0188cc;
    color: #fff;
}

.widget_title {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
}

.links-widget .list li {
    position: relative;
    margin-bottom: 13px;
}

.links-widget .list {
    /*column-count: 1;*/
}

.links-widget .list li a {
    position: relative;
    color: #a3a3a3;
    transition: .5s;
    text-transform: capitalize;
}

.links-widget .list li a:hover {
    color: #ffc425!important;
    margin-left: 10px;
    transition: .5s;
}

.links-widget .list li a:before {
    content: "\f013";
    left: 0;
    top: 0;
    margin-right: 8px;
    font-size: 16px;
    font-family: 'FontAwesome';
    font-weight: 900;
}

.contact-widget li {
    position: relative;
    color: #a3a3a3;
    margin-bottom: 16px;
    padding-left: 60px;
    line-height: 27px;
}

.contact-widget li a {
    color: #a3a3a3;
}

.contact-widget i {
    position: absolute;
    top: 7px;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #a3a3a3;
    background-color: #2e2e2e;
    transition: .5s;
    display: inline-block;
    transition: .5s;
}


/*footer*/


/*product-detail-inner*/

.page-title {
    position: relative;
    width: 100%;
    padding: 25px 0px;
    background-color: #333;
}

.page-title h2.title {
    margin: 0 0 0px;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 1.26;
    text-align: center;
}

.image-left {
    position: relative;
    overflow: hidden;
    width: 650px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    /* background-color: #d1651a; */
}

.breadcrumbs {
    background: #edf7fb;
    padding: 25px 0;
    text-align: center;
}

.breadcrumbs span,
.breadcrumbs a {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase
}

.breadcrumbs a:hover {
    color: #093eb6
}

.breadcrumbs i {
    padding-right: 15px;
    color: #000;
}

.breadcrumbs span.parent i {
    padding-right: 5px
}

.breadcrumbs span {
    padding-right: 15px
}

.about-content {
    margin-top: 20px;
}

.section-title .title-header {
    margin-bottom: 25px;
    position: relative;
}

.section-title .title-header h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

ul.ttm_contact_widget_wrapper li {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    border-bottom: 1px solid #eaeaea;
}

ul.ttm_contact_widget_wrapper li h6 {
    font-size: 18px;
    line-height: 24px;
    padding-left: 37px;
}

ul.ttm_contact_widget_wrapper li i {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    font-weight: 400;
}

.form-new {
    padding: 50px!important;
    background: #fff!important;
    border: 1px solid #ddd;
}

.form-new .enuery_now {
    font-weight: 800;
    text-transform: capitalize;
    color: #333;
    margin: 0px 0 50px;
    text-align: center;
    font-size: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.form-new label {
    color: #333;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
}

.form-new .form-control {
    padding-left: 0;
    box-shadow: none;
    margin-left: 40px;
    border-radius: 0;
    width: 80%;
    padding: 6px 2px 0;
    border: none;
    border-bottom: 1px solid #9e9e9e;
}

.form-new .icon {
    position: relative;
    float: left;
    margin-left: 8px;
    margin-top: -24px;
    z-index: 2;
    color: #222;
}

.form-new .form-control:focus {
    border-bottom: 1px solid #e16116;
}

.orange-btn-active {
    color: #fff!important;
    background: #0188cc;
    border: 1px solid #0188cc;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    font-size: 22px;
    padding: 6px 25px 3px;
    text-transform: uppercase;
    margin-top: 15px;
    width: 200px;
}


/*product-detail-inner*/

@media(max-width:768px) {
    #logo1 {
        width: 85px;
        margin-top: -12px;
    }
    /*header .item {
        height: 60vh;
    }*/
    header .item .cover {
        padding: 20px 0;
    }
    header .item .cover .header-content {
        padding: 10px;
    }
    header .item .cover .header-content h2 {
        font-size: 18px;
    }
    header .item .cover .header-content h1 {
        font-size: 14px;
    }
    .cta-section h2 {
        text-align: center;
        margin-bottom: 15px;
    }
    .cta-section .link-btn {
        text-align: center;
    }
    .cta-section:before {
        display: none;
    }
    .cta-section .link-btn a {
        margin-bottom: 10px!important;
    }
    .process-block .inner-box:before {
        display: none;
    }
    .process-block {
        border: none;
    }
    .breadcrumbs {
        padding: 25px 0 0
    }
    .breadcrumbs span {
        margin-bottom: 25px;
        display: inline-block
    }
    .image-left {
        width: 100%;
    }
}